Make Time::Piece::strptime() to be a function, not a method.
[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 [ 10209] By: jhi                                   on 2001/05/25  12:24:45
35         Log: Based on
36              
37              Subject: [PATCH pp.c] Wrapping pack("C",256)
38              From: Simon Cozens <simon@netthink.co.uk>
39              Date: Sat, 12 May 2001 17:58:41 +0100
40              Message-ID: <20010512175841.A6132@netthink.co.uk>
41      Branch: perl
42            ! pod/perldiag.pod pp.c t/pragma/warn/pp
43 ____________________________________________________________________________
44 [ 10208] By: jhi                                   on 2001/05/25  01:37:03
45         Log: Subject: [PATCH] 5.6.1 Term::Cap -- add terminfo fallback
46              From: "Brendan O'Dea" <bod@compusol.com.au>
47              Date: Fri, 25 May 2001 11:18:29 +1000
48              Message-ID: <20010525111829.A28411@compusol.com.au>
49              
50              (Slightly modified.)
51      Branch: perl
52            ! lib/Term/Cap.pm
53 ____________________________________________________________________________
54 [ 10207] By: jhi                                   on 2001/05/25  01:12:14
55         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string 
56              From: Hugo <hv@crypt.compulink.co.uk>
57              Date: Fri, 25 May 2001 02:13:25 +0100
58              Message-Id: <200105250113.CAA23158@crypt.compulink.co.uk>
59      Branch: perl
60            ! t/op/misc.t
61 ____________________________________________________________________________
62 [ 10206] By: jhi                                   on 2001/05/25  01:07:59
63         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string
64              From: Inaba Hiroto <hiroto.inaba@toshiba.co.jp>
65              Date: Fri, 25 May 2001 10:25:36 +0900
66              Message-Id: <200105250124.KAA19571@toshiba.co.jp> 
67      Branch: perl
68            ! regcomp.c regexec.c
69 ____________________________________________________________________________
70 [ 10205] By: jhi                                   on 2001/05/25  01:07:00
71         Log: Subject: [PATCH #2] stash autovivification and method call error messages
72              From: Ilmari Karonen <iltzu@sci.fi>
73              Date: Thu, 24 May 2001 01:51:48 +0300 (EET DST)
74              Message-ID: <Pine.SOL.3.96.1010524013737.18819D-100000@simpukka>
75      Branch: perl
76            ! gv.c pp_hot.c t/op/method.t
77 ____________________________________________________________________________
78 [ 10204] By: jhi                                   on 2001/05/25  01:03:50
79         Log: Add make target and documentation for gprof profiling.
80      Branch: perl
81            ! Makefile.SH pod/perlhack.pod
82 ____________________________________________________________________________
83 [ 10203] By: jhi                                   on 2001/05/24  21:09:36
84         Log: Subject: Don't think about UTF8 
85              From: Mike Guy <mjtg@cam.ac.uk> 
86              Date: Tue, 22 May 2001 14:35:39 +0100
87              Message-Id: <E152CK3-00028O-00@virgo.cus.cam.ac.uk>
88      Branch: perl
89            ! sv.h
90 ____________________________________________________________________________
91 [ 10202] By: jhi                                   on 2001/05/24  21:07:25
92         Log: Subject: [ID 20010524.002] find2perl bug in fileglob_to_re
93              From: Geraint A Edwards <gedge@serf.org> 
94              Date: Thu, 24 May 2001 22:51:24 +0100
95              Message-Id: <20010524225124.A34981@cymru.serf.org>
96      Branch: perl
97            ! x2p/find2perl.PL
98 ____________________________________________________________________________
99 [ 10201] By: jhi                                   on 2001/05/24  21:02:30
100         Log: DB_File has its own attribute story.
101      Branch: perl
102            ! ext/DB_File/DB_File.xs
103 ____________________________________________________________________________
104 [ 10200] By: jhi                                   on 2001/05/24  19:54:21
105         Log: Subject: Re: Making perl with -Wall
106              From: Andy Dougherty <doughera@lafayette.edu>
107              Date: Thu, 24 May 2001 14:33:37 -0400 (EDT)
108              Message-ID: <Pine.SOL.4.10.10105241415460.2443-100000@maxwell.phys.lafayette.edu>
109      Branch: perl
110            ! perl.h
111 ____________________________________________________________________________
112 [ 10199] By: jhi                                   on 2001/05/24  15:15:03
113         Log: Subject: RE: [ID 20010521.003] - [PATCH #2] sv.c: sv_dup_inc(SvRV(sstr)) wasn't checking SvWEAKREF
114              From: "Richard Soderberg" <rs@crystalflame.net>
115              Date: Thu, 24 May 2001 08:58:16 -0700
116              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEPODEAA.rs@crystalflame.net>
117      Branch: perl
118            ! sv.c
119 ____________________________________________________________________________
120 [ 10198] By: jhi                                   on 2001/05/24  15:10:04
121         Log: IV/UV casting fixes from Nicholas Clark.
122      Branch: perl
123            ! perl.h pp_sys.c util.c
124 ____________________________________________________________________________
125 [ 10197] By: jhi                                   on 2001/05/24  14:19:44
126         Log: Subject: Re: Making perl with -Wall
127              From: Michael G Schwern <schwern@pobox.com>
128              Date: Thu, 24 May 2001 15:40:28 +0100
129              Message-ID: <20010524154028.B1988@blackrider.blackstar.co.uk>
130      Branch: perl
131            ! malloc.c perl.h
132 ____________________________________________________________________________
133 [ 10196] By: jhi                                   on 2001/05/24  14:04:41
134         Log: Subject: [PATCH] Re: [ID 20010521.004] Two test suite failures on this platform with latest rsync 
135              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
136              Date: Tue, 22 May 2001 11:49:37 +0200
137              Message-Id: <20010522114044.BC4E.H.M.BRAND@hccnet.nl>
138      Branch: metaconfig
139            ! U/modified/Oldsym.U
140      Branch: metaconfig/U/perl
141            ! patchlevel.U
142      Branch: perl
143            ! Configure config_h.SH myconfig.SH
144 ____________________________________________________________________________
145 [ 10195] By: jhi                                   on 2001/05/24  13:25:04
146         Log: Under versiononly install also the scripts with the version suffix.
147              (e.g. .../bin/h2xs5.7.1)
148      Branch: perl
149            ! installperl
150 ____________________________________________________________________________
151 [ 10194] By: jhi                                   on 2001/05/24  13:02:49
152         Log: Subject: [PATCH] Stop segfault in mg.c:636
153              From: "Richard Soderberg" <rs@crystalflame.net>
154              Date: Thu, 24 May 2001 05:51:52 -0700
155              Message-ID: <NAEKLNAAHLMBPMPNBMLEGEPGDEAA.rs@crystalflame.net>
156      Branch: perl
157            ! mg.c
158 ____________________________________________________________________________
159 [ 10193] By: jhi                                   on 2001/05/24  12:37:13
160         Log: Iteration continues; hopefully convergently.
161      Branch: perl
162            ! t/lib/b-stash.t
163 ____________________________________________________________________________
164 [ 10192] By: jhi                                   on 2001/05/24  12:36:35
165         Log: Subject: [PATCH] CORE::GLOBAL::require override happens too early
166              From: Gisle Aas <gisle@ActiveState.com>
167              Date: 23 May 2001 16:13:10 -0700
168              Message-ID: <lrofsjfym1.fsf@caliper.ActiveState.com>
169      Branch: perl
170            ! op.c toke.c
171 ____________________________________________________________________________
172 [ 10191] By: jhi                                   on 2001/05/24  12:25:12
173         Log: Subject: [PATCH] lib/dumpvar.pl, lib/perl5db.pl - fix warnings
174              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
175              Date: Thu, 24 May 2001 05:05:22 -0500
176              Message-ID: <20010524050522.A18997@staff1.cso.uiuc.edu>
177      Branch: perl
178            ! lib/dumpvar.pl lib/perl5db.pl
179 ____________________________________________________________________________
180 [ 10190] By: jhi                                   on 2001/05/24  12:24:07
181         Log: Subject: Re: [ID 20010524.001] perl5db.pl   x @INC  doesn't work like it used to
182              From: David Dyck <dcd@tc.fluke.com>
183              Date: Thu, 24 May 2001 01:42:09 -0700 (PDT)
184              Message-ID: <Pine.LNX.4.33.0105240134580.5179-100000@dd.tc.fluke.com>
185      Branch: perl
186            ! lib/perl5db.pl
187 ____________________________________________________________________________
188 [ 10189] By: jhi                                   on 2001/05/23  22:43:31
189         Log: Tiny pod nits on READMEs, mostly whitespace issues.
190      Branch: perl
191            ! README.amiga README.dos README.macos README.mpeix README.vmesa
192            ! README.win32
193 ____________________________________________________________________________
194 [ 10188] By: jhi                                   on 2001/05/23  22:26:03
195         Log: The DG/UX part of the 20010521.005.
196      Branch: perl
197            ! README.dgux
198 ____________________________________________________________________________
199 [ 10187] By: jhi                                   on 2001/05/23  22:04:05
200         Log: Subject: Re: [ID 20000716.007] \G in a m//g expression causes problems 
201              From: Hugo <hv@crypt.compulink.co.uk>
202              Date: Mon, 21 May 2001 16:32:02 +0100
203              Message-Id: <200105211532.QAA03999@crypt.compulink.co.uk>
204      Branch: perl
205            ! regcomp.c t/op/misc.t
206 ____________________________________________________________________________
207 [ 10186] By: jhi                                   on 2001/05/23  21:42:15
208         Log: Subject: [PATCH] Extra UNIVERSAL tests
209              From: Mike Guy <mjtg@cam.ac.uk>
210              Date: Wed, 23 May 2001 12:29:20 +0100
211              Message-Id: <E152WpM-0001yP-00@virgo.cus.cam.ac.uk>
212      Branch: perl
213            ! t/op/universal.t
214 ____________________________________________________________________________
215 [ 10185] By: jhi                                   on 2001/05/23  21:38:48
216         Log: Subject: [PATCH] Remove EQ keyword
217              From: Mike Guy <mjtg@cam.ac.uk>
218              Message-Id: <E152Vhp-00072x-00@virgo.cus.cam.ac.uk>
219              Date: Wed, 23 May 2001 11:17:29 +0100
220      Branch: perl
221            ! keywords.h keywords.pl
222 ____________________________________________________________________________
223 [ 10184] By: jhi                                   on 2001/05/23  21:29:41
224         Log: Subject: [PATCH] lib/perl5db.pl
225              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
226              Date: Wed, 23 May 2001 02:18:03 -0500
227              Message-ID: <20010523021803.A21965@staff1.cso.uiuc.edu>
228      Branch: perl
229            ! lib/perl5db.pl
230 ____________________________________________________________________________
231 [ 10183] By: jhi                                   on 2001/05/23  21:27:54
232         Log: Subject: [PATCH lib/Term/Cap.pm] Avoid -W warnings in Tgetent and Tputs
233              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
234              Date: Tue, 22 May 2001 23:34:41 -0500
235              Message-ID: <20010522233441.A12431@staff1.cso.uiuc.edu>
236      Branch: perl
237            ! lib/Term/Cap.pm
238 ____________________________________________________________________________
239 [ 10182] By: jhi                                   on 2001/05/23  21:24:30
240         Log: Subject: [PATCH emacs/e2ctags.pl] big speedup
241              From: davem@fdgroup.co.uk
242              Date: Tue, 22 May 2001 22:08:09 +0100 (BST)
243              Message-Id: <200105222108.WAA09442@gizmo.fdgroup.co.uk>
244      Branch: perl
245            ! emacs/e2ctags.pl
246 ____________________________________________________________________________
247 [ 10181] By: jhi                                   on 2001/05/23  21:23:29
248         Log: Subject: [PATCH lib/vars.pm] Sensible minimum version
249              From: Michael G Schwern <schwern@pobox.com>
250              Date: Tue, 22 May 2001 14:15:09 +0100
251              Message-ID: <20010522141509.J701@blackrider.blackstar.co.uk>
252      Branch: perl
253            ! lib/vars.pm
254 ____________________________________________________________________________
255 [ 10180] By: jhi                                   on 2001/05/23  21:22:14
256         Log: Subject: [PATCH lib/vars.pm] Odd code nit
257              From: Michael G Schwern <schwern@pobox.com>
258              Date: Tue, 22 May 2001 14:14:28 +0100
259              Message-ID: <20010522141427.I701@blackrider.blackstar.co.uk>
260      Branch: perl
261            ! lib/vars.pm
262 ____________________________________________________________________________
263 [ 10179] By: jhi                                   on 2001/05/23  21:19:51
264         Log: Use the new use vars feature.
265      Branch: perl
266            ! t/lib/b-stash.t
267 ____________________________________________________________________________
268 [ 10178] By: jhi                                   on 2001/05/23  21:19:28
269         Log: Subject: [PATCH] vars.pm to support qualified variables (was Re: [ID 20010521.001])
270              From: Mike Guy <mjtg@cam.ac.uk>
271              Sender: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
272              Date: Tue, 22 May 2001 13:11:39 +0100
273      Branch: perl
274            + t/pragma/vars.t
275            ! MANIFEST lib/vars.pm t/lib/1_compile.t
276 ____________________________________________________________________________
277 [ 10177] By: jhi                                   on 2001/05/23  21:01:48
278         Log: -qlongdouble considered harmful by Merijn.
279      Branch: perl
280            ! hints/aix.sh
281 ____________________________________________________________________________
282 [ 10176] By: jhi                                   on 2001/05/21  13:21:21
283         Log: Update Changes.
284      Branch: perl
285            ! Changes patchlevel.h
286 ____________________________________________________________________________
287 [ 10175] By: jhi                                   on 2001/05/21  13:17:28
288         Log: Add a test of its very own for Fcntl.  Hopefully portable.
289      Branch: perl
290            + t/lib/fcntl.t
291            ! MANIFEST
292 ____________________________________________________________________________
293 [ 10174] By: jhi                                   on 2001/05/21  12:45:41
294         Log: Must be trickier for 'minitest' not to die.
295      Branch: perl
296            ! t/op/taint.t
297 ____________________________________________________________________________
298 [ 10173] By: jhi                                   on 2001/05/21  11:24:43
299         Log: Can't declare other people's variables.
300      Branch: perl
301            ! t/lib/b-stash.t
302 ____________________________________________________________________________
303 [ 10172] By: jhi                                   on 2001/05/20  20:33:08
304         Log: Fix for ID 20010519.003: sysopen() wasn't tainting :-(
305      Branch: perl
306            ! doio.c t/op/taint.t
307 ____________________________________________________________________________
308 [ 10171] By: jhi                                   on 2001/05/20  20:18:45
309         Log: The OS/2 variable needs to be declared.
310      Branch: perl
311            ! t/lib/b-stash.t
312 ____________________________________________________________________________
313 [ 10170] By: nick                                  on 2001/05/20  16:48:29
314         Log: Integrate mainline
315      Branch: perlio
316           !> (integrate 41 files)
317 ____________________________________________________________________________
318 [ 10169] By: jhi                                   on 2001/05/20  11:50:20
319         Log: Small perlsec updates: clarify the taintedness of filename
320              globbing; suggest using Scalar::Util::tainted().
321      Branch: perl
322            ! pod/perlsec.pod
323 ____________________________________________________________________________
324 [ 10168] By: jhi                                   on 2001/05/20  11:24:11
325         Log: Subject: [PATCH 5.7.1@10135] [LARGE!] symbolic magic
326              From: Dave Mitchell <davem@fdgroup.co.uk>
327              Date: Sat, 19 May 2001 20:12:56 +0100 (BST)
328              Message-Id: <200105191912.UAA23925@gizmo.fdgroup.co.uk>
329      Branch: perl
330            ! av.c cc_runtime.h doop.c dump.c gv.c hv.c mg.c op.c perl.c
331            ! perl.h perlio.c pod/perlguts.pod pp.c pp_ctl.c pp_hot.c
332            ! pp_sys.c regexec.c scope.c sv.c t/lib/peek.t taint.c util.c
333            ! xsutils.c
334 ____________________________________________________________________________
335 [ 10167] By: jhi                                   on 2001/05/20  11:12:14
336         Log: Subject: [PATCH 5.6.1] DLL descriptions on OS/2
337              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
338              Date: Sat, 19 May 2001 04:08:46 -0400
339              Message-ID: <20010519040846.A16969@math.ohio-state.edu>
340      Branch: perl
341            ! lib/ExtUtils/Mksymlists.pm makedef.pl
342 ____________________________________________________________________________
343 [ 10166] By: jhi                                   on 2001/05/20  11:08:27
344         Log: Subject: [PATCH 5.6.1] DLL name mangling on OS/2
345              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
346              Date: Sat, 19 May 2001 04:30:45 -0400
347              Message-ID: <20010519043045.A17033@math.ohio-state.edu>
348      Branch: perl
349            ! os2/os2.c
350 ____________________________________________________________________________
351 [ 10165] By: jhi                                   on 2001/05/20  11:07:06
352         Log: Subject: [PATCH 5.6.1] build bugs OS/2
353              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
354              Date: Sat, 19 May 2001 04:35:28 -0400
355              Message-ID: <20010519043528.A17363@math.ohio-state.edu>
356      Branch: perl
357            ! os2/Makefile.SHs os2/os2.c
358 ____________________________________________________________________________
359 [ 10164] By: jhi                                   on 2001/05/20  11:06:01
360         Log: Subject: [PATCH 5.6.1] Mis-Failing tests
361              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
362              Date: Sat, 19 May 2001 04:04:23 -0400
363              Message-ID: <20010519040423.A16861@math.ohio-state.edu>
364              
365              (In bleadperl patched b-stash.t instead of b.t)
366      Branch: perl
367            ! t/lib/b-stash.t t/lib/bigfltpm.t
368 ____________________________________________________________________________
369 [ 10163] By: jhi                                   on 2001/05/20  10:59:46
370         Log: Subject: [PATCH 5.6.1] perl5db
371              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
372              Date: Sat, 19 May 2001 03:49:09 -0400
373              Message-ID: <20010519034909.A14902@math.ohio-state.edu>
374      Branch: perl
375            ! lib/perl5db.pl
376 ____________________________________________________________________________
377 [ 10162] By: jhi                                   on 2001/05/20  10:58:18
378         Log: Subject: [PATCH] require $mod where $mod has touched numeric context
379              From: Gisle Aas <gisle@ActiveState.com>
380              Date: 18 May 2001 14:24:51 -0700
381              Message-ID: <lr3da2cpuk.fsf@caliper.ActiveState.com>
382      Branch: perl
383            ! pp_ctl.c
384 ____________________________________________________________________________
385 [ 10161] By: jhi                                   on 2001/05/20  10:57:00
386         Log: Subject: [PATCH] Chomp should not always stringify
387              From: Gisle Aas <gisle@ActiveState.com>
388              Date: 18 May 2001 07:55:25 -0700
389              Message-ID: <lrk83eogf6.fsf@caliper.ActiveState.com>
390      Branch: perl
391            ! doop.c t/op/chop.t
392 ____________________________________________________________________________
393 [ 10160] By: jhi                                   on 2001/05/20  10:49:40
394         Log: Integrate perlio.
395      Branch: perl
396           !> pod/perlfunc.pod
397 ____________________________________________________________________________
398 [ 10159] By: nick                                  on 2001/05/20  09:39:46
399         Log: Document some more of open's features.
400      Branch: perlio
401            ! pod/perlfunc.pod
402 ____________________________________________________________________________
403 [ 10158] By: gsar                                  on 2001/05/18  18:43:38
404         Log: back out change#10153 (it has compatibility issues such as the
405              changed behavior of /[~%@+-]/, and after talking to Jarkko, the
406              benefit for 5.6.x doesn't seem worth the risk)
407      Branch: maint-5.6/perl
408            ! toke.c
409 ____________________________________________________________________________
410 [ 10157] By: jhi                                   on 2001/05/18  17:05:40
411         Log: \$escaping the $vars in !GROK!THIS! section is a good idea.
412      Branch: perl
413            ! x2p/s2p.PL
414 ____________________________________________________________________________
415 [ 10156] By: jhi                                   on 2001/05/18  12:06:40
416         Log: Update Changes.
417      Branch: perl
418            ! Changes patchlevel.h
419 ____________________________________________________________________________
420 [ 10155] By: jhi                                   on 2001/05/18  11:58:57
421         Log: Integrate change #10144 from maintperl.
422              
423              s/CONFIGDOTSH/PERL_CONFIG_SH/ for Win32, too.
424      Branch: perl
425           !> win32/config.bc win32/config.gc win32/config.vc
426           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
427 ____________________________________________________________________________
428 [ 10154] By: nick                                  on 2001/05/18  07:23:03
429         Log: Integrate mainline.
430      Branch: perlio
431           +> README.dgux t/lib/i18n-collate.t utils.lst
432           !> (integrate 49 files)
433 ____________________________________________________________________________
434 [ 10153] By: jhi                                   on 2001/05/18  00:41:51
435         Log: Integrate change #7224 from mainline into maintperl.
436              
437              Allow @+ and @- to be doublequoted, from Simon Cozens. 
438              (Approved by Larry, see Tom's comment in 20000830.005.)
439      Branch: maint-5.6/perl
440           !> toke.c
441 ____________________________________________________________________________
442 [ 10152] By: jhi                                   on 2001/05/17  23:18:15
443         Log: Subject: [PATCH bleadperl] small lookbehind fix
444              From: Hugo <hv@crypt.compulink.co.uk>
445              Date: Fri, 18 May 2001 00:07:19 +0100
446              Message-Id: <200105172307.AAA06142@crypt.compulink.co.uk>
447      Branch: perl
448            ! regexec.c
449 ____________________________________________________________________________
450 [ 10151] By: jhi                                   on 2001/05/17  22:00:06
451         Log: Detypos.
452      Branch: perl
453            ! installman utils.lst
454 ____________________________________________________________________________
455 [ 10150] By: jhi                                   on 2001/05/17  20:32:48
456         Log: Add better debug to glob/basic #8 as suggested by Nick Clark
457              in 20001222.001.
458      Branch: perl
459            ! t/lib/glob-basic.t
460 ____________________________________________________________________________
461 [ 10149] By: jhi                                   on 2001/05/17  20:08:58
462         Log: Subject: [PATCH] Test for bug 20010515.004
463              From: Benjamin Sugars <bsugars@canoe.ca>
464              Date: Thu, 17 May 2001 15:48:18 -0400 (EDT)
465              Message-ID: <Pine.LNX.4.21.0105171544270.9064-100000@marmot.rim.canoe.ca>
466      Branch: perl
467            ! t/op/misc.t
468 ____________________________________________________________________________
469 [ 10148] By: jhi                                   on 2001/05/17  20:06:23
470         Log: Integrate #10145 from maintperl.
471              
472              fix for ID 20010515.004 (needs test)
473      Branch: perl
474           !> pp_hot.c
475 ____________________________________________________________________________
476 [ 10147] By: jhi                                   on 2001/05/17  19:10:46
477         Log: Thinko noticed by Doug MacEachern.
478      Branch: perl
479            ! thread.h
480 ____________________________________________________________________________
481 [ 10146] By: jhi                                   on 2001/05/17  17:30:37
482         Log: Subject: Re: [PATCH] HERE mark in regex
483              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
484              Date: Thu, 17 May 2001 12:20:33 -0400
485              Message-ID: <20010517122033.B1547290@linguist.thayer.dartmouth.edu> 
486      Branch: perl
487            ! t/op/re_tests
488 ____________________________________________________________________________
489 [ 10145] By: gsar                                  on 2001/05/17  16:59:55
490         Log: fix for ID 20010515.004 (needs test)
491      Branch: maint-5.6/perl
492            ! pp_hot.c
493 ____________________________________________________________________________
494 [ 10144] By: gsar                                  on 2001/05/17  16:39:02
495         Log: s/CONFIGDOTSH/PERL_CONFIG_SH/g
496      Branch: maint-5.6/perl
497            ! win32/config.bc win32/config.gc win32/config.vc
498            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
499 ____________________________________________________________________________
500 [ 10143] By: jhi                                   on 2001/05/17  14:21:08
501         Log: Macrofy the getspecific (and use it also in util.c)
502      Branch: perl
503            ! thread.h util.c
504 ____________________________________________________________________________
505 [ 10142] By: jhi                                   on 2001/05/17  01:43:50
506         Log: Use the unchecked thread-specific key fetch also in Tru64.
507      Branch: perl
508            ! thread.h
509 ____________________________________________________________________________
510 [ 10141] By: jhi                                   on 2001/05/17  01:41:07
511         Log: Subject: [PATCH 5.6.1]Quick thread speedup
512              From: Dan Sugalski <dan@sidhe.org> 
513              Date: Wed, 16 May 2001 18:05:19 -0400
514              Message-Id: <5.1.0.14.0.20010516175826.01afde08@24.8.96.48>
515      Branch: perl
516            ! thread.h util.c
517 ____________________________________________________________________________
518 [ 10140] By: jhi                                   on 2001/05/16  19:58:29
519         Log: I think this is quite enough testing for a deprecated feature.
520      Branch: perl
521            + t/lib/i18n-collate.t
522            ! MANIFEST t/lib/1_compile.t
523 ____________________________________________________________________________
524 [ 10139] By: jhi                                   on 2001/05/16  18:47:03
525         Log: More HP-UX lore from Jeff Okamoto.
526      Branch: perl
527            ! README.hpux
528 ____________________________________________________________________________
529 [ 10138] By: jhi                                   on 2001/05/16  18:21:04
530         Log: Sort utils.lst for easier maintenance.
531      Branch: perl
532            ! utils.lst
533 ____________________________________________________________________________
534 [ 10137] By: jhi                                   on 2001/05/16  18:12:01
535         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
536              From: Tim Jenness <t.jenness@jach.hawaii.edu>
537              Date: Wed, 16 May 2001 08:59:59 -1000 (HST)
538              Message-ID: <Pine.LNX.4.33.0105160858480.2488-100000@lapaki.jach.hawaii.edu>
539              
540              Add pod2latex to utils.lst.
541      Branch: perl
542            ! MANIFEST utils.lst
543 ____________________________________________________________________________
544 [ 10136] By: jhi                                   on 2001/05/16  18:00:00
545         Log: Subject: Re: [PATCH] HERE mark in regex
546              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
547              Date: Wed, 16 May 2001 13:04:43 -0400
548              Message-ID: <20010516130443.E1516273@linguist.thayer.dartmouth.edu> 
549      Branch: perl
550            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
551            ! t/op/regmesg.t t/pragma/warn/regcomp
552 ____________________________________________________________________________
553 [ 10135] By: jhi                                   on 2001/05/16  17:51:50
554         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
555              From: Simon Cozens <simon@netthink.co.uk>
556              Date: Wed, 16 May 2001 18:02:08 +0100
557              Message-ID: <20010516180208.A6458@netthink.co.uk>
558      Branch: perl
559            ! installman utils.lst
560 ____________________________________________________________________________
561 [ 10134] By: jhi                                   on 2001/05/16  17:47:26
562         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
563              From: "Philip Newton" <pnewton@gmx.de>
564              Date: Tue, 15 May 2001 15:09:30 +0200
565              Message-ID: <3B0146AA.2839.17BFDA6@localhost>
566              
567              Test case for #10128.
568      Branch: perl
569            ! t/pragma/warn/pp_hot
570 ____________________________________________________________________________
571 [ 10133] By: jhi                                   on 2001/05/16  15:12:52
572         Log: Update Changes.
573      Branch: perl
574            ! Changes patchlevel.h
575 ____________________________________________________________________________
576 [ 10132] By: jhi                                   on 2001/05/16  14:50:55
577         Log: Deprecate pseudo-hashes.
578      Branch: perl
579            ! pod/perl572delta.pod pod/perlref.pod pod/perltodo.pod
580 ____________________________________________________________________________
581 [ 10131] By: jhi                                   on 2001/05/16  14:26:01
582         Log: HP-UX hints update from Merijn.
583      Branch: perl
584            ! hints/hpux.sh
585 ____________________________________________________________________________
586 [ 10130] By: jhi                                   on 2001/05/16  14:23:01
587         Log: README.hpux update from Merijn.
588      Branch: perl
589            ! README.hpux
590 ____________________________________________________________________________
591 [ 10129] By: jhi                                   on 2001/05/16  14:18:56
592         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
593              From: Simon Cozens <simon@netthink.co.uk>
594              Date: Wed, 16 May 2001 15:57:55 +0100
595              Message-ID: <20010516155755.A4728@netthink.co.uk>
596      Branch: perl
597            + utils.lst
598            ! MANIFEST installman installperl
599 ____________________________________________________________________________
600 [ 10128] By: jhi                                   on 2001/05/16  14:15:36
601         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
602              From: "Philip Newton" <pnewton@gmx.de>
603              Date: Tue, 15 May 2001 16:31:05 +0200
604              Message-ID: <3B0159C9.1905.1C6AEF9@localhost>
605              
606              Fix PERL_Y2KWARN test to check before rather than after appending.
607      Branch: perl
608            ! pp_hot.c
609 ____________________________________________________________________________
610 [ 10127] By: jhi                                   on 2001/05/16  14:08:15
611         Log: Regen Porting stuff.
612      Branch: perl
613            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
614            ! config_h.SH
615 ____________________________________________________________________________
616 [ 10126] By: jhi                                   on 2001/05/16  13:41:50
617         Log: Metaconfig unit change for #10125.
618      Branch: metaconfig
619            ! U/modified/Oldconfig.U
620 ____________________________________________________________________________
621 [ 10125] By: jhi                                   on 2001/05/16  13:41:35
622         Log: Use OSVERS.
623      Branch: perl
624            ! Configure config_h.SH perl.c
625 ____________________________________________________________________________
626 [ 10124] By: jhi                                   on 2001/05/16  13:41:09
627         Log: Regen toc.
628      Branch: perl
629            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
630 ____________________________________________________________________________
631 [ 10123] By: jhi                                   on 2001/05/16  13:25:38
632         Log: Adding the README.dgux to the MANIFEST would be a good idea.
633      Branch: perl
634            ! MANIFEST
635 ____________________________________________________________________________
636 [ 10122] By: jhi                                   on 2001/05/16  13:08:33
637         Log: Move the stack desire definition to thread.h.
638      Branch: perl
639            ! ext/Thread/Thread.xs thread.h
640 ____________________________________________________________________________
641 [ 10121] By: jhi                                   on 2001/05/16  13:00:12
642         Log: DG-UX threading patches, including a README.dgux,
643              from Takis Psarogiannakopoulos.
644      Branch: perl
645            + README.dgux
646            ! config_h.SH ext/Thread/Thread.xs hints/dgux.sh perl.c
647 ____________________________________________________________________________
648 [ 10120] By: jhi                                   on 2001/05/16  12:55:33
649         Log: Subject: [PATCH B::Deparse] More on /x regexes
650              From: Robin Houston <robin@kitsite.com>
651              Date: Tue, 15 May 2001 19:09:35 +0100
652              Message-ID: <20010515190935.A27268@penderel>
653      Branch: perl
654            ! ext/B/B/Deparse.pm
655 ____________________________________________________________________________
656 [ 10119] By: jhi                                   on 2001/05/16  12:45:29
657         Log: Document that the core time() may be rounding rather
658              than truncating, would have saved at least my confusion.
659      Branch: perl
660            ! ext/Time/HiRes/HiRes.pm
661 ____________________________________________________________________________
662 [ 10118] By: jhi                                   on 2001/05/16  12:37:57
663         Log: Subject: perl-current/t/time-hires.t
664              From: John Peacock <jpeacock@rowman.com>
665              Date: Fri, 11 May 2001 14:09:41 -0400
666              Message-ID: <3AFC2AE5.5E787E54@rowman.com>
667      Branch: perl
668            ! t/lib/time-hires.t
669 ____________________________________________________________________________
670 [ 10117] By: jhi                                   on 2001/05/15  13:40:33
671         Log: Subject: [PATCH dump.c] Op private flags
672              From: Simon Cozens <simon@netthink.co.uk>
673              Date: Sun, 13 May 2001 20:20:36 +0100
674              Message-ID: <20010513202036.A21896@netthink.co.uk>
675      Branch: perl
676            ! dump.c
677 ____________________________________________________________________________
678 [ 10116] By: jhi                                   on 2001/05/15  13:28:26
679         Log: Upgrade to Switch 2.03.
680      Branch: perl
681            ! lib/Switch.pm
682 ____________________________________________________________________________
683 [ 10115] By: jhi                                   on 2001/05/15  13:19:01
684         Log: Integrate change #10113 from mainline: rename CONFIGDOTSH
685              to PERL_CONFIG_SH and use it consistently.
686      Branch: maint-5.6/perl
687           !> Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
688           !> configpm configure.com makeaperl.SH makedepend.SH makedir.SH
689           !> myconfig.SH writemain.SH
690 ____________________________________________________________________________
691 [ 10114] By: jhi                                   on 2001/05/15  13:13:21
692         Log: Metaconfig units changes for #10113.
693      Branch: metaconfig
694            ! U/modified/Config_h.U U/modified/Extract.U U/modified/Oldsym.U
695 ____________________________________________________________________________
696 [ 10113] By: jhi                                   on 2001/05/15  13:12:40
697         Log: The problem described in 20010514.031 still wasn't
698              fully cured, there were remnants of $CONFIG when
699              $CONFIGDOTSH was expected.  Now renamed to PERL_CONFIG_SH
700              to avoid future conflicts.
701      Branch: perl
702            ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
703            ! configpm configure.com makeaperl.SH makedepend.SH makedir.SH
704            ! myconfig.SH writemain.SH
705 ____________________________________________________________________________
706 [ 10112] By: jhi                                   on 2001/05/15  11:55:44
707         Log: Half of #10107 got lost.
708      Branch: perl
709            ! ext/B/B/Deparse.pm
710 ____________________________________________________________________________
711 [ 10111] By: nick                                  on 2001/05/15  08:39:14
712         Log: Integrate mainline.
713      Branch: perlio
714           +> ext/POSIX/hints/uts.pl
715            - Todo Todo-5.6 t/camel-III/vstring.t
716           !> (integrate 48 files)
717 ____________________________________________________________________________
718 [ 10110] By: jhi                                   on 2001/05/15  02:04:05
719         Log: Subject: [PATCH TestInit.pm] Give Deparse tester a fair chance
720              From: Robin Houston <robin@kitsite.com>
721              Date: Mon, 14 May 2001 22:27:08 +0100
722              Message-ID: <20010514222708.A22963@penderel>
723      Branch: perl
724            ! t/TestInit.pm
725 ____________________________________________________________________________
726 [ 10109] By: jhi                                   on 2001/05/15  02:03:12
727         Log: Subject: [PATCH B::Deparse] Lvaluable method calls
728              From: Robin Houston <robin@kitsite.com>
729              Date: Mon, 14 May 2001 22:16:43 +0100
730              Message-ID: <20010514221643.A22437@penderel>
731      Branch: perl
732            ! ext/B/B/Deparse.pm
733 ____________________________________________________________________________
734 [ 10108] By: jhi                                   on 2001/05/15  02:02:17
735         Log: Subject: [PATCH B::Deparse] C<$foo =~ give_me_a_regex>; /x modifier
736              From: Robin Houston <robin@kitsite.com>
737              Date: Mon, 14 May 2001 22:03:44 +0100
738              Message-ID: <20010514220344.A20643@penderel>
739      Branch: perl
740            ! ext/B/B/Deparse.pm
741 ____________________________________________________________________________
742 [ 10107] By: jhi                                   on 2001/05/15  02:01:24
743         Log: Subject: [PATCH B::Deparse] "${foo}_bar"
744              From: Robin Houston <robin@kitsite.com>
745              Date: Mon, 14 May 2001 22:10:07 +0100
746              Message-ID: <20010514221007.A21118@penderel>
747      Branch: perl
748            ! ext/B/B/Deparse.pm
749 ____________________________________________________________________________
750 [ 10106] By: jhi                                   on 2001/05/15  01:41:26
751         Log: Fix for 20010514.037; substr() didn't invalidate the locale
752              collation magic.
753      Branch: perl
754            ! pp.c
755 ____________________________________________________________________________
756 [ 10105] By: jhi                                   on 2001/05/14  18:18:24
757         Log: Update Changes.
758      Branch: perl
759            ! Changes patchlevel.h
760 ____________________________________________________________________________
761 [ 10104] By: jhi                                   on 2001/05/14  18:09:07
762         Log: Retract #10094.
763      Branch: perl
764            ! lib/Pod/Text.pm
765 ____________________________________________________________________________
766 [ 10103] By: jhi                                   on 2001/05/14  15:20:58
767         Log: Integrate change #10100 from maintperl.
768              
769              PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
770              bug ID 20010514.027)
771      Branch: perl
772           !> mg.c pp_ctl.c
773 ____________________________________________________________________________
774 [ 10102] By: jhi                                   on 2001/05/14  15:19:21
775         Log: Document the deprecatedness of suidperl.
776      Branch: perl
777            ! INSTALL pod/perlfaq1.pod
778 ____________________________________________________________________________
779 [ 10101] By: jhi                                   on 2001/05/14  14:54:31
780         Log: Subject: Re: [ID 20010514.022] Makemaker a bit too prefix-happy
781              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
782              Date: Mon, 14 May 2001 09:38:59 -0400
783              Message-ID: <20010514093859.A1479715@linguist.thayer.dartmouth.edu>
784      Branch: perl
785            ! lib/ExtUtils/MM_Unix.pm
786 ____________________________________________________________________________
787 [ 10100] By: gsar                                  on 2001/05/14  14:43:50
788         Log: PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
789              bug ID 20010514.027)
790              
791              TODO: this needs a testsuite addition
792      Branch: maint-5.6/perl
793            ! mg.c pp_ctl.c
794 ____________________________________________________________________________
795 [ 10099] By: jhi                                   on 2001/05/14  13:42:38
796         Log: More DWIMminess for Class::Struct: calling the array or hash
797              accessors only with one argument, an array or a hash reference,
798              sets the underlying array or hash.  This mirrors nicely also
799              the usage in the constructor.
800              From Bernd Sokolowsky <ulmo@garozzo.franken.de>, via Damian Conway.
801      Branch: perl
802            ! lib/Class/Struct.pm t/lib/class-struct.t
803 ____________________________________________________________________________
804 [ 10098] By: jhi                                   on 2001/05/14  13:10:34
805         Log: Reference cmp'ing should go through the whole stringification
806              process shebang, as pointed out by Sarathy in #10091.
807      Branch: perl
808            ! pp.c
809 ____________________________________________________________________________
810 [ 10097] By: jhi                                   on 2001/05/14  12:54:31
811         Log: Subject: Re: [LONG] Cleaning up Todo/Todo-5.6/perltodo
812              From: Simon Cozens <simon@netthink.co.uk>
813              Date: Sat, 12 May 2001 16:36:27 +0100
814              Message-ID: <20010512163627.A5522@netthink.co.uk>
815              
816              with some additions salvaged from Todo and Todo-5.6 before
817              retiring them.
818      Branch: perl
819            - Todo Todo-5.6
820            ! MANIFEST pod/perltodo.pod
821 ____________________________________________________________________________
822 [ 10096] By: jhi                                   on 2001/05/14  12:37:01
823         Log: Subject: [ID 20010514.025] _SVID3 in <sys/statvfs.h>
824              From: "Golubev I. N." <gin@mo.msk.ru>
825              Date: Mon, 07 May 2001 14:33:34 (GMT)
826              Message-Id: <02453af6b23e63-gin@mo.msk.ru>
827      Branch: perl
828            ! perl.h
829 ____________________________________________________________________________
830 [ 10095] By: jhi                                   on 2001/05/14  12:34:24
831         Log: Subject: [ID 20010514.022] Makemaker a bit too prefix-happy
832              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
833              Date: Mon, 7 May 2001 09:35:57 -0600 (MDT)
834              Message-Id: <200105071535.f47FZvf27235@xerxes.courtesan.com>
835      Branch: perl
836            ! lib/ExtUtils/MM_Unix.pm
837 ____________________________________________________________________________
838 [ 10094] By: jhi                                   on 2001/05/14  12:32:44
839         Log: (Retracted by #10104.)
840              
841              Subject: [PATCH bleadperl Pod::Text] avoid overquoting [Was: rand(0) is rand(1)]
842              From: barries <barries@slaysys.com>
843              Date: Sat, 12 May 2001 01:28:10 -0400
844              Message-ID: <20010512012810.B26358@jester.slaysys.com>
845      Branch: perl
846            ! lib/Pod/Text.pm
847 ____________________________________________________________________________
848 [ 10093] By: jhi                                   on 2001/05/14  12:30:38
849         Log: Subject: [PATCH] Incorrect line numbers in AutoSplit
850              From: Mike Guy <mjtg@cam.ac.uk>
851              Date: Sat, 12 May 2001 19:24:33 +0100
852              Message-Id: <E14ye49-0006Fn-00@libra.cus.cam.ac.uk>
853      Branch: perl
854            ! lib/AutoSplit.pm
855 ____________________________________________________________________________
856 [ 10092] By: jhi                                   on 2001/05/14  12:29:21
857         Log: Yet another HP-UX hints tweak from Merijn.
858      Branch: perl
859            ! hints/hpux.sh
860 ____________________________________________________________________________
861 [ 10091] By: gsar                                  on 2001/05/14  04:38:32
862         Log: $ref1 == $ref2 behaves unpredictably on platforms where NV_PRESERVES_UV
863              isn't defined (changes#9366,9368,9370 from mainline without the
864              pp_scmp() change)
865      Branch: maint-5.6/perl
866            ! pp.c pp.h pp_hot.c
867 ____________________________________________________________________________
868 [ 10090] By: jhi                                   on 2001/05/12  13:39:43
869         Log: The sorting seems to happen now automatically.
870      Branch: perl
871            ! t/lib/glob-basic.t
872 ____________________________________________________________________________
873 [ 10089] By: jhi                                   on 2001/05/12  03:38:15
874         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
875              From: Benjamin Sugars <bsugars@canoe.ca>
876              Date: Fri, 11 May 2001 11:36:04 -0400 (EDT)
877              Message-ID: <Pine.LNX.4.21.0105111131540.1804-100000@marmot.rim.canoe.ca>
878      Branch: perl
879            ! pod/perlfunc.pod
880 ____________________________________________________________________________
881 [ 10088] By: jhi                                   on 2001/05/12  03:37:00
882         Log: Subject: Re: undef(&foo) does not work for XS functions
883              From: Doug MacEachern <dougm@covalent.net>
884              Date: Fri, 11 May 2001 16:52:29 -0700 (PDT)
885              Message-ID: <Pine.LNX.4.21.0105111647240.4478-100000@mako.covalent.net>
886      Branch: perl
887            ! op.c
888 ____________________________________________________________________________
889 [ 10087] By: jhi                                   on 2001/05/12  03:35:58
890         Log: Subject: [PATCH: perl@10086] fixup t/op/append.t for UTF-EBCDIC
891              From: Peter Prymmer <pvhp@forte.com>
892              Date: Fri, 11 May 2001 17:38:43 -0700 (PDT)
893              Message-ID: <Pine.OSF.4.10.10105111736190.73589-100000@aspara.forte.com>
894      Branch: perl
895            ! t/op/append.t
896 ____________________________________________________________________________
897 [ 10086] By: jhi                                   on 2001/05/11  14:23:08
898         Log: Update Changes.
899      Branch: perl
900            ! Changes patchlevel.h
901 ____________________________________________________________________________
902 [ 10085] By: jhi                                   on 2001/05/11  14:08:20
903         Log: Remove the 'asciir' re subpragma.  Should instead implement
904              the 'physical vs logical' range scheme:
905              
906              \xAA-\xCC is a native physical range, you want that range of
907              codepoints in your native encoding.  In EBCDIC the codepoints
908              in the gaps (between i-j and r-s) should be included.
909              
910              \x{AA}-\x{CC} is a physical Unicode range, you want that range of
911              codepoints in Unicode.
912              
913              a-z is a logical range, you want that range of 'logical' codepoints
914              in your native encoding.  In EBCDIC the codepoints in the gaps
915              (between i-j and r-s) should not be included.
916              
917              Mixed cases (a-\xAA, etc) should either be errors, or maybe
918              the 'logical' endpoints should be converted to native/Unicode
919              codepoints, and the range handled as a physical range.
920              
921              'Logical endpoints' are to be recognized only in the A-Z, a-z,
922              and 0-9 ranges.  Probably a warning should be given for mixed
923              cases like A-z or a-9 (since such expressions are encoding
924              dependent), with a recommendation to use physical ranges.
925      Branch: perl
926            ! ext/re/re.pm perl.h regcomp.c regcomp.h t/op/pat.t
927            ! t/op/regexp.t
928 ____________________________________________________________________________
929 [ 10084] By: jhi                                   on 2001/05/11  13:56:16
930         Log: Make the test to cleanup the test directory tree
931              both before and after the testing so that we always
932              have a clean slate to work with.
933      Branch: perl
934            ! t/lib/filefind.t
935 ____________________________________________________________________________
936 [ 10083] By: jhi                                   on 2001/05/11  13:46:30
937         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
938              From: Jon Eveland <jweveland@yahoo.com>
939              Date: Fri, 11 May 2001 07:36:28 -0700 (PDT)
940              Message-ID: <20010511143628.24225.qmail@web10402.mail.yahoo.com>
941      Branch: perl
942            ! pod/perlfunc.pod
943 ____________________________________________________________________________
944 [ 10082] By: jhi                                   on 2001/05/11  13:45:06
945         Log: Merge the camel-III/vstring.t with op/ver.t.
946      Branch: perl
947            - t/camel-III/vstring.t
948            ! MANIFEST t/TEST t/harness t/op/ver.t
949 ____________________________________________________________________________
950 [ 10081] By: jhi                                   on 2001/05/11  13:15:55
951         Log: Add test.deparse make target.
952      Branch: perl
953            ! Makefile.SH
954 ____________________________________________________________________________
955 [ 10080] By: jhi                                   on 2001/05/11  12:52:49
956         Log: Subject: [PATCH B::Deparse] $foo->bar(0)
957              From: Robin Houston <robin@kitsite.com>
958              Date: Fri, 11 May 2001 12:02:22 +0100
959              Message-ID: <20010511120222.A11529@penderel>
960      Branch: perl
961            ! ext/B/B/Deparse.pm t/op/method.t
962 ____________________________________________________________________________
963 [ 10079] By: jhi                                   on 2001/05/11  01:59:06
964         Log: A nicely working combination for UTS from Hal Morris.
965      Branch: perl
966            + ext/POSIX/hints/uts.pl
967            ! MANIFEST hints/uts.sh
968 ____________________________________________________________________________
969 [ 10078] By: jhi                                   on 2001/05/11  01:15:04
970         Log: i_ieeefp=undef for UTS.
971      Branch: perl
972            ! hints/uts.sh
973 ____________________________________________________________________________
974 [ 10077] By: jhi                                   on 2001/05/10  22:42:35
975         Log: Subject: RE: rand(0) is rand(1)
976              From: Larry Shatzer <lshatzer@islanddata.com>
977              Date: Thu, 10 May 2001 11:09:27 -0700
978              Message-ID: <95CD90709D74D4118F4600D0B79E8BC9995027@mail.islanddata.com>
979      Branch: perl
980            ! pod/perlfunc.pod
981 ____________________________________________________________________________
982 [ 10076] By: jhi                                   on 2001/05/10  22:36:50
983         Log: Subject: [patch] make op_{clear,null} public
984              From: Doug MacEachern <dougm@covalent.net>
985              Date: Thu, 10 May 2001 15:54:09 -0700 (PDT)
986              Message-ID: <Pine.LNX.4.21.0105101546510.2962-100000@mako.covalent.net>
987      Branch: perl
988            ! embed.h embed.pl op.c proto.h
989 ____________________________________________________________________________
990 [ 10075] By: jhi                                   on 2001/05/10  22:28:36
991         Log: Subject: [PATCH B.xs] Extend tr/\0-\377/blah/c support
992              From: Robin Houston <robin@kitsite.com>
993              Date: Thu, 10 May 2001 18:54:59 +0100
994              Message-ID: <20010510185459.A5995@penderel>
995      Branch: perl
996            ! ext/B/B.xs ext/B/B/Deparse.pm t/op/tr.t
997 ____________________________________________________________________________
998 [ 10074] By: jhi                                   on 2001/05/10  22:23:41
999         Log: Subject: [PATCH B::Deparse] t/op/64bitint.t
1000              From: Robin Houston <robin@kitsite.com>
1001              Date: Thu, 10 May 2001 12:56:39 +0100
1002              Message-ID: <20010510125639.A2119@penderel>
1003      Branch: perl
1004            ! ext/B/B/Deparse.pm
1005 ____________________________________________________________________________
1006 [ 10073] By: jhi                                   on 2001/05/10  14:26:01
1007         Log: Retract #10070, not ready yet.
1008      Branch: perl
1009            ! ext/B/B/Deparse.pm
1010 ____________________________________________________________________________
1011 [ 10072] By: jhi                                   on 2001/05/10  13:40:24
1012         Log: The metaconfig unit change for #10071.
1013      Branch: metaconfig
1014            ! U/modified/mallocsrc.U
1015 ____________________________________________________________________________
1016 [ 10071] By: jhi                                   on 2001/05/10  13:39:57
1017         Log: The #9525+#9526 didn't allow for overriding usemymalloc.
1018      Branch: perl
1019            ! Configure
1020 ____________________________________________________________________________
1021 [ 10070] By: jhi                                   on 2001/05/10  13:18:42
1022         Log: (Retracted by #10073)
1023              
1024              Subject: Re: [PATCH t/TEST] B::Deparse tester 
1025              From: Hugo <hv@crypt.compulink.co.uk>
1026              Date: Thu, 10 May 2001 05:48:09 +0100
1027              Message-Id: <200105100448.FAA13584@crypt.compulink.co.uk>
1028      Branch: perl
1029            ! ext/B/B/Deparse.pm
1030 ____________________________________________________________________________
1031 [ 10069] By: jhi                                   on 2001/05/10  12:24:06
1032         Log: Add a for(func()) test.
1033      Branch: perl
1034            ! t/cmd/for.t
1035 ____________________________________________________________________________
1036 [ 10068] By: jhi                                   on 2001/05/10  12:16:00
1037         Log: Subject: [PATCH B::Deparse] our() lists and foreach loops
1038              From: Robin Houston <robin@kitsite.com>
1039              Date: Thu, 10 May 2001 13:50:08 +0100
1040              Message-ID: <20010510135008.A2454@penderel>
1041      Branch: perl
1042            ! ext/B/B/Deparse.pm
1043 ____________________________________________________________________________
1044 [ 10067] By: jhi                                   on 2001/05/10  01:45:03
1045         Log: A thinko in #10065.
1046      Branch: perl
1047            ! hv.c
1048 ____________________________________________________________________________
1049 [ 10066] By: jhi                                   on 2001/05/10  01:33:12
1050         Log: Subject: [PATCH B::Deparse] Fix tr///ansliteration
1051              From: Robin Houston <robin@kitsite.com>
1052              Date: Thu, 10 May 2001 02:10:34 +0100
1053              Message-ID: <20010510021034.A19421@penderel>
1054      Branch: perl
1055            ! ext/B/B.xs ext/B/B/Deparse.pm
1056 ____________________________________________________________________________
1057 [ 10065] By: jhi                                   on 2001/05/10  01:30:43
1058         Log: Subject: [patch] make hv_fetch{_ent} SvGMAGICAL aware
1059              From: Doug MacEachern <dougm@covalent.net>
1060              Date: Mon, 7 May 2001 09:50:58 -0700 (PDT)
1061              Message-ID: <Pine.LNX.4.21.0105070947060.23808-100000@mako.covalent.net>
1062      Branch: perl
1063            ! hv.c
1064 ____________________________________________________________________________
1065 [ 10064] By: jhi                                   on 2001/05/09  23:13:29
1066         Log: One more workaround for the UTS compiler from Hal Morris.
1067      Branch: perl
1068            ! perl.h
1069 ____________________________________________________________________________
1070 [ 10063] By: jhi                                   on 2001/05/09  23:09:53
1071         Log: Subject: [PATCH B::Debug] Show string for PVOP, and referent for RV
1072              From: Robin Houston <robin@kitsite.com>
1073              Date: Thu, 10 May 2001 01:02:08 +0100
1074              Message-ID: <20010510010208.A18200@penderel>
1075      Branch: perl
1076            ! ext/B/B/Debug.pm
1077 ____________________________________________________________________________
1078 [ 10062] By: jhi                                   on 2001/05/09  23:06:25
1079         Log: Subject: [PATCH] Simplify deb_curcv() a bit
1080              From: Benjamin Sugars <bsugars@canoe.ca>
1081              Date: Wed, 9 May 2001 18:14:34 -0400 (EDT)
1082              Message-ID: <Pine.LNX.4.21.0105091811340.1160-100000@marmot.rim.canoe.ca>
1083      Branch: perl
1084            ! run.c
1085 ____________________________________________________________________________
1086 [ 10061] By: jhi                                   on 2001/05/09  23:05:28
1087         Log: Subject: [PATCH] Additional test case for PerlIO::Scalar
1088              From: Benjamin Sugars <bsugars@canoe.ca>
1089              Date: Wed, 9 May 2001 18:03:45 -0400 (EDT)
1090              Message-ID: <Pine.LNX.4.21.0105091758220.1160-100000@marmot.rim.canoe.ca>
1091      Branch: perl
1092            ! t/lib/io_scalar.t
1093 ____________________________________________________________________________
1094 [ 10060] By: jhi                                   on 2001/05/09  23:04:38
1095         Log: Subject: [PATCH: perl@10022] update md5sum for MD5.xs on IBM-1047
1096              From: Peter Prymmer <pvhp@forte.com>
1097              Date: Wed, 9 May 2001 12:08:02 -0700 (PDT)
1098              Message-ID: <Pine.OSF.4.10.10105091205250.455254-100000@aspara.forte.com>
1099      Branch: perl
1100            ! t/lib/md5-file.t
1101 ____________________________________________________________________________
1102 [ 10059] By: jhi                                   on 2001/05/09  23:03:52
1103         Log: Subject: [PATCH t/TEST] B::Deparse tester
1104              From: Robin Houston <robin@kitsite.com>
1105              Date: Wed, 9 May 2001 19:17:50 +0100
1106              Message-ID: <20010509191750.A16940@penderel>
1107      Branch: perl
1108            ! ext/B/O.pm t/TEST
1109 ____________________________________________________________________________
1110 [ 10058] By: jhi                                   on 2001/05/09  23:02:56
1111         Log: Subject: [PATCH] Pod::Html -- fixes extra gaps in raw text
1112              From: Jeff Pinyan <jeffp@crusoe.net>
1113              Date: Wed, 9 May 2001 14:36:25 -0400 (EDT)
1114              Message-ID: <Pine.GSO.4.21.0105091430420.357-100000@crusoe.crusoe.net>
1115      Branch: perl
1116            ! lib/Pod/Html.pm
1117 ____________________________________________________________________________
1118 [ 10057] By: nick                                  on 2001/05/09  18:37:56
1119         Log: Integrate mainline.
1120      Branch: perlio
1121           !> Changes epoc/epocish.h ext/PerlIO/Scalar/Scalar.xs
1122           !> hints/hpux.sh lib/Pod/Html.pm patchlevel.h perlio.c
1123 ____________________________________________________________________________
1124 [ 10056] By: jhi                                   on 2001/05/09  16:44:44
1125         Log: Update Changes.
1126      Branch: perl
1127            ! Changes patchlevel.h
1128 ____________________________________________________________________________
1129 [ 10055] By: jhi                                   on 2001/05/09  16:26:47
1130         Log: Integrate perlio.
1131      Branch: perl
1132           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
1133 ____________________________________________________________________________
1134 [ 10054] By: jhi                                   on 2001/05/09  16:25:42
1135         Log: Subject: Re: [PATCH] Test offset when reading from a PerlIO::Scalar
1136              From: Benjamin Sugars <bsugars@canoe.ca>
1137              Date: Wed, 9 May 2001 12:42:30 -0400 (EDT)
1138              Message-ID: <Pine.LNX.4.21.0105091230110.1516-100000@marmot.rim.canoe.ca>
1139      Branch: perl
1140            ! perlio.c
1141 ____________________________________________________________________________
1142 [ 10053] By: jhi                                   on 2001/05/09  16:24:37
1143         Log: Subject: [PATCH] Test offset when reading from a PerlIO::Scalar
1144              From: Benjamin Sugars <bsugars@canoe.ca>
1145              Date: Tue, 8 May 2001 17:09:44 -0400 (EDT)
1146              Message-ID: <Pine.LNX.4.21.0105081654140.1212-100000@marmot.rim.canoe.ca>
1147      Branch: perl
1148            ! ext/PerlIO/Scalar/Scalar.xs
1149 ____________________________________________________________________________
1150 [ 10052] By: jhi                                   on 2001/05/09  16:19:04
1151         Log: Subject: [PATCH] Pod::Html doesn't honor =begin ... =end properly
1152              From: Jeff Pinyan <jeffp@crusoe.net>
1153              Date: Wed, 9 May 2001 12:35:24 -0400 (EDT)
1154              Message-ID: <Pine.GSO.4.21.0105091233430.357-100000@crusoe.crusoe.net>
1155      Branch: perl
1156            ! lib/Pod/Html.pm
1157 ____________________________________________________________________________
1158 [ 10051] By: jhi                                   on 2001/05/09  15:30:17
1159         Log: EPOC tweak from Olaf Flebbe.
1160      Branch: perl
1161            ! epoc/epocish.h
1162 ____________________________________________________________________________
1163 [ 10050] By: nick                                  on 2001/05/09  14:37:57
1164         Log: win32, regen_config_h
1165      Branch: perlio
1166            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
1167 ____________________________________________________________________________
1168 [ 10049] By: jhi                                   on 2001/05/09  12:33:39
1169         Log: Integrate perlio.
1170      Branch: perl
1171           !> pp_sys.c
1172 ____________________________________________________________________________
1173 [ 10048] By: nick                                  on 2001/05/09  11:59:50
1174         Log: If wait() or waitpid() ends due to EINTR despatch perl interrupt handler
1175              and re-try. Fixes "perl 5.7.x prefers suicide over killing more than one child."
1176      Branch: perlio
1177            ! pp_sys.c
1178 ____________________________________________________________________________
1179 [ 10047] By: jhi                                   on 2001/05/09  10:50:12
1180         Log: Integrate perlio.
1181      Branch: perl
1182           !> run.c
1183 ____________________________________________________________________________
1184 [ 10046] By: jhi                                   on 2001/05/09  10:49:34
1185         Log: Subject: Re: Less warnings during configure
1186              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1187              Date: Wed, 09 May 2001 13:12:49 +0200
1188              Message-Id: <20010509125337.995D.H.M.BRAND@hccnet.nl>
1189      Branch: perl
1190            ! hints/hpux.sh
1191 ____________________________________________________________________________
1192 [ 10045] By: nick                                  on 2001/05/09  09:56:59
1193         Log: MULTIPLICITY/DEBUGGING build fix.
1194      Branch: perlio
1195            ! run.c
1196 ____________________________________________________________________________
1197 [ 10044] By: nick                                  on 2001/05/09  09:46:37
1198         Log: Merge of mainline (does not build MULTIPLICITY/DEBUGGING issue).
1199      Branch: perlio
1200           +> hints/atheos.sh pod/perl572delta.pod t/pod/plainer.t
1201            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
1202           !> (integrate 65 files)
1203 ____________________________________________________________________________
1204 [ 10043] By: jhi                                   on 2001/05/08  22:41:49
1205         Log: Subject: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
1206              From: Robin Houston <robin@kitsite.com>
1207              Date: Tue, 8 May 2001 19:38:00 +0100
1208              Message-ID: <20010508193800.A4389@penderel>
1209              
1210              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
1211              From: Robin Houston <robin@kitsite.com>
1212              Date: Tue, 8 May 2001 20:03:57 +0100
1213              Message-ID: <20010508200357.A4614@penderel>
1214              
1215              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
1216              From: Robin Houston <robin@kitsite.com>
1217              Date: Wed, 9 May 2001 00:12:05 +0100
1218              Message-ID: <20010509001205.A18521@puffinry.freeserve.co.uk>
1219      Branch: perl
1220            ! op.c pod/perldiag.pod t/pragma/overload.t t/pragma/warn/op
1221 ____________________________________________________________________________
1222 [ 10042] By: jhi                                   on 2001/05/08  22:09:35
1223         Log: Retract #10031.
1224      Branch: perl
1225            ! pod/perlfunc.pod
1226 ____________________________________________________________________________
1227 [ 10041] By: jhi                                   on 2001/05/08  18:27:34
1228         Log: The metaconfig unit changes for #10040.
1229      Branch: metaconfig/U/perl
1230            ! Checkcc.U d_dlsymun.U dlsrc.U
1231 ____________________________________________________________________________
1232 [ 10040] By: jhi                                   on 2001/05/08  18:24:47
1233         Log: The Configure half of
1234              
1235              Subject: Less warnings during configure
1236              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1237              Date: Tue, 08 May 2001 08:44:02 +0200
1238              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
1239      Branch: perl
1240            ! Configure
1241 ____________________________________________________________________________
1242 [ 10039] By: jhi                                   on 2001/05/08  16:48:31
1243         Log: Subject: Less warnings during configure
1244              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1245              Date: Tue, 08 May 2001 08:44:02 +0200
1246              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
1247      Branch: perl
1248            ! hints/hpux.sh
1249 ____________________________________________________________________________
1250 [ 10038] By: jhi                                   on 2001/05/08  16:32:07
1251         Log: Don't forget to whine about \d__\d.
1252      Branch: perl
1253            ! t/pragma/warn/toke toke.c
1254 ____________________________________________________________________________
1255 [ 10037] By: jhi                                   on 2001/05/08  16:07:05
1256         Log: Allow underscores also in the exponent part.
1257      Branch: perl
1258            ! t/pragma/warn/toke toke.c
1259 ____________________________________________________________________________
1260 [ 10036] By: jhi                                   on 2001/05/08  13:33:55
1261         Log: CodeMagicCD doesn't look like an *I*DE.
1262      Branch: perl
1263            ! pod/perlfaq3.pod
1264 ____________________________________________________________________________
1265 [ 10035] By: jhi                                   on 2001/05/08  13:27:48
1266         Log: Add Open Perl IDE, remove Perl Code Magic (the site seems
1267              to be consistently down).
1268      Branch: perl
1269            ! pod/perlfaq3.pod
1270 ____________________________________________________________________________
1271 [ 10034] By: jhi                                   on 2001/05/08  13:21:07
1272         Log: Upgrade to Text::Balanced 1.84.
1273      Branch: perl
1274            ! lib/Text/Balanced.pm t/lib/tb-xbrak.t
1275 ____________________________________________________________________________
1276 [ 10033] By: jhi                                   on 2001/05/08  12:41:53
1277         Log: Subject: Re: [PATCH] Find the last of the missing pad variables 
1278              From: Benjamin Sugars <bsugars@canoe.ca>
1279              Date: Tue, 8 May 2001 09:14:30 -0400 (EDT)
1280              Message-ID: <Pine.LNX.4.21.0105080912370.1930-100000@marmot.rim.canoe.ca>
1281      Branch: perl
1282            ! run.c
1283 ____________________________________________________________________________
1284 [ 10032] By: jhi                                   on 2001/05/08  12:40:28
1285         Log: Subject: [PATCH: perl@10022] cleaner cleanup for t/pod/plainer.t
1286              From: Peter Prymmer <pvhp@forte.com>
1287              Date: Mon, 7 May 2001 18:13:06 -0700 (PDT)
1288              Message-ID: <Pine.OSF.4.10.10105071810100.317708-100000@aspara.forte.com>
1289      Branch: perl
1290            ! t/pod/plainer.t
1291 ____________________________________________________________________________
1292 [ 10031] By: jhi                                   on 2001/05/08  12:35:25
1293         Log: (Retracted by #10042)
1294              
1295              Subject: Re: [ID 20010506.040] Infinite loop in lib/selfstubber.t under Cygwin
1296              From: "Philip Newton" <pnewton@gmx.de>
1297              Date: Tue, 8 May 2001 09:18:10 +0200
1298              Message-ID: <3AF7B9D2.28861.603732@localhost>
1299      Branch: perl
1300            ! pod/perlfunc.pod
1301 ____________________________________________________________________________
1302 [ 10030] By: jhi                                   on 2001/05/08  12:32:23
1303         Log: Subject: [PATCH B::Deparse] Document known bugs
1304              From: Robin Houston <robin@kitsite.com>
1305              Date: Tue, 8 May 2001 01:53:34 +0100
1306              Message-ID: <20010508015334.A32394@penderel>
1307      Branch: perl
1308            ! ext/B/B/Deparse.pm
1309 ____________________________________________________________________________
1310 [ 10029] By: jhi                                   on 2001/05/08  12:28:28
1311         Log: Subject: Re: Perl book, magazine and website updates.
1312              From: "Philip Newton" <pnewton@gmx.de>
1313              Date: Mon, 7 May 2001 17:03:58 +0200
1314              Message-ID: <3AF6D57E.5387.1E29930@localhost>
1315      Branch: perl
1316            ! pod/perlfaq2.pod
1317 ____________________________________________________________________________
1318 [ 10028] By: jhi                                   on 2001/05/07  23:53:30
1319         Log: Subject: [PATCH: perl@10022] YA tweak to avoid open file conflict in io/fflush.t
1320              From: Peter Prymmer <pvhp@forte.com>
1321              Date: Mon, 7 May 2001 17:50:48 -0700 (PDT)
1322              Message-ID: <Pine.OSF.4.10.10105071746570.317708-100000@aspara.forte.com> 
1323      Branch: perl
1324            ! t/io/fflush.t
1325 ____________________________________________________________________________
1326 [ 10027] By: jhi                                   on 2001/05/07  23:22:48
1327         Log: Subject: [PATCH B::Deparse] Give (?{...}) a taste of its own medicine
1328              From: Robin Houston <robin@kitsite.com>
1329              Date: Tue, 8 May 2001 01:14:55 +0100
1330              Message-ID: <20010508011455.A32162@penderel>
1331      Branch: perl
1332            ! ext/B/B/Deparse.pm
1333 ____________________________________________________________________________
1334 [ 10026] By: jhi                                   on 2001/05/07  23:15:05
1335         Log: Typo in #10025.
1336      Branch: perl
1337            ! hints/uts.sh
1338 ____________________________________________________________________________
1339 [ 10025] By: jhi                                   on 2001/05/07  21:15:35
1340         Log: cc, cflags, and optimize tweaks for UTS from Hal Morris.
1341      Branch: perl
1342            ! hints/uts.sh
1343 ____________________________________________________________________________
1344 [ 10024] By: jhi                                   on 2001/05/07  20:58:40
1345         Log: Subject: Re: [ID 20010506.045] question about hash syntax
1346              From: Peter Scott <Peter@PSDT.com>
1347              Date: Sun, 06 May 2001 13:10:40 -0700
1348              Message-Id: <4.3.2.7.2.20010506113015.00b46100@psdt.com>
1349      Branch: perl
1350            ! pod/perl56delta.pod
1351 ____________________________________________________________________________
1352 [ 10023] By: jhi                                   on 2001/05/07  20:41:26
1353         Log: Configure should figure out the list of dynamic extensions
1354              just fine in UTS-- and in fact it does, as reported by Hal Morris.
1355      Branch: perl
1356            ! hints/uts.sh
1357 ____________________________________________________________________________
1358 [ 10022] By: jhi                                   on 2001/05/07  20:24:11
1359         Log: Update Changes.
1360      Branch: perl
1361            ! Changes patchlevel.h
1362 ____________________________________________________________________________
1363 [ 10021] By: jhi                                   on 2001/05/07  20:11:31
1364         Log: Subject: [PATCH regcomp.c] Insecure regexes
1365              From: Robin Houston <robin@kitsite.com>
1366              Date: Mon, 7 May 2001 21:56:12 +0100
1367              Message-ID: <20010507215612.A31114@penderel>
1368      Branch: perl
1369            ! regcomp.c
1370 ____________________________________________________________________________
1371 [ 10020] By: jhi                                   on 2001/05/07  20:02:30
1372         Log: Drop the foobar.perl.com references for now until Simon
1373              gets them sorted out.
1374      Branch: perl
1375            ! pod/perlfaq2.pod
1376 ____________________________________________________________________________
1377 [ 10019] By: jhi                                   on 2001/05/07  19:54:33
1378         Log: Subject: Re: RFC: changing Devel::SelfStubber to relinquish its grasp
1379              From: Prymmer/Kahn <pvhp@best.com>
1380              Date: Mon, 7 May 2001 07:47:21 -0700 (PDT)
1381              Message-ID: <Pine.BSF.4.21.0105070733080.13301-100000@shell8.ba.best.com>
1382      Branch: perl
1383            ! lib/Devel/SelfStubber.pm
1384 ____________________________________________________________________________
1385 [ 10018] By: jhi                                   on 2001/05/07  19:53:10
1386         Log: Subject: Re: [ID 20010506.022] Win32/Makefile problems in 5.7.1 
1387              From: Prymmer/Kahn <pvhp@best.com>
1388              Date: Sun, 6 May 2001 21:34:56 -0700 (PDT)
1389              Message-ID: <Pine.BSF.4.21.0105062131520.17625-100000@shell8.ba.best.com>
1390      Branch: perl
1391            ! win32/Makefile
1392 ____________________________________________________________________________
1393 [ 10017] By: jhi                                   on 2001/05/07  19:35:10
1394         Log: s/WebTechnique's/WebTechniques/
1395      Branch: perl
1396            ! pod/perlfaq2.pod
1397 ____________________________________________________________________________
1398 [ 10016] By: jhi                                   on 2001/05/07  12:26:29
1399         Log: Llama 3 updates from Randal.
1400      Branch: perl
1401            ! pod/perlfaq2.pod
1402 ____________________________________________________________________________
1403 [ 10015] By: jhi                                   on 2001/05/07  01:34:38
1404         Log: Subject: [PATCH] Help -Dt show correct pad variables
1405              From: Benjamin Sugars <ben.sugars@home.com>
1406              Date: Sun, 6 May 2001 12:54:13 -0400 (EDT)
1407              Message-ID: <Pine.LNX.4.21.0105061142040.12858-100000@localhost.localdomain>
1408      Branch: perl
1409            ! embed.h embed.pl proto.h run.c
1410 ____________________________________________________________________________
1411 [ 10014] By: jhi                                   on 2001/05/07  01:23:56
1412         Log: Subject: [PATCH] Document C<our $foo : shared>
1413              From: Benjamin Sugars <ben.sugars@home.com>
1414              Date: Sun, 6 May 2001 19:00:55 -0400 (EDT)
1415              Message-ID: <Pine.LNX.4.21.0105061847090.9500-100000@localhost.localdomain>
1416      Branch: perl
1417            ! pod/perlfunc.pod
1418 ____________________________________________________________________________
1419 [ 10013] By: jhi                                   on 2001/05/07  01:22:22
1420         Log: Subject: [PATCH B::Deparse] undefined folded constants
1421              From: Robin Houston <robin@kitsite.com>
1422              Date: Sun, 6 May 2001 17:19:09 +0100
1423              Message-ID: <20010506171909.A7046@penderel>
1424      Branch: perl
1425            ! ext/B/B/Deparse.pm
1426 ____________________________________________________________________________
1427 [ 10012] By: jhi                                   on 2001/05/07  00:57:38
1428         Log: Subject: [PATCH B::Deparse] use Foo (sub {...});
1429              From: Robin Houston <robin@kitsite.com>
1430              Message-ID: <20010506164654.A6848@penderel>
1431              Date: Sun, 6 May 2001 16:46:54 +0100
1432      Branch: perl
1433            ! ext/B/B/Deparse.pm
1434 ____________________________________________________________________________
1435 [ 10011] By: jhi                                   on 2001/05/07  00:52:18
1436         Log: Subject: [PATCH t/op/my_stash.t] Naughty?
1437              From: Robin Houston <robin@kitsite.com>
1438              Date: Sun, 6 May 2001 14:47:02 +0100
1439              Message-ID: <20010506144702.A6308@penderel>
1440      Branch: perl
1441            ! t/op/my_stash.t
1442 ____________________________________________________________________________
1443 [ 10010] By: jhi                                   on 2001/05/06  15:07:51
1444         Log: Subject: Perl book, magazine and website updates.
1445              From: Simon Cozens <simon@netthink.co.uk>
1446              Date: Sun, 6 May 2001 16:55:36 +0100
1447              Message-ID: <20010506165536.A1795@netthink.co.uk>
1448      Branch: perl
1449            ! pod/perlbook.pod pod/perlfaq2.pod
1450 ____________________________________________________________________________
1451 [ 10009] By: jhi                                   on 2001/05/06  14:11:40
1452         Log: Tweaks on the Tru64 prof options.
1453      Branch: perl
1454            ! pod/perlhack.pod
1455 ____________________________________________________________________________
1456 [ 10008] By: jhi                                   on 2001/05/06  13:51:49
1457         Log: Subject: [PATCH t/pod/testp2pt.pl] Give deparse tester a chance
1458              From: Robin Houston <robin@kitsite.com>
1459              Date: Sun, 6 May 2001 14:40:51 +0100
1460              Message-ID: <20010506144051.A6279@penderel>
1461      Branch: perl
1462            ! t/pod/testp2pt.pl
1463 ____________________________________________________________________________
1464 [ 10007] By: jhi                                   on 2001/05/06  13:49:31
1465         Log: Subject: [PATCH B::Deparse] scoping
1466              From: Robin Houston <robin@kitsite.com>
1467              Date: Sun, 6 May 2001 14:36:56 +0100
1468              Message-ID: <20010506143656.A4006@penderel>
1469      Branch: perl
1470            ! ext/B/B/Deparse.pm ext/B/defsubs_h.PL t/lib/b-deparse.t
1471 ____________________________________________________________________________
1472 [ 10006] By: jhi                                   on 2001/05/06  13:24:12
1473         Log: Document the undefinedness of bitshifting out of range.
1474      Branch: perl
1475            ! pod/perlop.pod
1476 ____________________________________________________________________________
1477 [ 10005] By: jhi                                   on 2001/05/06  13:03:17
1478         Log: Retract #10003 and update the IDE descriptions a bit.
1479      Branch: perl
1480            ! pod/perlfaq3.pod
1481 ____________________________________________________________________________
1482 [ 10004] By: jhi                                   on 2001/05/06  03:02:41
1483         Log: Subject: [PATCH: perl@10001] win32 update (VC,Borland,gcc), nmake update
1484              From: Prymmer/Kahn <pvhp@best.com>
1485              Date: Sat, 5 May 2001 20:30:49 -0700 (PDT)
1486              Message-ID: <Pine.BSF.4.21.0105052017370.3961-100000@shell8.ba.best.com>
1487      Branch: perl
1488            ! win32/Makefile win32/buildext.pl win32/config.bc
1489            ! win32/config.gc win32/config.vc
1490 ____________________________________________________________________________
1491 [ 10003] By: jhi                                   on 2001/05/05  20:24:44
1492         Log: (Retracted by #10005.)
1493      Branch: perl
1494            ! pod/perlfaq3.pod
1495 ____________________________________________________________________________
1496 [ 10002] By: jhi                                   on 2001/05/05  19:23:36
1497         Log: It's "psed", not "sed".
1498      Branch: perl
1499            ! x2p/s2p.PL
1500 ____________________________________________________________________________
1501 [ 10001] By: jhi                                   on 2001/05/05  18:35:38
1502         Log: Update Changes.
1503      Branch: perl
1504            ! Changes patchlevel.h
1505 ____________________________________________________________________________
1506 [ 10000] By: jhi                                   on 2001/05/05  18:32:15
1507         Log: Subject: Re: bleadperl make install fails due to "psed"
1508              From: andreas.koenig@anima.de (Andreas J. Koenig)
1509              Date: 05 May 2001 18:23:28 +0200
1510              Message-ID: <m3u22zg3y7.fsf@ak-71.mind.de>
1511      Branch: perl
1512            ! x2p/Makefile.SH x2p/s2p.PL
1513 ____________________________________________________________________________
1514 [  9999] By: jhi                                   on 2001/05/05  18:28:09
1515         Log: AUTHORS updates.
1516      Branch: perl
1517            ! AUTHORS
1518 ____________________________________________________________________________
1519 [  9998] By: jhi                                   on 2001/05/05  18:16:00
1520         Log: Updates on the pods related to the modules included since 5.6.
1521              
1522              TODO: perltodo really could use major updating.
1523      Branch: perl
1524            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq7.pod
1525            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
1526            ! pod/perlop.pod pod/perlport.pod pod/perlsec.pod
1527            ! pod/perlsyn.pod pod/perltodo.pod
1528 ____________________________________________________________________________
1529 [  9997] By: jhi                                   on 2001/05/05  17:35:17
1530         Log: Hints file for AtheOS ( http://www.atheos.cx/ ),
1531              from Kurt Skauen.
1532      Branch: perl
1533            + hints/atheos.sh
1534            ! MANIFEST
1535 ____________________________________________________________________________
1536 [  9996] By: jhi                                   on 2001/05/05  17:25:00
1537         Log: Add preemptive #undefs for some of the shorter and more prone
1538              to collision regcomp.h #defines.  (Background: the MASK collided
1539              with a system header #define in Rhapsody.)
1540      Branch: perl
1541            ! regcomp.h
1542 ____________________________________________________________________________
1543 [  9995] By: jhi                                   on 2001/05/05  13:24:21
1544         Log: Subject: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
1545              From: Nicholas Clark <nick@ccl4.org>
1546              Date: Sat, 5 May 2001 14:46:39 +0100
1547              Message-ID: <20010505144639.O53513@plum.flirble.org>
1548              
1549              Add a test for the constants (if any) being processed correctly.
1550      Branch: perl
1551            ! utils/h2xs.PL
1552 ____________________________________________________________________________
1553 [  9994] By: jhi                                   on 2001/05/05  02:11:03
1554         Log: Subject: [PATCH & retract: perl@9973] the real fix for t/lib/b-stash.t
1555              From: Peter Prymmer <pvhp@forte.com>
1556              Date: Fri, 4 May 2001 17:44:13 -0700 (PDT)
1557              Message-ID: <Pine.OSF.4.10.10105041734280.67333-100000@aspara.forte.com>
1558      Branch: perl
1559            ! t/lib/b-stash.t
1560 ____________________________________________________________________________
1561 [  9993] By: jhi                                   on 2001/05/05  02:03:49
1562         Log: Subject: [PATCH: perl@9973] fix const poisioning in  PerlIO_openn->fdopen->openn
1563              From: Peter Prymmer <pvhp@forte.com>
1564              Date: Fri, 4 May 2001 17:29:02 -0700 (PDT)
1565              Message-ID: <Pine.OSF.4.10.10105041727420.67333-100000@aspara.forte.com>
1566      Branch: perl
1567            ! perlio.c vms/vmsish.h
1568 ____________________________________________________________________________
1569 [  9992] By: jhi                                   on 2001/05/04  17:21:12
1570         Log: Subject: [PATHC perl@9944] missing library tests: Pod::Plainer
1571              From: Robin Barker <rmb1@cise.npl.co.uk>
1572              Date: Fri, 4 May 2001 18:13:47 +0100 (BST)
1573              Message-Id: <200105041713.SAA14842@tempest.npl.co.uk>
1574      Branch: perl
1575            + t/pod/plainer.t
1576            ! MANIFEST
1577 ____________________________________________________________________________
1578 [  9991] By: jhi                                   on 2001/05/04  16:47:45
1579         Log: Subject: [PATCH perl@9944] -Wformat error from ext/re/re_comp.c
1580              From: Robin Barker <rmb1@cise.npl.co.uk>
1581              Date: Fri, 4 May 2001 18:09:13 +0100 (BST)
1582              Message-Id: <200105041709.SAA14835@tempest.npl.co.uk>
1583      Branch: perl
1584            ! regcomp.c
1585 ____________________________________________________________________________
1586 [  9990] By: jhi                                   on 2001/05/04  14:37:20
1587         Log: Subject: [PATCH: perl@9973] let win32 run t/lib/b-stash.t
1588              From: Prymmer/Kahn <pvhp@best.com>
1589              Date: Fri, 4 May 2001 07:31:01 -0700 (PDT)
1590              Message-ID: <Pine.BSF.4.21.0105040727430.14844-100000@shell8.ba.best.com>
1591      Branch: perl
1592            ! t/lib/b-stash.t
1593 ____________________________________________________________________________
1594 [  9989] By: jhi                                   on 2001/05/04  14:03:58
1595         Log: Introduce perl572delta, update Todo, add the missing
1596              mention about signal safety since 5.7.1 (though this
1597              requires verification and more details.)
1598      Branch: perl
1599            + pod/perl572delta.pod
1600            ! MANIFEST Todo pod/perl571delta.pod
1601 ____________________________________________________________________________
1602 [  9988] By: jhi                                   on 2001/05/04  12:41:51
1603         Log: Subject: [PATCH perl@9944] long =item
1604              From: Robin Barker <rmb1@cise.npl.co.uk>
1605              Date: Fri, 4 May 2001 14:15:20 +0100 (BST)
1606              Message-Id: <200105041315.OAA00436@tempest.npl.co.uk>
1607      Branch: perl
1608            ! ext/Time/HiRes/HiRes.pm
1609 ____________________________________________________________________________
1610 [  9987] By: jhi                                   on 2001/05/04  12:39:19
1611         Log: The #9901 had removed one line essential for EBCDIC.
1612      Branch: perl
1613            ! regcomp.c
1614 ____________________________________________________________________________
1615 [  9986] By: jhi                                   on 2001/05/04  12:30:23
1616         Log: Subject: cygwin/Makefile.SHs INSTALL patch
1617              From: Reini Urban <rurban@sbox.tu-graz.ac.at>
1618              Date: Mon, 08 Jan 2001 04:59:21 +0200
1619              Message-ID: <3A592D09.FD6AD35D@sbox.tu-graz.ac.at> 
1620      Branch: perl
1621            ! cygwin/Makefile.SHs
1622 ____________________________________________________________________________
1623 [  9985] By: jhi                                   on 2001/05/04  03:51:39
1624         Log: Encode/IO doc tweaks.
1625      Branch: perl
1626            ! ext/Encode/Encode.pm
1627 ____________________________________________________________________________
1628 [  9984] By: jhi                                   on 2001/05/04  03:29:34
1629         Log: Remove GDBM_File from the dynamic extensions for UTS,
1630              GDBM is not a standard feature.
1631      Branch: perl
1632            ! hints/uts.sh
1633 ____________________________________________________________________________
1634 [  9983] By: jhi                                   on 2001/05/04  03:22:59
1635         Log: Document the \pX and \p{Yz} (and \p{BidiXYZ}) classes a bit more.
1636      Branch: perl
1637            ! pod/perlretut.pod
1638 ____________________________________________________________________________
1639 [  9982] By: jhi                                   on 2001/05/03  23:21:03
1640         Log: Subject: [PATCH] Let sv_dump understand GvSHARED
1641              From: Benjamin Sugars <bsugars@canoe.ca>
1642              Date: Thu, 3 May 2001 16:51:07 -0400 (EDT)
1643              Message-ID: <Pine.LNX.4.21.0105031645280.805-100000@marmot.rim.canoe.ca>
1644      Branch: perl
1645            ! dump.c
1646 ____________________________________________________________________________
1647 [  9981] By: jhi                                   on 2001/05/03  23:20:05
1648         Log: Subject: [PATCH] Allow clobbering of a PerlIO::Scalar and more tests
1649              From: Benjamin Sugars <bsugars@canoe.ca>
1650              Date: Thu, 3 May 2001 15:28:21 -0400 (EDT)
1651              Message-ID: <Pine.LNX.4.21.0105031508360.805-100000@marmot.rim.canoe.ca>
1652      Branch: perl
1653            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
1654 ____________________________________________________________________________
1655 [  9980] By: jhi                                   on 2001/05/03  23:15:29
1656         Log: Integrate perlio.
1657      Branch: perl
1658           !> ext/Encode/Encode.pm
1659 ____________________________________________________________________________
1660 [  9979] By: jhi                                   on 2001/05/03  16:54:59
1661         Log: Install psed man page.
1662      Branch: perl
1663            ! installman
1664 ____________________________________________________________________________
1665 [  9978] By: jhi                                   on 2001/05/03  16:45:58
1666         Log: Remove unused files; noted by Sarathy.
1667      Branch: perl
1668            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
1669            ! MANIFEST
1670 ____________________________________________________________________________
1671 [  9977] By: jhi                                   on 2001/05/03  16:42:30
1672         Log: Subject: [PATCH bleadperl] INSTALL patch -- space requirements
1673              From: Andy Dougherty <doughera@lafayette.edu>
1674              Date: Thu, 3 May 2001 11:16:10 -0400 (EDT)
1675              Message-ID: <Pine.SOL.4.10.10105031114500.17868-100000@maxwell.phys.lafayette.edu>
1676      Branch: perl
1677            ! INSTALL
1678 ____________________________________________________________________________
1679 [  9976] By: nick                                  on 2001/05/03  16:40:42
1680         Log: Allow $answer = encode($object,$text); like it says in docs.
1681      Branch: perlio
1682            ! ext/Encode/Encode.pm
1683 ____________________________________________________________________________
1684 [  9975] By: nick                                  on 2001/05/03  16:22:30
1685         Log: Fix latin1 etc. alias code - (bit rot?) - the @latin2iso array now seems to need
1686              to be in scope (fair enough), and also a package variable (our) for eval to see it.
1687      Branch: perlio
1688            ! ext/Encode/Encode.pm
1689 ____________________________________________________________________________
1690 [  9974] By: nick                                  on 2001/05/03  15:48:17
1691         Log: Integrate mainline.
1692      Branch: perlio
1693           +> lib/NEXT.pm t/io/fflush.t t/lib/MyFilter.pm
1694           +> t/lib/filter-simple.t t/lib/next.t
1695           !> (integrate 70 files)
1696 ____________________________________________________________________________
1697 [  9973] By: jhi                                   on 2001/05/03  13:09:09
1698         Log: Update Changes.
1699      Branch: perl
1700            ! Changes patchlevel.h
1701 ____________________________________________________________________________
1702 [  9972] By: jhi                                   on 2001/05/03  12:58:33
1703         Log: Subject: [PATCH: perl@9945] fix handling of $Config{variables} in io/fflush.t
1704              From: Prymmer/Kahn <pvhp@best.com>
1705              Date: Wed, 2 May 2001 23:56:13 -0700 (PDT)
1706              Message-ID: <Pine.BSF.4.21.0105022353380.24421-100000@shell8.ba.best.com>
1707      Branch: perl
1708            ! t/io/fflush.t
1709 ____________________________________________________________________________
1710 [  9971] By: jhi                                   on 2001/05/03  12:57:26
1711         Log: Subject: [PATCH: perl@9945] two fixes for win32/FindExt.pm
1712              From: Prymmer/Kahn <pvhp@best.com>
1713              Date: Wed, 2 May 2001 23:42:33 -0700 (PDT)
1714              Message-ID: <Pine.BSF.4.21.0105022337070.24421-100000@shell8.ba.best.com>
1715      Branch: perl
1716            ! win32/FindExt.pm
1717 ____________________________________________________________________________
1718 [  9970] By: jhi                                   on 2001/05/03  02:42:46
1719         Log: Can't croak sans thread context, from Doug MacEachern.
1720      Branch: perl
1721            ! toke.c
1722 ____________________________________________________________________________
1723 [  9969] By: jhi                                   on 2001/05/03  01:23:48
1724         Log: Subject: Random input test and Perl
1725              From: Ilya Zakharevich <ilya@math.berkeley.edu>
1726              Date: Wed, 2 May 2001 14:35:50 -0700 (PDT)
1727              Message-Id: <200105022135.OAA26245@fac-813-1.math.Berkeley.EDU>
1728      Branch: perl
1729            ! toke.c
1730 ____________________________________________________________________________
1731 [  9968] By: jhi                                   on 2001/05/02  22:17:21
1732         Log: Subject: [PATCH: perl@9945] fix some misinformation in perlfunc.pod
1733              From: Peter Prymmer <pvhp@forte.com>
1734              Date: Wed, 2 May 2001 15:58:18 -0700 (PDT)
1735              Message-ID: <Pine.OSF.4.10.10105021554040.342459-100000@aspara.forte.com>
1736      Branch: perl
1737            ! pod/perlfunc.pod pod/perlport.pod
1738 ____________________________________________________________________________
1739 [  9967] By: jhi                                   on 2001/05/02  20:12:45
1740         Log: Workaround for UTS compiler casting bug from Hal Morris.
1741      Branch: perl
1742            ! perl.h
1743 ____________________________________________________________________________
1744 [  9966] By: jhi                                   on 2001/05/02  18:31:37
1745         Log: Subject: Re: [PATCH 5.6.1] Multiplicity and thread fixes for VMS 
1746              From: Dan Sugalski <dan@sidhe.org>
1747              Date: Wed, 02 May 2001 15:23:22 -0400
1748              Message-Id: <5.0.2.1.0.20010502152210.01f65550@24.8.96.48>
1749      Branch: perl
1750            ! perl.c vms/vms.c
1751 ____________________________________________________________________________
1752 [  9965] By: jhi                                   on 2001/05/02  18:21:29
1753         Log: Minor doc tweaks on endianness, closes bug 20010327.004.
1754      Branch: perl
1755            ! pod/perlfunc.pod
1756 ____________________________________________________________________________
1757 [  9964] By: jhi                                   on 2001/05/02  18:15:01
1758         Log: Document large files in INSTALL, document also the %x
1759              limitation if not use64bitint, closes bug 20010326.007.
1760      Branch: perl
1761            ! INSTALL
1762 ____________________________________________________________________________
1763 [  9963] By: jhi                                   on 2001/05/02  17:24:47
1764         Log: perlmodlib tweaks; regen pods.
1765      Branch: perl
1766            ! pod/Makefile.SH pod/perlmodlib.PL pod/perlmodlib.pod
1767            ! pod/perltoc.pod
1768 ____________________________________________________________________________
1769 [  9962] By: jhi                                   on 2001/05/02  17:14:00
1770         Log: Fix for a segfault, from Marc Lehmann.
1771      Branch: perl
1772            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.xs
1773 ____________________________________________________________________________
1774 [  9961] By: jhi                                   on 2001/05/02  15:55:53
1775         Log: Subject: [DOC PATCH bleadperl] minor nits in perlop.pod
1776              From: "Philip Newton" <pnewton@gmx.de>
1777              Date: Wed, 2 May 2001 18:39:03 +0200
1778              Message-ID: <3AF05447.15525.173B588@localhost>
1779      Branch: perl
1780            ! pod/perlop.pod
1781 ____________________________________________________________________________
1782 [  9960] By: jhi                                   on 2001/05/02  15:35:37
1783         Log: Subject: [PATCH 5.6.1] Multiplicity and thread fixes for VMS
1784              From: Dan Sugalski <dan@sidhe.org>
1785              Date: Wed, 02 May 2001 11:37:27 -0400
1786              Message-Id: <5.0.2.1.0.20010502112909.01f24e28@24.8.96.48>
1787      Branch: perl
1788            ! doio.c ext/File/Glob/bsd_glob.c perl.c perl.h pp_sys.c
1789            ! thread.h vms/vms.c vms/vmsish.h
1790 ____________________________________________________________________________
1791 [  9959] By: jhi                                   on 2001/05/02  15:21:08
1792         Log: Subject: Re: [PATCH] Allow appending on a PerlIO::Scalar
1793              From: Benjamin Sugars <bsugars@canoe.ca>
1794              Date: Wed, 2 May 2001 10:53:11 -0400 (EDT)
1795              Message-ID: <Pine.LNX.4.21.0105021041380.1652-100000@marmot.rim.canoe.ca>
1796      Branch: perl
1797            ! ext/PerlIO/Scalar/Scalar.xs
1798 ____________________________________________________________________________
1799 [  9958] By: jhi                                   on 2001/05/02  15:15:53
1800         Log: Bug in #9915, spotted by Mike Guy.
1801      Branch: perl
1802            ! installperl
1803 ____________________________________________________________________________
1804 [  9957] By: jhi                                   on 2001/05/02  13:26:01
1805         Log: Add a test for not griping about references as array
1806              indices if the reference has magic in it (overloaded
1807              methods).
1808      Branch: perl
1809            ! pod/perldiag.pod t/pragma/warn/pp_hot
1810 ____________________________________________________________________________
1811 [  9956] By: jhi                                   on 2001/05/02  13:07:01
1812         Log: Retracted a bit too much in #9952.
1813      Branch: perl
1814            ! t/pragma/sub_lval.t
1815 ____________________________________________________________________________
1816 [  9955] By: jhi                                   on 2001/05/02  13:05:38
1817         Log: Test for #9952.
1818      Branch: perl
1819            ! t/op/tie.t
1820 ____________________________________________________________________________
1821 [  9954] By: jhi                                   on 2001/05/02  11:48:18
1822         Log: Additional note on the encoding example: one cannot
1823              convert string constants in-place.
1824      Branch: perl
1825            ! ext/Encode/Encode.pm
1826 ____________________________________________________________________________
1827 [  9953] By: jhi                                   on 2001/05/02  11:43:51
1828         Log: Note that if you have recent enough Perl you already
1829              have Filter::Util::Call.
1830      Branch: perl
1831            ! lib/Filter/Simple.pm
1832 ____________________________________________________________________________
1833 [  9952] By: jhi                                   on 2001/05/02  11:31:53
1834         Log: Retract changes #8254 and #8255, causes coredump in
1835              'tie FH, "main"', reported by Abigail, culprit found by
1836              Benjamin Sugars.  Mirrors maintperl change #9950.
1837      Branch: perl
1838            ! op.c t/pragma/sub_lval.t
1839 ____________________________________________________________________________
1840 [  9951] By: jhi                                   on 2001/05/02  11:14:29
1841         Log: Forgot from #9942.  (Needed by t/lib/filter-simple.t.)
1842      Branch: perl
1843            + t/lib/MyFilter.pm
1844 ____________________________________________________________________________
1845 [  9950] By: gsar                                  on 2001/05/02  03:17:11
1846         Log: revert integration of changes#8254,8255 in change#8620 (causes
1847              a coredump in C<tie FH, 'foo'>; the idea itself may need better
1848              rationalization)
1849      Branch: maint-5.6/perl
1850            ! op.c t/pragma/sub_lval.t
1851 ____________________________________________________________________________
1852 [  9949] By: gsar                                  on 2001/05/02  02:56:32
1853         Log: integrate changes#9774,9814 from mainline (Unixware fixes)
1854              
1855              Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
1856              
1857              Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
1858      Branch: maint-5.6/perl
1859           !> hints/svr5.sh
1860 ____________________________________________________________________________
1861 [  9948] By: gsar                                  on 2001/05/02  02:49:15
1862         Log: pod/find.t breaks on VMS (from Craig Berry)
1863      Branch: maint-5.6/perl
1864            ! t/pod/find.t
1865 ____________________________________________________________________________
1866 [  9947] By: jhi                                   on 2001/05/02  02:43:09
1867         Log: Add an encoding conversion example.
1868      Branch: perl
1869            ! ext/Encode/Encode.pm
1870 ____________________________________________________________________________
1871 [  9946] By: jhi                                   on 2001/05/02  01:34:22
1872         Log: Another coat of paint but still nowhere finished.
1873              Need to decide on the semantics of strptime(): should
1874              strptime() be a function instead of a method?  To do
1875              the week/monthname-strptiming the i18n/l10n bullet needs
1876              to be bitten with gusto.
1877      Branch: perl
1878            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
1879 ____________________________________________________________________________
1880 [  9945] By: jhi                                   on 2001/05/01  23:40:52
1881         Log: Update Changes.
1882      Branch: perl
1883            ! Changes patchlevel.h
1884 ____________________________________________________________________________
1885 [  9944] By: jhi                                   on 2001/05/01  23:33:37
1886         Log: Add known-to-be-tested modules to the list-to-be-skipped.
1887      Branch: perl
1888            ! t/lib/1_compile.t
1889 ____________________________________________________________________________
1890 [  9943] By: jhi                                   on 2001/05/01  23:24:40
1891         Log: Subject: BorlandC++ fix
1892              From: "Vadim Konovalov" <watman@inbox.ru>
1893              Date: Mon, 30 Apr 2001 20:12:26 -0700
1894              Message-ID: <006e01c0d1ec$8fb1b8d0$406bff87@vad>
1895      Branch: perl
1896            ! win32/makefile.mk
1897 ____________________________________________________________________________
1898 [  9942] By: jhi                                   on 2001/05/01  23:18:02
1899         Log: Update to Filter::Simple 0.60, create a test for it.
1900      Branch: perl
1901            + t/lib/filter-simple.t
1902            ! MANIFEST lib/Filter/Simple.pm
1903 ____________________________________________________________________________
1904 [  9941] By: jhi                                   on 2001/05/01  19:47:24
1905         Log: Subject: Re: bleadperl: s/// failure with \b and /g 
1906              From: Hugo <hv@crypt.compulink.co.uk>
1907              Date: Tue, 01 May 2001 20:12:20 +0100
1908              Message-Id: <200105011912.UAA06826@crypt.compulink.co.uk>
1909      Branch: perl
1910            ! pp_hot.c t/op/re_tests
1911 ____________________________________________________________________________
1912 [  9940] By: jhi                                   on 2001/05/01  19:42:16
1913         Log: Integrate perlio.
1914      Branch: perl
1915           !> lib/base.pm t/lib/fields.t
1916 ____________________________________________________________________________
1917 [  9939] By: jhi                                   on 2001/05/01  19:39:51
1918         Log: Subject: [PATCH] Allow appending on a PerlIO::Scalar
1919              From: Benjamin Sugars <bsugars@canoe.ca>
1920              Date: Tue, 1 May 2001 16:32:03 -0400 (EDT)
1921              Message-ID: <Pine.LNX.4.21.0105011627110.1526-100000@marmot.rim.canoe.ca>
1922      Branch: perl
1923            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
1924 ____________________________________________________________________________
1925 [  9938] By: jhi                                   on 2001/05/01  19:34:09
1926         Log: Add NEXT, a pseudo-class for method redispatching.
1927              <Damian>NEXT.pm probably offers more bang-for-buck
1928              than anything else I've ever written.</Damian>
1929      Branch: perl
1930            + lib/NEXT.pm t/lib/next.t
1931            ! MANIFEST
1932 ____________________________________________________________________________
1933 [  9937] By: jhi                                   on 2001/05/01  19:21:41
1934         Log: Update to Switch 2.02.
1935      Branch: perl
1936            ! lib/Switch.pm t/lib/switch.t
1937 ____________________________________________________________________________
1938 [  9936] By: nick                                  on 2001/05/01  19:09:21
1939         Log: Fix for base.pm clobbering $VERSION
1940      Branch: perlio
1941            ! lib/base.pm
1942 ____________________________________________________________________________
1943 [  9935] By: nick                                  on 2001/05/01  18:54:38
1944         Log: Test for base.pm clobbering $VERSION.
1945      Branch: perlio
1946            ! t/lib/fields.t
1947 ____________________________________________________________________________
1948 [  9934] By: jhi                                   on 2001/05/01  18:39:10
1949         Log: Add information about Scalar::Util::blessed.
1950      Branch: perl
1951            ! pod/perlobj.pod
1952 ____________________________________________________________________________
1953 [  9933] By: jhi                                   on 2001/05/01  18:33:51
1954         Log: Subject: Extra UNIVERSAL documentation
1955              From: Mike Guy <mjtg@cam.ac.uk>
1956              Date: Tue, 01 May 2001 20:12:11 +0100
1957              Message-Id: <E14ufZD-0007kD-00@libra.cus.cam.ac.uk>
1958      Branch: perl
1959            ! pod/perlobj.pod
1960 ____________________________________________________________________________
1961 [  9932] By: jhi                                   on 2001/05/01  18:26:54
1962         Log: Subject: Autoflush in tests as appropriate
1963              From: Mike Guy <mjtg@cam.ac.uk>
1964              Date: Tue, 01 May 2001 20:05:31 +0100
1965              Message-Id: <E14ufSl-0007gS-00@libra.cus.cam.ac.uk>
1966      Branch: perl
1967            ! t/lib/syslfs.t t/op/die_exit.t t/op/lex_assign.t t/op/lfs.t
1968            ! t/op/taint.t
1969 ____________________________________________________________________________
1970 [  9931] By: jhi                                   on 2001/05/01  18:02:29
1971         Log: Subject: [PATCH] Multiple consecutive writes on PerlIO::Scalar
1972              From: Benjamin Sugars <bsugars@canoe.ca>
1973              Date: Tue, 1 May 2001 14:58:24 -0400 (EDT)
1974              Message-ID: <Pine.LNX.4.21.0105011431300.1526-100000@marmot.rim.canoe.ca>
1975      Branch: perl
1976            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
1977 ____________________________________________________________________________
1978 [  9930] By: jhi                                   on 2001/05/01  15:12:26
1979         Log: Subject: Re: Finally got a round tuit
1980              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1981              Date: Tue, 01 May 2001 14:14:10 +0200
1982              Message-Id: <20010501135740.19E4.H.M.BRAND@hccnet.nl>
1983              
1984              The -DP part, slightly modified.
1985      Branch: perl
1986            ! perl.c
1987 ____________________________________________________________________________
1988 [  9929] By: jhi                                   on 2001/05/01  14:17:15
1989         Log: Subject: Re: Finally got a round tuit
1990              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1991              Date: Tue, 01 May 2001 16:34:06 +0200
1992              Message-Id: <20010501163255.19F2.H.M.BRAND@hccnet.nl>
1993              
1994              cpp and optimization tweaks for HP-UX.
1995      Branch: perl
1996            ! hints/hpux.sh
1997 ____________________________________________________________________________
1998 [  9928] By: jhi                                   on 2001/05/01  13:24:20
1999         Log: Tune the scan_num() comments to reality.
2000      Branch: perl
2001            ! toke.c
2002 ____________________________________________________________________________
2003 [  9927] By: jhi                                   on 2001/05/01  13:14:01
2004         Log: Subject: [PATCH B::Deparse] optimised sort
2005              From: Robin Houston <robin@kitsite.com>
2006              Date: Tue, 1 May 2001 14:07:12 +0100
2007              Message-ID: <20010501140712.A4266@penderel>
2008      Branch: perl
2009            ! ext/B/B/Deparse.pm
2010 ____________________________________________________________________________
2011 [  9926] By: jhi                                   on 2001/05/01  13:10:53
2012         Log: Subject: [PATCH t/lib/b-deparse.t] 
2013              From: Robin Houston <robin@kitsite.com>
2014              Date: Tue, 1 May 2001 13:37:42 +0100
2015              Message-ID: <20010501133742.A4082@penderel>
2016      Branch: perl
2017            ! t/lib/b-deparse.t
2018 ____________________________________________________________________________
2019 [  9925] By: jhi                                   on 2001/05/01  13:10:13
2020         Log: Subject: [PATCH B::Deparse] for(;;), sort
2021              From: Robin Houston <robin@kitsite.com>
2022              Date: Tue, 1 May 2001 13:35:00 +0100
2023              Message-ID: <20010501133500.A4061@penderel>
2024      Branch: perl
2025            ! ext/B/B/Deparse.pm
2026 ____________________________________________________________________________
2027 [  9924] By: jhi                                   on 2001/05/01  13:09:22
2028         Log: Subject: [PATCH B::Deparse] do, warn, use
2029              From: Robin Houston <robin@kitsite.com>
2030              Date: Tue, 1 May 2001 13:31:03 +0100
2031              Message-ID: <20010501133103.A4041@penderel>
2032      Branch: perl
2033            ! ext/B/B/Deparse.pm
2034 ____________________________________________________________________________
2035 [  9923] By: jhi                                   on 2001/05/01  11:45:36
2036         Log: Subject: [PATCH] Test autoflush on fork (Was: Should I remove something?)
2037              From: Benjamin Sugars <ben.sugars@home.com>
2038              Date: Mon, 30 Apr 2001 22:21:54 -0400 (EDT)
2039              Message-ID: <Pine.LNX.4.21.0104302213190.19002-100000@localhost.localdomain>
2040      Branch: perl
2041            + t/io/fflush.t
2042            ! MANIFEST
2043 ____________________________________________________________________________
2044 [  9922] By: jhi                                   on 2001/05/01  11:35:42
2045         Log: Subject: [PATCH: perl@9917] more VMS tweaks for addn'l selfstubber tests
2046              From: Peter Prymmer <pvhp@forte.com>
2047              Date: Mon, 30 Apr 2001 16:26:30 -0700 (PDT)
2048              Message-ID: <Pine.OSF.4.10.10104301621200.161547-100000@aspara.forte.com>
2049      Branch: perl
2050            ! t/lib/selfstubber.t
2051 ____________________________________________________________________________
2052 [  9921] By: jhi                                   on 2001/04/30  16:34:33
2053         Log: Subject: [PATCH B::Concise] suppress warning
2054              From: Robin Houston <robin@kitsite.com>
2055              Date: Mon, 30 Apr 2001 16:09:49 +0100
2056              Message-ID: <20010430160949.A25086@penderel>
2057      Branch: perl
2058            ! ext/B/B/Concise.pm
2059 ____________________________________________________________________________
2060 [  9920] By: jhi                                   on 2001/04/30  13:56:04
2061         Log: Strip the *markers* from #9919.
2062      Branch: perl
2063            ! pod/perlfaq.pod pod/perlfaq5.pod
2064 ____________________________________________________________________________
2065 [  9919] By: jhi                                   on 2001/04/30  13:54:04
2066         Log: Subject: [PATCH] (perlfaq/bleadperl) append mode and locking
2067              From: Gwyn Judd <b.judd@xtra.co.nz>
2068              Date: Sun, 29 Apr 2001 01:47:49 +1200
2069              Message-ID: <20010429014749.A4418@thislove>
2070      Branch: perl
2071            ! pod/perlfaq.pod pod/perlfaq5.pod
2072 ____________________________________________________________________________
2073 [  9918] By: jhi                                   on 2001/04/30  13:13:54
2074         Log: More_tweakage.
2075      Branch: perl
2076            ! pod/perldata.pod pod/perldiag.pod
2077 ____________________________________________________________________________
2078 [  9917] By: jhi                                   on 2001/04/30  13:01:27
2079         Log: Update Changes.
2080      Branch: perl
2081            ! Changes patchlevel.h
2082 ____________________________________________________________________________
2083 [  9916] By: jhi                                   on 2001/04/30  12:57:03
2084         Log: T_w_e_a_k_a_g_e.
2085      Branch: perl
2086            ! pod/perldata.pod pod/perldiag.pod
2087 ____________________________________________________________________________
2088 [  9915] By: jhi                                   on 2001/04/30  12:39:29
2089         Log: Install s2p also as psed.
2090              
2091              TODO: psed documentation?
2092      Branch: perl
2093            ! installperl
2094 ____________________________________________________________________________
2095 [  9914] By: jhi                                   on 2001/04/30  12:29:21
2096         Log: Subject: Re: [ID 20010303.009] SOCKS5 work around breaks other sockets
2097              From: Jens Hamisch <jens@Strawberry.COM>
2098              Date: Fri, 27 Apr 2001 17:00:36 +0200
2099              Message-ID: <20010427170036.K1372@Strawberry.COM>
2100              
2101              SOCKS5_VERSION_NAME is the right symbol to detect
2102              the presence of SOCKS5.  (HAS_SOCKS5_INIT is telling whether
2103              function called socks5_init() is available, and even that is
2104              not universal, most SOCKS5 installations use SOCKSinit()).
2105      Branch: perl
2106            ! perlio.c
2107 ____________________________________________________________________________
2108 [  9913] By: jhi                                   on 2001/04/30  12:22:15
2109         Log: Allow a zero timeout on IO::Socket accept and connect--
2110              though one really shouldn't do that.  Based on
2111              
2112              Subject: Not possible to set zero second timeout on accept() in IO::Socket and company..
2113              From: "John Holdsworth" <coldwave@bigfoot.com>
2114              Date: Sun, 4 Feb 2001 12:48:18 +0100
2115              Message-ID: <005a01c08ea0$5e6039d0$03ac2ac0@planc>
2116      Branch: perl
2117            ! ext/IO/lib/IO/Socket.pm
2118 ____________________________________________________________________________
2119 [  9912] By: jhi                                   on 2001/04/30  11:27:27
2120         Log: Save the spot of regprev (see #9911) for binary compatibility;
2121              regen API.
2122      Branch: perl
2123            ! embedvar.h perlapi.h thrdvar.h
2124 ____________________________________________________________________________
2125 [  9911] By: jhi                                   on 2001/04/30  11:22:03
2126         Log: Subject: Re: [PATCH bleadperl] [ID 20010426.002] Word boundry regex [...] 
2127              From: Hugo <hv@crypt.compulink.co.uk>
2128              Date: Sun, 29 Apr 2001 17:09:30 +0100
2129              Message-Id: <200104291609.RAA17790@crypt.compulink.co.uk>
2130      Branch: perl
2131            ! regcomp.c regexec.c sv.c t/op/re_tests t/op/subst.t thrdvar.h
2132 ____________________________________________________________________________
2133 [  9910] By: jhi                                   on 2001/04/30  11:15:12
2134         Log: Change PL_numeric_radix to PL_numeric_radix_sv (and leave in
2135              a dummy for PL_numeric_radix); no pressing reason to break
2136              binary compatibility; regen API.
2137      Branch: perl
2138            ! embedvar.h global.sym intrpvar.h objXSUB.h perl.c perl.h
2139            ! perlapi.c perlapi.h pod/perlapi.pod sv.c util.c
2140 ____________________________________________________________________________
2141 [  9909] By: jhi                                   on 2001/04/30  10:56:08
2142         Log: Subject: [DOC PATCH bleadperl] Document generation of random integers
2143              From: Walt Mankowski <waltman@netaxs.com>
2144              Date: Sun, 29 Apr 2001 21:53:48 -0400
2145              Message-ID: <20010429215348.A3971@netaxs.com>
2146      Branch: perl
2147            ! pod/perlfunc.pod
2148 ____________________________________________________________________________
2149 [  9908] By: jhi                                   on 2001/04/30  10:49:40
2150         Log: Reintroduce #9889 to unbuffer the stderr/stdout on stdio configs.
2151      Branch: perl
2152            ! t/lib/selfstubber.t
2153 ____________________________________________________________________________
2154 [  9907] By: nick                                  on 2001/04/30  09:26:50
2155         Log: Integrate mainline.
2156      Branch: perlio
2157           !> pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
2158 ____________________________________________________________________________
2159 [  9906] By: jhi                                   on 2001/04/29  23:24:20
2160         Log: Abigail spotted a thinko in #9905.
2161      Branch: perl
2162            ! pod/perldiag.pod
2163 ____________________________________________________________________________
2164 [  9905] By: jhi                                   on 2001/04/29  15:55:39
2165         Log: Changed the underscore/undebar syntax in numeric constants;
2166              now any grouping will do, as long as the underscores are not
2167              consecutive (so "zero-grouping" is out), and they do not begin
2168              or end the integer or fractional parts.
2169      Branch: perl
2170            ! pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
2171 ____________________________________________________________________________
2172 [  9904] By: nick                                  on 2001/04/29  15:43:22
2173         Log: Integrate mainline.
2174      Branch: perlio
2175           +> (branch 98 files)
2176            - lib/unicode/Block.pl
2177            - lib/unicode/In/AlphabeticPresentationForms.pl
2178            - lib/unicode/In/Arabic.pl
2179            - lib/unicode/In/ArabicPresentationForms-A.pl
2180            - lib/unicode/In/ArabicPresentationForms-B.pl
2181            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
2182            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
2183            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
2184            - lib/unicode/In/BopomofoExtended.pl
2185            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
2186            - lib/unicode/In/CJKCompatibility.pl
2187            - lib/unicode/In/CJKCompatibilityForms.pl
2188            - lib/unicode/In/CJKCompatibilityIdeographs.pl
2189            - lib/unicode/In/CJKRadicalsSupplement.pl
2190            - lib/unicode/In/CJKSymbolsandPunctuation.pl
2191            - lib/unicode/In/CJKUnifiedIdeographs.pl
2192            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
2193            - lib/unicode/In/Cherokee.pl
2194            - lib/unicode/In/CombiningDiacriticalMarks.pl
2195            - lib/unicode/In/CombiningHalfMarks.pl
2196            - lib/unicode/In/CombiningMarksforSymbols.pl
2197            - lib/unicode/In/ControlPictures.pl
2198            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
2199            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
2200            - lib/unicode/In/EnclosedAlphanumerics.pl
2201            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
2202            - lib/unicode/In/Ethiopic.pl
2203            - lib/unicode/In/GeneralPunctuation.pl
2204            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
2205            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
2206            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
2207            - lib/unicode/In/HalfwidthandFullwidthForms.pl
2208            - lib/unicode/In/HangulCompatibilityJamo.pl
2209            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
2210            - lib/unicode/In/Hebrew.pl
2211            - lib/unicode/In/HighPrivateUseSurrogates.pl
2212            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
2213            - lib/unicode/In/IPAExtensions.pl
2214            - lib/unicode/In/IdeographicDescriptionCharacters.pl
2215            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
2216            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
2217            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
2218            - lib/unicode/In/Latin-1Supplement.pl
2219            - lib/unicode/In/LatinExtended-A.pl
2220            - lib/unicode/In/LatinExtended-B.pl
2221            - lib/unicode/In/LatinExtendedAdditional.pl
2222            - lib/unicode/In/LetterlikeSymbols.pl
2223            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
2224            - lib/unicode/In/MathematicalOperators.pl
2225            - lib/unicode/In/MiscellaneousSymbols.pl
2226            - lib/unicode/In/MiscellaneousTechnical.pl
2227            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
2228            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
2229            - lib/unicode/In/OpticalCharacterRecognition.pl
2230            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
2231            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
2232            - lib/unicode/In/SmallFormVariants.pl
2233            - lib/unicode/In/SpacingModifierLetters.pl
2234            - lib/unicode/In/Specials.pl
2235            - lib/unicode/In/SuperscriptsandSubscripts.pl
2236            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
2237            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
2238            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
2239            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
2240            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
2241           !> INSTALL MANIFEST doop.c embed.h embed.pl ext/B/B/Deparse.pm
2242           !> ext/IO/lib/IO/Seekable.pm hints/hpux.sh
2243           !> lib/unicode/mktables.PL lib/utf8_heavy.pl objXSUB.h perl.h
2244           !> pod/perldiag.pod pod/perlunicode.pod proto.h regcomp.c
2245           !> regexec.c t/lib/b-deparse.t t/lib/selfstubber.t t/op/pat.t
2246           !> utf8.c win32/Makefile
2247 ____________________________________________________________________________
2248 [  9903] By: jhi                                   on 2001/04/29  14:30:53
2249         Log: Subject: [PATCH: perl@9885] win32/Makefile (nmake) update
2250              From: Prymmer/Kahn <pvhp@best.com>
2251              Date: Sat, 28 Apr 2001 21:56:51 -0700 (PDT)
2252              Message-ID: <Pine.BSF.4.21.0104282147270.2927-100000@shell8.ba.best.com>
2253      Branch: perl
2254            ! win32/Makefile
2255 ____________________________________________________________________________
2256 [  9902] By: jhi                                   on 2001/04/29  02:52:44
2257         Log: Subject: [PATCH ext/IO/lib/IO/Seekable.pm] Doc fixes.
2258              From: "Abigail" <abigail@foad.org>
2259              Date: Sun, 29 Apr 2001 03:14:25 +0200
2260              Message-ID: <20010429011425.24503.qmail@foad.org>
2261      Branch: perl
2262            ! ext/IO/lib/IO/Seekable.pm
2263 ____________________________________________________________________________
2264 [  9901] By: jhi                                   on 2001/04/29  02:04:46
2265         Log: In character classes one couldn't have 0x80..0xff characters
2266              at the left hand side if there were 0x100.. characters in the
2267              character class.
2268      Branch: perl
2269            ! doop.c embed.h embed.pl objXSUB.h proto.h regcomp.c regexec.c
2270            ! t/op/pat.t utf8.c
2271 ____________________________________________________________________________
2272 [  9900] By: jhi                                   on 2001/04/28  22:55:04
2273         Log: Forgot the latest mktables.PL from #9899.
2274      Branch: perl
2275            ! lib/unicode/mktables.PL
2276 ____________________________________________________________________________
2277 [  9899] By: jhi                                   on 2001/04/28  22:53:28
2278         Log: Explain the \p{} and \P{} error message better and
2279              have prettier prettyprint in In.pl.
2280      Branch: perl
2281            ! lib/unicode/In.pl lib/unicode/mktables.PL lib/utf8_heavy.pl
2282            ! pod/perldiag.pod
2283 ____________________________________________________________________________
2284 [  9898] By: jhi                                   on 2001/04/28  21:03:34
2285         Log: Add one possible explanation for the "Invalid [] range" error.
2286      Branch: perl
2287            ! pod/perldiag.pod
2288 ____________________________________________________________________________
2289 [  9897] By: jhi                                   on 2001/04/28  17:18:26
2290         Log: Add a level of indirection to the implementation of \p{InFoo}
2291              so that we don't have to have long filenames.  (Nothing changes
2292              in the user interface.)   The indirection is defined in
2293              the file lib/unicode/In.pl and it is handled in lib/utf8_heavy.pl.
2294              Also rename some the character classes by removing '-' from
2295              the classnames, and finally renamed Block.pl as Blocks.pl.
2296      Branch: perl
2297            + lib/unicode/Blocks.pl lib/unicode/In.pl lib/unicode/In/0.pl
2298            + lib/unicode/In/1.pl lib/unicode/In/10.pl lib/unicode/In/11.pl
2299            + lib/unicode/In/12.pl lib/unicode/In/13.pl lib/unicode/In/14.pl
2300            + lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
2301            + lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/2.pl
2302            + lib/unicode/In/20.pl lib/unicode/In/21.pl lib/unicode/In/22.pl
2303            + lib/unicode/In/23.pl lib/unicode/In/24.pl lib/unicode/In/25.pl
2304            + lib/unicode/In/26.pl lib/unicode/In/27.pl lib/unicode/In/28.pl
2305            + lib/unicode/In/29.pl lib/unicode/In/3.pl lib/unicode/In/30.pl
2306            + lib/unicode/In/31.pl lib/unicode/In/32.pl lib/unicode/In/33.pl
2307            + lib/unicode/In/34.pl lib/unicode/In/35.pl lib/unicode/In/36.pl
2308            + lib/unicode/In/37.pl lib/unicode/In/38.pl lib/unicode/In/39.pl
2309            + lib/unicode/In/4.pl lib/unicode/In/40.pl lib/unicode/In/41.pl
2310            + lib/unicode/In/42.pl lib/unicode/In/43.pl lib/unicode/In/44.pl
2311            + lib/unicode/In/45.pl lib/unicode/In/46.pl lib/unicode/In/47.pl
2312            + lib/unicode/In/48.pl lib/unicode/In/49.pl lib/unicode/In/5.pl
2313            + lib/unicode/In/50.pl lib/unicode/In/51.pl lib/unicode/In/52.pl
2314            + lib/unicode/In/53.pl lib/unicode/In/54.pl lib/unicode/In/55.pl
2315            + lib/unicode/In/56.pl lib/unicode/In/57.pl lib/unicode/In/58.pl
2316            + lib/unicode/In/59.pl lib/unicode/In/6.pl lib/unicode/In/60.pl
2317            + lib/unicode/In/61.pl lib/unicode/In/62.pl lib/unicode/In/63.pl
2318            + lib/unicode/In/64.pl lib/unicode/In/65.pl lib/unicode/In/66.pl
2319            + lib/unicode/In/67.pl lib/unicode/In/68.pl lib/unicode/In/69.pl
2320            + lib/unicode/In/7.pl lib/unicode/In/70.pl lib/unicode/In/71.pl
2321            + lib/unicode/In/72.pl lib/unicode/In/73.pl lib/unicode/In/74.pl
2322            + lib/unicode/In/75.pl lib/unicode/In/76.pl lib/unicode/In/77.pl
2323            + lib/unicode/In/78.pl lib/unicode/In/79.pl lib/unicode/In/8.pl
2324            + lib/unicode/In/80.pl lib/unicode/In/81.pl lib/unicode/In/82.pl
2325            + lib/unicode/In/83.pl lib/unicode/In/84.pl lib/unicode/In/85.pl
2326            + lib/unicode/In/86.pl lib/unicode/In/87.pl lib/unicode/In/88.pl
2327            + lib/unicode/In/89.pl lib/unicode/In/9.pl lib/unicode/In/90.pl
2328            + lib/unicode/In/91.pl lib/unicode/In/92.pl lib/unicode/In/93.pl
2329            + lib/unicode/In/94.pl lib/unicode/In/95.pl
2330            - lib/unicode/Block.pl
2331            - lib/unicode/In/AlphabeticPresentationForms.pl
2332            - lib/unicode/In/Arabic.pl
2333            - lib/unicode/In/ArabicPresentationForms-A.pl
2334            - lib/unicode/In/ArabicPresentationForms-B.pl
2335            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
2336            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
2337            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
2338            - lib/unicode/In/BopomofoExtended.pl
2339            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
2340            - lib/unicode/In/CJKCompatibility.pl
2341            - lib/unicode/In/CJKCompatibilityForms.pl
2342            - lib/unicode/In/CJKCompatibilityIdeographs.pl
2343            - lib/unicode/In/CJKRadicalsSupplement.pl
2344            - lib/unicode/In/CJKSymbolsandPunctuation.pl
2345            - lib/unicode/In/CJKUnifiedIdeographs.pl
2346            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
2347            - lib/unicode/In/Cherokee.pl
2348            - lib/unicode/In/CombiningDiacriticalMarks.pl
2349            - lib/unicode/In/CombiningHalfMarks.pl
2350            - lib/unicode/In/CombiningMarksforSymbols.pl
2351            - lib/unicode/In/ControlPictures.pl
2352            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
2353            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
2354            - lib/unicode/In/EnclosedAlphanumerics.pl
2355            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
2356            - lib/unicode/In/Ethiopic.pl
2357            - lib/unicode/In/GeneralPunctuation.pl
2358            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
2359            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
2360            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
2361            - lib/unicode/In/HalfwidthandFullwidthForms.pl
2362            - lib/unicode/In/HangulCompatibilityJamo.pl
2363            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
2364            - lib/unicode/In/Hebrew.pl
2365            - lib/unicode/In/HighPrivateUseSurrogates.pl
2366            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
2367            - lib/unicode/In/IPAExtensions.pl
2368            - lib/unicode/In/IdeographicDescriptionCharacters.pl
2369            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
2370            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
2371            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
2372            - lib/unicode/In/Latin-1Supplement.pl
2373            - lib/unicode/In/LatinExtended-A.pl
2374            - lib/unicode/In/LatinExtended-B.pl
2375            - lib/unicode/In/LatinExtendedAdditional.pl
2376            - lib/unicode/In/LetterlikeSymbols.pl
2377            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
2378            - lib/unicode/In/MathematicalOperators.pl
2379            - lib/unicode/In/MiscellaneousSymbols.pl
2380            - lib/unicode/In/MiscellaneousTechnical.pl
2381            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
2382            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
2383            - lib/unicode/In/OpticalCharacterRecognition.pl
2384            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
2385            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
2386            - lib/unicode/In/SmallFormVariants.pl
2387            - lib/unicode/In/SpacingModifierLetters.pl
2388            - lib/unicode/In/Specials.pl
2389            - lib/unicode/In/SuperscriptsandSubscripts.pl
2390            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
2391            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
2392            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
2393            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
2394            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
2395            ! MANIFEST lib/unicode/mktables.PL lib/utf8_heavy.pl
2396            ! pod/perlunicode.pod
2397 ____________________________________________________________________________
2398 [  9896] By: jhi                                   on 2001/04/28  14:33:17
2399         Log: Update the information on shared library path on HP-UX.
2400      Branch: perl
2401            ! INSTALL
2402 ____________________________________________________________________________
2403 [  9895] By: jhi                                   on 2001/04/28  14:32:30
2404         Log: Because #9894 seems to do the trick, this workaround can be removed.
2405      Branch: perl
2406            ! t/lib/selfstubber.t
2407 ____________________________________________________________________________
2408 [  9894] By: jhi                                   on 2001/04/28  14:26:13
2409         Log: For PerlIO flush the children's file handles (on fork/exec/system).
2410      Branch: perl
2411            ! perl.h
2412 ____________________________________________________________________________
2413 [  9893] By: jhi                                   on 2001/04/28  14:23:15
2414         Log: Test tweak for #9891.
2415      Branch: perl
2416            ! t/lib/b-deparse.t
2417 ____________________________________________________________________________
2418 [  9892] By: jhi                                   on 2001/04/28  14:10:13
2419         Log: New HP-UX hints from Merijn.
2420      Branch: perl
2421            ! hints/hpux.sh
2422 ____________________________________________________________________________
2423 [  9891] By: jhi                                   on 2001/04/28  14:07:27
2424         Log: Subject: [PATCH B::Deparse] non-block scopes
2425              From: Robin Houston <robin@kitsite.com>
2426              Date: Fri, 27 Apr 2001 19:15:14 +0100
2427              Message-ID: <20010427191514.A30951@puffinry.freeserve.co.uk>
2428      Branch: perl
2429            ! ext/B/B/Deparse.pm
2430 ____________________________________________________________________________
2431 [  9890] By: nick                                  on 2001/04/27  19:41:25
2432         Log: Integrate mainline
2433      Branch: perlio
2434           +> t/lib/selfstubber.t
2435           !> (integrate 50 files)
2436 ____________________________________________________________________________
2437 [  9889] By: jhi                                   on 2001/04/27  18:23:46
2438         Log: Subject: Re: selfstubber test fail on bleadperl
2439              From: Mike Guy <mjtg@cam.ac.uk>
2440              Date: Fri, 27 Apr 2001 19:31:18 +0100
2441              Message-Id: <E14tD1S-0001tJ-00@libra.cus.cam.ac.uk>
2442      Branch: perl
2443            ! t/lib/selfstubber.t
2444 ____________________________________________________________________________
2445 [  9888] By: jhi                                   on 2001/04/27  16:20:54
2446         Log: Test tweak for #9886.
2447      Branch: perl
2448            ! t/lib/b-deparse.t
2449 ____________________________________________________________________________
2450 [  9887] By: jhi                                   on 2001/04/27  16:16:33
2451         Log: Buffering issue at least in Solaris (even with perlio).
2452      Branch: perl
2453            ! t/lib/selfstubber.t
2454 ____________________________________________________________________________
2455 [  9886] By: jhi                                   on 2001/04/27  14:59:23
2456         Log: Subject: [PATCH B::Deparse] Human-readable pragmas &c
2457              From: Robin Houston <robin@kitsite.com>
2458              Date: Fri, 27 Apr 2001 16:53:20 +0100
2459              Message-ID: <20010427165320.A30479@puffinry.freeserve.co.uk>
2460      Branch: perl
2461            ! ext/B/B/Deparse.pm
2462 ____________________________________________________________________________
2463 [  9885] By: jhi                                   on 2001/04/27  14:23:51
2464         Log: Update Changes.
2465      Branch: perl
2466            ! Changes patchlevel.h
2467 ____________________________________________________________________________
2468 [  9884] By: jhi                                   on 2001/04/27  14:14:12
2469         Log: Subject: [DOC PATCH bleadperl] Document underscores in numeric literals
2470              From: "Philip Newton" <pnewton@gmx.de>
2471              Date: Fri, 27 Apr 2001 16:40:13 +0200
2472              Message-ID: <3AE9A0ED.5248.CEA127@localhost>
2473      Branch: perl
2474            ! pod/perldata.pod
2475 ____________________________________________________________________________
2476 [  9883] By: jhi                                   on 2001/04/27  13:28:19
2477         Log: Add LOG_PERROR; prettify the "removed".
2478      Branch: perl
2479            ! ext/Sys/Syslog/Syslog.xs
2480 ____________________________________________________________________________
2481 [  9882] By: jhi                                   on 2001/04/27  13:13:18
2482         Log: h2xs tweaks: use NV instead of double, "quote" the removed
2483              prefixes for clarity (especially when nothing is removed),
2484              slight pod reformats.
2485      Branch: perl
2486            ! utils/h2xs.PL
2487 ____________________________________________________________________________
2488 [  9881] By: jhi                                   on 2001/04/27  12:58:48
2489         Log: Don't bother creating existing directories.
2490      Branch: perl
2491            ! utils/h2xs.PL
2492 ____________________________________________________________________________
2493 [  9880] By: jhi                                   on 2001/04/27  12:45:39
2494         Log: Subject: MakeMaker 'make test' weirdness -- fix for h2xs provided
2495              From: Mike Schilli <m@perlmeister.com>
2496              Date: Wed, 25 Apr 2001 01:29:21 -0700
2497              Message-id: <3AE68AE1.6A981723@perlmeister.com>
2498      Branch: perl
2499            ! utils/h2xs.PL
2500 ____________________________________________________________________________
2501 [  9879] By: jhi                                   on 2001/04/27  12:40:55
2502         Log: break is not yet Perl.  Added the template license also to README.
2503      Branch: perl
2504            ! utils/h2xs.PL
2505 ____________________________________________________________________________
2506 [  9878] By: jhi                                   on 2001/04/27  03:08:20
2507         Log: Subject: Re: [ID 20010426.003] Not OK: perl v5.7.1 +DEVEL9849 on i686-linux-thread-multi-64int-ld 2.2.13
2508              From: Tim Jenness <t.jenness@jach.hawaii.edu>
2509              Date: Thu, 26 Apr 2001 15:30:17 -1000 (HST)
2510              Message-ID: <Pine.LNX.4.33.0104261529300.13049-100000@lapaki.jach.hawaii.edu>
2511      Branch: perl
2512            ! t/lib/xs-typemap.t
2513 ____________________________________________________________________________
2514 [  9877] By: jhi                                   on 2001/04/26  23:54:40
2515         Log: Subject: [PATCH: utils/h2xs.PL (bleadperl)] Fill in details we're likely to know.
2516              From: "Abigail" <abigail@foad.org>
2517              Date: Fri, 27 Apr 2001 01:44:28 +0200
2518              Message-ID: <20010426234428.19786.qmail@foad.org>
2519      Branch: perl
2520            ! utils/h2xs.PL
2521 ____________________________________________________________________________
2522 [  9876] By: jhi                                   on 2001/04/26  23:52:06
2523         Log: Subject: [PATCH: perl@9865] vms specific tweak to new selfstubber.t
2524              From: Peter Prymmer <pvhp@forte.com>
2525              Date: Thu, 26 Apr 2001 17:41:58 -0700 (PDT)
2526              Message-ID: <Pine.OSF.4.10.10104261738370.338047-100000@aspara.forte.com>
2527      Branch: perl
2528            ! t/lib/selfstubber.t
2529 ____________________________________________________________________________
2530 [  9875] By: jhi                                   on 2001/04/26  23:48:10
2531         Log: Deparse nits.
2532      Branch: perl
2533            ! ext/B/B/Deparse.pm t/lib/b-deparse.t
2534 ____________________________________________________________________________
2535 [  9874] By: jhi                                   on 2001/04/26  22:46:05
2536         Log: Document ANYOF_CLASS.
2537      Branch: perl
2538            ! regcomp.h
2539 ____________________________________________________________________________
2540 [  9873] By: jhi                                   on 2001/04/26  22:35:03
2541         Log: Subject: Re: [PATCH @9846] dumping ANYOF
2542              From: Hugo <hv@crypt.compulink.co.uk>
2543              Date: Thu, 26 Apr 2001 23:33:38 +0100
2544              Message-Id: <200104262233.XAA22352@crypt.compulink.co.uk>
2545      Branch: perl
2546            ! regcomp.c regcomp.h
2547 ____________________________________________________________________________
2548 [  9872] By: jhi                                   on 2001/04/26  22:34:31
2549         Log: Subject: [PATCH] more for Devel::SelfStubber
2550              From: Nicholas Clark <nick@ccl4.org>
2551              Date: Fri, 27 Apr 2001 00:13:52 +0100
2552              Message-ID: <20010427001351.K88186@plum.flirble.org>
2553      Branch: perl
2554            ! lib/Devel/SelfStubber.pm lib/SelfLoader.pm t/lib/selfstubber.t
2555 ____________________________________________________________________________
2556 [  9871] By: jhi                                   on 2001/04/26  21:59:17
2557         Log: Subject: [PATCH B::Deparse] formats must be flush left
2558              From: Robin Houston <robin@kitsite.com>
2559              Date: Thu, 26 Apr 2001 23:54:29 +0100
2560              Message-ID: <20010426235429.A28747@puffinry.freeserve.co.uk>
2561      Branch: perl
2562            ! ext/B/B/Deparse.pm
2563 ____________________________________________________________________________
2564 [  9870] By: jhi                                   on 2001/04/26  21:57:37
2565         Log: If some of the constants are prefixes of others,
2566              the prefixes may never get recognized.  (See 20010426.006.)
2567      Branch: perl
2568            ! utils/h2xs.PL
2569 ____________________________________________________________________________
2570 [  9869] By: jhi                                   on 2001/04/26  21:50:42
2571         Log: Subject: [ID 20010426.006] Sys::Syslog ignores LOG_AUTH constant
2572              From: Chris Bongaarts <cab@tc.umn.edu>
2573              Date: Thu, 26 Apr 2001 17:10:31 -0500
2574              Message-Id: <iss.2042.3ae89cd7.6cfba.1@earth.tc.umn.edu>
2575      Branch: perl
2576            ! ext/Sys/Syslog/Syslog.xs
2577 ____________________________________________________________________________
2578 [  9868] By: jhi                                   on 2001/04/26  21:35:12
2579         Log: Further cuts and more docs from Graham Barr.
2580      Branch: perl
2581            ! ext/List/Util/lib/List/Util.pm
2582            ! ext/List/Util/lib/Scalar/Util.pm
2583 ____________________________________________________________________________
2584 [  9867] By: jhi                                   on 2001/04/26  21:18:57
2585         Log: Subject: [PATCH 5.7.1] DB_File-1.77
2586              From: "Paul Marquess" <Paul.Marquess@Openwave.com>
2587              Date: Thu, 26 Apr 2001 22:37:53 +0100
2588              Message-ID: <000a01c0ce99$269cc3e0$99dcfea9@bfs.phone.com>
2589      Branch: perl
2590            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
2591            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
2592 ____________________________________________________________________________
2593 [  9866] By: jhi                                   on 2001/04/26  21:12:31
2594         Log: Subject: [PATCH B::Deparse] fix easy bugs
2595              From: Robin Houston <robin@kitsite.com>
2596              Date: Thu, 26 Apr 2001 23:03:33 +0100
2597              Message-ID: <20010426230333.A28657@puffinry.freeserve.co.uk>
2598      Branch: perl
2599            ! ext/B/B/Deparse.pm
2600 ____________________________________________________________________________
2601 [  9865] By: jhi                                   on 2001/04/26  20:26:13
2602         Log: Update Changes.
2603      Branch: perl
2604            ! Changes patchlevel.h
2605 ____________________________________________________________________________
2606 [  9864] By: jhi                                   on 2001/04/26  19:27:48
2607         Log: Dethinko from Robin Houston.
2608      Branch: perl
2609            ! ext/B/B/Deparse.pm
2610 ____________________________________________________________________________
2611 [  9863] By: jhi                                   on 2001/04/26  19:10:35
2612         Log: Subject: [PATCH B::Deparse] C<$x = /(.)/> ne C<($x) = /(.)/>
2613              From: Robin Houston <robin@kitsite.com>
2614              Date: Thu, 26 Apr 2001 21:08:32 +0100
2615              Message-ID: <20010426210832.A28419@puffinry.freeserve.co.uk>
2616      Branch: perl
2617            ! ext/B/B/Deparse.pm
2618 ____________________________________________________________________________
2619 [  9862] By: jhi                                   on 2001/04/26  19:04:23
2620         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
2621              From: Robin Houston <robin@kitsite.com>
2622              Date: Thu, 26 Apr 2001 20:52:50 +0100
2623              Message-ID: <20010426205249.A28328@puffinry.freeserve.co.uk>
2624      Branch: perl
2625            ! ext/B/B/Deparse.pm
2626 ____________________________________________________________________________
2627 [  9861] By: jhi                                   on 2001/04/26  18:56:14
2628         Log: Subject: Re: [PATCH] UNIVERSAL shouldn't require Exporter
2629              From: Mike Guy <mjtg@cam.ac.uk>
2630              Date: Thu, 26 Apr 2001 14:22:40 +0100
2631              Message-Id: <E14sljE-0003X9-00@libra.cus.cam.ac.uk>
2632      Branch: perl
2633            ! pod/perlobj.pod
2634 ____________________________________________________________________________
2635 [  9860] By: jhi                                   on 2001/04/26  18:46:42
2636         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
2637              From: Robin Houston <robin@kitsite.com>
2638              Date: Thu, 26 Apr 2001 20:34:29 +0100
2639              Message-ID: <20010426203429.A28261@puffinry.freeserve.co.uk>
2640              
2641              Hashes do not interpolate.
2642      Branch: perl
2643            ! ext/B/B/Deparse.pm
2644 ____________________________________________________________________________
2645 [  9859] By: jhi                                   on 2001/04/26  18:43:51
2646         Log: Subject: The Time::Piece conspiracy unmasked!!!
2647              From: Mike Guy <mjtg@cam.ac.uk>
2648              Date: Thu, 26 Apr 2001 19:02:50 +0100
2649              Message-Id: <E14sq6M-0002g9-00@libra.cus.cam.ac.uk>
2650              
2651              Subject: [PATCH] that's enough UNIVERSAL stuff for one day ...
2652              From: Mike Guy <mjtg@cam.ac.uk>
2653              Date: Thu, 26 Apr 2001 19:08:21 +0100
2654              Message-Id: <E14sqBh-0002mI-00@libra.cus.cam.ac.uk>
2655              
2656              Subject: Re: [PATCH] that's enough UNIVERSAL stuff for one day ...
2657              From: Graham Barr <gbarr@pobox.com>
2658              Date: Thu, 26 Apr 2001 19:12:03 +0100
2659              Message-ID: <20010426191203.A70835@pobox.com>
2660              
2661              Eradicate UNIVERSAL (Mike) and remove the fallback Perl code (Graham)
2662      Branch: perl
2663            ! ext/List/Util/lib/List/Util.pm
2664            ! ext/List/Util/lib/Scalar/Util.pm ext/Time/Piece/Piece.pm gv.c
2665 ____________________________________________________________________________
2666 [  9858] By: jhi                                   on 2001/04/26  18:17:42
2667         Log: Subject: [PATCH t/comp/proto.t] disable correct warning
2668              From: Robin Houston <robin@kitsite.com>
2669              Date: Thu, 26 Apr 2001 16:09:35 +0100
2670              Message-ID: <20010426160934.A27140@puffinry.freeserve.co.uk>
2671      Branch: perl
2672            ! t/comp/proto.t
2673 ____________________________________________________________________________
2674 [  9857] By: jhi                                   on 2001/04/26  18:04:59
2675         Log: Subject: Re: [PATCH perldiag.pod] Re: [PATCH] Re: Useless use of constants other than 0,1 in void context?
2676              From: barries <barries@slaysys.com>
2677              Date: Thu, 26 Apr 2001 12:01:10 -0400
2678              Message-ID: <20010426120110.E29698@jester.slaysys.com>
2679      Branch: perl
2680            ! pod/perldiag.pod
2681 ____________________________________________________________________________
2682 [  9856] By: jhi                                   on 2001/04/26  18:03:33
2683         Log: Subject: [PATCH B::Deparse] fix string uninterpretation
2684              Date: Thu, 26 Apr 2001 17:13:41 +0100
2685              From: Robin Houston <robin@kitsite.com>
2686              Message-ID: <20010426171341.A27299@puffinry.freeserve.co.uk>
2687              
2688              Subject: Re: [PATCH B::Deparse] fix string uninterpretation
2689              From: Robin Houston <robin@kitsite.com>
2690              Date: Thu, 26 Apr 2001 18:44:29 +0100
2691              Message-ID: <20010426184429.A27734@puffinry.freeserve.co.uk>
2692      Branch: perl
2693            ! ext/B/B/Deparse.pm
2694 ____________________________________________________________________________
2695 [  9855] By: jhi                                   on 2001/04/26  17:56:04
2696         Log: Subject: [PATCH B::Deparse] filetests, open(my $x,...), warnings, formats &c
2697              From: Robin Houston <robin@kitsite.com>
2698              Date: Thu, 26 Apr 2001 17:04:08 +0100
2699              Message-ID: <20010426170408.A27257@puffinry.freeserve.co.uk>
2700      Branch: perl
2701            ! ext/B/B/Deparse.pm
2702 ____________________________________________________________________________
2703 [  9854] By: jhi                                   on 2001/04/26  17:47:26
2704         Log: Subject: Re: Short test case for undef %stash:: crash
2705              From: Benjamin Sugars <bsugars@canoe.ca> 
2706              Date: Mon, 23 Apr 2001 16:59:33 -0400 (EDT) 
2707              Message-ID: <Pine.LNX.4.21.0104231623520.790-100000@marmot.rim.canoe.ca>
2708              Changed and moved the perldiag entry.
2709      Branch: perl
2710            ! gv.c pod/perldiag.pod
2711 ____________________________________________________________________________
2712 [  9853] By: jhi                                   on 2001/04/26  14:35:16
2713         Log: Beginnings of strptime().  Do not touch the wet paint.
2714      Branch: perl
2715            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
2716 ____________________________________________________________________________
2717 [  9852] By: jhi                                   on 2001/04/26  13:17:21
2718         Log: Retract #9851, core dumps from pod2man.
2719      Branch: perl
2720            ! regcomp.c
2721 ____________________________________________________________________________
2722 [  9851] By: jhi                                   on 2001/04/26  11:54:41
2723         Log: (Retracted by #9852.)
2724              
2725              Subject: [PATCH @9846] dumping ANYOF
2726              From: Hugo <hv@crypt.compulink.co.uk>
2727              Date: Thu, 26 Apr 2001 05:32:38 +0100
2728              Message-Id: <200104260432.FAA12669@crypt.compulink.co.uk>
2729      Branch: perl
2730            ! regcomp.c
2731 ____________________________________________________________________________
2732 [  9850] By: jhi                                   on 2001/04/26  02:34:44
2733         Log: If ccflags was empty the _previous_ $* containing all the
2734              environment variables and Configure variables was used,
2735              which lead, among other bad things, into $ccflags being your
2736              uname -a output, which lead into test compile with cc failing,
2737              which lead into gcc being selected, which didn't work that well
2738              since gcc (ancient 2.8.1 in that particular box) wasn't too happy
2739              with large files, et cetera.
2740      Branch: perl
2741            ! hints/hpux.sh
2742 ____________________________________________________________________________
2743 [  9849] By: jhi                                   on 2001/04/26  01:44:57
2744         Log: Make selfstubber test more portable.
2745      Branch: perl
2746            ! t/lib/selfstubber.t
2747 ____________________________________________________________________________
2748 [  9848] By: jhi                                   on 2001/04/26  00:50:26
2749         Log: Subject: Re: [PATCH: perl@9841] fix a typo for Cwd.xs
2750              From: Benjamin Sugars <ben.sugars@home.com>
2751              Date: Wed, 25 Apr 2001 21:47:37 -0400 (EDT)
2752              Message-ID: <Pine.LNX.4.21.0104252145280.30055-100000@localhost.localdomain>
2753      Branch: perl
2754            ! ext/Cwd/Cwd.xs
2755 ____________________________________________________________________________
2756 [  9847] By: jhi                                   on 2001/04/26  00:46:58
2757         Log: Subject: [PATCH: perl@9841] VMS updates
2758              From: Peter Prymmer <pvhp@forte.com>
2759              Date: Wed, 25 Apr 2001 18:43:27 -0700 (PDT)
2760              Message-ID: <Pine.OSF.4.10.10104251842130.257877-100000@aspara.forte.com>
2761      Branch: perl
2762            ! README.vms configure.com vms/descrip_mms.template
2763            ! vms/ext/filespec.t
2764 ____________________________________________________________________________
2765 [  9846] By: jhi                                   on 2001/04/26  00:11:56
2766         Log: re 'debug' was broken by #9084.
2767      Branch: perl
2768            ! ext/re/re.xs
2769 ____________________________________________________________________________
2770 [  9845] By: jhi                                   on 2001/04/25  22:33:17
2771         Log: Subject: [PATCH] test for Devel::SelfStubber
2772              From: Nicholas Clark <nick@ccl4.org>
2773              Date: Thu, 26 Apr 2001 00:00:54 +0100
2774              Message-ID: <20010426000054.D89026@plum.flirble.org>
2775      Branch: perl
2776            + t/lib/selfstubber.t
2777            ! MANIFEST lib/Devel/SelfStubber.pm t/lib/1_compile.t
2778 ____________________________________________________________________________
2779 [  9844] By: jhi                                   on 2001/04/25  22:29:32
2780         Log: Subject: Re: [PATCH 5.7.1] B::Concise and extra variables
2781              From: Paul Johnson <paul@pjcj.net>
2782              Date: Thu, 26 Apr 2001 00:46:08 +0200
2783              Message-ID: <20010426004608.H2338@pjcj.net>
2784      Branch: perl
2785            ! ext/B/B/Concise.pm
2786 ____________________________________________________________________________
2787 [  9843] By: jhi                                   on 2001/04/25  22:28:28
2788         Log: Subject: [PATCH: perl@9841] fix a typo for Cwd.xs
2789              From: Peter Prymmer <pvhp@forte.com>
2790              Date: Wed, 25 Apr 2001 16:18:44 -0700 (PDT)
2791              Message-ID: <Pine.OSF.4.10.10104251614200.257877-100000@aspara.forte.com>
2792      Branch: perl
2793            ! ext/Cwd/Cwd.xs
2794 ____________________________________________________________________________
2795 [  9842] By: jhi                                   on 2001/04/25  20:58:12
2796         Log: Subject: Re: [ID 20010422.002] 5.7.1 Breaks "use Module(version)"
2797              From: John Peacock <jpeacock@rowman.com>
2798              Date: Wed, 25 Apr 2001 17:30:26 -0400
2799              Message-ID: <3AE741F2.B3217464@rowman.com>
2800      Branch: perl
2801            ! lib/Math/BigInt.pm t/lib/bigintpm.t
2802 ____________________________________________________________________________
2803 [  9841] By: jhi                                   on 2001/04/25  20:07:05
2804         Log: Update Changes.
2805      Branch: perl
2806            ! Changes patchlevel.h
2807 ____________________________________________________________________________
2808 [  9840] By: jhi                                   on 2001/04/25  19:56:51
2809         Log: Yet another HP-UX hints version from Merijn.
2810      Branch: perl
2811            ! hints/hpux.sh
2812 ____________________________________________________________________________
2813 [  9839] By: jhi                                   on 2001/04/25  19:53:04
2814         Log: abs_path() didn't terminate the filename correctly,
2815              in DIRNAMLENless systems like HP-UX this would fail.
2816      Branch: perl
2817            ! ext/Cwd/Cwd.xs
2818 ____________________________________________________________________________
2819 [  9838] By: jhi                                   on 2001/04/25  16:37:26
2820         Log: Subject: [PATCH] Re: Useless use of constants other than 0,1 in void context?
2821              From: Mike Guy <mjtg@cam.ac.uk>
2822              Date: Wed, 25 Apr 2001 18:31:47 +0100
2823              Message-Id: <E14sT8l-0004IE-00@libra.cus.cam.ac.uk>
2824      Branch: perl
2825            ! op.c
2826 ____________________________________________________________________________
2827 [  9837] By: jhi                                   on 2001/04/25  16:21:53
2828         Log: Subject: Re: patch to perl5db.pl (formatting of h h screen)
2829              From: Jon Eveland <jweveland@yahoo.com>
2830              Date: Wed, 25 Apr 2001 09:42:46 -0700 (PDT)
2831              Message-ID: <20010425164246.21611.qmail@web10405.mail.yahoo.com>
2832      Branch: perl
2833            ! lib/perl5db.pl
2834 ____________________________________________________________________________
2835 [  9836] By: jhi                                   on 2001/04/25  14:17:50
2836         Log: Subject: [PATCH bleadperl] Porting/patching.pod: update version number format
2837              From: "Philip Newton" <pnewton@gmx.de>
2838              Date: Wed, 25 Apr 2001 17:05:58 +0200
2839              Message-ID: <3AE703F6.3234.1833C45@localhost>
2840      Branch: perl
2841            ! Porting/patching.pod
2842 ____________________________________________________________________________
2843 [  9835] By: jhi                                   on 2001/04/25  13:58:07
2844         Log: It would seem that both ar and full_ar need to be overridden
2845              for HP-UX to avoid the GNU ar.
2846      Branch: perl
2847            ! hints/hpux.sh
2848 ____________________________________________________________________________
2849 [  9834] By: jhi                                   on 2001/04/25  13:50:40
2850         Log: Subject: Re: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
2851              From: "Philip Newton" <pnewton@gmx.de>
2852              Date: Wed, 25 Apr 2001 16:09:23 +0200
2853              Message-ID: <3AE6F6B3.30503.14F6DEB@localhost>
2854              
2855              Detypo.
2856      Branch: perl
2857            ! t/op/misc.t
2858 ____________________________________________________________________________
2859 [  9833] By: jhi                                   on 2001/04/25  12:36:11
2860         Log: In HP-UX set ar to /usr/bin/ar but only iff none set.
2861      Branch: perl
2862            ! hints/hpux.sh
2863 ____________________________________________________________________________
2864 [  9832] By: jhi                                   on 2001/04/25  12:33:36
2865         Log: New version of HP-UX hints from Merijn.
2866      Branch: perl
2867            ! hints/hpux.sh
2868 ____________________________________________________________________________
2869 [  9831] By: jhi                                   on 2001/04/25  03:39:45
2870         Log: Reintroduce the avoidance of mixing HP-UX cc and GNU ar.
2871      Branch: perl
2872            ! hints/hpux.sh
2873 ____________________________________________________________________________
2874 [  9830] By: jhi                                   on 2001/04/25  02:53:25
2875         Log: The tzname[] bit is not needed by util.c -- and causes
2876              heartburn in VMS (and it missing was probably the cause of
2877              the Mac OS X trouble).  Ouch.
2878      Branch: perl
2879            ! ext/POSIX/POSIX.xs util.c
2880 ____________________________________________________________________________
2881 [  9829] By: jhi                                   on 2001/04/25  00:10:06
2882         Log: Metaconfig unit change for #9828.
2883      Branch: metaconfig
2884            ! U/compline/ccflags.U
2885 ____________________________________________________________________________
2886 [  9828] By: jhi                                   on 2001/04/25  00:04:18
2887         Log: Allow setting cppflags hints.  This may affect Darwin (Mac OS X)
2888              (which is actually the reason for the change, we need to pass
2889              cppflags='-traditional-cpp' so that Errno builds right), Dynix/ptx,
2890              EP/IX, OS/2, and TitanOS, based on the hints files.
2891      Branch: perl
2892            ! Configure config_h.SH
2893 ____________________________________________________________________________
2894 [  9827] By: jhi                                   on 2001/04/24  23:49:20
2895         Log: makedepend.SH patch for AmigaOS from Jan-Erik Karlsson;
2896              the $cat must have an absolute path.
2897      Branch: perl
2898            ! makedepend.SH
2899 ____________________________________________________________________________
2900 [  9826] By: jhi                                   on 2001/04/24  23:40:53
2901         Log: 5.7.1-updated README.amiga from Jan-Erik Karlsson.
2902      Branch: perl
2903            ! README.amiga
2904 ____________________________________________________________________________
2905 [  9825] By: jhi                                   on 2001/04/24  23:35:35
2906         Log: Subject: [ID 20010424.002] [PATCH bleadperl] find2perl: prototypes and doexec
2907              From: "Philip Newton" <pnewton@gmx.de>
2908              Date: Tue, 24 Apr 2001 18:52:49 +0200
2909              Message-Id: <3AE5CB81.12234.1FC246F@localhost>
2910      Branch: perl
2911            ! x2p/find2perl.PL
2912 ____________________________________________________________________________
2913 [  9824] By: jhi                                   on 2001/04/24  23:33:07
2914         Log: New HP-UX hints from Jeff and Merijn, should work with IA-64.
2915              Some gcc specifics dropped out due to extensive rewriting;
2916              will be put back later as needed.
2917      Branch: perl
2918            ! hints/hpux.sh
2919 ____________________________________________________________________________
2920 [  9823] By: jhi                                   on 2001/04/24  23:27:57
2921         Log: Mac OS X patch for missing tzname definition from Paul Schinder.
2922      Branch: perl
2923            ! ext/POSIX/POSIX.xs
2924 ____________________________________________________________________________
2925 [  9822] By: jhi                                   on 2001/04/24  23:25:21
2926         Log: Subject: Re: [ID 20010421.032] Not OK: perl v5.7.1 +DEVEL9717 on sun4-solaris-64int-ld-stdio 2.8 (UNINSTALLED)
2927              From: Tim Jenness <t.jenness@jach.hawaii.edu>
2928              Date: Tue, 24 Apr 2001 11:29:28 -1000 (HST)
2929              Message-ID: <Pine.LNX.4.30.0104241123020.5085-100000@lapaki.jach.hawaii.edu>
2930      Branch: perl
2931            ! ext/XS/Typemap/Typemap.xs
2932 ____________________________________________________________________________
2933 [  9821] By: jhi                                   on 2001/04/24  23:24:10
2934         Log: Subject: [PATCH: pod/perlport.pod] Updated email addresses.
2935              From: "Abigail" <abigail@foad.org>
2936              Date: Tue, 24 Apr 2001 23:12:03 +0200
2937              Message-ID: <20010424211203.7901.qmail@foad.org>
2938      Branch: perl
2939            ! pod/perlport.pod
2940 ____________________________________________________________________________
2941 [  9820] By: jhi                                   on 2001/04/24  23:23:15
2942         Log: Subject: [PATCH pod/perlfaq4.pod] Time::Piece additions
2943              From: Matt Sergeant <matt@sergeant.org>
2944              Date: Tue, 24 Apr 2001 16:48:17 +0100 (BST)
2945              Message-ID: <Pine.LNX.4.30.0104241645030.32279-100000@ted.sergeant.org>
2946      Branch: perl
2947            ! pod/perlfaq4.pod
2948 ____________________________________________________________________________
2949 [  9819] By: nick                                  on 2001/04/24  18:49:43
2950         Log: Integrate mainline.
2951      Branch: perlio
2952           +> t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
2953           !> (integrate 37 files)
2954 ____________________________________________________________________________
2955 [  9818] By: jhi                                   on 2001/04/24  14:35:23
2956         Log: Update Changes.
2957      Branch: perl
2958            ! Changes patchlevel.h
2959 ____________________________________________________________________________
2960 [  9817] By: jhi                                   on 2001/04/24  14:09:17
2961         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries 
2962              From: "Philip Newton" <pnewton@gmx.de>
2963              Date: Tue, 24 Apr 2001 12:58:12 +0200
2964              Message-ID: <3AE57864.8304.B77A0A@localhost> 
2965              
2966              plus add CPAN to the list of modules that have their own tests.
2967      Branch: perl
2968            ! t/lib/1_compile.t
2969 ____________________________________________________________________________
2970 [  9816] By: jhi                                   on 2001/04/24  14:07:03
2971         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries
2972              From: Michael G Schwern <schwern@pobox.com>
2973              Date: Sat, 21 Apr 2001 22:35:00 +0100
2974              Message-ID: <20010421223500.N2946@blackrider.blackstar.co.uk>
2975      Branch: perl
2976            ! t/lib/1_compile.t
2977 ____________________________________________________________________________
2978 [  9815] By: jhi                                   on 2001/04/24  13:54:32
2979         Log: Subject: Re: [ID 20010423.006] Test failed in perl@9794
2980              From: Robin Houston <robin@kitsite.com>
2981              Date: Tue, 24 Apr 2001 15:51:18 +0100
2982              Message-ID: <20010424155118.A22913@puffinry.freeserve.co.uk>
2983      Branch: perl
2984            ! ext/B/B/Deparse.pm
2985 ____________________________________________________________________________
2986 [  9814] By: jhi                                   on 2001/04/24  13:17:34
2987         Log: Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
2988              From: Bill Glicker <billg@burrelles.com>
2989              Date: Tue, 24 Apr 2001 09:22:40 -0400 (EDT)
2990              Message-ID: <Pine.SCO.4.30.0104240918160.13514-100000@laura.burrelles.com>
2991      Branch: perl
2992            ! hints/svr5.sh
2993 ____________________________________________________________________________
2994 [  9813] By: jhi                                   on 2001/04/24  12:54:23
2995         Log: Prevent path disclosure (probing for existence of filenames)
2996              using suidperl; bug id 20010322.218.
2997      Branch: perl
2998            ! perl.c pod/perldiag.pod
2999 ____________________________________________________________________________
3000 [  9812] By: jhi                                   on 2001/04/24  12:08:36
3001         Log: Retract #9811.
3002      Branch: perl
3003            ! ext/POSIX/POSIX.xs
3004 ____________________________________________________________________________
3005 [  9811] By: jhi                                   on 2001/04/24  11:57:35
3006         Log: (Retracted by #9812.)
3007      Branch: perl
3008            ! ext/POSIX/POSIX.xs
3009 ____________________________________________________________________________
3010 [  9810] By: jhi                                   on 2001/04/24  03:32:35
3011         Log: Fix for 20010219.013, "perlio perl -we tell goes SEGV".
3012      Branch: perl
3013            ! util.c
3014 ____________________________________________________________________________
3015 [  9809] By: jhi                                   on 2001/04/24  03:16:13
3016         Log: The Math::BigFloat::import() was broken.
3017              (Fixes bug id 20010422.002.)
3018      Branch: perl
3019            ! lib/Math/BigFloat.pm
3020 ____________________________________________________________________________
3021 [  9808] By: jhi                                   on 2001/04/24  01:11:40
3022         Log: Additional dependencies; should help for parallel makes
3023              not to fail on missing lib/lib.pm or lib/re.pm.
3024      Branch: perl
3025            ! Makefile.SH
3026 ____________________________________________________________________________
3027 [  9807] By: jhi                                   on 2001/04/24  00:57:01
3028         Log: Update the test failure disclaimer.
3029      Branch: perl
3030            ! t/pragma/warn/pp_hot
3031 ____________________________________________________________________________
3032 [  9806] By: jhi                                   on 2001/04/24  00:54:04
3033         Log: Add make target "install-all" which is alias for "install"
3034              to cater for case-preserving filesystems like HFS+.
3035      Branch: perl
3036            ! INSTALL Makefile.SH
3037 ____________________________________________________________________________
3038 [  9805] By: jhi                                   on 2001/04/24  00:47:28
3039         Log: Subject: Re: 5.6.1 darwin Configure fails to extract Makefile
3040              From: Peter Prymmer <pvhp@forte.com>
3041              Date: Wed, 11 Apr 2001 10:43:52 -0700 (PDT)
3042              Message-ID: <Pine.OSF.4.10.10104111038480.113314-100000@aspara.forte.com>
3043              
3044              (Ken William's message forwarded from macosx@perl.org)
3045      Branch: perl
3046            ! hints/darwin.sh
3047 ____________________________________________________________________________
3048 [  9804] By: jhi                                   on 2001/04/23  23:57:35
3049         Log: Cut-and-pasto.
3050      Branch: perl
3051            ! perlio.c
3052 ____________________________________________________________________________
3053 [  9803] By: jhi                                   on 2001/04/23  23:52:25
3054         Log: More PerlIO robustness.
3055      Branch: perl
3056            ! perlio.c
3057 ____________________________________________________________________________
3058 [  9802] By: jhi                                   on 2001/04/23  23:43:35
3059         Log: Make the "STD* opened only for ..." errors more consistent.
3060      Branch: perl
3061            ! doio.c
3062 ____________________________________________________________________________
3063 [  9801] By: jhi                                   on 2001/04/23  23:34:26
3064         Log: Test case for #9800.
3065      Branch: perl
3066            ! t/op/misc.t
3067 ____________________________________________________________________________
3068 [  9800] By: jhi                                   on 2001/04/23  23:14:43
3069         Log: Avoid coredump on 'close STDERR; die' by making
3070              the PerlIO calls more robust.  Also use SETERRNO()
3071              instead of errno = to be more VMS-ready.
3072      Branch: perl
3073            ! perlio.c
3074 ____________________________________________________________________________
3075 [  9799] By: jhi                                   on 2001/04/23  21:41:10
3076         Log: Subject: test for ID 20010423.002
3077              From: Robin Houston <robin@kitsite.com>
3078              Date: Mon, 23 Apr 2001 16:52:21 +0100
3079              Message-ID: <20010423165221.A20739@puffinry.freeserve.co.uk>
3080      Branch: perl
3081            ! t/op/avhv.t
3082 ____________________________________________________________________________
3083 [  9798] By: jhi                                   on 2001/04/23  21:40:07
3084         Log: Subject: patch to installperl (change warn to print STDERR in sub yn)
3085              From: David Dyck <dcd@tc.fluke.com>
3086              Date: Mon, 23 Apr 2001 10:19:46 -0700 (PDT)
3087              Message-ID: <Pine.LNX.4.33.0104231018270.10985-100000@dd.tc.fluke.com>
3088      Branch: perl
3089            ! installperl
3090 ____________________________________________________________________________
3091 [  9797] By: jhi                                   on 2001/04/23  21:37:56
3092         Log: Subject: [PATCH] Implement Cwd::abs_path in XS
3093              From: Benjamin Sugars <bsugars@canoe.ca>
3094              Date: Mon, 23 Apr 2001 11:59:48 -0400 (EDT)
3095              Message-ID: <Pine.LNX.4.21.0104231151340.3238-100000@marmot.rim.canoe.ca>
3096      Branch: perl
3097            ! ext/Cwd/Cwd.xs lib/Cwd.pm
3098 ____________________________________________________________________________
3099 [  9796] By: jhi                                   on 2001/04/23  21:29:24
3100         Log: Synchronize h2xs and pod2man some more on the documentation
3101              templates they propose.
3102      Branch: perl
3103            ! pod/pod2man.PL utils/h2xs.PL
3104 ____________________________________________________________________________
3105 [  9795] By: jhi                                   on 2001/04/23  17:30:40
3106         Log: Add one more naughty test for base64; make encoding logic cleaner.
3107      Branch: perl
3108            ! t/lib/mimeb64.t
3109 ____________________________________________________________________________
3110 [  9794] By: jhi                                   on 2001/04/23  13:51:32
3111         Log: Update Changes.
3112      Branch: perl
3113            ! Changes patchlevel.h
3114 ____________________________________________________________________________
3115 [  9793] By: jhi                                   on 2001/04/23  13:44:18
3116         Log: Duplicate lines.
3117      Branch: perl
3118            ! MANIFEST
3119 ____________________________________________________________________________
3120 [  9792] By: jhi                                   on 2001/04/23  13:39:13
3121         Log: Subject: Re: PATCH 5.7.1
3122              From: Mark-Jason Dominus <mjd@plover.com>
3123              Date: Mon, 23 Apr 2001 10:30:21 -0400
3124              Message-ID: <20010423143021.17335.qmail@plover.com>
3125      Branch: perl
3126            ! perl.h sv.c
3127 ____________________________________________________________________________
3128 [  9791] By: jhi                                   on 2001/04/23  13:32:40
3129         Log: Add the CPAN.pm 1.59_54 tests.
3130      Branch: perl
3131            + t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
3132            ! MANIFEST
3133 ____________________________________________________________________________
3134 [  9790] By: jhi                                   on 2001/04/23  13:21:55
3135         Log: Subject: Deparse nit
3136              From: Robin Houston <robin@kitsite.com>
3137              Date: Mon, 23 Apr 2001 12:38:20 +0100
3138              Message-ID: <20010423123820.A19945@puffinry.freeserve.co.uk>
3139      Branch: perl
3140            ! ext/B/B/Deparse.pm
3141 ____________________________________________________________________________
3142 [  9789] By: jhi                                   on 2001/04/23  13:19:07
3143         Log: Subject: [PATCH] bug 20010423.002
3144              From: Robin Houston <robin@kitsite.com>
3145              Date: Mon, 23 Apr 2001 13:12:30 +0100
3146              Message-ID: <20010423131230.A20074@puffinry.freeserve.co.uk>
3147      Branch: perl
3148            ! pp.c
3149 ____________________________________________________________________________
3150 [  9788] By: jhi                                   on 2001/04/23  13:02:49
3151         Log: Subject: PATCH [5.7.1] hv.c unused #define
3152              From: Mark-Jason Dominus <mjd@plover.com>
3153              Date: Sun, 22 Apr 2001 14:17:49 -0400
3154              Message-ID: <20010422181749.26976.qmail@plover.com>
3155      Branch: perl
3156            ! hv.c
3157 ____________________________________________________________________________
3158 [  9787] By: jhi                                   on 2001/04/23  13:02:02
3159         Log: Subject: PATCH 5.7.1
3160              From: Mark-Jason Dominus <mjd@plover.com>
3161              Date: Sun, 22 Apr 2001 15:12:57 -0400
3162              Message-ID: <20010422191258.6539.qmail@plover.com>
3163              
3164              plus Sarathy's STMT_START + STMT_END suggestion.
3165      Branch: perl
3166            ! perl.h
3167 ____________________________________________________________________________
3168 [  9786] By: jhi                                   on 2001/04/23  12:53:25
3169         Log: Fix for
3170              
3171              Subject: [ID 20010423.001] perlapi documentation inconsistency (SvGROW)
3172              From: dLux <dlux@spam.sch.bme.hu>
3173              Date: Mon, 23 Apr 2001 01:25:26 +0200
3174              Message-Id: <E14rTEM-0000CB-00@dl.sch.bme.hu>
3175              
3176              (SvGROW really does return a char *.)
3177      Branch: perl
3178            ! pod/perlapi.pod sv.h
3179 ____________________________________________________________________________
3180 [  9785] By: jhi                                   on 2001/04/23  04:34:04
3181         Log: Time::Piece work continues.  $t->day removed since
3182              I think it's too confusing.  Now has normal and
3183              abbreviated length weekday names and month names,
3184              the names change with _names(), not _list().
3185              Now has strftime() in Perl, _strftime() is
3186              the libc version (to which strftime() falls back
3187              if it doesn't know the format.  To do: the reverse
3188              of strftime, strptime(), and the localisation of both.
3189      Branch: perl
3190            ! ext/Time/Piece/Piece.pm ext/Time/Piece/Piece.xs
3191            ! t/lib/time-piece.t
3192 ____________________________________________________________________________
3193 [  9784] By: jhi                                   on 2001/04/23  02:41:46
3194         Log: Subject: Re: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using ' 
3195              From: andreas.koenig@anima.de (Andreas J. Koenig)
3196              Date: 23 Apr 2001 05:20:55 +0200
3197              Message-ID: <m3ofto5mjs.fsf@ak-71.mind.de>
3198      Branch: perl
3199            ! t/pragma/overload.t
3200 ____________________________________________________________________________
3201 [  9783] By: jhi                                   on 2001/04/22  23:32:42
3202         Log: Subject: [PATCH B::Deparse] Distinguish package variables, if necessary
3203              From: Robin Houston <robin@kitsite.com>
3204              Date: Mon, 23 Apr 2001 00:38:18 +0100
3205              Message-ID: <20010423003818.A19109@puffinry.freeserve.co.uk>
3206      Branch: perl
3207            ! ext/B/B/Deparse.pm
3208 ____________________________________________________________________________
3209 [  9782] By: jhi                                   on 2001/04/22  20:55:43
3210         Log: Subject: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using '
3211              From: Simon Cozens <simon@netthink.co.uk>
3212              Date: Sun, 22 Apr 2001 18:47:25 +0100
3213              Message-ID: <20010422184725.A14411@netthink.co.uk>
3214      Branch: perl
3215            ! sv.c t/pragma/overload.t
3216 ____________________________________________________________________________
3217 [  9781] By: jhi                                   on 2001/04/22  20:52:13
3218         Log: Subject: [PATCH] Support BEGIN blocks in B::Deparse (& more)
3219              From: Robin Houston <robin@kitsite.com>
3220              Date: Sun, 22 Apr 2001 22:14:50 +0100
3221              Message-ID: <20010422221450.A18921@puffinry.freeserve.co.uk>
3222      Branch: perl
3223            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
3224 ____________________________________________________________________________
3225 [  9780] By: nick                                  on 2001/04/22  20:40:31
3226         Log: Integrate mainline.
3227      Branch: perlio
3228           +> t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
3229           +> t/lib/b-stash.t
3230           !> (integrate 38 files)
3231 ____________________________________________________________________________
3232 [  9779] By: jhi                                   on 2001/04/22  15:16:03
3233         Log: Subject: IO::Socket::INET patch
3234              From: andrew deryabin <djsf@technarchy.ru>
3235              Date: Sat, 21 Apr 2001 17:46:52 +0400
3236              Message-ID: <20010421174652.B1426@technarchy>
3237      Branch: perl
3238            ! ext/IO/lib/IO/Socket/INET.pm
3239 ____________________________________________________________________________
3240 [  9778] By: jhi                                   on 2001/04/22  15:14:33
3241         Log: Subject: Re: ANYOF_SIZE is wrong in 5.7.1 
3242              From: Mark-Jason Dominus <mjd@plover.com>
3243              Date: Sat, 21 Apr 2001 21:27:49 -0400
3244              Message-ID: <20010422012749.27024.qmail@plover.com>
3245      Branch: perl
3246            ! regcomp.c
3247 ____________________________________________________________________________
3248 [  9777] By: jhi                                   on 2001/04/22  15:10:51
3249         Log: Subject: Re: Regex debugger patch 
3250              From: Mark-Jason Dominus <mjd@plover.com>
3251              Date: Sat, 21 Apr 2001 21:48:51 -0400
3252              Message-ID: <20010422014851.27165.qmail@plover.com>
3253      Branch: perl
3254            ! pod/perldebguts.pod
3255 ____________________________________________________________________________
3256 [  9776] By: jhi                                   on 2001/04/22  15:09:48
3257         Log: Subject: Re: Regex debugger patch
3258              From: Mark-Jason Dominus <mjd@plover.com>
3259              Date: Sat, 21 Apr 2001 14:24:39 -0400
3260              Message-ID: <20010421182439.16508.qmail@plover.com>
3261              
3262              Regex debugger backend.
3263      Branch: perl
3264            ! regcomp.c regexp.h
3265 ____________________________________________________________________________
3266 [  9775] By: jhi                                   on 2001/04/21  16:45:40
3267         Log: Subject: [PATCH] Typo in utf8.h
3268              From: Jesús Quiroga <jquiroga@pobox.com>
3269              Date: Sat, 21 Apr 2001 19:25:33 +0200
3270              Message-Id: <5.0.2.1.1.20010421192107.01ce5a50@ix.netcorps.com>
3271      Branch: perl
3272            ! utf8.h
3273 ____________________________________________________________________________
3274 [  9774] By: jhi                                   on 2001/04/21  16:43:52
3275         Log: Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
3276              From: Joe Orton <jorton@redhat.com>
3277              Date: Tue, 17 Apr 2001 15:50:43 +0100
3278              Message-Id: <20010417155043.D19132@eu.c2.net>
3279      Branch: perl
3280            ! hints/svr5.sh
3281 ____________________________________________________________________________
3282 [  9773] By: jhi                                   on 2001/04/21  15:30:15
3283         Log: Subject: Patch utils/h2xs.PL
3284              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
3285              Date: Sat, 21 Apr 2001 10:32:16 -0500
3286              Message-ID: <20010421103216.C14521@chaos.wustl.edu>
3287              
3288              Add MAILING list and LICENSE templates.
3289      Branch: perl
3290            ! utils/h2xs.PL
3291 ____________________________________________________________________________
3292 [  9772] By: jhi                                   on 2001/04/21  15:28:36
3293         Log: Subject: perlfaq2.patch for 5.7.1
3294              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
3295              Message-ID: <20010420164219.J3194@chaos.wustl.edu>
3296              Date: Fri, 20 Apr 2001 16:42:19 -0500
3297              
3298              rm an extra tab, a blurb about the xx.cpan to clarify
3299              which countries actually have that and dejanews is history
3300              as well as most of that nonsensical entry.
3301      Branch: perl
3302            ! pod/perlfaq2.pod
3303 ____________________________________________________________________________
3304 [  9771] By: jhi                                   on 2001/04/21  15:27:17
3305         Log: Subject: perlfaq1.patch for 5.7.1
3306              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
3307              Date: Fri, 20 Apr 2001 16:57:36 -0500
3308              Message-ID: <20010420165736.K3194@chaos.wustl.edu>
3309              
3310              Evil URLs must die. Especially when they are broken.
3311      Branch: perl
3312            ! pod/perlfaq1.pod
3313 ____________________________________________________________________________
3314 [  9770] By: jhi                                   on 2001/04/21  15:23:38
3315         Log: Subject: [PATCH ext/B/B.pm and tests] B::walksymtable improperly documented?
3316              From: Michael G Schwern <schwern@pobox.com>
3317              Date: Sat, 21 Apr 2001 16:11:12 +0100
3318              Message-ID: <20010421161112.L19736@blackrider.blackstar.co.uk>
3319      Branch: perl
3320            + t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
3321            + t/lib/b-stash.t
3322            ! MANIFEST ext/B/B.pm t/lib/b.t
3323 ____________________________________________________________________________
3324 [  9769] By: jhi                                   on 2001/04/21  15:03:32
3325         Log: Subject: [PATCH utils/h2ph.PL] Confused by "#if &__GNUC_PREREQ (2,97)"
3326              From: Michael G Schwern <schwern@pobox.com>
3327              Date: Sat, 21 Apr 2001 09:48:00 +0100
3328              Message-ID: <20010421094759.B19736@blackrider.blackstar.co.uk>
3329      Branch: perl
3330            ! utils/h2ph.PL
3331 ____________________________________________________________________________
3332 [  9768] By: jhi                                   on 2001/04/21  14:33:49
3333         Log: PerlIO and Encode doc cleanup and tweaks.
3334      Branch: perl
3335            ! ext/Encode/Encode.pm ext/PerlIO/Scalar/Scalar.pm
3336            ! ext/PerlIO/Via/Via.pm lib/PerlIO.pm
3337 ____________________________________________________________________________
3338 [  9767] By: jhi                                   on 2001/04/21  12:40:16
3339         Log: Integrate perlio.
3340      Branch: perl
3341           !> doio.c
3342 ____________________________________________________________________________
3343 [  9766] By: nick                                  on 2001/04/20  18:28:35
3344         Log: Avoid core dump on
3345              open(STDOUT,">",\$foo);
3346      Branch: perlio
3347            ! doio.c
3348 ____________________________________________________________________________
3349 [  9765] By: jhi                                   on 2001/04/20  13:23:43
3350         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
3351              From: Robin Houston <robin@kitsite.com>
3352              Date: Fri, 20 Apr 2001 14:29:22 +0100
3353              Message-ID: <20010420142921.A14960@puffinry.freeserve.co.uk>
3354      Branch: perl
3355            ! ext/B/B.pm ext/B/B/Deparse.pm
3356 ____________________________________________________________________________
3357 [  9764] By: jhi                                   on 2001/04/20  13:19:33
3358         Log: Subject: [PATCH: perl@9742] avoid t/u-*.t test on platforms where List/Util was not built
3359              From: Peter Prymmer <pvhp@forte.com>
3360              Date: Thu, 19 Apr 2001 17:40:14 -0700 (PDT)
3361              Message-ID: <Pine.OSF.4.10.10104191737200.348917-100000@aspara.forte.com>
3362      Branch: perl
3363            ! t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
3364            ! t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
3365            ! t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
3366            ! t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
3367 ____________________________________________________________________________
3368 [  9763] By: jhi                                   on 2001/04/20  12:36:39
3369         Log: Subject: Re: A new PerlIO coredump
3370              From: Nick Ing-Simmons <nik@tiuk.ti.com>
3371              Date: Fri, 20 Apr 2001 14:29:41 +0100 (BST)
3372              Message-Id: <200104201329.OAA16021@mikado.tiuk.ti.com>
3373      Branch: perl
3374            ! doio.c
3375 ____________________________________________________________________________
3376 [  9762] By: jhi                                   on 2001/04/19  23:02:30
3377         Log: Update Changes.
3378      Branch: perl
3379            ! Changes patchlevel.h
3380 ____________________________________________________________________________
3381 [  9761] By: jhi                                   on 2001/04/19  22:59:19
3382         Log: More cleanup cleanup.
3383      Branch: perl
3384            ! Makefile.SH win32/Makefile win32/makefile.mk
3385 ____________________________________________________________________________
3386 [  9760] By: jhi                                   on 2001/04/19  22:50:31
3387         Log: lib/Time is non-empty, let's not rmdir it.
3388      Branch: perl
3389            ! Makefile.SH
3390 ____________________________________________________________________________
3391 [  9759] By: jhi                                   on 2001/04/19  22:36:51
3392         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
3393              From: Robin Houston <robin@kitsite.com>
3394              Date: Fri, 20 Apr 2001 00:18:53 +0100
3395              Message-ID: <20010420001853.A13350@puffinry.freeserve.co.uk>
3396      Branch: perl
3397            ! ext/B/B/Deparse.pm
3398 ____________________________________________________________________________
3399 [  9758] By: jhi                                   on 2001/04/19  22:36:00
3400         Log: Subject: [PATCH: perl@9742] void close_dir portability fix for Cwd.xs
3401              From: Peter Prymmer <pvhp@forte.com>
3402              Date: Thu, 19 Apr 2001 12:02:40 -0700 (PDT)
3403              Message-ID: <Pine.OSF.4.10.10104191158490.348917-100000@aspara.forte.com>
3404      Branch: perl
3405            ! ext/Cwd/Cwd.xs
3406 ____________________________________________________________________________
3407 [  9757] By: nick                                  on 2001/04/19  18:53:54
3408         Log: Blind (untested) integrate of mainline.
3409      Branch: perlio
3410           +> ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
3411           +> ext/Time/Piece/Piece.xs ext/Time/Piece/README
3412           +> ext/Time/Piece/Seconds.pm t/lib/time-piece.t
3413           !> (integrate 53 files)
3414 ____________________________________________________________________________
3415 [  9756] By: jhi                                   on 2001/04/19  16:59:23
3416         Log: Document and test Time::Piece.
3417      Branch: perl
3418            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.pm
3419            ! ext/Time/Piece/Piece.xs t/lib/time-piece.t
3420 ____________________________________________________________________________
3421 [  9755] By: jhi                                   on 2001/04/19  12:13:29
3422         Log: A better fix for the \x{12345678} trouble from NI-S.
3423      Branch: perl
3424            ! utf8.c
3425 ____________________________________________________________________________
3426 [  9754] By: jhi                                   on 2001/04/19  11:56:07
3427         Log: Subject: PATCH: Propagate low byte of hints in cop.op_private
3428              From: Robin Houston <robin@kitsite.com>
3429              Date: Wed, 18 Apr 2001 17:58:33 +0100
3430              Message-ID: <20010418175833.B8976@puffinry.freeserve.co.uk>
3431      Branch: perl
3432            ! ext/B/B/Deparse.pm op.c
3433 ____________________________________________________________________________
3434 [  9753] By: jhi                                   on 2001/04/19  04:21:52
3435         Log: Subject: [PATCH] h2ph test suite bugfix and refactoring
3436              From: "Kurt D. Starsinic" <kstar@wolfetech.com>
3437              Date: Thu, 19 Apr 2001 01:11:41 -0400
3438              Message-ID: <20010419011141.A5798@cpan.org>
3439      Branch: perl
3440            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
3441 ____________________________________________________________________________
3442 [  9752] By: jhi                                   on 2001/04/19  02:41:10
3443         Log: The new time utils need to be thread-aware, too.
3444      Branch: perl
3445            ! util.c
3446 ____________________________________________________________________________
3447 [  9751] By: jhi                                   on 2001/04/19  02:26:47
3448         Log: Compilation nit noticed by AIX compiler.
3449      Branch: perl
3450            ! perlio.c
3451 ____________________________________________________________________________
3452 [  9750] By: jhi                                   on 2001/04/19  02:20:06
3453         Log: The new time utils need to be public.
3454      Branch: perl
3455            ! embed.pl
3456 ____________________________________________________________________________
3457 [  9749] By: jhi                                   on 2001/04/19  01:42:39
3458         Log: Regen toc.
3459      Branch: perl
3460            ! pod/perltoc.pod
3461 ____________________________________________________________________________
3462 [  9748] By: jhi                                   on 2001/04/19  01:41:10
3463         Log: Add Time::Piece, a slight rewrite of Time::Object,
3464              from Matt Sergeant.
3465      Branch: perl
3466            + ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
3467            + ext/Time/Piece/Piece.xs ext/Time/Piece/README
3468            + ext/Time/Piece/Seconds.pm t/lib/time-piece.t
3469            ! MANIFEST configure.com djgpp/config.over epoc/config.sh
3470            ! hints/uts.sh hints/uwin.sh hints/vmesa.sh win32/Makefile
3471            ! win32/makefile.mk
3472 ____________________________________________________________________________
3473 [  9747] By: jhi                                   on 2001/04/19  00:55:35
3474         Log: The new metaconfig unit from strftime.
3475      Branch: metaconfig/U/perl
3476            + d_strftime.U
3477 ____________________________________________________________________________
3478 [  9746] By: jhi                                   on 2001/04/19  00:54:54
3479         Log: Move the strftime() wrapper from POSIX.xs to util.c
3480              as my_strftime(), requires HAS_STRFTIME.
3481      Branch: perl
3482            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3483            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
3484            ! ext/POSIX/POSIX.xs proto.h uconfig.h uconfig.sh util.c
3485            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
3486            ! vos/config.ga.h win32/config.bc win32/config.gc
3487            ! win32/config.vc
3488 ____________________________________________________________________________
3489 [  9745] By: jhi                                   on 2001/04/18  23:11:03
3490         Log: Move the init_tm() and mini_mktime() up from POSIX.xs to util.c
3491              in preparation of Time::Piece.
3492      Branch: perl
3493            ! embed.h embed.pl ext/POSIX/POSIX.xs proto.h util.c
3494 ____________________________________________________________________________
3495 [  9744] By: jhi                                   on 2001/04/18  22:33:12
3496         Log: Subject: [PATCH: perl@9718] fix new exporter test to work OK on VMS
3497              From: Peter Prymmer <pvhp@forte.com>
3498              Date: Wed, 18 Apr 2001 15:38:28 -0700 (PDT)
3499              Message-ID: <Pine.OSF.4.10.10104181536440.272477-100000@aspara.forte.com>
3500      Branch: perl
3501            ! t/lib/exporter.t
3502 ____________________________________________________________________________
3503 [  9743] By: jhi                                   on 2001/04/18  22:32:23
3504         Log: Subject: Fwd: pod2html leaves cache files lying around?
3505              From: Rajesh Vaidheeswarran <rv@gnu.org>
3506              Date: Tue, 17 Apr 2001 09:35:00 -0400 (EDT)
3507              Message-Id: <E14pVdE-0004P0-00@fencepost.gnu.org>
3508      Branch: perl
3509            ! lib/Pod/Html.pm
3510 ____________________________________________________________________________
3511 [  9742] By: jhi                                   on 2001/04/18  20:31:49
3512         Log: Update Changes.
3513      Branch: perl
3514            ! Changes patchlevel.h
3515 ____________________________________________________________________________
3516 [  9741] By: jhi                                   on 2001/04/18  20:23:02
3517         Log: Declare hints only if needed.
3518      Branch: perl
3519            ! ext/B/B/Deparse.pm
3520 ____________________________________________________________________________
3521 [  9740] By: jhi                                   on 2001/04/18  19:06:05
3522         Log: Workaround for the "\x{12345678}" plus s/(.)/$1/g plus ord/length
3523              bug noticed by Robin Houston; basically the code of detecting
3524              value wraparound was acting differently under different compilers
3525              and platforms.  The workaround is to remove the overflow check
3526              for now, a real fix would be to do the overflow (portably) right.
3527      Branch: perl
3528            ! t/op/pat.t utf8.c
3529 ____________________________________________________________________________
3530 [  9739] By: jhi                                   on 2001/04/18  19:01:23
3531         Log: Subject: [PATCH B::Deparse] some pragma support
3532              From: Robin Houston <robin@kitsite.com>
3533              Date: Wed, 18 Apr 2001 19:32:12 +0100
3534              Message-ID: <20010418193212.A9184@puffinry.freeserve.co.uk>
3535      Branch: perl
3536            ! ext/B/B/Deparse.pm
3537 ____________________________________________________________________________
3538 [  9738] By: jhi                                   on 2001/04/18  15:16:37
3539         Log: Subject: [PATCH] Test case for C<undef %File::Glob::>
3540              From: Benjamin Sugars <bsugars@canoe.ca>
3541              Date: Wed, 18 Apr 2001 10:53:44 -0400 (EDT)
3542              Message-ID: <Pine.LNX.4.21.0104181047010.2368-100000@marmot.rim.canoe.ca>
3543      Branch: perl
3544            ! t/op/glob.t
3545 ____________________________________________________________________________
3546 [  9737] By: jhi                                   on 2001/04/18  13:24:50
3547         Log: Subject: [PATCH] XS::Typemap - T_OPAQUE
3548              From: Tim Jenness <t.jenness@jach.hawaii.edu>
3549              Date: Tue, 17 Apr 2001 22:49:25 -1000 (HST)
3550              Message-ID: <Pine.LNX.4.30.0104172247440.28672-100000@lapaki.jach.hawaii.edu>
3551      Branch: perl
3552            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
3553            ! ext/XS/Typemap/typemap lib/ExtUtils/typemap t/lib/xs-typemap.t
3554 ____________________________________________________________________________
3555 [  9736] By: jhi                                   on 2001/04/18  04:15:14
3556         Log: The #9735 also changes the subtest 12.
3557      Branch: perl
3558            ! t/lib/b.t
3559 ____________________________________________________________________________
3560 [  9735] By: jhi                                   on 2001/04/18  03:55:17
3561         Log: Subject: Deparse.pm of split(" ") decodes as /\s+/ (with PATCH)
3562              From: David Dyck <dcd@tc.fluke.com>
3563              Date: Tue, 17 Apr 2001 17:12:58 -0700 (PDT)
3564              Message-ID: <Pine.LNX.4.33.0104171508210.23062-100000@dd.tc.fluke.com>
3565      Branch: perl
3566            ! ext/B/B/Deparse.pm
3567 ____________________________________________________________________________
3568 [  9734] By: jhi                                   on 2001/04/18  03:54:11
3569         Log: Subject: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
3570              From: Gisle Aas <gisle@ActiveState.com>
3571              Date: 17 Apr 2001 19:06:45 -0700
3572              Message-ID: <lrae5f9d1m.fsf@caliper.ActiveState.com>
3573      Branch: perl
3574            ! pp_hot.c t/op/misc.t
3575 ____________________________________________________________________________
3576 [  9733] By: jhi                                   on 2001/04/17  22:25:22
3577         Log: Subject: [PATCH: ext/Cwd/Cwd.xs & ext/PerlIO/Scalar/Scalar.xs] Missing prototype behaviour
3578              From: "Abigail" <abigail@foad.org>
3579              Date: Wed, 18 Apr 2001 01:17:46 +0200
3580              Message-ID: <20010417231746.21657.qmail@foad.org>
3581      Branch: perl
3582            ! ext/Cwd/Cwd.xs ext/PerlIO/Scalar/Scalar.xs
3583 ____________________________________________________________________________
3584 [  9732] By: jhi                                   on 2001/04/17  20:47:56
3585         Log: Subject: Re: Deparse - parenthesise args to undeclared subs
3586              From: Robin Houston <robin@kitsite.com>
3587              Date: Tue, 17 Apr 2001 22:37:42 +0100
3588              Message-ID: <20010417223742.A6681@puffinry.freeserve.co.uk>
3589      Branch: perl
3590            ! ext/B/B/Deparse.pm
3591 ____________________________________________________________________________
3592 [  9731] By: nick                                  on 2001/04/17  20:46:35
3593         Log: Re-sync for t/lib/b.t fix
3594      Branch: perlio
3595           !> ext/B/B/Deparse.pm t/lib/b.t t/lib/cwd.t
3596 ____________________________________________________________________________
3597 [  9730] By: jhi                                   on 2001/04/17  20:45:29
3598         Log: Subject: [PATCH B::Deparse] utf8 literal strings (and possibly a unicode/regex bug)
3599              From: Robin Houston <robin@kitsite.com>
3600              Date: Tue, 17 Apr 2001 22:29:36 +0100
3601              Message-ID: <20010417222936.A6644@puffinry.freeserve.co.uk>
3602      Branch: perl
3603            ! ext/B/B.xs ext/B/B/Deparse.pm
3604 ____________________________________________________________________________
3605 [  9729] By: jhi                                   on 2001/04/17  20:43:11
3606         Log: Subject: Deparse - parenthesise args to undeclared subs
3607              From: Robin Houston <robin@kitsite.com>
3608              Date: Tue, 17 Apr 2001 21:31:05 +0100
3609              Message-ID: <20010417213104.A6586@puffinry.freeserve.co.uk>
3610      Branch: perl
3611            ! ext/B/B/Deparse.pm
3612 ____________________________________________________________________________
3613 [  9728] By: jhi                                   on 2001/04/17  18:57:30
3614         Log: Subject: Re: [PATCH] Fix cwd.t when libpth contains symlinks
3615              From: Benjamin Sugars <ben.sugars@home.com>
3616              Date: Tue, 17 Apr 2001 15:27:28 -0400 (EDT)
3617              Message-ID: <Pine.LNX.4.21.0104171516090.22410-100000@localhost.localdomain>
3618      Branch: perl
3619            ! t/lib/cwd.t
3620 ____________________________________________________________________________
3621 [  9727] By: jhi                                   on 2001/04/17  18:20:20
3622         Log: Subject: [PATCH B::Deparse] ambient pragmas
3623              From: Robin Houston <robin@kitsite.com>
3624              Date: Tue, 17 Apr 2001 20:01:59 +0100
3625              Message-ID: <20010417200159.A4882@puffinry.freeserve.co.uk>
3626      Branch: perl
3627            ! ext/B/B/Deparse.pm t/lib/b.t
3628 ____________________________________________________________________________
3629 [  9726] By: nick                                  on 2001/04/17  16:33:51
3630         Log: Integrate mainline (t/lib/b.t fails test 2...)
3631      Branch: perlio
3632           +> ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
3633           +> ext/List/Util/README ext/List/Util/Util.xs
3634           +> ext/List/Util/lib/List/Util.pm
3635           +> ext/List/Util/lib/Scalar/Util.pm t/lib/exporter.t
3636           +> t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
3637           +> t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
3638           +> t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
3639           +> t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
3640           !> (integrate 31 files)
3641 ____________________________________________________________________________
3642 [  9725] By: jhi                                   on 2001/04/17  12:14:24
3643         Log: Subject: multiple B::* changes
3644              From: Robin Houston <robin@kitsite.com>
3645              Date: Thu, 12 Apr 2001 20:12:27 +0100
3646              Message-ID: <20010412201226.A30940@puffinry.freeserve.co.uk>
3647      Branch: perl
3648            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
3649 ____________________________________________________________________________
3650 [  9724] By: jhi                                   on 2001/04/17  11:59:05
3651         Log: Thread-awareness from Doug MacEachern.
3652      Branch: perl
3653            ! ext/List/Util/Util.xs
3654 ____________________________________________________________________________
3655 [  9723] By: jhi                                   on 2001/04/17  11:57:41
3656         Log: Make the test more portable.
3657      Branch: perl
3658            ! t/lib/cwd.t
3659 ____________________________________________________________________________
3660 [  9722] By: jhi                                   on 2001/04/17  11:53:50
3661         Log: Subject: [PATCH] Fix cwd.t when libpth contains symlinks
3662              From: Benjamin Sugars <ben.sugars@home.com>
3663              Date: Mon, 16 Apr 2001 22:43:29 -0400 (EDT)
3664              Message-ID: <Pine.LNX.4.21.0104162234030.17949-100000@localhost.localdomain>
3665      Branch: perl
3666            ! t/lib/cwd.t
3667 ____________________________________________________________________________
3668 [  9721] By: jhi                                   on 2001/04/17  11:52:17
3669         Log: Subject: [PATCH] Fix core dump from undef %File::Glob::
3670              From: Benjamin Sugars <bsugars@canoe.ca>
3671              Date: Mon, 16 Apr 2001 13:23:59 -0400 (EDT)
3672              Message-ID: <Pine.LNX.4.21.0104161313160.1676-100000@marmot.rim.canoe.ca>
3673      Branch: perl
3674            ! op.c
3675 ____________________________________________________________________________
3676 [  9720] By: jhi                                   on 2001/04/17  11:35:42
3677         Log: Subject: [MacPerl-Porters] [PATCH] bsd_glob.c, gv.c fixes for Mac OS
3678              From: Chris Nandor <pudge@pobox.com>
3679              Date: Tue, 17 Apr 2001 00:30:49 -0400
3680              Message-Id: <p05100207b701768712de@[10.0.1.177]>
3681      Branch: perl
3682            ! ext/File/Glob/bsd_glob.c gv.c
3683 ____________________________________________________________________________
3684 [  9719] By: jhi                                   on 2001/04/17  11:32:13
3685         Log: Subject: [PATCH] Tweten->West
3686              From: Casey West <casey@geeknest.com>
3687              Date: Mon, 16 Apr 2001 12:11:22 -0400
3688              Message-ID: <20010416121122.B14554@stupid.geeknest.com>
3689      Branch: perl
3690            ! AUTHORS lib/Class/Struct.pm lib/Shell.pm lib/constant.pm
3691            ! pod/perltie.pod
3692 ____________________________________________________________________________
3693 [  9718] By: jhi                                   on 2001/04/16  03:22:52
3694         Log: Update Changes.
3695      Branch: perl
3696            ! Changes patchlevel.h
3697 ____________________________________________________________________________
3698 [  9717] By: jhi                                   on 2001/04/16  03:06:28
3699         Log: Regen toc.
3700      Branch: perl
3701            ! pod/perltoc.pod
3702 ____________________________________________________________________________
3703 [  9716] By: jhi                                   on 2001/04/16  02:58:42
3704         Log: Subject: [PATCH: perl@9699] updates to apidoc in utf8.c
3705              From: Prymmer/Kahn <pvhp@best.com>
3706              Date: Sun, 15 Apr 2001 20:47:45 -0700 (PDT)
3707              Message-ID: <Pine.BSF.4.21.0104152037470.8946-100000@shell8.ba.best.com>
3708      Branch: perl
3709            ! utf8.c
3710 ____________________________________________________________________________
3711 [  9715] By: jhi                                   on 2001/04/15  23:40:35
3712         Log: Subject: Re: Net::Ping patch, adds stream protocol
3713              From: bronson@rinspin.com (Scott Bronson)
3714              Date: Tue, 10 Apr 2001 23:58:33 -0700
3715              Message-ID: <20010410235833.N29719@rinspin.com>
3716      Branch: perl
3717            ! lib/Net/Ping.pm
3718 ____________________________________________________________________________
3719 [  9714] By: jhi                                   on 2001/04/15  23:31:46
3720         Log: Printing out the ok messages helps successful testing.
3721      Branch: perl
3722            ! t/lib/time-hires.t
3723 ____________________________________________________________________________
3724 [  9713] By: jhi                                   on 2001/04/15  21:43:24
3725         Log: Update Douglas Wegscheid's email.
3726      Branch: perl
3727            ! AUTHORS
3728 ____________________________________________________________________________
3729 [  9712] By: jhi                                   on 2001/04/15  21:40:41
3730         Log: Subject: [PATCH t/lib/exporter.t lib/Exporter/Heavy.pm] Testing Exporter
3731              From: Michael G Schwern <schwern@pobox.com>
3732              Date: Sat, 14 Apr 2001 22:40:50 +0100
3733              Message-ID: <20010414224050.A1872@blackrider.blackstar.co.uk>
3734      Branch: perl
3735            + t/lib/exporter.t
3736            ! MANIFEST lib/Exporter/Heavy.pm
3737 ____________________________________________________________________________
3738 [  9711] By: jhi                                   on 2001/04/15  21:39:21
3739         Log: Subject: [PATCH t/op/loopctl.t] Exit via last, part 1
3740              From: Michael G Schwern <schwern@pobox.com>
3741              Date: Sat, 14 Apr 2001 22:13:59 +0100
3742              Message-ID: <20010414221359.A413@blackrider.blackstar.co.uk>
3743      Branch: perl
3744            ! t/op/loopctl.t
3745 ____________________________________________________________________________
3746 [  9710] By: jhi                                   on 2001/04/15  21:30:19
3747         Log: Subject: [PATCH t/pragma/warnings.t] Doesn't skip RCS files
3748              From: Michael G Schwern <schwern@pobox.com>
3749              Date: Sat, 14 Apr 2001 22:05:32 +0100
3750              Message-ID: <20010414220531.A30178@blackrider.blackstar.co.uk>
3751      Branch: perl
3752            ! t/pragma/warnings.t
3753 ____________________________________________________________________________
3754 [  9709] By: jhi                                   on 2001/04/15  19:34:09
3755         Log: Integrate changes #9706,9707 from maintperl into mainline.
3756              
3757              change#7210 broke .packlist generation
3758              
3759              ExtUtils::Installed doesn't quote regex metacharacters in paths
3760              before using them in match; also make it work for dosish platforms
3761      Branch: perl
3762           !> lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
3763 ____________________________________________________________________________
3764 [  9708] By: jhi                                   on 2001/04/15  19:31:01
3765         Log: Test also the scalar aspect of getitimer().
3766      Branch: perl
3767            ! t/lib/time-hires.t
3768 ____________________________________________________________________________
3769 [  9707] By: gsar                                  on 2001/04/15  17:24:20
3770         Log: ExtUtils::Installed doesn't quote regex metacharacters in paths
3771              before using them in match; also make it work for dosish platforms
3772      Branch: maint-5.6/perl
3773            ! lib/ExtUtils/Installed.pm
3774 ____________________________________________________________________________
3775 [  9706] By: gsar                                  on 2001/04/15  17:21:59
3776         Log: change#7210 broke .packlist generation (listed only filename
3777              rather than fully qualified path name)
3778      Branch: maint-5.6/perl
3779            ! lib/ExtUtils/Install.pm
3780 ____________________________________________________________________________
3781 [  9705] By: jhi                                   on 2001/04/15  12:36:33
3782         Log: Add interval timer (setitimer, getitimer) support to Time::HiRes.
3783      Branch: perl
3784            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.xs
3785            ! t/lib/time-hires.t
3786 ____________________________________________________________________________
3787 [  9704] By: jhi                                   on 2001/04/15  10:49:08
3788         Log: Subject: [PATCH: perl@9622]update perlebcdic.pod with UTF tbl; tweak utf8.pm
3789              From: Prymmer/Kahn <pvhp@best.com>
3790              Date: Sat, 14 Apr 2001 21:36:24 -0700 (PDT)
3791              Message-ID: <Pine.BSF.4.21.0104142127580.27582-100000@shell8.ba.best.com>
3792      Branch: perl
3793            ! lib/utf8.pm pod/perlebcdic.pod
3794 ____________________________________________________________________________
3795 [  9703] By: jhi                                   on 2001/04/15  02:26:26
3796         Log: I keep forgetting to sort MANIFEST.
3797      Branch: perl
3798            ! MANIFEST
3799 ____________________________________________________________________________
3800 [  9702] By: jhi                                   on 2001/04/15  02:07:47
3801         Log: Add Scalar-List-Utils 1.02, from Graham Barr.
3802              Now we have blessed, reftype, tainted, first, reduce, ...
3803      Branch: perl
3804            + ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
3805            + ext/List/Util/README ext/List/Util/Util.xs
3806            + ext/List/Util/lib/List/Util.pm
3807            + ext/List/Util/lib/Scalar/Util.pm t/lib/u-blessed.t
3808            + t/lib/u-dualvar.t t/lib/u-first.t t/lib/u-max.t
3809            + t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
3810            + t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
3811            + t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
3812            ! MANIFEST
3813 ____________________________________________________________________________
3814 [  9701] By: jhi                                   on 2001/04/14  15:05:25
3815         Log: Subject: RE: dprofpp.pl updates 
3816              From: Carl Eklof <CEklof@endeca.com>
3817              Date: Thu, 12 Apr 2001 18:45:46 -0400
3818              Message-ID: <D99914D9109BD411823800508BD957180E1269@exch01.ops.endeca.com>
3819      Branch: perl
3820            ! utils/dprofpp.PL
3821 ____________________________________________________________________________
3822 [  9700] By: jhi                                   on 2001/04/14  14:44:55
3823         Log: Do not just blindly add CR.
3824      Branch: perl
3825            ! Porting/makerel
3826 ____________________________________________________________________________
3827 [  9699] By: jhi                                   on 2001/04/13  13:17:01
3828         Log: Update Changes.
3829      Branch: perl
3830            ! Changes patchlevel.h
3831 ____________________________________________________________________________
3832 [  9698] By: jhi                                   on 2001/04/13  12:44:48
3833         Log: Integrate perlio.
3834      Branch: perl
3835           !> ext/PerlIO/Scalar/Scalar.xs
3836 ____________________________________________________________________________
3837 [  9697] By: jhi                                   on 2001/04/13  12:29:15
3838         Log: Add more debug output to the test.
3839      Branch: perl
3840            ! t/lib/cwd.t
3841 ____________________________________________________________________________
3842 [  9696] By: nick                                  on 2001/04/13  10:14:29
3843         Log: Fix core dump on binmode($fh,'Scalar')
3844      Branch: perlio
3845            ! ext/PerlIO/Scalar/Scalar.xs
3846 ____________________________________________________________________________
3847 [  9695] By: nick                                  on 2001/04/13  09:05:42
3848         Log: Integrate mainline
3849      Branch: perlio
3850           +> ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
3851           +> ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
3852           +> t/lib/time-hires.t
3853           !> AUTHORS MANIFEST Makefile.SH Todo-5.6 configure.com
3854           !> ext/Digest/MD5/MD5.xs ext/File/Glob/Glob.pm
3855           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
3856           !> ext/File/Glob/bsd_glob.h ext/MIME/Base64/Base64.xs
3857           !> hints/uts.sh hints/vmesa.sh lib/Devel/SelfStubber.pm opcode.pl
3858           !> pod/perlfaq5.pod pp.c regexec.c t/comp/proto.t
3859           !> t/lib/md5-file.t t/op/pat.t win32/Makefile win32/makefile.mk
3860 ____________________________________________________________________________
3861 [  9694] By: jhi                                   on 2001/04/12  22:23:35
3862         Log: Integrate change #9693 from maintperl into mainline.
3863              
3864              $VERSION and Version() on the same line provokes a warning from
3865              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
3866      Branch: perl
3867           !> lib/Devel/SelfStubber.pm
3868 ____________________________________________________________________________
3869 [  9693] By: gsar                                  on 2001/04/12  21:55:56
3870         Log: $VERSION and Version() on the same line provokes a warning from
3871              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
3872      Branch: maint-5.6/perl
3873            ! lib/Devel/SelfStubber.pm
3874 ____________________________________________________________________________
3875 [  9692] By: jhi                                   on 2001/04/12  13:54:00
3876         Log: This is at least 5.005.
3877      Branch: perl
3878            ! ext/Time/HiRes/HiRes.xs
3879 ____________________________________________________________________________
3880 [  9691] By: jhi                                   on 2001/04/12  13:37:20
3881         Log: Non-UNIX platforms extensions update.  (Well, UTS is UNIX.)
3882      Branch: perl
3883            ! Makefile.SH configure.com hints/uts.sh hints/vmesa.sh
3884            ! win32/Makefile win32/makefile.mk
3885 ____________________________________________________________________________
3886 [  9690] By: jhi                                   on 2001/04/12  01:34:46
3887         Log: Integrate Time::Hires 1.20 from Douglas E. Wegscheid.
3888      Branch: perl
3889            + ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
3890            + ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
3891            + t/lib/time-hires.t
3892            ! MANIFEST
3893 ____________________________________________________________________________
3894 [  9689] By: jhi                                   on 2001/04/12  00:28:39
3895         Log: Subject: [PATCH] Digest::MD5 on UTF8 strings
3896              From: Gisle Aas <gisle@ActiveState.com>
3897              Date: 11 Apr 2001 16:36:11 -0700
3898              Message-ID: <lrlmp7102c.fsf@caliper.ActiveState.com>
3899      Branch: perl
3900            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
3901 ____________________________________________________________________________
3902 [  9688] By: jhi                                   on 2001/04/12  00:27:39
3903         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
3904              From: Gisle Aas <gisle@ActiveState.com>
3905              Date: 11 Apr 2001 11:13:24 -0700
3906              Message-ID: <lrbsq371a3.fsf@caliper.ActiveState.com>
3907      Branch: perl
3908            ! ext/MIME/Base64/Base64.xs
3909 ____________________________________________________________________________
3910 [  9687] By: jhi                                   on 2001/04/11  19:51:47
3911         Log: Slight update on the Todo list.  (Should integrate to Todo?) 
3912      Branch: perl
3913            ! Todo-5.6
3914 ____________________________________________________________________________
3915 [  9686] By: jhi                                   on 2001/04/11  16:54:25
3916         Log: Subject: [PATCH opcode.pl] Documentation of table format
3917              From: Simon Cozens <simon@netthink.co.uk>
3918              Date: Wed, 11 Apr 2001 12:59:31 +0100
3919              Message-ID: <20010411125931.A25681@netthink.co.uk>
3920      Branch: perl
3921            ! opcode.pl
3922 ____________________________________________________________________________
3923 [  9685] By: jhi                                   on 2001/04/11  16:53:15
3924         Log: Subject: [PATCH] prototype("CORE::recv")
3925              From: Simon Cozens <simon@netthink.co.uk>
3926              Date: Wed, 11 Apr 2001 13:24:35 +0100
3927              Message-ID: <20010411132435.A26169@netthink.co.uk>
3928      Branch: perl
3929            ! pp.c t/comp/proto.t
3930 ____________________________________________________________________________
3931 [  9684] By: jhi                                   on 2001/04/11  16:47:13
3932         Log: FAQ (and AUTHORS) update from Dan Carson: the information
3933              was several years obsolete, Term::Readkey has been updated
3934              to have the functionality.
3935      Branch: perl
3936            ! AUTHORS pod/perlfaq5.pod
3937 ____________________________________________________________________________
3938 [  9683] By: jhi                                   on 2001/04/11  12:15:46
3939         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
3940              From: Calle Dybedahl <calle@lysator.liu.se>
3941              Date: 10 Apr 2001 16:44:16 +0200
3942              Message-ID: <86d7akbyrj.fsf@tezcatlipoca.algonet.se>
3943      Branch: perl
3944            ! ext/MIME/Base64/Base64.xs
3945 ____________________________________________________________________________
3946 [  9682] By: jhi                                   on 2001/04/11  12:12:26
3947         Log: A more minimal fix for 20010410.006 from Hugo.
3948      Branch: perl
3949            ! regexec.c
3950 ____________________________________________________________________________
3951 [  9681] By: jhi                                   on 2001/04/11  11:34:23
3952         Log: Integrate changes #9678,9679 from maintline into mainperl.
3953              
3954              addendum to change#9676
3955              
3956              up $File::Glob::VERSION; add a note pointing out the version of
3957              the OpenBSD glob bsd_glob.c resembles
3958      Branch: perl
3959           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
3960           !> ext/File/Glob/bsd_glob.h
3961 ____________________________________________________________________________
3962 [  9680] By: jhi                                   on 2001/04/11  11:30:38
3963         Log: Bad test numbering in integrate in #9677.
3964              Fixes ID 20010411.001.
3965      Branch: perl
3966            ! t/op/pat.t
3967 ____________________________________________________________________________
3968 [  9679] By: gsar                                  on 2001/04/11  03:38:40
3969         Log: up $File::Glob::VERSION; add a note pointing out the version of
3970              the OpenBSD glob bsd_glob.c resembles
3971      Branch: maint-5.6/perl
3972            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
3973            ! ext/File/Glob/bsd_glob.h
3974 ____________________________________________________________________________
3975 [  9678] By: gsar                                  on 2001/04/11  03:09:48
3976         Log: addendum to change#9676: some missing changes from OpenBSD glob.c
3977              revision 1.8.10.1 found here:
3978              
3979              http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/gen/glob.c
3980      Branch: maint-5.6/perl
3981            ! ext/File/Glob/bsd_glob.c
3982 ____________________________________________________________________________
3983 [  9677] By: jhi                                   on 2001/04/11  02:54:39
3984         Log: Integrate changes #9675,9676 from maintperl into mainline.
3985              
3986              fix for bug 20010410.006, undo change#7115
3987              
3988              port the OpenBSD glob() security patch
3989      Branch: perl
3990           !> ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
3991           !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h regexec.c
3992           !> t/op/pat.t
3993 ____________________________________________________________________________
3994 [  9676] By: gsar                                  on 2001/04/11  02:19:02
3995         Log: port the glob() security patch found at:
3996              
3997              ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/025_glob.patch
3998              
3999              CERT advisory for the issue is here:
4000              
4001              http://www.cert.org/advisories/CA-2001-07.html
4002              
4003              Note that the security scare is only relevant for those who are
4004              foolish enough to build suidperl (which is now officially discouraged)
4005      Branch: maint-5.6/perl
4006            ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
4007            ! ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h
4008 ____________________________________________________________________________
4009 [  9675] By: gsar                                  on 2001/04/10  23:52:11
4010         Log: fix for bug 20010410.006
4011              
4012              undo change#7115 (came into maint-5.6 as change#8156)
4013              
4014              add tests to keep it from coming back
4015      Branch: maint-5.6/perl
4016            ! regexec.c t/op/pat.t
4017 ____________________________________________________________________________
4018 [  9674] By: nick                                  on 2001/04/10  20:39:31
4019         Log: Integrate mainline
4020      Branch: perlio
4021           +> Porting/testall.atom
4022           !> MANIFEST t/lib/lc-all.t t/lib/lc-constants.t
4023           !> t/lib/lc-country.t t/lib/lc-currency.t t/lib/lc-language.t
4024           !> t/lib/lc-uk.t t/pod/find.t
4025 ____________________________________________________________________________
4026 [  9673] By: nick                                  on 2001/04/10  18:46:14
4027         Log: Integrate against change 9670 aka perl-5.7.1
4028      Branch: perlio
4029           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
4030           !> (integrate 53 files)
4031 ____________________________________________________________________________
4032 [  9672] By: jhi                                   on 2001/04/10  13:45:01
4033         Log: Add a script for doing cumulative profile of the test suite.
4034              (Requires ATOM, that is, Tru64.)
4035      Branch: perl
4036            + Porting/testall.atom
4037            ! MANIFEST
4038 ____________________________________________________________________________
4039 [  9671] By: jhi                                   on 2001/04/10  12:38:53
4040         Log: Missing std block.
4041      Branch: perl
4042            ! t/lib/lc-all.t t/lib/lc-constants.t t/lib/lc-country.t
4043            ! t/lib/lc-currency.t t/lib/lc-language.t t/lib/lc-uk.t
4044            ! t/pod/find.t
4045 ____________________________________________________________________________
4046 [  9670] By: jhi                                   on 2001/04/10  01:25:58
4047         Log: This is 5.7.1.
4048      Branch: perl
4049            ! patchlevel.h
4050 ____________________________________________________________________________
4051 [  9669] By: jhi                                   on 2001/04/10  01:09:14
4052         Log: Update Changes.
4053      Branch: perl
4054            ! Changes patchlevel.h
4055 ____________________________________________________________________________
4056 [  9668] By: jhi                                   on 2001/04/10  01:00:38
4057         Log: Regen toc.
4058      Branch: perl
4059            ! pod/perltoc.pod
4060 ____________________________________________________________________________
4061 [  9667] By: jhi                                   on 2001/04/10  00:52:16
4062         Log: Update perlhist.
4063      Branch: perl
4064            ! pod/perlhist.pod
4065 ____________________________________________________________________________
4066 [  9666] By: jhi                                   on 2001/04/09  23:38:59
4067         Log: Slight wording tweaks from Damian to #9658.
4068      Branch: perl
4069            ! pod/perlobj.pod
4070 ____________________________________________________________________________
4071 [  9665] By: jhi                                   on 2001/04/09  19:56:06
4072         Log: Subject: [PATCH perlutil.pod] Nit
4073              From: Simon Cozens <simon@netthink.co.uk>
4074              Date: Mon, 9 Apr 2001 20:29:44 +0100
4075              Message-ID: <20010409202944.A14796@the.earth.li>
4076      Branch: perl
4077            ! pod/perlutil.pod
4078 ____________________________________________________________________________
4079 [  9664] By: jhi                                   on 2001/04/09  19:54:42
4080         Log: Subject: Re: perl571delta.pod@9631
4081              From: Mike Guy <mjtg@cam.ac.uk>
4082              Date: Mon, 09 Apr 2001 18:09:14 +0100
4083              Message-Id: <E14mfAA-0006vi-00@libra.cus.cam.ac.uk>
4084      Branch: perl
4085            ! pod/perl571delta.pod
4086 ____________________________________________________________________________
4087 [  9663] By: jhi                                   on 2001/04/09  13:43:35
4088         Log: Update Changes.
4089      Branch: perl
4090            ! Changes patchlevel.h
4091 ____________________________________________________________________________
4092 [  9662] By: jhi                                   on 2001/04/09  13:24:46
4093         Log: tweak tweak.
4094      Branch: perl
4095            ! AUTHORS pod/perl571delta.pod
4096 ____________________________________________________________________________
4097 [  9661] By: jhi                                   on 2001/04/09  13:15:13
4098         Log: Thinko in manual patch applying.
4099      Branch: perl
4100            ! sv.c
4101 ____________________________________________________________________________
4102 [  9660] By: jhi                                   on 2001/04/09  13:07:53
4103         Log: Subject: Re: [PATCH perl@9424] isn't numeric warning 
4104              From: Robin Barker <rmb1@cise.npl.co.uk> 
4105              Date: Mon, 9 Apr 2001 14:58:04 +0100 (BST)
4106              Message-Id: <200104091358.OAA24811@tempest.npl.co.uk>
4107              
4108              (This corrects the case where the "isn't numeric" string contains \0s
4109              and is longer than the temporary buffer, and contains \0 at the point
4110              the string would be truncated by "...".) 
4111      Branch: perl
4112            ! sv.c
4113 ____________________________________________________________________________
4114 [  9659] By: jhi                                   on 2001/04/09  12:57:41
4115         Log: Upgrade to CGI.pm 2.753, from Lincoln Stein.
4116      Branch: perl
4117            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-esc.t
4118            ! t/lib/cgi-function.t t/lib/cgi-html.t
4119 ____________________________________________________________________________
4120 [  9658] By: jhi                                   on 2001/04/09  12:48:47
4121         Log: Subject: [PATCH] Partial rewrite of perlobj.pod
4122              From: Ilmari Karonen <iltzu@sci.fi>
4123              Date: Sun, 8 Apr 2001 23:14:29 +0300 (EET DST)
4124              Message-ID: <Pine.SOL.3.96.1010408224105.425E-100000@simpukka>
4125              
4126              Rearrange and rewrite the Method Invocation section
4127              to explain the concepts in nicer order.
4128      Branch: perl
4129            ! pod/perlobj.pod
4130 ____________________________________________________________________________
4131 [  9657] By: jhi                                   on 2001/04/09  12:35:58
4132         Log: Upgrade to podlators 1.09, from Russ Allbery.
4133      Branch: perl
4134            ! lib/Pod/Man.pm lib/Pod/Text.pm
4135 ____________________________________________________________________________
4136 [  9656] By: jhi                                   on 2001/04/09  12:31:53
4137         Log: perl571delta.
4138      Branch: perl
4139            ! Todo-5.6 pod/perl571delta.pod pod/perlunicode.pod
4140 ____________________________________________________________________________
4141 [  9655] By: jhi                                   on 2001/04/09  12:20:09
4142         Log: Subject: [PATCH: perl@9622] documentation tweaks for UTF-EBCDIC support
4143              From: Prymmer/Kahn <pvhp@best.com>
4144              Date: Mon, 9 Apr 2001 00:08:58 -0700 (PDT)
4145              Message-ID: <Pine.BSF.4.21.0104090006190.21071-100000@shell8.ba.best.com>
4146      Branch: perl
4147            ! lib/utf8.pm pod/perlunicode.pod
4148 ____________________________________________________________________________
4149 [  9654] By: gsar                                  on 2001/04/09  03:38:33
4150         Log: here lies 5.6.1
4151      Branch: maint-5.6/perl
4152            ! Changes
4153 ____________________________________________________________________________
4154 [  9653] By: jhi                                   on 2001/04/09  03:25:24
4155         Log: Update perlhist.
4156      Branch: perl
4157            ! pod/perlhist.pod
4158 ____________________________________________________________________________
4159 [  9652] By: jhi                                   on 2001/04/09  03:18:49
4160         Log: perl571delta tweaking continues.
4161      Branch: perl
4162            ! pod/perl571delta.pod
4163 ____________________________________________________________________________
4164 [  9651] By: gsar                                  on 2001/04/09  03:11:19
4165         Log: update Changes, patchlevel.h &c.
4166      Branch: maint-5.6/perl
4167            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
4168            ! pod/perltoc.pod
4169 ____________________________________________________________________________
4170 [  9650] By: jhi                                   on 2001/04/09  02:40:24
4171         Log: Integrate the perlfork half of #9513 from maintperl into mainline
4172              (the perlunicode half is obsolete)
4173      Branch: perl
4174            ! pod/perlfork.pod
4175 ____________________________________________________________________________
4176 [  9649] By: gsar                                  on 2001/04/09  02:35:43
4177         Log: tweak perldelta as suggested by Jarkko
4178      Branch: maint-5.6/perl
4179            ! pod/perldelta.pod
4180 ____________________________________________________________________________
4181 [  9648] By: jhi                                   on 2001/04/09  02:13:04
4182         Log: Integrate change #9646 from maintperl into mainline.
4183              
4184              add note about ithreads and Thread.pm
4185      Branch: perl
4186           !> ext/Thread/Thread.pm ext/Thread/Thread.xs
4187 ____________________________________________________________________________
4188 [  9647] By: jhi                                   on 2001/04/09  02:10:18
4189         Log: Bad assumption that shortsize == 2.
4190      Branch: perl
4191            ! t/lib/xs-typemap.t
4192 ____________________________________________________________________________
4193 [  9646] By: gsar                                  on 2001/04/09  00:48:04
4194         Log: add note about ithreads and Thread.pm (too many people are
4195              confused by the fact that Thread.pm is built and installed
4196              under non-5005threads but doesn't work)
4197      Branch: maint-5.6/perl
4198            ! ext/Thread/Thread.pm ext/Thread/Thread.xs
4199 ____________________________________________________________________________
4200 [  9645] By: gsar                                  on 2001/04/09  00:19:03
4201         Log: update perldelta.pod for changes in 5.6.1
4202      Branch: maint-5.6/perl
4203            ! Changes pod/perldelta.pod
4204 ____________________________________________________________________________
4205 [  9644] By: jhi                                   on 2001/04/08  20:37:00
4206         Log: Integrate change #9639 from maintperl into mainline:
4207              on windows, many of the README.* pods were being copied to
4208              the wrong location
4209      Branch: perl
4210           !> win32/Makefile win32/makefile.mk
4211 ____________________________________________________________________________
4212 [  9643] By: jhi                                   on 2001/04/08  20:07:11
4213         Log: Integrate change #9624 from maintperl into mainline:
4214              the pod tests were not okay.  (t/pod/find.t changes ignored)
4215      Branch: perl
4216           !> lib/Pod/Find.pm t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
4217           !> t/pod/include.t t/pod/included.t t/pod/lref.t
4218           !> t/pod/multiline_items.t t/pod/nested_items.t
4219           !> t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
4220           !> t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
4221 ____________________________________________________________________________
4222 [  9642] By: jhi                                   on 2001/04/08  19:57:17
4223         Log: Integrate change #9638 from maintperl into mainline:
4224              update to latest JPL from the anoncvs repository
4225      Branch: perl
4226           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
4227           !> MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
4228           !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
4229 ____________________________________________________________________________
4230 [  9641] By: jhi                                   on 2001/04/08  19:53:30
4231         Log: perl571delta updates.
4232      Branch: perl
4233            ! lib/Filter/Simple.pm pod/perl571delta.pod
4234 ____________________________________________________________________________
4235 [  9640] By: gsar                                  on 2001/04/08  19:20:46
4236         Log: integrate change#9634 from mainline
4237              
4238              Fix the perlmodlib generation (didn't understand separate .pod
4239              files; didn't understand -- as the name-thing separator).
4240              Update the CPAN mirrors list.
4241      Branch: maint-5.6/perl
4242            ! pod/perlmodlib.pod
4243           !> pod/perlmodlib.PL
4244 ____________________________________________________________________________
4245 [  9639] By: gsar                                  on 2001/04/08  18:57:31
4246         Log: on windows, many of the README.* pods were being copied to the wrong
4247              location
4248      Branch: maint-5.6/perl
4249            ! win32/Makefile win32/makefile.mk
4250 ____________________________________________________________________________
4251 [  9638] By: gsar                                  on 2001/04/08  18:38:25
4252         Log: update to latest JPL from the anoncvs repository
4253      Branch: maint-5.6/perl
4254            + jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
4255            ! MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
4256            ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
4257 ____________________________________________________________________________
4258 [  9637] By: jhi                                   on 2001/04/08  17:53:53
4259         Log: Britishify spellings; s/\b(front|back) (end)\b/\1\2/g;
4260      Branch: perl
4261            ! pod/perl571delta.pod
4262 ____________________________________________________________________________
4263 [  9636] By: jhi                                   on 2001/04/08  17:18:32
4264         Log: Regen toc.
4265      Branch: perl
4266            ! pod/perltoc.pod
4267 ____________________________________________________________________________
4268 [  9635] By: jhi                                   on 2001/04/08  17:16:33
4269         Log: Subject: [PATCH perl@9622] fix IO.xs compile failure on VMS
4270              From: "Craig A. Berry" <craigberry@mac.com>
4271              Date: Sun, 08 Apr 2001 12:30:16 -0500
4272              Message-Id: <5.0.2.1.0.20010408120154.02675eb8@exchi01>
4273      Branch: perl
4274            ! ext/IO/IO.xs lib/ExtUtils/xsubpp
4275 ____________________________________________________________________________
4276 [  9634] By: jhi                                   on 2001/04/08  17:09:19
4277         Log: Fix the perlmodlib generation (didn't understand separate .pod
4278              files; didn't understand -- as the name-thing separator).
4279              
4280              Update the CPAN mirrors list.
4281      Branch: perl
4282            ! pod/perlmodlib.PL pod/perlmodlib.pod
4283 ____________________________________________________________________________
4284 [  9633] By: jhi                                   on 2001/04/08  16:49:17
4285         Log: Sort MANIFEST.
4286      Branch: perl
4287            ! MANIFEST
4288 ____________________________________________________________________________
4289 [  9632] By: gsar                                  on 2001/04/08  16:36:06
4290         Log: add $Tie::RefHash::VERSION
4291      Branch: maint-5.6/perl
4292            ! lib/Tie/RefHash.pm
4293 ____________________________________________________________________________
4294 [  9631] By: jhi                                   on 2001/04/08  16:10:15
4295         Log: perl571delta updates based on p5p feedback; still needs
4296              lots of examples.
4297      Branch: perl
4298            ! pod/perl571delta.pod
4299 ____________________________________________________________________________
4300 [  9630] By: jhi                                   on 2001/04/08  15:59:13
4301         Log: Update the list of supported platforms to talk about 5.7.1
4302              (and 5.6.1)
4303      Branch: perl
4304            ! pod/perlport.pod
4305 ____________________________________________________________________________
4306 [  9629] By: jhi                                   on 2001/04/08  15:55:41
4307         Log: Integrate changes #8677,8680,8681,8725,8732,8776,8782,9290
4308              from maintperl into mainline: perlport updates.
4309      Branch: perl
4310            ! pod/perlport.pod
4311 ____________________________________________________________________________
4312 [  9628] By: jhi                                   on 2001/04/08  15:53:17
4313         Log: perlsolaris.pod copied to wrong directory.
4314      Branch: perl
4315            ! win32/makefile.mk
4316 ____________________________________________________________________________
4317 [  9627] By: jhi                                   on 2001/04/08  14:48:18
4318         Log: Subject: Typos in perl571delta.pod
4319              From: "Stephen P. Potter" <spp@spotter.yi.org>
4320              Date: Sat, 07 Apr 2001 20:37:05 -0400
4321              Message-Id: <20010408003710.2A8FC729DD@belgarath.spotter.yi.org>
4322      Branch: perl
4323            ! pod/perl571delta.pod
4324 ____________________________________________________________________________
4325 [  9626] By: jhi                                   on 2001/04/08  14:39:04
4326         Log: Smoke out dTHR, spotted by by Stephen P. Potter.
4327      Branch: perl
4328            ! gv.c
4329 ____________________________________________________________________________
4330 [  9625] By: nick                                  on 2001/04/08  10:14:23
4331         Log: Integrate mainline
4332      Branch: perlio
4333           +> pod/perl570delta.pod pod/perl571delta.pod
4334           !> (integrate 27 files)
4335 ____________________________________________________________________________
4336 [  9624] By: gsar                                  on 2001/04/08  06:08:17
4337         Log: test in t/pod/* were busted
4338              
4339              these tests are still not enabled in t/{harness,TEST}
4340      Branch: maint-5.6/perl
4341            ! lib/Pod/Find.pm t/pod/emptycmd.t t/pod/find.t t/pod/for.t
4342            ! t/pod/headings.t t/pod/include.t t/pod/included.t t/pod/lref.t
4343            ! t/pod/multiline_items.t t/pod/nested_items.t
4344            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
4345            ! t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
4346 ____________________________________________________________________________
4347 [  9623] By: gsar                                  on 2001/04/08  03:37:01
4348         Log: integrate change#9470 from mainline
4349              
4350              Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
4351      Branch: maint-5.6/perl
4352           !> ext/Socket/Socket.xs
4353 ____________________________________________________________________________
4354 [  9622] By: jhi                                   on 2001/04/07  22:40:47
4355         Log: Update Changes.
4356      Branch: perl
4357            ! Changes patchlevel.h
4358 ____________________________________________________________________________
4359 [  9621] By: jhi                                   on 2001/04/07  22:34:16
4360         Log: Update AUTHORS.
4361      Branch: perl
4362            ! AUTHORS
4363 ____________________________________________________________________________
4364 [  9620] By: jhi                                   on 2001/04/07  22:12:47
4365         Log: Forgot to bump the number of tests in #9164.
4366      Branch: perl
4367            ! t/op/array.t
4368 ____________________________________________________________________________
4369 [  9619] By: jhi                                   on 2001/04/07  22:09:50
4370         Log: Bump patchlevel to 5.7.1.
4371      Branch: perl
4372            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4373            ! config_h.SH patchlevel.h
4374 ____________________________________________________________________________
4375 [  9618] By: jhi                                   on 2001/04/07  22:02:41
4376         Log: Populate perl571delta.
4377      Branch: perl
4378            ! pod/perl571delta.pod
4379 ____________________________________________________________________________
4380 [  9617] By: jhi                                   on 2001/04/07  22:01:23
4381         Log: Change 5.7.0 to 5.7.1 in some of the places I would be guaranteed
4382              to forget it later; do not change patchlevel.h yet or regenerate
4383              Configure yet.
4384      Branch: perl
4385            ! epoc/config.sh win32/Makefile win32/config_H.bc
4386            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
4387 ____________________________________________________________________________
4388 [  9616] By: jhi                                   on 2001/04/07  17:46:33
4389         Log: Add PerlIO and Encode information to perl571delta, fron NI-S.
4390      Branch: perl
4391            ! pod/perl571delta.pod
4392 ____________________________________________________________________________
4393 [  9615] By: jhi                                   on 2001/04/07  17:33:21
4394         Log: Change the toc configuration.
4395      Branch: perl
4396            ! pod/buildtoc.PL pod/perl.pod
4397 ____________________________________________________________________________
4398 [  9614] By: jhi                                   on 2001/04/07  17:29:47
4399         Log: Subject: PATCH: $[
4400              From: Robin Houston <robin@kitsite.com>
4401              Date: Fri, 6 Apr 2001 18:10:14 +0100
4402              Message-ID: <20010406181014.A18803@puffinry.freeserve.co.uk>
4403      Branch: perl
4404            ! op.c t/op/array.t
4405 ____________________________________________________________________________
4406 [  9613] By: jhi                                   on 2001/04/07  17:28:26
4407         Log: Subject: [PATCH perl@9424] isn't numeric warning
4408              From: Robin Barker <rmb1@cise.npl.co.uk>
4409              Date: Fri, 6 Apr 2001 18:08:52 +0100 (BST)
4410              Message-Id: <200104061708.SAA06783@tempest.npl.co.uk>
4411      Branch: perl
4412            ! sv.c t/pragma/warn/sv
4413 ____________________________________________________________________________
4414 [  9612] By: jhi                                   on 2001/04/07  17:26:45
4415         Log: Subject: [PATCH bleadperl] Re: [PATCH dump.c] hash quality
4416              From: Mike Guy <mjtg@cam.ac.uk>
4417              Date: Fri, 06 Apr 2001 12:47:06 +0100
4418              Message-Id: <E14lUhm-0000rx-00@libra.cus.cam.ac.uk>
4419      Branch: perl
4420            ! dump.c t/lib/peek.t
4421 ____________________________________________________________________________
4422 [  9611] By: jhi                                   on 2001/04/07  17:21:35
4423         Log: Create perl571delta and seed it off with the perldelta changes
4424              since 5.7.0; remove those changes from perldelta and rename it
4425              as perl570delta; recreate perldelta but leave it almost empty.
4426      Branch: perl
4427            + pod/perl570delta.pod pod/perl571delta.pod
4428            ! MANIFEST pod/perldelta.pod
4429 ____________________________________________________________________________
4430 [  9610] By: jhi                                   on 2001/04/07  16:56:32
4431         Log: Denit.
4432      Branch: perl
4433            ! pod/perldelta.pod
4434 ____________________________________________________________________________
4435 [  9609] By: jhi                                   on 2001/04/07  16:38:32
4436         Log: Retract #9523: needs more thought.
4437      Branch: perl
4438            ! Makefile.SH
4439 ____________________________________________________________________________
4440 [  9608] By: jhi                                   on 2001/04/07  14:59:20
4441         Log: atmark() code cleanaup.
4442      Branch: perl
4443            ! ext/IO/IO.xs
4444 ____________________________________________________________________________
4445 [  9607] By: jhi                                   on 2001/04/07  14:48:14
4446         Log: Integrate change #9605 from maintperl into mainline.
4447              
4448              can't optimize away scope entry if tr/// is present
4449      Branch: perl
4450           !> op.c t/op/tr.t
4451 ____________________________________________________________________________
4452 [  9606] By: jhi                                   on 2001/04/07  14:43:59
4453         Log: Integrate perlio.
4454      Branch: perl
4455           +> win32/FindExt.pm
4456           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c t/lib/md5-file.t
4457           !> win32/buildext.pl win32/config_sh.PL win32/makefile.mk
4458 ____________________________________________________________________________
4459 [  9605] By: gsar                                  on 2001/04/07  11:52:40
4460         Log: can't optimize away scope entry if tr/// is present
4461      Branch: maint-5.6/perl
4462            ! op.c t/op/tr.t
4463 ____________________________________________________________________________
4464 [  9604] By: nick                                  on 2001/04/07  11:39:45
4465         Log: Split out extension finding code from buildext.pl into FindExt.pm
4466              Use it to get Config.pm's idea of available extensions in line
4467              with what is built.
4468      Branch: perlio
4469            + win32/FindExt.pm
4470            ! MANIFEST win32/buildext.pl win32/config_sh.PL
4471            ! win32/makefile.mk
4472 ____________________________________________________________________________
4473 [  9603] By: nick                                  on 2001/04/07  09:11:38
4474         Log: Cleanup correction for failed :Via() layer, also set an error code.
4475      Branch: perlio
4476            ! ext/PerlIO/Via/Via.xs
4477 ____________________________________________________________________________
4478 [  9602] By: nick                                  on 2001/04/07  08:38:04
4479         Log: Digests in lib/md5-file.t are for text files _without_ CRLF i.e. UNIX
4480              style. So don't use binmode() on the handles so that Win32 etc. see
4481              same sequence and produce same digests.
4482      Branch: perlio
4483            ! t/lib/md5-file.t
4484 ____________________________________________________________________________
4485 [  9601] By: nick                                  on 2001/04/07  08:36:26
4486         Log: Allow PerlIOBase_pushed to ignore prefix on mode (e.g. sysopen's "#r")
4487              Else it complains and so crlf layer (say) does not get pushed.
4488      Branch: perlio
4489            ! perlio.c
4490 ____________________________________________________________________________
4491 [  9600] By: jhi                                   on 2001/04/06  23:00:09
4492         Log: Integrate change #9599 from perlio into mainline.
4493      Branch: perl
4494           !> ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
4495           !> win32/config_H.vc
4496 ____________________________________________________________________________
4497 [  9599] By: nick                                  on 2001/04/06  21:42:43
4498         Log: Quote $VERSION in Encode.pm.
4499              regen_config_h as requested.
4500      Branch: perlio
4501            ! ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
4502            ! win32/config_H.vc
4503 ____________________________________________________________________________
4504 [  9598] By: nick                                  on 2001/04/06  20:34:59
4505         Log: Integrate mainline
4506      Branch: perlio
4507           +> README.macos
4508           !> (integrate 39 files)
4509 ____________________________________________________________________________
4510 [  9597] By: gsar                                  on 2001/04/06  18:06:35
4511         Log: integrate change#9464 from mainline (addendum to change#8313)
4512              
4513              Subject: [PATCH @9452] Better peep()ing for foreach() loops
4514      Branch: maint-5.6/perl
4515           !> op.c
4516 ____________________________________________________________________________
4517 [  9596] By: jhi                                   on 2001/04/06  17:26:03
4518         Log: The d_casti32=undef is good for you even when not use64bitall.
4519      Branch: perl
4520            ! hints/hpux.sh
4521 ____________________________________________________________________________
4522 [  9595] By: gsar                                  on 2001/04/06  14:57:17
4523         Log: add a low-impact fix to accomodate darwin-ism
4524      Branch: maint-5.6/perl
4525            ! ext/Errno/Errno_pm.PL
4526 ____________________________________________________________________________
4527 [  9594] By: jhi                                   on 2001/04/06  14:55:14
4528         Log: Integrate changes #9528,9593 from mainline into maintperl;
4529              tweaking the editor/IDE/shell list.
4530      Branch: maint-5.6/perl
4531           !> pod/perlfaq3.pod
4532 ____________________________________________________________________________
4533 [  9593] By: jhi                                   on 2001/04/06  14:51:39
4534         Log: Make the editor/IDE/shell list a little bit airier.
4535      Branch: perl
4536            ! pod/perlfaq3.pod
4537 ____________________________________________________________________________
4538 [  9592] By: gsar                                  on 2001/04/06  14:45:18
4539         Log: integrate change#9477 from mainline (base.pm doc tweak)
4540              
4541              missing doc entry for fmod()
4542      Branch: maint-5.6/perl
4543            ! lib/Math/BigFloat.pm
4544           !> lib/base.pm
4545 ____________________________________________________________________________
4546 [  9591] By: jhi                                   on 2001/04/06  13:55:48
4547         Log: Regen toc.
4548      Branch: perl
4549            ! pod/perltoc.pod
4550 ____________________________________________________________________________
4551 [  9590] By: jhi                                   on 2001/04/06  13:54:52
4552         Log: Math::BigFloat patches from John Peacock.  The equivalent
4553              of #9586 from maintperl but reworked by John to work with
4554              the bleadperl.
4555      Branch: perl
4556            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
4557 ____________________________________________________________________________
4558 [  9589] By: jhi                                   on 2001/04/06  13:42:23
4559         Log: Define the U32_ALIGNMENT_REQUIRED only if it's not already defined.
4560      Branch: perl
4561            ! ext/Digest/MD5/Makefile.PL
4562 ____________________________________________________________________________
4563 [  9588] By: jhi                                   on 2001/04/06  13:31:45
4564         Log: Integrate changes #9584,9587 from maintperl into mainline.
4565              
4566              keep eval"" CVs alive until the end of the statement in which
4567              they're called
4568              
4569              add README.macos (from Chris Nandor)
4570              
4571              tyop in change#9555
4572      Branch: perl
4573           +> README.macos
4574           !> MANIFEST embed.h embed.pl global.sym objXSUB.h perlapi.c
4575           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod pod/perlguts.pod
4576           !> pp_ctl.c proto.h scope.c scope.h sv.c win32/Makefile
4577           !> win32/makefile.mk
4578 ____________________________________________________________________________
4579 [  9587] By: gsar                                  on 2001/04/06  07:31:30
4580         Log: add README.macos (from Chris Nandor)
4581              
4582              tyop in change#9555
4583      Branch: maint-5.6/perl
4584            + README.macos
4585            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod
4586            ! win32/Makefile win32/makefile.mk
4587 ____________________________________________________________________________
4588 [  9586] By: gsar                                  on 2001/04/06  07:08:54
4589         Log: fixes for Math::BigFloat bugs; add fmod() (from John Peacock)
4590      Branch: maint-5.6/perl
4591            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
4592 ____________________________________________________________________________
4593 [  9585] By: gsar                                  on 2001/04/06  06:58:44
4594         Log: integrate changes#9555,9556,9563..9567,9570..9575,9577..9578
4595              from mainline
4596              
4597              Subject: [PATCH] Base64 update to perlfaq9.pod
4598              
4599              Subject: [PATCH AUTHORS] Housekeeping
4600              
4601              Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
4602              Mac OS X (Darwin) has extra pwent fields.
4603              
4604              Subject: [PATCH B::*] print control-character vars readably
4605              Needs EBCDICification.
4606              
4607              Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
4608              
4609              Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
4610              
4611              Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
4612              
4613              Subject: [PATCH B::Deparse] binmode is no longer an UNOP
4614              
4615              Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
4616              
4617              Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
4618              
4619              Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
4620              
4621              Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
4622              
4623              FreeBSD hints tweak from Anton Berezin.
4624              
4625              Subject: [PATCH foolperl & bleadperl] README.vms update
4626              
4627              Subject: Re: [PATCH foolperl & bleadperl] README.vms update
4628      Branch: maint-5.6/perl
4629           !> AUTHORS README.vms ext/B/B.pm ext/B/B/Concise.pm
4630           !> ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
4631           !> hints/freebsd.sh pod/perlfaq9.pod pp.c t/op/oct.t t/op/pwent.t
4632 ____________________________________________________________________________
4633 [  9584] By: gsar                                  on 2001/04/06  04:09:00
4634         Log: keep eval"" CVs alive until the end of the statement in which
4635              they're called; this avoids a coredump ensuing from search for
4636              lexicals in code such as:
4637              
4638              sub bug {
4639              my $s = @_;
4640              eval q[sub { eval 'sub { &$s }' }];
4641              }
4642              bug("x")->()->();
4643              
4644              this code still doesn't work as intended (as it has remained
4645              since time immemorial), but it doesn't provoke a coredump anymore
4646      Branch: maint-5.6/perl
4647            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
4648            ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h sv.c
4649 ____________________________________________________________________________
4650 [  9583] By: jhi                                   on 2001/04/05  23:52:51
4651         Log: Update Changes.
4652      Branch: perl
4653            ! Changes patchlevel.h
4654 ____________________________________________________________________________
4655 [  9582] By: jhi                                   on 2001/04/05  23:11:23
4656         Log: Slight doc tweak.
4657      Branch: perl
4658            ! pod/perlunicode.pod
4659 ____________________________________________________________________________
4660 [  9581] By: jhi                                   on 2001/04/05  23:04:11
4661         Log: Integrate perlio.
4662      Branch: perl
4663           !> pod/perlunicode.pod
4664 ____________________________________________________________________________
4665 [  9580] By: jhi                                   on 2001/04/05  23:03:29
4666         Log: Test for #9579.
4667      Branch: perl
4668            ! t/op/do.t
4669 ____________________________________________________________________________
4670 [  9579] By: jhi                                   on 2001/04/05  22:54:17
4671         Log: Subject: [PATCH] Propagate calling context for do '...'
4672              From: Gisle Aas <gisle@ActiveState.com>
4673              Date: 04 Apr 2001 20:17:29 -0700
4674              Message-ID: <lrg0fo827q.fsf@caliper.ActiveState.com>
4675      Branch: perl
4676            ! pod/perlfunc.pod pp_ctl.c
4677 ____________________________________________________________________________
4678 [  9578] By: jhi                                   on 2001/04/05  22:52:51
4679         Log: Subject: Re: [PATCH foolperl & bleadperl] README.vms update
4680              From: Peter Prymmer <pvhp@forte.com>
4681              Date: Thu, 5 Apr 2001 12:00:04 -0700 (PDT)
4682              Message-ID: <Pine.OSF.4.10.10104051156340.518291-100000@aspara.forte.com>
4683      Branch: perl
4684            ! README.vms
4685 ____________________________________________________________________________
4686 [  9577] By: jhi                                   on 2001/04/05  22:48:22
4687         Log: Subject: [PATCH foolperl & bleadperl] README.vms update
4688              From: "Craig A. Berry" <craigberry@mac.com>
4689              Date: Thu, 5 Apr 2001 13:43:28 -0500
4690              Message-Id: <p04330101b6f269936918@[172.16.52.1]>
4691      Branch: perl
4692            ! README.vms
4693 ____________________________________________________________________________
4694 [  9576] By: jhi                                   on 2001/04/05  22:31:38
4695         Log: Subject: [PATCH lib/base.pm t/lib/base.t] Fix subtle $VERSION mistakes with base.pm
4696              From: Michael G Schwern <schwern@pobox.com>
4697              Date: Thu, 5 Apr 2001 21:53:21 +0100
4698              Message-ID: <20010405215321.A4828@blackrider.blackstar.co.uk>
4699      Branch: perl
4700            ! lib/base.pm t/lib/fields.t
4701 ____________________________________________________________________________
4702 [  9575] By: jhi                                   on 2001/04/05  22:26:10
4703         Log: FreeBSD hints tweak from Anton Berezin.
4704      Branch: perl
4705            ! hints/freebsd.sh
4706 ____________________________________________________________________________
4707 [  9574] By: jhi                                   on 2001/04/05  22:24:03
4708         Log: Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
4709              From: David Dyck <dcd@tc.fluke.com>
4710              Date: Thu, 5 Apr 2001 09:40:58 -0700 (PDT)
4711              Message-ID: <Pine.LNX.4.30.0104050838330.30478-100000@dd.tc.fluke.com>
4712      Branch: perl
4713            ! t/op/oct.t
4714 ____________________________________________________________________________
4715 [  9573] By: jhi                                   on 2001/04/05  22:23:06
4716         Log: Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
4717              Date: Wed, 4 Apr 2001 13:27:15 -0700 (PDT)
4718              From: David Dyck <dcd@tc.fluke.com>
4719              Message-ID: <Pine.LNX.4.30.0104041325310.25358-100000@dd.tc.fluke.com>
4720      Branch: perl
4721            ! pp.c
4722 ____________________________________________________________________________
4723 [  9572] By: jhi                                   on 2001/04/05  22:14:47
4724         Log: Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
4725              From: Robin Houston <robin@kitsite.com>
4726              Date: Thu, 5 Apr 2001 20:56:48 +0100
4727              Message-ID: <20010405205648.A16814@puffinry.freeserve.co.uk>
4728      Branch: perl
4729            ! ext/B/B/Deparse.pm
4730 ____________________________________________________________________________
4731 [  9571] By: jhi                                   on 2001/04/05  22:12:53
4732         Log: Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
4733              From: Robin Houston <robin@kitsite.com>
4734              Date: Thu, 5 Apr 2001 19:55:51 +0100
4735              Message-ID: <20010405195551.A16686@puffinry.freeserve.co.uk>
4736      Branch: perl
4737            ! ext/B/B/Deparse.pm
4738 ____________________________________________________________________________
4739 [  9570] By: jhi                                   on 2001/04/05  22:11:06
4740         Log: Subject: [PATCH B::Deparse] binmode is no longer an UNOP
4741              From: Robin Houston <robin@kitsite.com>
4742              Date: Thu, 5 Apr 2001 20:16:29 +0100
4743              Message-ID: <20010405201629.A16763@puffinry.freeserve.co.uk>
4744      Branch: perl
4745            ! ext/B/B/Deparse.pm
4746 ____________________________________________________________________________
4747 [  9569] By: nick                                  on 2001/04/05  21:32:26
4748         Log: Change sense from "incomplete" to "implemented but needs more work" in perlunicode.pod
4749      Branch: perlio
4750            ! pod/perlunicode.pod
4751 ____________________________________________________________________________
4752 [  9568] By: nick                                  on 2001/04/05  19:38:09
4753         Log: Integrate mainline
4754      Branch: perlio
4755           +> lib/Class/ISA.pm t/lib/class-isa.t t/lib/md5-align.t
4756           !> (integrate 35 files)
4757 ____________________________________________________________________________
4758 [  9567] By: jhi                                   on 2001/04/05  18:31:45
4759         Log: Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
4760              From: Robin Houston <robin@kitsite.com>
4761              Date: Thu, 5 Apr 2001 18:03:23 +0100
4762              Message-ID: <20010405180323.A16388@puffinry.freeserve.co.uk>
4763      Branch: perl
4764            ! ext/B/B/Deparse.pm
4765 ____________________________________________________________________________
4766 [  9566] By: jhi                                   on 2001/04/05  18:29:35
4767         Log: Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
4768              From: Robin Houston <robin@kitsite.com>
4769              Date: Thu, 5 Apr 2001 16:45:18 +0100
4770              Message-ID: <20010405164517.B16037@puffinry.freeserve.co.uk>
4771      Branch: perl
4772            ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
4773 ____________________________________________________________________________
4774 [  9565] By: jhi                                   on 2001/04/05  18:24:23
4775         Log: Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
4776              From: Robin Houston <robin@kitsite.com>
4777              Date: Thu, 5 Apr 2001 14:50:09 +0100
4778              Message-ID: <20010405145009.A15916@puffinry.freeserve.co.uk>
4779      Branch: perl
4780            ! ext/B/B/Deparse.pm
4781 ____________________________________________________________________________
4782 [  9564] By: jhi                                   on 2001/04/05  18:23:03
4783         Log: Subject: [PATCH B::*] print control-character vars readably
4784              From: Robin Houston <robin@kitsite.com>
4785              Date: Thu, 5 Apr 2001 14:27:38 +0100
4786              Message-ID: <20010405142738.A15855@puffinry.freeserve.co.uk>
4787              
4788              Needs EBCDICification.
4789      Branch: perl
4790            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Debug.pm
4791            ! ext/B/B/Terse.pm
4792 ____________________________________________________________________________
4793 [  9563] By: jhi                                   on 2001/04/05  18:20:32
4794         Log: Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
4795              Date: Thu, 5 Apr 2001 13:21:42 -0400
4796              From: Paul Schinder <schinder@pobox.com>
4797              Message-Id: <p05100900b6f25159e767@[10.0.1.52]>
4798              
4799              Mac OS X (Darwin) has extra pwent fields.
4800      Branch: perl
4801            ! t/op/pwent.t
4802 ____________________________________________________________________________
4803 [  9562] By: jhi                                   on 2001/04/05  17:57:51
4804         Log: Regen toc.
4805      Branch: perl
4806            ! pod/perltoc.pod
4807 ____________________________________________________________________________
4808 [  9561] By: jhi                                   on 2001/04/05  17:47:33
4809         Log: Metaconfig units changes for #9560, plus regen Glossary.patch.
4810      Branch: metaconfig
4811            ! U/Glossary.patch
4812      Branch: metaconfig/U/perl
4813            + d_u32align.U
4814            ! d_cmsghdr_s.U d_msghdr_s.U
4815 ____________________________________________________________________________
4816 [  9560] By: jhi                                   on 2001/04/05  17:47:01
4817         Log: Introduce d_u32align / U32_REQUIRES_ALIGNMENT, needed for
4818              ext/Digest/MD5/Makefile.PL and t/lib/md5-align.t.
4819              Introduce probes for struct msghdr, struct cmsghdr,
4820              sendmsg, recvmsg, readv, writev, setitimer, getitimer,
4821              ualarm, usleep, for possible later extension work.
4822      Branch: perl
4823            + t/lib/md5-align.t
4824            ! Configure MANIFEST Porting/Glossary Porting/config.sh
4825            ! Porting/config_H config_h.SH configure.com epoc/config.sh
4826            ! ext/Digest/MD5/Makefile.PL perl.h uconfig.h uconfig.sh
4827            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
4828            ! vos/config.ga.h win32/config.bc win32/config.gc
4829            ! win32/config.vc
4830 ____________________________________________________________________________
4831 [  9559] By: jhi                                   on 2001/04/05  13:03:04
4832         Log: Be traditional in your cpp (for the Errno extension).
4833      Branch: perl
4834            ! hints/darwin.sh
4835 ____________________________________________________________________________
4836 [  9558] By: jhi                                   on 2001/04/05  13:00:05
4837         Log: Add $Config{cppflags} to the gcc incantation.
4838      Branch: perl
4839            ! ext/Errno/Errno_pm.PL
4840 ____________________________________________________________________________
4841 [  9557] By: jhi                                   on 2001/04/05  04:22:39
4842         Log: Introduce Sean Burke's Class::ISA 0.32.
4843      Branch: perl
4844            + lib/Class/ISA.pm t/lib/class-isa.t
4845            ! MANIFEST
4846 ____________________________________________________________________________
4847 [  9556] By: jhi                                   on 2001/04/05  04:09:50
4848         Log: Subject: [PATCH AUTHORS] Housekeeping
4849              From: Paul Johnson <paul@pjcj.net> 
4850              Date: Wed, 4 Apr 2001 22:45:47 +0200
4851              Message-ID: <20010404224547.D9548@pjcj.net>
4852      Branch: perl
4853            ! AUTHORS
4854 ____________________________________________________________________________
4855 [  9555] By: jhi                                   on 2001/04/05  04:06:33
4856         Log: Subject: [PATCH] Base64 update to perlfaq9.pod
4857              From: Gisle Aas <gisle@ActiveState.com>
4858              Date: 04 Apr 2001 14:23:04 -0700
4859              Message-ID: <lrlmpg9x6v.fsf@caliper.ActiveState.com>
4860      Branch: perl
4861            ! pod/perlfaq9.pod
4862 ____________________________________________________________________________
4863 [  9554] By: jhi                                   on 2001/04/05  04:05:49
4864         Log: Downgrade also the "Wide character" diagnostic.
4865      Branch: perl
4866            ! pod/perldiag.pod
4867 ____________________________________________________________________________
4868 [  9553] By: jhi                                   on 2001/04/05  04:00:33
4869         Log: Integrate changes #9544,9547,9549(perlio),9550,9551 from
4870              maintperl into mainline.
4871              
4872              "double" should be "NV"; standard typemap is missing entry
4873              for NV
4874              
4875              s/djSP/dSP/
4876              
4877              Downgrade "Wide character in print" to a warning.
4878              
4879              B::Deparse fix for ${^FOO} and documentation for PVX() method
4880              (from Robin Houston)
4881              
4882              tr/// doesn't null-terminate the result in some situations
4883              (from Gisle Aas)
4884      Branch: perl
4885           !> doio.c doop.c ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
4886           !> ext/B/B/Deparse.pm ext/Thread/Thread.xs lib/ExtUtils/typemap
4887           !> t/io/utf8.t t/op/tr.t
4888 ____________________________________________________________________________
4889 [  9552] By: jhi                                   on 2001/04/05  03:52:50
4890         Log: Retract changes #9542 and #9538 (from maintperl, integrated
4891              at #9540), shouldn't be needed because of the perlio changes.
4892      Branch: perl
4893            ! util.c
4894 ____________________________________________________________________________
4895 [  9551] By: gsar                                  on 2001/04/05  00:18:34
4896         Log: tr/// doesn't null-terminate the result in some situations
4897              (from Gisle Aas)
4898      Branch: maint-5.6/perl
4899            ! doop.c t/op/tr.t
4900 ____________________________________________________________________________
4901 [  9550] By: gsar                                  on 2001/04/04  20:04:17
4902         Log: B::Deparse fix for ${^FOO} and documentation for PVX() method
4903              (from Robin Houston)
4904      Branch: maint-5.6/perl
4905            ! ext/B/B.pm ext/B/B/Deparse.pm
4906 ____________________________________________________________________________
4907 [  9549] By: nick                                  on 2001/04/04  18:56:15
4908         Log: Downgrade "Wide character in print" to a warning.
4909      Branch: perlio
4910            ! doio.c t/io/utf8.t
4911 ____________________________________________________________________________
4912 [  9548] By: gsar                                  on 2001/04/04  18:51:49
4913         Log: integrate changes#9460,9462,9482,9521,9522
4914              
4915              Subject: PATCH: B::Debug should show LOOP-specific fields
4916              
4917              Subject: B::Deparse precedence bug. (Patch included.)
4918              
4919              Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
4920              
4921              Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
4922              
4923              Subject: [PATCH B::Concise] padname values may have bogus SvCUR
4924      Branch: maint-5.6/perl
4925           !> ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Debug.pm
4926           !> ext/B/B/Deparse.pm ext/B/B/Showlex.pm
4927 ____________________________________________________________________________
4928 [  9547] By: gsar                                  on 2001/04/04  18:49:16
4929         Log: s/djSP/dSP/
4930      Branch: maint-5.6/perl
4931            ! ext/Thread/Thread.xs
4932 ____________________________________________________________________________
4933 [  9546] By: nick                                  on 2001/04/04  18:44:00
4934         Log: Integrate mainline.
4935      Branch: perlio
4936           !> Makefile.SH embed.pl ext/File/Glob/Glob.pm jpl/JNI/JNI.pm op.c
4937           !> os2/OS2/Process/Process.pm perl.c pod/perlapi.pod util.c
4938 ____________________________________________________________________________
4939 [  9545] By: gsar                                  on 2001/04/04  18:38:52
4940         Log: integrate change#8837 from mainline
4941              
4942              Subject: [patch] -Wall cleanup round 2
4943      Branch: maint-5.6/perl
4944           !> ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
4945           !> ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
4946           !> ext/File/Glob/Glob.xs ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs
4947           !> ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
4948           !> ext/SDBM_File/SDBM_File.xs
4949 ____________________________________________________________________________
4950 [  9544] By: gsar                                  on 2001/04/04  17:49:57
4951         Log: "double" should be "NV"; standard typemap is missing entry
4952              for NV
4953      Branch: maint-5.6/perl
4954            ! ext/B/B.xs ext/B/B/C.pm lib/ExtUtils/typemap
4955 ____________________________________________________________________________
4956 [  9543] By: jhi                                   on 2001/04/04  14:13:18
4957         Log: Thou shalt not (just) match for English error messages.
4958      Branch: perl
4959            ! ext/File/Glob/Glob.pm jpl/JNI/JNI.pm
4960            ! os2/OS2/Process/Process.pm
4961 ____________________________________________________________________________
4962 [  9542] By: jhi                                   on 2001/04/04  13:20:39
4963         Log: Make the stdio tricks of fflush_all() to exist only if
4964              stdio is being used.
4965      Branch: perl
4966            ! util.c
4967 ____________________________________________________________________________
4968 [  9541] By: jhi                                   on 2001/04/04  04:20:24
4969         Log: Subject: Re: [PATCH] Lighten up glob
4970              From: Benjamin Sugars <bsugars@canoe.ca>
4971              Date: Tue, 3 Apr 2001 17:03:48 -0400 (EDT)
4972              Message-ID: <Pine.LNX.4.21.0104031700340.2143-100000@marmot.rim.canoe.ca>
4973      Branch: perl
4974            ! embed.pl ext/File/Glob/Glob.pm op.c perl.c pod/perlapi.pod
4975            ! util.c
4976 ____________________________________________________________________________
4977 [  9540] By: jhi                                   on 2001/04/04  04:03:57
4978         Log: Integrate changes #9538,9539 from maintperl into mainline.
4979              
4980              fflush() is a macro on SunOS 4.1.x, so provide a wrapper
4981              for use with _fwalk() (fix for change#7705)
4982              
4983              another tweak needed for SunOS 4.1.x build (from Mike Guy)
4984              (cp -f is not portable)
4985      Branch: perl
4986           !> Makefile.SH util.c
4987 ____________________________________________________________________________
4988 [  9539] By: gsar                                  on 2001/04/04  03:01:14
4989         Log: another tweak needed for SunOS 4.1.x build (from Mike Guy)
4990      Branch: maint-5.6/perl
4991            ! Makefile.SH
4992 ____________________________________________________________________________
4993 [  9538] By: gsar                                  on 2001/04/04  01:00:38
4994         Log: fflush() is a macro on SunOS 4.1.x, so provide a wrapper
4995              for use with _fwalk() (fix for change#7705)
4996      Branch: maint-5.6/perl
4997            ! util.c
4998 ____________________________________________________________________________
4999 [  9537] By: nick                                  on 2001/04/03  19:24:55
5000         Log: Integrate mainline
5001      Branch: perlio
5002           +> ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL lib/unicode/NamesList.txt
5003           +> lib/unicode/PropList.html
5004            - lib/unicode/Names.txt lib/unicode/README.Ethiopic
5005           !> (integrate 69 files)
5006 ____________________________________________________________________________
5007 [  9536] By: jhi                                   on 2001/04/03  18:02:31
5008         Log: Integrate change #9533 from maintperl into mainline.
5009              
5010              better fix for change#9517 to accomodate UNC paths like
5011              \\server\share\foo, and paths with trailing backslash
5012              like c:\this\
5013      Branch: perl
5014           !> utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
5015 ____________________________________________________________________________
5016 [  9535] By: jhi                                   on 2001/04/03  17:58:07
5017         Log: Change the push/unshift warning to be of class syntax, not misc.
5018      Branch: perl
5019            ! op.c pod/perldiag.pod t/pragma/warn/op
5020 ____________________________________________________________________________
5021 [  9534] By: jhi                                   on 2001/04/03  15:03:46
5022         Log: Change the push/unshift warning (#9532) to talk about "no values"
5023              instead of "no arguments".
5024      Branch: perl
5025            ! op.c pod/perldiag.pod t/pragma/warn/op
5026 ____________________________________________________________________________
5027 [  9533] By: gsar                                  on 2001/04/03  14:30:07
5028         Log: better fix for change#9517 to accomodate UNC paths like
5029              \\server\share\foo, and paths with trailing backslash
5030              like c:\this\
5031      Branch: maint-5.6/perl
5032            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
5033 ____________________________________________________________________________
5034 [  9532] By: jhi                                   on 2001/04/03  13:11:46
5035         Log: Subject: Re: [ID 20010331.003] new misc warning for push(@x), unshift(@x)
5036              From: Robin Houston <robin@kitsite.com>
5037              Date: Mon, 2 Apr 2001 15:03:29 +0100
5038              Message-ID: <20010402150329.A6636@puffinry.freeserve.co.uk>
5039      Branch: perl
5040            ! op.c pod/perldiag.pod t/lib/db-recno.t t/pragma/warn/op
5041 ____________________________________________________________________________
5042 [  9531] By: jhi                                   on 2001/04/03  13:06:34
5043         Log: Integrate change #9530 from maintperl into mainline.
5044              
5045              accomodate VMS "mailbox overflow" quirk in testsuite (from
5046              Craig Berry)
5047      Branch: perl
5048           !> t/lib/socket.t
5049 ____________________________________________________________________________
5050 [  9530] By: gsar                                  on 2001/04/03  04:56:41
5051         Log: accomodate VMS "mailbox overflow" quirk in testsuite (from
5052              Craig Berry)
5053      Branch: maint-5.6/perl
5054            ! t/lib/socket.t
5055 ____________________________________________________________________________
5056 [  9529] By: jhi                                   on 2001/04/03  02:34:34
5057         Log: Update Changes.
5058      Branch: perl
5059            ! Changes patchlevel.h
5060 ____________________________________________________________________________
5061 [  9528] By: jhi                                   on 2001/04/03  01:27:57
5062         Log: Subject: [PATCH: 9508] perlfaq3: extend the silly long list even further
5063              Date: Mon, 2 Apr 2001 18:24:53 -0700 (PDT)
5064              To: perl5-porters@perl.org
5065              Message-ID: <Pine.OSF.4.10.10104021823330.279908-100000@aspara.forte.com>
5066      Branch: perl
5067            ! pod/perlfaq3.pod
5068 ____________________________________________________________________________
5069 [  9527] By: jhi                                   on 2001/04/03  01:22:09
5070         Log: Subject: [PATCH: 9508] build && test XS::Typemap on VMS, glob-basic insensitivity training
5071              From: Peter Prymmer <pvhp@forte.com>
5072              Date: Mon, 2 Apr 2001 17:40:27 -0700 (PDT)
5073              Message-ID: <Pine.OSF.4.10.10104021727250.278825-100000@aspara.forte.com>      
5074      Branch: perl
5075            ! configure.com t/lib/glob-basic.t t/lib/xs-typemap.t
5076 ____________________________________________________________________________
5077 [  9526] By: jhi                                   on 2001/04/03  01:18:25
5078         Log: The metaconfig unit changes for #9525.
5079      Branch: metaconfig
5080            ! U/a_dvisory/quadtype.U U/modified/mallocsrc.U
5081      Branch: metaconfig/U/perl
5082            ! use64bits.U
5083 ____________________________________________________________________________
5084 [  9525] By: jhi                                   on 2001/04/03  01:17:30
5085         Log: Configure sanity checks:
5086              * if use64bitall is attempted but pointers are only 32-bit,
5087              'downgrade' to use64bitint
5088              * if use64bitint is attempted but there's no quad type,
5089              forget about use64bitint (well, the default for it is 'n',
5090              the user can still override this)
5091              * if pointers are 64 bits, do not try to use Perl's malloc
5092      Branch: perl
5093            ! Configure
5094 ____________________________________________________________________________
5095 [  9524] By: gsar                                  on 2001/04/03  01:09:12
5096         Log: EPOC fix for lib/io_udp.t failure (from Olaf Flebbe)
5097      Branch: maint-5.6/perl
5098            ! pp_sys.c
5099 ____________________________________________________________________________
5100 [  9523] By: jhi                                   on 2001/04/03  00:02:31
5101         Log: (Retracted by #9609)
5102              
5103              Make it harder for parallel makes to enter 'test' before
5104              Dynaloader and File::Glob are happy.  (In principle 'make_ext'
5105              should be unhappy enough, but sometimes parallel makes seem
5106              to sneak past both in Tru64 and AIX.)
5107      Branch: perl
5108            ! Makefile.SH
5109 ____________________________________________________________________________
5110 [  9522] By: jhi                                   on 2001/04/02  22:35:31
5111         Log: Subject: [PATCH B::Concise] padname values may have bogus SvCUR
5112              Date: Mon, 2 Apr 2001 22:54:10 +0100
5113              From: Robin Houston <robin@kitsite.com>
5114              Message-ID: <20010402225410.A8273@puffinry.freeserve.co.uk>
5115      Branch: perl
5116            ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Showlex.pm
5117 ____________________________________________________________________________
5118 [  9521] By: jhi                                   on 2001/04/02  22:32:23
5119         Log: Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
5120              From: Robin Houston <robin@kitsite.com>
5121              Date: Mon, 2 Apr 2001 20:24:03 +0100
5122              Message-ID: <20010402202402.A8005@puffinry.freeserve.co.uk>
5123      Branch: perl
5124            ! ext/B/B/Concise.pm
5125 ____________________________________________________________________________
5126 [  9520] By: jhi                                   on 2001/04/02  22:30:43
5127         Log: Subject: [PATCH] REALLY pedantic hv.h nit
5128              From: Simon Cozens <simon@netthink.co.uk>
5129              Date: Mon, 2 Apr 2001 15:43:06 +0100
5130              Message-ID: <20010402154306.A21711@netthink.co.uk>
5131      Branch: perl
5132            ! hv.h
5133 ____________________________________________________________________________
5134 [  9519] By: jhi                                   on 2001/04/02  22:28:04
5135         Log: Based on
5136              
5137              Subject: [foolperl] EPOC fix
5138              From: Olaf Flebbe <O.Flebbe@science-computing.de>
5139              Date: Mon, 2 Apr 2001 23:36:51 +0200 (CEST)
5140              Message-ID: <Pine.LNX.4.02.10104022335380.5547-100000@milkyway.science-computing.de>
5141      Branch: perl
5142            ! pp_sys.c
5143 ____________________________________________________________________________
5144 [  9518] By: jhi                                   on 2001/04/02  22:22:34
5145         Log: Integrate changes #9511,9514,9517 from maintperl into mainline.
5146              
5147              README.win32 tweaks; add a note about alternative location for
5148              getting a gcc-2.95.2 that will build perl properly on windows
5149              
5150              add some notes about gutsy threading matters
5151              
5152              many of the utilities interpolate literal paths within doublequotes
5153              (fails on dosish platforms where path contains backslashes)
5154      Branch: perl
5155           !> README.win32 pod/perlguts.pod utils/perldoc.PL
5156           !> x2p/find2perl.PL x2p/s2p.PL
5157 ____________________________________________________________________________
5158 [  9517] By: gsar                                  on 2001/04/02  19:52:21
5159         Log: many of the utilities interpolate literal paths within doublequotes
5160              (fails on dosish platforms where path contains backslashes)
5161      Branch: maint-5.6/perl
5162            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
5163 ____________________________________________________________________________
5164 [  9516] By: gsar                                  on 2001/04/02  05:49:37
5165         Log: a foolish release
5166      Branch: maint-5.6/perl
5167            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
5168            ! pod/perltoc.pod
5169 ____________________________________________________________________________
5170 [  9515] By: gsar                                  on 2001/04/02  05:04:29
5171         Log: add missing changelog summaries
5172      Branch: maint-5.6/perl
5173            ! Changes
5174 ____________________________________________________________________________
5175 [  9514] By: gsar                                  on 2001/04/02  04:07:13
5176         Log: add some notes about gutsy threading matters
5177      Branch: maint-5.6/perl
5178            ! pod/perlguts.pod
5179 ____________________________________________________________________________
5180 [  9513] By: gsar                                  on 2001/04/02  03:25:21
5181         Log: add more prominent caveat notices about experimental features
5182      Branch: maint-5.6/perl
5183            ! pod/perlfork.pod pod/perlunicode.pod
5184 ____________________________________________________________________________
5185 [  9512] By: gsar                                  on 2001/04/02  02:54:33
5186         Log: integrate changes#9479,9509 from mainline
5187              
5188              [PATCH] File::Glob stuff for Mac OS
5189              
5190              [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
5191      Branch: maint-5.6/perl
5192           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
5193           !> t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
5194           !> t/lib/glob-taint.t
5195 ____________________________________________________________________________
5196 [  9511] By: gsar                                  on 2001/04/02  02:38:24
5197         Log: README.win32 tweaks; add a note about alternative location for
5198              getting a gcc-2.95.2 that will build perl properly on windows
5199      Branch: maint-5.6/perl
5200            ! README.win32
5201 ____________________________________________________________________________
5202 [  9510] By: jhi                                   on 2001/04/01  20:45:10
5203         Log: An ambiguosity warning.
5204      Branch: perl
5205            ! t/lib/trig.t
5206 ____________________________________________________________________________
5207 [  9509] By: jhi                                   on 2001/04/01  19:53:47
5208         Log: Subject: [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
5209              From: Jonathan Stowe <gellyfish@gellyfish.com>
5210              Date: Sun, 1 Apr 2001 10:04:55 +0100 (BST)
5211              Message-ID: <Pine.LNX.4.30.0104010958250.7703-100000@orpheus.gellyfish.com>
5212      Branch: perl
5213            ! ext/File/Glob/bsd_glob.c
5214 ____________________________________________________________________________
5215 [  9508] By: jhi                                   on 2001/04/01  19:35:03
5216         Log: Update Changes.
5217      Branch: perl
5218            ! Changes patchlevel.h
5219 ____________________________________________________________________________
5220 [  9507] By: jhi                                   on 2001/04/01  19:24:01
5221         Log: Integrate changes #9378,9458,9469,9475,9489,9490,9505,9506
5222              from mainline to maintperl: pod tweaks.
5223      Branch: maint-5.6/perl
5224           !> pod/perldebug.pod pod/perldiag.pod pod/perlfaq1.pod
5225           !> pod/perlguts.pod pod/perlhack.pod pod/perlop.pod
5226           !> pod/perlvar.pod
5227 ____________________________________________________________________________
5228 [  9506] By: jhi                                   on 2001/04/01  19:11:53
5229         Log: Commit Sarathy to April release of 5.6.1 :-)
5230      Branch: perl
5231            ! pod/perlfaq1.pod
5232 ____________________________________________________________________________
5233 [  9505] By: jhi                                   on 2001/04/01  19:03:15
5234         Log: Subject: PATCH 5.6.0 (perldebug.pod)
5235              From: Mark-Jason Dominus <mjd@plover.com>
5236              Date: Sun, 01 Apr 2001 14:25:11 -0400
5237              Message-ID: <20010401182511.9247.qmail@plover.com>
5238      Branch: perl
5239            ! pod/perldebug.pod
5240 ____________________________________________________________________________
5241 [  9504] By: jhi                                   on 2001/04/01  18:43:09
5242         Log: Add great_circle_direction().
5243      Branch: perl
5244            ! lib/Math/Trig.pm t/lib/trig.t
5245 ____________________________________________________________________________
5246 [  9503] By: jhi                                   on 2001/04/01  17:29:12
5247         Log: Unicode ReadMe update for Unicode 3.1.
5248      Branch: perl
5249            ! lib/unicode/ReadMe.txt
5250 ____________________________________________________________________________
5251 [  9502] By: jhi                                   on 2001/04/01  17:18:40
5252         Log: Integrate change #9501 from maintperl into mainline.
5253              
5254              fix the perlembed notes on multiple interpreters
5255              
5256              fix ExtUtils::Embed to work passably on Windows
5257      Branch: perl
5258           !> lib/ExtUtils/Embed.pm pod/perlembed.pod
5259 ____________________________________________________________________________
5260 [  9501] By: gsar                                  on 2001/04/01  07:21:57
5261         Log: fix the perlembed notes on multiple interpreters
5262              
5263              fix ExtUtils::Embed to work passably on Windows
5264      Branch: maint-5.6/perl
5265            ! lib/ExtUtils/Embed.pm pod/perlembed.pod
5266 ____________________________________________________________________________
5267 [  9500] By: jhi                                   on 2001/04/01  05:58:23
5268         Log: Test for #9499.
5269      Branch: perl
5270            ! t/op/tr.t
5271 ____________________________________________________________________________
5272 [  9499] By: jhi                                   on 2001/04/01  05:55:46
5273         Log: tr/// UTF-8 tweaking from Inaba Hiroto.
5274      Branch: perl
5275            ! embed.h embed.pl op.c proto.h
5276 ____________________________________________________________________________
5277 [  9498] By: jhi                                   on 2001/04/01  05:44:34
5278         Log: Protect the workaround hunk more.
5279      Branch: perl
5280            ! toke.c
5281 ____________________________________________________________________________
5282 [  9497] By: jhi                                   on 2001/04/01  00:24:25
5283         Log: Integrate changes #9493,9494,9495,9496 from maintperl
5284              into mainline.
5285              
5286              fix a broken workaround for Borland compiler in change#4739
5287              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
5288              
5289              nits spotted by Borland compiler
5290              
5291              avoid redefinition warnings under Borland 5.02
5292              
5293              various nits identified by the Borland 5.5 compiler; remove suppression
5294              of a few warnings
5295      Branch: perl
5296           !> ext/File/Glob/bsd_glob.c sv.c toke.c utf8.h win32/makefile.mk
5297           !> win32/win32.h
5298 ____________________________________________________________________________
5299 [  9496] By: gsar                                  on 2001/03/31  23:22:28
5300         Log: various nits identified by the Borland 5.5 compiler; remove suppression
5301              of a few warnings
5302      Branch: maint-5.6/perl
5303            ! ext/File/Glob/bsd_glob.c sv.c win32/win32.h
5304 ____________________________________________________________________________
5305 [  9495] By: gsar                                  on 2001/03/31  21:03:08
5306         Log: avoid redefinition warnings under Borland 5.02
5307      Branch: maint-5.6/perl
5308            ! win32/makefile.mk
5309 ____________________________________________________________________________
5310 [  9494] By: gsar                                  on 2001/03/31  20:18:59
5311         Log: nits spotted by Borland compiler
5312      Branch: maint-5.6/perl
5313            ! utf8.h win32/win32.h
5314 ____________________________________________________________________________
5315 [  9493] By: gsar                                  on 2001/03/31  20:18:05
5316         Log: fix a broken workaround for Borland compiler in change#4739
5317              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
5318      Branch: maint-5.6/perl
5319            ! toke.c
5320 ____________________________________________________________________________
5321 [  9492] By: jhi                                   on 2001/03/31  18:36:24
5322         Log: Integrate change #9491 from maintperl into mainline.
5323              
5324              Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
5325              directory is relative (need to fetch the full path name *before*
5326              the chdir!)
5327      Branch: perl
5328           !> lib/Cwd.pm
5329 ____________________________________________________________________________
5330 [  9491] By: gsar                                  on 2001/03/31  17:01:56
5331         Log: Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
5332              directory is relative (need to fetch the full path name *before*
5333              the chdir!)
5334              
5335              this is a followup patch for change#6749
5336      Branch: maint-5.6/perl
5337            ! lib/Cwd.pm
5338 ____________________________________________________________________________
5339 [  9490] By: jhi                                   on 2001/03/31  15:50:18
5340         Log: Subject: Re: [PATCH] av.h cosmetics
5341              From: Simon Cozens <simon@netthink.co.uk>
5342              Date: Sat, 31 Mar 2001 13:09:59 +0100
5343              Message-ID: <20010331130959.A22000@netthink.co.uk>
5344              
5345              Document AvALLOC.
5346      Branch: perl
5347            ! pod/perlguts.pod
5348 ____________________________________________________________________________
5349 [  9489] By: jhi                                   on 2001/03/31  15:48:44
5350         Log: Subject: [PATCH] Re: Math::Big* v1.21
5351              From: Tels <perl_dummy@bloodgate.com>
5352              Date: Sat, 31 Mar 2001 13:21:05 +0200 (CEST)
5353              Message-Id: <200103311125.GAA377738@www08.hway.net>
5354      Branch: perl
5355            ! pod/perlop.pod
5356 ____________________________________________________________________________
5357 [  9488] By: jhi                                   on 2001/03/31  03:39:51
5358         Log: Debug output tweak.
5359      Branch: perl
5360            ! t/lib/cwd.t
5361 ____________________________________________________________________________
5362 [  9487] By: jhi                                   on 2001/03/31  03:33:02
5363         Log: OverVMSification.
5364      Branch: perl
5365            ! t/lib/cwd.t
5366 ____________________________________________________________________________
5367 [  9486] By: jhi                                   on 2001/03/31  03:01:40
5368         Log: Missed MANIFESTations in #9483.
5369      Branch: perl
5370            ! MANIFEST
5371 ____________________________________________________________________________
5372 [  9485] By: jhi                                   on 2001/03/31  02:58:17
5373         Log: Subject: Not OK: perl v5.7.0 +DEVEL9472 on VMS_AXP V7.1 (UNINSTALLED)
5374              From: Peter Prymmer <pvhp@forte.com>
5375              Date: Fri, 30 Mar 2001 18:06:36 -0800 (PST)
5376              Message-ID: <Pine.OSF.4.10.10103301805450.63762-100000@aspara.forte.com>
5377      Branch: perl
5378            ! regexec.c t/lib/cwd.t
5379 ____________________________________________________________________________
5380 [  9484] By: jhi                                   on 2001/03/31  01:04:41
5381         Log: Obsolete file (see #3938)
5382      Branch: perl
5383            - lib/unicode/README.Ethiopic
5384            ! MANIFEST
5385 ____________________________________________________________________________
5386 [  9483] By: jhi                                   on 2001/03/31  00:52:42
5387         Log: Update to Unicode 3.1.
5388              (Rename Names.txt to NamesList.txt.)
5389      Branch: perl
5390            + lib/unicode/NamesList.txt lib/unicode/PropList.html
5391            - lib/unicode/Names.txt
5392            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
5393            ! lib/unicode/Is/LbrkBA.pl lib/unicode/Is/LbrkBB.pl
5394            ! lib/unicode/Is/LbrkID.pl lib/unicode/Is/LbrkSG.pl
5395            ! lib/unicode/LineBrk.txt lib/unicode/NamesList.html
5396            ! lib/unicode/UCD.html lib/unicode/Unicode.html
5397            ! lib/unicode/rename lib/unicode/version
5398 ____________________________________________________________________________
5399 [  9482] By: jhi                                   on 2001/03/30  23:33:44
5400         Log: Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
5401              From: Robin Houston <robin@kitsite.com>
5402              Date: Fri, 30 Mar 2001 20:07:22 +0100
5403              Message-ID: <20010330200722.A2010@puffinry.freeserve.co.uk>
5404      Branch: perl
5405            ! ext/B/B/Deparse.pm
5406 ____________________________________________________________________________
5407 [  9481] By: jhi                                   on 2001/03/30  23:20:25
5408         Log: Subject: Re: [PATCH] CwdXS, Take 2
5409              From: Benjamin Sugars <bsugars@canoe.ca>
5410              Date: Fri, 30 Mar 2001 14:08:51 -0500 (EST)
5411              Message-ID: <Pine.LNX.4.21.0103301357490.1927-100000@marmot.rim.canoe.ca>
5412      Branch: perl
5413            + ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL
5414            ! MANIFEST lib/Cwd.pm t/lib/cwd.t
5415 ____________________________________________________________________________
5416 [  9480] By: jhi                                   on 2001/03/30  22:52:38
5417         Log: Subject: [ID 20010330.006] incorrect WARNING from installperl "You've never run 'make test' or some tests failed!"
5418              From: David Dyck <dcd@tc.fluke.com>
5419              Date: Fri, 30 Mar 2001 14:44:13 -0800
5420              Message-Id: <200103302244.OAA12204@dd.tc.fluke.com>
5421              
5422              The t/rantests flags file creation was accidentally
5423              removed by #9217.
5424      Branch: perl
5425            ! Makefile.SH
5426 ____________________________________________________________________________
5427 [  9479] By: jhi                                   on 2001/03/30  22:45:45
5428         Log: Subject: [PATCH] File::Glob stuff for Mac OS
5429              From: Chris Nandor <pudge@pobox.com>
5430              Date: Fri, 30 Mar 2001 16:51:00 -0500
5431              Message-Id: <p05010400b6eaab36051c@[10.0.1.177]>
5432      Branch: perl
5433            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
5434            ! t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
5435            ! t/lib/glob-taint.t
5436 ____________________________________________________________________________
5437 [  9478] By: jhi                                   on 2001/03/30  22:43:12
5438         Log: Subject: fix for win32/buildext.pl
5439              From: "Vadim Konovalov" <watman@inbox.ru>
5440              Date: Sat, 31 Mar 2001 00:50:36 +0400
5441              Message-ID: <005b01c0b95c$ac277250$7542983e@vad>
5442      Branch: perl
5443            ! win32/buildext.pl
5444 ____________________________________________________________________________
5445 [  9477] By: jhi                                   on 2001/03/30  22:41:16
5446         Log: Subject: small base.pm doc patch
5447              From: Leon Brocard <acme@astray.com>
5448              Date: Fri, 30 Mar 2001 21:49:57 +0100
5449              Message-ID: <20010330214957.B8733@ns0.astray.com>
5450      Branch: perl
5451            ! lib/base.pm
5452 ____________________________________________________________________________
5453 [  9476] By: jhi                                   on 2001/03/30  18:16:57
5454         Log: Subject: [PATCH] av.h cosmetics
5455              From: Simon Cozens <simon@netthink.co.uk>
5456              Date: Fri, 30 Mar 2001 18:12:28 +0100
5457              Message-ID: <20010330181228.A9319@netthink.co.uk>
5458      Branch: perl
5459            ! av.h
5460 ____________________________________________________________________________
5461 [  9475] By: jhi                                   on 2001/03/30  18:15:50
5462         Log: Subject: [DOC PATCH bleadperl] Two nits in perlhack.pod
5463              From: "Philip Newton" <pnewton@gmx.de>
5464              Date: Fri, 30 Mar 2001 19:06:57 +0200
5465              Message-ID: <3AC4D951.14815.1AC7068@localhost>
5466      Branch: perl
5467            ! pod/perlhack.pod
5468 ____________________________________________________________________________
5469 [  9474] By: jhi                                   on 2001/03/30  18:14:02
5470         Log: Subject: [PATCH] glob-basic.t (Was: [ID 20010328.016])
5471              From: Benjamin Sugars <bsugars@canoe.ca>
5472              Date: Fri, 30 Mar 2001 11:04:35 -0500 (EST)
5473              Message-ID: <Pine.LNX.4.21.0103301045130.1927-100000@marmot.rim.canoe.ca>
5474      Branch: perl
5475            ! t/lib/glob-basic.t
5476 ____________________________________________________________________________
5477 [  9473] By: jhi                                   on 2001/03/30  16:09:24
5478         Log: Update Changes.
5479      Branch: perl
5480            ! Changes patchlevel.h
5481 ____________________________________________________________________________
5482 [  9472] By: jhi                                   on 2001/03/30  15:16:08
5483         Log: Integrate perlio.
5484      Branch: perl
5485           !> t/lib/cwd.t t/lib/glob-basic.t
5486 ____________________________________________________________________________
5487 [  9471] By: nick                                  on 2001/03/30  14:47:10
5488         Log: Should be (^O eq 'MSWin32') not 'Win32'
5489              Fail #12 seems real - chdir is in wrong dir.
5490      Branch: perlio
5491            ! t/lib/cwd.t
5492 ____________________________________________________________________________
5493 [  9470] By: jhi                                   on 2001/03/30  14:41:11
5494         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
5495              From: Radu Greab <radu@netsoft.ro>
5496              Date: Fri, 30 Mar 2001 15:09:06 +0300 (EEST)
5497              Message-ID: <15044.30562.566390.559726@ix.netsoft.ro>
5498              
5499              Replace #9352.
5500      Branch: perl
5501            ! ext/Socket/Socket.xs pp_sys.c
5502 ____________________________________________________________________________
5503 [  9469] By: jhi                                   on 2001/03/30  14:37:51
5504         Log: Subject: PATCH pod/perldiag.pod
5505              From: Robin Houston <robin@kitsite.com>
5506              Date: Fri, 30 Mar 2001 14:10:36 +0100
5507              Message-ID: <20010330141036.A1105@puffinry.freeserve.co.uk>
5508      Branch: perl
5509            ! pod/perldiag.pod t/lib/glob-basic.t
5510 ____________________________________________________________________________
5511 [  9468] By: jhi                                   on 2001/03/30  14:36:36
5512         Log: Subject: Better diagnostic in io/fs.t
5513              From: andreas.koenig@anima.de (Andreas J. Koenig)
5514              Date: 30 Mar 2001 10:11:43 +0200
5515              Message-ID: <m3hf0boev4.fsf@ak-71.mind.de>
5516      Branch: perl
5517            ! t/io/fs.t
5518 ____________________________________________________________________________
5519 [  9467] By: nick                                  on 2001/03/30  14:25:43
5520         Log: Skip order test of glob if case-ignoring system cannot 
5521              create a.test and A.test
5522      Branch: perlio
5523            ! t/lib/glob-basic.t
5524 ____________________________________________________________________________
5525 [  9466] By: nick                                  on 2001/03/30  13:03:12
5526         Log: Integrate mainline.
5527      Branch: perlio
5528            - ext/re/hints/aix.pl
5529           !> MANIFEST ext/B/B/Debug.pm ext/B/B/Deparse.pm
5530           !> lib/ExtUtils/MM_VMS.pm op.c pod/perlop.pod t/comp/require.t
5531           !> t/io/utf8.t t/lib/b.t t/lib/digest.t t/lib/glob-basic.t
5532           !> t/lib/io_multihomed.t t/lib/io_sock.t t/lib/md5-file.t
5533 ____________________________________________________________________________
5534 [  9465] By: jhi                                   on 2001/03/30  03:53:37
5535         Log: Add timeouts to the tests.  (In AIX 4.3.1.0 + vac 5.0.0.0
5536              the tests sometimes hang, sometimes not.)
5537      Branch: perl
5538            ! t/lib/io_multihomed.t t/lib/io_sock.t
5539 ____________________________________________________________________________
5540 [  9464] By: jhi                                   on 2001/03/30  02:56:04
5541         Log: Subject: [PATCH @9452] Better peep()ing for foreach() loops
5542              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
5543              Date: Thu, 29 Mar 2001 18:50:45 -0800 (PST)
5544              Message-ID: <15043.62129.253487.470281@soda.csua.berkeley.edu>
5545      Branch: perl
5546            ! op.c
5547 ____________________________________________________________________________
5548 [  9463] By: jhi                                   on 2001/03/30  02:34:48
5549         Log: Test for #9462.
5550      Branch: perl
5551            ! t/lib/b.t
5552 ____________________________________________________________________________
5553 [  9462] By: jhi                                   on 2001/03/30  02:29:37
5554         Log: Subject: B::Deparse precedence bug. (Patch included.)
5555              From: Jeremy Madea <jmadea@inktomi.com>
5556              Date: Thu, 29 Mar 2001 12:05:02 -0800
5557              Message-ID: <20010329120502.A24881@dr.inktomi.com>
5558      Branch: perl
5559            ! ext/B/B/Deparse.pm
5560 ____________________________________________________________________________
5561 [  9461] By: jhi                                   on 2001/03/30  02:18:41
5562         Log: Subject: [PATCH: 9452] more tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
5563              From: Peter Prymmer <pvhp@forte.com>
5564              Date: Thu, 29 Mar 2001 18:01:18 -0800 (PST)
5565              Message-ID: <Pine.OSF.4.10.10103291731150.1326-100000@aspara.forte.com>
5566      Branch: perl
5567            ! t/comp/require.t t/io/utf8.t t/lib/digest.t t/lib/glob-basic.t
5568            ! t/lib/md5-file.t
5569 ____________________________________________________________________________
5570 [  9460] By: jhi                                   on 2001/03/30  02:17:07
5571         Log: Subject: PATCH: B::Debug should show LOOP-specific fields
5572              From: Robin Houston <robin@kitsite.com>
5573              Date: Thu, 29 Mar 2001 20:47:56 +0100
5574              Message-ID: <20010329204756.A32042@puffinry.freeserve.co.uk>
5575      Branch: perl
5576            ! ext/B/B/Debug.pm
5577 ____________________________________________________________________________
5578 [  9459] By: jhi                                   on 2001/03/30  02:16:05
5579         Log: Subject: [PATCH perl@9424] further MM_VMS.pm tweak
5580              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
5581              Date: Wed, 28 Mar 2001 18:02:20 -0600
5582              Message-Id: <5.0.2.1.0.20010328172535.017d5600@exchi01>
5583      Branch: perl
5584            ! lib/ExtUtils/MM_VMS.pm
5585 ____________________________________________________________________________
5586 [  9458] By: jhi                                   on 2001/03/30  02:07:58
5587         Log: Subject: [ID 20010328.013] Misspelling in perlop(1p) manual page
5588              From: "Joshua E. Rodd" <jrodd@pbs.org>
5589              Date: Wed, 28 Mar 2001 17:29:12 -0500
5590              Message-Id: <E14iORE-0000ZV-00@shaggy.pbs.org>
5591      Branch: perl
5592            ! pod/perlop.pod
5593 ____________________________________________________________________________
5594 [  9457] By: jhi                                   on 2001/03/30  02:04:33
5595         Log: Subject: ext/re/aix.pl can go
5596              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5597              Date: Thu, 29 Mar 2001 12:03:28 +0200
5598              Message-Id: <20010329120132.7C3B.H.M.BRAND@hccnet.nl>
5599      Branch: perl
5600            - ext/re/hints/aix.pl
5601            ! MANIFEST
5602 ____________________________________________________________________________
5603 [  9456] By: jhi                                   on 2001/03/30  02:03:32
5604         Log: Integrate perlio.
5605      Branch: perl
5606           !> ext/Encode/Encode.xs installperl
5607 ____________________________________________________________________________
5608 [  9455] By: nick                                  on 2001/03/29  21:11:46
5609         Log: DLL name has changed so installperl needs to know
5610              (Why isn't it working it out or passed it?)
5611      Branch: perlio
5612            ! installperl
5613 ____________________________________________________________________________
5614 [  9454] By: nick                                  on 2001/03/29  20:56:12
5615         Log: Change Encode's check arguments to 'bool' so SvTRUE gets used
5616              and we don't get undef warnings.
5617      Branch: perlio
5618            ! ext/Encode/Encode.xs
5619 ____________________________________________________________________________
5620 [  9453] By: nick                                  on 2001/03/29  17:58:48
5621         Log: Integrate mainline
5622      Branch: perlio
5623           !> Changes patchlevel.h
5624 ____________________________________________________________________________
5625 [  9452] By: jhi                                   on 2001/03/29  16:44:55
5626         Log: Update Changes.
5627      Branch: perl
5628            ! Changes patchlevel.h
5629 ____________________________________________________________________________
5630 [  9451] By: nick                                  on 2001/03/29  16:31:38
5631         Log: Integrate mainline
5632      Branch: perlio
5633           !> Changes Makefile.SH dump.c ext/Data/Dumper/Dumper.xs
5634           !> ext/Encode/Encode.xs ext/Storable/Storable.xs
5635           !> lib/ExtUtils/typemap patchlevel.h pod/perlhack.pod
5636           !> pod/perliol.pod t/lib/charnames.t t/lib/cwd.t t/op/bop.t
5637           !> t/op/vec.t t/op/ver.t toke.c utils/h2xs.PL
5638 ____________________________________________________________________________
5639 [  9450] By: jhi                                   on 2001/03/29  16:29:17
5640         Log: Integrate perlio.
5641      Branch: perl
5642           !> win32/buildext.pl
5643 ____________________________________________________________________________
5644 [  9449] By: jhi                                   on 2001/03/29  15:50:01
5645         Log: Update Changes.
5646      Branch: perl
5647            ! Changes patchlevel.h
5648 ____________________________________________________________________________
5649 [  9448] By: nick                                  on 2001/03/29  15:47:15
5650         Log: Make sure buildext.pl finds Errno.pm
5651      Branch: perlio
5652            ! win32/buildext.pl
5653 ____________________________________________________________________________
5654 [  9447] By: jhi                                   on 2001/03/29  15:39:34
5655         Log: Integrate perlio.
5656      Branch: perl
5657           !> win32/makefile.mk
5658 ____________________________________________________________________________
5659 [  9446] By: nick                                  on 2001/03/29  15:30:03
5660         Log: Integrate win32/makefile.mk with mainline.
5661      Branch: perlio
5662           !> win32/makefile.mk
5663 ____________________________________________________________________________
5664 [  9445] By: nick                                  on 2001/03/29  15:27:32
5665         Log: Fix breakage ... 
5666      Branch: perlio
5667            ! win32/makefile.mk
5668 ____________________________________________________________________________
5669 [  9444] By: jhi                                   on 2001/03/29  15:03:08
5670         Log: Subject: RE: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
5671              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
5672              Date: Thu, 29 Mar 2001 10:32:59 +0400
5673              Message-ID: <402099F49BEED211999700805FC7359FA8442D@ru0028exch01.spb.lucent.com>
5674      Branch: perl
5675            ! win32/makefile.mk
5676 ____________________________________________________________________________
5677 [  9443] By: jhi                                   on 2001/03/29  15:02:12
5678         Log: Integrate perlio.
5679      Branch: perl
5680           +> win32/buildext.pl
5681           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c perlio.h sv.c
5682           !> t/io/utf8.t t/lib/io_scalar.t win32/makefile.mk
5683 ____________________________________________________________________________
5684 [  9442] By: nick                                  on 2001/03/29  14:59:11
5685         Log: Work in progress - determine win32 extensions to build via script.
5686      Branch: perlio
5687            + win32/buildext.pl
5688            ! MANIFEST win32/makefile.mk
5689 ____________________________________________________________________________
5690 [  9441] By: jhi                                   on 2001/03/29  14:51:47
5691         Log: Reintroduce the use of external pwd.
5692      Branch: perl
5693            ! t/lib/cwd.t
5694 ____________________________________________________________________________
5695 [  9440] By: jhi                                   on 2001/03/29  14:42:58
5696         Log: use warnings instead of -w.
5697      Branch: perl
5698            ! utils/h2xs.PL
5699 ____________________________________________________________________________
5700 [  9439] By: jhi                                   on 2001/03/29  14:41:52
5701         Log: Subject: [PATCH h2xs.PL perl@9423] h2xs -w nits
5702              From: Jonathan Stowe <gellyfish@gellyfish.com>
5703              Date: Thu, 29 Mar 2001 09:34:12 +0100 (BST)
5704              Message-ID: <Pine.LNX.4.30.0103290929130.19409-100000@orpheus.gellyfish.com>
5705      Branch: perl
5706            ! utils/h2xs.PL
5707 ____________________________________________________________________________
5708 [  9438] By: jhi                                   on 2001/03/29  14:39:38
5709         Log: Subject: [PATCH perl@9424] minor pod nits
5710              From: Robin Barker <rmb1@cise.npl.co.uk>
5711              Date: Thu, 29 Mar 2001 14:43:05 +0100 (BST)
5712              Message-Id: <200103291343.OAA10827@tempest.npl.co.uk>
5713      Branch: perl
5714            ! pod/perlhack.pod pod/perliol.pod
5715 ____________________________________________________________________________
5716 [  9437] By: jhi                                   on 2001/03/29  14:29:16
5717         Log: Subject: [PATCH perl@9424] typemap cast warning
5718              From: Robin Barker <rmb1@cise.npl.co.uk>
5719              Date: Thu, 29 Mar 2001 13:58:47 +0100 (BST)
5720              Message-Id: <200103291258.NAA09360@tempest.npl.co.uk>
5721      Branch: perl
5722            ! lib/ExtUtils/typemap
5723 ____________________________________________________________________________
5724 [  9436] By: jhi                                   on 2001/03/29  14:26:03
5725         Log: Subject: [PATCH perl@9424] printf warning
5726              From: Robin Barker <rmb1@cise.npl.co.uk>
5727              Date: Thu, 29 Mar 2001 13:29:21 +0100 (BST)
5728              Message-Id: <200103291229.NAA03968@tempest.npl.co.uk>
5729      Branch: perl
5730            ! dump.c ext/Data/Dumper/Dumper.xs ext/Encode/Encode.xs
5731            ! ext/Storable/Storable.xs toke.c
5732 ____________________________________________________________________________
5733 [  9435] By: nick                                  on 2001/03/29  14:23:31
5734         Log: Win32 has name conflict with ERROR
5735      Branch: perlio
5736            ! ext/PerlIO/Via/Via.xs
5737 ____________________________________________________________________________
5738 [  9434] By: jhi                                   on 2001/03/29  14:17:48
5739         Log: Subject: [PATCH: 9424] some tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
5740              From: Peter Prymmer <pvhp@forte.com>
5741              Date: Wed, 28 Mar 2001 19:09:57 -0800 (PST)
5742              Message-ID: <Pine.OSF.4.10.10103281858520.314137-100000@aspara.forte.com>
5743      Branch: perl
5744            ! t/lib/charnames.t t/op/bop.t t/op/vec.t t/op/ver.t
5745 ____________________________________________________________________________
5746 [  9433] By: jhi                                   on 2001/03/29  13:52:44
5747         Log: test-prep target was missing.
5748      Branch: perl
5749            ! Makefile.SH
5750 ____________________________________________________________________________
5751 [  9432] By: nick                                  on 2001/03/29  12:40:03
5752         Log: Make as-shipped compiler default to MSVC6 
5753      Branch: perlio
5754            ! win32/makefile.mk
5755 ____________________________________________________________________________
5756 [  9431] By: nick                                  on 2001/03/29  12:12:16
5757         Log: Allow someone to write PerlIO::Array, PerlIO::Code, ...
5758              akin to PerlIO::Scalar.
5759      Branch: perlio
5760            ! perlio.c perlio.h
5761 ____________________________________________________________________________
5762 [  9430] By: nick                                  on 2001/03/29  10:56:35
5763         Log: Integrate mainline.
5764      Branch: perlio
5765           !> lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
5766           !> lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
5767           !> lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
5768           !> win32/makefile.mk win32/win32sck.c
5769 ____________________________________________________________________________
5770 [  9429] By: nick                                  on 2001/03/29  09:03:43
5771         Log: Noticed that two tests were skipped as perlio:: package
5772              isn't there any more. Changed the skip condition.
5773              Avoid core-dump if sv_utf8_upgrade() called on something
5774              that does not become SvPOK after SvPV() (e.g. a ref).
5775      Branch: perlio
5776            ! sv.c t/io/utf8.t t/lib/io_scalar.t
5777 ____________________________________________________________________________
5778 [  9428] By: jhi                                   on 2001/03/29  01:31:47
5779         Log: Subject: [PATCH] Enable warnings in File::* (was: B::Terse and warnings)
5780              From: Benjamin Sugars <bsugars@canoe.ca> 
5781              Date: Tue, 27 Mar 2001 16:27:38 -0500 (EST)
5782              Message-ID: <Pine.LNX.4.21.0103271612250.2007-100000@marmot.rim.canoe.ca>
5783      Branch: perl
5784            ! lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
5785            ! lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
5786            ! lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
5787 ____________________________________________________________________________
5788 [  9427] By: jhi                                   on 2001/03/29  00:49:30
5789         Log: Subject: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
5790              From: "Vadim Konovalov" <watman@inbox.ru>
5791              Date: Thu, 29 Mar 2001 01:50:12 +0400
5792              Message-ID: <001c01c0b7d1$463dd880$5742983e@vad>
5793      Branch: perl
5794            ! win32/makefile.mk win32/win32sck.c
5795 ____________________________________________________________________________
5796 [  9426] By: gsar                                  on 2001/03/29  00:28:04
5797         Log: dmake can only handle == and != in comparisons; support building
5798              with Borland's VCL libraries (from Vadim Konovalov)
5799      Branch: maint-5.6/perl
5800            ! win32/makefile.mk
5801 ____________________________________________________________________________
5802 [  9425] By: nick                                  on 2001/03/28  19:29:56
5803         Log: Integrate (@snapshot)
5804      Branch: perlio
5805           !> Changes Makefile.SH patchlevel.h t/lib/cwd.t
5806 ____________________________________________________________________________
5807 [  9424] By: jhi                                   on 2001/03/28  19:03:16
5808         Log: Update Changes.
5809      Branch: perl
5810            ! Changes patchlevel.h
5811 ____________________________________________________________________________
5812 [  9423] By: jhi                                   on 2001/03/28  18:52:09
5813         Log: Rmdir lib/XS on cleanup.
5814      Branch: perl
5815            ! Makefile.SH
5816 ____________________________________________________________________________
5817 [  9422] By: jhi                                   on 2001/03/28  18:49:34
5818         Log: Integrate perlio.
5819      Branch: perl
5820           !> t/op/utf8decode.t
5821 ____________________________________________________________________________
5822 [  9421] By: nick                                  on 2001/03/28  18:46:44
5823         Log: Loose duplicate chunk.
5824      Branch: perlio
5825            ! t/op/utf8decode.t
5826 ____________________________________________________________________________
5827 [  9420] By: nick                                  on 2001/03/28  18:44:11
5828         Log: Integrate mainline.
5829      Branch: perlio
5830           !> ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm makedef.pl vms/vms.c
5831           !> vms/vmsish.h
5832 ____________________________________________________________________________
5833 [  9419] By: jhi                                   on 2001/03/28  18:42:05
5834         Log: Can't trust external pwds
5835              (either shell builtins or external programs)
5836      Branch: perl
5837            ! t/lib/cwd.t
5838 ____________________________________________________________________________
5839 [  9418] By: jhi                                   on 2001/03/28  18:34:05
5840         Log: Integrate perlio.
5841      Branch: perl
5842            - lib/perlio.pm
5843           !> MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
5844           !> t/op/utf8decode.t
5845 ____________________________________________________________________________
5846 [  9417] By: nick                                  on 2001/03/28  18:24:02
5847         Log: PerlIO.pm / perlio.pm conflict.
5848              Update some pods.
5849              Make t/op/utf8decode.t a text file.
5850      Branch: perlio
5851            - lib/perlio.pm
5852            ! MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
5853            ! t/op/utf8decode.t
5854 ____________________________________________________________________________
5855 [  9416] By: jhi                                   on 2001/03/28  18:06:07
5856         Log: Integrate change #9409 from mainline to maintperl.
5857              
5858              Yet another tweak on AIX dynaloading.
5859      Branch: maint-5.6/perl
5860           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
5861 ____________________________________________________________________________
5862 [  9415] By: gsar                                  on 2001/03/28  17:13:01
5863         Log: integrate changes#9377,9385,9401 from mainline
5864              
5865              Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
5866              
5867              If directory entries compare equal case-insensitively,
5868              retry case-sensitively.
5869              
5870              Subject: [PATCH] B::Terse and warnings
5871      Branch: maint-5.6/perl
5872           !> ext/B/B.pm ext/B/B/Terse.pm ext/File/Glob/bsd_glob.c gv.c
5873           !> t/pragma/warn/perl
5874 ____________________________________________________________________________
5875 [  9414] By: jhi                                   on 2001/03/28  17:11:12
5876         Log: Subject: [PATCH perl@9359] VMS fix-ups and status
5877              From: "Craig A. Berry" <craigberry@mac.com>
5878              Date: Wed, 28 Mar 2001 10:55:20 -0600
5879              Message-Id: <5.0.2.1.0.20010327164600.031563e8@exchi01>
5880      Branch: perl
5881            ! ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm vms/vms.c vms/vmsish.h
5882 ____________________________________________________________________________
5883 [  9413] By: jhi                                   on 2001/03/28  17:03:12
5884         Log: Dup hunk.
5885      Branch: perl
5886            ! t/op/utf8decode.t
5887 ____________________________________________________________________________
5888 [  9412] By: jhi                                   on 2001/03/28  17:02:36
5889         Log: Forced integrate from perlio.
5890      Branch: perl
5891           !> t/op/utf8decode.t
5892 ____________________________________________________________________________
5893 [  9411] By: nick                                  on 2001/03/28  16:50:03
5894         Log: Integrate mainline.
5895      Branch: perlio
5896           +> t/lib/cwd.t
5897           !> MANIFEST ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
5898           !> ext/IO/lib/IO/Socket.pm ext/XS/Typemap/Typemap.pm
5899           !> ext/XS/Typemap/Typemap.xs ext/XS/Typemap/typemap gv.c
5900           !> makedef.pl pp.c t/lib/xs-typemap.t t/op/utf8decode.t
5901           !> t/pragma/warn/perl
5902 ____________________________________________________________________________
5903 [  9410] By: jhi                                   on 2001/03/28  16:44:23
5904         Log: Subject: Re: [PATCH] 9403 cannot be tested
5905              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5906              Date: Wed, 28 Mar 2001 18:33:56 +0200
5907              Message-Id: <20010328182418.7C17.H.M.BRAND@hccnet.nl>
5908      Branch: perl
5909            ! makedef.pl
5910 ____________________________________________________________________________
5911 [  9409] By: jhi                                   on 2001/03/28  16:12:45
5912         Log: Yet another tweak on AIX dynaloading.
5913      Branch: perl
5914            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
5915 ____________________________________________________________________________
5916 [  9408] By: jhi                                   on 2001/03/28  15:52:55
5917         Log: Subject: [PATCH] 9403 cannot be tested
5918              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
5919              Date: Wed, 28 Mar 2001 17:23:00 +0200
5920              Message-Id: <20010328171835.7C14.H.M.BRAND@hccnet.nl>
5921              
5922              A missing symbol.
5923      Branch: perl
5924            ! makedef.pl
5925 ____________________________________________________________________________
5926 [  9407] By: jhi                                   on 2001/03/28  15:47:43
5927         Log: Integrate perlio. (with tweaks on t/op/utf8decode.t)
5928      Branch: perl
5929            ! t/op/utf8decode.t
5930           !> ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
5931           !> t/op/each.t t/op/pat.t t/op/regexp.t utf8.c
5932 ____________________________________________________________________________
5933 [  9406] By: jhi                                   on 2001/03/28  15:37:08
5934         Log: Subject: [PATCH] cwd.t (was: Cwd has no tests?)
5935              From: Benjamin Sugars <bsugars@canoe.ca> 
5936              Date: Tue, 27 Mar 2001 17:37:05 -0500 (EST)
5937              Message-ID: <Pine.LNX.4.21.0103271719540.2007-100000@marmot.rim.canoe.ca>
5938      Branch: perl
5939            + t/lib/cwd.t
5940            ! MANIFEST
5941 ____________________________________________________________________________
5942 [  9405] By: jhi                                   on 2001/03/28  15:13:18
5943         Log: pp_ne() needs a CORRECT boolean.
5944      Branch: perl
5945            ! pp.c
5946 ____________________________________________________________________________
5947 [  9404] By: jhi                                   on 2001/03/28  15:09:23
5948         Log: pp_ne() needs a boolean, not an integer.
5949      Branch: perl
5950            ! pp.c
5951 ____________________________________________________________________________
5952 [  9403] By: jhi                                   on 2001/03/28  14:47:43
5953         Log: (Retracted by #9404.)
5954      Branch: perl
5955            ! pp.c
5956 ____________________________________________________________________________
5957 [  9402] By: jhi                                   on 2001/03/28  14:43:59
5958         Log: Subject: Re: [PATCH] Typemap testing
5959              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
5960              Date: Tue, 27 Mar 2001 16:34:03 -1000 (HST)
5961              Message-ID: <Pine.LNX.4.30.0103271633030.21198-100000@lapaki.jach.hawaii.edu>
5962      Branch: perl
5963            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
5964            ! ext/XS/Typemap/typemap t/lib/xs-typemap.t
5965 ____________________________________________________________________________
5966 [  9401] By: jhi                                   on 2001/03/28  14:42:14
5967         Log: Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
5968              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
5969              Date: Sun, 25 Mar 2001 21:59:15 +0100
5970              Message-ID: <000701c0b56e$73944220$07bdfea9@bfs.phone.com>
5971              
5972              A variable will be checked for the "use once" warnings if:
5973              
5974              1. It is in the scope of a use warnings 'once'
5975              2. It isn't in the scope of the warnings pragma at all AND $^W is set.
5976              
5977              Otherwise it won't be checked at all.
5978              
5979              Part 1 is what is in perl >= 5.6.0, Part 2 is what I'm fixing.
5980              
5981              The enclosed patch partially fixes this issue. What I didn't
5982              get to work was the case where the "used once" warning is enabled
5983              in any file other than the main file.
5984      Branch: perl
5985            ! gv.c t/pragma/warn/perl
5986 ____________________________________________________________________________
5987 [  9400] By: nick                                  on 2001/03/28  14:38:24
5988         Log: More EBCDIC tweaks:
5989              - one more swash issue &~(0xA0-1) did not do the right thing,
5990              for UTF-EBCDIC where &~(0x80-1) does for UTF-8.
5991              - add "use re 'asciirange'" to make [!-~] etc. work
5992              use it in MIME::QuotedPrint and t/op/regexp.t and t/op/pat.t
5993              - Choose a key for t/op/each.t test which gets encoded.
5994              - Skip utf8decode if this is UTF-EBCDIC.
5995      Branch: perlio
5996            ! ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
5997            ! t/op/each.t t/op/pat.t t/op/regexp.t t/op/utf8decode.t utf8.c
5998 ____________________________________________________________________________
5999 [  9399] By: jhi                                   on 2001/03/28  14:21:00
6000         Log: Extend the SvROK() testing also to pp_ne(), pointed out by
6001              Andreas Schwab.
6002      Branch: perl
6003            ! pp.c
6004 ____________________________________________________________________________
6005 [  9398] By: jhi                                   on 2001/03/28  00:55:56
6006         Log: Subject: [ID 20010327.007] New warning from IO::Socket for sockatmark
6007              From: David Dyck <dcd@tc.fluke.com>
6008              Date: Tue, 27 Mar 2001 15:16:24 -0800
6009              Message-Id: <200103272316.PAA21921@dd.tc.fluke.com>
6010      Branch: perl
6011            ! ext/IO/lib/IO/Socket.pm
6012 ____________________________________________________________________________
6013 [  9397] By: jhi                                   on 2001/03/27  21:52:49
6014         Log: Integrate perlio.
6015      Branch: perl
6016           +> ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
6017           +> ext/PerlIO/Via/Via.xs
6018           !> MANIFEST ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
6019 ____________________________________________________________________________
6020 [  9396] By: nick                                  on 2001/03/27  21:45:13
6021         Log: Integrate mainline.
6022      Branch: perlio
6023           !> embed.h embed.pl ext/XS/Typemap/Typemap.xs gv.c
6024           !> pod/perlapi.pod proto.h sv.c sv.h t/op/magic.t utils/h2xs.PL
6025 ____________________________________________________________________________
6026 [  9395] By: nick                                  on 2001/03/27  21:18:58
6027         Log: Outline docs for PerlIO and PerlIO::Scalar
6028      Branch: perlio
6029            ! ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
6030 ____________________________________________________________________________
6031 [  9394] By: nick                                  on 2001/03/27  20:50:13
6032         Log: PerlIO::Via layer (alpha-ish).
6033      Branch: perlio
6034            + ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
6035            + ext/PerlIO/Via/Via.xs
6036            ! MANIFEST
6037 ____________________________________________________________________________
6038 [  9393] By: jhi                                   on 2001/03/27  20:49:55
6039         Log: Retract #9329 now that 9390 should take care of the matter.
6040      Branch: perl
6041            ! utils/h2xs.PL
6042 ____________________________________________________________________________
6043 [  9390] By: jhi                                   on 2001/03/27  20:47:50
6044         Log: Subject: Autoloading Errno.pm when %! is encountered
6045              From: Robin Houston <robin@kitsite.com>
6046              Date: Tue, 27 Mar 2001 20:57:11 +0100
6047              Message-ID: <20010327205710.A24053@puffinry.freeserve.co.uk>
6048      Branch: perl
6049            ! embed.h embed.pl gv.c proto.h t/op/magic.t
6050 ____________________________________________________________________________
6051 [  9389] By: jhi                                   on 2001/03/27  20:24:31
6052         Log: Integrate perlio.
6053      Branch: perl
6054           !> doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
6055           !> ext/MIME/Base64/QuotedPrint.pm t/lib/encode.t t/lib/mimeb64.t
6056           !> utf8.c
6057 ____________________________________________________________________________
6058 [  9388] By: jhi                                   on 2001/03/27  20:21:38
6059         Log: Better have a three-element array if one is going to assign
6060              to the third element of that array. (from Tim Jenness)
6061      Branch: perl
6062            ! ext/XS/Typemap/Typemap.xs
6063 ____________________________________________________________________________
6064 [  9387] By: nick                                  on 2001/03/27  20:15:43
6065         Log: Integrate mainline.
6066      Branch: perlio
6067           +> ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
6068           +> ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
6069           +> ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
6070           +> t/lib/xs-typemap.t
6071           !> (integrate 34 files)
6072 ____________________________________________________________________________
6073 [  9386] By: jhi                                   on 2001/03/27  20:04:18
6074         Log: Subject: Re: perl@9359 breaks HTML::Parser
6075              From: Gisle Aas <gisle@ActiveState.com>
6076              Date: 27 Mar 2001 11:30:24 -0800
6077              Message-ID: <lrr8zjxb5b.fsf@caliper.ActiveState.com>
6078              
6079              Clarify the UTF-8 issues of the API docs.
6080              (Slightly reworded and expanded.)
6081      Branch: perl
6082            ! pod/perlapi.pod sv.c sv.h
6083 ____________________________________________________________________________
6084 [  9385] By: jhi                                   on 2001/03/27  19:44:25
6085         Log: If directory entries compare equal case-insensitively,
6086              retry case-sensitively.
6087      Branch: perl
6088            ! ext/File/Glob/bsd_glob.c
6089 ____________________________________________________________________________
6090 [  9384] By: nick                                  on 2001/03/27  19:38:50
6091         Log: Various EBCDIC fixes:
6092              - major revelation that swash code is encoding aware,
6093              (or thought it was) - now it is ;-)
6094              - With that out of the way fix a slab of tr/// cases.
6095              - Fix Encode 'Unicode' to be true Unicode so tests pass.
6096              - As anticipated Base64.xs needed tweaks.
6097              - Until tr/// works right avoid old_encode64 in MIME tests.
6098      Branch: perlio
6099            ! doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
6100            ! t/lib/encode.t t/lib/mimeb64.t utf8.c
6101 ____________________________________________________________________________
6102 [  9383] By: jhi                                   on 2001/03/27  18:34:41
6103         Log: Add the std test suite BEGIN block.
6104      Branch: perl
6105            ! t/lib/xs-typemap.t
6106 ____________________________________________________________________________
6107 [  9382] By: jhi                                   on 2001/03/27  15:16:07
6108         Log: Add debugging output to the test.
6109      Branch: perl
6110            ! t/lib/glob-basic.t
6111 ____________________________________________________________________________
6112 [  9381] By: jhi                                   on 2001/03/27  15:08:10
6113         Log: Add Tim Jenness' XS::Typemap for exercizing the standard typemap.
6114      Branch: perl
6115            + ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
6116            + ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
6117            + ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
6118            + t/lib/xs-typemap.t
6119            ! MANIFEST
6120 ____________________________________________________________________________
6121 [  9380] By: jhi                                   on 2001/03/27  14:48:34
6122         Log: Subject: [PATCH] Typemap testing
6123              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
6124              Date: Sun, 25 Mar 2001 16:46:12 -1000 (HST)
6125              Message-ID: <Pine.LNX.4.30.0103251629350.16988-101000@lapaki.jach.hawaii.edu>
6126              
6127              (The first part of the patch.)
6128      Branch: perl
6129            ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
6130 ____________________________________________________________________________
6131 [  9379] By: jhi                                   on 2001/03/27  14:44:56
6132         Log: Subject: Re: [PATCH] t/lib/glob-basic.t  
6133              From: Benjamin Sugars <bsugars@canoe.ca> 
6134              Date: Mon, 26 Mar 2001 14:11:47 -0500 (EST)
6135              Message-ID: <Pine.LNX.4.21.0103261406170.2729-100000@marmot.rim.canoe.ca>
6136      Branch: perl
6137            ! t/lib/glob-basic.t
6138 ____________________________________________________________________________
6139 [  9378] By: jhi                                   on 2001/03/27  14:42:30
6140         Log: Subject: [PATCH] perlvar nit
6141              From: Simon Cozens <simon@netthink.co.uk>
6142              Date: Tue, 27 Mar 2001 01:12:01 +0100
6143              Message-ID: <20010327011201.A19179@netthink.co.uk>
6144      Branch: perl
6145            ! pod/perlvar.pod
6146 ____________________________________________________________________________
6147 [  9377] By: jhi                                   on 2001/03/27  14:36:26
6148         Log: Subject: [PATCH] B::Terse and warnings
6149              From: Benjamin Sugars <ben.sugars@home.com>
6150              Date: Mon, 26 Mar 2001 23:40:33 -0500 (EST)
6151              Message-ID: <Pine.LNX.4.21.0103262320170.20040-100000@localhost.localdomain>
6152      Branch: perl
6153            ! ext/B/B.pm ext/B/B/Terse.pm
6154 ____________________________________________________________________________
6155 [  9376] By: jhi                                   on 2001/03/27  14:31:31
6156         Log: Document sockatmark() some.
6157      Branch: perl
6158            ! pod/perldiag.pod pod/perlfunc.pod pod/perlport.pod
6159            ! pod/perltoc.pod
6160 ____________________________________________________________________________
6161 [  9375] By: jhi                                   on 2001/03/27  14:00:24
6162         Log: sv_catpvf(sv, "%c", 128) should not UTF-8-ify the sv,
6163              noted by Gisle and fixed by NI-S.
6164      Branch: perl
6165            ! sv.c
6166 ____________________________________________________________________________
6167 [  9374] By: jhi                                   on 2001/03/27  05:50:01
6168         Log: Regen toc.
6169      Branch: perl
6170            ! pod/perltoc.pod
6171 ____________________________________________________________________________
6172 [  9373] By: jhi                                   on 2001/03/27  05:43:51
6173         Log: Pixie documenting.
6174      Branch: perl
6175            ! Makefile.SH pod/perlhack.pod
6176 ____________________________________________________________________________
6177 [  9372] By: jhi                                   on 2001/03/27  05:29:34
6178         Log: Metaconfig unit changes for #9371.
6179      Branch: metaconfig
6180            ! U/modified/myhostname.U
6181      Branch: metaconfig/U/perl
6182            + d_sockatmark.U
6183            ! gccvers.U
6184 ____________________________________________________________________________
6185 [  9371] By: jhi                                   on 2001/03/27  05:29:07
6186         Log: Add sockatmark() probing.
6187      Branch: perl
6188            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6189            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
6190            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
6191            ! vos/config.ga.h win32/config.bc win32/config.gc
6192            ! win32/config.vc
6193 ____________________________________________________________________________
6194 [  9370] By: jhi                                   on 2001/03/26  22:01:18
6195         Log: pp_ncmp() and pp_scmp() should return numeric values, not booleans.
6196              Really need to benchmark this.
6197      Branch: perl
6198            ! pp.c
6199 ____________________________________________________________________________
6200 [  9369] By: nick                                  on 2001/03/26  21:59:30
6201         Log: Integrate mainline.
6202      Branch: perlio
6203            ! ext/MIME/Base64/QuotedPrint.pm
6204           !> Changes Makefile.SH ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
6205           !> patchlevel.h pod/perlhack.pod pp_sys.c
6206 ____________________________________________________________________________
6207 [  9368] By: jhi                                   on 2001/03/26  21:47:03
6208         Log: Treat pp_ncmp() and pp_scmp() as in #9366 (ROK).
6209              
6210              TODO1: perlbench.
6211              TODO2: le, lt, ge, gt?  Yech.
6212      Branch: perl
6213            ! pp.c
6214 ____________________________________________________________________________
6215 [  9367] By: jhi                                   on 2001/03/26  21:34:57
6216         Log: Too much cut-and-paste in #9363.
6217      Branch: perl
6218            ! pp_sys.c
6219 ____________________________________________________________________________
6220 [  9366] By: jhi                                   on 2001/03/26  21:20:53
6221         Log: Subject: $ref1 == $ref2 without NV_PRESERVES_UV
6222              From: Andreas Schwab <schwab@suse.de>
6223              Date: 26 Mar 2001 17:29:04 +0200
6224              Message-ID: <jeitkw5z27.fsf@hawking.suse.de>
6225              
6226              (The patch for 5.6.0 or so, this is a guess for bleadperl)
6227      Branch: perl
6228            ! pp_hot.c
6229 ____________________________________________________________________________
6230 [  9365] By: jhi                                   on 2001/03/26  21:07:54
6231         Log: Integrate perlio.
6232      Branch: perl
6233           !> perlio.c
6234 ____________________________________________________________________________
6235 [  9364] By: nick                                  on 2001/03/26  20:30:48
6236         Log: REFCNT botch in layer name cache hash.
6237      Branch: perlio
6238            ! perlio.c
6239 ____________________________________________________________________________
6240 [  9363] By: jhi                                   on 2001/03/26  18:44:32
6241         Log: Subject: [PATCH] socket() leaks file descriptors
6242              From: Benjamin Sugars <bsugars@canoe.ca>
6243              Date: Mon, 26 Mar 2001 13:29:54 -0500 (EST)
6244              Message-ID: <Pine.LNX.4.21.0103261315510.2729-100000@marmot.rim.canoe.ca>
6245              
6246              Also sockpair() fixed similarly.
6247      Branch: perl
6248            ! pp_sys.c
6249 ____________________________________________________________________________
6250 [  9362] By: jhi                                   on 2001/03/26  18:37:52
6251         Log: Integrate perlio.
6252      Branch: perl
6253           !> README.os390 miniperlmain.c perlio.c perliol.h t/op/pat.t
6254 ____________________________________________________________________________
6255 [  9361] By: nick                                  on 2001/03/26  17:32:06
6256         Log: Implement flush of linebuffered streams on read of a tty.
6257      Branch: perlio
6258            ! perlio.c perliol.h
6259 ____________________________________________________________________________
6260 [  9360] By: nick                                  on 2001/03/26  17:12:32
6261         Log: Memory tweaks and notes for OEMVS.
6262      Branch: perlio
6263            ! README.os390 miniperlmain.c t/op/pat.t
6264 ____________________________________________________________________________
6265 [  9359] By: jhi                                   on 2001/03/26  02:12:54
6266         Log: Update Changes.
6267      Branch: perl
6268            ! Changes patchlevel.h
6269 ____________________________________________________________________________
6270 [  9358] By: jhi                                   on 2001/03/26  02:05:32
6271         Log: Document the most common pixie options.
6272      Branch: perl
6273            ! pod/perlhack.pod
6274 ____________________________________________________________________________
6275 [  9357] By: jhi                                   on 2001/03/26  01:25:28
6276         Log: For perl.pixie check *before* compiling that optimize is -g,
6277              as for perl.third.
6278      Branch: perl
6279            ! Makefile.SH
6280 ____________________________________________________________________________
6281 [  9356] By: jhi                                   on 2001/03/26  01:13:41
6282         Log: rmdir lib/Digest, lib/MIME, and lib/PerlIO.
6283      Branch: perl
6284            ! Makefile.SH
6285 ____________________________________________________________________________
6286 [  9355] By: jhi                                   on 2001/03/26  01:11:19
6287         Log: Remove t/perl.third.
6288      Branch: perl
6289            ! Makefile.SH
6290 ____________________________________________________________________________
6291 [  9354] By: jhi                                   on 2001/03/26  00:23:38
6292         Log: Implement IO::Socket::atmark(), inspired by Lincoln Stein's
6293              IO::Sockatmark().
6294      Branch: perl
6295            ! ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
6296 ____________________________________________________________________________
6297 [  9353] By: jhi                                   on 2001/03/25  22:25:04
6298         Log: Integrate perlio.
6299      Branch: perl
6300           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
6301           !> ext/PerlIO/Scalar/Scalar.xs perl.c perlio.c perlio.h perliol.h
6302           !> pp_hot.c win32/makefile.mk
6303 ____________________________________________________________________________
6304 [  9352] By: jhi                                   on 2001/03/25  22:21:41
6305         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
6306              From: Radu Greab <radu@netsoft.ro>
6307              Date: Fri, 23 Mar 2001 21:14:59 +0200 (EET)
6308              Message-ID: <15035.41139.646781.478457@ix.netsoft.ro>
6309      Branch: perl
6310            ! pp_sys.c
6311 ____________________________________________________________________________
6312 [  9351] By: nick                                  on 2001/03/25  22:15:02
6313         Log: Fix readline in list mode to tell rest of world that it has
6314              things on the stack. Otherwise if perl code gets invoked
6315              underneath it it scribbles over results-so-far.
6316              (Why TIEHANDLE has not tripped on this is a mystery.)
6317      Branch: perlio
6318            ! pp_hot.c
6319 ____________________________________________________________________________
6320 [  9350] By: nick                                  on 2001/03/25  22:10:13
6321         Log: win32/makefile.mk typos
6322      Branch: perlio
6323            ! win32/makefile.mk
6324 ____________________________________________________________________________
6325 [  9349] By: nick                                  on 2001/03/25  21:31:14
6326         Log: Integrate now-non-binary file.
6327      Branch: perlio
6328           !> t/lib/mimeqp.t
6329 ____________________________________________________________________________
6330 [  9348] By: nick                                  on 2001/03/25  21:27:24
6331         Log: Make it text
6332      Branch: perlio
6333            ! t/lib/mimeqp.t
6334 ____________________________________________________________________________
6335 [  9347] By: nick                                  on 2001/03/25  21:25:37
6336         Log: Integrate mainline.
6337      Branch: perlio
6338           !> ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
6339           !> lib/Term/ReadLine.pm t/lib/md5-file.t
6340 ____________________________________________________________________________
6341 [  9346] By: nick                                  on 2001/03/25  20:58:15
6342         Log: Add destruct time hook to PerlIO (for work-in-process implementing
6343              layers in perl code. In such cases layers need to be popped before
6344              we loose the ability to run perl code.)
6345              Also back-out "PerlIO::object" hook - it isn't going to work like that...
6346      Branch: perlio
6347            ! perl.c perlio.c perlio.h perliol.h
6348 ____________________________________________________________________________
6349 [  9345] By: nick                                  on 2001/03/25  20:49:11
6350         Log: Avoid at leasy one of undefined warnings in Encode.
6351      Branch: perlio
6352            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
6353 ____________________________________________________________________________
6354 [  9344] By: jhi                                   on 2001/03/25  20:37:43
6355         Log: A workaround for using Term::ReadLine in emacs minibuffer
6356              from Wybo Dekker <wybo@servalys.nl> and Johan Vromans;
6357              additional tweaks from Ilya Zakharevich.
6358      Branch: perl
6359            ! lib/Term/ReadLine.pm
6360 ____________________________________________________________________________
6361 [  9343] By: nick                                  on 2001/03/25  20:21:14
6362         Log: Missing return value.
6363      Branch: perlio
6364            ! ext/PerlIO/Scalar/Scalar.xs
6365 ____________________________________________________________________________
6366 [  9342] By: jhi                                   on 2001/03/25  16:21:00
6367         Log: Roll back the version numbers of Digest::MD5 and MIME::Base64
6368              to equal the CPAN versions since no code changes have been made.
6369      Branch: perl
6370            ! ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
6371            ! t/lib/md5-file.t
6372 ____________________________________________________________________________
6373 [  9341] By: jhi                                   on 2001/03/25  16:01:48
6374         Log: Escape 8-bit characters.
6375      Branch: perl
6376            ! t/lib/mimeqp.t
6377 ____________________________________________________________________________
6378 [  9340] By: gsar                                  on 2001/03/25  15:50:53
6379         Log: readd mimeqp.t as xtext (used to be binary because of the literal 8-bit
6380              chars)
6381      Branch: perl
6382            + t/lib/mimeqp.t
6383 ____________________________________________________________________________
6384 [  9339] By: gsar                                  on 2001/03/25  15:48:50
6385         Log: delete mimeqp.t for later with text mode set
6386      Branch: perl
6387            - t/lib/mimeqp.t
6388 ____________________________________________________________________________
6389 [  9338] By: nick                                  on 2001/03/25  09:01:57
6390         Log: Integrate mainline.
6391      Branch: perlio
6392           +> ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
6393           +> ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
6394           +> ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
6395           +> t/lib/mimeb64u.t t/lib/mimeqp.t
6396           !> MANIFEST configure.com djgpp/config.over epoc/config.sh
6397           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh t/lib/md5-file.t
6398           !> utils/h2xs.PL win32/Makefile win32/makefile.mk
6399 ____________________________________________________________________________
6400 [  9337] By: jhi                                   on 2001/03/25  04:23:24
6401         Log: Add MIME::Base64 here and there.  Again, a lot of
6402              optimism is in the air.
6403      Branch: perl
6404            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
6405            ! hints/uwin.sh hints/vmesa.sh win32/Makefile win32/makefile.mk
6406 ____________________________________________________________________________
6407 [  9336] By: jhi                                   on 2001/03/25  04:12:43
6408         Log: Add PerlIO::Scalar to win32/Makefile. (I'm doing
6409              this by ear as I do not do Win32 programming.)
6410      Branch: perl
6411            ! win32/Makefile win32/makefile.mk
6412 ____________________________________________________________________________
6413 [  9335] By: jhi                                   on 2001/03/25  04:03:50
6414         Log: Put back the MD5-Base64 tests now that we have MIME::Base64.
6415      Branch: perl
6416            ! t/lib/md5-file.t
6417 ____________________________________________________________________________
6418 [  9334] By: jhi                                   on 2001/03/25  03:58:53
6419         Log: Add MIME::Base 2.12 from Gisle Aas, version number bumped to 2.13.
6420      Branch: perl
6421            + ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
6422            + ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
6423            + ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
6424            + t/lib/mimeb64u.t t/lib/mimeqp.t
6425            ! MANIFEST
6426 ____________________________________________________________________________
6427 [  9333] By: jhi                                   on 2001/03/24  20:14:37
6428         Log: Integrate perlio.
6429      Branch: perl
6430           !> doio.c pod/perlfunc.pod pod/perliol.pod win32/makefile.mk
6431 ____________________________________________________________________________
6432 [  9332] By: nick                                  on 2001/03/24  19:40:34
6433         Log: Fix un-init variable leading to spurious "Out of Memory!"
6434      Branch: perlio
6435            ! doio.c
6436 ____________________________________________________________________________
6437 [  9331] By: nick                                  on 2001/03/24  19:09:59
6438         Log: Tweak docs for C<open> (boy does that need wholesale revision...)
6439              and update layers internals doc.
6440      Branch: perlio
6441            ! pod/perlfunc.pod pod/perliol.pod
6442 ____________________________________________________________________________
6443 [  9330] By: jhi                                   on 2001/03/24  18:42:11
6444         Log: The length might be uninitialized garbage if the *svp is the undef.
6445      Branch: perl
6446            ! doio.c
6447 ____________________________________________________________________________
6448 [  9329] By: jhi                                   on 2001/03/24  18:26:57
6449         Log: (Retracted by #9393)
6450
6451              Subject: [PATCH h2xs] $!{EINVAL} requires "use Errno"
6452              From: Simon Cozens <simon@netthink.co.uk>
6453              Date: Sat, 24 Mar 2001 17:13:17 +0000
6454              Message-ID: <20010324171317.A13406@netthink.co.uk>
6455      Branch: perl
6456            ! utils/h2xs.PL
6457 ____________________________________________________________________________
6458 [  9328] By: nick                                  on 2001/03/24  17:22:02
6459         Log: Integrate mainline.
6460      Branch: perlio
6461           !> lib/unicode/Names.txt lib/unicode/ReadMe.txt
6462           !> lib/unicode/version
6463 ____________________________________________________________________________
6464 [  9327] By: nick                                  on 2001/03/24  17:16:02
6465         Log: Integrate mainline.
6466      Branch: perlio
6467           +> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
6468           +> ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
6469           +> ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
6470           +> lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
6471           +> t/lib/md5-file.t
6472           !> MANIFEST Makefile.SH configure.com djgpp/config.over
6473           !> epoc/config.sh ext/DynaLoader/hints/aix.pl hints/aix.sh
6474           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh lib/Net/Ping.pm op.c
6475           !> pp.c t/lib/b.t t/op/re_tests t/op/repeat.t win32/Makefile
6476           !> win32/makefile.mk
6477 ____________________________________________________________________________
6478 [  9326] By: jhi                                   on 2001/03/24  17:00:42
6479         Log: Upgrade to Unicode 3.1 beta 2001-03-23.
6480      Branch: perl
6481            ! lib/unicode/Names.txt lib/unicode/ReadMe.txt
6482            ! lib/unicode/version
6483 ____________________________________________________________________________
6484 [  9325] By: jhi                                   on 2001/03/24  16:22:33
6485         Log: Subject: Re: B::Deparse bug (5.6.0)
6486              From: Robin Houston <robin@kitsite.com>
6487              Date: Sat, 24 Mar 2001 14:33:09 +0000
6488              Message-ID: <20010324143309.B17734@puffinry.freeserve.co.uk>
6489      Branch: perl
6490            ! op.c pp.c t/lib/b.t t/op/repeat.t
6491 ____________________________________________________________________________
6492 [  9324] By: jhi                                   on 2001/03/24  16:21:56
6493         Log: Boldly add extensions to be built to VMS, EPOC, UTS,
6494              U/WIN, and VM/ESA (and fixups for DJGPP).  Some of
6495              these additions may be too optimistic.
6496      Branch: perl
6497            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
6498            ! hints/uwin.sh hints/vmesa.sh
6499 ____________________________________________________________________________
6500 [  9323] By: jhi                                   on 2001/03/24  16:06:01
6501         Log: Integrate perlio.
6502      Branch: perl
6503           +> ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
6504           +> ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
6505            ! Makefile.SH
6506           !> MANIFEST doio.c embed.h ext/Encode/Encode.xs
6507           !> ext/POSIX/POSIX.xs global.sym iperlsys.h makedef.pl objXSUB.h
6508           !> perlapi.c perlio.c perliol.h proto.h t/io/open.t t/io/utf8.t
6509           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
6510           !> win32/makefile.mk win32/perlhost.h win32/win32.c
6511           !> win32/win32iop.h
6512 ____________________________________________________________________________
6513 [  9322] By: nick                                  on 2001/03/24  14:39:12
6514         Log: Routine Win32 regen_config_h - no real changes.
6515      Branch: perlio
6516            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
6517 ____________________________________________________________________________
6518 [  9321] By: nick                                  on 2001/03/24  14:31:49
6519         Log: PerlIO fixups for Win32:
6520              - provide win33_popenlist() - non-functional as yet.
6521              - avoid need for aTHX in PerlIO_debug calls - even if not 
6522              enabled args are still evaluated so Win32 has trouble during fork().
6523              - Add PerlIO/Scalar to list of extensions in win32/makefile.mk
6524              - Fixup makedef.pl for latest set of symbols.
6525      Branch: perlio
6526            ! iperlsys.h makedef.pl perlio.c win32/makefile.mk
6527            ! win32/perlhost.h win32/win32.c win32/win32iop.h
6528 ____________________________________________________________________________
6529 [  9320] By: nick                                  on 2001/03/24  14:26:58
6530         Log: POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD not defined
6531              was gibberish - broke it on WIn32 at least.
6532      Branch: perlio
6533            ! ext/POSIX/POSIX.xs
6534 ____________________________________________________________________________
6535 [  9319] By: nick                                  on 2001/03/24  11:29:41
6536         Log: Generated files.
6537      Branch: perlio
6538            ! embed.h global.sym objXSUB.h perlapi.c proto.h
6539 ____________________________________________________________________________
6540 [  9318] By: nick                                  on 2001/03/24  10:29:37
6541         Log: Implement:
6542              1.  open($fh,"+<",undef);  # add test to t/io/open.t
6543              2.  open($fh,"+<",\$var);  # New test t/lib/io_scalar.t
6544      Branch: perlio
6545            + ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
6546            + ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
6547            ! MANIFEST doio.c ext/Encode/Encode.xs perlio.c perliol.h
6548            ! t/io/open.t t/io/utf8.t
6549 ____________________________________________________________________________
6550 [  9317] By: jhi                                   on 2001/03/23  23:41:25
6551         Log: AIX does seems to have optimization problems with its C compilers.
6552      Branch: perl
6553            ! hints/aix.sh
6554 ____________________________________________________________________________
6555 [  9316] By: jhi                                   on 2001/03/23  23:40:46
6556         Log: Integrate perlio.
6557      Branch: perl
6558           +> lib/PerlIO.pm
6559           !> MANIFEST doio.c ext/Encode/Encode.xs perlio.c perlio.h
6560           !> perliol.h
6561 ____________________________________________________________________________
6562 [  9315] By: jhi                                   on 2001/03/23  22:16:30
6563         Log: Fix the EBCDIC MD5.pm checksum, from Pter Prymmer.
6564      Branch: perl
6565            ! t/lib/md5-file.t
6566 ____________________________________________________________________________
6567 [  9314] By: nick                                  on 2001/03/23  20:49:02
6568         Log: Perlio internals re-organized.
6569              - open process creates AV of layer/arg pairs
6570              (appends layers from open() or open.pm to default list).
6571              - push arg is now an SV.
6572              - layer ->Open get passed the AV
6573              - open is no longer mandatory method.
6574              - topmost layer that has ->Open method does the open
6575              - any layers above are pushed once that returns.
6576              - vtable re-ordered so dummy layers need only provide push/pop methods.
6577      Branch: perlio
6578            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
6579 ____________________________________________________________________________
6580 [  9313] By: nick                                  on 2001/03/23  16:27:41
6581         Log: Check in a stable (working) version before next round of tweaks.
6582              Changes include:
6583              - Move default layers code out of doio.c and into perlio.c
6584              - Single routine for parsing layer specification strings.
6585              - Skeleton support for demand loading of layers
6586              - Core-dump avoidance if PERLIO environment specifies loadable layer
6587              (does not _work_ as need IO to load and need load to do IO ...)
6588      Branch: perlio
6589            + lib/PerlIO.pm
6590            ! MANIFEST doio.c perlio.c
6591 ____________________________________________________________________________
6592 [  9312] By: gsar                                  on 2001/03/23  16:25:25
6593         Log: add execute bit to files with shebang lines in the repository;
6594              avoid clobbering execute bit in Porting/makerel 
6595      Branch: maint-5.6/perl
6596            ! (edit 144 files)
6597 ____________________________________________________________________________
6598 [  9311] By: jhi                                   on 2001/03/23  14:25:35
6599         Log: Forgot the unneeded hints/dec_osf.pl into MANIFEST in #9308.
6600      Branch: perl
6601            ! MANIFEST
6602 ____________________________________________________________________________
6603 [  9310] By: jhi                                   on 2001/03/23  13:45:04
6604         Log: Subject: [PATCH] Net::Ping
6605              From: Colin McMillen <mcmi0037@tc.umn.edu>
6606              Date: Thu, 22 Mar 2001 19:30:31 -0600
6607              Message-ID: <20010322193031.A18814@strago.jenovaproject.org>
6608      Branch: perl
6609            ! lib/Net/Ping.pm
6610 ____________________________________________________________________________
6611 [  9309] By: jhi                                   on 2001/03/23  13:39:13
6612         Log: EBCDIC patches for Digest::MD5 tests from Peter Prymmer.
6613      Branch: perl
6614            ! t/lib/md5-aaa.t t/lib/md5-file.t
6615 ____________________________________________________________________________
6616 [  9308] By: jhi                                   on 2001/03/23  13:20:34
6617         Log: Integrate Digest-1.00 and Digest-MD5-2.13, from Gisle Aas.
6618              - bump the version to 2.14
6619              - drop the base64 tests since they require MIME::Base64
6620              - drop the rfc1321.txt
6621              - drop the hints/dec_osf.pl since it's only needed for
6622              pre-5.005_03 Perls
6623              Todo:
6624              - the U32 alignment testing is now removed; it needs to
6625              be reintroduced as as a Config variable (meaning also
6626              as a Configure test)
6627              - get the new EBCDIC md5sum for MD5.pm
6628              - test in Win32 to see how badly I botched the makefiles
6629      Branch: perl
6630            + ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
6631            + ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
6632            + ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
6633            + lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
6634            + t/lib/md5-file.t
6635            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
6636            ! win32/Makefile win32/makefile.mk
6637 ____________________________________________________________________________
6638 [  9307] By: jhi                                   on 2001/03/23  12:56:14
6639         Log: Integrate change #9306 from maintperl into mainline,
6640              AIX dynaloader for AIXes without <load.h>.
6641      Branch: perl
6642           !> ext/DynaLoader/hints/aix.pl
6643 ____________________________________________________________________________
6644 [  9306] By: jhi                                   on 2001/03/23  12:51:36
6645         Log: There are AIXes without /usr/include/load.h,
6646              patch from H.Merijn Brand.
6647      Branch: maint-5.6/perl
6648            ! ext/DynaLoader/hints/aix.pl
6649 ____________________________________________________________________________
6650 [  9305] By: nick                                  on 2001/03/23  11:00:42
6651         Log: Add pTHX_ to -Duseperlio API where it does not conflict with legacy stuff.
6652      Branch: perlio
6653            ! ext/Encode/Encode.xs perlio.c perlio.h
6654 ____________________________________________________________________________
6655 [  9304] By: nick                                  on 2001/03/23  10:20:46
6656         Log: Render -Duseperlio functional again.
6657              - this is "quick fix" which calls PerlIO_apply_layers after opening,
6658              which is what old scheme did. New scheme needs to change that
6659              to make open(...,\$scalar) etc. work but this will do for now.
6660      Branch: perlio
6661            ! perlio.c
6662 ____________________________________________________________________________
6663 [  9303] By: nick                                  on 2001/03/23  09:53:20
6664         Log: Avoid "reopen" semantics for time being. Fix bug in dup logic.
6665              -Uuseperlio now works again.
6666              -Duseperlio is still poorly. Don't merge yet...
6667      Branch: perlio
6668            ! doio.c perlio.h
6669 ____________________________________________________________________________
6670 [  9302] By: nick                                  on 2001/03/22  22:26:51
6671         Log: Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOUT!")
6672              type code.
6673              - Invent PerlIO_openn() - which has "lots" of args a bit like do_openn() which
6674              is its main caller. In particular now has access to "extra" args, and
6675              can tell when an open handle is "reopened" (or duped?).
6676              - In -Duseperlio PerlIO_open() et. al. are now wrappers on PerlIO_openn().
6677              - In -Uuseperlio (untested as yet) PerlIO_openn() is a wrapper on
6678              PerlIO_open() et. al. (i.e. other way round).
6679              - Collapse "vtable" entries for layers - was fdopen/open/reopen now just open
6680              with args close to PerlIO_openn().
6681      Branch: perlio
6682            ! doio.c ext/Encode/Encode.xs perlio.c perlio.h perliol.h
6683 ____________________________________________________________________________
6684 [  9301] By: jhi                                   on 2001/03/22  20:58:04
6685         Log: Integrate perlio.
6686      Branch: perl
6687           !> doio.c embed.pl iperlsys.h perl.c perlio.c pp_hot.c pp_sys.c
6688           !> t/io/open.t util.c
6689 ____________________________________________________________________________
6690 [  9300] By: nick                                  on 2001/03/22  17:36:32
6691         Log: Don't include $@ in not ok message.
6692      Branch: perlio
6693            ! t/io/open.t
6694 ____________________________________________________________________________
6695 [  9299] By: gsar                                  on 2001/03/22  16:53:45
6696         Log: back out changes#7532,7521 for now (appears to have problems
6697              on IRIX)
6698      Branch: maint-5.6/perl
6699            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
6700            ! ext/POSIX/typemap pod/perlvar.pod
6701 ____________________________________________________________________________
6702 [  9298] By: nick                                  on 2001/03/22  14:35:46
6703         Log: Give a meaning to '&' in n-arg open case:
6704              open($fh,"<&",$scalar);
6705              $scalar can be:
6706              - an integer which does "fdopen"
6707              open($fh,"<&",2); # like open($fh,"<&2")
6708              - something that will yield a file handle via sv_2io()
6709              useful for dup'ing anonymous handles.
6710              e.g.:
6711              open(my $fh,"<&",\*STDIN);
6712              open(my $dup,"<&",$fh);
6713      Branch: perlio
6714            ! doio.c t/io/open.t
6715 ____________________________________________________________________________
6716 [  9297] By: nick                                  on 2001/03/22  13:34:35
6717         Log: Implement open($fh,"-|",prog,args...) for HAS_FORK cases.
6718      Branch: perlio
6719            ! util.c
6720 ____________________________________________________________________________
6721 [  9296] By: nick                                  on 2001/03/22  12:51:20
6722         Log: Re-instate warnings for 'eof STDOUT' etc. by marking STD* as appropriate IoTYPE.
6723      Branch: perlio
6724            ! perl.c
6725 ____________________________________________________________________________
6726 [  9295] By: nick                                  on 2001/03/22  11:59:44
6727         Log: If stdin, stdout or stderr get opened in unexpected read/write state
6728              then warn at time of open not at time of use.
6729      Branch: perlio
6730            ! doio.c pp_hot.c pp_sys.c
6731 ____________________________________________________________________________
6732 [  9294] By: nick                                  on 2001/03/22  10:54:35
6733         Log: Die on n-arg open(...,"",xxx,yyy,...)
6734              - redirect pipe cases to PerlProc_popen_list() (which just croaks for now)
6735              - die on read/write cases so we can decide what it means later.
6736      Branch: perlio
6737            ! doio.c embed.pl iperlsys.h util.c
6738 ____________________________________________________________________________
6739 [  9293] By: nick                                  on 2001/03/22  09:02:45
6740         Log: perlio tweaks (reported by Nick Clark)
6741              Line buffer ttys, PerlIOBuf_tell() on unseekable off-by one,
6742              error check in Pendinf_read().
6743      Branch: perlio
6744            ! perlio.c
6745 ____________________________________________________________________________
6746 [  9292] By: gsar                                  on 2001/03/22  07:12:00
6747         Log: integrate changes#8306,8532 from mainline (missing USE_PURE_BISON
6748              fixes)
6749      Branch: maint-5.6/perl
6750           !> embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h toke.c
6751 ____________________________________________________________________________
6752 [  9291] By: jhi                                   on 2001/03/22  06:06:44
6753         Log: Regex tests from Chicheng Zhang.  (Already fixed.)
6754      Branch: perl
6755            ! t/op/re_tests
6756 ____________________________________________________________________________
6757 [  9290] By: jhi                                   on 2001/03/22  05:57:01
6758         Log: Move MacOS Classic higher in the list of supported platforms.
6759      Branch: maint-5.6/perl
6760            ! pod/perlport.pod
6761 ____________________________________________________________________________
6762 [  9289] By: gsar                                  on 2001/03/22  05:35:04
6763         Log: revert part of change#6438 for compatibility (av_reify()
6764              appears to be needed to implement av_splice()ish things
6765              in XS)
6766      Branch: maint-5.6/perl
6767            ! embed.pl global.sym objXSUB.h perlapi.c
6768 ____________________________________________________________________________
6769 [  9288] By: gsar                                  on 2001/03/22  03:09:19
6770         Log: update copyright year
6771      Branch: maint-5.6/perl
6772            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
6773            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
6774            ! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c
6775            ! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h
6776            ! toke.c utf8.c utf8.h util.c util.h x2p/EXTERN.h x2p/INTERN.h
6777            ! x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/a2py.c x2p/hash.c x2p/hash.h
6778            ! x2p/proto.h x2p/str.c x2p/str.h x2p/util.c x2p/util.h
6779            ! x2p/walk.c
6780 ____________________________________________________________________________
6781 [  9287] By: jhi                                   on 2001/03/21  20:30:54
6782         Log: Integrate perlio.
6783      Branch: perl
6784           !> ext/Data/Dumper/Dumper.xs
6785 ____________________________________________________________________________
6786 [  9286] By: gsar                                  on 2001/03/21  19:49:54
6787         Log: makefile.mk tweak
6788      Branch: maint-5.6/perl
6789            ! win32/Makefile win32/makefile.mk
6790 ____________________________________________________________________________
6791 [  9285] By: nick                                  on 2001/03/21  19:07:13
6792         Log: Multiplicity fix for Dumper.
6793      Branch: perlio
6794            ! ext/Data/Dumper/Dumper.xs
6795 ____________________________________________________________________________
6796 [  9284] By: nick                                  on 2001/03/21  19:01:07
6797         Log: Integrate mainline - (does not build xTHX issue in Dumper).
6798      Branch: perlio
6799           !> (integrate 27 files)
6800 ____________________________________________________________________________
6801 [  9283] By: jhi                                   on 2001/03/21  17:17:35
6802         Log: Integrate change #9282 from mainline into maintperl,
6803              4-arg UTF-8 substr().
6804      Branch: maint-5.6/perl
6805           !> pp.c
6806 ____________________________________________________________________________
6807 [  9282] By: jhi                                   on 2001/03/21  17:15:43
6808         Log: The #9270 would have leaked a scalar if pp_substr()
6809              returned early.
6810      Branch: perl
6811            ! pp.c
6812 ____________________________________________________________________________
6813 [  9281] By: gsar                                  on 2001/03/21  17:03:14
6814         Log: makefile.mk defaults to GCC, not BORLAND (as mentioned in README.win32)
6815      Branch: maint-5.6/perl
6816            ! win32/makefile.mk
6817 ____________________________________________________________________________
6818 [  9280] By: gsar                                  on 2001/03/21  17:01:20
6819         Log: some tweaks to change#9278 (fork() emulation should be enabled
6820              by setting BUILD_FLAVOR instead of changing the defaults)
6821      Branch: maint-5.6/perl
6822            ! win32/makefile.mk
6823 ____________________________________________________________________________
6824 [  9279] By: gsar                                  on 2001/03/21  16:47:19
6825         Log: integrate change#9271 from mainline; a tweak to Glob.pm docs
6826      Branch: maint-5.6/perl
6827            ! ext/File/Glob/Glob.pm
6828           !> lib/Cwd.pm
6829 ____________________________________________________________________________
6830 [  9278] By: jhi                                   on 2001/03/21  14:35:10
6831         Log: Subject: [PATCH: 5.6.1-trial3] Borland C++ for Win32 fixes
6832              From: "Vadim Konovalov" <watman@inbox.ru>
6833              Date: Wed, 21 Mar 2001 01:53:51 +0300
6834              Message-ID: <004101c0b190$a749ea20$f7c030d4@vad>
6835      Branch: maint-5.6/perl
6836            ! win32/makefile.mk win32/win32sck.c
6837 ____________________________________________________________________________
6838 [  9277] By: jhi                                   on 2001/03/21  13:58:28
6839         Log: Integrate change #9270 from mainline to maintperl:
6840              continued 4-arg UTF-8 substr() fixing.
6841      Branch: maint-5.6/perl
6842           !> pp.c t/op/substr.t
6843 ____________________________________________________________________________
6844 [  9276] By: jhi                                   on 2001/03/21  13:33:00
6845         Log: More pixie cleaning.
6846      Branch: perl
6847            ! Makefile.SH
6848 ____________________________________________________________________________
6849 [  9275] By: jhi                                   on 2001/03/21  03:54:17
6850         Log: Update Changes.
6851      Branch: perl
6852            ! Changes patchlevel.h
6853 ____________________________________________________________________________
6854 [  9274] By: jhi                                   on 2001/03/21  03:48:24
6855         Log: First stab at making Data::Dumper to grok Unicode.
6856              
6857              TODO: tests, EBCDICify.
6858      Branch: perl
6859            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
6860 ____________________________________________________________________________
6861 [  9273] By: jhi                                   on 2001/03/21  02:23:00
6862         Log: Fix for
6863              
6864              Subject: Memory leak in unquoted print   
6865              From: Benjamin Sugars <bsugars@canoe.ca> 
6866              Date: Tue, 20 Mar 2001 10:02:56 -0500 (EST)
6867              Message-ID: <Pine.LNX.4.21.0103200958180.1538-100000@marmot.rim.canoe.ca>
6868      Branch: perl
6869            ! perlio.c
6870 ____________________________________________________________________________
6871 [  9272] By: jhi                                   on 2001/03/21  01:33:17
6872         Log: Subject: Re: [PATCH] POSIX::getcwd()
6873              From: Benjamin Sugars <bsugars@canoe.ca> 
6874              Date: Mon, 19 Mar 2001 15:07:03 -0500 (EST)
6875              Message-ID: <Pine.LNX.4.21.0103191454500.1820-100000@marmot.rim.canoe.ca>      
6876      Branch: perl
6877            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
6878 ____________________________________________________________________________
6879 [  9271] By: jhi                                   on 2001/03/21  01:22:52
6880         Log: Subject: [PATCH] Cwd.pm docs
6881              From: Benjamin Sugars <bsugars@canoe.ca>
6882              Date: Tue, 20 Mar 2001 15:33:32 -0500 (EST)
6883              Message-ID: <Pine.LNX.4.21.0103201516550.7893-100000@marmot.rim.canoe.ca>
6884      Branch: perl
6885            ! lib/Cwd.pm
6886 ____________________________________________________________________________
6887 [  9270] By: jhi                                   on 2001/03/21  01:16:29
6888         Log: Continue 4-arg substr() UTF-8 fixage.
6889      Branch: perl
6890            ! pp.c t/op/substr.t
6891 ____________________________________________________________________________
6892 [  9269] By: jhi                                   on 2001/03/21  00:46:14
6893         Log: Integrate changes #9262,9264,9265,9266 from maintperl to mainline.
6894              
6895              revert the leak fix in change#9142 (problem needs a more experimental
6896              fix unsuitable for 5.6.1)
6897              
6898              do alphabetical sorting by default (for csh compatibility)
6899              
6900              cut-n-paste goof in change#9264
6901              
6902              VMS piping fixes (from Charles Lane)
6903      Branch: perl
6904           !> ext/File/Glob/Changes ext/File/Glob/Glob.pm
6905           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
6906           !> ext/File/Glob/bsd_glob.h scope.c vms/vms.c vms/vmspipe.com
6907 ____________________________________________________________________________
6908 [  9268] By: jhi                                   on 2001/03/21  00:37:04
6909         Log: Integrate perlio.
6910      Branch: perl
6911           !> embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
6912           !> utf8.c utf8.h utfebcdic.h
6913 ____________________________________________________________________________
6914 [  9267] By: nick                                  on 2001/03/20  20:04:39
6915         Log: More EBCDIC stuff:
6916              - Loose the extra level of function on ASCII.
6917              - spotted a chr(0) issue in sv.c
6918              - re-work of UTF-X tr/// ranges to work in Unicode
6919              space. Still issues with the "0xff is illegal UTF-8" hack.
6920              - Yet another ad. hoc. utf8 'upgrade' in op.c recoded
6921              (why do it once when you can do it all over the place :-(
6922              - Enable HINTS_UTF8 on EBCDIC - then ignore it in toke.c,
6923              need utf8.pm for swashes.
6924              - Simplified and commented scan_const() in toke.c
6925              Still something wrong regexp and tr (swashes?).
6926      Branch: perlio
6927            ! embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
6928            ! utf8.c utf8.h utfebcdic.h
6929 ____________________________________________________________________________
6930 [  9266] By: gsar                                  on 2001/03/20  19:16:43
6931         Log: VMS piping fixes (from Charles Lane)
6932      Branch: maint-5.6/perl
6933            ! vms/vms.c vms/vmspipe.com
6934 ____________________________________________________________________________
6935 [  9265] By: gsar                                  on 2001/03/20  17:53:52
6936         Log: cut-n-paste goof in change#9264
6937      Branch: maint-5.6/perl
6938            ! ext/File/Glob/Glob.xs
6939 ____________________________________________________________________________
6940 [  9264] By: gsar                                  on 2001/03/20  17:43:47
6941         Log: do alphabetical sorting by default (for csh compatibility);
6942              bsd_glob() does ASCII sort by default as usual, unless
6943              GLOB_ALPHASORT was specified
6944      Branch: maint-5.6/perl
6945            ! ext/File/Glob/Changes ext/File/Glob/Glob.pm
6946            ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
6947            ! ext/File/Glob/bsd_glob.h
6948 ____________________________________________________________________________
6949 [  9263] By: gsar                                  on 2001/03/20  16:40:08
6950         Log: integrate change#9255 from mainline (unicode fix)
6951              
6952              substr($bytestr, i, n, $charstr)
6953      Branch: maint-5.6/perl
6954           !> Todo-5.6 pp.c t/op/substr.t
6955 ____________________________________________________________________________
6956 [  9262] By: gsar                                  on 2001/03/20  15:57:41
6957         Log: revert the leak fix in change#9142 (problem needs a more experimental
6958              fix unsuitable for 5.6.1)
6959      Branch: maint-5.6/perl
6960            ! scope.c
6961 ____________________________________________________________________________
6962 [  9261] By: jhi                                   on 2001/03/20  14:26:25
6963         Log: Integrate changes #9259,9260 from maintperl into mainline.
6964              
6965              Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
6966              
6967              Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
6968      Branch: perl
6969           !> ext/POSIX/POSIX.xs lib/File/Path.pm run.c
6970 ____________________________________________________________________________
6971 [  9260] By: jhi                                   on 2001/03/20  14:05:46
6972         Log: Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
6973              From: Robin Barker <rmb1@cise.npl.co.uk>
6974              Date: Tue, 20 Mar 2001 10:12:04 GMT
6975              Message-Id: <200103201012.KAA04738@tempest.npl.co.uk>
6976      Branch: maint-5.6/perl
6977            ! run.c
6978 ____________________________________________________________________________
6979 [  9259] By: jhi                                   on 2001/03/20  14:04:39
6980         Log: Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
6981              From: Chris Nandor <pudge@pobox.com>
6982              Date: Tue, 20 Mar 2001 00:40:56 -0500
6983              Message-Id: <p05010401b6dc9d57a62d@[10.0.1.107]>
6984      Branch: maint-5.6/perl
6985            ! ext/POSIX/POSIX.xs lib/File/Path.pm
6986 ____________________________________________________________________________
6987 [  9258] By: jhi                                   on 2001/03/20  05:09:34
6988         Log: Update Changes.
6989      Branch: perl
6990            ! Changes patchlevel.h
6991 ____________________________________________________________________________
6992 [  9257] By: jhi                                   on 2001/03/20  05:04:25
6993         Log: tr/// UTF-8 tests for Inaba Hiroto's latest patches.
6994      Branch: perl
6995            ! t/op/tr.t
6996 ____________________________________________________________________________
6997 [  9256] By: jhi                                   on 2001/03/20  04:43:12
6998         Log: Subject: [PATCH: 5.6.1-trial3] test fixes and installation cleanliness for OS/390
6999              From: Peter Prymmer <pvhp@forte.com>
7000              Date: Mon, 19 Mar 2001 16:43:13 -0800 (PST)
7001              Message-ID: <Pine.OSF.4.10.10103191627310.162127-100000@aspara.forte.com>
7002      Branch: maint-5.6/perl
7003            ! installperl t/comp/proto.t t/comp/require.t t/op/regmesg.t
7004 ____________________________________________________________________________
7005 [  9255] By: jhi                                   on 2001/03/19  23:17:17
7006         Log: substr($bytestr, i, n, $charstr)
7007
7008              TODO: we are still broken if $bytestr needs UTF-8 upgrading.
7009      Branch: perl
7010            ! Todo-5.6 pp.c t/op/substr.t
7011 ____________________________________________________________________________
7012 [  9254] By: jhi                                   on 2001/03/19  22:25:09
7013         Log: Rearrange the make test target prerequisites so that
7014              in a parallel make 'all' is finished before 'test'.
7015      Branch: perl
7016            ! Makefile.SH
7017 ____________________________________________________________________________
7018 [  9253] By: jhi                                   on 2001/03/19  21:48:07
7019         Log: Subject: PATCH: cosmetic tweak in pp_ctl.c
7020              From: Robin Houston <robin@kitsite.com>
7021              Date: Mon, 19 Mar 2001 15:48:41 +0000
7022              Message-ID: <20010319154841.A28174@puffinry.freeserve.co.uk>
7023      Branch: perl
7024            ! pp_ctl.c
7025 ____________________________________________________________________________
7026 [  9252] By: jhi                                   on 2001/03/19  21:42:27
7027         Log: Integrate perlio.
7028      Branch: perl
7029           !> doop.c perly.c perly.y sv.c t/camel-III/vstring.t t/op/each.t
7030           !> t/op/length.t t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h
7031           !> utfebcdic.h vms/perly_c.vms
7032 ____________________________________________________________________________
7033 [  9251] By: jhi                                   on 2001/03/19  21:31:28
7034         Log: Integrate changes #9244,9247,9250 from maintperl into mainline.
7035              
7036              Dynaloading in 64-bit AIX with vac.
7037      Branch: perl
7038           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
7039           !> hints/aix.sh
7040 ____________________________________________________________________________
7041 [  9250] By: jhi                                   on 2001/03/19  21:18:00
7042         Log: A more robust solution for the 64bitall AIX dynaloading
7043              problem, from Jens-Uwe Mager.
7044      Branch: maint-5.6/perl
7045            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
7046 ____________________________________________________________________________
7047 [  9249] By: nick                                  on 2001/03/19  20:59:37
7048         Log: Integrate mainline.
7049      Branch: perlio
7050           !> (integrate 42 files)
7051 ____________________________________________________________________________
7052 [  9248] By: nick                                  on 2001/03/19  20:22:07
7053         Log: Tweak to perly.y to allow -DDEBUGGING to compile on OS390.
7054              (Building on OS390 uses native YACC and YYDEBUG has other
7055              side effects.)
7056      Branch: perlio
7057            ! perly.c perly.y vms/perly_c.vms
7058 ____________________________________________________________________________
7059 [  9247] By: jhi                                   on 2001/03/19  19:59:53
7060         Log: 64-bit AIX dynaloading problem (see #9244) idea
7061              from Jens-Uwe Mager.
7062      Branch: maint-5.6/perl
7063            ! ext/DynaLoader/dl_aix.xs
7064 ____________________________________________________________________________
7065 [  9246] By: nick                                  on 2001/03/19  19:27:57
7066         Log: More EBCDIC fixes.
7067      Branch: perlio
7068            ! doop.c sv.c t/camel-III/vstring.t t/op/each.t t/op/length.t
7069            ! t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h utfebcdic.h
7070 ____________________________________________________________________________
7071 [  9245] By: jhi                                   on 2001/03/19  19:05:19
7072         Log: Integrate change #9243 from mainline into maintperl.
7073              
7074              Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
7075      Branch: maint-5.6/perl
7076           !> README.vmesa
7077 ____________________________________________________________________________
7078 [  9244] By: jhi                                   on 2001/03/19  19:03:15
7079         Log: Get 64bitall AIX building, but still does not test okay:
7080              dynaloading anything fails, for example for op/defins:
7081              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
7082              (update: fixed by #9247,9250)
7083      Branch: maint-5.6/perl
7084            ! hints/aix.sh
7085 ____________________________________________________________________________
7086 [  9243] By: jhi                                   on 2001/03/19  19:00:16
7087         Log: Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
7088              From: Robin Barker <rmb1@cise.npl.co.uk>
7089              Date: Mon, 19 Mar 2001 18:01:57 GMT
7090              Message-Id: <200103191801.SAA01072@tempest.npl.co.uk>
7091      Branch: perl
7092            ! README.vmesa
7093 ____________________________________________________________________________
7094 [  9242] By: jhi                                   on 2001/03/19  18:58:43
7095         Log: UTF-8 tr/// battle continues, ammunition from Inaba Hiroto.
7096              
7097              TODO: tests.
7098      Branch: perl
7099            ! doop.c op.c
7100 ____________________________________________________________________________
7101 [  9241] By: gsar                                  on 2001/03/19  17:34:46
7102         Log: VMSify tests (from Charles Lane)
7103      Branch: maint-5.6/perl
7104            ! t/lib/filehand.t t/lib/texttabs.t
7105 ____________________________________________________________________________
7106 [  9240] By: jhi                                   on 2001/03/19  14:24:26
7107         Log: Integrate change #9233 from maintperl into mainline.
7108              
7109              some refcounts were incorrect in perl_clone()
7110      Branch: perl
7111           !> sv.c
7112 ____________________________________________________________________________
7113 [  9239] By: gsar                                  on 2001/03/19  09:23:17
7114         Log: this is 5.6.1-trial3
7115      Branch: maint-5.6/perl
7116            ! Changes
7117 ____________________________________________________________________________
7118 [  9238] By: gsar                                  on 2001/03/19  08:47:04
7119         Log: some new symbols are only available under ithreads
7120      Branch: maint-5.6/perl
7121            ! makedef.pl
7122 ____________________________________________________________________________
7123 [  9237] By: gsar                                  on 2001/03/19  08:42:28
7124         Log: update patchlevel.h, Changes, &c.
7125      Branch: maint-5.6/perl
7126            ! Changes patchlevel.h pod/perlhist.pod
7127           !> AUTHORS
7128 ____________________________________________________________________________
7129 [  9236] By: gsar                                  on 2001/03/19  08:17:49
7130         Log: integrate changes#8068,8717 from mainline
7131              
7132              [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
7133              
7134              [PATCH CPAN 1.59_51] warning message (not!)
7135      Branch: maint-5.6/perl
7136           !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/typemap
7137           !> ext/NDBM_File/NDBM_File.pm ext/NDBM_File/typemap
7138           !> ext/ODBM_File/ODBM_File.pm ext/ODBM_File/typemap
7139           !> ext/SDBM_File/SDBM_File.pm ext/SDBM_File/typemap lib/CPAN.pm
7140           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
7141 ____________________________________________________________________________
7142 [  9235] By: gsar                                  on 2001/03/19  08:07:09
7143         Log: integrate changes#8617,8713,8715,8716,8721,8953,8963 from mainline
7144              
7145              [PATCH] Add missing CV flags to dump.c
7146              
7147              Re: [patch] Re: PL_ptr_table
7148              
7149              Fixup non-ithread build after 8713
7150              
7151              Generated files form 8713 etc.
7152              
7153              Correct the correction :-(
7154              
7155              Documenting coderef @INC (Re: CPAN "make this script work" feature)
7156              
7157              Subject: Re: sync sync sync: have I missed any patches?
7158              Replace djSP with dSP.
7159      Branch: maint-5.6/perl
7160           !> cop.h doio.c doop.c dump.c embed.h embed.pl ext/B/B/C.pm
7161           !> ext/B/B/CC.pm global.sym objXSUB.h perl.c perlapi.c
7162           !> pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
7163           !> sv.c sv.h win32/perlhost.h
7164 ____________________________________________________________________________
7165 [  9234] By: gsar                                  on 2001/03/19  07:22:05
7166         Log: revert the change#9090 integrate for now (change looks somewhat
7167              incomplete in that [ha]v_exists() need something similar; lacks
7168              tests; &c.)
7169      Branch: maint-5.6/perl
7170            ! hv.c
7171 ____________________________________________________________________________
7172 [  9233] By: gsar                                  on 2001/03/19  07:10:01
7173         Log: some refcounts were incorrect in perl_clone(); avoid hang in global
7174              destruction when there are unreferenced scalars (SvREFCNT==0)
7175      Branch: maint-5.6/perl
7176            ! sv.c
7177 ____________________________________________________________________________
7178 [  9232] By: jhi                                   on 2001/03/19  05:11:02
7179         Log: Regen api and toc.
7180      Branch: maint-5.6/perl
7181            ! pod/perlapi.pod pod/perltoc.pod
7182 ____________________________________________________________________________
7183 [  9231] By: jhi                                   on 2001/03/19  04:06:03
7184         Log: Integrate changes in #9070,9072,9101 from mainline into maintperl,
7185              add a lost line in pp.c:pp_chop(), update to new op/chop.
7186              
7187              Clarify the description differentiating for and while; inspired by
7188              
7189              Subject: [ID 20010306.004] || != named unary operator
7190              
7191              The $Is_MacOS needs to be declared.
7192      Branch: maint-5.6/perl
7193            ! pp.c t/op/chop.t
7194           !> lib/ExtUtils/Manifest.pm pod/perlop.pod pod/perlsyn.pod
7195 ____________________________________________________________________________
7196 [  9230] By: jhi                                   on 2001/03/19  03:48:16
7197         Log: Integrate changes #7971(perlio),8982,9061,9062,9068,9069,
7198              9079,9083,9089,9090,9091 from mainline to maintperl.
7199              
7200              Quieten some noise in Win32 builds
7201              
7202              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker..."
7203              
7204              The perlretut was still talking about the old \p and \P
7205              definitions.
7206              
7207              More tweakage on the Unicode character class descriptions.
7208              
7209              Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
7210              
7211              Subject: 'no *POSIX' Patch speeding up make on BS2000 
7212              
7213              Subject: [PATCH] perldata.pod here-doc docs
7214              
7215              Add /sbin and /usr/sbin to the list of directories scanned
7216              for setuid programs.  Takes care of bug id 20010309.003.
7217              
7218              Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists()
7219              
7220              In op/stat #35 better to scan all the potential directories
7221              for setuids, not just the first one.
7222      Branch: maint-5.6/perl
7223            ! Makefile.SH
7224           !> doio.c hv.c lib/unicode/mktables.PL makedepend.SH perl.h
7225           !> pod/perldata.pod pod/perlretut.pod pp.c t/op/chop.t
7226           !> t/op/stat.t toke.c win32/win32.h
7227 ____________________________________________________________________________
7228 [  9229] By: jhi                                   on 2001/03/19  02:31:50
7229         Log: Subject: [MacPerl-Porters] [PATCH] Portability fixes for Mac OS / maint-5.6
7230              From: Chris Nandor <pudge@pobox.com>
7231              Date: Sat, 10 Mar 2001 14:22:19 -0500
7232              Message-Id: <p0501042db6cf0a8d0b63@[10.0.1.177]>
7233      Branch: maint-5.6/perl
7234            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
7235            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm perlsfio.h
7236            ! t/lib/b.t t/lib/errno.t
7237 ____________________________________________________________________________
7238 [  9228] By: jhi                                   on 2001/03/19  02:29:59
7239         Log: Integrate changes #9113,9122 from mainline into maintperl.
7240              
7241              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?)
7242      Branch: maint-5.6/perl
7243           !> Configure README.os390 hints/os390.sh
7244 ____________________________________________________________________________
7245 [  9227] By: jhi                                   on 2001/03/19  02:22:35
7246         Log: Integrate #9115,9121,9128,9163,9171,9174,9175 from mainline
7247              into maintperl.
7248              
7249              Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
7250              
7251              Forgot to check-in the larger part of #9120, duh.
7252              
7253              Subject: Another patch for integer.pm POD 
7254              
7255              h2ph strictness and cleanliness from Kurt Starsinic.
7256              
7257              Borland filename case problem.
7258              
7259              h2ph strictness and cleanliness from Kurt Starsinic.
7260              
7261              Subject: [PATCH] the uncontroversial doc patches
7262      Branch: maint-5.6/perl
7263           +> win32/sncfnmcs.pl
7264           !> MANIFEST README.os2 README.win32 ext/GDBM_File/GDBM_File.pm
7265           !> ext/GDBM_File/GDBM_File.xs lib/integer.pm
7266           !> pod/perl5005delta.pod pod/perldebtut.pod pod/perlfunc.pod
7267           !> pod/perlhack.pod pod/perllexwarn.pod pod/perllocale.pod
7268           !> pod/perllol.pod pod/perlmod.pod pod/perlmodlib.pod
7269           !> pod/perlport.pod pod/perlrun.pod pod/perltoc.pod
7270           !> pod/perlxs.pod pod/perlxstut.pod utils/h2ph.PL
7271 ____________________________________________________________________________
7272 [  9226] By: jhi                                   on 2001/03/19  02:10:21
7273         Log: Integrate changes #9207,9214 from mainline into maintperl.
7274              
7275              podchecker relaxations: =over has an *optional* number after it,
7276              and whitespace in L<> is okay.
7277      Branch: maint-5.6/perl
7278           !> lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
7279           !> t/pod/poderrs.xr
7280 ____________________________________________________________________________
7281 [  9225] By: jhi                                   on 2001/03/19  02:07:38
7282         Log: Integrate change #9219 from maintperl into mainline.
7283              
7284              remove duplicated tests
7285      Branch: perl
7286           !> t/op/re_tests
7287 ____________________________________________________________________________
7288 [  9224] By: jhi                                   on 2001/03/19  02:06:11
7289         Log: Integrate change #9223 from mainline to maintperl.
7290              
7291              Document -Dmksymlinks.
7292      Branch: maint-5.6/perl
7293           !> INSTALL
7294 ____________________________________________________________________________
7295 [  9223] By: jhi                                   on 2001/03/19  02:01:25
7296         Log: Document -Dmksymlinks.
7297      Branch: perl
7298            ! INSTALL
7299 ____________________________________________________________________________
7300 [  9222] By: jhi                                   on 2001/03/19  01:15:35
7301         Log: The -Dmksymlinks wasn't working for maintperl.
7302      Branch: maint-5.6/perl
7303            ! Configure
7304 ____________________________________________________________________________
7305 [  9221] By: jhi                                   on 2001/03/19  00:49:43
7306         Log: Cleanup pixie residue.
7307      Branch: perl
7308            ! Makefile.SH
7309 ____________________________________________________________________________
7310 [  9220] By: jhi                                   on 2001/03/19  00:44:47
7311         Log: Document the use of pixie/prof; create make targets for it.
7312              
7313              TODO: make t/TEST pixie-aware.
7314      Branch: perl
7315            ! Makefile.SH pod/perlhack.pod
7316 ____________________________________________________________________________
7317 [  9219] By: gsar                                  on 2001/03/19  00:16:55
7318         Log: remove duplicated tests
7319      Branch: maint-5.6/perl
7320            ! t/op/re_tests
7321 ____________________________________________________________________________
7322 [  9218] By: jhi                                   on 2001/03/18  23:59:31
7323         Log: Document Third Degree some more, and also PERL_DESTRUCT_LEVEL.
7324      Branch: perl
7325            ! pod/perlhack.pod pod/perlobj.pod pod/perlrun.pod
7326 ____________________________________________________________________________
7327 [  9217] By: jhi                                   on 2001/03/18  23:25:20
7328         Log: Rewrite the tests section of Makefile to be less redundant
7329              and to allow for more flexible test targets, many recursive
7330              make calls introduced.
7331      Branch: perl
7332            ! Makefile.SH
7333 ____________________________________________________________________________
7334 [  9216] By: jhi                                   on 2001/03/18  22:30:04
7335         Log: Document the use of Third Degree (sparsely).
7336      Branch: perl
7337            ! pod/perlhack.pod t/TEST
7338 ____________________________________________________________________________
7339 [  9215] By: jhi                                   on 2001/03/18  22:10:30
7340         Log: Make targets for testing with Third Degree.
7341      Branch: perl
7342            ! Makefile.SH
7343 ____________________________________________________________________________
7344 [  9214] By: jhi                                   on 2001/03/18  21:08:53
7345         Log: The podchecker relaxations need to mirrored also at the tests.
7346      Branch: perl
7347            ! t/pod/poderrs.xr
7348 ____________________________________________________________________________
7349 [  9213] By: jhi                                   on 2001/03/18  20:56:21
7350         Log: Update Changes.
7351      Branch: perl
7352            ! Changes patchlevel.h
7353 ____________________________________________________________________________
7354 [  9212] By: jhi                                   on 2001/03/18  20:36:59
7355         Log: Looking for config.sh in parent directories isn't
7356              very useful for the toplevel Makefile.
7357      Branch: perl
7358            ! Makefile.SH
7359 ____________________________________________________________________________
7360 [  9211] By: jhi                                   on 2001/03/18  20:33:37
7361         Log: On "make clean" take care of Third Degree droppings.
7362      Branch: perl
7363            ! Makefile.SH
7364 ____________________________________________________________________________
7365 [  9210] By: jhi                                   on 2001/03/18  20:21:34
7366         Log: Add a hook for running the tests under the Third Degree
7367              debugging tool (set $ENV{PERL_3LOG} to non-zero)
7368              
7369              TODO: Document the use of Third Degree.
7370      Branch: perl
7371            ! t/TEST
7372 ____________________________________________________________________________
7373 [  9209] By: jhi                                   on 2001/03/18  20:19:07
7374         Log: Regen toc and api pods.
7375      Branch: perl
7376            ! pod/perlapi.pod pod/perltoc.pod
7377 ____________________________________________________________________________
7378 [  9208] By: jhi                                   on 2001/03/18  20:12:12
7379         Log: Integrate changes #8128,9132 from mainline into maintperl,
7380              Tie::SubstrHash fixes.
7381      Branch: maint-5.6/perl
7382           !> lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
7383 ____________________________________________________________________________
7384 [  9207] By: jhi                                   on 2001/03/18  20:07:43
7385         Log: podchecker relaxations from Michael Stevens.
7386      Branch: perl
7387            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
7388 ____________________________________________________________________________
7389 [  9206] By: jhi                                   on 2001/03/18  20:04:24
7390         Log: Retract the changes made at #9176 to Neil's and Ilya's module pods.
7391      Branch: perl
7392            ! lib/Locale/Constants.pm lib/Locale/Country.pm
7393            ! lib/Locale/Currency.pm lib/Locale/Language.pm lib/overload.pm
7394            ! os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/Process/Process.pm
7395 ____________________________________________________________________________
7396 [  9205] By: jhi                                   on 2001/03/18  19:54:45
7397         Log: Integrate changes #9161,9162 from maintperl to mainline.
7398              
7399              clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
7400              results
7401      Branch: perl
7402           !> t/op/magic.t
7403 ____________________________________________________________________________
7404 [  9204] By: jhi                                   on 2001/03/18  19:37:46
7405         Log: Make perl.third checks more understandable to the builder.
7406      Branch: perl
7407            ! Makefile.SH
7408 ____________________________________________________________________________
7409 [  9203] By: jhi                                   on 2001/03/18  19:20:54
7410         Log: Re-integrate #9138 from maintperl to mainline,
7411              the squelching of the unneeded "Scalars leaked" messages.
7412      Branch: perl
7413           !> t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
7414           !> t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
7415           !> t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
7416 ____________________________________________________________________________
7417 [  9202] By: jhi                                   on 2001/03/18  18:48:36
7418         Log: More robust and more paranoid perl.third target.
7419      Branch: perl
7420            ! Makefile.SH
7421 ____________________________________________________________________________
7422 [  9201] By: jhi                                   on 2001/03/18  18:39:21
7423         Log: Integrate change #9197 from maintperl to mainline.
7424              
7425              more thorough cleaning of arenas.
7426      Branch: perl
7427           !> embed.pl perl.c proto.h sv.c t/op/sort.t
7428 ____________________________________________________________________________
7429 [  9200] By: jhi                                   on 2001/03/18  18:25:17
7430         Log: Integrate perlio.
7431      Branch: perl
7432           !> doop.c ext/Encode/Encode.pm ext/Encode/Encode.xs
7433           !> ext/Encode/compile lib/utf8.pm pp_ctl.c sv.c t/lib/b.t
7434           !> t/lib/encode.t toke.c universal.c utf8.c
7435 ____________________________________________________________________________
7436 [  9199] By: nick                                  on 2001/03/18  15:23:51
7437         Log: Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED() when that
7438              is the sense of the test being done. Avoid some magical 127 and 128 values
7439              by using macros.
7440      Branch: perlio
7441            ! doop.c pp_ctl.c sv.c toke.c
7442 ____________________________________________________________________________
7443 [  9198] By: nick                                  on 2001/03/18  14:18:12
7444         Log: UTF-X encoding invariance for Encode:
7445              - move Encode::utf8_encode to utf8::encode (likewise decode,upgrade,downgrade,valid)
7446              - move the XS code for those to universal.c (so in miniperl)
7447              - add utf8::unicode_to_native and its inverse to allow EBCDIC to work in true unicode.
7448              - change ext/Encode/compile to use above.
7449              - Fix t/lib/encode.t for above
7450              - Teach t/lib/b.t to expect -uutf8
7451              - In utf8.c look for SWASHNEW rather than just utf8:: package to see if
7452              utf8.pm is needed.
7453      Branch: perlio
7454            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
7455            ! lib/utf8.pm t/lib/b.t t/lib/encode.t universal.c utf8.c
7456 ____________________________________________________________________________
7457 [  9197] By: gsar                                  on 2001/03/18  12:15:57
7458         Log: more thorough cleaning of arenas--keep going until no more
7459              SvREFCNT_dec()s occur (this fixes the problem that causes the
7460              pesky "Scalars leaked" warnings)
7461      Branch: maint-5.6/perl
7462            ! embed.pl perl.c proto.h sv.c t/op/sort.t
7463 ____________________________________________________________________________
7464 [  9196] By: nick                                  on 2001/03/18  10:57:29
7465         Log: Fix pragma/utf8.t # 15
7466              - if toke.c is processing a SvUTF8 string then single quoted '...' etc.
7467              are SvUTF8 as well.
7468      Branch: perlio
7469            ! toke.c
7470 ____________________________________________________________________________
7471 [  9195] By: nick                                  on 2001/03/18  09:27:06
7472         Log: Integrate mainline
7473      Branch: perlio
7474           !> MANIFEST Makefile.SH doop.c mg.c op.c op.h t/op/misc.t
7475           !> t/op/pat.t
7476 ____________________________________________________________________________
7477 [  9194] By: jhi                                   on 2001/03/18  05:29:59
7478         Log: Sarathy's clear_pmop patch with Radu Greab's fix,
7479              Hiroto's, Nick Clark's, and Vadim Konovalov's tests.
7480      Branch: perl
7481            ! op.c op.h t/op/misc.t t/op/pat.t
7482 ____________________________________________________________________________
7483 [  9193] By: jhi                                   on 2001/03/18  05:15:06
7484         Log: NI-S' cunning idea of how to de-UTF8 the "\C-broken" submatches.
7485      Branch: perl
7486            ! mg.c t/op/pat.t
7487 ____________________________________________________________________________
7488 [  9192] By: jhi                                   on 2001/03/18  04:22:43
7489         Log: tr/// UTF-8 patches from Inaba Hiroto.
7490      Branch: perl
7491            ! doop.c op.c
7492 ____________________________________________________________________________
7493 [  9191] By: jhi                                   on 2001/03/18  04:21:17
7494         Log: Integrate perlio.
7495      Branch: perl
7496           !> utf8.c utfebcdic.h
7497 ____________________________________________________________________________
7498 [  9190] By: nick                                  on 2001/03/17  20:32:01
7499         Log: Correct #if EBCDIC side typos.
7500              Builds and passes many tests on OS390.
7501      Branch: perlio
7502            ! utf8.c utfebcdic.h
7503 ____________________________________________________________________________
7504 [  9189] By: jhi                                   on 2001/03/17  18:55:49
7505         Log: Add prerequisites for the perl.third target.
7506      Branch: perl
7507            ! Makefile.SH
7508 ____________________________________________________________________________
7509 [  9188] By: jhi                                   on 2001/03/17  18:46:00
7510         Log: Integrate perlio.
7511      Branch: perl
7512           +> utfebcdic.h
7513           !> MANIFEST doop.c perl.h pp.c utf8.c utf8.h
7514 ____________________________________________________________________________
7515 [  9187] By: jhi                                   on 2001/03/17  18:38:47
7516         Log: Add a make rule for perl.third (the Third Degree memory debugging
7517              tool of Tru64 / Digital UNIX / DEC OSF/1, see man third or man atom)
7518      Branch: perl
7519            ! Makefile.SH
7520 ____________________________________________________________________________
7521 [  9186] By: nick                                  on 2001/03/17  18:34:48
7522         Log: MANIFEST addition :-(
7523      Branch: perlio
7524            ! MANIFEST
7525 ____________________________________________________________________________
7526 [  9185] By: nick                                  on 2001/03/17  18:29:50
7527         Log: Infrastructure to use UTF-EBCDIC rather than UTF-8 as the internal
7528              encoding on EBCDIC platforms. This has property that U+0000..U+009F i.e.
7529              a superset of ASCII are invariant under the encoding. This is EBCDIC
7530              friendly as an encoded string can be looked at as being EBCDIC by lexer
7531              sprintf("%d",...) etc. in same manner that a UTF-8 string be considered
7532              ASCII on ASCII machines.
7533              
7534              - re-arrange utf8.h to get ASCII specific vs Unicode generic bits
7535              seperate.
7536              - Add some more macros to comprehend different shift amounts and
7537              possible swizzle in UTF-EBCDIC vs UTF-8. Change utf8.c to use them.
7538              - add utfebcdic.h which provides UTF-EBCDIC versions of the macros,
7539              and conditionaly #include it.
7540              
7541              EBCDIC build as yet untested.  ASCII still fails the one test.
7542      Branch: perlio
7543            + utfebcdic.h
7544            ! utf8.c utf8.h
7545 ____________________________________________________________________________
7546 [  9184] By: nick                                  on 2001/03/17  17:44:16
7547         Log: Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT
7548      Branch: perlio
7549            ! doop.c perl.h pp.c utf8.h
7550 ____________________________________________________________________________
7551 [  9183] By: jhi                                   on 2001/03/17  15:55:42
7552         Log: Integrate perlio.
7553      Branch: perl
7554            ! MANIFEST
7555           !> perl.h sv.c t/op/pat.t toke.c utf8.c utf8.h
7556 ____________________________________________________________________________
7557 [  9182] By: nick                                  on 2001/03/17  09:16:06
7558         Log: Allow test to pass even when \C leaves SvUTF8 set by adding 'use bytes'
7559      Branch: perlio
7560            ! t/op/pat.t
7561 ____________________________________________________________________________
7562 [  9181] By: nick                                  on 2001/03/17  09:15:11
7563         Log: Integrate mainline.
7564      Branch: perlio
7565           +> lib/Locale/Constants.pm lib/Locale/Country.pm
7566           +> lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
7567           +> t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
7568           +> t/lib/lc-language.t t/lib/lc-uk.t win32/sncfnmcs.pl
7569           !> (integrate 83 files)
7570 ____________________________________________________________________________
7571 [  9180] By: nick                                  on 2001/03/16  17:23:21
7572         Log: EBCDIC Fixes.
7573      Branch: perlio
7574            ! perl.h sv.c toke.c utf8.c utf8.h
7575 ____________________________________________________________________________
7576 [  9179] By: jhi                                   on 2001/03/16  14:10:12
7577         Log: Re-apply #9024 as the Storable 1.0.11 (#9069) overwrote
7578              a change needed to work around an AIX compiler bug.
7579      Branch: perl
7580            ! ext/Storable/Storable.xs
7581 ____________________________________________________________________________
7582 [  9178] By: jhi                                   on 2001/03/16  03:19:59
7583         Log: With Damian's approval synchronize damian's modules'
7584              licensing with Perl's standard module licensing.
7585      Branch: perl
7586            ! lib/Filter/Simple.pm lib/Switch.pm lib/Text/Balanced.pod
7587 ____________________________________________________________________________
7588 [  9177] By: jhi                                   on 2001/03/16  03:15:34
7589         Log: Make the Filter::Util:Call files have their own copies
7590              of the Perl standard module licensing, from Paul Marquess.
7591      Branch: perl
7592            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
7593 ____________________________________________________________________________
7594 [  9176] By: jhi                                   on 2001/03/16  02:56:04
7595         Log: Subject: [PATCH] more pod patches
7596              From: Michael Stevens <michael@etla.org>
7597              Date: Thu, 15 Mar 2001 21:25:18 +0000
7598              Message-ID: <20010315212518.A18870@firedrake.org>
7599      Branch: perl
7600            ! configpm ext/B/B/Bytecode.pm ext/DB_File/DB_File.pm
7601            ! ext/Data/Dumper/Dumper.pm ext/Devel/Peek/Peek.pm
7602            ! ext/Filter/Util/Call/Call.pm ext/IO/lib/IO/Handle.pm
7603            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
7604            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
7605            ! ext/IPC/SysV/SysV.pm ext/NDBM_File/NDBM_File.pm
7606            ! ext/ODBM_File/ODBM_File.pm ext/Socket/Socket.pm
7607            ! ext/Storable/Storable.pm ext/Sys/Syslog/Syslog.pm
7608            ! ext/Thread/Thread.pm ext/Thread/Thread/Queue.pm
7609            ! ext/attrs/attrs.pm jpl/JNI/JNI.pm lib/CPAN.pm
7610            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Embed.pm
7611            ! lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Cygwin.pm
7612            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_VMS.pm
7613            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm
7614            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
7615            ! lib/File/Basename.pm lib/File/Spec/VMS.pm
7616            ! lib/File/Spec/Win32.pm lib/FileHandle.pm lib/Filter/Simple.pm
7617            ! lib/Getopt/Long.pm lib/Locale/Constants.pm
7618            ! lib/Locale/Country.pm lib/Locale/Language.pm
7619            ! lib/Term/ANSIColor.pm lib/Test.pm lib/Test/Harness.pm
7620            ! lib/Text/Wrap.pm lib/Tie/Array.pm lib/Tie/Handle.pm
7621            ! lib/Tie/Hash.pm lib/Tie/Scalar.pm lib/User/pwent.pm
7622            ! lib/autouse.pm lib/overload.pm os2/OS2/ExtAttr/ExtAttr.pm
7623            ! os2/OS2/Process/Process.pm
7624 ____________________________________________________________________________
7625 [  9175] By: jhi                                   on 2001/03/16  02:53:32
7626         Log: Subject: [PATCH] the uncontroversial doc patches
7627              From: Michael Stevens <michael@etla.org>
7628              Date: Thu, 15 Mar 2001 20:01:12 +0000
7629              Message-ID: <20010315200112.A7636@firedrake.org>
7630      Branch: perl
7631            ! pod/perl5005delta.pod pod/perldebtut.pod pod/perldelta.pod
7632            ! pod/perlfunc.pod pod/perlhack.pod pod/perllexwarn.pod
7633            ! pod/perllocale.pod pod/perllol.pod pod/perlmod.pod
7634            ! pod/perlmodlib.pod pod/perlport.pod pod/perlrun.pod
7635            ! pod/perltoc.pod pod/perlxs.pod pod/perlxstut.pod
7636 ____________________________________________________________________________
7637 [  9174] By: jhi                                   on 2001/03/16  02:50:49
7638         Log: Subject: [PATCH 5.6.1] ext/GDBM_File GDBM_NOLOCK constant
7639              From: Paul Lindner <lindner@inuus.com>
7640              Date: Fri, 16 Mar 2001 11:28:03 -0800
7641              Message-ID: <20010316112803.A7577@inuus.com>
7642      Branch: perl
7643            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
7644 ____________________________________________________________________________
7645 [  9173] By: nick                                  on 2001/03/15  20:21:03
7646         Log: 1st day's EBCDIC fixes:
7647              - toke.c's parsing of strings needed attention
7648              needed to conditionally e2a if string was already UTF-8
7649              - e2a/a2e tables where wrong way round.
7650              - new macros in utf8.h
7651      Branch: perlio
7652            ! perl.h toke.c utf8.h
7653 ____________________________________________________________________________
7654 [  9172] By: jhi                                   on 2001/03/15  15:17:17
7655         Log: Update Changes.
7656      Branch: perl
7657            ! Changes patchlevel.h
7658 ____________________________________________________________________________
7659 [  9171] By: jhi                                   on 2001/03/15  15:09:32
7660         Log: Subject: Re: Another Borland C++ problem.
7661              From: "Vadim Konovalov" <watman@inbox.ru>
7662              Date: Sat, 10 Mar 2001 19:26:07 +0300
7663              Message-ID: <001601c0a97f$143fcc40$da7b55c2@vad>
7664              
7665              Borland filename case problem.
7666      Branch: perl
7667            + win32/sncfnmcs.pl
7668            ! MANIFEST README.win32
7669 ____________________________________________________________________________
7670 [  9170] By: jhi                                   on 2001/03/15  14:54:23
7671         Log: Add Locale::Codes 1.06, from Neil Bowers.
7672      Branch: perl
7673            + lib/Locale/Constants.pm lib/Locale/Country.pm
7674            + lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
7675            + t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
7676            + t/lib/lc-language.t t/lib/lc-uk.t
7677            ! MANIFEST
7678 ____________________________________________________________________________
7679 [  9169] By: jhi                                   on 2001/03/15  14:19:01
7680         Log: Upgrade to Storable 1.0.11, from Raphael Manfredi.
7681      Branch: perl
7682            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
7683            ! ext/Storable/Storable.xs
7684 ____________________________________________________________________________
7685 [  9168] By: jhi                                   on 2001/03/15  14:13:22
7686         Log: Integrate changes #9120,9167 from mainline to maintperl.
7687              
7688              Subject: [PATCH 5.6.1] OS/2 docs
7689              
7690              Subject: [PATCH 5.6.1] perldoc
7691      Branch: maint-5.6/perl
7692           !> os2/Changes utils/perldoc.PL
7693 ____________________________________________________________________________
7694 [  9167] By: jhi                                   on 2001/03/15  14:07:42
7695         Log: Subject: [PATCH 5.6.1] perldoc
7696              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7697              Date: Wed, 14 Mar 2001 23:46:52 -0500
7698              Message-ID: <20010314234652.A7972@math.ohio-state.edu>
7699      Branch: perl
7700            ! utils/perldoc.PL
7701 ____________________________________________________________________________
7702 [  9166] By: jhi                                   on 2001/03/15  13:53:15
7703         Log: sigaction test condition tweakage.
7704      Branch: perl
7705            ! t/lib/sigaction.t
7706 ____________________________________________________________________________
7707 [  9165] By: alanbur                               on 2001/03/15  03:49:17
7708         Log: Resynchronised with parent
7709      Branch: maint-5.6/pureperl
7710           +> os2/os2add.sym t/op/anonsub.t
7711           !> (integrate 72 files)
7712 ____________________________________________________________________________
7713 [  9164] By: jhi                                   on 2001/03/15  01:05:01
7714         Log: Avoid stomping off the beginning of an array in tr///.
7715      Branch: perl
7716            ! op.c
7717 ____________________________________________________________________________
7718 [  9163] By: jhi                                   on 2001/03/15  00:58:57
7719         Log: h2ph strictness and cleanliness from Kurt Starsinic.
7720      Branch: perl
7721            ! utils/h2ph.PL
7722 ____________________________________________________________________________
7723 [  9162] By: gsar                                  on 2001/03/15  00:56:53
7724         Log: avoid warnings
7725      Branch: maint-5.6/perl
7726            ! t/op/magic.t
7727 ____________________________________________________________________________
7728 [  9161] By: gsar                                  on 2001/03/15  00:52:09
7729         Log: clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
7730              results
7731      Branch: maint-5.6/perl
7732            ! t/op/magic.t
7733 ____________________________________________________________________________
7734 [  9160] By: jhi                                   on 2001/03/14  22:02:10
7735         Log: Do not use the Perl malloc in IRIX, suggested by
7736              Helmus Jarausch.
7737      Branch: perl
7738            ! hints/irix_6.sh
7739 ____________________________________________________________________________
7740 [  9159] By: nick                                  on 2001/03/14  21:45:59
7741         Log: Integrate mainline
7742      Branch: perlio
7743           +> t/op/loopctl.t
7744           !> (integrate 41 files)
7745 ____________________________________________________________________________
7746 [  9158] By: jhi                                   on 2001/03/14  21:10:09
7747         Log: The Day of the Retractions continues: the #9138
7748              (integrated in #9144) doesn't work well in mainline.
7749      Branch: perl
7750            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
7751            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
7752            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
7753 ____________________________________________________________________________
7754 [  9157] By: jhi                                   on 2001/03/14  20:58:12
7755         Log: The #9145 CANNOT be enabled: the clear_pmop code still
7756              dumps core all over in Tru64.
7757      Branch: perl
7758            ! op.c op.h t/op/pat.t
7759 ____________________________________________________________________________
7760 [  9156] By: jhi                                   on 2001/03/14  20:48:06
7761         Log: Integrate change #9154 from maintperl to mainline.
7762              
7763              PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
7764              (caused Storable 1.0.10 to break on windows)
7765      Branch: perl
7766           !> embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
7767           !> perlapi.c proto.h
7768 ____________________________________________________________________________
7769 [  9155] By: jhi                                   on 2001/03/14  20:23:53
7770         Log: Retract #9136: breaks threading (and binary compatibility).
7771      Branch: perl
7772            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
7773 ____________________________________________________________________________
7774 [  9154] By: gsar                                  on 2001/03/14  17:48:18
7775         Log: PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
7776              (caused Storable 1.0.10 to break on windows)
7777      Branch: maint-5.6/perl
7778            ! embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
7779            ! perlapi.c proto.h
7780 ____________________________________________________________________________
7781 [  9153] By: jhi                                   on 2001/03/14  13:35:21
7782         Log: Tweaked a tweak from H.Merijn Brand on the sigaction test.
7783      Branch: perl
7784            ! t/lib/sigaction.t
7785 ____________________________________________________________________________
7786 [  9152] By: gsar                                  on 2001/03/14  07:29:40
7787         Log: back out changes#9012,9010,9009 and parts of change#9016
7788              (causes ABRs under purify, and some prerequisites don't
7789              seem to be there in 5.6.x)
7790      Branch: maint-5.6/perl
7791            ! doop.c op.c t/op/tr.t toke.c
7792 ____________________________________________________________________________
7793 [  9151] By: gsar                                  on 2001/03/14  07:01:29
7794         Log: reenable change#9145 (the test was busted due to a missing
7795              C<print "ok 27\n">)
7796      Branch: perl
7797            ! op.c op.h t/op/pat.t
7798 ____________________________________________________________________________
7799 [  9150] By: jhi                                   on 2001/03/14  06:38:36
7800         Log: Retract #9145.
7801      Branch: perl
7802            ! op.c op.h t/op/pat.t
7803 ____________________________________________________________________________
7804 [  9149] By: jhi                                   on 2001/03/14  06:14:56
7805         Log: Retract #9143.
7806      Branch: perl
7807            ! op.c
7808 ____________________________________________________________________________
7809 [  9148] By: gsar                                  on 2001/03/14  06:13:02
7810         Log: Uninitialized Memory Read in regexec.c
7811      Branch: perl
7812            ! regexec.c
7813 ____________________________________________________________________________
7814 [  9147] By: jhi                                   on 2001/03/14  04:59:54
7815         Log: Subject: PATCH: make goto work in nested eval ""
7816              From: Robin Houston <robin@kitsite.com>
7817              Date: Wed, 14 Mar 2001 04:16:10 +0000
7818              Message-ID: <20010314041610.A16307@puffinry.freeserve.co.uk>
7819      Branch: perl
7820            ! pp_ctl.c t/op/goto.t
7821 ____________________________________________________________________________
7822 [  9146] By: jhi                                   on 2001/03/14  04:42:54
7823         Log: Preserve the #ifdef PERL_CORE in perly.h.
7824      Branch: perl
7825            ! perly.fixer
7826 ____________________________________________________________________________
7827 [  9145] By: jhi                                   on 2001/03/14  03:57:41
7828         Log: (Retracted by #9150.)
7829      Branch: perl
7830            ! op.c op.h t/op/pat.t
7831 ____________________________________________________________________________
7832 [  9144] By: jhi                                   on 2001/03/14  03:50:38
7833         Log: Integrate changes #9137,9138,9142 from maintperl into mainline.
7834              
7835              fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
7836              
7837              remove squelch controls for "Scalars leaked" messages in most places
7838              (these are now cured)
7839              
7840              fix another memory leak reported by purify (tie callbacks that
7841              croak can leak when wiping out magic)
7842      Branch: perl
7843           !> regcomp.c scope.c t/comp/proto.t t/op/lex_assign.t
7844           !> t/op/local.t t/op/pat.t t/op/regexp.t t/pragma/strict-vars
7845           !> t/pragma/warn/op t/pragma/warn/regcomp t/pragma/warn/toke
7846           !> t/pragma/warnings.t
7847 ____________________________________________________________________________
7848 [  9143] By: jhi                                   on 2001/03/14  03:37:53
7849         Log: (Retracted by #9149.)
7850      Branch: perl
7851            ! op.c
7852 ____________________________________________________________________________
7853 [  9142] By: gsar                                  on 2001/03/14  03:20:48
7854         Log: fix another memory leak reported by purify (tie callbacks that
7855              croak can leak when wiping out magic)
7856      Branch: maint-5.6/perl
7857            ! scope.c
7858 ____________________________________________________________________________
7859 [  9141] By: jhi                                   on 2001/03/14  02:55:00
7860         Log: Subject: PATCH for [ID 20010305.003]
7861              From: Robin Houston <robin@kitsite.com>
7862              Date: Wed, 14 Mar 2001 02:45:51 +0000
7863              Message-ID: <20010314024551.A16207@puffinry.freeserve.co.uk>
7864      Branch: perl
7865            ! pp_ctl.c t/op/eval.t
7866 ____________________________________________________________________________
7867 [  9140] By: jhi                                   on 2001/03/14  02:41:54
7868         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
7869              Date: Wed, 14 Mar 2001 01:52:51 +0000
7870              From: Robin Houston <robin@kitsite.com>
7871              Message-ID: <20010314015251.B16112@puffinry.freeserve.co.uk>
7872              
7873              Fix for 2000313.004.
7874      Branch: perl
7875            ! pp_ctl.c t/op/goto.t
7876 ____________________________________________________________________________
7877 [  9139] By: jhi                                   on 2001/03/14  02:40:50
7878         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
7879              From: Robin Houston <robin@kitsite.com>
7880              Date: Wed, 14 Mar 2001 00:43:45 +0000
7881              Message-ID: <20010314004345.A15892@puffinry.freeserve.co.uk>
7882      Branch: perl
7883            + t/op/loopctl.t
7884            ! AUTHORS MANIFEST perly.c perly.y perly_c.diff t/op/goto.t
7885            ! vms/perly_c.vms
7886 ____________________________________________________________________________
7887 [  9138] By: gsar                                  on 2001/03/14  01:18:00
7888         Log: remove squelch controls for "Scalars leaked" messages in most places
7889              (these are now cured)
7890      Branch: maint-5.6/perl
7891            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
7892            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
7893            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
7894 ____________________________________________________________________________
7895 [  9137] By: gsar                                  on 2001/03/14  00:57:04
7896         Log: fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
7897      Branch: maint-5.6/perl
7898            ! regcomp.c
7899 ____________________________________________________________________________
7900 [  9136] By: jhi                                   on 2001/03/13  23:12:24
7901         Log: (Retracted by #9155)
7902              
7903              Subject: Re: [gsar@ActiveState.com: v5.6.1 trial2 is available]
7904              From: Jens-Uwe Mager <jum@helios.de>
7905              Date: Wed, 21 Feb 2001 21:32:04 +0100
7906              Message-ID: <20010221213203.A18340@ans.helios.de>
7907      Branch: perl
7908            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
7909 ____________________________________________________________________________
7910 [  9135] By: jhi                                   on 2001/03/13  22:50:05
7911         Log: Integrate perlio.
7912      Branch: perl
7913           !> pp.c
7914 ____________________________________________________________________________
7915 [  9134] By: jhi                                   on 2001/03/13  22:49:05
7916         Log: Integrate change #9131 from maintperl into mainline.
7917              
7918              make the error text look more consistent in hints/hpux.sh
7919      Branch: perl
7920           !> hints/hpux.sh
7921 ____________________________________________________________________________
7922 [  9133] By: gsar                                  on 2001/03/13  22:46:20
7923         Log: integrate change#9067 from mainline
7924              
7925              Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
7926      Branch: maint-5.6/perl
7927           !> lib/ExtUtils/MM_Unix.pm
7928 ____________________________________________________________________________
7929 [  9132] By: jhi                                   on 2001/03/13  22:41:21
7930         Log: Subject:  Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
7931              From: "John P. Linderman" <jpl@research.att.com>
7932              Date: Tue, 13 Mar 2001 12:36:32 -0500 (EST)
7933              Message-Id: <200103131736.MAA35615@raptor.research.att.com>
7934              
7935              A more correct prime finder.
7936      Branch: perl
7937            ! lib/Tie/SubstrHash.pm
7938 ____________________________________________________________________________
7939 [  9131] By: gsar                                  on 2001/03/13  22:30:42
7940         Log: make the error text look more consistent in hints/hpux.sh
7941      Branch: maint-5.6/perl
7942            ! hints/hpux.sh
7943 ____________________________________________________________________________
7944 [  9130] By: jhi                                   on 2001/03/13  22:23:44
7945         Log: Subject: Re: 9122 and sigaction/switch on HP-UX 11.00
7946              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7947              Date: Tue, 13 Mar 2001 18:41:26 +0100
7948              Message-Id: <20010313184043.BFFC.H.M.BRAND@hccnet.nl>
7949              
7950              If the test is run non-interactively the default handler
7951              is different.
7952      Branch: perl
7953            ! t/lib/sigaction.t
7954 ____________________________________________________________________________
7955 [  9129] By: jhi                                   on 2001/03/13  22:20:21
7956         Log: Subject:  [PATCH perl@9125] t/lib/1_compile.t  VMS mod
7957              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
7958              Message-Id: <010313164414.d1225@DUPHY4.Physics.Drexel.Edu>
7959              Date:     Tue, 13 Mar 2001 16:44:32 EST
7960      Branch: perl
7961            ! t/lib/1_compile.t
7962 ____________________________________________________________________________
7963 [  9128] By: jhi                                   on 2001/03/13  22:18:34
7964         Log: Subject: Another patch for integer.pm POD 
7965              From: "John L. Allen" <allen@grumman.com>
7966              Date: Tue, 13 Mar 2001 16:14:02 -0500 (EST)
7967              Message-ID: <Pine.SOL.3.91.1010313160755.1630A-100000@gateway.grumman.com>
7968      Branch: perl
7969            ! lib/integer.pm
7970 ____________________________________________________________________________
7971 [  9127] By: nick                                  on 2001/03/13  21:26:30
7972         Log: Integrate mainline.
7973      Branch: perlio
7974           +> lib/Switch.pm lib/Text/Balanced.pm lib/Text/Balanced.pod
7975           +> t/lib/switch.t t/lib/tb-genxt.t t/lib/tb-xbrak.t
7976           +> t/lib/tb-xcode.t t/lib/tb-xdeli.t t/lib/tb-xmult.t
7977           +> t/lib/tb-xquot.t t/lib/tb-xtagg.t t/lib/tb-xvari.t
7978           !> Changes Configure MANIFEST README.os2 README.os390
7979           !> ext/re/Makefile.PL hints/aix.sh hints/os390.sh lib/integer.pm
7980           !> os2/Changes patchlevel.h win32/perlhost.h
7981 ____________________________________________________________________________
7982 [  9126] By: nick                                  on 2001/03/13  20:39:51
7983         Log: #ifdef'ed out code to make packed side of pack/unpack
7984              octets. (i.e. pack('U') => encode_utf8).
7985      Branch: perlio
7986            ! pp.c
7987 ____________________________________________________________________________
7988 [  9125] By: jhi                                   on 2001/03/13  15:07:16
7989         Log: Update Changes.
7990      Branch: perl
7991            ! Changes patchlevel.h
7992 ____________________________________________________________________________
7993 [  9124] By: jhi                                   on 2001/03/13  14:22:45
7994         Log: Workaround for the buggy ("internal compiler error")
7995              AIX C compiler 5.0.1.0: skip the optimization for regcomp.c
7996              (and ext/re/re_comp.c).  The MakeMaker dark magic courtesy
7997              of Andreas König.
7998      Branch: perl
7999            ! ext/re/Makefile.PL hints/aix.sh
8000 ____________________________________________________________________________
8001 [  9123] By: jhi                                   on 2001/03/13  03:24:34
8002         Log: Typo in #9114.
8003      Branch: metaconfig
8004            ! U/modified/myhostname.U
8005 ____________________________________________________________________________
8006 [  9122] By: jhi                                   on 2001/03/13  03:24:06
8007         Log: Typo in #9113.
8008      Branch: perl
8009            ! Configure
8010 ____________________________________________________________________________
8011 [  9121] By: jhi                                   on 2001/03/13  01:53:05
8012         Log: Forgot to check-in the larger part of #9120, duh.
8013      Branch: perl
8014            ! README.os2
8015 ____________________________________________________________________________
8016 [  9120] By: jhi                                   on 2001/03/13  01:51:31
8017         Log: Subject: [PATCH 5.6.1] OS/2 docs
8018              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8019              Date: Mon, 12 Mar 2001 03:27:32 -0500
8020              Message-ID: <20010312032732.A19283@math.ohio-state.edu>
8021      Branch: perl
8022            ! os2/Changes
8023 ____________________________________________________________________________
8024 [  9119] By: jhi                                   on 2001/03/13  01:49:41
8025         Log: Integrate change #9116 from maintperl into mainline.
8026              
8027              Win32::GetCwd() returns C: instead of C:\ in the root directory
8028              under ithreads
8029      Branch: perl
8030           !> win32/perlhost.h
8031 ____________________________________________________________________________
8032 [  9118] By: jhi                                   on 2001/03/13  01:13:39
8033         Log: Add Switch 2.01, resort MANIFEST (forgot that in #9117)
8034      Branch: perl
8035            + lib/Switch.pm t/lib/switch.t
8036            ! MANIFEST
8037 ____________________________________________________________________________
8038 [  9117] By: jhi                                   on 2001/03/13  01:03:17
8039         Log: Add Text::Balanced 1.83.
8040      Branch: perl
8041            + lib/Text/Balanced.pm lib/Text/Balanced.pod t/lib/tb-genxt.t
8042            + t/lib/tb-xbrak.t t/lib/tb-xcode.t t/lib/tb-xdeli.t
8043            + t/lib/tb-xmult.t t/lib/tb-xquot.t t/lib/tb-xtagg.t
8044            + t/lib/tb-xvari.t
8045            ! MANIFEST
8046 ____________________________________________________________________________
8047 [  9116] By: gsar                                  on 2001/03/13  00:55:53
8048         Log: Win32::GetCwd() returns C: instead of C:\ in the root directory
8049              under ithreads
8050      Branch: maint-5.6/perl
8051            ! win32/perlhost.h
8052 ____________________________________________________________________________
8053 [  9115] By: jhi                                   on 2001/03/13  00:54:09
8054         Log: Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
8055              From: "John L. Allen" <allen@grumman.com>
8056              Date: Tue, 6 Mar 2001 10:50:51 -0500 (EST)
8057              Message-ID: <Pine.SOL.3.91.1010306103113.9094A-100000@gateway.grumman.com>
8058              
8059              use integer document clarification.
8060      Branch: perl
8061            ! lib/integer.pm
8062 ____________________________________________________________________________
8063 [  9114] By: jhi                                   on 2001/03/13  00:38:54
8064         Log: Metaconfig unit change for #9113.
8065      Branch: metaconfig
8066            ! U/modified/myhostname.U
8067 ____________________________________________________________________________
8068 [  9113] By: jhi                                   on 2001/03/13  00:38:35
8069         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?)
8070              From: Peter Prymmer <pvhp@forte.com>
8071              Date: Mon, 12 Mar 2001 16:25:56 -0800 (PST)
8072              Message-ID: <Pine.OSF.4.10.10103121619020.180841-100000@aspara.forte.com>
8073      Branch: perl
8074            ! Configure README.os390 hints/os390.sh
8075 ____________________________________________________________________________
8076 [  9112] By: jhi                                   on 2001/03/13  00:29:00
8077         Log: Integrate perlio.
8078      Branch: perl
8079           !> sv.c utf8.h
8080 ____________________________________________________________________________
8081 [  9111] By: nick                                  on 2001/03/12  21:16:33
8082         Log: Integrate mainline.
8083      Branch: perlio
8084           +> t/op/anonsub.t
8085           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
8086           !> proto.h sv.c
8087 ____________________________________________________________________________
8088 [  9110] By: nick                                  on 2001/03/12  21:00:13
8089         Log: #ifdef'ed out code for 'USE_BYTES_DOWNGRADES' case.
8090      Branch: perlio
8091            ! sv.c utf8.h
8092 ____________________________________________________________________________
8093 [  9109] By: jhi                                   on 2001/03/12  16:04:47
8094         Log: Integrate change #9108 from maintperl to mainline.
8095              
8096              fix memory leak in C<sub X { sub {} }> arising from a refcount
8097              loop between the outer sub and the inner prototype anonsub
8098              
8099              this also enables closures returned by subroutines that
8100              subsequently get redefined to work without generating coredumps :)
8101              
8102              completely removed the free_closures() hack--it shouldn't be
8103              needed anymore
8104      Branch: perl
8105           +> t/op/anonsub.t
8106           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
8107           !> proto.h sv.c
8108 ____________________________________________________________________________
8109 [  9108] By: gsar                                  on 2001/03/12  10:21:31
8110         Log: fix memory leak in C<sub X { sub {} }> arising from a refcount
8111              loop between the outer sub and the inner prototype anonsub
8112              
8113              this also enables closures returned by subroutines that
8114              subsequently get redefined to work without generating coredumps :)
8115              
8116              completely removed the free_closures() hack--it shouldn't be
8117              needed anymore
8118      Branch: maint-5.6/perl
8119            + t/op/anonsub.t
8120            ! MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
8121            ! proto.h sv.c
8122 ____________________________________________________________________________
8123 [  9107] By: jhi                                   on 2001/03/12  05:15:31
8124         Log: Integrate perlio.
8125      Branch: perl
8126           !> ext/Encode/Encode.xs makedef.pl regcomp.c sv.c toke.c utf8.c
8127 ____________________________________________________________________________
8128 [  9106] By: nick                                  on 2001/03/11  20:10:12
8129         Log: regcomp.c is working in native space, not Unicode space (if different)
8130              as it is doing compare against 'W' in \W etc.
8131      Branch: perlio
8132            ! regcomp.c
8133 ____________________________________________________________________________
8134 [  9105] By: nick                                  on 2001/03/11  19:39:34
8135         Log: Audit #ifdef EBCDIC and #ifndef ASCIIish, replace latter with former.
8136              Use ASCII_TO_NATIVE and NATIVE_TO_ASCII to avoid some #ifs.
8137      Branch: perlio
8138            ! regcomp.c toke.c utf8.c
8139 ____________________________________________________________________________
8140 [  9104] By: nick                                  on 2001/03/11  18:15:44
8141         Log: Put utf8_downgrade in CRIPPLED_CC versions of SvPVbyte* before I forget.
8142      Branch: perlio
8143            ! sv.c
8144 ____________________________________________________________________________
8145 [  9103] By: nick                                  on 2001/03/11  18:03:28
8146         Log: Integrate mainline (for regexp stuff).
8147      Branch: perlio
8148           !> ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
8149           !> ext/Encode/Encode.xs ext/Errno/Errno_pm.PL
8150           !> lib/ExtUtils/Manifest.pm regcomp.c regexec.c t/lib/b.t
8151           !> t/lib/errno.t t/op/pat.t
8152 ____________________________________________________________________________
8153 [  9102] By: nick                                  on 2001/03/11  17:44:20
8154         Log: USE_SFIO issues as observed by Chris Nandor <pudge@pobox.com>
8155              - exclude layer syms in makedef.pl for sfio
8156              - also inhibit Encode from trying to build ":encode()" layer.
8157      Branch: perlio
8158            ! ext/Encode/Encode.xs makedef.pl
8159 ____________________________________________________________________________
8160 [  9101] By: jhi                                   on 2001/03/10  22:38:13
8161         Log: The $Is_MacOS needs to be declared.
8162      Branch: perl
8163            ! lib/ExtUtils/Manifest.pm
8164 ____________________________________________________________________________
8165 [  9100] By: jhi                                   on 2001/03/10  22:14:29
8166         Log: Use #if defined(USE_PERLIO) && !defined(USE_SFIO) instead of just
8167              #ifdef USE_PERLIO in Encode.xs so that the perlio symbols don't
8168              pollute the symbolspace if using sfio.
8169      Branch: perl
8170            ! ext/Encode/Encode.xs
8171 ____________________________________________________________________________
8172 [  9099] By: jhi                                   on 2001/03/10  21:58:48
8173         Log: Subject: [PATCH] Portability fixes for Mac OS / bleadperl
8174              Date: Sat, 10 Mar 2001 14:23:55 -0500
8175              From: Chris Nandor <pudge@pobox.com>
8176              Message-Id: <p05010401b6d02f70211f@[10.0.1.177]>
8177      Branch: perl
8178            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
8179            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm t/lib/b.t
8180            ! t/lib/errno.t
8181 ____________________________________________________________________________
8182 [  9098] By: jhi                                   on 2001/03/10  21:38:30
8183         Log: Fix for ID 20010306.008, UTF-8 and \w without 'use utf8' coredump.
8184      Branch: perl
8185            ! regcomp.c regexec.c t/op/pat.t
8186 ____________________________________________________________________________
8187 [  9097] By: jhi                                   on 2001/03/10  14:38:07
8188         Log: Integrate perlio.
8189      Branch: perl
8190           !> doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
8191           !> handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
8192           !> regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
8193 ____________________________________________________________________________
8194 [  9096] By: nick                                  on 2001/03/10  11:55:43
8195         Log: EBCDIC sanity - phase I
8196              - rename utf8/uv functions to indicate what sort of uv they provide (uvuni/uvchr)
8197              - use utf8n_xxxx (c.f. pvn) for forms which take length.
8198              - back out vN.N and $^V exceptions to e2a/a2e
8199              - make "locale" isxxx macros be uvchr (may be redundant?)
8200              
8201              Not clear yet that toUPPER_uni et. al. return being handled correctly.
8202              The tr// and rexexp stuff still needs an audit, assumption is they are working
8203              in Unicode space.
8204              
8205              Need to provide v5.6 names for XS modules (decide is uni or chr ?).
8206      Branch: perlio
8207            ! doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
8208            ! handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
8209            ! regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
8210 ____________________________________________________________________________
8211 [  9095] By: jhi                                   on 2001/03/09  22:10:01
8212         Log: Integrate perlio.
8213      Branch: perl
8214           !> dump.c
8215 ____________________________________________________________________________
8216 [  9094] By: nick                                  on 2001/03/09  17:36:38
8217         Log: Builds an passes all tests after integrate and this tweak.
8218      Branch: perlio
8219            ! dump.c
8220 ____________________________________________________________________________
8221 [  9093] By: nick                                  on 2001/03/09  17:16:03
8222         Log: Integrate mainline (does not build - sv_catpvf issue in dump.c)
8223      Branch: perlio
8224           +> lib/unicode/Scripts.txt t/lib/sigaction.t
8225           !> (integrate 79 files)
8226 ____________________________________________________________________________
8227 [  9092] By: jhi                                   on 2001/03/09  15:28:26
8228         Log: Update Changes.
8229      Branch: perl
8230            ! Changes patchlevel.h
8231 ____________________________________________________________________________
8232 [  9091] By: jhi                                   on 2001/03/09  15:25:05
8233         Log: In op/stat #35 better to scan all the potential directories
8234              for setuids, not just the first one.
8235      Branch: perl
8236            ! t/op/stat.t
8237 ____________________________________________________________________________
8238 [  9090] By: jhi                                   on 2001/03/09  15:01:27
8239         Log: Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists() 
8240              From: rspier@pobox.com (Robert Spier)
8241              Date: Fri, 9 Mar 2001 03:30:20 -0500
8242              Message-ID: <15016.38044.381174.160189@rls.cx>
8243              
8244              EXISTS() returning undef mistakenly triggered a FETCH().
8245      Branch: perl
8246            ! hv.c
8247 ____________________________________________________________________________
8248 [  9089] By: jhi                                   on 2001/03/09  14:59:02
8249         Log: Add /sbin and /usr/sbin to the list of directories scanned
8250              for setuid programs.  Takes care of bug id 20010309.003.
8251      Branch: perl
8252            ! t/op/stat.t
8253 ____________________________________________________________________________
8254 [  9088] By: jhi                                   on 2001/03/09  14:48:32
8255         Log: Regen perlapi, perltoc.
8256      Branch: perl
8257            ! ext/Encode/Encode/Tcl.pm pod/perlapi.pod pod/perltoc.pod
8258 ____________________________________________________________________________
8259 [  9087] By: jhi                                   on 2001/03/09  14:38:56
8260         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
8261              From: David Mitchell <davem@fdgroup.co.uk>
8262              Date: Fri, 9 Mar 2001 13:49:31 +0000 (GMT)
8263              Message-Id: <200103091349.NAA16617@tiree.fdgroup.co.uk>
8264      Branch: perl
8265            ! dump.c perl.c perl.h pod/perlrun.pod
8266 ____________________________________________________________________________
8267 [  9086] By: jhi                                   on 2001/03/09  01:47:16
8268         Log: A modified version of
8269              
8270              Subject: [ID 20010307.005] POSIX::sigaction has various problems
8271              From: anders@broadcom.com
8272              Date: Wed, 7 Mar 2001 14:35:24 -0800 (PST) 
8273              Message-Id: <200103072235.OAA25368@dt-sj1-130.sj.broadcom.com>
8274              
8275              Currently the sigaction.t test #6 fails (and is fudged to look
8276              like an "ok") in Linux (at least in Debian 2.2 Linux 2.4.2 x86).
8277              This may well be a genuine bug in Linux sigaction() (since at
8278              least Tru64, Solaris, and HP-UX disagree with Linux).
8279              Anyone with POSIX / SUSv2 tome handy?  The problem is that
8280              the flags of the oldaction don't match with the flags in
8281              the previously installed disposition.
8282      Branch: perl
8283            + t/lib/sigaction.t
8284            ! MANIFEST ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
8285 ____________________________________________________________________________
8286 [  9085] By: jhi                                   on 2001/03/09  01:30:13
8287         Log: Subject: Re: mission impossible for the day
8288              From: Alex Gough <alex@rcon.org>
8289              Date: Thu, 08 Mar 2001 17:18:19 +0000
8290              Message-ID: <3AA7BEDB.8070409@rcon.org>
8291              
8292              If references (are overloaded) and can be directly stringified,
8293              show that instead of "stringified".
8294              
8295              (The problem, infinite mutual recursion caused by overloaded bool
8296              in Switch.pm, tracked by David Mitchell)
8297      Branch: perl
8298            ! lib/Carp/Heavy.pm
8299 ____________________________________________________________________________
8300 [  9084] By: jhi                                   on 2001/03/09  01:20:39
8301         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
8302              Date: Thu, 8 Mar 2001 12:06:57 +0000 (GMT)
8303              From: David Mitchell <davem@fdgroup.co.uk>
8304              Message-Id: <200103081206.MAA06281@tiree.fdgroup.co.uk>
8305      Branch: perl
8306            ! ext/re/re.xs malloc.c mg.c perl.c perl.h perly.c perly.y
8307            ! pp_ctl.c regexec.c sv.c vms/perly_c.vms
8308 ____________________________________________________________________________
8309 [  9083] By: jhi                                   on 2001/03/09  01:16:51
8310         Log: Subject: [PATCH] perldata.pod here-doc docs
8311              From: Jeff Pinyan <jeffp@crusoe.net>
8312              Date: Thu, 8 Mar 2001 13:18:55 -0500 (EST)
8313              Message-ID: <Pine.GSO.4.21.0103081317530.20957-100000@crusoe.crusoe.net>
8314      Branch: perl
8315            ! pod/perldata.pod
8316 ____________________________________________________________________________
8317 [  9082] By: jhi                                   on 2001/03/09  01:01:27
8318         Log: Subject: Re: Unicode/EBCDIC
8319              From: Peter Prymmer <pvhp@forte.com>
8320              Date: Thu, 8 Mar 2001 16:23:25 -0800 (PST)
8321              Message-ID: <Pine.OSF.4.10.10103081617390.377472-100000@aspara.forte.com>
8322      Branch: perl
8323            ! perl.c perl.h sv.c toke.c utf8.c utf8.h
8324 ____________________________________________________________________________
8325 [  9081] By: jhi                                   on 2001/03/08  13:41:30
8326         Log: Subject: Ooops, wrong 'no *POSIX' Patch
8327              From: Dorner Thomas <Thomas.Dorner@start.de>
8328              Date: Thu, 8 Mar 2001 08:43:28 +0100
8329              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88D3@Ex02.inhouse.start.de>
8330      Branch: perl
8331            ! hints/posix-bc.sh
8332 ____________________________________________________________________________
8333 [  9080] By: jhi                                   on 2001/03/08  13:11:42
8334         Log: It's Scripts.txt, not Script.txt.
8335      Branch: perl
8336            ! MANIFEST
8337 ____________________________________________________________________________
8338 [  9079] By: jhi                                   on 2001/03/08  12:59:05
8339         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
8340              From: Dorner Thomas <Thomas.Dorner@start.de>
8341              Date: Wed, 7 Mar 2001 14:13:31 +0100
8342              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
8343      Branch: perl
8344            ! makedepend.SH
8345 ____________________________________________________________________________
8346 [  9078] By: jhi                                   on 2001/03/08  12:57:43
8347         Log: Retract #9069, wrong patch.
8348      Branch: perl
8349            ! Makefile.SH
8350 ____________________________________________________________________________
8351 [  9077] By: jhi                                   on 2001/03/08  01:06:13
8352         Log: Upgrade to Unicode 3.1 beta 2001-03-01.
8353      Branch: perl
8354            + lib/unicode/Scripts.txt
8355            ! MANIFEST lib/unicode/Category.pl lib/unicode/Decomposition.pl
8356            ! lib/unicode/EAWidth.txt lib/unicode/Is/Alnum.pl
8357            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/L.pl
8358            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
8359            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
8360            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
8361            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
8362            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
8363            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
8364            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
8365            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
8366            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
8367            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
8368            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
8369            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
8370            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
8371            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkZW.pl
8372            ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lower.pl
8373            ! lib/unicode/Is/S.pl lib/unicode/Is/Sm.pl
8374            ! lib/unicode/Is/Word.pl lib/unicode/Names.txt
8375            ! lib/unicode/PropList.txt lib/unicode/ReadMe.txt
8376            ! lib/unicode/Unicode.txt lib/unicode/mktables.PL
8377            ! lib/unicode/version
8378 ____________________________________________________________________________
8379 [  9076] By: jhi                                   on 2001/03/07  22:59:39
8380         Log: Integrate change #7784 from mainline into maintperl.
8381              
8382              Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
8383      Branch: maint-5.6/perl
8384           !> pp_ctl.c t/op/pat.t
8385 ____________________________________________________________________________
8386 [  9075] By: jhi                                   on 2001/03/07  22:05:11
8387         Log: More UTF-8 test tweaks.
8388      Branch: perl
8389            ! t/op/pat.t t/op/split.t t/pragma/utf8.t
8390 ____________________________________________________________________________
8391 [  9074] By: nick                                  on 2001/03/07  21:39:29
8392         Log: Integrate mainline.
8393      Branch: perlio
8394           !> Changes Makefile.SH lib/ExtUtils/MM_Unix.pm
8395           !> lib/unicode/mktables.PL patchlevel.h perl.c pod/perlop.pod
8396           !> pod/perlretut.pod pod/perlsyn.pod pp.c pp_sys.c
8397           !> t/camel-III/vstring.t t/lib/charnames.t t/op/chop.t
8398           !> t/op/pack.t t/op/pat.t t/op/split.t t/pragma/utf8.t
8399 ____________________________________________________________________________
8400 [  9073] By: jhi                                   on 2001/03/07  16:37:09
8401         Log: Update Changes.
8402      Branch: perl
8403            ! Changes patchlevel.h
8404 ____________________________________________________________________________
8405 [  9072] By: jhi                                   on 2001/03/07  16:32:30
8406         Log: Subject: [ID 20010306.004] || != named unary operator
8407              From: abela@geneanet.org
8408              Date: Tue,  6 Mar 2001 15:57:57 +0100 (CET)
8409              Message-Id: <20010306145757.0CB03D183@little-roots.geneanet.org>
8410      Branch: perl
8411            ! pod/perlop.pod
8412 ____________________________________________________________________________
8413 [  9071] By: jhi                                   on 2001/03/07  15:14:11
8414         Log: Subject: downgrading to bytes for common functions
8415              From: andrew@pimlott.ne.mediaone.net (Andrew Pimlott)
8416              Date: Wed, 7 Mar 2001 02:36:55 -0500
8417              Message-ID: <20010307023655.J24024@pimlott.ne.mediaone.net>
8418      Branch: perl
8419            ! pp_sys.c
8420 ____________________________________________________________________________
8421 [  9070] By: jhi                                   on 2001/03/07  15:04:58
8422         Log: Clarify the description differentiating for and while; inspired by
8423              
8424              Subject: [ID 20010306.002] for/while difference in for definition
8425              From: abela@geneanet.org
8426              Date: Tue,  6 Mar 2001 09:40:36 +0100 (CET)
8427              Message-Id: <20010306084036.7BFD0D17F@little-roots.geneanet.org>
8428      Branch: perl
8429            ! pod/perlsyn.pod
8430 ____________________________________________________________________________
8431 [  9069] By: jhi                                   on 2001/03/07  14:55:30
8432         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
8433              From: Dorner Thomas <Thomas.Dorner@start.de>
8434              Date: Wed, 7 Mar 2001 14:13:31 +0100
8435              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
8436      Branch: perl
8437            ! Makefile.SH
8438 ____________________________________________________________________________
8439 [  9068] By: jhi                                   on 2001/03/07  14:51:17
8440         Log: Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
8441              From: Radu Greab <radu@netsoft.ro>
8442              Date: Tue, 6 Mar 2001 23:04:44 +0200 (EET)
8443              Message-ID: <15013.20716.201459.540421@ix.netsoft.ro>
8444      Branch: perl
8445            ! pp.c t/op/chop.t
8446 ____________________________________________________________________________
8447 [  9067] By: jhi                                   on 2001/03/07  14:48:57
8448         Log: Subject: Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
8449              From: Simon Cozens <simon@netthink.co.uk>
8450              Date: Wed, 7 Mar 2001 13:59:28 +0000
8451              Message-ID: <20010307135928.A21620@pembro26.pmb.ox.ac.uk>
8452              
8453              In order to allow MakeMaker to build correct Makefiles,
8454              you need to change the order of the arguments in MM_Unix.pm
8455              as well. (Unless you have C89_CCMODE set, but we're trying
8456              to be POSIXly correct)
8457              
8458              Thanks to Merijn Broeren for tracking this down.
8459      Branch: perl
8460            ! lib/ExtUtils/MM_Unix.pm
8461 ____________________________________________________________________________
8462 [  9066] By: jhi                                   on 2001/03/07  14:30:02
8463         Log: Floating point too messy.
8464      Branch: perl
8465            ! t/camel-III/vstring.t
8466 ____________________________________________________________________________
8467 [  9065] By: jhi                                   on 2001/03/07  14:17:44
8468         Log: Integrate change #9064 from maintperl into mainline.
8469              
8470              fix memory leak in pack("Bb",...)
8471      Branch: perl
8472           !> perl.c
8473 ____________________________________________________________________________
8474 [  9064] By: gsar                                  on 2001/03/07  06:29:24
8475         Log: fix memory leak in pack("Bb",...)
8476      Branch: maint-5.6/perl
8477            ! perl.c
8478 ____________________________________________________________________________
8479 [  9063] By: jhi                                   on 2001/03/07  00:55:04
8480         Log: Major utf8 test reorganisation and rewrite.
8481              Hopefully no tests were lost in the shuffle.
8482              (The beginning of pragma/utf8 was lost intentionally,
8483              the tests were rather bogus and incomplete.)
8484      Branch: perl
8485            ! t/lib/charnames.t t/op/pack.t t/op/pat.t t/op/split.t
8486            ! t/pragma/utf8.t
8487 ____________________________________________________________________________
8488 [  9062] By: jhi                                   on 2001/03/07  00:41:16
8489         Log: More tweakage on the Unicode character class descriptions.
8490      Branch: perl
8491            ! lib/unicode/mktables.PL pod/perlretut.pod
8492 ____________________________________________________________________________
8493 [  9061] By: jhi                                   on 2001/03/06  23:12:38
8494         Log: The perlretut was still talking about the old \p and \P
8495              definitions.
8496      Branch: perl
8497            ! pod/perlretut.pod
8498 ____________________________________________________________________________
8499 [  9060] By: nick                                  on 2001/03/06  20:52:37
8500         Log: Integrate mainline (make test works again now).
8501      Branch: perlio
8502           !> op.c op.h regcomp.c t/camel-III/vstring.t t/op/pat.t
8503 ____________________________________________________________________________
8504 [  9059] By: jhi                                   on 2001/03/06  15:36:14
8505         Log: 0.999... does equal 1.0, doesn't it?
8506      Branch: perl
8507            ! t/camel-III/vstring.t
8508 ____________________________________________________________________________
8509 [  9058] By: jhi                                   on 2001/03/06  15:34:00
8510         Log: Make /x{abcd}/ to work without use utf8.
8511      Branch: perl
8512            ! regcomp.c
8513 ____________________________________________________________________________
8514 [  9057] By: jhi                                   on 2001/03/06  03:02:36
8515         Log: Easier to outcomment all the three reset() tests for now.
8516      Branch: perl
8517            ! t/op/pat.t
8518 ____________________________________________________________________________
8519 [  9056] By: jhi                                   on 2001/03/06  02:30:02
8520         Log: Comment out the deadly reset; until the 20010301.005
8521              is finally fixed.
8522      Branch: perl
8523            ! t/op/pat.t
8524 ____________________________________________________________________________
8525 [  9055] By: jhi                                   on 2001/03/06  02:21:26
8526         Log: Integrate the change #9054 from mainline:
8527              retract the PMOP cleanup patch pending further investigation.
8528      Branch: maint-5.6/perl
8529           !> op.c op.h
8530 ____________________________________________________________________________
8531 [  9054] By: jhi                                   on 2001/03/06  02:19:57
8532         Log: Retract the PMOP cleanup patch: I'm seeing strange core dumps
8533              with oddly familiar stack traces.
8534      Branch: perl
8535            ! op.c op.h
8536 ____________________________________________________________________________
8537 [  9053] By: jhi                                   on 2001/03/05  23:20:28
8538         Log: Integrate perlio.
8539      Branch: perl
8540           +> ext/Encode/Encode/koi8-r.ucm
8541           !> MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
8542           !> makedef.pl
8543 ____________________________________________________________________________
8544 [  9052] By: nick                                  on 2001/03/05  23:08:17
8545         Log: skipping USE_PERLIO symbols correction.
8546      Branch: perlio
8547            ! makedef.pl
8548 ____________________________________________________________________________
8549 [  9051] By: nick                                  on 2001/03/05  22:35:07
8550         Log: More Encode alias tidying.
8551      Branch: perlio
8552            + ext/Encode/Encode/koi8-r.ucm
8553            ! MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
8554 ____________________________________________________________________________
8555 [  9050] By: jhi                                   on 2001/03/05  21:44:29
8556         Log: Integrate changes #9033 and #9044 from mainline into maintperl,
8557              Sarathy's fix for ID 20010301.005.
8558      Branch: maint-5.6/perl
8559           !> op.c op.h
8560 ____________________________________________________________________________
8561 [  9049] By: nick                                  on 2001/03/05  19:54:04
8562         Log: Integrate Jarkko's Encode.pm tweak.
8563      Branch: perlio
8564           !> ext/Encode/Encode.pm
8565 ____________________________________________________________________________
8566 [  9048] By: nick                                  on 2001/03/05  19:47:57
8567         Log: Integrate mainline (mostly - holding of on Encode.pm for a bit.)
8568      Branch: perlio
8569           +> os2/os2add.sym
8570           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm makedef.pl op.c
8571           !> op.h os2/Changes os2/Makefile.SHs os2/OS2/REXX/Makefile.PL
8572           !> os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
8573           !> os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/os2.sym os2/os2ish.h
8574           !> pod/perlapi.pod t/op/pat.t t/op/tr.t
8575 ____________________________________________________________________________
8576 [  9047] By: jhi                                   on 2001/03/05  19:25:26
8577         Log: Regen perlapi.
8578      Branch: perl
8579            ! pod/perlapi.pod
8580 ____________________________________________________________________________
8581 [  9046] By: jhi                                   on 2001/03/05  19:12:14
8582         Log: Integrate perlio.
8583      Branch: perl
8584           +> t/camel-III/vstring.t
8585           !> MANIFEST pp.h pp_sys.c t/TEST t/harness
8586 ____________________________________________________________________________
8587 [  9045] By: jhi                                   on 2001/03/05  19:10:36
8588         Log: The mapping of ISO Latin X to ISO 8859-Y is tricky.
8589      Branch: perl
8590            ! ext/Encode/Encode.pm
8591 ____________________________________________________________________________
8592 [  9044] By: jhi                                   on 2001/03/05  18:49:12
8593         Log: Forgot the other half of the PMOP patch (#9033).
8594      Branch: perl
8595            ! op.h
8596 ____________________________________________________________________________
8597 [  9043] By: nick                                  on 2001/03/05  18:14:47
8598         Log: Update MANIFEST for new test.
8599      Branch: perlio
8600            ! MANIFEST
8601 ____________________________________________________________________________
8602 [  9042] By: nick                                  on 2001/03/05  18:12:41
8603         Log: Some tests for Camel 3rd edition features.
8604              Make gethostbyaddr() test in above work.
8605      Branch: perlio
8606            + t/camel-III/vstring.t
8607            ! pp.h pp_sys.c t/TEST t/harness
8608 ____________________________________________________________________________
8609 [  9041] By: jhi                                   on 2001/03/05  17:41:48
8610         Log: Add more ISO 8859 encoding aliases.
8611      Branch: perl
8612            ! ext/Encode/Encode.pm
8613 ____________________________________________________________________________
8614 [  9040] By: jhi                                   on 2001/03/05  17:30:43
8615         Log: Integrate perlio.
8616      Branch: perl
8617           !> MANIFEST sv.c
8618 ____________________________________________________________________________
8619 [  9039] By: nick                                  on 2001/03/05  17:11:36
8620         Log: Missed added file.
8621      Branch: perlio
8622            ! MANIFEST
8623 ____________________________________________________________________________
8624 [  9038] By: jhi                                   on 2001/03/05  15:58:01
8625         Log: Add tr tests for EBCDIC, from Karsten Sperling.
8626      Branch: perl
8627            ! t/op/tr.t
8628 ____________________________________________________________________________
8629 [  9037] By: nick                                  on 2001/03/05  15:56:35
8630         Log: Long-standing "defined but not used" SvPVbyte*() are about to get used
8631              for auto-downgrade hooks in gethostbyaddr() etc. (as per Camel-III).
8632              
8633              Make SvPVbyte*() symetric with respect to SvPVutf8*() in that:
8634              - it does a sv_utf8_downgrade (c.f. SvPVutf8's sv_utf8_upgrade())
8635              - uses SvPV() rather than sv_2pv() in case it isn't a string.
8636      Branch: perlio
8637            ! sv.c
8638 ____________________________________________________________________________
8639 [  9036] By: jhi                                   on 2001/03/05  15:49:15
8640         Log: Add matching tests currently failing in EBCDIC,
8641              suggested by Karsten Sperling.
8642      Branch: perl
8643            ! t/op/pat.t
8644 ____________________________________________________________________________
8645 [  9035] By: jhi                                   on 2001/03/05  15:36:55
8646         Log: The #9034 needs a MANIFESTation.
8647      Branch: perl
8648            ! MANIFEST
8649 ____________________________________________________________________________
8650 [  9034] By: jhi                                   on 2001/03/05  15:35:14
8651         Log: Integrate perlio.
8652      Branch: perl
8653           +> ext/Encode/Encode/Tcl.pm
8654           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
8655           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
8656           !> ext/Encode/Encode/iso8859-1.ucm
8657           !> ext/Encode/Encode/iso8859-10.ucm
8658           !> ext/Encode/Encode/iso8859-13.ucm
8659           !> ext/Encode/Encode/iso8859-14.ucm
8660           !> ext/Encode/Encode/iso8859-15.ucm
8661           !> ext/Encode/Encode/iso8859-16.ucm
8662           !> ext/Encode/Encode/iso8859-2.ucm
8663           !> ext/Encode/Encode/iso8859-3.ucm
8664           !> ext/Encode/Encode/iso8859-4.ucm
8665           !> ext/Encode/Encode/iso8859-5.ucm
8666           !> ext/Encode/Encode/iso8859-6.ucm
8667           !> ext/Encode/Encode/iso8859-7.ucm
8668           !> ext/Encode/Encode/iso8859-8.ucm
8669           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
8670           !> t/lib/encode.t
8671 ____________________________________________________________________________
8672 [  9033] By: jhi                                   on 2001/03/05  15:33:18
8673         Log: Subject: Re: [ID 20010301.005] corrupt memory (since @8531, in 5.6.1-T2)
8674              From: Gurusamy Sarathy <gsar@ActiveState.com>
8675              Date: Sun, 04 Mar 2001 22:33:15 -0800
8676              Message-Id: <200103050633.f256XFo06998@smtp3.ActiveState.com>
8677              
8678              PMOPs need to remember their own stash so that they can
8679              gracefully remove themselves from their linked list.
8680      Branch: perl
8681            ! op.c
8682 ____________________________________________________________________________
8683 [  9032] By: nick                                  on 2001/03/05  14:51:50
8684         Log: Encode implementation "completion"
8685              Implement and document define_encoding()
8686              Implement and document encoding aliases including define_alias()
8687              Make Encode::XS use define_encoding() rather than back-door.
8688              Move run-time *.enc to separate Encode::Tcl module.
8689              Make 'compile' honour <codeset_name>
8690              Change canonical names of to iso-8859-* and US-ascii.
8691      Branch: perlio
8692            + ext/Encode/Encode/Tcl.pm
8693            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
8694            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
8695            ! ext/Encode/Encode/iso8859-1.ucm
8696            ! ext/Encode/Encode/iso8859-10.ucm
8697            ! ext/Encode/Encode/iso8859-13.ucm
8698            ! ext/Encode/Encode/iso8859-14.ucm
8699            ! ext/Encode/Encode/iso8859-15.ucm
8700            ! ext/Encode/Encode/iso8859-16.ucm
8701            ! ext/Encode/Encode/iso8859-2.ucm
8702            ! ext/Encode/Encode/iso8859-3.ucm
8703            ! ext/Encode/Encode/iso8859-4.ucm
8704            ! ext/Encode/Encode/iso8859-5.ucm
8705            ! ext/Encode/Encode/iso8859-6.ucm
8706            ! ext/Encode/Encode/iso8859-7.ucm
8707            ! ext/Encode/Encode/iso8859-8.ucm
8708            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
8709            ! t/lib/encode.t
8710 ____________________________________________________________________________
8711 [  9031] By: jhi                                   on 2001/03/05  13:51:17
8712         Log: Integrate change #9030 from maintperl into mainline.
8713              
8714              Subject: [PATCH 5.6.1] OS/2 cleanup
8715      Branch: perl
8716           +> os2/os2add.sym
8717           !> MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
8718           !> makedef.pl os2/Changes os2/Makefile.SHs
8719           !> os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
8720           !> os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
8721           !> os2/os2.sym os2/os2ish.h
8722 ____________________________________________________________________________
8723 [  9030] By: jhi                                   on 2001/03/05  13:46:49
8724         Log: Subject: [PATCH 5.6.1] OS/2 cleanup
8725              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8726              Date: Mon, 5 Mar 2001 02:29:44 -0500
8727              Message-ID: <20010305022944.A10117@math.ohio-state.edu>
8728      Branch: maint-5.6/perl
8729            + os2/os2add.sym
8730            ! MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
8731            ! makedef.pl os2/Changes os2/Makefile.SHs
8732            ! os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
8733            ! os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
8734            ! os2/os2.sym os2/os2ish.h
8735 ____________________________________________________________________________
8736 [  9029] By: jhi                                   on 2001/03/05  13:40:35
8737         Log: Integrate change #9028 from maintperl into mainline.
8738              
8739              various nits in MM_Unix.pm found by disabling SelfLoader
8740      Branch: perl
8741           !> lib/ExtUtils/MM_Unix.pm
8742 ____________________________________________________________________________
8743 [  9028] By: gsar                                  on 2001/03/05  09:58:38
8744         Log: various nits in MM_Unix.pm found by disabling SelfLoader
8745      Branch: maint-5.6/perl
8746            ! lib/ExtUtils/MM_Unix.pm
8747 ____________________________________________________________________________
8748 [  9027] By: nick                                  on 2001/03/05  08:35:22
8749         Log: Integrate mainline
8750      Branch: perlio
8751           !> (integrate 28 files)
8752 ____________________________________________________________________________
8753 [  9026] By: jhi                                   on 2001/03/05  02:14:59
8754         Log: Integrate change #9025 from mainline to maintperl,
8755              retract \N{U+HHHH}.
8756      Branch: maint-5.6/perl
8757           !> lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
8758           !> t/lib/charnames.t toke.c
8759 ____________________________________________________________________________
8760 [  9025] By: jhi                                   on 2001/03/05  02:13:09
8761         Log: Retracting \N{U+HHHH}.
8762      Branch: perl
8763            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
8764            ! t/lib/charnames.t toke.c
8765 ____________________________________________________________________________
8766 [  9024] By: jhi                                   on 2001/03/04  20:51:07
8767         Log: Subject: Re: Smoking patch 8898 for perl v5.7.0 on aix 4.3.0.0
8768              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
8769              Date: Fri, 02 Mar 2001 18:25:26 +0100
8770              Message-Id: <20010302182416.1BF4.H.M.BRAND@hccnet.nl>
8771              
8772              Casting problem.
8773      Branch: perl
8774            ! ext/Storable/Storable.xs
8775 ____________________________________________________________________________
8776 [  9023] By: jhi                                   on 2001/03/04  19:46:45
8777         Log: Subject: [ID 20010303.009] SOCKS5 work around breaks other sockets
8778              From: nick@talking.bollo.cx
8779              Date: Sat, 03 Mar 2001 21:41:33 +0000
8780              Message-Id: <E14ZJmP-0000mE-00@Bagpuss.unfortu.net>
8781              
8782              Revert the workaround.
8783      Branch: perl
8784            ! perlio.c
8785 ____________________________________________________________________________
8786 [  9022] By: jhi                                   on 2001/03/04  19:36:28
8787         Log: Update Changes.
8788      Branch: perl
8789            ! Changes patchlevel.h
8790 ____________________________________________________________________________
8791 [  9021] By: jhi                                   on 2001/03/04  18:41:00
8792         Log: makedef.pl updates suggested by Chris Nandor; double-checking
8793              the changes in AIX, OS/2 Win32 would be nice.
8794      Branch: perl
8795            ! makedef.pl
8796 ____________________________________________________________________________
8797 [  9020] By: jhi                                   on 2001/03/04  18:23:58
8798         Log: Integrate change #9012 from maintperl into mainline,
8799              quench a compiler warning.
8800      Branch: perl
8801           !> toke.c
8802 ____________________________________________________________________________
8803 [  9019] By: jhi                                   on 2001/03/04  18:18:43
8804         Log: Integrate changes #9017 and 9018 from mainline into maintperl.
8805              
8806              \N{U+HHHH} fix.
8807              
8808              pattern in G_ARRAY context
8809      Branch: maint-5.6/perl
8810           !> pp_hot.c t/op/pat.t toke.c
8811 ____________________________________________________________________________
8812 [  9018] By: jhi                                   on 2001/03/04  18:07:48
8813         Log: Subject: [PATCH pp_hot.c regexp.t] pattern in G_ARRAY context
8814              From: Jeff Pinyan <jeffp@crusoe.net>
8815              Date: Sat, 3 Mar 2001 17:14:07 -0500 (EST)
8816              Message-ID: <Pine.GSO.4.21.0103031712070.1035-100000@crusoe.crusoe.net>
8817      Branch: perl
8818            ! pp_hot.c t/op/pat.t
8819 ____________________________________________________________________________
8820 [  9017] By: jhi                                   on 2001/03/04  18:06:21
8821         Log: I thought I tested the #9014.
8822      Branch: perl
8823            ! toke.c
8824 ____________________________________________________________________________
8825 [  9016] By: jhi                                   on 2001/03/04  17:41:22
8826         Log: Integrate changes #9013,9014,9015 from mainline into maintperl.
8827              
8828              Tweak the get*ent() OS/2 prototypes.
8829              
8830              Add the \N{U+HHHH} syntax.
8831              
8832              More tr/// UTF-8 fixes from Inaba Hiroto.
8833      Branch: maint-5.6/perl
8834           !> doop.c lib/charnames.pm os2/os2.c pod/perldiag.pod
8835           !> pod/perlretut.pod t/lib/charnames.t t/op/tr.t toke.c
8836 ____________________________________________________________________________
8837 [  9015] By: jhi                                   on 2001/03/04  17:36:04
8838         Log: More tr/// UTF-8 fixes from Inaba Hiroto.
8839      Branch: perl
8840            ! doop.c t/op/tr.t
8841 ____________________________________________________________________________
8842 [  9014] By: jhi                                   on 2001/03/04  17:24:49
8843         Log: Add the \N{U+HHHH} syntax.
8844      Branch: perl
8845            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
8846            ! t/lib/charnames.t toke.c
8847 ____________________________________________________________________________
8848 [  9013] By: jhi                                   on 2001/03/04  17:20:45
8849         Log: Tweak the get*ent() OS/2 prototypes.
8850      Branch: perl
8851            ! os2/os2.c
8852 ____________________________________________________________________________
8853 [  9012] By: gsar                                  on 2001/03/04  06:26:14
8854         Log: avoid warning (nit in change#9009)
8855      Branch: maint-5.6/perl
8856            ! toke.c
8857 ____________________________________________________________________________
8858 [  9011] By: gsar                                  on 2001/03/04  06:15:24
8859         Log: lib/charnames.t fails in 5.6.x because of older Unicode
8860              data
8861              
8862              TODO: need to revisit this after updating lib/unicode/...
8863      Branch: maint-5.6/perl
8864            ! t/lib/charnames.t
8865 ____________________________________________________________________________
8866 [  9010] By: gsar                                  on 2001/03/04  06:08:36
8867         Log: change#9009 breaks build (no "didrange" variable in 5.6.x)
8868      Branch: maint-5.6/perl
8869            ! toke.c
8870 ____________________________________________________________________________
8871 [  9009] By: jhi                                   on 2001/03/03  19:27:20
8872         Log: Integrate change #9008 from mainline to maintperl,
8873              UTF-8 tr/// fixes from Inaba Hiroto.
8874      Branch: maint-5.6/perl
8875           !> doop.c op.c t/op/tr.t toke.c
8876 ____________________________________________________________________________
8877 [  9008] By: jhi                                   on 2001/03/03  19:19:42
8878         Log: UTF8 tr/// fixes from Inaba Hiroto.
8879      Branch: perl
8880            ! doop.c op.c t/op/tr.t toke.c
8881 ____________________________________________________________________________
8882 [  9007] By: jhi                                   on 2001/03/03  19:00:30
8883         Log: Integrate change #9006 from maintperl to mainline,
8884              more robust quest for the infinite.
8885      Branch: perl
8886           !> lib/Math/Complex.pm
8887 ____________________________________________________________________________
8888 [  9006] By: jhi                                   on 2001/03/03  18:58:06
8889         Log: Subject: [PATCH 5.6.1] More robust Math::Complex
8890              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8891              Date: Sat, 3 Mar 2001 12:51:50 -0500
8892              Message-ID: <20010303125150.A2147@math.ohio-state.edu>
8893              
8894              Be more robust in our quest for the infinite.
8895      Branch: maint-5.6/perl
8896            ! lib/Math/Complex.pm
8897 ____________________________________________________________________________
8898 [  9005] By: jhi                                   on 2001/03/03  17:55:50
8899         Log: The #8982 modified for perl 5.6.x, from Radu Greab.
8900      Branch: maint-5.6/perl
8901            ! doio.c
8902 ____________________________________________________________________________
8903 [  9004] By: jhi                                   on 2001/03/03  17:40:14
8904         Log: Rewrite REPORT() and REPORT2() (used for -DT) slightly
8905              so that picky compilers like IRIX won't get huffy about
8906              "statements without effect" (like 1;).
8907      Branch: perl
8908            ! toke.c
8909 ____________________________________________________________________________
8910 [  9003] By: jhi                                   on 2001/03/03  17:15:52
8911         Log: Integrate change #9002 from mainline to maintperl.
8912              
8913              Subject: [perl-5.6.x, perl-current] accept for EPOC
8914      Branch: maint-5.6/perl
8915           !> pp_sys.c
8916 ____________________________________________________________________________
8917 [  9002] By: jhi                                   on 2001/03/03  17:14:30
8918         Log: Subject: [perl-5.6.x, perl-current] accept for EPOC
8919              From: Olaf Flebbe <O.Flebbe@science-computing.de>
8920              Date: Sat, 3 Mar 2001 16:36:04 +0100 (CET)
8921              Message-ID: <Pine.LNX.4.02.10103031635190.4825-100000@milkyway.science-computing.de>
8922      Branch: perl
8923            ! pp_sys.c
8924 ____________________________________________________________________________
8925 [  9001] By: jhi                                   on 2001/03/03  17:13:13
8926         Log: Subject: [PATCH perl@8989] t/pod/find.t on VMS
8927              From: "Craig A. Berry" <craigberry@mac.com>
8928              Date: Fri, 02 Mar 2001 17:44:40 -0600
8929              Message-Id: <5.0.2.1.0.20010302172145.038d3c10@mail.mac.com>
8930      Branch: perl
8931            ! t/pod/find.t
8932 ____________________________________________________________________________
8933 [  9000] By: jhi                                   on 2001/03/03  17:11:55
8934         Log: Integrate changes #8997,8999 from maintperl.
8935              
8936              Subject: [PATCH 5.6.1] compiling on OS/2
8937              (Better error message from hints/os2.sh)
8938              
8939              Subject: [PATCH 5.6.1] syslog.t
8940      Branch: perl
8941           !> hints/os2.sh t/lib/syslog.t
8942 ____________________________________________________________________________
8943 [  8999] By: jhi                                   on 2001/03/03  17:09:28
8944         Log: Subject: [PATCH 5.6.1] syslog.t
8945              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8946              Date: Sat, 3 Mar 2001 02:11:17 -0500
8947              Message-ID: <20010303021116.A11897@math.ohio-state.edu>
8948      Branch: maint-5.6/perl
8949            ! t/lib/syslog.t
8950 ____________________________________________________________________________
8951 [  8998] By: jhi                                   on 2001/03/03  17:07:50
8952         Log: Subject: Re: [PATCH 5.7.0] compiling on OS/2: 5.6.1 too
8953              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8954              Date: Sat, 3 Mar 2001 01:53:52 -0500
8955              Message-ID: <20010303015352.A11741@math.ohio-state.edu>
8956      Branch: maint-5.6/perl
8957            ! opcode.pl os2/os2.c
8958 ____________________________________________________________________________
8959 [  8997] By: jhi                                   on 2001/03/03  17:03:30
8960         Log: Subject: [PATCH 5.6.1] compiling on OS/2
8961              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8962              Date: Sat, 3 Mar 2001 01:59:59 -0500
8963              Message-ID: <20010303015959.B11741@math.ohio-state.edu>
8964      Branch: maint-5.6/perl
8965            ! hints/os2.sh
8966 ____________________________________________________________________________
8967 [  8996] By: jhi                                   on 2001/03/03  00:55:58
8968         Log: Regen files for mainline.
8969      Branch: perl
8970            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8971            ! config_h.SH pod/perlapi.pod pod/perltoc.pod
8972 ____________________________________________________________________________
8973 [  8995] By: jhi                                   on 2001/03/03  00:35:22
8974         Log: Integrate changes #8099,8218,8220,8221,8227,8304,8317,
8975              8318,8320,8337,8503,8877,8890,8903,8971 from mainline
8976              to maintperl.
8977              
8978              Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
8979              
8980              Add Configure option -Dmksymlinks which will create a symlink
8981              forest if the current/build differs from the source directory.
8982              (8218,8220,8221,8317,8318,8971)
8983              
8984              Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
8985              (Document APPLLIB_EXP in INSTALL.)
8986              
8987              If running byacc write-enable also perly.h.
8988              
8989              DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
8990              
8991              Subject: [PATCH 5.7.1/Configure] failure to set src='.'
8992              
8993              Sanity check for conflicting thread flavours.
8994              
8995              Fix the sys/fcntl.h problem reported by Peter Prymmer.
8996              
8997              Add few CPUs/architectures to the Cppsym scan,
8998              add -perlio to archname if so selected (modified 8890)
8999              
9000              Be more helpful for devel builders, suggested by John L. Allen.
9001              (admittedly pointless change for maintperl, but the usedevel
9002              code is there already)
9003      Branch: maint-5.6/perl
9004           !> Configure INSTALL Makefile.SH Porting/Glossary
9005           !> Porting/config.sh Porting/config_H config_h.SH embed.pl
9006           !> epoc/config.sh ext/NDBM_File/NDBM_File.xs
9007           !> ext/ODBM_File/ODBM_File.xs t/io/fs.t warnings.pl
9008           !> win32/config.bc win32/config.gc win32/config.vc
9009 ____________________________________________________________________________
9010 [  8994] By: jhi                                   on 2001/03/02  23:31:41
9011         Log: Use also $ccflags, not just $ldflags, when testing for gccness.
9012      Branch: metaconfig/U/perl
9013            ! gccvers.U
9014 ____________________________________________________________________________
9015 [  8993] By: jhi                                   on 2001/03/02  23:22:12
9016         Log: Regenerate various files for maint.
9017      Branch: maint-5.6/perl
9018            ! Porting/Glossary Porting/config.sh Porting/config_H objXSUB.h
9019            ! perlapi.c pod/perlapi.pod pod/perltoc.pod proto.h
9020 ____________________________________________________________________________
9021 [  8992] By: alanbur                               on 2001/03/02  22:48:34
9022         Log: Resync wuth parent
9023      Branch: maint-5.6/pureperl
9024           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
9025           !> (integrate 60 files)
9026 ____________________________________________________________________________
9027 [  8991] By: jhi                                   on 2001/03/02  21:00:08
9028         Log: Retract the #8742 part of #8986, backward compat.
9029      Branch: maint-5.6/perl
9030            ! embed.pl
9031 ____________________________________________________________________________
9032 [  8990] By: jhi                                   on 2001/03/02  20:40:07
9033         Log: Retract the #8919 part of #8987, not applicable to the 5.6 branch.
9034      Branch: maint-5.6/perl
9035            ! hv.c
9036 ____________________________________________________________________________
9037 [  8989] By: jhi                                   on 2001/03/02  19:59:56
9038         Log: Update Changes.
9039      Branch: perl
9040            ! Changes patchlevel.h
9041 ____________________________________________________________________________
9042 [  8988] By: jhi                                   on 2001/03/02  19:57:08
9043         Log: Integrate perlio.
9044      Branch: perl
9045           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
9046           !> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
9047           !> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
9048           !> ext/Encode/Encode/iso8859-10.ucm
9049           !> ext/Encode/Encode/iso8859-13.ucm
9050           !> ext/Encode/Encode/iso8859-14.ucm
9051           !> ext/Encode/Encode/iso8859-15.ucm
9052           !> ext/Encode/Encode/iso8859-16.ucm
9053           !> ext/Encode/Encode/iso8859-2.ucm
9054           !> ext/Encode/Encode/iso8859-3.ucm
9055           !> ext/Encode/Encode/iso8859-4.ucm
9056           !> ext/Encode/Encode/iso8859-5.ucm
9057           !> ext/Encode/Encode/iso8859-6.ucm
9058           !> ext/Encode/Encode/iso8859-7.ucm
9059           !> ext/Encode/Encode/iso8859-8.ucm
9060           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
9061           !> ext/Encode/Encode/symbol.ucm ext/Encode/compile
9062 ____________________________________________________________________________
9063 [  8987] By: jhi                                   on 2001/03/02  19:43:40
9064         Log: Integrate changes #8784,8839,8843,8847,8849,8859,8866,
9065              8873,8874,8876,8879,8901,8902,8908,8913,8918,8919,8946,8947,8948,
9066              8950,8952,8955 from mainline to maintperl.
9067              
9068              Subject: [PATCH: perl@8773] small fixups to perlclib.pod
9069              
9070              Put to rest the 20010205.001, the email address checking (not) regex.
9071              
9072              fork() not everywhere, cleanup temp files.
9073              
9074              The #8843 wasn't quite right: %Config needs to imported.
9075              
9076              Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
9077              (#8849: the glob-basic hunk needed massaging as it depended
9078              on Schwern's large-scale (unintegrated) patches)
9079              
9080              Skip the Perl_sys_intern_clear and Perl_sys_intern_init.
9081              
9082              Upgrade to CGI.pm 2.752, from Lincoln Stein.
9083              (Note: there were some conflicts due to EBCDIC and EPOC
9084              patches, in general I preferred the repository code.)
9085              (When 2.753 comes out, we need to synchronize.)
9086              
9087              Subject: [PATCH] fix for charnames above FFFF
9088              
9089              Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
9090              
9091              If no sfio, no -lsfio.
9092              
9093              Run run/*.t also in minitest.
9094              
9095              Subject:  [PATCH perl 5.7.0] malloc message address offset
9096              
9097              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
9098              
9099              Subject: fix for parameter -Dm (for perl@8867)
9100              
9101              Subject: [PATCH: perl@8892] was Re: hashing order difference?
9102              (make the test more portable)
9103              
9104              Subject: Re: [PATCH] fix for charnames above FFFF
9105              
9106              Subject: Re: I'm losing the war...
9107              (hv_store() not working correctly in ENV_IS_CASELESS case.)
9108              
9109              Subject: Modified README.bs2000 
9110              
9111              Subject: [PATCH: perl@8935] -Dt padsv($var)
9112              
9113              Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
9114              
9115              Subject: PATCH: extra tests to check on negative float to unsigned cast
9116              
9117              Subject: [PATCH] XPUSH[insp] was Re: progress
9118              
9119              Subject: Re: Compile with perlcc..
9120      Branch: maint-5.6/perl
9121           !> (integrate 36 files)
9122 ____________________________________________________________________________
9123 [  8986] By: jhi                                   on 2001/03/02  18:51:25
9124         Log: Integrate changes #8689,8697,8724,8726,8731,8742,8754,8755,
9125              8763,8767,8770,8772,8795,8796,8813,8822,8823 from mainline
9126              to maintperl.
9127              
9128              Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
9129              
9130              Subject: [DOC PATCH] overload.pm nits
9131              
9132              Add header for LIB$ prototypes (C. Berry)
9133              
9134              Convert fwrite()s to sockets to write()s, since some socket stacks
9135              don't take kindly to stdio.
9136              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
9137              (for often optional LNMs)
9138              Correct a few typos
9139              (C. Bailey)
9140              
9141              Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
9142              
9143              De-cut-and-pasto.
9144              
9145              Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
9146              
9147              Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
9148              
9149              Upgrade to CPAN 1.59_54, from Andreas König.
9150              
9151              Bogus shebang.
9152              
9153              Subject: [PATCH] Document makepatch in Porting/patching
9154              
9155              UTF-8 documentation.
9156              
9157              Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
9158              
9159              Sort the MANIFEST.
9160              
9161              Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
9162              
9163              Subject: [PATCH @8807] toke.c cleanup: scan_str()
9164              
9165              Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
9166              
9167              Add run/*.t to testables.
9168              
9169              TODO: integrate #8784.
9170      Branch: maint-5.6/perl
9171           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
9172           !> (integrate 28 files)
9173 ____________________________________________________________________________
9174 [  8985] By: nick                                  on 2001/03/02  18:15:45
9175         Log: Integrate mainline
9176      Branch: perlio
9177           !> doio.c lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod
9178           !> vms/vms.c
9179 ____________________________________________________________________________
9180 [  8984] By: jhi                                   on 2001/03/02  16:00:17
9181         Log: Integrate changes #8978,8979,8980,8981,8983 from mainline.
9182              
9183              perlfaq1 reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY
9184              5.004_05, and mention the suidperl August 2000 security problem.
9185              (#8978,#8981)
9186              
9187              Subject: [ID 20010301.004] Technically speaking in perldata
9188              
9189              Subject: [PATCH] File::Copy for bleadperl, maintperl
9190              
9191              Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
9192              
9193              (The #8982, fix for 20010221.005 and 20010221.008,
9194              would be nice too but it didn't integrate cleanly.)
9195      Branch: maint-5.6/perl
9196           !> lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod vms/vms.c
9197 ____________________________________________________________________________
9198 [  8983] By: jhi                                   on 2001/03/02  15:51:16
9199         Log: Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
9200              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
9201              Date:     Thu, 1 Mar 2001 15:54:09 EST
9202              Message-Id: <010301155258.b8cc1@DUPHY4.Physics.Drexel.Edu>
9203      Branch: perl
9204            ! vms/vms.c
9205 ____________________________________________________________________________
9206 [  8982] By: jhi                                   on 2001/03/02  15:43:31
9207         Log: Subject: Re: sync sync sync: have I missed any patches?
9208              From: Radu Greab <radu@netsoft.ro> 
9209              Date: Thu, 1 Mar 2001 21:47:22 +0200 (EET)
9210              Message-ID: <15006.42826.747914.669893@ix.netsoft.ro>
9211              
9212              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker
9213              was checking argv[0] regardless of whether a different pathname
9214              will actually be executed."  Test case not supplied because 
9215              drafting that, ironically enough, revealed another bug
9216              (or a feature).
9217      Branch: perl
9218            ! doio.c
9219 ____________________________________________________________________________
9220 [  8981] By: jhi                                   on 2001/03/02  15:28:03
9221         Log: Misdate in #8978.
9222      Branch: perl
9223            ! pod/perlfaq1.pod
9224 ____________________________________________________________________________
9225 [  8980] By: jhi                                   on 2001/03/02  15:24:20
9226         Log: Subject: [PATCH] File::Copy for bleadperl, maintperl
9227              From: Chris Nandor <pudge@pobox.com>
9228              Date: Wed, 28 Feb 2001 22:10:15 -0500
9229              Message-Id: <p05010400b6c36d959ae8@[10.0.1.177]>
9230      Branch: perl
9231            ! lib/File/Copy.pm
9232 ____________________________________________________________________________
9233 [  8979] By: jhi                                   on 2001/03/02  15:17:16
9234         Log: Subject: [ID 20010301.004] Technically speaking in perldata
9235              From: abela@geneanet.org
9236              Date: Thu,  1 Mar 2001 17:59:27 +0100 (CET)
9237              Message-Id: <20010301165927.262C2D17D@little-roots.geneanet.org>
9238      Branch: perl
9239            ! pod/perldata.pod
9240 ____________________________________________________________________________
9241 [  8978] By: jhi                                   on 2001/03/02  15:15:27
9242         Log: Subject: [ID 20010301.003] ref to 5.004
9243              From: abela@geneanet.org
9244              Date: Thu,  1 Mar 2001 14:48:40 +0100 (CET)
9245              Message-Id: <20010301134840.C0CD1D171@little-roots.geneanet.org>
9246              
9247              Reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY 5.004_05,
9248              and mention the suidperl August 2000 security problem.
9249      Branch: perl
9250            ! pod/perlfaq1.pod
9251 ____________________________________________________________________________
9252 [  8977] By: alanbur                               on 2001/03/02  14:17:45
9253         Log: Resynchronised with parent
9254      Branch: maint-5.6/pureperl
9255           !> AUTHORS README.epoc configure.com epoc/createpkg.pl
9256           !> lib/File/Temp.pm perl.c pp_sys.c t/lib/ftmp-mktemp.t
9257           !> t/lib/ftmp-posix.t t/op/append.t t/op/sprintf.t toke.c util.c
9258           !> vms/descrip_mms.template win32/win32.c win32/win32.h
9259           !> win32/win32iop.h
9260 ____________________________________________________________________________
9261 [  8976] By: nick                                  on 2001/03/01  23:25:30
9262         Log: Integrate mainline.
9263      Branch: perlio
9264            - t/op/qu.t
9265           !> (integrate 55 files)
9266 ____________________________________________________________________________
9267 [  8975] By: jhi                                   on 2001/03/01  16:51:34
9268         Log: Integrate change #8974 from maintperl, fix for bugid 20010226.008.
9269      Branch: perl
9270           !> toke.c
9271 ____________________________________________________________________________
9272 [  8974] By: gsar                                  on 2001/03/01  16:28:21
9273         Log: fix for bugid 20010226.008
9274              
9275              the problem was that some of the pointers (PL_last_lop and
9276              PL_last_uni specifically) into the lex buffers weren't correctly
9277              being invalidated when the buffer changed; this would leave the
9278              pointers pointing at an arbitrary location in the buffer if
9279              the buffer didn't need to be reallocated, or point into freed
9280              memory if the buffer had to be realloced
9281              
9282              TODO item for bugdb maintainers: check other seemingly random
9283              parser-related bugs--they might be cured by this
9284      Branch: maint-5.6/perl
9285            ! toke.c
9286 ____________________________________________________________________________
9287 [  8973] By: jhi                                   on 2001/03/01  02:23:25
9288         Log: Retract #8970 because of a completely mysterious core dump:
9289              adding the tests 241..244 causes op/pat dump core at test #25.
9290              The test needs a lot of whittling down before the bug can be solved.
9291      Branch: perl
9292            ! t/op/pat.t
9293 ____________________________________________________________________________
9294 [  8972] By: jhi                                   on 2001/03/01  01:58:38
9295         Log: Regen perlapi.
9296      Branch: perl
9297            ! pod/perlapi.pod
9298 ____________________________________________________________________________
9299 [  8971] By: jhi                                   on 2001/03/01  01:34:09
9300         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))
9301              From: Nicholas Clark <nick@ccl4.org>
9302              Date: Wed, 28 Feb 2001 23:28:49 +0000
9303              Message-ID: <20010228232849.A55187@plum.flirble.org>
9304              
9305              Allow a completely write protected source code tree
9306              when using the Configure -Dmksymlinks.
9307      Branch: perl
9308            ! embed.pl warnings.pl
9309 ____________________________________________________________________________
9310 [  8970] By: jhi                                   on 2001/03/01  01:32:04
9311         Log: Add back the EBCDIC character range tests (for matching).
9312      Branch: perl
9313            ! t/op/pat.t
9314 ____________________________________________________________________________
9315 [  8969] By: nick                                  on 2001/02/28  18:18:01
9316         Log: Add charname comments to .ucm files writen by 'compile',
9317              also order charmaps in those files by source encoding.
9318              regenerate distrubuted .ucm files
9319      Branch: perlio
9320            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
9321            ! ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
9322            ! ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
9323            ! ext/Encode/Encode/iso8859-10.ucm
9324            ! ext/Encode/Encode/iso8859-13.ucm
9325            ! ext/Encode/Encode/iso8859-14.ucm
9326            ! ext/Encode/Encode/iso8859-15.ucm
9327            ! ext/Encode/Encode/iso8859-16.ucm
9328            ! ext/Encode/Encode/iso8859-2.ucm
9329            ! ext/Encode/Encode/iso8859-3.ucm
9330            ! ext/Encode/Encode/iso8859-4.ucm
9331            ! ext/Encode/Encode/iso8859-5.ucm
9332            ! ext/Encode/Encode/iso8859-6.ucm
9333            ! ext/Encode/Encode/iso8859-7.ucm
9334            ! ext/Encode/Encode/iso8859-8.ucm
9335            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
9336            ! ext/Encode/Encode/symbol.ucm ext/Encode/compile
9337 ____________________________________________________________________________
9338 [  8968] By: jhi                                   on 2001/02/28  16:26:37
9339         Log: Expand usemorebits early if d_casti32 needs to be undefined.
9340      Branch: perl
9341            ! hints/hpux.sh hints/irix_6.sh
9342 ____________________________________________________________________________
9343 [  8967] By: jhi                                   on 2001/02/28  16:22:26
9344         Log: Undo qu.  Retract #8814, rewrite op/each part of #8615,
9345              retract toke.c/qu parts of #8583, retract #8485, retract
9346              or rewrite qu parts of #8439 of toke.c, keywords.h, keywords.pl,
9347              op/length.t, and MANIFEST, and delete t/op/qu.t.
9348      Branch: perl
9349            - t/op/qu.t
9350            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
9351            ! pod/perlretut.pod pod/perlunicode.pod t/op/each.t
9352            ! t/op/length.t toke.c
9353 ____________________________________________________________________________
9354 [  8966] By: jhi                                   on 2001/02/28  15:00:27
9355         Log: Retract #8865 and #8869, un?pack C now again agree with Camel 3
9356              by not changing from pre-Unicode days into being Unicode-aware.
9357              Sniff.
9358      Branch: perl
9359            ! pp.c t/op/pack.t t/op/qu.t
9360 ____________________________________________________________________________
9361 [  8965] By: jhi                                   on 2001/02/28  14:37:55
9362         Log: Subject: Re: Errors in core PODs
9363              From: Michael Stevens <michael@etla.org> 
9364              Date: Fri, 23 Feb 2001 15:47:56 +0000
9365              Message-ID: <20010223154756.A7723@firedrake.org> 
9366      Branch: perl
9367            ! ext/Encode/Encode.pm lib/Exporter/Heavy.pm
9368            ! lib/File/Spec/Epoc.pm lib/Test/Harness.pm lib/utf8.pm
9369            ! makedef.pl vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
9370            ! x2p/a2p.pod
9371 ____________________________________________________________________________
9372 [  8964] By: jhi                                   on 2001/02/28  14:35:35
9373         Log: Do not force d_casti32 to undef if we are on a 64-bit environment.
9374              (The #8961 was too bold.)
9375      Branch: perl
9376            ! hints/hpux.sh hints/irix_6.sh
9377 ____________________________________________________________________________
9378 [  8963] By: jhi                                   on 2001/02/28  14:33:39
9379         Log: Subject: Re: sync sync sync: have I missed any patches?
9380              From: Tim Jenness <t.jenness@jach.hawaii.edu>
9381              In-Reply-To: <20010227140737.Y10633@chaos.wustl.edu>
9382              Date: Tue, 27 Feb 2001 13:24:58 -1000 (HST)
9383              Message-ID: <Pine.LNX.4.30.0102271322070.8623-100000@lapaki.jach.hawaii.edu>
9384              
9385              Replace djSP with dSP.
9386      Branch: perl
9387            ! cop.h doio.c doop.c ext/B/B/C.pm ext/B/B/CC.pm
9388            ! pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c sv.c
9389            ! win32/perlhost.h
9390 ____________________________________________________________________________
9391 [  8962] By: jhi                                   on 2001/02/27  23:21:14
9392         Log: Upgrade to Filter::Simple 0.50 (just few doc tweaks).
9393      Branch: perl
9394            ! lib/Filter/Simple.pm
9395 ____________________________________________________________________________
9396 [  8961] By: jhi                                   on 2001/02/27  22:55:26
9397         Log: The casting mystery in HP-UX and IRIX needs at least a workaround
9398              and this would be it.
9399      Branch: perl
9400            ! hints/hpux.sh hints/irix_6.sh
9401 ____________________________________________________________________________
9402 [  8960] By: jhi                                   on 2001/02/27  22:51:33
9403         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
9404              From: "Craig A. Berry" <craigberry@mac.com>
9405              Date: Tue, 27 Feb 2001 16:11:44 -0600
9406              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
9407      Branch: maint-5.6/perl
9408            ! configure.com vms/descrip_mms.template
9409 ____________________________________________________________________________
9410 [  8959] By: jhi                                   on 2001/02/27  22:47:23
9411         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
9412              From: "Craig A. Berry" <craigberry@mac.com>
9413              Date: Tue, 27 Feb 2001 16:11:44 -0600
9414              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
9415      Branch: perl
9416            ! configure.com vms/descrip_mms.template
9417 ____________________________________________________________________________
9418 [  8958] By: jhi                                   on 2001/02/27  15:16:42
9419         Log: Update Changes.
9420      Branch: perl
9421            ! Changes patchlevel.h
9422 ____________________________________________________________________________
9423 [  8957] By: jhi                                   on 2001/02/27  06:15:07
9424         Log: Subject: [5.6.x] EPOC additions
9425              From: Olaf Flebbe <O.Flebbe@science-computing.de>
9426              Date: Mon, 26 Feb 2001 23:33:46 +0100 (CET)
9427              Message-ID: <Pine.LNX.4.02.10102262333040.3736-100000@milkyway.science-computing.de>
9428      Branch: maint-5.6/perl
9429            ! AUTHORS README.epoc epoc/createpkg.pl pp_sys.c
9430 ____________________________________________________________________________
9431 [  8956] By: jhi                                   on 2001/02/27  06:12:11
9432         Log: Subject: [perl-current] EPOC 
9433              From: Olaf Flebbe <O.Flebbe@science-computing.de>
9434              Date: Mon, 26 Feb 2001 23:34:36 +0100 (CET)
9435              Message-ID: <Pine.LNX.4.02.10102262333490.3781-100000@milkyway.science-computing.de>
9436      Branch: perl
9437            ! AUTHORS README.epoc epoc/createpkg.pl epoc/epoc.c
9438            ! epoc/epocish.c epoc/epocish.h pp_sys.c
9439 ____________________________________________________________________________
9440 [  8955] By: jhi                                   on 2001/02/27  05:59:50
9441         Log: Subject: Re: Compile with perlcc..
9442              From: Edward Peschko <edwardp@excitehome.net>
9443              Date: Mon, 26 Feb 2001 18:51:58 -0800
9444              Message-ID: <20010226185158.A9871@excitehome.net>
9445              
9446              plus add a simple usage message if no arguments given.
9447      Branch: perl
9448            ! lib/Test/Harness.pm pod/Makefile.SH t/TEST t/harness
9449            ! utils/Makefile utils/perlcc.PL win32/pod.mak
9450 ____________________________________________________________________________
9451 [  8954] By: nick                                  on 2001/02/26  21:02:59
9452         Log: Integrate mainline
9453      Branch: perlio
9454           !> README.bs2000 ext/Encode/compile lib/Test.pm op.c perlio.c
9455           !> pod/perlguts.pod pod/perlop.pod pp_ctl.c run.c t/op/bop.t
9456           !> t/op/sprintf.t
9457 ____________________________________________________________________________
9458 [  8953] By: jhi                                   on 2001/02/26  14:43:54
9459         Log: Subject: Documenting coderef @INC (Re: CPAN "make this script work" feature)
9460              From: Nicholas Clark <nick@ccl4.org>
9461              Date: Mon, 26 Feb 2001 00:42:07 +0000
9462              Message-ID: <20010226004207.F23333@plum.flirble.org>
9463      Branch: perl
9464            ! pp_ctl.c
9465 ____________________________________________________________________________
9466 [  8952] By: jhi                                   on 2001/02/26  14:42:13
9467         Log: Subject: [PATCH] XPUSH[insp] was Re: progress
9468              From: Simon Cozens <simon@netthink.co.uk>
9469              Date: Mon, 26 Feb 2001 12:23:48 +0000
9470              Message-ID: <20010226122348.A25536@pembro26.pmb.ox.ac.uk>
9471      Branch: perl
9472            ! pod/perlguts.pod
9473 ____________________________________________________________________________
9474 [  8951] By: jhi                                   on 2001/02/26  14:39:15
9475         Log: Subject: [PATCH] perlio - unknown layer
9476              From: Nicholas Clark <nick@ccl4.org>
9477              Date: Mon, 26 Feb 2001 00:27:19 +0000
9478              Message-ID: <20010226002719.E23333@plum.flirble.org>
9479      Branch: perl
9480            ! perlio.c
9481 ____________________________________________________________________________
9482 [  8950] By: jhi                                   on 2001/02/26  14:38:04
9483         Log: Subject: PATCH: extra tests to check on negative float to unsigned cast
9484              From: Jeff Okamoto <okamoto@xfiles.corp.hp.com>
9485              Message-Id: <200102232128.NAA28938@xfiles.corp.hp.com>
9486              Date: Fri, 23 Feb 2001 13:28:33 -0800 (PST)
9487      Branch: perl
9488            ! t/op/bop.t
9489 ____________________________________________________________________________
9490 [  8949] By: jhi                                   on 2001/02/26  14:37:07
9491         Log: Subject: Re: [PATCH: perl 5.005_03] Record I/O fix for Test.pm in older perl
9492              From: Peter Prymmer <pvhp@forte.com>
9493              Date: Fri, 23 Feb 2001 10:51:37 -0800 (PST)
9494              Message-ID: <Pine.OSF.4.10.10102231042010.79050-100000@aspara.forte.com>
9495      Branch: perl
9496            ! lib/Test.pm
9497 ____________________________________________________________________________
9498 [  8948] By: jhi                                   on 2001/02/26  14:35:53
9499         Log: Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
9500              From: Radu Greab <radu@netsoft.ro>
9501              Date: Fri, 23 Feb 2001 18:50:48 +0200 (EET)
9502              Message-ID: <14998.38120.623015.916165@ix.netsoft.ro>
9503      Branch: perl
9504            ! pod/perlop.pod
9505 ____________________________________________________________________________
9506 [  8947] By: jhi                                   on 2001/02/26  14:34:46
9507         Log: Subject: [PATCH: perl@8935] -Dt padsv($var)
9508              From: David Mitchell <davem@fdgroup.co.uk>
9509              Date: Mon, 26 Feb 2001 11:01:24 +0000 (GMT)
9510              Message-Id: <200102261101.LAA12915@tiree.fdgroup.co.uk>
9511      Branch: perl
9512            ! run.c
9513 ____________________________________________________________________________
9514 [  8946] By: jhi                                   on 2001/02/26  14:32:37
9515         Log: Subject: Modified README.bs2000 
9516              From: Dorner Thomas <Thomas.Dorner@start.de>
9517              Date: Mon, 26 Feb 2001 09:22:17 +0100
9518              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A889D@Ex02.inhouse.start.de>
9519      Branch: perl
9520            ! README.bs2000
9521 ____________________________________________________________________________
9522 [  8945] By: jhi                                   on 2001/02/26  14:19:53
9523         Log: Integrate the t/op/sprintf.t parts of #7909 and #8944 from mainline
9524              to maintperl, listing the known failures on the tests 129 and 130.
9525      Branch: maint-5.6/perl
9526           !> t/op/sprintf.t
9527 ____________________________________________________________________________
9528 [  8944] By: jhi                                   on 2001/02/26  14:14:15
9529         Log: Add more known sprintf failures.
9530      Branch: perl
9531            ! t/op/sprintf.t
9532 ____________________________________________________________________________
9533 [  8943] By: jhi                                   on 2001/02/26  13:56:22
9534         Log: perlglob.exe needs to be found in Win32, patch from
9535              Vadim Konovalov.  Nick I-S comments: "Perhaps a lingering glob()
9536              which needs external glob at mini-perl time."
9537      Branch: perl
9538            ! ext/Encode/compile
9539 ____________________________________________________________________________
9540 [  8942] By: jhi                                   on 2001/02/26  13:52:19
9541         Log: A missing dTHX from Vadim Konovalov.
9542      Branch: perl
9543            ! perlio.c
9544 ____________________________________________________________________________
9545 [  8941] By: jhi                                   on 2001/02/26  13:37:05
9546         Log: Miscommunication at #8914: #8902 was okay, #8881 was to be retracted.
9547      Branch: perl
9548            ! op.c
9549 ____________________________________________________________________________
9550 [  8940] By: jhi                                   on 2001/02/26  13:35:40
9551         Log: Integrate perlio.
9552      Branch: perl
9553           !> ext/Encode/Encode.pm
9554 ____________________________________________________________________________
9555 [  8939] By: nick                                  on 2001/02/25  23:47:09
9556         Log: Integrate mainline.
9557      Branch: perlio
9558           !> Changes lib/Pod/Find.pm patchlevel.h perl.h regcomp.c
9559           !> t/op/pat.t t/op/tr.t t/pod/find.t toke.c utf8.c
9560 ____________________________________________________________________________
9561 [  8938] By: nick                                  on 2001/02/25  19:36:28
9562         Log: Encode implementations docs.
9563      Branch: perlio
9564            ! ext/Encode/Encode.pm
9565 ____________________________________________________________________________
9566 [  8937] By: jhi                                   on 2001/02/25  19:26:16
9567         Log: Script wasn't aligned with reality.
9568      Branch: perl
9569            ! t/pod/find.t
9570 ____________________________________________________________________________
9571 [  8936] By: jhi                                   on 2001/02/25  18:54:55
9572         Log: Update Changes.
9573      Branch: perl
9574            ! Changes patchlevel.h
9575 ____________________________________________________________________________
9576 [  8935] By: jhi                                   on 2001/02/25  18:46:36
9577         Log: Retract #8929,8930,8932,8933 for now.
9578      Branch: perl
9579            ! perl.h regcomp.c t/op/pat.t t/op/tr.t toke.c
9580 ____________________________________________________________________________
9581 [  8934] By: jhi                                   on 2001/02/25  17:34:35
9582         Log: Integrate perlio.
9583      Branch: perl
9584           !> embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
9585           !> lib/ExtUtils/typemap perl.h perlapi.c proto.h sv.c
9586           !> t/lib/encode.t
9587 ____________________________________________________________________________
9588 [  8933] By: jhi                                   on 2001/02/25  17:33:12
9589         Log: (Retracted by #8395.)
9590              
9591              Slight tweaks in scan_const(), not fixes yet, it seems like
9592              lots of work remains to be done...
9593      Branch: perl
9594            ! toke.c
9595 ____________________________________________________________________________
9596 [  8932] By: jhi                                   on 2001/02/25  17:27:11
9597         Log: (Retracted by #8395.)
9598              
9599              Missing from #8930.
9600      Branch: perl
9601            ! perl.h
9602 ____________________________________________________________________________
9603 [  8931] By: jhi                                   on 2001/02/25  17:26:19
9604         Log: A comment tweak.
9605      Branch: perl
9606            ! utf8.c
9607 ____________________________________________________________________________
9608 [  8930] By: jhi                                   on 2001/02/25  17:25:47
9609         Log: (Retracted by #8395.)
9610              
9611              Attempt to fix the EBCDIC character range problwm with //.
9612      Branch: perl
9613            ! regcomp.c
9614 ____________________________________________________________________________
9615 [  8929] By: jhi                                   on 2001/02/25  17:23:45
9616         Log: (Retracted by #8395.)
9617              
9618              Expand the EBCDIC character range tests, and add few nasty
9619              tr tests from Karsten Sperling.
9620      Branch: perl
9621            ! t/op/pat.t t/op/tr.t
9622 ____________________________________________________________________________
9623 [  8928] By: jhi                                   on 2001/02/25  17:18:49
9624         Log: Missing check-in.
9625      Branch: perl
9626            ! lib/Pod/Find.pm
9627 ____________________________________________________________________________
9628 [  8927] By: nick                                  on 2001/02/25  11:30:22
9629         Log: Change method names in Encode implementation classes to something
9630              less confusing (preparing to "go public").
9631      Branch: perlio
9632            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
9633 ____________________________________________________________________________
9634 [  8926] By: nick                                  on 2001/02/25  10:53:24
9635         Log: GCC __atribute__ / printf fix
9636      Branch: perlio
9637            ! perl.h
9638 ____________________________________________________________________________
9639 [  8925] By: nick                                  on 2001/02/25  10:52:25
9640         Log: Checked in the wrong one ...
9641      Branch: perlio
9642            ! ext/Encode/Encode.pm
9643 ____________________________________________________________________________
9644 [  8924] By: nick                                  on 2001/02/24  18:46:51
9645         Log: Integrate mainline - to see what Jarkko has in ...
9646      Branch: perlio
9647           +> t/pod/testpods/lib/Pod/Stuff.pm
9648           !> MANIFEST t/TEST t/lib/glob-basic.t t/op/pat.t t/pod/find.t
9649 ____________________________________________________________________________
9650 [  8923] By: nick                                  on 2001/02/24  17:05:23
9651         Log: Encode API documentation nd tidy up.
9652              Minor additions to test.
9653              Tweaks sv_utf8_upgrade() to force SvPV, and always SvUTF8_on and return length.
9654              Adds STRLEN to standard typemap.
9655      Branch: perlio
9656            ! embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
9657            ! lib/ExtUtils/typemap perlapi.c proto.h sv.c t/lib/encode.t
9658 ____________________________________________________________________________
9659 [  8922] By: jhi                                   on 2001/02/24  16:38:12
9660         Log: Add a test for the "character range should match in EBCDIC
9661              if specified using explicit numerics" bug found by Karsten
9662              Sperling.
9663      Branch: perl
9664            ! t/op/pat.t
9665 ____________________________________________________________________________
9666 [  8921] By: jhi                                   on 2001/02/24  16:30:16
9667         Log: Subject: [PATCH t/pod/find.t t/TEST] fixing t/pod/find.t, running t/pod
9668              From: schwern@pobox.com
9669              Date: Fri, 23 Feb 2001 03:21:37 -0500
9670              Message-ID: <20010223032137.A26022@magnonel.guild.net>
9671              
9672              plus Charles Lane's fixes, plus tweaks.
9673      Branch: perl
9674            + t/pod/testpods/lib/Pod/Stuff.pm
9675            ! MANIFEST t/TEST t/lib/glob-basic.t t/pod/find.t
9676 ____________________________________________________________________________
9677 [  8920] By: nick                                  on 2001/02/24  10:30:11
9678         Log: Integrate mainline
9679      Branch: perlio
9680           !> (integrate 33 files)
9681 ____________________________________________________________________________
9682 [  8919] By: jhi                                   on 2001/02/24  00:23:35
9683         Log: Subject: Re: I'm losing the war...
9684              From: "Vadim Konovalov" <watman@inbox.ru>
9685              Date: Sat, 24 Feb 2001 00:10:14 +0300
9686              Message-ID: <007501c09dde$a9b84420$2f7b55c2@vad>
9687              
9688              hv_store() not working correctly in ENV_IS_CASELESS case.
9689      Branch: perl
9690            ! hv.c
9691 ____________________________________________________________________________
9692 [  8918] By: jhi                                   on 2001/02/24  00:20:09
9693         Log: Subject: Re: [PATCH] fix for charnames above FFFF
9694              From: andreas.koenig@anima.de (Andreas J. Koenig)
9695              Date: 23 Feb 2001 02:39:03 +0100
9696              Message-ID: <m3u25mxjns.fsf@ak-71.mind.de>
9697              
9698              A further efficiency tweak.
9699      Branch: perl
9700            ! lib/charnames.pm
9701 ____________________________________________________________________________
9702 [  8917] By: jhi                                   on 2001/02/23  20:27:51
9703         Log: Integrate change #8916 from mainline,
9704              do away with USE_WIN32_RTL_ENV.
9705      Branch: maint-5.6/perl
9706           !> perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
9707 ____________________________________________________________________________
9708 [  8916] By: jhi                                   on 2001/02/23  20:02:25
9709         Log: Abolish USE_WIN32_RTL_ENV.
9710      Branch: perl
9711            ! perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
9712 ____________________________________________________________________________
9713 [  8915] By: jhi                                   on 2001/02/23  19:36:00
9714         Log: Retract #8893, zero-initializing may be costly, maybe reintroduce
9715              later protected by some #define.
9716      Branch: perl
9717            ! gv.c
9718 ____________________________________________________________________________
9719 [  8914] By: jhi                                   on 2001/02/23  19:31:38
9720         Log: Retract #8902 for now, requested by Charles Lane, the correct
9721              fix will be something else.
9722      Branch: perl
9723            ! op.c
9724 ____________________________________________________________________________
9725 [  8913] By: jhi                                   on 2001/02/23  19:11:36
9726         Log: Subject: [PATCH: perl@8892] was Re: hashing order difference?
9727              From: Peter Prymmer <pvhp@forte.com>
9728              Date: Fri, 23 Feb 2001 10:54:09 -0800 (PST)
9729              Message-ID: <Pine.OSF.4.10.10102231036100.79050-100000@aspara.forte.com>
9730      Branch: perl
9731            ! t/op/lex_assign.t
9732 ____________________________________________________________________________
9733 [  8912] By: jhi                                   on 2001/02/23  18:38:20
9734         Log: Subject: [patch] perlio + useithreads
9735              From: Doug MacEachern <dougm@covalent.net>
9736              Date: Fri, 23 Feb 2001 00:05:37 -0800 (PST)
9737              Message-ID: <Pine.LNX.4.21.0102222356460.14249-100000@mako.covalent.net>
9738              
9739              Gets things running but not complete.
9740      Branch: perl
9741            ! intrpvar.h objXSUB.h perlapi.c perlio.h proto.h sv.c
9742 ____________________________________________________________________________
9743 [  8911] By: jhi                                   on 2001/02/23  04:20:02
9744         Log: Integrate changes #8896,8897,8898,8906,8907,8908 from mainline.
9745              
9746              Duplicated environment freeing, File::Temp 0.12,
9747              op/append portability (EBCDIC) tweak.
9748      Branch: maint-5.6/perl
9749           !> lib/File/Temp.pm perl.c t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
9750           !> t/op/append.t
9751 ____________________________________________________________________________
9752 [  8910] By: jhi                                   on 2001/02/23  02:07:33
9753         Log: Integrate change #8909 from mainline, a better Borland
9754              putenv() workaround.
9755      Branch: maint-5.6/perl
9756           !> perl.c
9757 ____________________________________________________________________________
9758 [  8909] By: jhi                                   on 2001/02/23  02:05:46
9759         Log: A better workaround for Borland putenv() brokenness from Sarathy.
9760      Branch: perl
9761            ! perl.c
9762 ____________________________________________________________________________
9763 [  8908] By: jhi                                   on 2001/02/23  02:04:14
9764         Log: Subject: fix for parameter -Dm (for perl@8867)
9765              From: "Vadim Konovalov" <watman@inbox.ru>
9766              Date: Thu, 22 Feb 2001 17:30:12 +0300
9767              Message-ID: <001801c09cdc$2faba490$2a7b55c2@vad>
9768      Branch: perl
9769            ! perl.h
9770 ____________________________________________________________________________
9771 [  8907] By: jhi                                   on 2001/02/23  01:58:20
9772         Log: Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
9773              From: Peter Prymmer <pvhp@forte.com>
9774              Date: Thu, 22 Feb 2001 13:23:59 -0800 (PST)
9775              Message-ID: <Pine.OSF.4.10.10102221319460.47500-100000@aspara.forte.com>
9776      Branch: perl
9777            ! t/op/append.t
9778 ____________________________________________________________________________
9779 [  8906] By: jhi                                   on 2001/02/23  01:48:34
9780         Log: Upgrade to File::Temp 0.12, from Tim Jenness.
9781      Branch: perl
9782            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
9783 ____________________________________________________________________________
9784 [  8905] By: jhi                                   on 2001/02/23  01:43:30
9785         Log: Subject: [PATCH: perl@8892] fix a patcho in t/lib/st-06compat.t
9786              From: Peter Prymmer <pvhp@forte.com>
9787              Date: Thu, 22 Feb 2001 12:54:31 -0800 (PST)
9788              Message-ID: <Pine.OSF.4.10.10102221249170.47500-100000@aspara.forte.com>
9789      Branch: perl
9790            ! t/lib/st-06compat.t
9791 ____________________________________________________________________________
9792 [  8904] By: jhi                                   on 2001/02/23  01:42:39
9793         Log: Metaconfig unit change for #8903.
9794      Branch: metaconfig/U/perl
9795            ! Devel.U
9796 ____________________________________________________________________________
9797 [  8903] By: jhi                                   on 2001/02/23  01:42:12
9798         Log: Be more helpful for devel builders, suggested by John L. Allen.
9799      Branch: perl
9800            ! Configure
9801 ____________________________________________________________________________
9802 [  8902] By: jhi                                   on 2001/02/23  01:37:41
9803         Log: (Retracted by #8914)
9804              (Wrongly, reinstated by #8941)             
9805
9806              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
9807              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
9808              Date:     Thu, 22 Feb 2001 09:43:57 EST
9809              Message-Id: <010222094237.9d22e@DUPHY4.Physics.Drexel.Edu>
9810      Branch: perl
9811            ! op.c
9812 ____________________________________________________________________________
9813 [  8901] By: jhi                                   on 2001/02/23  01:20:32
9814         Log: Subject:  [PATCH perl 5.7.0] malloc message address offset
9815              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
9816              Date:     Thu, 22 Feb 2001 08:01:35 EST
9817              Message-Id: <010222075625.9d22e@DUPHY4.Physics.Drexel.Edu>
9818      Branch: perl
9819            ! malloc.c
9820 ____________________________________________________________________________
9821 [  8900] By: jhi                                   on 2001/02/23  01:18:02
9822         Log: Integrate changes #8898,8899 from mainline, environ handling.
9823      Branch: maint-5.6/perl
9824           !> perl.c
9825 ____________________________________________________________________________
9826 [  8899] By: jhi                                   on 2001/02/23  01:16:25
9827         Log: Rewrite putenv() using my_setenv().  (In general the vendors'
9828              putenv() is not to be relied on, they are either broken or leaky
9829              or both.)
9830      Branch: perl
9831            ! perl.c
9832 ____________________________________________________________________________
9833 [  8898] By: jhi                                   on 2001/02/22  23:36:59
9834         Log: Fix #8803 as #8897 fixed #8896: with environ safesysmalloc()
9835              and safesysfree() must be used.
9836      Branch: perl
9837            ! perl.c
9838 ____________________________________________________________________________
9839 [  8897] By: jhi                                   on 2001/02/22  23:25:45
9840         Log: With environ one must use safesysmalloc()/safesysfree().
9841      Branch: perl
9842            ! perl.c
9843 ____________________________________________________________________________
9844 [  8896] By: jhi                                   on 2001/02/22  22:13:18
9845         Log: If we have a duplicated environment free it
9846              if PERL_DESTRUCT_LEVEL.
9847      Branch: perl
9848            ! perl.c
9849 ____________________________________________________________________________
9850 [  8895] By: alanbur                               on 2001/02/22  19:31:57
9851         Log: Synchronised with parent
9852      Branch: maint-5.6/pureperl
9853           !> embed.h embed.pl ext/POSIX/POSIX.xs lib/File/Temp.pm op.c
9854 ____________________________________________________________________________
9855 [  8894] By: gsar                                  on 2001/02/22  19:06:18
9856         Log: integrate changes#6162,6163 from mainline (missing leak fixes!)
9857              
9858              fix memory leak in method call optimization (change#3768);
9859              made C<eval "$x->foo()"> leak
9860              
9861              fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
9862      Branch: maint-5.6/perl
9863           !> op.c
9864 ____________________________________________________________________________
9865 [  8893] By: jhi                                   on 2001/02/22  18:35:27
9866         Log: (Retracted by #8915.)
9867              
9868              Third Degree finding:
9869              reading uninitialized local variable smallbuf + 8 bytes of Perl_gv_fetchfile
9870      Branch: perl
9871            ! gv.c
9872 ____________________________________________________________________________
9873 [  8892] By: jhi                                   on 2001/02/22  14:28:32
9874         Log: Update Changes.
9875      Branch: perl
9876            ! Changes patchlevel.h
9877 ____________________________________________________________________________
9878 [  8891] By: jhi                                   on 2001/02/22  13:22:45
9879         Log: Metaconfig unit changes for #8890.
9880      Branch: metaconfig
9881            ! U/modified/Cppsym.U U/threads/archname.U
9882 ____________________________________________________________________________
9883 [  8890] By: jhi                                   on 2001/02/22  13:22:12
9884         Log: Add -stdio to the archname if no perlio selected,
9885              no -perlio added since that is now the default.
9886              
9887              Add few CPUs/architectures to the Cppsym scan.
9888      Branch: perl
9889            ! Configure config_h.SH
9890 ____________________________________________________________________________
9891 [  8889] By: jhi                                   on 2001/02/22  13:05:59
9892         Log: Metaconfig unit change for #8888.
9893      Branch: metaconfig/U/perl
9894            ! useperlio.U
9895 ____________________________________________________________________________
9896 [  8888] By: jhi                                   on 2001/02/22  13:05:28
9897         Log: *drum roll*  Make perlio the default.
9898      Branch: perl
9899            ! Configure config_h.SH
9900 ____________________________________________________________________________
9901 [  8887] By: jhi                                   on 2001/02/22  12:50:52
9902         Log: Integrate change #8665 from maintperl to mainline,
9903              IA64-induced POSIX::SigSet masking with IVs instead of NVs.
9904      Branch: perl
9905           !> ext/POSIX/POSIX.xs
9906 ____________________________________________________________________________
9907 [  8886] By: jhi                                   on 2001/02/22  12:49:24
9908         Log: Integrate changes #8883,8884 from mainline to maintperl.
9909              
9910              Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
9911              Subject: Re: File::Temp::_gettemp warning
9912      Branch: maint-5.6/perl
9913           !> embed.h embed.pl lib/File/Temp.pm
9914 ____________________________________________________________________________
9915 [  8885] By: jhi                                   on 2001/02/22  12:43:59
9916         Log: Based on
9917              
9918              Subject: [ID 20010222.001] POSIX.xs IV vs NV bug
9919              From: schwab@suse.de
9920              Date: Thu, 22 Feb 2001 13:08:09 +0100
9921              Message-Id: <200102221208.f1MC89H09364@sykes.suse.de>
9922              
9923              but the fix done slightly differently because the other
9924              half was already done in #8664.
9925      Branch: maint-5.6/perl
9926            ! ext/POSIX/POSIX.xs
9927 ____________________________________________________________________________
9928 [  8884] By: jhi                                   on 2001/02/22  12:37:15
9929         Log: Subject: Re: File::Temp::_gettemp warning
9930              From: Tim Jenness <t.jenness@jach.hawaii.edu>
9931              Date: Wed, 21 Feb 2001 22:15:32 -1000 (HST)
9932              Message-ID: <Pine.LNX.4.30.0102212211190.18964-100000@lapaki.jach.hawaii.edu>
9933              
9934              This patch to File::Temp does two things:
9935              
9936              1. Fixes the problem with CGI::Carp when determining
9937              the Fcntl constants
9938              
9939              2. Removes most of the carps and consolidates them so that all the
9940              reasons are included in a single die that is caught by the test. This
9941              means that the correct skipping behaviour is displayed by the test.
9942      Branch: perl
9943            ! lib/File/Temp.pm
9944 ____________________________________________________________________________
9945 [  8883] By: jhi                                   on 2001/02/22  12:29:19
9946         Log: Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
9947              From: Peter Prymmer <pvhp@forte.com>
9948              Date: Wed, 21 Feb 2001 16:30:06 -0800 (PST)
9949              Message-ID: <Pine.OSF.4.10.10102211624490.12601-100000@aspara.forte.com>
9950      Branch: perl
9951            ! embed.h embed.pl
9952 ____________________________________________________________________________
9953 [  8882] By: jhi                                   on 2001/02/21  19:41:33
9954         Log: Integrate change #8881 from mainlin to maintperl.
9955              
9956              Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
9957      Branch: maint-5.6/perl
9958           !> op.c
9959 ____________________________________________________________________________
9960 [  8881] By: jhi                                   on 2001/02/21  19:38:57
9961         Log: Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
9962              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
9963              Date:     Wed, 21 Feb 2001 13:08:03 EST
9964              Message-Id: <010221130721.7a2ab@DUPHY4.Physics.Drexel.Edu>
9965      Branch: perl
9966            ! op.c
9967 ____________________________________________________________________________
9968 [  8880] By: jhi                                   on 2001/02/21  19:34:34
9969         Log: Retract #8875, cannot let go of the old semantics of unpack U
9970              without rethinking utf8decode.t.
9971      Branch: perl
9972            ! pp.c t/op/pack.t
9973 ____________________________________________________________________________
9974 [  8879] By: jhi                                   on 2001/02/21  19:08:02
9975         Log: Run run/*.t also in minitest.
9976      Branch: perl
9977            ! Makefile.SH
9978 ____________________________________________________________________________
9979 [  8878] By: nick                                  on 2001/02/21  18:55:37
9980         Log: Integrate mainline
9981      Branch: perlio
9982           !> (integrate 76 files)
9983 ____________________________________________________________________________
9984 [  8877] By: jhi                                   on 2001/02/21  15:09:33
9985         Log: Fix the sys/fcntl.h problem reported by Peter Prymmer.
9986      Branch: metaconfig
9987            ! U/compline/nblock_io.U
9988      Branch: perl
9989            ! Configure config_h.SH
9990 ____________________________________________________________________________
9991 [  8876] By: jhi                                   on 2001/02/21  14:54:45
9992         Log: If no sfio, no -lsfio.
9993      Branch: metaconfig/U/perl
9994            ! d_sfio.U
9995      Branch: perl
9996            ! Configure config_h.SH
9997 ____________________________________________________________________________
9998 [  8875] By: jhi                                   on 2001/02/21  14:54:00
9999         Log: Make unpack C and unpack C truly equivalent.
10000      Branch: perl
10001            ! pp.c t/op/pack.t
10002 ____________________________________________________________________________
10003 [  8874] By: jhi                                   on 2001/02/21  14:26:02
10004         Log: Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
10005              From: Peter Prymmer <pvhp@forte.com>
10006              Date: Tue, 20 Feb 2001 14:51:55 -0800 (PST)
10007              Message-ID: <Pine.OSF.4.10.10102201447380.501692-100000@aspara.forte.com>
10008      Branch: perl
10009            ! pod/perlport.pod
10010 ____________________________________________________________________________
10011 [  8873] By: jhi                                   on 2001/02/21  14:24:31
10012         Log: Subject: [PATCH] fix for charnames above FFFF
10013              From: andreas.koenig@anima.de (Andreas J. Koenig)
10014              Date: 21 Feb 2001 07:05:45 +0100
10015              Message-ID: <m366i44ll2.fsf@ak-71.mind.de>
10016      Branch: perl
10017            ! lib/charnames.pm t/lib/charnames.t
10018 ____________________________________________________________________________
10019 [  8872] By: jhi                                   on 2001/02/21  14:15:25
10020         Log: Integrate change #8868 from pureperl to mainline.
10021              
10022              Fixed reference count loop caused by sv_magic.
10023      Branch: perl
10024           !> sv.c
10025 ____________________________________________________________________________
10026 [  8871] By: jhi                                   on 2001/02/21  14:07:29
10027         Log: Integrate change #8868 from pureperl to maintperl.
10028              
10029              Fixed reference count loop caused by sv_magic.
10030      Branch: maint-5.6/perl
10031           !> sv.c
10032 ____________________________________________________________________________
10033 [  8870] By: jhi                                   on 2001/02/21  14:04:41
10034         Log: Put back the #8840, it was innocent.
10035      Branch: perl
10036            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
10037            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
10038 ____________________________________________________________________________
10039 [  8869] By: jhi                                   on 2001/02/21  14:00:03
10040         Log: unpack("C", ...) was left slightly unfinished by #8865.
10041      Branch: perl
10042            ! pp.c t/op/pack.t
10043 ____________________________________________________________________________
10044 [  8868] By: alanbur                               on 2001/02/21  01:33:45
10045         Log: Fixed reference count loop caused by sv_magic.  sv_magic is called
10046              from gv_fetchpv to create single-character magic variables (e.g. $!),
10047              and it is passed a sv and the gv that contains the sv as the mg_obj
10048              value.  When sv_magic stores the mg_obj pointer it increments the gv
10049              refcount, thus causing a sv-gv pair that can't be freed.  There is
10050              already a check for sv == obj which is used to prevent such reference
10051              loops.  This change extends the check to cover the case described above.
10052      Branch: maint-5.6/pureperl
10053            ! sv.c
10054 ____________________________________________________________________________
10055 [  8867] By: jhi                                   on 2001/02/21  00:52:39
10056         Log: Update Changes.
10057      Branch: perl
10058            ! Changes patchlevel.h
10059 ____________________________________________________________________________
10060 [  8866] By: jhi                                   on 2001/02/21  00:34:20
10061         Log: Upgrade to CGI.pm 2.752, from Lincoln Stein.
10062              (Note: there were some conflicts due to EBCDIC and EPOC
10063              patches, in general I preferred the repository code.)
10064              (When 2.753 comes out, we need to synchronize.)
10065      Branch: perl
10066            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
10067            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
10068            ! t/lib/cgi-html.t
10069 ____________________________________________________________________________
10070 [  8865] By: jhi                                   on 2001/02/21  00:24:22
10071         Log: Make pack("C", 0x100) to create Unicode, unless under the
10072              evil influence of 'use bytes'.  Similarly, unpack("C", ...)
10073              will understand Unicode, unless you under know what.
10074      Branch: perl
10075            ! pp.c t/op/pack.t t/op/qu.t
10076 ____________________________________________________________________________
10077 [  8864] By: alanbur                               on 2001/02/20  22:35:34
10078         Log: Resynchronised with parent
10079      Branch: maint-5.6/pureperl
10080           !> README.win32 ext/GDBM_File/GDBM_File.pm
10081           !> ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
10082           !> ext/SDBM_File/SDBM_File.pm handy.h lib/Test.pm makedef.pl mg.c
10083           !> pod/perlop.pod t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
10084           !> t/lib/sdbm.t util.c
10085 ____________________________________________________________________________
10086 [  8863] By: jhi                                   on 2001/02/20  20:55:11
10087         Log: Integrate change #8860,8861 from mainline into maintperl.
10088              
10089              "pseudo-literal j"
10090              
10091              Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
10092      Branch: maint-5.6/perl
10093           !> lib/Test.pm pod/perlop.pod
10094 ____________________________________________________________________________
10095 [  8862] By: jhi                                   on 2001/02/20  20:30:07
10096         Log: Don't do casting between pointers pointing to differently sized
10097              integers.
10098      Branch: perl
10099            ! hv.c sv.c
10100 ____________________________________________________________________________
10101 [  8861] By: jhi                                   on 2001/02/20  19:53:44
10102         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
10103              From: Peter Prymmer <pvhp@forte.com>
10104              Message-ID: <Pine.OSF.4.10.10102141617350.197219-100000@aspara.forte.com>
10105              Date: Wed, 14 Feb 2001 16:28:16 -0800 (PST)
10106      Branch: perl
10107            ! lib/Test.pm
10108 ____________________________________________________________________________
10109 [  8860] By: jhi                                   on 2001/02/20  19:48:02
10110         Log: "pseudo-literal j", a documentation glitch reported to Debian.
10111              The text recovered from Perl 5.005_03, and pseudo-literal replaced
10112              by "backtick string".
10113      Branch: perl
10114            ! pod/perlop.pod
10115 ____________________________________________________________________________
10116 [  8859] By: jhi                                   on 2001/02/20  19:15:46
10117         Log: Skip the Perl_sys_intern_clear and Perl_sys_intern_init,
10118              from Chris Nandor.
10119      Branch: perl
10120            ! makedef.pl
10121 ____________________________________________________________________________
10122 [  8858] By: jhi                                   on 2001/02/20  17:36:53
10123         Log: Integrate pureperl changes #8844,8845,8850 to mainline
10124              (via maintperl #8855).
10125              
10126              Fixed %^H scoping bug
10127              
10128              Removed GV <-> CV refcount loop
10129              
10130              Removed %ENV refcount loop
10131      Branch: perl
10132           !> gv.c op.c perl.c pp.c scope.c
10133 ____________________________________________________________________________
10134 [  8857] By: jhi                                   on 2001/02/20  17:34:32
10135         Log: Integrate changes #8853,8854 from maintperl to mainline.
10136              
10137              EBDIC fixes, README.win32 Borland update.
10138      Branch: perl
10139           !> README.win32 handy.h util.c
10140 ____________________________________________________________________________
10141 [  8856] By: jhi                                   on 2001/02/20  17:33:16
10142         Log: Integrate change #8848 from mainline to maintperl: ?DBM_File cleanup.
10143      Branch: maint-5.6/perl
10144           !> ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
10145           !> ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
10146           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
10147 ____________________________________________________________________________
10148 [  8855] By: jhi                                   on 2001/02/20  17:32:13
10149         Log: Integrate pureperl changes #8844,8845,8850 to maintperl.
10150              
10151              Fixed %^H scoping bug
10152              
10153              Removed GV <-> CV refcount loop
10154              
10155              Removed %ENV refcount loop
10156      Branch: maint-5.6/perl
10157           !> gv.c op.c perl.c pp.c scope.c
10158 ____________________________________________________________________________
10159 [  8854] By: jhi                                   on 2001/02/20  17:25:06
10160         Log: Subject: Addition to readme.win32 for Borland C++ compilers
10161              Date: Tue, 20 Feb 2001 02:15:25 +0300
10162              From: "Vadim Konovalov" <watman@inbox.ru>
10163              Message-ID: <011c01c09aca$93bbbec0$367b55c2@vad>
10164              
10165              Document Borland compiler misbehaviour.
10166      Branch: maint-5.6/perl
10167            ! README.win32
10168 ____________________________________________________________________________
10169 [  8853] By: jhi                                   on 2001/02/20  17:22:25
10170         Log: The assimilation of ebcdic.c didn't quite work at the first try,
10171              patches from Thomas Dorner.
10172      Branch: maint-5.6/perl
10173            ! handy.h util.c
10174 ____________________________________________________________________________
10175 [  8852] By: jhi                                   on 2001/02/20  17:20:15
10176         Log: Subject: [PATCH] More Mac OS patches for maint-5.6
10177              From: Chris Nandor <pudge@pobox.com>
10178              Date: Tue, 20 Feb 2001 08:32:45 -0500
10179              Message-Id: <p05010403b6b81ee8dca0@[10.0.1.177]>
10180      Branch: maint-5.6/perl
10181            ! makedef.pl mg.c
10182 ____________________________________________________________________________
10183 [  8851] By: jhi                                   on 2001/02/20  17:15:52
10184         Log: Filter::Util::Call update to 1.05, from Paul Marquess.
10185      Branch: perl
10186            ! ext/Filter/Util/Call/Call.pm t/lib/filter-util.pl
10187            ! t/lib/filter-util.t
10188 ____________________________________________________________________________
10189 [  8850] By: alanbur                               on 2001/02/20  17:12:40
10190         Log: Removed %ENV refcount loop.  Elements of %ENV are magical,
10191              and the magic pointer points back to the GV that contains the
10192              %ENV hash.  This creates a refcount loop that prevents members
10193              of %ENV from being freed correctly.  This change removes the
10194              refcount loop - the magic pointer was never used anyway, the
10195              only use of the magic was to check the type ('E') so that the
10196              appropriate environment manipulation code is called when %ENV
10197              is modified.
10198      Branch: maint-5.6/pureperl
10199            ! perl.c
10200 ____________________________________________________________________________
10201 [  8849] By: jhi                                   on 2001/02/20  17:12:20
10202         Log: Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
10203              From: "Craig A. Berry" <craigberry@mac.com>
10204              Date: Mon, 19 Feb 2001 23:36:12 -0600
10205              Message-Id: <5.0.2.1.0.20010219230450.02762648@exchi01>
10206              
10207              Case-forgiving systems match TestInit.pm with TES*.
10208      Branch: perl
10209            ! t/lib/glob-basic.t
10210 ____________________________________________________________________________
10211 [  8848] By: jhi                                   on 2001/02/20  17:10:02
10212         Log: strict-w-proof the ?DBM_File, from Paul Marquess.
10213      Branch: perl
10214            ! ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
10215            ! ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
10216            ! t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
10217 ____________________________________________________________________________
10218 [  8847] By: jhi                                   on 2001/02/20  15:34:41
10219         Log: The #8843 wasn't quite right: %Config needs to imported.
10220      Branch: perl
10221            ! t/run/runenv.t
10222 ____________________________________________________________________________
10223 [  8846] By: jhi                                   on 2001/02/20  15:31:50
10224         Log: Retract the #8838 and #8840 for now because of
10225              the DB_File tie problem.
10226      Branch: perl
10227            ! embed.h embed.pl global.sym lib/ExtUtils/xsubpp objXSUB.h
10228            ! perlapi.c pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
10229            ! proto.h sv.c
10230 ____________________________________________________________________________
10231 [  8845] By: alanbur                               on 2001/02/20  14:25:41
10232         Log: Removed GV <-> CV refcount loop
10233              CvGV(mycv) points to the parent GV of the CV, and was previously
10234              refcounted.  The pointer remains, but the refcounting has been removed
10235              as it causes a refcount loop between the CV and GV that means the CV
10236              can't ever be deleted.
10237      Branch: maint-5.6/pureperl
10238            ! gv.c op.c pp.c
10239 ____________________________________________________________________________
10240 [  8844] By: alanbur                               on 2001/02/20  14:23:13
10241         Log: Fixed %^H scoping bug
10242      Branch: maint-5.6/pureperl
10243            ! scope.c
10244 ____________________________________________________________________________
10245 [  8843] By: jhi                                   on 2001/02/19  13:38:08
10246         Log: fork() not everywhere, cleanup temp files.
10247      Branch: perl
10248            ! t/run/runenv.t
10249 ____________________________________________________________________________
10250 [  8842] By: alanbur                               on 2001/02/19  12:42:07
10251         Log: Resynchronised with parent
10252      Branch: maint-5.6/pureperl
10253           !> pod/perlfaq4.pod sv.c utf8.c
10254 ____________________________________________________________________________
10255 [  8841] By: jhi                                   on 2001/02/19  03:35:51
10256         Log: Update Changes.
10257      Branch: perl
10258            ! Changes patchlevel.h
10259 ____________________________________________________________________________
10260 [  8840] By: jhi                                   on 2001/02/19  00:23:41
10261         Log: Subject: [patch] add sv_setref_uv
10262              From: Doug MacEachern <dougm@covalent.net>
10263              Date: Sun, 18 Feb 2001 14:49:33 -0800 (PST)
10264              Message-ID: <Pine.LNX.4.21.0102181448290.10021-100000@mako.covalent.net>
10265      Branch: perl
10266            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
10267            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
10268 ____________________________________________________________________________
10269 [  8839] By: jhi                                   on 2001/02/19  00:01:38
10270         Log: Put to rest the 20010205.001, the email address checking (not) regex.
10271      Branch: perl
10272            ! pod/perlfaq9.pod
10273 ____________________________________________________________________________
10274 [  8838] By: jhi                                   on 2001/02/18  22:17:54
10275         Log: Subject: [patch] xsubpp: make sv_setref_* targetable
10276              From: Doug MacEachern <dougm@covalent.net>
10277              Date: Sun, 18 Feb 2001 12:58:23 -0800 (PST)
10278              Message-ID: <Pine.LNX.4.21.0102181256310.10021-100000@mako.covalent.net>
10279      Branch: perl
10280            ! lib/ExtUtils/xsubpp
10281 ____________________________________________________________________________
10282 [  8837] By: jhi                                   on 2001/02/18  22:16:50
10283         Log: Subject: [patch] -Wall cleanup round 2
10284              From: Doug MacEachern <dougm@covalent.net>
10285              Date: Sun, 18 Feb 2001 13:08:04 -0800 (PST)
10286              Message-ID: <Pine.LNX.4.21.0102181304520.10021-100000@mako.covalent.net>
10287      Branch: perl
10288            ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
10289            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
10290            ! ext/File/Glob/Glob.xs ext/Filter/Util/Call/Call.xs
10291            ! ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs ext/IPC/SysV/SysV.xs
10292            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
10293            ! ext/SDBM_File/SDBM_File.xs
10294 ____________________________________________________________________________
10295 [  8836] By: jhi                                   on 2001/02/18  22:11:20
10296         Log: Misapplied regex optimizations when \C is present.
10297              Fixes 20001230.002.
10298              
10299              What still remains broken is that the submatches that
10300              have \C in them get their UTF8 flag on because their
10301              parent SV has it on.  This will result in malformed
10302              UTF8 if a \C happened to match a non-ASCII byte.
10303      Branch: perl
10304            ! regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
10305            ! t/pragma/utf8.t
10306 ____________________________________________________________________________
10307 [  8835] By: jhi                                   on 2001/02/18  20:12:02
10308         Log: Fix for "[ID 20010213.005] utf8 + localized hash elems + 64 bits?"
10309              
10310              The hash key got wrongly UTF8fied.
10311      Branch: perl
10312            ! pod/perlapi.pod toke.c utf8.c
10313 ____________________________________________________________________________
10314 [  8834] By: jhi                                   on 2001/02/18  19:44:25
10315         Log: Tweak on #8234 (Subject: Re: [PATCH] Warn on use of reference as array elem):
10316              don't warn on magical or overloaded things.
10317      Branch: perl
10318            ! pp_hot.c
10319 ____________________________________________________________________________
10320 [  8833] By: nick                                  on 2001/02/18  19:31:22
10321         Log: Integrate mainline
10322      Branch: perlio
10323           +> t/TestInit.pm t/run/runenv.t
10324            - t/UTEST
10325           !> MANIFEST Makefile.SH ext/Storable/ChangeLog
10326           !> ext/Storable/Storable.pm ext/Storable/Storable.xs
10327           !> lib/Test/Harness.pm perl.c pod/perlfaq4.pod sv.c t/TEST
10328           !> t/lib/charnames.t t/lib/glob-basic.t t/lib/st-06compat.t
10329           !> t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
10330           !> t/op/chop.t t/op/eval.t t/op/regexp_noamp.t t/op/subst_wamp.t
10331           !> utf8.c
10332 ____________________________________________________________________________
10333 [  8832] By: jhi                                   on 2001/02/18  19:21:18
10334         Log: Integrate perlio.
10335      Branch: perl
10336           !> perlio.c pod/perldiag.pod
10337 ____________________________________________________________________________
10338 [  8831] By: jhi                                   on 2001/02/18  19:14:20
10339         Log: Integrate change #8827 from mainline.
10340              
10341              UTF8 tweaks.
10342      Branch: maint-5.6/perl
10343           !> sv.c utf8.c
10344 ____________________________________________________________________________
10345 [  8830] By: nick                                  on 2001/02/18  19:10:34
10346         Log: Apply the spirit of patch from Nick Clark:
10347              Subject: [PATCH] Re: extensions that provide layers
10348              From: Nicholas Clark <nick@ccl4.org>
10349              Date: Mon, 12 Feb 2001 16:43:51 +0000
10350              Message-Id: <20010212164350.Q3652@plum.flirble.org>
10351      Branch: perlio
10352            ! perlio.c pod/perldiag.pod
10353 ____________________________________________________________________________
10354 [  8829] By: jhi                                   on 2001/02/18  19:03:25
10355         Log: Subject: [PATCH t/TEST t/TestSetup.pm] Adding in TestSetup.pm to replace BEGIN  preamble on tests.
10356              From: schwern@pobox.com 
10357              Date: Sun, 18 Feb 2001 13:44:35 -0500
10358              Message-ID: <20010218134435.A17544@magnonel.guild.net>
10359              
10360              Applied, but as t/TestInit.pm.
10361      Branch: perl
10362            + t/TestInit.pm
10363            ! MANIFEST t/TEST t/op/eval.t t/op/regexp_noamp.t
10364            ! t/op/subst_wamp.t
10365 ____________________________________________________________________________
10366 [  8828] By: jhi                                   on 2001/02/18  18:43:52
10367         Log: Integrate perlio.
10368      Branch: perl
10369           !> perlio.c
10370 ____________________________________________________________________________
10371 [  8827] By: jhi                                   on 2001/02/18  18:41:33
10372         Log: UTF-8 tweaks.
10373      Branch: perl
10374            ! sv.c utf8.c
10375 ____________________________________________________________________________
10376 [  8826] By: nick                                  on 2001/02/18  17:40:59
10377         Log: Fix [ID 20010217.002]
10378              open FOO, "<:raw:perlio", ...
10379              :raw now inserts default base layer below itself.
10380              Also
10381              open FOO, "<:unix", ...
10382              works as well - but leaves buffer layer on stack under the unix layer.
10383      Branch: perlio
10384            ! perlio.c
10385 ____________________________________________________________________________
10386 [  8825] By: jhi                                   on 2001/02/18  17:15:39
10387         Log: Integrate perlio.
10388      Branch: perl
10389           !> perlio.c perliol.h
10390 ____________________________________________________________________________
10391 [  8824] By: jhi                                   on 2001/02/18  17:10:53
10392         Log: Subject: [PATCH t/TEST lib/Test/Harness.pm] Adding todo tests
10393              From: schwern@pobox.com
10394              Date: Sun, 18 Feb 2001 01:48:50 -0500
10395              Message-ID: <20010218014850.C19957@magnonel.guild.net>
10396      Branch: perl
10397            ! lib/Test/Harness.pm t/TEST t/op/chop.t
10398 ____________________________________________________________________________
10399 [  8823] By: jhi                                   on 2001/02/18  17:01:06
10400         Log: Add run/*.t to testables.
10401      Branch: perl
10402            ! t/TEST
10403 ____________________________________________________________________________
10404 [  8822] By: jhi                                   on 2001/02/18  16:58:58
10405         Log: Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
10406              From: schwern@pobox.com
10407              Date: Sun, 18 Feb 2001 01:11:35 -0500
10408              Message-ID: <20010218011135.A19957@magnonel.guild.net>
10409              
10410              Revive mjd's and Simon's PERL5OPT fix.
10411      Branch: perl
10412            + t/run/runenv.t
10413            ! MANIFEST perl.c
10414 ____________________________________________________________________________
10415 [  8821] By: jhi                                   on 2001/02/18  16:53:46
10416         Log: Subject: Re: Why t/TEST and not Test::Harness?
10417              From: schwern@pobox.com
10418              Date: Sat, 17 Feb 2001 22:44:44 -0500
10419              Message-ID: <20010217224444.A6679@magnonel.guild.net>
10420              
10421              Replace UTEST with TEST -utf8.
10422      Branch: perl
10423            - t/UTEST
10424            ! MANIFEST Makefile.SH t/TEST t/lib/charnames.t
10425            ! t/lib/glob-basic.t
10426 ____________________________________________________________________________
10427 [  8820] By: nick                                  on 2001/02/18  13:06:16
10428         Log: Clean up a few core dumps when layers are used in unexpected ways.
10429              (Still not "right"...)
10430      Branch: perlio
10431            ! perlio.c perliol.h
10432 ____________________________________________________________________________
10433 [  8819] By: jhi                                   on 2001/02/18  02:25:55
10434         Log: Integrate change #8818 from maintperl, a FAQ nit.
10435      Branch: perl
10436           !> pod/perlfaq4.pod
10437 ____________________________________________________________________________
10438 [  8818] By: jhi                                   on 2001/02/18  02:24:50
10439         Log: FAQ nit from Chris Fedde.
10440      Branch: maint-5.6/perl
10441            ! pod/perlfaq4.pod
10442 ____________________________________________________________________________
10443 [  8817] By: nick                                  on 2001/02/17  18:20:14
10444         Log: Integrate mainline
10445      Branch: perlio
10446           +> lib/unicode/UCD.html lib/unicode/Unicode.html
10447           +> lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
10448           +> pod/perlclib.pod
10449            - ebcdic.c lib/unicode/UCD301.html lib/unicode/UCDFF301.html
10450            - lib/unicode/Unicode.301
10451           !> (integrate 324 files)
10452 ____________________________________________________________________________
10453 [  8816] By: jhi                                   on 2001/02/17  16:56:58
10454         Log: Upgrade to Storable 1.0.10, from Raphael Manfredi.
10455      Branch: perl
10456            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
10457            ! ext/Storable/Storable.xs t/lib/st-06compat.t
10458            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
10459 ____________________________________________________________________________
10460 [  8815] By: jhi                                   on 2001/02/17  16:40:07
10461         Log: Subject: [patch] -Wall
10462              From: Doug MacEachern <dougm@covalent.net>
10463              Date: Fri, 16 Feb 2001 15:25:36 -0800 (PST)
10464              Message-ID: <Pine.LNX.4.21.0102161519500.30352-100000@mako.covalent.net>
10465      Branch: perl
10466            ! doio.c doop.c embed.h embed.pl gv.c objXSUB.h op.c perl.c
10467            ! perlapi.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c
10468 ____________________________________________________________________________
10469 [  8814] By: jhi                                   on 2001/02/16  19:27:18
10470         Log: Document qu better.
10471      Branch: perl
10472            ! pod/perlop.pod
10473 ____________________________________________________________________________
10474 [  8813] By: jhi                                   on 2001/02/15  13:54:37
10475         Log: Subject: [PATCH @8807] toke.c cleanup: scan_str()
10476              From: Hugo <hv@crypt.compulink.co.uk>
10477              Date: Thu, 15 Feb 2001 13:39:49 +0000
10478              Message-Id: <200102151339.NAA32248@crypt.compulink.co.uk>
10479      Branch: perl
10480            ! toke.c
10481 ____________________________________________________________________________
10482 [  8812] By: alanbur                               on 2001/02/15  13:52:16
10483         Log: Resynchronised with parent
10484      Branch: maint-5.6/pureperl
10485            - ebcdic.c
10486           !> (integrate 36 files)
10487 ____________________________________________________________________________
10488 [  8811] By: jhi                                   on 2001/02/15  13:51:16
10489         Log: Integrate changes #8659,8702,8808,8809,8810 from maintperl.
10490              
10491              Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
10492              From: Jan Dubois <JanD@ActiveState.com>
10493              Date: Wed, 31 Jan 2001 21:17:03 -0800
10494              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
10495              
10496              tweak change#8659 to keep it simple
10497              
10498              Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
10499              From: Russ Allbery <rra@stanford.edu>
10500              Date: 14 Feb 2001 10:15:41 -0800
10501              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
10502              
10503              (8809 empty)
10504
10505              Upgrade to podlators 1.08, from Russ Allbery.
10506      Branch: perl
10507           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/Test/Harness.pm
10508           !> utils/perldoc.PL
10509 ____________________________________________________________________________
10510 [  8810] By: jhi                                   on 2001/02/15  13:35:08
10511         Log: Upgrade to podlators 1.08, from Russ Allbery.
10512      Branch: maint-5.6/perl
10513            ! lib/Pod/Man.pm lib/Pod/Text.pm
10514 ____________________________________________________________________________
10515 [  8809] By: jhi                                   on 2001/02/15  13:26:38
10516         Log: (accidentally empty check-in)
10517      Branch: maint-5.6/perl
10518            ! lib/Test/Harness.pm
10519 ____________________________________________________________________________
10520 [  8808] By: jhi                                   on 2001/02/15  13:23:47
10521         Log: Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
10522              From: Russ Allbery <rra@stanford.edu>
10523              Date: 14 Feb 2001 10:15:41 -0800
10524              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
10525              
10526              perldoc was hardcoding $Config{installscript}, which breaks
10527              when install* isn't where Perl ends up (such as with AFS).
10528              
10529              Use $Config{scriptdir} instead.
10530      Branch: maint-5.6/perl
10531            ! utils/perldoc.PL
10532 ____________________________________________________________________________
10533 [  8807] By: jhi                                   on 2001/02/14  14:37:27
10534         Log: Update Changes.
10535      Branch: perl
10536            ! Changes patchlevel.h
10537 ____________________________________________________________________________
10538 [  8806] By: jhi                                   on 2001/02/14  14:25:31
10539         Log: Integrate changes #8803,8804,8805 from mainline.
10540              
10541              Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
10542              
10543              Don't skip too much of the locale error message if no environ array,
10544              from Chris Nandor.
10545              
10546              More MacOS Classic fixes from Chris Nandor.
10547      Branch: maint-5.6/perl
10548           !> doop.c lib/Cwd.pm perl.c perl.h util.c
10549 ____________________________________________________________________________
10550 [  8805] By: jhi                                   on 2001/02/14  03:29:01
10551         Log: More MacOS Classic fixes from Chris Nandor.
10552      Branch: perl
10553            ! doop.c lib/Cwd.pm
10554 ____________________________________________________________________________
10555 [  8804] By: jhi                                   on 2001/02/14  03:18:35
10556         Log: Don't skip too much of the locale error message if no environ array,
10557              from Chris Nandor.
10558      Branch: perl
10559            ! util.c
10560 ____________________________________________________________________________
10561 [  8803] By: jhi                                   on 2001/02/14  03:14:14
10562         Log: Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
10563      Branch: perl
10564            ! perl.c perl.h
10565 ____________________________________________________________________________
10566 [  8802] By: jhi                                   on 2001/02/13  18:31:33
10567         Log: AUTHORS update.
10568      Branch: perl
10569            ! AUTHORS
10570 ____________________________________________________________________________
10571 [  8801] By: jhi                                   on 2001/02/13  17:55:19
10572         Log: Integrate change #8792 from mainline.
10573              
10574              Subject: buncha MacPerl patches for bleadperl
10575              From: Chris Nandor <pudge@pobox.com>
10576              Date: Tue, 13 Feb 2001 00:02:43 -0500
10577              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
10578      Branch: maint-5.6/perl
10579           !> lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
10580           !> lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
10581           !> t/lib/basename.t toke.c util.h
10582 ____________________________________________________________________________
10583 [  8800] By: jhi                                   on 2001/02/13  17:46:43
10584         Log: When doing that Fpos_t used in PerlIO_getpos proto needs
10585              to be forced to Off_t.
10586              
10587              Subject: [ID 20010201.009] 5.6.1-TRIAL2 sfio build fails
10588              From: nick@ccl4.org
10589              Date: Thu, 1 Feb 2001 12:01:04 +0000
10590              Message-Id: <20010201120103.E11401@plum.flirble.org>
10591      Branch: maint-5.6/perl
10592            ! iperlsys.h perlio.c
10593 ____________________________________________________________________________
10594 [  8799] By: jhi                                   on 2001/02/13  16:52:51
10595         Log: Duplex duplex hunk hunk.
10596      Branch: maint-5.6/perl
10597            ! Makefile.SH
10598 ____________________________________________________________________________
10599 [  8797] By: jhi                                   on 2001/02/13  14:52:04
10600         Log: Subject: [PATCH perl@8773] integral ok lines for VMS
10601              From: "Craig A. Berry" <craigberry@mac.com>
10602              Date: Mon, 12 Feb 2001 11:05:25 -0600
10603              Message-Id: <p04330104b6ac5dfe6d45@[172.16.52.1]>
10604      Branch: perl
10605            ! t/lib/filehand.t t/lib/test-harness.t t/lib/texttabs.t
10606 ____________________________________________________________________________
10607 [  8796] By: jhi                                   on 2001/02/13  14:36:47
10608         Log: Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
10609              From: simon.cozens@pembroke.oxford.ac.uk 
10610              Date: Sat, 10 Feb 2001 17:57:02 +0000
10611              Message-Id: <E14ReGc-0005Pk-00@pembro26.pmb.ox.ac.uk>
10612              
10613              Now it does include.
10614      Branch: perl
10615            ! pod/perldiag.pod
10616 ____________________________________________________________________________
10617 [  8795] By: jhi                                   on 2001/02/13  14:30:11
10618         Log: Sort the MANIFEST.
10619      Branch: perl
10620            ! MANIFEST
10621 ____________________________________________________________________________
10622 [  8794] By: jhi                                   on 2001/02/13  14:26:51
10623         Log: Integrate change #8793 from mainline, FAQ updates.
10624      Branch: maint-5.6/perl
10625           !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
10626 ____________________________________________________________________________
10627 [  8793] By: jhi                                   on 2001/02/13  14:25:13
10628         Log: FAQ updates from Chris Fedde <chris@fedde.littleton.co.us>.
10629      Branch: perl
10630            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
10631 ____________________________________________________________________________
10632 [  8792] By: jhi                                   on 2001/02/13  14:22:50
10633         Log: Subject: buncha MacPerl patches for bleadperl
10634              From: Chris Nandor <pudge@pobox.com>
10635              Date: Tue, 13 Feb 2001 00:02:43 -0500
10636              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
10637      Branch: perl
10638            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
10639            ! lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
10640            ! t/lib/basename.t toke.c util.h
10641 ____________________________________________________________________________
10642 [  8791] By: jhi                                   on 2001/02/13  14:10:39
10643         Log: Integrate change #8790 from mainline.
10644              
10645              environ array wrongly assumed in Perl_init_i18nl10n(),
10646      Branch: maint-5.6/perl
10647           !> util.c
10648 ____________________________________________________________________________
10649 [  8790] By: jhi                                   on 2001/02/13  14:06:15
10650         Log: environ array wrongly assumed in Perl_init_i18nl10n(),
10651              noticed by Chris Nandor in MacOS Classic.
10652      Branch: perl
10653            ! util.c
10654 ____________________________________________________________________________
10655 [  8789] By: jhi                                   on 2001/02/13  13:58:07
10656         Log: Integrate changes #8373,8487,8544,8783 from mainline.
10657              
10658              Synchronize the EBCDIC platforms (os390,posix-bc,vmesa):
10659              hints files, the dynaloading, assimilate ebcdic into util.c.
10660      Branch: maint-5.6/perl
10661            - ebcdic.c
10662            ! MANIFEST hints/posix-bc.sh
10663           !> Makefile.SH embed.h embed.pl ext/DynaLoader/dl_dllload.xs
10664           !> handy.h hints/os390.sh hints/vmesa.sh installperl objXSUB.h
10665           !> perlapi.c proto.h util.c
10666 ____________________________________________________________________________
10667 [  8788] By: alanbur                               on 2001/02/13  10:33:13
10668         Log: Integrated changes from maint-5.6
10669      Branch: maint-5.6/pureperl
10670           !> Makefile.SH README.vos hints/openbsd.sh pod/perlport.pod
10671           !> regcomp.c t/op/re_tests vos/Changes vos/build.cm
10672           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
10673           !> vos/config.ga.h vos/configure_perl.cm
10674 ____________________________________________________________________________
10675 [  8787] By: jhi                                   on 2001/02/13  05:56:36
10676         Log: Integrate change #8786 from maintperl, posix-bc byacc handling.
10677      Branch: perl
10678           !> Makefile.SH
10679 ____________________________________________________________________________
10680 [  8786] By: jhi                                   on 2001/02/13  05:54:34
10681         Log: Subject: perl@8671 on posix-bc aka BS2000 Posix (small Patch included!)
10682              From: Dorner Thomas <Thomas.Dorner@start.de>
10683              Date: Mon, 12 Feb 2001 15:06:26 +0100
10684              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A8853@Ex02.inhouse.start.de>
10685      Branch: maint-5.6/perl
10686            ! Makefile.SH
10687 ____________________________________________________________________________
10688 [  8785] By: jhi                                   on 2001/02/13  05:29:04
10689         Log: Integrate change #8781 from maintperl, OpenBSD hints update.
10690      Branch: perl
10691           !> hints/openbsd.sh
10692 ____________________________________________________________________________
10693 [  8784] By: jhi                                   on 2001/02/13  02:25:24
10694         Log: Subject: [PATCH: perl@8773] small fixups to perlclib.pod
10695              From: Peter Prymmer <pvhp@forte.com>
10696              Date: Mon, 12 Feb 2001 18:23:09 -0800 (PST)
10697              Message-ID: <Pine.OSF.4.10.10102121821090.126445-100000@aspara.forte.com>
10698      Branch: perl
10699            ! pod/perlclib.pod
10700 ____________________________________________________________________________
10701 [  8783] By: jhi                                   on 2001/02/13  02:22:36
10702         Log: Merge ebcdic.c (only one function, ebcdic_control()) into util.c.
10703      Branch: perl
10704            - ebcdic.c
10705            ! MANIFEST embed.h embed.pl handy.h hints/os390.sh
10706            ! hints/posix-bc.sh hints/vmesa.sh objXSUB.h perlapi.c proto.h
10707            ! util.c
10708 ____________________________________________________________________________
10709 [  8782] By: jhi                                   on 2001/02/13  02:00:07
10710         Log: Add OpenBSD to the list of 5.6.1-okay platforms.
10711      Branch: maint-5.6/perl
10712            ! pod/perlport.pod
10713 ____________________________________________________________________________
10714 [  8781] By: jhi                                   on 2001/02/13  01:58:44
10715         Log: OpenBSD hints update for 5.6.1-TRIAL2 from Todd C. Miller.
10716      Branch: maint-5.6/perl
10717            ! hints/openbsd.sh
10718 ____________________________________________________________________________
10719 [  8780] By: jhi                                   on 2001/02/13  01:57:33
10720         Log: Synchronize the regexp tests between maintperl and mainline.
10721      Branch: maint-5.6/perl
10722           !> t/op/re_tests
10723 ____________________________________________________________________________
10724 [  8779] By: jhi                                   on 2001/02/13  01:49:35
10725         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
10726              From: Hugo <hv@crypt.compulink.co.uk>
10727              Date: Tue, 13 Feb 2001 00:11:11 +0000
10728              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
10729      Branch: perl
10730            ! regcomp.c t/op/re_tests
10731 ____________________________________________________________________________
10732 [  8778] By: jhi                                   on 2001/02/13  00:23:10
10733         Log: Comments do not nest.
10734      Branch: perl
10735            ! perl.h
10736 ____________________________________________________________________________
10737 [  8777] By: jhi                                   on 2001/02/13  00:17:54
10738         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
10739              From: Hugo <hv@crypt.compulink.co.uk>
10740              Date: Tue, 13 Feb 2001 00:11:11 +0000
10741              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
10742      Branch: maint-5.6/perl
10743            ! regcomp.c t/op/re_tests
10744 ____________________________________________________________________________
10745 [  8776] By: jhi                                   on 2001/02/12  23:25:52
10746         Log: Add VOS to the list of 5.6.1 known-to-be-working platforms.
10747      Branch: maint-5.6/perl
10748            ! pod/perlport.pod
10749 ____________________________________________________________________________
10750 [  8775] By: jhi                                   on 2001/02/12  23:04:28
10751         Log: VOS updates for 5.6-TRIAL2 from Paul Green.
10752      Branch: maint-5.6/perl
10753            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
10754            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
10755            ! vos/configure_perl.cm
10756 ____________________________________________________________________________
10757 [  8774] By: jhi                                   on 2001/02/12  22:59:11
10758         Log: Subject: Re: [patch] context for 'U' magic functions
10759              From: Doug MacEachern <dougm@covalent.net>
10760              Date: Mon, 12 Feb 2001 09:22:45 -0800 (PST)
10761              Message-ID: <Pine.LNX.4.21.0102120919040.26437-100000@mako.covalent.net>
10762              
10763              plus the suggestion by Nick Ing-Simmons to name the macro
10764              as PERL_MG_UFUNC to avoid namespace pollution, plus add
10765              the advice by Doug for XS writers to perl.h
10766      Branch: perl
10767            ! mg.c perl.h
10768 ____________________________________________________________________________
10769 [  8773] By: jhi                                   on 2001/02/11  20:14:12
10770         Log: Update Changes.
10771      Branch: perl
10772            ! Changes patchlevel.h
10773 ____________________________________________________________________________
10774 [  8772] By: jhi                                   on 2001/02/11  18:47:52
10775         Log: Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
10776              From: Simon Cozens <simon@cozens.net>
10777              Date: Wed, 31 Jan 2001 16:31:43 +0000
10778              Message-ID: <20010131163143.A1427@pembro26.pmb.ox.ac.uk>
10779      Branch: perl
10780            + pod/perlclib.pod
10781            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlguts.pod
10782            ! pod/perltoc.pod
10783 ____________________________________________________________________________
10784 [  8771] By: jhi                                   on 2001/02/11  18:36:48
10785         Log: Upgrade to Unicode 3.1 beta 2001-02-11.
10786              
10787              Blocks-4d3.beta.txt
10788              CaseFolding-3d4.beta.txt
10789              CompositionExclusions-3d6.beta.txt
10790              EastAsianWidth-4d4.beta.txt
10791              LineBreak-6d3.beta.txt
10792              NamesList-3.1.0d1.beta.txt
10793              PropList-3.1.0d4.beta.txt
10794              SpecialCasing-4d1.beta.txt
10795              UnicodeData-3.1.0d6.beta.txt
10796      Branch: perl
10797            + lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
10798           +> lib/unicode/UCD.html lib/unicode/Unicode.html
10799            - lib/unicode/UCD301.html lib/unicode/UCDFF301.html
10800            - lib/unicode/Unicode.301
10801            ! (edit 257 files)
10802 ____________________________________________________________________________
10803 [  8770] By: jhi                                   on 2001/02/11  17:26:22
10804         Log: UTF-8 documentation.
10805      Branch: perl
10806            ! utf8.h
10807 ____________________________________________________________________________
10808 [  8769] By: jhi                                   on 2001/02/11  17:12:49
10809         Log: Retract #8762.
10810      Branch: perl
10811            ! regexec.c
10812 ____________________________________________________________________________
10813 [  8768] By: jhi                                   on 2001/02/11  16:54:45
10814         Log: Subject: [PATCH] Test::Harness
10815              From: andreas.koenig@anima.de (Andreas J. Koenig)
10816              Date: 11 Feb 2001 14:37:00 +0100
10817              Message-ID: <m3g0hll4sj.fsf@ak-71.mind.de>
10818      Branch: perl
10819            ! lib/Test/Harness.pm
10820 ____________________________________________________________________________
10821 [  8767] By: jhi                                   on 2001/02/11  16:53:52
10822         Log: Subject: [PATCH] Document makepatch in Porting/patching
10823              From: andreas.koenig@anima.de (Andreas J. Koenig)
10824              Date: 11 Feb 2001 16:46:28 +0100
10825              Message-ID: <m3bss9kysr.fsf@ak-71.mind.de>
10826      Branch: perl
10827            ! Porting/patching.pod
10828 ____________________________________________________________________________
10829 [  8766] By: jhi                                   on 2001/02/11  06:30:23
10830         Log: Subject: Re: [patch] GvSHARED
10831              Date: Sat, 10 Feb 2001 14:04:40 -0800 (PST)
10832              From: Doug MacEachern <dougm@covalent.net>
10833              Message-ID: <Pine.LNX.4.21.0102101356000.15298-100000@mako.covalent.net>
10834              
10835              Subject: Re: [patch] GvSHARED
10836              From: Doug MacEachern <dougm@covalent.net>
10837              Date: Sat, 10 Feb 2001 15:00:54 -0800 (PST)
10838              Message-ID: <Pine.LNX.4.21.0102101453220.15298-100000@mako.covalent.net>
10839              
10840              Subject: [patch] attributes.pm support for `shared'
10841              From: Doug MacEachern <dougm@covalent.net>
10842              Date: Sat, 10 Feb 2001 20:08:48 -0800 (PST)
10843              Message-ID: <Pine.LNX.4.21.0102102004190.15298-100000@mako.covalent.net>
10844              
10845              our() attributes were ignored, our :shared pieces missing,
10846              allow attributes.pm to turn on shared.
10847      Branch: perl
10848            ! op.c t/op/attrs.t toke.c xsutils.c
10849 ____________________________________________________________________________
10850 [  8765] By: alanbur                               on 2001/02/10  23:11:19
10851         Log: Resync with parent (hopefully sucessfully this time)
10852      Branch: maint-5.6/pureperl
10853           !> MANIFEST README.bs2000 README.hpux README.vmesa installhtml
10854           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
10855           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
10856           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
10857           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
10858           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
10859           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
10860 ____________________________________________________________________________
10861 [  8764] By: jhi                                   on 2001/02/10  22:54:38
10862         Log: Make TEST and UTEST more verbose in case something goes
10863              wrong in running/compiling a script, suggested by Doug
10864              MacEachern.
10865      Branch: perl
10866            ! t/TEST t/UTEST
10867 ____________________________________________________________________________
10868 [  8763] By: jhi                                   on 2001/02/10  22:11:34
10869         Log: Bogus shebang.
10870      Branch: perl
10871            ! t/lib/texttabs.t
10872 ____________________________________________________________________________
10873 [  8762] By: jhi                                   on 2001/02/10  21:56:02
10874         Log: (Retracted by #8769)
10875      Branch: perl
10876            ! regexec.c
10877 ____________________________________________________________________________
10878 [  8761] By: jhi                                   on 2001/02/10  21:26:15
10879         Log: Subject: Re: [patch] GvSHARED 
10880              From: Doug MacEachern <dougm@covalent.net>
10881              Date: Sat, 10 Feb 2001 13:11:14 -0800 (PST)
10882              Message-ID: <Pine.LNX.4.21.0102101253070.15298-100000@mako.covalent.net>
10883              
10884              our @EXPORT : shared = (...);
10885      Branch: perl
10886            ! toke.c
10887 ____________________________________________________________________________
10888 [  8760] By: jhi                                   on 2001/02/10  21:25:07
10889         Log: Subject: [patch] GvSHARED
10890              From: Doug MacEachern <dougm@covalent.net>
10891              Date: Sat, 10 Feb 2001 10:57:12 -0800 (PST)
10892              Message-ID: <Pine.LNX.4.21.0102101047320.15298-100000@mako.covalent.net>
10893      Branch: perl
10894            ! embed.h embed.pl gv.c gv.h op.c pp_sys.c proto.h sv.c
10895 ____________________________________________________________________________
10896 [  8759] By: alanbur                               on 2001/02/10  21:24:27
10897         Log: Backed out mismerge.
10898      Branch: maint-5.6/pureperl
10899            ! MANIFEST README.hpux README.vmesa gv.c installhtml
10900            ! lib/Math/Complex.pm lib/Pod/Find.pm perl.c pod/buildtoc.PL
10901            ! pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
10902            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
10903            ! pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
10904            ! pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
10905            ! pod/perltootc.pod sv.c win32/Makefile win32/makefile.mk
10906 ____________________________________________________________________________
10907 [  8758] By: jhi                                   on 2001/02/10  18:01:17
10908         Log: Integrate changes #8701,8704,8756 from pureperl to maintperl.
10909              
10910              Fixed UMRs and leak in Perl_pmtrans()
10911              
10912              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
10913              associated UTFied tr/// code.  Also fixed scoping leak of
10914              PL_reg_start_tmp.
10915              
10916              newATTRSUB leaks when an attempt to redefine the active sort sub is
10917              made.
10918      Branch: maint-5.6/perl
10919           !> op.c regcomp.c
10920 ____________________________________________________________________________
10921 [  8757] By: alanbur                               on 2001/02/10  17:56:46
10922         Log: Resynchronised with parent
10923      Branch: maint-5.6/pureperl
10924           +> README.bs2000
10925            - README.posix-bc
10926            ! gv.c perl.c sv.c
10927           !> MANIFEST README.hpux README.vmesa installhtml
10928           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
10929           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
10930           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
10931           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
10932           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
10933           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
10934 ____________________________________________________________________________
10935 [  8756] By: alanbur                               on 2001/02/10  17:51:15
10936         Log: newATTRSUB leaks when an attempt to redefine the active sort sub is
10937              made.
10938      Branch: maint-5.6/pureperl
10939            ! op.c
10940 ____________________________________________________________________________
10941 [  8755] By: jhi                                   on 2001/02/09  22:41:35
10942         Log: Upgrade to CPAN 1.59_54, from Andreas König.
10943      Branch: perl
10944            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
10945 ____________________________________________________________________________
10946 [  8754] By: jhi                                   on 2001/02/09  22:29:20
10947         Log: Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
10948              
10949              Didn't upgrade the fill.t since it has a dependency to File::Slurp
10950              purely for debugging purposes, the actual test hasn't changed.
10951      Branch: perl
10952            ! lib/Text/Tabs.pm lib/Text/Wrap.pm t/lib/texttabs.t
10953            ! t/lib/textwrap.t
10954 ____________________________________________________________________________
10955 [  8753] By: jhi                                   on 2001/02/09  20:17:50
10956         Log: Integrate change #8682 from maintperl.
10957              
10958              IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
10959              to work correctly.
10960      Branch: perl
10961           !> hints/irix_6.sh
10962 ____________________________________________________________________________
10963 [  8752] By: jhi                                   on 2001/02/09  20:00:46
10964         Log: Update Changes.
10965      Branch: perl
10966            ! Changes patchlevel.h
10967 ____________________________________________________________________________
10968 [  8751] By: nick                                  on 2001/02/09  19:48:37
10969         Log: Integrate mainline
10970      Branch: perlio
10971           +> README.bs2000 t/lib/cgi-esc.t
10972            - README.posix-bc
10973           !> (integrate 53 files)
10974 ____________________________________________________________________________
10975 [  8750] By: nick                                  on 2001/02/09  19:25:16
10976         Log: Subject: RE: Biannual Competition to Improve Hashing Function
10977              From: Fisher Mark <fisherm@tce.com>
10978              Date: Thu, 8 Feb 2001 10:44:00 -0500
10979              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52F@indyexch28.indy.tce.
10980              Date: Thu, 8 Feb 2001 15:02:47 -0500
10981              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52B@indyexch28.indy.tce.
10982      Branch: perl
10983            ! hv.h pod/perldelta.pod t/lib/dumper.t t/pragma/warn/perl
10984 ____________________________________________________________________________
10985 [  8749] By: jhi                                   on 2001/02/09  19:02:35
10986         Log: Forgotten fragment.
10987      Branch: perl
10988            ! pod/perlapi.pod
10989 ____________________________________________________________________________
10990 [  8748] By: jhi                                   on 2001/02/09  18:31:34
10991         Log: Integrate changes #8673,8674,8676 from maintperl into mainline,
10992              plus manual tweakage.
10993              
10994              Sync the perlfaq2 between mainline and maintperl.
10995      Branch: maint-5.6/perl
10996            ! pod/perlfaq2.pod
10997      Branch: perl
10998           !> pod/perlfaq2.pod
10999 ____________________________________________________________________________
11000 [  8747] By: jhi                                   on 2001/02/09  18:12:04
11001         Log: Subject: versiononly and installperl
11002              From: abigail@foad.org
11003              Date: Wed, 7 Feb 2001 22:43:12 +0100
11004              Message-ID: <20010207214312.7045.qmail@foad.org>    
11005              
11006              Add +v flag to force a normal install of the perl binary
11007              and the utilities.
11008              
11009              Subject: [PATCH] installperl
11010              From: Nicholas Clark <nick@ccl4.org>
11011              Date: Fri, 9 Feb 2001 16:28:57 +0000
11012              Message-ID: <20010209162857.B10931@plum.flirble.org>
11013              
11014              Add -A flag which also hardlinks the binary with
11015              the full architecture name.
11016      Branch: perl
11017            ! installperl
11018 ____________________________________________________________________________
11019 [  8746] By: jhi                                   on 2001/02/09  18:03:43
11020         Log: Integrate changes #8699,8708,8709,8744,8745 from mainline.
11021              
11022              Subject: perlfaq2, re: perlmongers
11023              
11024              Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
11025              
11026              Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
11027              
11028              Subject: [ID 20010205.001] typo in perlfaq9
11029              
11030              Subject: [ID 20010208.002] unordered explanation in perlcall
11031      Branch: maint-5.6/perl
11032           !> pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
11033           !> pod/perlfaq2.pod pod/perlfaq9.pod pod/perlmodlib.PL
11034           !> pod/perlobj.pod pod/perltoot.pod pod/perltootc.pod
11035 ____________________________________________________________________________
11036 [  8745] By: jhi                                   on 2001/02/09  17:59:09
11037         Log: Subject: [ID 20010208.002] unordered explanation in perlcall
11038              From: abela@geneanet.org
11039              Date: Thu,  8 Feb 2001 16:11:46 +0100 (CET)
11040              Message-Id: <20010208151146.0937BC97E@little-roots.geneanet.org>
11041      Branch: perl
11042            ! pod/perlcall.pod
11043 ____________________________________________________________________________
11044 [  8744] By: jhi                                   on 2001/02/09  17:48:16
11045         Log: Subject: [ID 20010205.001] typo in perlfaq9
11046              From: eserte@vran.herceg.de
11047              Date: Sun, 4 Feb 2001 23:44:09 +0100 (CET)
11048              Message-Id: <200102042244.XAA21926@vran.herceg.de>
11049      Branch: perl
11050            ! pod/perlfaq9.pod
11051 ____________________________________________________________________________
11052 [  8743] By: jhi                                   on 2001/02/09  17:25:12
11053         Log: Integrate change #8695 from maintperl.
11054              
11055              thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
11056      Branch: perl
11057           !> thread.h
11058 ____________________________________________________________________________
11059 [  8742] By: jhi                                   on 2001/02/09  17:21:22
11060         Log: Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
11061              From: Andy Dougherty <doughera@lafayette.edu>
11062              Date: Mon, 5 Feb 2001 10:19:29 -0500 (EST)
11063              Message-ID: <Pine.SOL.4.10.10102051013380.11242-100000@maxwell.phys.lafayette.edu>
11064      Branch: perl
11065            ! embed.pl
11066 ____________________________________________________________________________
11067 [  8741] By: jhi                                   on 2001/02/09  17:05:19
11068         Log: Integrate changes #8738,8739,8740 from maintperl.
11069              
11070              Html files will be installed in a more logical and easier to
11071              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
11072              
11073              Html files will be generated with a header to make them look
11074              a little less bare.
11075              
11076              Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
11077      Branch: perl
11078           !> installhtml pod/perlfaq3.pod win32/Makefile win32/makefile.mk
11079 ____________________________________________________________________________
11080 [  8740] By: jhi                                   on 2001/02/09  17:03:46
11081         Log: Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
11082              From: "Brendan O'Dea" <bod@compusol.com.au>
11083              Date: Sun, 4 Feb 2001 11:17:56 +1100
11084              Message-ID: <20010204111756.A16301@compusol.com.au>
11085      Branch: maint-5.6/perl
11086            ! pod/perlfaq3.pod
11087 ____________________________________________________________________________
11088 [  8739] By: jhi                                   on 2001/02/09  17:01:59
11089         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] installhtml change to build prettier html files
11090              From: "Indy Singh" <indy@nusphere.com>
11091              Date: Fri, 2 Feb 2001 15:09:59 -0500
11092              Message-ID: <02b601c08d54$23fd3560$d24b7018@cr637287a>
11093              
11094              Html files will be generated with a header to make them look
11095              a little less bare.
11096      Branch: maint-5.6/perl
11097            ! installhtml
11098 ____________________________________________________________________________
11099 [  8738] By: jhi                                   on 2001/02/09  16:58:48
11100         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] Win32 Makefile change to move html directory
11101              From: "Indy Singh" <indy@nusphere.com>
11102              Date: Fri, 2 Feb 2001 15:08:23 -0500
11103              Message-ID: <02b501c08d53$ec354550$d24b7018@cr637287a>
11104              
11105              Html files will be installed in a more logical and easier to
11106              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
11107      Branch: maint-5.6/perl
11108            ! win32/Makefile win32/makefile.mk
11109 ____________________________________________________________________________
11110 [  8737] By: jhi                                   on 2001/02/09  16:46:54
11111         Log: Integrate changes #8687,8736 from maintperl.
11112              
11113              HP-UX thread patches from Merijn H. Brand.
11114              
11115              Latin nit from Philip Newton.
11116      Branch: perl
11117           !> README.hpux hints/hpux.sh
11118 ____________________________________________________________________________
11119 [  8736] By: jhi                                   on 2001/02/09  16:42:31
11120         Log: Latin nit from Philip Newton.
11121      Branch: maint-5.6/perl
11122            ! README.hpux
11123 ____________________________________________________________________________
11124 [  8735] By: jhi                                   on 2001/02/09  16:24:03
11125         Log: Integrate changes #8704,8710 from pureperl.
11126              
11127              Fixed UMRs and leak in Perl_pmtrans()
11128              
11129              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
11130              associated UTFied tr/// code.  Also fixed scoping leak of
11131              PL_reg_start_tmp.
11132      Branch: perl
11133           !> op.c regcomp.c
11134 ____________________________________________________________________________
11135 [  8734] By: jhi                                   on 2001/02/09  15:40:21
11136         Log: Integrate change #8733 from maintperl.
11137              
11138              Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
11139      Branch: perl
11140           !> pod/perlre.pod
11141 ____________________________________________________________________________
11142 [  8733] By: jhi                                   on 2001/02/09  15:35:47
11143         Log: Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
11144              From: Prymmer/Kahn <pvhp@best.com>
11145              Date: Thu, 8 Feb 2001 21:21:22 -0800 (PST)
11146              Message-ID: <Pine.BSF.4.21.0102082048360.1499-100000@shell8.ba.best.com>
11147      Branch: maint-5.6/perl
11148            ! pod/perlre.pod
11149 ____________________________________________________________________________
11150 [  8732] By: jhi                                   on 2001/02/09  15:26:17
11151         Log: Rename README.posix-bc to README.bs2000 (to avoid the
11152              confusion of a "perlposix-bc.pod"), add a few missing
11153              arch pods, regen toc.
11154      Branch: maint-5.6/perl
11155           +> README.bs2000
11156            - README.posix-bc
11157            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
11158            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
11159 ____________________________________________________________________________
11160 [  8731] By: jhi                                   on 2001/02/09  15:23:39
11161         Log: De-cut-and-pasto.
11162      Branch: perl
11163            ! pod/perl.pod
11164 ____________________________________________________________________________
11165 [  8730] By: jhi                                   on 2001/02/09  15:11:13
11166         Log: Rename README.posix-bc to README.bs2000 to avoid confusion
11167              when people think that perlposix-bc.pod tells anything about
11168              Perl and POSIX.  Regen toc.
11169      Branch: perl
11170           +> README.bs2000
11171            - README.posix-bc
11172            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
11173            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
11174 ____________________________________________________________________________
11175 [  8729] By: jhi                                   on 2001/02/09  14:52:28
11176         Log: The README.vmesa part of #8712 from maintperl.
11177      Branch: perl
11178            ! README.vmesa
11179 ____________________________________________________________________________
11180 [  8728] By: jhi                                   on 2001/02/09  14:46:06
11181         Log: Subject: [PATCH: 5.6.1 trial 2 && perl@8671] podify README.vmesa
11182              From: Peter Prymmer <pvhp@forte.com>
11183              Date: Thu, 8 Feb 2001 13:00:30 -0800 (PST)
11184              Message-ID: <Pine.OSF.4.10.10102081246030.445810-100000@aspara.forte.com>
11185      Branch: maint-5.6/perl
11186            ! README.vmesa win32/Makefile win32/makefile.mk
11187 ____________________________________________________________________________
11188 [  8727] By: jhi                                   on 2001/02/09  14:33:25
11189         Log: Integrate change #8712 from mainline.
11190              
11191              [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplification for Pod::Find
11192      Branch: maint-5.6/perl
11193           !> lib/Pod/Find.pm
11194 ____________________________________________________________________________
11195 [  8726] By: jhi                                   on 2001/02/09  14:30:28
11196         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
11197              From: Peter Prymmer <pvhp@forte.com>
11198              Date: Mon, 5 Feb 2001 16:26:36 -0800 (PST)
11199              Message-ID: <Pine.OSF.4.10.10102051615260.280619-100000@aspara.forte.com>
11200      Branch: perl
11201            + t/lib/cgi-esc.t
11202            ! MANIFEST lib/CGI/Util.pm
11203 ____________________________________________________________________________
11204 [  8725] By: jhi                                   on 2001/02/09  04:56:47
11205         Log: Add NonStopUX to the list of 5.6.1-proven platforms.
11206      Branch: maint-5.6/perl
11207            ! pod/perlport.pod
11208 ____________________________________________________________________________
11209 [  8724] By: jhi                                   on 2001/02/09  04:40:59
11210         Log: Integrate changes 7819,7820 from vmsperl into mainline.
11211              
11212              Add header for LIB$ prototypes (C. Berry)
11213              
11214              Convert fwrite()s to sockets to write()s, since some socket stacks
11215              don't take kindly to stdio.
11216              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
11217              (for often optional LNMs)
11218              Correct a few typos
11219              (C. Bailey)
11220      Branch: perl
11221           !> ext/Devel/DProf/DProf.xs vms/vms.c vms/vmsish.h
11222 ____________________________________________________________________________
11223 [  8723] By: jhi                                   on 2001/02/09  03:29:29
11224         Log: Integrate change #8722 from mainline.
11225              
11226              The Im() function wasn't returning zero for non-Math::Complex
11227              arguments.  The bug reported by John Gamble.
11228      Branch: maint-5.6/perl
11229           !> lib/Math/Complex.pm
11230 ____________________________________________________________________________
11231 [  8722] By: jhi                                   on 2001/02/09  03:28:33
11232         Log: The Im() function wasn't returning zero for non-Math::Complex
11233              arguments.  The bug reported by John Gamble.
11234      Branch: perl
11235            ! lib/Math/Complex.pm
11236 ____________________________________________________________________________
11237 [  8721] By: nick                                  on 2001/02/08  22:11:35
11238         Log: Correct the correction :-(
11239      Branch: perl
11240            ! perl.c
11241 ____________________________________________________________________________
11242 [  8720] By: bailey                                on 2001/02/08  20:59:22
11243         Log: Convert frwite()s to sockets to write()s, since some socket stacks
11244              don't take kindly to stdio.
11245              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
11246              (for often optional LNMs)
11247              Correct a few typos
11248              (C. Bailey)
11249      Branch: vmsperl
11250            ! vms/vms.c vms/vmsish.h
11251 ____________________________________________________________________________
11252 [  8719] By: bailey                                on 2001/02/08  20:51:02
11253         Log: Add header for LIB$ prototypes (C. Berry)
11254      Branch: vmsperl
11255            ! ext/Devel/DProf/DProf.xs
11256 ____________________________________________________________________________
11257 [  8718] By: bailey                                on 2001/02/08  20:49:00
11258         Log: SYN SYN
11259      Branch: vmsperl
11260           +> pod/perliol.pod t/lib/sample-tests/bailout
11261           +> t/lib/sample-tests/combined t/lib/sample-tests/descriptive
11262           +> t/lib/sample-tests/duplicates t/lib/sample-tests/header_at_end
11263           +> t/lib/sample-tests/no_nums t/lib/sample-tests/simple
11264           +> t/lib/sample-tests/simple_fail t/lib/sample-tests/skip
11265           +> t/lib/sample-tests/skip_all t/lib/sample-tests/todo
11266           +> t/lib/sample-tests/with_comments t/lib/test-harness.t
11267            - lib/unicode/Is/DCinital.pl
11268           !> (integrate 101 files)
11269 ____________________________________________________________________________
11270 [  8717] By: nick                                  on 2001/02/08  19:38:48
11271         Log: Subject: [PATCH CPAN 1.59_51] warning message (not!)
11272              From: Robin Barker <rmb1@cise.npl.co.uk>
11273              Date: Thu, 8 Feb 2001 14:38:07 GMT
11274              Message-Id: <200102081438.OAA20498@tempest.npl.co.uk>
11275      Branch: perl
11276            ! lib/CPAN.pm
11277 ____________________________________________________________________________
11278 [  8716] By: nick                                  on 2001/02/08  19:29:07
11279         Log: Generated files form 8713 etc.
11280      Branch: perl
11281            ! embed.h global.sym objXSUB.h perlapi.c proto.h
11282 ____________________________________________________________________________
11283 [  8715] By: nick                                  on 2001/02/08  19:26:08
11284         Log: Fixup non-ithread build after 8713
11285      Branch: perl
11286            ! perl.c
11287 ____________________________________________________________________________
11288 [  8714] By: nick                                  on 2001/02/08  19:17:45
11289         Log: Subject: [ID 20010206.010] S_ functions not declared STATIC
11290              From: nick@ccl4.org
11291              Date: Wed, 7 Feb 2001 00:27:47 +0000
11292              Message-Id: <20010207002747.B63724@plum.flirble.org>
11293      Branch: perl
11294            ! sv.c toke.c
11295 ____________________________________________________________________________
11296 [  8713] By: nick                                  on 2001/02/08  19:15:58
11297         Log: Subject: Re: [patch] Re: PL_ptr_table
11298              From: Doug Maceachern <dougm@covalent.net>
11299              Date: Wed, 7 Feb 2001 19:18:52 -0800 (PST)
11300              Message-Id: <Pine.LNX.4.21.0102071916270.29229-100000@mako.covalent.net>
11301      Branch: perl
11302            ! embed.pl perl.c sv.c sv.h
11303 ____________________________________________________________________________
11304 [  8712] By: nick                                  on 2001/02/08  19:12:47
11305         Log: Subject: [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplificationfor Pod::Find
11306              From: Peter Prymmer <pvhp@forte.com>
11307              Date: Wed, 7 Feb 2001 17:07:39 -0800 (PST)
11308              Message-Id: <Pine.OSF.4.10.10102071704150.411763-100000@aspara.forte.com
11309      Branch: perl
11310            ! lib/Pod/Find.pm
11311 ____________________________________________________________________________
11312 [  8711] By: nick                                  on 2001/02/07  21:06:11
11313         Log: Manually appliued version for dev branch of Alan/Sarathy 5.6 patch.
11314              Subject: Re: Incorrect scoping of PL_reg_start_tmp causes leak
11315              From: Alan Burlison <Alan.Burlison@uk.sun.com>
11316              Date: Tue, 06 Feb 2001 23:37:01 +0000
11317              Message-Id: <3A808A9D.20F7A035@uk.sun.com>
11318      Branch: perl
11319            ! regcomp.c
11320 ____________________________________________________________________________
11321 [  8710] By: alanbur                               on 2001/02/07  00:22:04
11322         Log: Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
11323              associated UTFied tr/// code.  Also fixed scoping leak of
11324              PL_reg_start_tmp.
11325      Branch: maint-5.6/pureperl
11326            ! op.c regcomp.c
11327 ____________________________________________________________________________
11328 [  8709] By: nick                                  on 2001/02/06  21:16:49
11329         Log: Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
11330              From: Michael G Schwern <schwern@pobox.com>
11331              Date: Sun, 4 Feb 2001 19:47:14 -0500
11332              Message-Id: <20010204194714.A4698@blackrider.aocn.com>
11333      Branch: perl
11334            ! pod/perlapi.pod pod/perlmodlib.PL
11335 ____________________________________________________________________________
11336 [  8708] By: nick                                  on 2001/02/06  20:41:20
11337         Log: Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
11338              From: Michael G Schwern <schwern@pobox.com>
11339              Date: Sun, 4 Feb 2001 21:17:49 -0500
11340              Message-Id: <20010204211748.A13415@blackrider.aocn.com>
11341      Branch: perl
11342            ! pod/perlboot.pod pod/perlobj.pod pod/perltoot.pod
11343            ! pod/perltootc.pod
11344 ____________________________________________________________________________
11345 [  8707] By: nick                                  on 2001/02/06  20:29:11
11346         Log: Subject: [PATCH lib/ExtUtils/MANIFEST.SKIP] Skipping CVS conflict backup files
11347              From: Michael G Schwern <schwern@pobox.com>
11348              Date: Tue, 6 Feb 2001 05:54:30 -0500
11349              Message-Id: <20010206055430.A951@blackrider.aocn.com>
11350      Branch: perl
11351            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/Manifest.pm
11352 ____________________________________________________________________________
11353 [  8706] By: nick                                  on 2001/02/06  20:21:40
11354         Log: Subject: RE: some win32 fixes
11355              Date: Tue, 6 Feb 2001 09:23:20 +0300
11356              From: Vadim Konovalov <vkonovalov@lucent.com>
11357              Message-ID: <402099F49BEED211999700805FC7359F9CAF49@ru0028exch01.spb.lucent.com>
11358      Branch: perl
11359            ! toke.c win32/Makefile win32/config.bc win32/config.gc
11360            ! win32/config.vc win32/config_H.bc win32/makefile.mk
11361 ____________________________________________________________________________
11362 [  8705] By: alanbur                               on 2001/02/06  15:00:03
11363         Log: Synchronised with parent
11364      Branch: maint-5.6/pureperl
11365            ! regexec.c
11366           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
11367           !> utils/perldoc.PL win32/Makefile win32/makefile.mk
11368 ____________________________________________________________________________
11369 [  8704] By: alanbur                               on 2001/02/06  14:55:24
11370         Log: Fixed UMRs and leak in Perl_pmtrans()
11371      Branch: maint-5.6/pureperl
11372            ! op.c
11373 ____________________________________________________________________________
11374 [  8703] By: gsar                                  on 2001/02/06  02:29:37
11375         Log: $(MAKE) distclean doesn't clean up properly on windows
11376      Branch: maint-5.6/perl
11377            ! win32/Makefile win32/makefile.mk
11378 ____________________________________________________________________________
11379 [  8702] By: gsar                                  on 2001/02/06  01:00:46
11380         Log: tweak change#8659 to keep it simple
11381      Branch: maint-5.6/perl
11382            ! utils/perldoc.PL
11383 ____________________________________________________________________________
11384 [  8701] By: gsar                                  on 2001/02/05  22:45:41
11385         Log: change#8693 was missing testsuite changes
11386      Branch: maint-5.6/perl
11387           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
11388 ____________________________________________________________________________
11389 [  8700] By: nick                                  on 2001/02/05  20:32:52
11390         Log: Integrate mainline
11391      Branch: perlio
11392           +> t/lib/sample-tests/bailout t/lib/sample-tests/combined
11393           +> t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
11394           +> t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
11395           +> t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
11396           +> t/lib/sample-tests/skip t/lib/sample-tests/skip_all
11397           +> t/lib/sample-tests/todo t/lib/sample-tests/with_comments
11398           +> t/lib/test-harness.t
11399           !> Configure MANIFEST lib/Test/Harness.pm lib/overload.pm
11400           !> perlio.c pod/perldiag.pod pod/perlfaq2.pod pod/perlfaq8.pod
11401           !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod
11402           !> pod/perlutil.pod t/TEST utils/h2xs.PL
11403 ____________________________________________________________________________
11404 [  8699] By: nick                                  on 2001/02/05  19:41:07
11405         Log: Subject: perlfaq2, re: perlmongers
11406              From: David H. Adler <dha@panix.com>
11407              Date: Sun, 4 Feb 2001 23:48:23 -0500
11408              Message-Id: <20010204234823.A13429@panix.com>
11409      Branch: perl
11410            ! pod/perlfaq2.pod
11411 ____________________________________________________________________________
11412 [  8698] By: nick                                  on 2001/02/05  19:39:31
11413         Log: Missed file f#rom the testharness mess.
11414      Branch: perl
11415            + t/lib/test-harness.t
11416 ____________________________________________________________________________
11417 [  8697] By: nick                                  on 2001/02/05  19:37:21
11418         Log: Subject: [DOC PATCH] overload.pm nits
11419              From: John Tobey <jtobey@john-edwin-tobey.org>
11420              Date: Sun, 4 Feb 2001 20:40:47 -0500 (EST)
11421              Message-Id: <m14Pae7-000FOoC@feynman.localnet>
11422      Branch: perl
11423            ! lib/overload.pm
11424 ____________________________________________________________________________
11425 [  8696] By: alanbur                               on 2001/02/05  11:56:00
11426         Log: Sync with parent
11427      Branch: maint-5.6/pureperl
11428           !> thread.h
11429 ____________________________________________________________________________
11430 [  8695] By: gsar                                  on 2001/02/05  03:27:34
11431         Log: thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
11432      Branch: maint-5.6/perl
11433            ! thread.h
11434 ____________________________________________________________________________
11435 [  8694] By: alanbur                               on 2001/02/05  00:07:47
11436         Log: Initial branch creation from //depot/maint-5.6/perl
11437      Branch: maint-5.6/pureperl
11438           +> (branch 1719 files)
11439 ____________________________________________________________________________
11440 [  8693] By: gsar                                  on 2001/02/04  22:38:49
11441         Log: integrate changes#7801,8068,8094,8108,8196 from mainline (DB_File
11442              changes)
11443      Branch: maint-5.6/perl
11444           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
11445           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
11446           !> ext/DB_File/version.c
11447 ____________________________________________________________________________
11448 [  8692] By: nick                                  on 2001/02/04  18:15:57
11449         Log: The missed t/TEST part of the grand testharness upgrade.
11450      Branch: perl
11451            ! t/TEST
11452 ____________________________________________________________________________
11453 [  8691] By: nick                                  on 2001/02/04  18:05:17
11454         Log: New improved test harness
11455              Subject: Re: [PATCH Test::Harness] Third time's a charm?
11456              From: Michael G Schwern <schwern@pobox.com>
11457              Date: Sun, 4 Feb 2001 08:01:20 -0500
11458              Message-Id: <20010204080120.G10493@blackrider.aocn.com>
11459      Branch: perl
11460            + t/lib/sample-tests/bailout t/lib/sample-tests/combined
11461            + t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
11462            + t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
11463            + t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
11464            + t/lib/sample-tests/skip t/lib/sample-tests/skip_all
11465            + t/lib/sample-tests/todo t/lib/sample-tests/with_comments
11466            ! MANIFEST lib/Test/Harness.pm
11467 ____________________________________________________________________________
11468 [  8690] By: nick                                  on 2001/02/04  17:57:51
11469         Log: Subject: [PATCH h2xs.PL perl@8670] Small usage change and author gueesing
11470              From: Jonathan Stowe <gellyfish@gellyfish.com>
11471              Date: Sun, 4 Feb 2001 10:46:01 +0000 (GMT)
11472              Message-Id: <Pine.LNX.4.32.0102041037510.1555-100000@orpheus.gellyfish.com>
11473      Branch: perl
11474            ! utils/h2xs.PL
11475 ____________________________________________________________________________
11476 [  8689] By: nick                                  on 2001/02/04  17:55:24
11477         Log: Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
11478              From: Michael G Schwern <schwern@pobox.com>
11479              Date: Sat, 3 Feb 2001 22:46:38 -0500
11480              Message-Id: <20010203224638.E10493@blackrider.aocn.com>
11481      Branch: perl
11482            ! pod/perldiag.pod pod/perlfaq8.pod pod/perlfunc.pod
11483            ! pod/perlop.pod pod/perlport.pod pod/perlutil.pod
11484 ____________________________________________________________________________
11485 [  8688] By: nick                                  on 2001/02/04  17:43:55
11486         Log: Subject: [ID 20010203.006] perlio.c is mis-reporting argument
11487              length byfailing to spot lack of closing )
11488              From: nick@talking.bollo.cx
11489              Date: Sat, 03 Feb 2001 23:53:16 +0000
11490              Message-Id: <E14PCUW-0001Qo-00@Bagpuss.unfortu.net>
11491      Branch: perl
11492            ! perlio.c pod/perldiag.pod
11493 ____________________________________________________________________________
11494 [  8687] By: jhi                                   on 2001/02/03  17:11:42
11495         Log: HP-UX thread patches from Merijn H. Brand.
11496      Branch: maint-5.6/perl
11497            ! README.hpux hints/hpux.sh
11498 ____________________________________________________________________________
11499 [  8686] By: jhi                                   on 2001/02/03  16:40:12
11500         Log: Metaconfig changes for #8685.
11501      Branch: metaconfig
11502            ! U/installdirs/instubperl.U
11503      Branch: metaconfig/U/perl
11504            ! Devel.U versiononly.U
11505 ____________________________________________________________________________
11506 [  8685] By: jhi                                   on 2001/02/03  16:39:49
11507         Log: For -Dusedevel builds turn off installusrbinperl and turn on
11508              versiononly, a combined idea of Richard Soderberg and Merijn
11509              H. Brand.  You can still override both of these from the command
11510              line if you need to, -Dinstallusrbinperl and -Uversiononly.
11511      Branch: perl
11512            ! Configure
11513 ____________________________________________________________________________
11514 [  8684] By: jhi                                   on 2001/02/03  16:16:34
11515         Log: Metaconfig unit fix for #8683.
11516      Branch: metaconfig
11517            ! U/compline/nblock_io.U
11518 ____________________________________________________________________________
11519 [  8683] By: jhi                                   on 2001/02/03  16:16:12
11520         Log: Configure fix for the DYNIX/ptx F_SETFL problem,
11521              reported by Peter Prymmer for 5.6-TRIAL1.
11522      Branch: perl
11523            ! Configure
11524 ____________________________________________________________________________
11525 [  8682] By: jhi                                   on 2001/02/03  05:52:11
11526         Log: IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
11527              to work correctly.
11528      Branch: maint-5.6/perl
11529            ! hints/irix_6.sh
11530 ____________________________________________________________________________
11531 [  8681] By: jhi                                   on 2001/02/03  05:47:33
11532         Log: perlport tweaks from Peter Prymmer and Chris Nandor.
11533      Branch: maint-5.6/perl
11534            ! pod/perlport.pod
11535 ____________________________________________________________________________
11536 [  8680] By: jhi                                   on 2001/02/02  21:39:49
11537         Log: perlport update from Peter Prymmer.
11538      Branch: maint-5.6/perl
11539            ! pod/perlport.pod
11540 ____________________________________________________________________________
11541 [  8679] By: nick                                  on 2001/02/02  20:50:48
11542         Log: Integrate mainline
11543      Branch: perlio
11544           !> Changes Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
11545           !> lib/Getopt/Long.pm patchlevel.h pod/perlfunc.pod
11546           !> pod/perlmodlib.PL pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
11547 ____________________________________________________________________________
11548 [  8678] By: gsar                                  on 2001/02/02  16:02:12
11549         Log: note about bincompat, slightly modified (from Lupe Christoph)
11550      Branch: maint-5.6/perl
11551            ! README.solaris
11552 ____________________________________________________________________________
11553 [  8677] By: jhi                                   on 2001/02/02  15:46:20
11554         Log: Supported platforms updates.
11555      Branch: maint-5.6/perl
11556            ! pod/perlport.pod
11557 ____________________________________________________________________________
11558 [  8676] By: jhi                                   on 2001/02/02  03:41:26
11559         Log: A couple more perlfaq2 tweaks.
11560      Branch: maint-5.6/perl
11561            ! pod/perlfaq2.pod
11562 ____________________________________________________________________________
11563 [  8675] By: jhi                                   on 2001/02/02  03:17:44
11564         Log: Misedit in #8661.
11565      Branch: maint-5.6/perl
11566            ! Configure
11567 ____________________________________________________________________________
11568 [  8674] By: jhi                                   on 2001/02/02  03:14:38
11569         Log: Damien again.
11570      Branch: maint-5.6/perl
11571            ! pod/perlfaq2.pod
11572 ____________________________________________________________________________
11573 [  8673] By: jhi                                   on 2001/02/02  03:12:40
11574         Log: perlfaq update from Elaine Ashton.
11575      Branch: maint-5.6/perl
11576            ! pod/perlfaq2.pod
11577 ____________________________________________________________________________
11578 [  8672] By: jhi                                   on 2001/02/02  03:07:08
11579         Log: UTF-8 s/// patch from Inaba Hiroto.
11580      Branch: maint-5.6/perl
11581            ! pp_ctl.c pp_hot.c
11582 ____________________________________________________________________________
11583 [  8671] By: jhi                                   on 2001/02/01  22:34:31
11584         Log: Update Changes.
11585      Branch: perl
11586            ! Changes patchlevel.h
11587 ____________________________________________________________________________
11588 [  8670] By: jhi                                   on 2001/02/01  22:15:29
11589         Log: Integrate changes #8641,8644,8649,8654,8662,8663,8664,8665,8667,8669
11590              from maintperl.
11591              
11592              Upgrade to Getopt::Long 2.25, from Johan Vromans.
11593              
11594              more files need to be writable in the source distribution
11595              
11596              perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
11597              
11598              Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
11599              
11600              Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
11601              
11602              Allow the float to be fuzzier.
11603              
11604              need to use INT2PTR instead of a straight cast or ia64 fails
11605              
11606              Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
11607              
11608              add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
11609      Branch: perl
11610           !> Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
11611           !> lib/Getopt/Long.pm pod/perlfunc.pod pod/perlmodlib.PL
11612           !> pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
11613 ____________________________________________________________________________
11614 [  8669] By: jhi                                   on 2001/02/01  21:57:02
11615         Log: Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
11616              From: Robin Barker <rmb1@cise.npl.co.uk>
11617              Date: Thu, 1 Feb 2001 16:59:05 GMT
11618              Message-Id: <200102011659.QAA01274@tempest.npl.co.uk>
11619      Branch: maint-5.6/perl
11620            ! pod/perlmodlib.PL
11621 ____________________________________________________________________________
11622 [  8668] By: nick                                  on 2001/02/01  19:41:40
11623         Log: Integrate mainline
11624      Branch: perlio
11625           !> dump.c ext/Errno/Errno_pm.PL intrpvar.h mg.c perl.c perl.h
11626           !> pod/perlapi.pod pp.c pp.h pp_hot.c sv.c t/op/arith.t
11627           !> t/op/each.t utf8.c utf8.h util.c vms/test.com
11628 ____________________________________________________________________________
11629 [  8667] By: gsar                                  on 2001/02/01  16:59:11
11630         Log: add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
11631      Branch: maint-5.6/perl
11632            ! embed.pl embedvar.h
11633 ____________________________________________________________________________
11634 [  8666] By: gsar                                  on 2001/02/01  16:34:51
11635         Log: add missing entries to win32/config.?c
11636      Branch: maint-5.6/perl
11637            ! win32/config.bc win32/config.gc win32/config.vc
11638            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
11639 ____________________________________________________________________________
11640 [  8665] By: jhi                                   on 2001/02/01  14:58:51
11641         Log: Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
11642              From: "Stephen P. Potter" <spp@spotter.yi.org>
11643              Date: Thu, 01 Feb 2001 10:45:46 -0500
11644              Message-Id: <200102011545.KAA31479@spotter.yi.org>
11645      Branch: maint-5.6/perl
11646            ! pod/perlfunc.pod
11647 ____________________________________________________________________________
11648 [  8664] By: gsar                                  on 2001/02/01  14:52:37
11649         Log: need to use INT2PTR instead of a straight cast or ia64 fails
11650              posix.t (from Brendan O'Dea <bod@compusol.com.au>)
11651      Branch: maint-5.6/perl
11652            ! ext/POSIX/POSIX.xs
11653 ____________________________________________________________________________
11654 [  8663] By: jhi                                   on 2001/02/01  14:09:13
11655         Log: Allow the float to be fuzzier.
11656      Branch: maint-5.6/perl
11657            ! t/lib/peek.t
11658 ____________________________________________________________________________
11659 [  8662] By: jhi                                   on 2001/02/01  13:59:00
11660         Log: Subject: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
11661              From: Robin Barker <rmb1@cise.npl.co.uk>
11662              Date: Thu, 1 Feb 2001 13:05:39 GMT
11663              Message-Id: <200102011305.NAA26160@tempest.npl.co.uk>
11664      Branch: maint-5.6/perl
11665            ! pod/perlmodlib.pod
11666 ____________________________________________________________________________
11667 [  8661] By: jhi                                   on 2001/02/01  13:57:38
11668         Log: Subject: [PATCH] Re: v5.6.1 trial2 is available
11669              Date: Thu, 01 Feb 2001 14:15:41 +0100
11670              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
11671              Message-Id: <20010201141104.303F.H.M.BRAND@hccnet.nl>
11672              
11673              Have the $ccflags in the gcc version test (strange, this change
11674              is claimed to be have been integrated already)
11675      Branch: maint-5.6/perl
11676            ! Configure
11677 ____________________________________________________________________________
11678 [  8660] By: jhi                                   on 2001/02/01  13:44:10
11679         Log: Integrate changes #7950,7964,7962 from mainline.
11680              
11681              Find the stdchar signedness using cpp, should fix some of
11682              the Solaris compiler warnings reported by Alan Burlison.
11683      Branch: maint-5.6/perl
11684           !> Configure config_h.SH
11685 ____________________________________________________________________________
11686 [  8659] By: jhi                                   on 2001/02/01  05:35:32
11687         Log: Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
11688              From: Jan Dubois <JanD@ActiveState.com>
11689              Date: Wed, 31 Jan 2001 21:17:03 -0800
11690              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
11691      Branch: maint-5.6/perl
11692            ! utils/perldoc.PL
11693 ____________________________________________________________________________
11694 [  8658] By: jhi                                   on 2001/02/01  04:33:17
11695         Log: Integrate the README.os390 and README.posix-bc parts of mainline
11696              changes #8373,8486, 8544,8556.  (The hints/os390.sh,Makefile.SH,
11697              installperl parts were taken care of by #8657.)
11698      Branch: maint-5.6/perl
11699           !> README.os390 README.posix-bc
11700 ____________________________________________________________________________
11701 [  8657] By: jhi                                   on 2001/02/01  04:29:21
11702         Log: Subject: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
11703              From: Peter Prymmer <pvhp@forte.com>
11704              Date: Wed, 31 Jan 2001 18:18:11 -0800 (PST)
11705              Message-ID: <Pine.OSF.4.10.10101311815560.336633-100000@aspara.forte.com>
11706      Branch: maint-5.6/perl
11707            + ext/DynaLoader/dl_dllload.xs
11708            ! MANIFEST Makefile.SH hints/os390.sh installperl
11709 ____________________________________________________________________________
11710 [  8656] By: jhi                                   on 2001/02/01  04:25:45
11711         Log: Subject: [PATCH: 5.6.1 trial2]Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os390 05.00 (UNINSTALLED)
11712              From: Peter Prymmer <pvhp@forte.com>
11713              Date: Wed, 31 Jan 2001 15:26:57 -0800 (PST)
11714              Message-ID: <Pine.OSF.4.10.10101311523101.336633-100000@aspara.forte.com>
11715      Branch: maint-5.6/perl
11716            ! lib/Math/BigInt.pm lib/bigint.pl t/lib/b.t t/pragma/sub_lval.t
11717 ____________________________________________________________________________
11718 [  8655] By: jhi                                   on 2001/02/01  04:14:47
11719         Log: Subject: [ID 20010131.066] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os2 2.40 (UNINSTALLED)
11720              From: troc@netrus.net
11721              Date: Wed, 31 Jan 2001 22:31:26 -0500
11722              Message-Id: <200102010331.WAA117.85@rocco.homenet>
11723      Branch: maint-5.6/perl
11724            ! os2/os2.c
11725 ____________________________________________________________________________
11726 [  8654] By: jhi                                   on 2001/02/01  04:12:52
11727         Log: Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
11728              as reported by Alan Burlison.
11729      Branch: maint-5.6/perl
11730            ! pp.h
11731 ____________________________________________________________________________
11732 [  8653] By: jhi                                   on 2001/02/01  04:05:12
11733         Log: Subject: [ID 20010131.042] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on VMS_AXP V7.2-1
11734              From: dsugalski@northernlight.com
11735              Date: Wed, 31 Jan 2001 18:54:11 -0500
11736              Message-Id: <01013118541126@monsoon.stratus.northernlight.com>
11737      Branch: maint-5.6/perl
11738            ! configure.com
11739 ____________________________________________________________________________
11740 [  8652] By: jhi                                   on 2001/02/01  04:03:11
11741         Log: Misplaced #endif.
11742              
11743              Subject: [perl-5-6-1-trial2] patches for EPOC
11744              From: Olaf Flebbe <O.Flebbe@science-computing.de>
11745              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
11746              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
11747      Branch: maint-5.6/perl
11748            ! epoc/epocish.c
11749 ____________________________________________________________________________
11750 [  8651] By: jhi                                   on 2001/02/01  04:00:25
11751         Log: Integrate changes #8647,8648,8650 from mainline.
11752              
11753              Macrofy a magic UTF-8 test.
11754              
11755              Protect PL_numeric_radix_sv with USE_NUMERIC_LOCALE.
11756              
11757              Watch out for cross compiling for EPOC (usually done on linux).
11758      Branch: maint-5.6/perl
11759           !> ext/Errno/Errno_pm.PL sv.c utf8.c utf8.h
11760 ____________________________________________________________________________
11761 [  8650] By: jhi                                   on 2001/02/01  03:56:20
11762         Log: Watch out for cross compiling for EPOC (usually done on linux)
11763              
11764              Subject: [perl-5-6-1-trial2] patches for EPOC
11765              From: Olaf Flebbe <O.Flebbe@science-computing.de>
11766              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
11767              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
11768      Branch: perl
11769            ! ext/Errno/Errno_pm.PL
11770 ____________________________________________________________________________
11771 [  8649] By: gsar                                  on 2001/02/01  00:46:00
11772         Log: perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
11773      Branch: maint-5.6/perl
11774            ! sv.c
11775 ____________________________________________________________________________
11776 [  8648] By: jhi                                   on 2001/01/31  23:35:36
11777         Log: All the uses of PL_numeric_radix must be protected by
11778              USE_LOCALE_NUMERIC, noticed by Olaf Flebbe in
11779              
11780              Subject: [perl-5-6-1-trial2] patches for EPOC
11781              From: Olaf Flebbe <O.Flebbe@science-computing.de>
11782              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
11783              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
11784      Branch: perl
11785            ! sv.c
11786 ____________________________________________________________________________
11787 [  8647] By: jhi                                   on 2001/01/31  22:56:16
11788         Log: Macrofy a magic UTF-8 test.
11789      Branch: perl
11790            ! utf8.c utf8.h
11791 ____________________________________________________________________________
11792 [  8646] By: gsar                                  on 2001/01/31  15:55:12
11793         Log: update Changes
11794      Branch: maint-5.6/perl
11795            ! Changes
11796 ____________________________________________________________________________
11797 [  8645] By: gsar                                  on 2001/01/31  15:10:14
11798         Log: Configure tweak suggested by Peter Prymmer
11799      Branch: maint-5.6/perl
11800            ! Configure
11801 ____________________________________________________________________________
11802 [  8644] By: gsar                                  on 2001/01/31  15:06:32
11803         Log: more files need to be writable in the source distribution
11804      Branch: maint-5.6/perl
11805            ! Porting/makerel
11806 ____________________________________________________________________________
11807 [  8643] By: jhi                                   on 2001/01/31  14:59:46
11808         Log: Integrate changes #8258,8278,8279 from mainline.
11809              
11810              Make the large file tests more robust/talkative.
11811      Branch: maint-5.6/perl
11812           !> t/lib/syslfs.t t/op/lfs.t
11813 ____________________________________________________________________________
11814 [  8642] By: gsar                                  on 2001/01/31  14:53:48
11815         Log: integrate changes#8311,8334 from mainline
11816              
11817              Add a new MakeMaker variable PM_FILTER that defines a Unix
11818              filter to be run on each .pm during the pm_to_blib() phase,
11819              a fixed version of
11820              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
11821              
11822              Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
11823              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
11824              accurate reading of the "atime".  
11825      Branch: maint-5.6/perl
11826           !> lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
11827           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
11828           !> lib/ExtUtils/MakeMaker.pm t/io/fs.t
11829 ____________________________________________________________________________
11830 [  8641] By: jhi                                   on 2001/01/31  14:46:37
11831         Log: Upgrade to Getopt::Long 2.25, from Johan Vromans.
11832      Branch: maint-5.6/perl
11833            ! lib/Getopt/Long.pm
11834 ____________________________________________________________________________
11835 [  8640] By: gsar                                  on 2001/01/31  14:40:24
11836         Log: make regen_all
11837      Branch: maint-5.6/perl
11838            ! patchlevel.h pod/perlmodlib.pod pod/perltoc.pod
11839 ____________________________________________________________________________
11840 [  8639] By: gsar                                  on 2001/01/31  14:37:25
11841         Log: refresh windows config files
11842      Branch: maint-5.6/perl
11843            ! win32/Makefile win32/config_H.bc win32/config_H.gc
11844            ! win32/config_H.vc win32/makefile.mk
11845 ____________________________________________________________________________
11846 [  8638] By: gsar                                  on 2001/01/31  14:28:10
11847         Log: makefile tweaks for windows: introduce a bulk-switch to enable
11848              same options as ActivePerl; sync changes with makefile.mk
11849      Branch: maint-5.6/perl
11850            ! win32/Makefile win32/makefile.mk
11851 ____________________________________________________________________________
11852 [  8637] By: jhi                                   on 2001/01/31  04:41:30
11853         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20010105.023] numeric problems in IRIX
11854              From: Nicholas Clark <nick@ccl4.org>
11855              Date: Tue, 30 Jan 2001 19:51:05 +0000
11856              Message-ID: <20010130195105.R76607@plum.flirble.org> 
11857              
11858              op/inc cure.
11859      Branch: perl
11860            ! pp.c pp.h pp_hot.c t/op/arith.t
11861 ____________________________________________________________________________
11862 [  8636] By: jhi                                   on 2001/01/31  02:38:32
11863         Log: Integrate changes #7884,8122,8155,8197,8213[just to /nolog part,
11864              no perlio],8257,8380,8479,8515 from mainline.
11865              
11866              Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
11867              
11868              Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
11869              Subject: [PATCH perl@8133] fix-up for VMS extensions
11870              
11871              In VMS embedded perls couldn't access the statically built Socket.
11872              
11873              Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com (8213)
11874              
11875              Further VMS piping fixes from Charles Lane.
11876              
11877              Subject:  [PATCH] make t/op/misc.t work on VMS
11878              
11879              Add tracing for debugging extensions builds in VMS.
11880              
11881              Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
11882      Branch: maint-5.6/perl
11883           !> configure.com doio.c t/op/misc.t vms/descrip_mms.template
11884           !> vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
11885           !> vms/test.com vms/vms.c vms/vmsish.h vms/vmspipe.com
11886 ____________________________________________________________________________
11887 [  8635] By: jhi                                   on 2001/01/31  01:46:41
11888         Log: Integrate change #7732 from mainline.
11889              
11890              Sparc 64-bit pack() fix from Jens Hamisch.
11891      Branch: maint-5.6/perl
11892           !> pp.c
11893 ____________________________________________________________________________
11894 [  8634] By: jhi                                   on 2001/01/31  01:41:16
11895         Log: One spot missing from #8626.
11896      Branch: maint-5.6/perl
11897            ! sv.c
11898 ____________________________________________________________________________
11899 [  8633] By: jhi                                   on 2001/01/31  00:49:17
11900         Log: Integrate change #7495 from mainline.
11901              
11902              Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
11903      Branch: maint-5.6/perl
11904           !> MANIFEST ext/re/Makefile.PL
11905 ____________________________________________________________________________
11906 [  8632] By: jhi                                   on 2001/01/30  23:38:49
11907         Log: Integrate change #8396 from mainline.
11908              
11909              Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for
11910              better multicast support (resend)
11911      Branch: maint-5.6/perl
11912           !> ext/Socket/Socket.pm
11913 ____________________________________________________________________________
11914 [  8631] By: jhi                                   on 2001/01/30  23:28:03
11915         Log: Integrate changes #7514,7813,8113,8144,8397,8398,8490 from mainline.
11916              
11917              More AIX lore. (7514, ext/re/hints/aix.pl)
11918              
11919              Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
11920              
11921              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)
11922              
11923              Subject: [ID 20001214.002] Net::Ping patch
11924              
11925              Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
11926              
11927              Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
11928              
11929              Add ReuseAddr as a (preferred) alias for Reuse as we now
11930              also have ReusePort.
11931              
11932              Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
11933      Branch: maint-5.6/perl
11934           +> ext/re/hints/aix.pl
11935           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
11936           !> ext/IO/lib/IO/Socket/INET.pm lib/Net/Ping.pm
11937 ____________________________________________________________________________
11938 [  8630] By: jhi                                   on 2001/01/30  23:03:59
11939         Log: Integrate changes #8215,8587 from mainline: missing pod nits.
11940              
11941              read() documentation tweak for 20001121.004.
11942              
11943              Subject: [ID 20010128.003] [PATCH] perlre.pod buglet
11944      Branch: maint-5.6/perl
11945           !> pod/perlfunc.pod pod/perlre.pod
11946 ____________________________________________________________________________
11947 [  8629] By: jhi                                   on 2001/01/30  22:41:57
11948         Log: Integrate change #8098 from mainline.
11949              
11950              fastgetcwd is defined using a glob alias on a $^O dependent basis
11951              and there was no default assignment or perl subroutine.
11952      Branch: maint-5.6/perl
11953           !> lib/Cwd.pm
11954 ____________________________________________________________________________
11955 [  8628] By: jhi                                   on 2001/01/30  21:58:52
11956         Log: Integrate change #7866 from mainline.
11957              
11958              File::Temp 0.11.
11959      Branch: maint-5.6/perl
11960           !> lib/File/Temp.pm t/lib/ftmp-tempfile.t
11961 ____________________________________________________________________________
11962 [  8627] By: jhi                                   on 2001/01/30  21:39:44
11963         Log: Integrate changes #8075,8086,8228 from mainline.  
11964              
11965              Darwin is not Windows. (8075,8086)
11966              
11967              Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
11968      Branch: maint-5.6/perl
11969           !> lib/CGI.pm lib/Pod/Select.pm lib/Text/ParseWords.pm
11970           !> pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
11971           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq4.pod
11972           !> pod/perllocale.pod pod/perlmodlib.pod pod/perlretut.pod
11973 ____________________________________________________________________________
11974 [  8626] By: jhi                                   on 2001/01/30  21:22:11
11975         Log: Integrate with tweakery the change #8625 from mainline,
11976              the multibyte decimal separator fix ("fa_IR locale failure").
11977      Branch: maint-5.6/perl
11978            ! embedvar.h perlapi.h
11979           !> intrpvar.h perl.c perl.h sv.c util.c
11980 ____________________________________________________________________________
11981 [  8625] By: jhi                                   on 2001/01/30  20:26:33
11982         Log: Fix for the fa_IR locale failure.  The reason for the failure
11983              was that Perl was assuming the decimal separator aka the radix
11984              separator is one character.  The Farsi-Iranian locale crushed
11985              that bad assumption since there the separator is 'Momayyez',
11986              glyphwise looking somewhat like a slash, and in Unicode UTF-8
11987              encoded in two bytes, 0xd9 0xab.
11988      Branch: perl
11989            ! intrpvar.h perl.c perl.h sv.c util.c
11990 ____________________________________________________________________________
11991 [  8624] By: gsar                                  on 2001/01/30  20:17:03
11992         Log: regen_headers
11993      Branch: maint-5.6/perl
11994            ! Makefile.SH pod/perlintern.pod
11995 ____________________________________________________________________________
11996 [  8623] By: gsar                                  on 2001/01/30  19:42:34
11997         Log: backout change#7431 and its dependents (causes spurious rebuilds
11998              of autogenerated files)
11999              
12000              fix benign b.t failure
12001      Branch: maint-5.6/perl
12002            ! Makefile.SH t/lib/b.t
12003 ____________________________________________________________________________
12004 [  8622] By: jhi                                   on 2001/01/30  19:41:41
12005         Log: Microperl sync.
12006      Branch: perl
12007            ! mg.c perl.h
12008 ____________________________________________________________________________
12009 [  8621] By: gsar                                  on 2001/01/30  19:24:47
12010         Log: integrate changes#8259,8442,8444,8445,8448,8449,8451,8455
12011              from mainline
12012              
12013              Subject: podlators 1.06 released
12014              
12015              Subject: [PATCH @8436] Eliminate op_children
12016              
12017              (Replaced by #8448)  Traces of op_children (cleanup of #8442)
12018              
12019              (Replaced by #8448)  More op_children traces (cleanup of #8442).
12020              
12021              Subject: [PATCH #3 @8436] Re: Eliminate op_children
12022              Replace #8444 and #8445.
12023              
12024              Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
12025              at the setting of the ofs_sv in new_struct_thread() as the
12026              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
12027              uninitialized fields are, uh, initialized with),
12028              SvREFCNT_inc()ing that invited a core dump.
12029              
12030              podlators 1.07, from Russ Allbery.
12031              
12032              Subject: [PATCH] regcomp.c old feature removal
12033              From: mjd@plover.com
12034              Date: 16 Jan 2001 14:43:18 -0000 
12035              Message-ID: <20010116144318.7140.qmail@plover.com> 
12036      Branch: maint-5.6/perl
12037           +> lib/Pod/Text/Overstrike.pm
12038           !> MANIFEST bytecode.pl ext/B/B.xs ext/B/B/Asmdata.pm
12039           !> ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Concise.pm
12040           !> ext/B/B/Debug.pm ext/ByteLoader/byterun.c
12041           !> ext/ByteLoader/byterun.h lib/Pod/Man.pm lib/Pod/Text/Color.pm
12042           !> lib/Pod/Text/Termcap.pm op.c op.h pod/pod2text.PL regcomp.c
12043           !> util.c
12044 ____________________________________________________________________________
12045 [  8620] By: gsar                                  on 2001/01/30  18:48:32
12046         Log: integrate changes#8243,8254,8255,8313,8314,8363,8383,8390,8416,
12047              8417,8418,8419,8424,8427,8430,8441,8563 from mainline (TODO: b.t
12048              now fails one test)
12049              
12050              Subject: [PATCH] lvalue AUTOLOAD. No, really.
12051              
12052              Subject: [PATCH] Interesting syntax idea
12053              Make opens + bareword assigns do typeglob assigns.
12054              
12055              Tests for #8254.
12056              
12057              Subject: [PATCH @8269] Continue blocks and B::Deparse
12058              Make the peephole optimizer to bypass more null ops and
12059              and rewrite the deparse handling of continue blocks.
12060              
12061              Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
12062              Doc tweak on #8313.
12063              
12064              Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
12065              
12066              Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
12067              
12068              Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
12069              
12070              Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
12071              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
12072              according to the platform.
12073              
12074              Subject: [PATCH @8404] Consolidated lvalue sub changes
12075              
12076              Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
12077              
12078              Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
12079              
12080              Subject: B::Concise -- an improved replacement for B::Terse 
12081              
12082              The B::Terse drop-in replacement wasn't quite drop-in.
12083              
12084              The LVRET macro needed an aTHX.
12085              
12086              Use the /^Perl_/-less form of is_lvalue_sub().
12087              
12088              Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
12089      Branch: maint-5.6/perl
12090           +> ext/B/B/Concise.pm
12091           !> (integrate 27 files)
12092 ____________________________________________________________________________
12093 [  8619] By: nick                                  on 2001/01/30  18:40:28
12094         Log: Integrate mainline
12095      Branch: perlio
12096           !> (integrate 40 files)
12097 ____________________________________________________________________________
12098 [  8618] By: jhi                                   on 2001/01/30  18:37:18
12099         Log: Subject: [PATCH perl@8585] protect VMS test harness from chdir switcheroo
12100              Date: Mon, 29 Jan 2001 22:51:29 -0600
12101              From: "Craig A. Berry" <craigberry@mac.com>
12102              Message-Id: <p04330101b69bef0ebab4@[172.16.52.1]>
12103      Branch: perl
12104            ! vms/test.com
12105 ____________________________________________________________________________
12106 [  8617] By: jhi                                   on 2001/01/30  18:34:53
12107         Log: Subject: [PATCH] Add missing CV flags to dump.c
12108              From: Tim Jenness <t.jenness@jach.hawaii.edu>
12109              Date: Mon, 29 Jan 2001 21:48:55 -1000 (HST)
12110              Message-ID: <Pine.LNX.4.30.0101292144280.14179-100000@lapaki.jach.hawaii.edu>
12111      Branch: perl
12112            ! dump.c
12113 ____________________________________________________________________________
12114 [  8616] By: jhi                                   on 2001/01/30  18:20:58
12115         Log: Integrate partly the change #8615 from mainline, the t/op/each.t
12116              part isn't applicable to maintperl.
12117              
12118              UTF-8 nit from Inaba Hiroto.
12119      Branch: maint-5.6/perl
12120           !> pod/perlapi.pod utf8.c
12121 ____________________________________________________________________________
12122 [  8615] By: jhi                                   on 2001/01/30  18:18:51
12123         Log: UTF-8 nit from Inaba Hiroto.
12124      Branch: perl
12125            ! pod/perlapi.pod t/op/each.t utf8.c
12126 ____________________________________________________________________________
12127 [  8614] By: jhi                                   on 2001/01/30  18:13:38
12128         Log: Integrate changes #8608,8609,8610,8611,8612,8613 from maintperl.
12129              
12130              perl's internal variables are not for public consumption,
12131              move their docs from perlapi.pod to perlintern.pod
12132              
12133              support for -Dusethreads build under HP-UX 10.20 and DCE threads
12134              library (11.0 and later have pthreads but 10.x don't)
12135              
12136              avoid uninitialized value warnings
12137              
12138              canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
12139              gets weird results)
12140              
12141              perldoc nit on windows
12142              
12143              make it possible to run the tests outside the source tree
12144              (there's still a dependency on ../lib being the library
12145              location)
12146      Branch: perl
12147           !> hints/hpux.sh intrpvar.h perlapi.c pod/perlapi.pod
12148           !> pod/perlintern.pod t/base/term.t t/io/tell.t t/lib/dprof/V.pm
12149           !> t/op/flip.t thrdvar.h thread.h utils/perldoc.PL
12150           !> win32/bin/search.pl win32/vdir.h
12151 ____________________________________________________________________________
12152 [  8613] By: gsar                                  on 2001/01/30  16:39:59
12153         Log: make it possible to run the tests outside the source tree
12154              (there's still a dependency on ../lib being the library
12155              location)
12156      Branch: maint-5.6/perl
12157            ! t/base/term.t t/io/tell.t t/lib/dprof/V.pm t/op/flip.t
12158 ____________________________________________________________________________
12159 [  8612] By: gsar                                  on 2001/01/30  16:31:12
12160         Log: perldoc nit on windows
12161      Branch: maint-5.6/perl
12162            ! utils/perldoc.PL
12163 ____________________________________________________________________________
12164 [  8611] By: gsar                                  on 2001/01/30  16:22:54
12165         Log: canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
12166              gets weird results)
12167      Branch: maint-5.6/perl
12168            ! win32/vdir.h
12169 ____________________________________________________________________________
12170 [  8610] By: gsar                                  on 2001/01/30  16:12:45
12171         Log: avoid uninitialized value warnings
12172      Branch: maint-5.6/perl
12173            ! win32/bin/search.pl
12174 ____________________________________________________________________________
12175 [  8609] By: gsar                                  on 2001/01/30  16:08:01
12176         Log: support for -Dusethreads build under HP-UX 10.20 and DCE threads
12177              library (11.0 and later have pthreads but 10.x don't)
12178      Branch: maint-5.6/perl
12179            ! hints/hpux.sh thread.h
12180 ____________________________________________________________________________
12181 [  8608] By: gsar                                  on 2001/01/30  15:48:55
12182         Log: perl's internal variables are not for public consumption,
12183              move their docs from perlapi.pod to perlintern.pod
12184      Branch: maint-5.6/perl
12185            ! intrpvar.h perlapi.c pod/perlapi.pod pod/perlintern.pod
12186            ! thrdvar.h
12187 ____________________________________________________________________________
12188 [  8607] By: gsar                                  on 2001/01/30  15:44:27
12189         Log: mistakenly branched perl56delta.pod, revert
12190      Branch: maint-5.6/perl
12191            - pod/perl56delta.pod
12192           !> pod/perldelta.pod
12193 ____________________________________________________________________________
12194 [  8606] By: gsar                                  on 2001/01/30  14:20:24
12195         Log: integrate changes#7984,7987,8010 from mainline (gets rid of
12196              dTHR which has been a noop for a while now, except for the
12197              compatibility definition in thread.h)
12198      Branch: maint-5.6/perl
12199           !> (integrate 45 files)
12200 ____________________________________________________________________________
12201 [  8605] By: jhi                                   on 2001/01/30  05:43:58
12202         Log: Mark the UTF-8 APIs as experimental.
12203      Branch: maint-5.6/perl
12204            ! embed.pl pod/perlapi.pod
12205 ____________________________________________________________________________
12206 [  8604] By: jhi                                   on 2001/01/30  05:38:40
12207         Log: Nits from earlier integrates.
12208      Branch: maint-5.6/perl
12209            ! lib/Carp/Heavy.pm
12210           !> sv.c
12211 ____________________________________________________________________________
12212 [  8603] By: jhi                                   on 2001/01/30  05:27:26
12213         Log: Regenerate Porting files.
12214      Branch: maint-5.6/perl
12215            ! Porting/Glossary Porting/config.sh Porting/config_H
12216 ____________________________________________________________________________
12217 [  8602] By: jhi                                   on 2001/01/30  05:14:59
12218         Log: Integrate changes #7891,8034,8078,8110,8111,8112,8277,8291,
12219              8310,8339,8447,8492,8493,8505,8525: documentation changes.
12220              
12221              Subject: Re: perlfaq style changes
12222              
12223              Subject: DOC PATCH 5.6.0: -s return value incompletely documented
12224              
12225              Subject: [PATCH] docs on NaN
12226              
12227              Subject: [patch] perlfaq7
12228              
12229              Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
12230              
12231              Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
12232              
12233              Subject: [PATCH] open() example in perlfunc.pod
12234              
12235              Podify README.mpeix (a new version from the web)
12236              
12237              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
12238              
12239              Subject: [PATCH] format and rewording in perlfaq.pod
12240              
12241              Subject: [PATCH] API Variable documentation   
12242              
12243              Memory management calls documentation.
12244              
12245              Subject: [PATCH: perl@8482] README.vms URL updates
12246              
12247              Subject: Minor typos in perlfaq2.pod
12248              
12249              Subject: [PATCH] pod/perlvar.pod
12250      Branch: maint-5.6/perl
12251           +> pod/perl56delta.pod
12252            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
12253           !> README.amiga README.epoc README.mpeix README.vms
12254           !> ext/POSIX/POSIX.pod lib/CPAN.pm lib/Carp/Heavy.pm
12255           !> lib/Win32.pod pod/perlapi.pod pod/perlfaq.pod pod/perlfaq1.pod
12256           !> pod/perlfaq2.pod pod/perlfaq6.pod pod/perlfaq7.pod
12257           !> pod/perlfunc.pod pod/perlop.pod pod/perlrequick.pod
12258           !> pod/perlvar.pod thrdvar.h
12259 ____________________________________________________________________________
12260 [  8601] By: jhi                                   on 2001/01/30  04:38:35
12261         Log: Integrate changes #8036,8096,8253 from mainline:
12262              hints changes.
12263              
12264              Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
12265              Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
12266              
12267              Output the (apparent) version of gcc in Tru64.
12268      Branch: maint-5.6/perl
12269           +> ext/POSIX/hints/svr4.pl
12270           !> MANIFEST ext/POSIX/Makefile.PL hints/dec_osf.sh hints/hpux.sh
12271           !> hints/svr4.sh t/lib/bigfltpm.t
12272 ____________________________________________________________________________
12273 [  8600] By: jhi                                   on 2001/01/30  04:04:01
12274         Log: Integrate changes #7863,7868,7875,7876,7888,8384,8480 from mainline:
12275              locale fixes.
12276              
12277              sprintf() does not taint since print() does not. (7863,7875,7876,7888)
12278              
12279              Debian allows /usr/bin/locale to exist without any locales. (7868)
12280              
12281              Allow the locale test needing POSIX and the taint test
12282              needing IPC::SysV to run under 'minitest' (basically,
12283              bail out if loading the extension fails). (8384)
12284              
12285              Cleanup the locale.t output  (8480)
12286      Branch: maint-5.6/perl
12287           !> pod/perllocale.pod sv.c t/op/misc.t t/op/taint.t
12288           !> t/pragma/locale.t
12289 ____________________________________________________________________________
12290 [  8599] By: jhi                                   on 2001/01/30  03:51:04
12291         Log: Missing generated files from #8598.
12292      Branch: maint-5.6/perl
12293            ! embed.h global.sym objXSUB.h perlapi.c proto.h
12294 ____________________________________________________________________________
12295 [  8598] By: jhi                                   on 2001/01/30  03:41:54
12296         Log: Integrate change #8555 from mainline, manually integrate parts
12297              of changes 8452 and 8583.
12298              
12299              Subject: [PATCH] utf8.c documentation (8452)
12300              
12301              No point in checking the length if the pointer is bogus. (8555)
12302              
12303              Introduce bytes_from_utf8() and implement sv_eq() using it,
12304              tr/// did not handle UTF-8 ranges, \ before a raw UTF-8 character
12305              produced "Malformed UTF-8 character" warning, "\x{100}\N{CENT SIGN}"
12306              was malformed. (8583)
12307      Branch: maint-5.6/perl
12308            ! embed.pl t/lib/charnames.t t/op/tr.t toke.c
12309           !> pod/perlapi.pod sv.c utf8.c
12310 ____________________________________________________________________________
12311 [  8597] By: gsar                                  on 2001/01/30  02:37:26
12312         Log: get PERL_OBJECT build going again on windows
12313      Branch: maint-5.6/perl
12314            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
12315            ! pod/perlapi.pod proto.h sv.c
12316 ____________________________________________________________________________
12317 [  8596] By: jhi                                   on 2001/01/30  02:16:17
12318         Log: Signedness nit.
12319      Branch: perl
12320            ! sv.c
12321 ____________________________________________________________________________
12322 [  8595] By: jhi                                   on 2001/01/30  02:11:07
12323         Log: EBCDIC patch for Storable, from Peter Prymmer.
12324      Branch: perl
12325            ! t/lib/st-06compat.t
12326 ____________________________________________________________________________
12327 [  8594] By: jhi                                   on 2001/01/30  01:04:48
12328         Log: Subject: [PATCH: perl@8585] yet another tweak to lib/b.t for EBCDIC
12329              From: Peter Prymmer <pvhp@forte.com>
12330              Date: Mon, 29 Jan 2001 16:51:38 -0800 (PST)
12331              Message-ID: <Pine.OSF.4.10.10101291646320.230748-100000@aspara.forte.com>
12332      Branch: perl
12333            ! t/lib/b.t
12334 ____________________________________________________________________________
12335 [  8593] By: jhi                                   on 2001/01/30  00:56:47
12336         Log: Subject: [PATCH: perl@8585] pod problems in io
12337              From: Peter Prymmer <pvhp@forte.com>
12338              Date: Mon, 29 Jan 2001 16:46:25 -0800 (PST)
12339              Message-ID: <Pine.OSF.4.10.10101291636420.230748-100000@aspara.forte.com>
12340      Branch: perl
12341            ! pod/perlapio.pod pod/perliol.pod
12342 ____________________________________________________________________________
12343 [  8592] By: jhi                                   on 2001/01/30  00:48:20
12344         Log: Integrate perlio.
12345      Branch: perl
12346           !> pod/perlapio.pod pod/perliol.pod
12347 ____________________________________________________________________________
12348 [  8591] By: nick                                  on 2001/01/29  22:02:28
12349         Log: GNU 'merge' Simon's copy of perliol.pod with version
12350              patched by Craig's patch.
12351      Branch: perlio
12352            ! pod/perliol.pod
12353 ____________________________________________________________________________
12354 [  8590] By: nick                                  on 2001/01/29  21:55:10
12355         Log: PerlIO doc tweaks from Craig A. Berry <craig.berry@psinetcs.com>
12356      Branch: perlio
12357            ! pod/perlapio.pod pod/perliol.pod
12358 ____________________________________________________________________________
12359 [  8589] By: jhi                                   on 2001/01/29  15:35:33
12360         Log: Integrate change #8586 from maint-5.6/perl.
12361              
12362              make the BOM detection code not call tell() until it has to
12363              (meant to fix esoteric compatibility issues where PL_rsfp
12364              is overridden)
12365      Branch: perl
12366           !> toke.c
12367 ____________________________________________________________________________
12368 [  8588] By: jhi                                   on 2001/01/29  15:29:11
12369         Log: Subject: MAking Solaris malloc() the default
12370              From: Lupe Christoph <lupe@lupe-christoph.de>
12371              Date: Mon, 29 Jan 2001 12:59:36 +0100
12372              Message-ID: <20010129125936.Z4830@alanya.lupe-christoph.de>
12373              
12374              The README.solaris part slightly tweaked.
12375      Branch: perl
12376            ! README.solaris hints/solaris_2.sh
12377 ____________________________________________________________________________
12378 [  8587] By: jhi                                   on 2001/01/29  15:17:34
12379         Log: Subject: [ID 20010128.003] [PATCH] perlre.pod \b buglet
12380              From: root@ak-75.mind.de
12381              Date: Sun, 28 Jan 2001 20:32:29 +0100
12382              Message-Id: <200101281932.UAA15768@ak-75.mind.de>
12383      Branch: perl
12384            ! pod/perlre.pod
12385 ____________________________________________________________________________
12386 [  8586] By: gsar                                  on 2001/01/29  13:43:44
12387         Log: make the BOM detection code not call tell() until it has to
12388              (meant to fix esoteric compatibility issues where PL_rsfp
12389              is overridden)
12390      Branch: maint-5.6/perl
12391            ! toke.c
12392 ____________________________________________________________________________
12393 [  8585] By: jhi                                   on 2001/01/28  20:05:45
12394         Log: Update Changes.
12395      Branch: perl
12396            ! Changes patchlevel.h
12397 ____________________________________________________________________________
12398 [  8584] By: jhi                                   on 2001/01/28  19:30:02
12399         Log: Integrate perlio.
12400      Branch: perl
12401           +> pod/perliol.pod
12402           !> MANIFEST pod/perlapio.pod
12403 ____________________________________________________________________________
12404 [  8583] By: jhi                                   on 2001/01/28  19:28:40
12405         Log: Patch from Inaba Hiroto:
12406              - canonical UTF-8 hash keys: if a key string for a hash is
12407              UTF8-on, try downgrade the string and use it if
12408              unicode::distinct is not in effect.
12409              For the task, I added a function bytes_from_utf8() to utf8.c.
12410              It might resemble utf8_to_bytes() but it is not convenient
12411              to the task.
12412              Made a test for it and added to t/op/each.t
12413              - Changed do_print in doio.c to apply sv_utf8_(downgrade|upgrade) to
12414              the mortal copy of the argument SV.
12415              And changed t/io/utf8.t test 18 which expects print() to
12416              upgrade its argument.
12417              - re-implement sv_eq with bytes_from_utf8()
12418              - some bug fixes
12419              - tr/// does not handle UTF8 range (\x{}-\x{})
12420              - \ before raw UTF8 character produced
12421              "Malformed UTF-8 character" warning.
12422              - "\x{100}\N{CENT SIGN}" is Malformed.
12423              Added tests for these 3.
12424              - and one silly bug (by me) with qu operator.
12425      Branch: perl
12426            ! doio.c embed.h embed.pl global.sym hv.c objXSUB.h perlapi.c
12427            ! pod/perlapi.pod proto.h sv.c t/io/utf8.t t/lib/charnames.t
12428            ! t/op/each.t t/op/tr.t t/pragma/utf8.t toke.c utf8.c
12429 ____________________________________________________________________________
12430 [  8582] By: nick                                  on 2001/01/28  19:25:04
12431         Log: Add pod/perliol.pod to MANIFEST :-(
12432      Branch: perlio
12433            ! MANIFEST
12434 ____________________________________________________________________________
12435 [  8581] By: nick                                  on 2001/01/28  19:22:40
12436         Log: PerlIO documentation. Proofing and sub-editing requested.
12437      Branch: perlio
12438            + pod/perliol.pod
12439            ! pod/perlapio.pod
12440 ____________________________________________________________________________
12441 [  8580] By: jhi                                   on 2001/01/28  05:16:25
12442         Log: Revert the change to sv_2pv() done by #8054: Someone who
12443              did SvNV_set() on a scalar that also happened to be POK,
12444              followed by sv_2pv() won't get the right coercion anymore.
12445              [Sarathy]
12446      Branch: maint-5.6/perl
12447            ! sv.c
12448 ____________________________________________________________________________
12449 [  8579] By: jhi                                   on 2001/01/28  05:15:04
12450         Log: Remove the #8084 effect: do not allow -Q to be interpreted
12451              as -&Q(), this is too much wiggle room.
12452      Branch: maint-5.6/perl
12453            ! toke.c
12454 ____________________________________________________________________________
12455 [  8578] By: jhi                                   on 2001/01/28  05:12:45
12456         Log: Needed bits of #8439 (should have been in #8576),
12457              mainly for lval substr().
12458      Branch: maint-5.6/perl
12459            ! mg.c pp.c pp_hot.c
12460 ____________________________________________________________________________
12461 [  8577] By: jhi                                   on 2001/01/28  05:02:46
12462         Log: A missing check-in.
12463      Branch: maint-5.6/perl
12464            ! utf8.c
12465 ____________________________________________________________________________
12466 [  8576] By: jhi                                   on 2001/01/28  04:26:18
12467         Log: Integrate changes #8425,8436,8439,8517 from mainline.
12468              The 8439 was not truly integrated because it had too many
12469              dependencies on the development branch and because it introduced
12470              concepts too bold for a maintenance branch (such as the qu operator).
12471              
12472              Subject: [PATCH perl@8342] -Wformat
12473              
12474              Tighten some of the UTF-8 tests a bit.
12475              
12476              More UTF-8 patches from Inaba Hiroto. (8439, but only partly)
12477              - The substr lval was still not okay.
12478              - Now pp_stringify and sv_setsv copies source's UTF8 flag
12479              even if IN_BYTE.  pp_stringify is called from fold_constants
12480              at optimization phase and "\x{100}" was made SvUTF8_off under
12481              use bytes (the bytes pragma is for "byte semantics" and not
12482              for "do not produce UTF8 data")
12483      Branch: maint-5.6/perl
12484            ! t/lib/charnames.t t/op/substr.t toke.c
12485           !> sv.c t/pragma/utf8.t
12486 ____________________________________________________________________________
12487 [  8575] By: jhi                                   on 2001/01/28  04:01:51
12488         Log: Integrate changes #8378,8379,8385,8386,8405 from mainline.
12489              
12490              Subject: One more patch for UTF8  (UTF-8 fixes for 'x' and tr////)
12491              
12492              Subject: [ID 20001230.003] UTF-8 tr still hurts
12493              
12494              Test cases for #8385 (from Simon's "torture.pl")
12495              
12496              Start fixing UTF-8 lval substr() (8405)
12497      Branch: maint-5.6/perl
12498           !> doop.c embed.h embed.pl mg.c op.c pod/perlapi.pod pp.c proto.h
12499           !> regcomp.c regexec.c t/op/substr.t t/op/tr.t toke.c utf8.c
12500 ____________________________________________________________________________
12501 [  8574] By: jhi                                   on 2001/01/28  03:09:06
12502         Log: Integrate changes #8328,8329,8330,8331,8332,8341,8343,8377
12503              from mainline.
12504              
12505              UTF-8 cleanup.
12506              
12507              Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
12508              
12509              "\x{FF}\xFF" was broken.
12510              
12511              Tests for #8329 and #8330.
12512              
12513              Add a note about EBCDIC versus UTF-8 to a potential problem spot.
12514              
12515              IRIX compiler noticed that the bof initialization might be
12516              bypassed by control flow.
12517              
12518              Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
12519      Branch: maint-5.6/perl
12520           !> doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
12521           !> regexec.c sv.c t/op/bop.t toke.c utf8.c
12522 ____________________________________________________________________________
12523 [  8573] By: jhi                                   on 2001/01/28  02:06:12
12524         Log: Retract #8552.
12525      Branch: perl
12526            ! lib/Text/Wrap.pm t/lib/textwrap.t
12527 ____________________________________________________________________________
12528 [  8572] By: jhi                                   on 2001/01/28  02:04:49
12529         Log: Integrate changes #8267,8272[perlio],8274,8298,8300,8303,
12530              8305,8323,8324 from mainline.  The 8267,8272, and 8298 were
12531              not really integrated but instead salvaged by hand
12532              (they had too many dependencies on the development release
12533              to be cleanly integratable).
12534              
12535              Subject: more UTF8 test suites and an UTF8 patch
12536              
12537              Tweak for MULTIPLICITY/USE_PERLIO
12538              
12539              Signedness nit.
12540              
12541              Turn SvUTF8 off if not required in pp_chr and pp_stringify.
12542              
12543              Use the UTF8_XXX macros in is_utf8_char().
12544              
12545              Rewrite pp_concat() in terms of sv_catsv().  The . operator
12546              should now be UTF-8-proof.
12547              
12548              Subject: [PATCH perl@8269] scanning two hex-constants
12549              fails on EBCDIC environment (script length.t)
12550              
12551              Add some Unicode chop() tests.
12552      Branch: maint-5.6/perl
12553            ! doop.c mg.c pp.c pp_hot.c toke.c utf8.c
12554           !> sv.c t/op/chop.t utf8.h
12555 ____________________________________________________________________________
12556 [  8571] By: jhi                                   on 2001/01/28  00:35:59
12557         Log: Integrate changes #8090,8093[perlio,only the sv.c tweak],
12558              8245,8247,8248,8249,8250,8251,8260,8263,8264,8265 from mainline.
12559              
12560              Subject: [PATCH] Re: Breadperl & Tk (sv_utf8_upgrade fixes)
12561              
12562              The maxiters upper limit sanity check (guarding against
12563              non-progress) assumed bytes instead of characters in s///
12564              and split().
12565              
12566              Signedness nit.
12567              
12568              sv_catsv() rewrite (8248,8249,8251,8260,8263,8264,8265)
12569              join() should now be UTF-8-proof.
12570              
12571              More split // UTF-8 tests. (8250)
12572      Branch: maint-5.6/perl
12573           !> doop.c hv.c pp.c pp_hot.c sv.c t/op/join.t utf8.c utf8.h
12574           !> util.c
12575 ____________________________________________________________________________
12576 [  8570] By: jhi                                   on 2001/01/27  22:15:46
12577         Log: Integrate changes #7941,7943,7944,7958,7967,7995,7996,7998,
12578              8004,8005,8023,8024,8028,8030,8031,8033,8039,8042,8052[perlio],
12579              8053[perlio],8054[perlio,+sv.c(-PerlIO_isutf8),+require.t],
12580              8084,8204,8244,8333 from mainline.
12581              
12582              For -Q where Q might be a one-letter sub name one does no more
12583              get a warning about an unknown filetest (7941,7943,7944,8084).
12584              
12585              Subject: Re: [ID 20001130.011] expression parsing bug ?
12586              
12587              Make uv_to_utf8() to zero-terminate its output buffer.
12588              
12589              Split off t/op/length.t (7995)
12590              
12591              Split off t/op/utf8decode.t (7996)
12592              
12593              Remove an unnecessary 'use utf8' from the utf8.t (7998)
12594              
12595              Split off t/op/concat.t (8004)
12596              
12597              Split off t/op/ver.t (8005)
12598              
12599              Document utf8_length(), utf8_distance(), and utf8_hop().
12600              
12601              Document utf8_to_uv() better.
12602              
12603              Introduce macros for UTF8 decoding (8028,8033).
12604              
12605              Add test for reverse() (8030,8031).
12606              
12607              Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful (8039,8333)
12608              
12609              Do not return the Unicode replacement character    on UTF-8
12610              decoding failure.
12611              
12612              Typo/thinko in S_scan_const() - seeing high bit sets has_utf8
12613              not this_utf8 i.e. the output string has one, but don't mess
12614              with source assumption. (8052,8053)
12615              
12616              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious
12617              writing of BOM to a non-utf8 stream.  Fix SvPVutf8() - sv_2pv()
12618              was not expecting to be called with something that was already
12619              SvPOK() - (we just fossiked with SvUTF8 bit). Fix that and also
12620              just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
12621              (8054)
12622              
12623              Recode the naughty binary bytes in utf8decode.t using the \xHH.
12624              
12625              Make some panic messages a bit more logical.
12626      Branch: maint-5.6/perl
12627           +> t/op/concat.t t/op/length.t t/op/reverse.t t/op/utf8decode.t
12628           !> MANIFEST doop.c embed.pl lib/ExtUtils/Liblist.pm op.c
12629           !> pod/perlapi.pod pod/perldiag.pod pp.c pp_hot.c regcomp.c
12630           !> regexec.c sv.c t/comp/require.t t/op/misc.t t/op/ver.t
12631           !> t/pragma/utf8.t t/pragma/warn/toke t/pragma/warn/utf8 toke.c
12632           !> utf8.c utf8.h
12633 ____________________________________________________________________________
12634 [  8569] By: jhi                                   on 2001/01/27  19:16:43
12635         Log: Integrate changes #7750 from perlio and #8566 from mainline.
12636      Branch: maint-5.6/perl
12637           !> regexec.c sv.c
12638 ____________________________________________________________________________
12639 [  8568] By: jhi                                   on 2001/01/27  18:06:51
12640         Log: Integrate changes #7355[-doio.c],7691,7744,7753[perlio],
12641              7783,7790[perlio],7869,7871,7872,7911,7916,7932,
12642              7935[-perlio.c],7936,7959,7965 from mainline.
12643              
12644              Change the "big byte" error message to "Wide character".
12645              (7355, the croak-if-wide-chars-in-print part ignored)
12646              
12647              Use UINT64_C().
12648              
12649              Introduce Perl_utf8_length().
12650              
12651              diff -se shows these as different (7753, forgotten check-ins)
12652              
12653              Subject: [PATCH] doop.c - UTF8 tr///
12654              
12655              If we use (aTHX_ ...) then put Perl_ on the front.
12656              
12657              Make utf8_length() and utf8_distance() to be less forgiving
12658              about bad UTF-8.
12659              
12660              Test line numbers are different with utf8.
12661              
12662              No need to scan till infinity, 13 is enough. (7872,7911)
12663              
12664              Subject: [PATCH] Tokeniser debugging
12665              
12666              Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
12667              
12668              Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits (only toke.c)
12669              
12670              Be more careful in Perl_sv_utf8_downgrade().
12671              
12672              Use DO_UTF8().
12673              
12674              Raw zero bytes in text files confuse at least GNU patch 2.1.
12675      Branch: maint-5.6/perl
12676           !> doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
12677           !> perl.c perl.h perlapi.c pod/perlapi.pod pod/perldiag.pod
12678           !> pod/perlrun.pod proto.h scope.h sv.c t/op/re_tests
12679           !> t/pragma/utf8.t toke.c utf8.c utf8.h
12680 ____________________________________________________________________________
12681 [  8567] By: nick                                  on 2001/01/27  11:10:38
12682         Log: Integrate mainline
12683      Branch: perlio
12684           !> Changes README.os390 embed.h embed.pl op.c patchlevel.h pp.c
12685           !> proto.h regexec.c sv.c t/lib/1_compile.t t/lib/b.t
12686           !> t/lib/st-06compat.t t/pragma/overload.t t/pragma/sub_lval.t
12687           !> toke.c
12688 ____________________________________________________________________________
12689 [  8566] By: jhi                                   on 2001/01/27  06:22:48
12690         Log: More documentation for the regexp context stack.
12691      Branch: perl
12692            ! regexec.c
12693 ____________________________________________________________________________
12694 [  8565] By: jhi                                   on 2001/01/27  05:21:57
12695         Log: Update Changes.
12696      Branch: perl
12697            ! Changes patchlevel.h
12698 ____________________________________________________________________________
12699 [  8564] By: jhi                                   on 2001/01/27  04:44:04
12700         Log: Threadedness patch for #8562 from Doug MacEachern.
12701      Branch: perl
12702            ! toke.c
12703 ____________________________________________________________________________
12704 [  8563] By: jhi                                   on 2001/01/27  04:26:24
12705         Log: Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
12706              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
12707              Date: Thu, 25 Jan 2001 01:17:21 -0800 (PST)
12708              Message-ID: <14959.59703.507462.978833@soda.csua.berkeley.edu>
12709      Branch: perl
12710            ! op.c
12711 ____________________________________________________________________________
12712 [  8562] By: jhi                                   on 2001/01/27  04:20:30
12713         Log: Subject: Re: Announce : Tokener reporting patch
12714              From: Simon Cozens <simon@cozens.net>
12715              Date: Mon, 22 Jan 2001 02:17:22 +0000
12716              Message-ID: <20010122021722.A9334@pembro26.pmb.ox.ac.uk>
12717      Branch: perl
12718            ! embed.h embed.pl proto.h toke.c
12719 ____________________________________________________________________________
12720 [  8561] By: jhi                                   on 2001/01/27  04:17:24
12721         Log: Forgot from #8545.  Oops.
12722      Branch: perl
12723            ! pp.c t/pragma/overload.t
12724 ____________________________________________________________________________
12725 [  8560] By: jhi                                   on 2001/01/27  03:01:47
12726         Log: A better module compilation test, use MANIFEST as suggested
12727              by Spider.
12728      Branch: perl
12729            ! t/lib/1_compile.t
12730 ____________________________________________________________________________
12731 [  8559] By: jhi                                   on 2001/01/27  02:50:48
12732         Log: Subject: [PATCH: perl@8531] EBCDIC cleanup for B test
12733              From: Peter Prymmer <pvhp@forte.com>
12734              Date: Fri, 26 Jan 2001 16:38:08 -0800 (PST)
12735              Message-ID: <Pine.OSF.4.10.10101261635400.14820-100000@aspara.forte.com>
12736      Branch: perl
12737            ! t/lib/b.t
12738 ____________________________________________________________________________
12739 [  8558] By: jhi                                   on 2001/01/27  02:27:05
12740         Log: Subject: [PATCH: perl@8531] EBCDIC branch for pragma/sub-lval.t
12741              From: Peter Prymmer <pvhp@forte.com>
12742              Date: Fri, 26 Jan 2001 16:05:11 -0800 (PST)
12743              Message-ID: <Pine.OSF.4.10.10101261603460.14820-100000@aspara.forte.com>
12744      Branch: perl
12745            ! t/pragma/sub_lval.t
12746 ____________________________________________________________________________
12747 [  8557] By: jhi                                   on 2001/01/27  02:26:03
12748         Log: Subject: [PATCH: perl@8531] a peek at uuencoded EBCDIC (st-06compat.t)
12749              From: Peter Prymmer <pvhp@forte.com>
12750              Date: Fri, 26 Jan 2001 14:47:46 -0800 (PST)
12751              Message-ID: <Pine.OSF.4.10.10101261443561.14820-100000@aspara.forte.com>
12752      Branch: perl
12753            ! t/lib/st-06compat.t
12754 ____________________________________________________________________________
12755 [  8556] By: jhi                                   on 2001/01/27  02:24:33
12756         Log: Subject: [PATCH: perl@8531] minor update to README.os390
12757              From: Peter Prymmer <pvhp@forte.com>
12758              Date: Fri, 26 Jan 2001 14:33:27 -0800 (PST)
12759              Message-ID: <Pine.OSF.4.10.10101261425560.14820-100000@aspara.forte.com>
12760      Branch: perl
12761            ! README.os390
12762 ____________________________________________________________________________
12763 [  8555] By: jhi                                   on 2001/01/27  00:35:47
12764         Log: No point in checking the length before we know whether the pointer
12765              is bogus or not, fixes Abigail's odbm failures in Linux.
12766      Branch: perl
12767            ! sv.c
12768 ____________________________________________________________________________
12769 [  8554] By: nick                                  on 2001/01/26  19:01:31
12770         Log: Integrate mainline
12771      Branch: perlio
12772           !> lib/Text/Wrap.pm t/lib/textwrap.t
12773 ____________________________________________________________________________
12774 [  8553] By: jhi                                   on 2001/01/26  15:19:39
12775         Log: Integrate change #7792 from perlio (multiplicity fix),
12776              fix the AV leak in regex DEBUGGING (tiny part of the
12777              polymorphic regexp patch #8143).
12778      Branch: maint-5.6/perl
12779            ! regcomp.c
12780           !> scope.h
12781 ____________________________________________________________________________
12782 [  8552] By: jhi                                   on 2001/01/26  15:03:23
12783         Log: Subject: [PATCH Text::Wrap 2000.06292219] Spurious leading whitespace
12784              From: Michael G Schwern <schwern@pobox.com>
12785              Date: Fri, 26 Jan 2001 09:28:31 -0500
12786              Message-ID: <20010126092831.A15328@blackrider.aocn.com>
12787      Branch: perl
12788            ! lib/Text/Wrap.pm t/lib/textwrap.t
12789 ____________________________________________________________________________
12790 [  8551] By: jhi                                   on 2001/01/26  02:33:19
12791         Log: Integrate changes #7760,7815,7870,7873,7874,7877,7878,7879,7881,
12792              7937,7938,7939,7940,7968,7969,8403,8414,8510 from mainline.
12793              
12794              Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
12795              
12796              Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
12797              
12798              Message nit.
12799              
12800              BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
12801              
12802              Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
12803              
12804              (the cleanup of unused submatches in regtry() and regcppop())
12805              
12806              Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
12807              stored and restored, and thusly was trounced by the utf8 swash
12808              routines.
12809              
12810              use utf8 not required to use \x{}.
12811              
12812              Removed two more tests that make no sense in UTF-8 since the test
12813              data is not in UTF-8.
12814              
12815              Get the three different space character classes right under utf8.
12816              
12817              Implement ANYOFUTF8 regprop() dumping.
12818              
12819              Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
12820              
12821              Document the regex context pushing/popping a bit better.
12822      Branch: maint-5.6/perl
12823           +> lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
12824           !> MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
12825           !> regexec.c scope.h t/op/pat.t t/op/re_tests t/op/regexp.t
12826           !> t/op/regmesg.t utf8.c
12827 ____________________________________________________________________________
12828 [  8550] By: nick                                  on 2001/01/25  19:42:30
12829         Log: Integrate mainline
12830      Branch: perlio
12831           !> Makefile.SH README.os390 gv.c hints/os390.sh installperl
12832           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm perl.h
12833           !> pod/perlguts.pod t/lib/bigfloat.t t/lib/bigfltpm.t
12834           !> t/lib/bigint.t t/lib/bigintpm.t
12835 ____________________________________________________________________________
12836 [  8549] By: jhi                                   on 2001/01/25  15:22:28
12837         Log: Undo 6475: { use utf8; chr(128..255) } is better off producing bytes.
12838      Branch: maint-5.6/perl
12839            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
12840 ____________________________________________________________________________
12841 [  8548] By: jhi                                   on 2001/01/25  15:02:55
12842         Log: Integrate changes #7997,8063,8492,8547 from mainline.
12843              
12844              Subject: Re: STRLEN - what?
12845              
12846              Subject: [PATCH] perlguts.pod
12847              
12848              Memory management calls documentation.
12849              
12850              Layout using tabulator is not a good idea in a pod.
12851      Branch: maint-5.6/perl
12852           !> pod/perlguts.pod
12853 ____________________________________________________________________________
12854 [  8547] By: jhi                                   on 2001/01/25  14:49:05
12855         Log: Layout using tabulator is not a good idea in a pod.
12856      Branch: perl
12857            ! pod/perlguts.pod
12858 ____________________________________________________________________________
12859 [  8546] By: jhi                                   on 2001/01/25  14:31:12
12860         Log: Integrate changes #8188,8189,8208,8209,8210,8212,8374,8388
12861              from mainline.
12862              
12863              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
12864              
12865              Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
12866              
12867              More Win32 editor/IDE/shell hints.
12868              
12869              More Win32 Perling.
12870              
12871              Yet another editor edit.
12872              
12873              Edit edit edit.
12874              
12875              IDE/editor section tweaking.
12876              
12877              Few more IDE/editor nits from p5p.
12878      Branch: maint-5.6/perl
12879           !> pod/perlfaq3.pod
12880 ____________________________________________________________________________
12881 [  8545] By: jhi                                   on 2001/01/25  04:16:32
12882         Log: Subject: [PATCH 5.7.0] overload int()
12883              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12884              Date: Wed, 24 Jan 2001 19:06:57 -0500
12885              Message-ID: <20010124190657.A8512@math.ohio-state.edu>
12886      Branch: perl
12887            ! gv.c lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm
12888            ! perl.h t/lib/bigfloat.t t/lib/bigfltpm.t t/lib/bigint.t
12889            ! t/lib/bigintpm.t
12890 ____________________________________________________________________________
12891 [  8544] By: jhi                                   on 2001/01/25  04:15:11
12892         Log: Subject: [PATCH: perl@8506]completion and docs for dynamic loading on OS/390
12893              From: Peter Prymmer <pvhp@forte.com>
12894              Date: Wed, 24 Jan 2001 17:17:14 -0800 (PST)
12895              Message-ID: <Pine.OSF.4.10.10101241706120.411912-100000@aspara.forte.com>
12896      Branch: perl
12897            ! Makefile.SH README.os390 hints/os390.sh installperl
12898 ____________________________________________________________________________
12899 [  8543] By: jhi                                   on 2001/01/25  03:52:08
12900         Log: Integrate change #8462,8469 from mainline.
12901              
12902              In VMS Perl subversion (perl -V) is undef.
12903      Branch: maint-5.6/perl
12904           !> configure.com
12905 ____________________________________________________________________________
12906 [  8542] By: jhi                                   on 2001/01/25  03:44:55
12907         Log: Integrate changes #7835,7850,8315,8316 from mainline.
12908              
12909              Solaris hints.
12910      Branch: maint-5.6/perl
12911           !> hints/solaris_2.sh
12912 ____________________________________________________________________________
12913 [  8541] By: jhi                                   on 2001/01/25  03:39:28
12914         Log: Integrate #8336 from mainline.
12915      Branch: maint-5.6/perl
12916           !> hv.c
12917 ____________________________________________________________________________
12918 [  8540] By: jhi                                   on 2001/01/25  03:23:50
12919         Log: Retract #8539.
12920      Branch: maint-5.6/perl
12921            ! pod/perlfaq3.pod
12922 ____________________________________________________________________________
12923 [  8539] By: jhi                                   on 2001/01/25  03:21:55
12924         Log: (Retracted by #5940.)
12925      Branch: maint-5.6/perl
12926            ! pod/perlfaq3.pod
12927 ____________________________________________________________________________
12928 [  8538] By: jhi                                   on 2001/01/25  03:14:07
12929         Log: Subject: [re-patch: 5.6.1-TRIAL1] was Re: [PATCH 5.6.1-TRIAL1]VMS buildpatches
12930              From: Peter Prymmer <pvhp@forte.com>
12931              Date: Mon, 18 Dec 2000 13:10:35 -0800 (PST)
12932              Message-ID: <Pine.OSF.4.10.10012181249310.410192-100000@aspara.forte.com>
12933              
12934              The VMS bits.
12935      Branch: maint-5.6/perl
12936            ! configure.com vms/descrip_mms.template
12937 ____________________________________________________________________________
12938 [  8537] By: jhi                                   on 2001/01/25  03:06:09
12939         Log: Integrate #7710,7824,7973 from mainline.
12940      Branch: maint-5.6/perl
12941           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
12942           !> config_h.SH configure.com epoc/config.sh hints/aix.sh malloc.c
12943           !> regcomp.c sv.c vos/config.alpha.def vos/config.alpha.h
12944           !> vos/config.ga.def vos/config.ga.h win32/config.bc
12945           !> win32/config.gc win32/config.vc
12946 ____________________________________________________________________________
12947 [  8536] By: jhi                                   on 2001/01/24  13:50:20
12948         Log: Revert the edits made by me so far to the 5.6 branch since
12949              the TRIAL1 since I did edits when I should have been using
12950              integrates.  Bad programmer.   (Will integrate them properly later.)
12951              Undoes #8347, #8349, #8350, #8351, #8353, #8355, #8376, #8463, #8470.
12952              The #8353 will not be reapplied at least for now since
12953              the UTF-8 hash keys need more thinking.
12954              (The patches #8347, #8354, #8454, #8473 were okay since they
12955              were original edits made specifically for the 5.6.1-TRIAL1.)
12956      Branch: maint-5.6/perl
12957            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12958            ! config_h.SH configure.com embed.pl epoc/config.sh hints/aix.sh
12959            ! hints/solaris_2.sh hv.c hv.h malloc.c perlapi.c
12960            ! pod/perlapi.pod pod/perlfaq3.pod proto.h regcomp.c sv.c
12961            ! t/op/each.t vms/descrip_mms.template vos/config.alpha.def
12962            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
12963            ! win32/config.bc win32/config.gc win32/config.vc
12964 ____________________________________________________________________________
12965 [  8535] By: bailey                                on 2001/01/24  06:37:02
12966         Log: SYN SYN
12967      Branch: vmsperl
12968           +> (branch 26 files)
12969           !> (integrate 130 files)
12970 ____________________________________________________________________________
12971 [  8534] By: nick                                  on 2001/01/23  19:30:57
12972         Log: Integrate mainline.
12973      Branch: perlio
12974           !> Changes Configure Porting/Glossary Porting/config.sh
12975           !> Porting/config_H embed.h embed.pl ext/Encode/compile
12976           !> ext/Opcode/Opcode.xs ext/Opcode/Safe.pm installperl objXSUB.h
12977           !> patchlevel.h perlapi.c perly.y pod/perlfunc.pod
12978           !> pod/perlvar.pod proto.h t/lib/1_compile.t
12979 ____________________________________________________________________________
12980 [  8533] By: jhi                                   on 2001/01/23  16:15:46
12981         Log: Forgotten from #8501.
12982      Branch: perl
12983            ! Porting/Glossary Porting/config.sh Porting/config_H
12984 ____________________________________________________________________________
12985 [  8532] By: jhi                                   on 2001/01/23  16:13:27
12986         Log: Subject: RE: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison) 
12987              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
12988              Date: Mon, 22 Jan 2001 17:51:58 +0100
12989              Message-ID: <5930DC161690D21196670090271575470397E915@madt009a.siemens.es>
12990      Branch: perl
12991            ! embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h
12992 ____________________________________________________________________________
12993 [  8531] By: jhi                                   on 2001/01/23  15:46:01
12994         Log: Update Changes.
12995      Branch: perl
12996            ! Changes patchlevel.h
12997 ____________________________________________________________________________
12998 [  8530] By: jhi                                   on 2001/01/23  15:38:39
12999         Log: De-cut-and-pasto.
13000      Branch: perl
13001            ! t/lib/1_compile.t
13002 ____________________________________________________________________________
13003 [  8529] By: jhi                                   on 2001/01/23  15:11:04
13004         Log: Document the mkdir trailing slashes case.
13005      Branch: perl
13006            ! pod/perlfunc.pod
13007 ____________________________________________________________________________
13008 [  8528] By: jhi                                   on 2001/01/23  15:08:28
13009         Log: lib/lib.pm is arch dependent, and lib/lib_pm.PL shouldn't
13010              get installed:
13011              
13012              Subject: lib/lib.pm
13013              From: <abigail@foad.org>
13014              Date: Mon, 28 Aug 2000 20:35:08 -0400
13015              Message-ID: <20000829003508.21281.qmail@foad.org>
13016      Branch: perl
13017            ! installperl
13018 ____________________________________________________________________________
13019 [  8527] By: jhi                                   on 2001/01/23  14:44:04
13020         Log: Metaconfig unit change for #8526.
13021      Branch: metaconfig
13022            ! U/threads/archname.U
13023 ____________________________________________________________________________
13024 [  8526] By: jhi                                   on 2001/01/23  14:43:19
13025         Log: Attach -perlio to the archname if so selected.
13026      Branch: perl
13027            ! Configure
13028 ____________________________________________________________________________
13029 [  8525] By: jhi                                   on 2001/01/23  14:24:01
13030         Log: Subject: [PATCH] pod/perlvar.pod
13031              From: abigail@foad.org
13032              Date: Tue, 23 Jan 2001 01:41:10 +0100
13033              Message-ID: <20010123004110.22259.qmail@foad.org>
13034      Branch: perl
13035            ! pod/perlvar.pod
13036 ____________________________________________________________________________
13037 [  8524] By: jhi                                   on 2001/01/23  14:22:32
13038         Log: A bug introduced in #8217 (the undefined variable in the
13039              lib/safe1_t #3) fixed, by Charles Lane:
13040              
13041              The earlier patch made it so that stuff running in Safe
13042              compartments could do a "caller" and see "main".  That
13043              little change in name is done right before the code in
13044              the compartment is run, and apparantly the parser
13045              was picking up the stash name before it got changed.
13046              
13047              (why it was threaded vs. unthreaded Perl that was sensitive to this
13048              I still don't know...and it probably doesn't matter).
13049              
13050              I tryed removing the stash name-change and saw that threaded Perl
13051              did indeed pass the lib/safe1.t tests.
13052              
13053              So here's a patch; a routine (_safe_pkg_prep) is added to Opcode to
13054              do the name change (and to connect _ in the compartment to the global
13055              _) which is removed from _safe_call_sv.   Then Safe.pm is modified
13056              to call _safe_pkg_prep when creating a new compartment.
13057              
13058              Passes all tests with threaded perl on linux; passes all tests
13059              with unthreaded perl on VMS.
13060              
13061              At some point I'll probably want to revisit Safe and Opcode to
13062              provide more sensible handling of global variables...and to get
13063              formats working in Safe compartments, which they don't do currently.
13064      Branch: perl
13065            ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
13066 ____________________________________________________________________________
13067 [  8523] By: jhi                                   on 2001/01/23  14:11:58
13068         Log: Also the lib/Thread.pm itself needs to be ignored if
13069              the Thread extension hasn't been built.
13070      Branch: perl
13071            ! t/lib/1_compile.t
13072 ____________________________________________________________________________
13073 [  8522] By: jhi                                   on 2001/01/23  13:51:28
13074         Log: print() instead of warn() so that stderr doesn't get
13075              unncessarily polluted.
13076      Branch: perl
13077            ! ext/Encode/compile
13078 ____________________________________________________________________________
13079 [  8521] By: jhi                                   on 2001/01/23  13:49:48
13080         Log: Integrate perlio.
13081      Branch: perl
13082           !> ext/Encode/Encode.xs ext/Encode/Makefile.PL ext/Encode/compile
13083           !> ext/Encode/encode.h
13084 ____________________________________________________________________________
13085 [  8520] By: nick                                  on 2001/01/22  21:44:00
13086         Log: More messing with Encode:
13087              Extra fields in header to allow multiple names and to record
13088              other things "compile" knows.
13089              Re-organise compile to factor out common output routines.
13090      Branch: perlio
13091            ! ext/Encode/Encode.xs ext/Encode/compile ext/Encode/encode.h
13092 ____________________________________________________________________________
13093 [  8519] By: nick                                  on 2001/01/22  20:33:50
13094         Log: Change file-of-files command line from -F to -f to avoid case issues on VMS.
13095      Branch: perlio
13096            ! ext/Encode/Makefile.PL ext/Encode/compile
13097 ____________________________________________________________________________
13098 [  8518] By: nick                                  on 2001/01/22  20:28:13
13099         Log: Integrate mainline
13100      Branch: perlio
13101           !> MANIFEST configure.com epoc/config.sh pp_sys.c regexec.c sv.c
13102           !> vos/config.alpha.def vos/config.alpha.h
13103 ____________________________________________________________________________
13104 [  8517] By: jhi                                   on 2001/01/22  15:37:17
13105         Log: Add sv_force_normal() to sv_utf8_downgrade() as suggested
13106              by Inaba Hiroto.
13107      Branch: perl
13108            ! sv.c
13109 ____________________________________________________________________________
13110 [  8516] By: jhi                                   on 2001/01/22  14:55:15
13111         Log: More SIG_SIZE fixes.
13112      Branch: perl
13113            ! epoc/config.sh vos/config.alpha.def vos/config.alpha.h
13114 ____________________________________________________________________________
13115 [  8515] By: jhi                                   on 2001/01/22  14:50:27
13116         Log: Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
13117              From: "Craig A. Berry" <craigberry@mac.com>
13118              Date: Mon, 22 Jan 2001 00:42:24 -0600
13119              Message-Id: <p04330103b6917f35375b@[172.16.52.1]>
13120      Branch: perl
13121            ! configure.com
13122 ____________________________________________________________________________
13123 [  8514] By: jhi                                   on 2001/01/22  14:31:17
13124         Log: Subject: [PATCH perl@8506] VMS catches up with change #8501
13125              From: "Craig A. Berry" <craigberry@mac.com>
13126              Date: Sun, 21 Jan 2001 23:03:25 -0600
13127              Message-Id: <p04330101b691596f577f@[172.16.52.1]>
13128      Branch: perl
13129            ! configure.com
13130 ____________________________________________________________________________
13131 [  8513] By: jhi                                   on 2001/01/22  14:14:00
13132         Log: Add the .ucm encoding tables to the MANIFEST.
13133      Branch: perl
13134            ! MANIFEST
13135 ____________________________________________________________________________
13136 [  8512] By: jhi                                   on 2001/01/22  13:43:33
13137         Log: Integrate perlio.
13138      Branch: perl
13139           +> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
13140           +> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
13141           +> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
13142           +> ext/Encode/Encode/iso8859-10.ucm
13143           +> ext/Encode/Encode/iso8859-13.ucm
13144           +> ext/Encode/Encode/iso8859-14.ucm
13145           +> ext/Encode/Encode/iso8859-15.ucm
13146           +> ext/Encode/Encode/iso8859-16.ucm
13147           +> ext/Encode/Encode/iso8859-2.ucm
13148           +> ext/Encode/Encode/iso8859-3.ucm
13149           +> ext/Encode/Encode/iso8859-4.ucm
13150           +> ext/Encode/Encode/iso8859-5.ucm
13151           +> ext/Encode/Encode/iso8859-6.ucm
13152           +> ext/Encode/Encode/iso8859-7.ucm
13153           +> ext/Encode/Encode/iso8859-8.ucm
13154           +> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
13155           +> ext/Encode/Encode/symbol.ucm
13156           !> ext/Encode/Makefile.PL ext/Encode/compile lib/open.pm perlio.c
13157           !> perliol.h
13158 ____________________________________________________________________________
13159 [  8511] By: nick                                  on 2001/01/21  23:44:47
13160         Log: Make "real" layers of ":utf8" and ":raw".
13161              So now PERLIO=utf8 perl ...
13162              does what Andreas wanted.
13163              Fix arg passing in open.pm (still have a Carp issue).
13164      Branch: perlio
13165            ! lib/open.pm perlio.c perliol.h
13166 ____________________________________________________________________________
13167 [  8510] By: jhi                                   on 2001/01/21  22:56:53
13168         Log: Document the regex context pushing/popping a bit better.
13169      Branch: perl
13170            ! regexec.c
13171 ____________________________________________________________________________
13172 [  8509] By: jhi                                   on 2001/01/21  22:55:44
13173         Log: Tweak the mkdir trailing slash code some more.
13174              
13175              TO DO: the same handling should probably be done for
13176              all the other filesystem functions that can have directories
13177              as their arguments.
13178      Branch: perl
13179            ! pp_sys.c
13180 ____________________________________________________________________________
13181 [  8508] By: nick                                  on 2001/01/21  21:37:43
13182         Log: Switch "compiled in" encodings to .ucm format.
13183              (Leave others as .enc till we can run-time load .ucm,
13184              or find some other way to load them.)
13185      Branch: perlio
13186            + ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
13187            + ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
13188            + ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
13189            + ext/Encode/Encode/iso8859-10.ucm
13190            + ext/Encode/Encode/iso8859-13.ucm
13191            + ext/Encode/Encode/iso8859-14.ucm
13192            + ext/Encode/Encode/iso8859-15.ucm
13193            + ext/Encode/Encode/iso8859-16.ucm
13194            + ext/Encode/Encode/iso8859-2.ucm
13195            + ext/Encode/Encode/iso8859-3.ucm
13196            + ext/Encode/Encode/iso8859-4.ucm
13197            + ext/Encode/Encode/iso8859-5.ucm
13198            + ext/Encode/Encode/iso8859-6.ucm
13199            + ext/Encode/Encode/iso8859-7.ucm
13200            + ext/Encode/Encode/iso8859-8.ucm
13201            + ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
13202            + ext/Encode/Encode/symbol.ucm
13203            ! ext/Encode/Makefile.PL ext/Encode/compile
13204 ____________________________________________________________________________
13205 [  8507] By: nick                                  on 2001/01/21  21:02:03
13206         Log: Integrate (partial) mainline.
13207      Branch: perlio
13208           !> Changes Configure config_h.SH patchlevel.h pod/perlfaq2.pod
13209           !> sv.c uconfig.h uconfig.sh vos/config.alpha.h vos/config.ga.h
13210           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
13211 ____________________________________________________________________________
13212 [  8506] By: jhi                                   on 2001/01/21  20:09:30
13213         Log: Update Changes.
13214      Branch: perl
13215            ! Changes patchlevel.h
13216 ____________________________________________________________________________
13217 [  8505] By: jhi                                   on 2001/01/21  19:39:59
13218         Log: Subject: Minor typos in perlfaq2.pod
13219              From: "Stephen P. Potter" <spp@spotter.yi.org>
13220              Message-Id: <200101192101.QAA11911@spotter.yi.org>
13221              Date: Fri, 19 Jan 2001 16:01:13 -0500
13222              
13223              with a nit from Philip Netwon.
13224      Branch: perl
13225            ! pod/perlfaq2.pod
13226 ____________________________________________________________________________
13227 [  8504] By: jhi                                   on 2001/01/21  19:33:05
13228         Log: Metaconfig change for #8503.
13229      Branch: metaconfig
13230            ! U/threads/usethreads.U
13231 ____________________________________________________________________________
13232 [  8503] By: jhi                                   on 2001/01/21  19:32:21
13233         Log: Sanity check for conflicting thread flavours.
13234      Branch: perl
13235            ! Configure config_h.SH
13236 ____________________________________________________________________________
13237 [  8502] By: jhi                                   on 2001/01/21  19:23:00
13238         Log: Metaconfig change for #8501.
13239      Branch: metaconfig
13240            ! U/modified/sig_name.U
13241 ____________________________________________________________________________
13242 [  8501] By: jhi                                   on 2001/01/21  19:22:26
13243         Log: The SIG_SIZE is the number of the elements *excluding*
13244              the terminating NULL.
13245      Branch: perl
13246            ! Configure config_h.SH uconfig.h uconfig.sh vos/config.alpha.h
13247            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
13248            ! win32/config_H.vc
13249 ____________________________________________________________________________
13250 [  8500] By: jhi                                   on 2001/01/21  18:31:31
13251         Log: Integrate perlio.
13252      Branch: perl
13253           !> doio.c embed.h embed.pl ext/Encode/Encode.xs
13254           !> ext/Encode/Makefile.PL ext/Encode/compile global.sym objXSUB.h
13255           !> opcode.h opcode.pl opnames.h perlapi.c pp.sym pp_proto.h
13256           !> pp_sys.c proto.h sv.c
13257 ____________________________________________________________________________
13258 [  8499] By: jhi                                   on 2001/01/21  17:43:57
13259         Log: Subject: Re: 8482 busted for $^V sprintf()s on OS/390 
13260              From: Hugo <hv@crypt.compulink.co.uk>
13261              Date: Sun, 21 Jan 2001 13:34:05 +0000
13262              Message-Id: <200101211334.NAA18121@crypt.compulink.co.uk>
13263              
13264              In sprintf UTF8ize only if necessary.
13265      Branch: perl
13266            ! sv.c
13267 ____________________________________________________________________________
13268 [  8498] By: nick                                  on 2001/01/21  16:25:32
13269         Log: Encode cleanup.
13270              Add command line control over "compile" so that Makefile.PL
13271              needs can be combined with other uses.
13272              Use command line options in Makefile.PL.
13273              Fix multi-byte parsing in .ucm files.
13274      Branch: perlio
13275            ! ext/Encode/Makefile.PL ext/Encode/compile
13276 ____________________________________________________________________________
13277 [  8497] By: nick                                  on 2001/01/21  12:56:27
13278         Log: Warn and set errno when open(...,":encoding(xxxxx)",...) cannot find xxxxx.
13279      Branch: perlio
13280            ! ext/Encode/Encode.xs
13281 ____________________________________________________________________________
13282 [  8496] By: nick                                  on 2001/01/21  12:18:45
13283         Log: Fixup after integrate:
13284              missed the .sym files that are changed by regen_headers
13285              sv.c and proto.h disagreed about pTHX_ ness of EXPECT_NUMBER.
13286      Branch: perlio
13287            ! global.sym pp.sym sv.c
13288 ____________________________________________________________________________
13289 [  8495] By: nick                                  on 2001/01/21  11:51:07
13290         Log: Integrate mainline.
13291      Branch: perlio
13292           +> ext/DynaLoader/dl_dllload.xs t/op/qu.t
13293           !> MANIFEST Makefile.SH README.os390 README.posix-bc README.vms
13294           !> embed.h embed.pl ext/DynaLoader/dl_aix.xs
13295           !> ext/DynaLoader/dl_dlopen.xs hints/os390.sh pod/perlfunc.pod
13296           !> pod/perlguts.pod pod/perlop.pod pod/perlre.pod
13297           !> pod/perlretut.pod pod/perlunicode.pod proto.h sv.c
13298           !> win32/Makefile win32/makefile.mk
13299 ____________________________________________________________________________
13300 [  8494] By: jhi                                   on 2001/01/20  23:12:11
13301         Log: Forgot the expect_number() prototype.
13302      Branch: perl
13303            ! embed.h embed.pl proto.h
13304 ____________________________________________________________________________
13305 [  8493] By: jhi                                   on 2001/01/20  22:56:39
13306         Log: Subject: [PATCH: perl@8482] README.vms URL updates
13307              From: Peter Prymmer <pvhp@forte.com>
13308              Date: Fri, 19 Jan 2001 18:59:02 -0800 (PST)
13309              Message-ID: <Pine.OSF.4.10.10101191856510.61572-100000@aspara.forte.com>
13310              
13311              Plus Craig A. Berry's suggestion to use compaq.com instead
13312              of digital.com.
13313      Branch: perl
13314            ! README.vms
13315 ____________________________________________________________________________
13316 [  8492] By: jhi                                   on 2001/01/20  22:50:05
13317         Log: Memory management calls documentation.
13318      Branch: perl
13319            ! pod/perlguts.pod
13320 ____________________________________________________________________________
13321 [  8491] By: jhi                                   on 2001/01/20  22:38:33
13322         Log: Signedness nit plus few memcpy/Copy nits.
13323      Branch: perl
13324            ! sv.c
13325 ____________________________________________________________________________
13326 [  8490] By: jhi                                   on 2001/01/20  22:25:53
13327         Log: Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
13328              From: Peter Prymmer <pvhp@forte.com>
13329              Date: Fri, 19 Jan 2001 18:43:14 -0800 (PST)
13330              Message-ID: <Pine.OSF.4.10.10101191841080.61505-100000@aspara.forte.com>
13331      Branch: perl
13332            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
13333 ____________________________________________________________________________
13334 [  8489] By: jhi                                   on 2001/01/20  22:24:41
13335         Log: Subject: [PATCH: perl@8482] win32 Makefile(s) handle podified READMEs
13336              From: Peter Prymmer <pvhp@forte.com>
13337              Date: Fri, 19 Jan 2001 18:33:43 -0800 (PST)
13338              Message-ID: <Pine.OSF.4.10.10101191828050.61158-100000@aspara.forte.com>
13339      Branch: perl
13340            ! win32/Makefile win32/makefile.mk
13341 ____________________________________________________________________________
13342 [  8488] By: jhi                                   on 2001/01/20  22:22:27
13343         Log: Subject: [PATCH: perl@8482] remove redundant dependencies that are unneeded
13344              From: Peter Prymmer <pvhp@forte.com>
13345              Date: Fri, 19 Jan 2001 18:25:38 -0800 (PST)
13346              Message-ID: <Pine.OSF.4.10.10101191816550.61158-100000@aspara.forte.com>
13347      Branch: perl
13348            ! Makefile.SH
13349 ____________________________________________________________________________
13350 [  8487] By: jhi                                   on 2001/01/20  22:21:18
13351         Log: Subject: [PATCH: perl@8482] partial support for dynaloading on OS/390
13352              From: Peter Prymmer <pvhp@forte.com>
13353              Date: Fri, 19 Jan 2001 18:12:05 -0800 (PST)
13354              Message-ID: <Pine.OSF.4.10.10101191646420.61158-100000@aspara.forte.com>
13355      Branch: perl
13356            + ext/DynaLoader/dl_dllload.xs
13357            ! MANIFEST Makefile.SH hints/os390.sh
13358 ____________________________________________________________________________
13359 [  8486] By: jhi                                   on 2001/01/20  22:17:53
13360         Log: Subject: [PATCH: perl@8482] floating point mangling warnings for README.os390 and README.posix-bc
13361              From: Peter Prymmer <pvhp@forte.com>
13362              Date: Fri, 19 Jan 2001 13:48:15 -0800 (PST)
13363              Message-ID: <Pine.OSF.4.10.10101191347140.59299-100000@aspara.forte.com>
13364      Branch: perl
13365            ! README.os390 README.posix-bc
13366 ____________________________________________________________________________
13367 [  8485] By: jhi                                   on 2001/01/20  20:15:30
13368         Log: Document and test the new qu operator.
13369      Branch: perl
13370            + t/op/qu.t
13371            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
13372            ! pod/perlretut.pod pod/perlunicode.pod
13373 ____________________________________________________________________________
13374 [  8484] By: nick                                  on 2001/01/20  19:42:30
13375         Log: Infrastructure to allow:
13376              open($fh,"|-",@array);
13377              to be implemented
13378              i.e. mark pp_open as needing a stack mark, and make pp_open
13379              process its args in that style (and pass them _all_ to tied handles OPEN).
13380              Invent do_openn() which takes SV ** at allow it to see multiple args.
13381              Note this does not _do_ anything yet.
13382      Branch: perlio
13383            ! doio.c embed.h embed.pl objXSUB.h opcode.h opcode.pl opnames.h
13384            ! perlapi.c pp_proto.h pp_sys.c proto.h
13385 ____________________________________________________________________________
13386 [  8483] By: nick                                  on 2001/01/20  17:23:14
13387         Log: Integrate mainline.
13388      Branch: perlio
13389           !> Changes configure.com patchlevel.h sv.c t/lib/1_compile.t
13390           !> t/op/sprintf.t t/op/ver.t t/pragma/locale.t
13391 ____________________________________________________________________________
13392 [  8482] By: jhi                                   on 2001/01/19  15:37:49
13393         Log: Update Changes.
13394      Branch: perl
13395            ! Changes patchlevel.h
13396 ____________________________________________________________________________
13397 [  8481] By: jhi                                   on 2001/01/19  14:41:24
13398         Log: Subject: Re: new feature: s?printf parameter reordering 
13399              From: Hugo <hv@crypt.compulink.co.uk>
13400              Date: Thu, 11 Jan 2001 17:09:03 +0000
13401              Message-Id: <200101111709.RAA23756@crypt.compulink.co.uk>
13402              
13403              - support reordering for all parameters: %, *v, *, .*
13404              - lay down that the reordering specification must immediately
13405              follow that parameter: %3$, *v3$, *3$, .*3$
13406              - fix vectorisation of a zero-length string
13407              - factor out the code choosing the argument to format
13408              
13409              Possibly unwanted side-effects:
13410              - the special format specifiers ' +-0' must now precede any
13411              vectorisation specifier. Tests in op/sprintf and op/ver
13412              have been changed to reflect this.
13413              - sprintf.t test #214 changed its expectations because in many
13414              cases, the next parameter has already been consumed when an
13415              invalid type letter is detected.
13416              
13417              Probably wanted side-effects:
13418              - attempts to format a non-existent parameter will warn as if C<undef>
13419              - attempt to write to non-existent parameter with '%n' will complain
13420              of "attempt to modify read-only value" instead of being silent
13421      Branch: perl
13422            ! sv.c t/op/sprintf.t t/op/ver.t
13423 ____________________________________________________________________________
13424 [  8480] By: jhi                                   on 2001/01/19  14:08:37
13425         Log: Subject: PATCH pragma/locale.t
13426              From: andreas.koenig@anima.de (Andreas J. Koenig)
13427              Date: 18 Jan 2001 09:45:37 +0100
13428              Message-ID: <m3lms98czy.fsf@ak-71.mind.de>
13429      Branch: perl
13430            ! t/pragma/locale.t
13431 ____________________________________________________________________________
13432 [  8479] By: jhi                                   on 2001/01/19  13:19:58
13433         Log: Add tracing for debugging extensions builds in VMS, from Charles Lane.
13434      Branch: perl
13435            ! configure.com
13436 ____________________________________________________________________________
13437 [  8478] By: jhi                                   on 2001/01/19  02:12:35
13438         Log: Automate 1_compile.t.
13439      Branch: perl
13440            ! t/lib/1_compile.t
13441 ____________________________________________________________________________
13442 [  8477] By: jhi                                   on 2001/01/19  01:49:56
13443         Log: Integrate perlio.
13444      Branch: perl
13445           !> sv.c win32/config.bc win32/config.gc win32/config.vc
13446           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
13447 ____________________________________________________________________________
13448 [  8476] By: nick                                  on 2001/01/18  21:51:52
13449         Log: Integrate mainline
13450      Branch: perlio
13451           +> t/lib/1_compile.t t/lib/compmod.pl
13452           !> MANIFEST configure.com lib/unicode/distinct.pm
13453 ____________________________________________________________________________
13454 [  8475] By: nick                                  on 2001/01/18  21:48:02
13455         Log: Win32 "safe signals" co-existance fix.
13456              Fix SIG_SIZE value.
13457              Clear PL_sig_pending when cloning (fork).
13458      Branch: perlio
13459            ! sv.c win32/config.bc win32/config.gc win32/config.vc
13460            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
13461 ____________________________________________________________________________
13462 [  8474] By: jhi                                   on 2001/01/18  14:40:57
13463         Log: It's Pod::Text::Overstrike, not Pod::Overstrike.
13464      Branch: perl
13465            ! t/lib/1_compile.t
13466 ____________________________________________________________________________
13467 [  8473] By: gsar                                  on 2001/01/18  11:42:31
13468         Log: unsubmitted trial1 change
13469      Branch: maint-5.6/perl
13470            ! Changes
13471 ____________________________________________________________________________
13472 [  8472] By: jhi                                   on 2001/01/18  04:30:24
13473         Log: The first bug found by 1_compile.t.
13474      Branch: perl
13475            ! lib/unicode/distinct.pm
13476 ____________________________________________________________________________
13477 [  8471] By: jhi                                   on 2001/01/18  04:29:42
13478         Log: Add Schwern's 1_compile test.  The compile_module script renamed
13479              to be a bit shorter for the 8.3 people.
13480      Branch: perl
13481            + t/lib/1_compile.t t/lib/compmod.pl
13482            ! MANIFEST
13483 ____________________________________________________________________________
13484 [  8470] By: jhi                                   on 2001/01/18  04:16:00
13485         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)
13486              From: Peter Prymmer <pvhp@forte.com>
13487              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
13488              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
13489              Replace #8463.
13490      Branch: maint-5.6/perl
13491            ! configure.com
13492 ____________________________________________________________________________
13493 [  8469] By: jhi                                   on 2001/01/18  04:13:02
13494         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)
13495              From: Peter Prymmer <pvhp@forte.com>
13496              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
13497              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
13498              Replace #8462.
13499      Branch: perl
13500            ! configure.com
13501 ____________________________________________________________________________
13502 [  8468] By: jhi                                   on 2001/01/18  03:42:08
13503         Log: Integrate perlio.
13504      Branch: perl
13505           !> gv.c mg.c perlio.c util.c
13506 ____________________________________________________________________________
13507 [  8467] By: nick                                  on 2001/01/17  22:41:10
13508         Log: "Safe" signals - trial implementation.
13509              gv.c tweaked to zero PL_sig_pend array
13510              perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
13511              util.c tweaked to not set SA_RESTART to give perlio.c a chance.
13512              Odd thing is that it "works" with PERLIO=stdio as well (linux).
13513      Branch: perlio
13514            ! gv.c mg.c perlio.c util.c
13515 ____________________________________________________________________________
13516 [  8466] By: nick                                  on 2001/01/17  20:40:20
13517         Log: Integrate mainline.
13518      Branch: perlio
13519           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
13520           !> config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
13521           !> pp.c pp_sys.c sv.c t/op/int.t uconfig.h uconfig.sh
13522           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
13523           !> vos/config.ga.h win32/config.bc win32/config.gc
13524           !> win32/config.vc
13525 ____________________________________________________________________________
13526 [  8465] By: jhi                                   on 2001/01/17  18:37:13
13527         Log: Subject: [PATCH] Re: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
13528              From: Nicholas Clark <nick@ccl4.org>
13529              Date: Wed, 17 Jan 2001 17:31:33 +0000
13530              Message-ID: <20010117173133.I2633@plum.flirble.org>
13531      Branch: perl
13532            ! t/op/int.t
13533 ____________________________________________________________________________
13534 [  8464] By: jhi                                   on 2001/01/17  14:43:17
13535         Log: Subject: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
13536              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
13537              Date: Wed, 17 Jan 2001 15:16:43 +0100
13538              Message-ID: <5930DC161690D2119667009027157547038C8A85@madt009a.siemens.es> 
13539              
13540              pp_int() was dropping an NV to the floor,
13541              int(279964589018079/59) either returned not an integer
13542              4745162525730.15, or one got "Attempt to free unreferenced scalar."
13543      Branch: perl
13544            ! pp.c
13545 ____________________________________________________________________________
13546 [  8463] By: jhi                                   on 2001/01/17  06:12:42
13547         Log: (Replaced by #8470)
13548              
13549              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)
13550              From: "Craig A. Berry" <craigberry@mac.com>
13551              Date: Tue, 16 Jan 2001 23:38:46 -0600
13552              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
13553      Branch: maint-5.6/perl
13554            ! configure.com
13555 ____________________________________________________________________________
13556 [  8462] By: jhi                                   on 2001/01/17  06:11:31
13557         Log: (Replaced by #8469)
13558              
13559              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)
13560              From: "Craig A. Berry" <craigberry@mac.com>
13561              Date: Tue, 16 Jan 2001 23:38:46 -0600
13562              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
13563      Branch: perl
13564            ! configure.com
13565 ____________________________________________________________________________
13566 [  8461] By: jhi                                   on 2001/01/17  05:56:12
13567         Log: Allow for one trailing slash in the directory of mkdir().
13568      Branch: perl
13569            ! pp_sys.c
13570 ____________________________________________________________________________
13571 [  8460] By: jhi                                   on 2001/01/17  03:26:01
13572         Log: Metaconfig unit changes for #8459.
13573      Branch: metaconfig
13574            ! U/modified/Loc.U U/modified/sig_name.U
13575 ____________________________________________________________________________
13576 [  8459] By: jhi                                   on 2001/01/17  03:24:48
13577         Log: Define SIG_SIZE, the number of elements in the sig_name and
13578              sig_num arrays, including the final NULL entry.
13579      Branch: perl
13580            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13581            ! config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
13582            ! sv.c uconfig.h uconfig.sh vos/config.alpha.def
13583            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
13584            ! win32/config.bc win32/config.gc win32/config.vc
13585 ____________________________________________________________________________
13586 [  8458] By: jhi                                   on 2001/01/17  01:41:33
13587         Log: Integrate perlio.
13588      Branch: perl
13589           !> embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
13590           !> perlapi.h proto.h sv.c
13591 ____________________________________________________________________________
13592 [  8457] By: nick                                  on 2001/01/16  22:07:26
13593         Log: Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.
13594              Provides all the "cost" but no benefit yet - it is to allow cost
13595              to be measured, and implementation experiments (just in mg.c?).
13596      Branch: perlio
13597            ! embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
13598            ! perlapi.h proto.h sv.c
13599 ____________________________________________________________________________
13600 [  8456] By: nick                                  on 2001/01/16  21:07:07
13601         Log: Integrate mainline.
13602      Branch: perlio
13603           !> (integrate 51 files)
13604 ____________________________________________________________________________
13605 [  8455] By: jhi                                   on 2001/01/16  18:13:43
13606         Log: Subject: [PATCH] regcomp.c old feature removal
13607              From: mjd@plover.com
13608              Date: 16 Jan 2001 14:43:18 -0000 
13609              Message-ID: <20010116144318.7140.qmail@plover.com> 
13610      Branch: perl
13611            ! regcomp.c
13612 ____________________________________________________________________________
13613 [  8454] By: jhi                                   on 2001/01/16  16:12:39
13614         Log: Subject: [PATCH: perl-5.6.1-TRIAL1] Win32 Makefile fixes - v2
13615              From: "Indy Singh" <indy@nusphere.com>
13616              Date: Wed, 10 Jan 2001 20:17:49 -0500
13617              Message-ID: <003001c07b6c$524630b0$00957018@roadhog>
13618      Branch: maint-5.6/perl
13619            ! win32/Makefile
13620 ____________________________________________________________________________
13621 [  8453] By: jhi                                   on 2001/01/16  16:09:33
13622         Log: Update Changes.
13623      Branch: perl
13624            ! Changes patchlevel.h
13625 ____________________________________________________________________________
13626 [  8452] By: jhi                                   on 2001/01/16  15:42:04
13627         Log: Subject: Re: API Cleanup
13628              To: perl5-porters@perl.org
13629              Date: Tue, 16 Jan 2001 13:42:30 +0000
13630              Message-ID: <20010116134230.A13420@pembro26.pmb.ox.ac.uk>
13631              
13632              Subject: [PATCH] utf8.c documentation
13633              From: Simon Cozens <simon@cozens.net>
13634              Date: Tue, 16 Jan 2001 13:52:48 +0000
13635              Message-ID: <20010116135248.A13496@pembro26.pmb.ox.ac.uk>
13636              
13637              Subject: Re: API Cleanup
13638              From: Simon Cozens <simon@cozens.net>
13639              Date: Tue, 16 Jan 2001 14:58:55 +0000
13640              Message-ID: <20010116145855.A13794@pembro26.pmb.ox.ac.uk>
13641              
13642              UTF-8 doc patches.
13643      Branch: perl
13644            ! embed.pl pod/perlapi.pod utf8.c
13645 ____________________________________________________________________________
13646 [  8451] By: jhi                                   on 2001/01/16  14:41:39
13647         Log: podlators 1.07, from Russ Allbery.
13648      Branch: perl
13649            ! lib/Pod/Man.pm
13650 ____________________________________________________________________________
13651 [  8450] By: jhi                                   on 2001/01/16  14:24:19
13652         Log: Subject: [PATCH: perl@8429] Win32 Makefile fixes
13653              From: "Indy Singh" <indy@nusphere.com>
13654              Date: Mon, 15 Jan 2001 20:59:40 -0500
13655              Message-ID: <07be01c07f5f$fdadf270$d24b7018@cr637287a>
13656      Branch: perl
13657            ! win32/Makefile
13658 ____________________________________________________________________________
13659 [  8449] By: jhi                                   on 2001/01/16  03:42:55
13660         Log: Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
13661              at the setting of the ofs_sv in new_struct_thread() as the
13662              thr->Tofs_sv (PL_ofs_sv) was still 0xabab...., SvREFCNT_inc()ing
13663              that invited a core dump.
13664      Branch: perl
13665            ! util.c
13666 ____________________________________________________________________________
13667 [  8448] By: jhi                                   on 2001/01/16  01:49:07
13668         Log: Subject: [PATCH #3 @8436] Re: Eliminate op_children
13669              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
13670              Date: Mon, 15 Jan 2001 17:14:37 -0800 (PST)
13671              Message-ID: <14947.40656.841280.551785@soda.csua.berkeley.edu>
13672              
13673              Replace #8444 and #8445.
13674      Branch: perl
13675            ! ext/B/B.xs ext/B/B/Debug.pm
13676 ____________________________________________________________________________
13677 [  8447] By: jhi                                   on 2001/01/15  21:05:35
13678         Log: Subject: [PATCH] API Variable documentation   
13679              From: Simon Cozens <simon@cozens.net>
13680              Date: Mon, 15 Jan 2001 19:35:54 +0000
13681              Message-ID: <20010115193554.A9919@pembro26.pmb.ox.ac.uk> 
13682      Branch: perl
13683            ! pod/perlapi.pod thrdvar.h
13684 ____________________________________________________________________________
13685 [  8446] By: jhi                                   on 2001/01/15  20:49:20
13686         Log: Signedness nit.
13687      Branch: perl
13688            ! pp_ctl.c
13689 ____________________________________________________________________________
13690 [  8445] By: jhi                                   on 2001/01/15  20:28:48
13691         Log: (Replaced by #8448)  More op_children traces (cleanup of #8442).
13692      Branch: perl
13693            ! ext/B/B/Debug.pm
13694 ____________________________________________________________________________
13695 [  8444] By: jhi                                   on 2001/01/15  13:09:10
13696         Log: (Replaced by #8448)  Traces of op_children (cleanup of #8442)
13697      Branch: perl
13698            ! ext/B/B.xs
13699 ____________________________________________________________________________
13700 [  8443] By: jhi                                   on 2001/01/15  13:06:26
13701         Log: Missing from #8439.
13702      Branch: perl
13703            ! keywords.h mg.c
13704 ____________________________________________________________________________
13705 [  8442] By: jhi                                   on 2001/01/15  13:02:38
13706         Log: Subject: [PATCH @8436] Eliminate op_children
13707              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
13708              Date: Sun, 14 Jan 2001 03:00:13 -0800 (PST)
13709              Message-ID: <14945.32919.44271.685122@soda.csua.berkeley.edu>
13710              
13711              Subject: [PATCH @8436] Re: Eliminate op_children
13712              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
13713              Date: Sun, 14 Jan 2001 03:23:56 -0800 (PST)
13714              Message-ID: <14945.35680.571387.810763@soda.csua.berkeley.edu>
13715      Branch: perl
13716            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
13717            ! ext/B/B/C.pm ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
13718            ! op.c op.h
13719 ____________________________________________________________________________
13720 [  8441] By: jhi                                   on 2001/01/15  12:57:08
13721         Log: Use the /^Perl_/-less form of is_lvalue_sub().
13722      Branch: perl
13723            ! pp.h
13724 ____________________________________________________________________________
13725 [  8440] By: jhi                                   on 2001/01/15  05:13:09
13726         Log: Revert #8437 and #8438, the Linux large files story is more complex.
13727      Branch: metaconfig/U/perl
13728            ! d_fpos64_t.U d_off64_t.U
13729      Branch: perl
13730            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13731            ! config_h.SH configure.com epoc/config.sh perl.h
13732            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
13733            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
13734            ! win32/config.bc win32/config.gc win32/config.vc
13735 ____________________________________________________________________________
13736 [  8439] By: jhi                                   on 2001/01/15  05:02:24
13737         Log: More UTF-8 patches from Inaba Hiroto.
13738              - The substr lval was still not okay.
13739              - Now pp_stringify and sv_setsv copies source's UTF8 flag
13740              even if IN_BYTE.  pp_stringify is called from fold_constants
13741              at optimization phase and "\x{100}" was made SvUTF8_off under
13742              use bytes (the bytes pragma is for "byte semantics" and not
13743              for "do not produce UTF8 data")
13744              - New `qu' operator to generate UTF8 string explicitly.
13745              Though I agree with the policy "0x00-0xff always produce bytes",
13746              sometimes want to such a string to be coded in UTF8.
13747              I can use pack"U0a*" but it requires more typing and has
13748              runtime overhead.
13749              - Fix pp_regcomp bug uncovered by "0x00-0xff always produce bytes"
13750              change, the bug apears if a pm has PMdf_UTF8 flag but interpolated
13751              string is not UTF8_on and has char 0x80-0xff.
13752              
13753              TODO: document and test qu.
13754      Branch: perl
13755            ! keywords.h keywords.pl mg.c pp.c pp_ctl.c pp_hot.c sv.c
13756            ! t/lib/charnames.t t/op/length.t t/op/substr.t t/pragma/utf8.t
13757            ! toke.c
13758 ____________________________________________________________________________
13759 [  8438] By: jhi                                   on 2001/01/14  05:10:23
13760         Log: Metaconfig unit changes for #8437.
13761      Branch: metaconfig/U/perl
13762            ! d_fpos64_t.U d_off64_t.U
13763 ____________________________________________________________________________
13764 [  8437] By: jhi                                   on 2001/01/14  04:55:34
13765         Log: Add <features.h> probing, seems to be needed for (some?)
13766              Linux largefileness.
13767      Branch: perl
13768            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13769            ! config_h.SH configure.com epoc/config.sh perl.h
13770            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
13771            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
13772            ! win32/config.bc win32/config.gc win32/config.vc
13773 ____________________________________________________________________________
13774 [  8436] By: jhi                                   on 2001/01/13  17:47:21
13775         Log: Tighten some of the tests a bit.
13776      Branch: perl
13777            ! t/pragma/utf8.t
13778 ____________________________________________________________________________
13779 [  8435] By: jhi                                   on 2001/01/13  17:31:54
13780         Log: Integrate perlio.
13781      Branch: perl
13782           !> ext/Encode/Makefile.PL ext/Encode/compile win32/config_H.bc
13783           !> win32/config_H.gc win32/config_H.vc
13784 ____________________________________________________________________________
13785 [  8434] By: nick                                  on 2001/01/13  11:36:53
13786         Log: Run dmake regen_config_h for Win32
13787      Branch: perlio
13788            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
13789 ____________________________________________________________________________
13790 [  8433] By: nick                                  on 2001/01/13  11:31:55
13791         Log: VMS friendly patch to Encode compile process
13792      Branch: perlio
13793            ! ext/Encode/Makefile.PL ext/Encode/compile
13794 ____________________________________________________________________________
13795 [  8432] By: nick                                  on 2001/01/13  11:06:44
13796         Log: Integrate mainline
13797      Branch: perlio
13798           +> ext/B/B/Concise.pm
13799           !> (integrate 52 files)
13800 ____________________________________________________________________________
13801 [  8431] By: jhi                                   on 2001/01/13  05:55:55
13802         Log: Subject: [PATCH @8429] Re: B::Concise -- an improved replacement for B::Terse
13803              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
13804              Date: Fri, 12 Jan 2001 21:45:17 -0800 (PST)
13805              Message-ID: <14943.59712.993695.180189@soda.csua.berkeley.edu>
13806      Branch: perl
13807            ! ext/B/B/Concise.pm
13808 ____________________________________________________________________________
13809 [  8430] By: jhi                                   on 2001/01/13  04:24:18
13810         Log: The LVRET macro needed an aTHX.
13811      Branch: perl
13812            ! pp.h
13813 ____________________________________________________________________________
13814 [  8429] By: jhi                                   on 2001/01/13  02:12:42
13815         Log: Update Changes.
13816      Branch: perl
13817            ! Changes patchlevel.h
13818 ____________________________________________________________________________
13819 [  8428] By: jhi                                   on 2001/01/13  02:08:50
13820         Log: Subject: Re: [PATCH: perl@8342]  lib/bigfloat.t FAILED at test 351
13821              From: Peter Prymmer <pvhp@forte.com>
13822              Date: Fri, 12 Jan 2001 16:27:36 -0800 (PST)
13823              Message-ID: <Pine.OSF.4.10.10101121623130.478096-100000@aspara.forte.com>
13824              
13825              Add a BEGIN guard for sloppy floating point division.
13826      Branch: perl
13827            ! lib/Math/BigInt.pm lib/bigint.pl
13828 ____________________________________________________________________________
13829 [  8427] By: jhi                                   on 2001/01/13  01:47:16
13830         Log: The B::Terse drop-in replacement wasn't quite drop-in.
13831      Branch: perl
13832            ! ext/B/B/Terse.pm
13833 ____________________________________________________________________________
13834 [  8426] By: jhi                                   on 2001/01/12  21:20:43
13835         Log: Use UVXf.
13836      Branch: perl
13837            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13838            ! config_h.SH configure.com epoc/config.sh sv.c uconfig.h
13839            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
13840            ! vos/config.ga.def vos/config.ga.h win32/config.bc
13841            ! win32/config.gc win32/config.vc
13842 ____________________________________________________________________________
13843 [  8425] By: jhi                                   on 2001/01/12  20:20:14
13844         Log: Subject: [PATCH perl@8342] -Wformat
13845              From: Robin Barker <rmb1@cise.npl.co.uk>
13846              Date: Fri, 12 Jan 2001 20:03:14 GMT
13847              Message-Id: <200101122003.UAA29599@tempest.npl.co.uk>
13848      Branch: perl
13849            ! ext/Encode/Encode.xs mg.c sv.c toke.c
13850 ____________________________________________________________________________
13851 [  8424] By: jhi                                   on 2001/01/12  20:01:48
13852         Log: Subject: B::Concise -- an improved replacement for B::Terse 
13853              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
13854              Date: Sat,  6 Jan 2001 20:18:05 -0800 (PST)
13855              Message-ID: <14935.43597.962940.803717@soda.csua.berkeley.edu>
13856      Branch: perl
13857            + ext/B/B/Concise.pm
13858            ! MANIFEST ext/B/B/Terse.pm
13859 ____________________________________________________________________________
13860 [  8423] By: jhi                                   on 2001/01/12  19:24:02
13861         Log: The new metaconfig unit from the #8421.
13862      Branch: metaconfig/U/perl
13863            + d_sigprocmask.U
13864 ____________________________________________________________________________
13865 [  8422] By: jhi                                   on 2001/01/12  19:23:43
13866         Log: Forgot the microperl config from the #8421.
13867      Branch: perl
13868            ! uconfig.h uconfig.sh
13869 ____________________________________________________________________________
13870 [  8421] By: jhi                                   on 2001/01/12  19:05:27
13871         Log: Add sigprocmask() probe, regen Configure, regen toc.
13872      Branch: perl
13873            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13874            ! config_h.SH configure.com epoc/config.sh mg.c pod/perltoc.pod
13875            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
13876            ! vos/config.ga.h win32/config.bc win32/config.gc
13877            ! win32/config.vc
13878 ____________________________________________________________________________
13879 [  8420] By: jhi                                   on 2001/01/12  18:34:31
13880         Log: Add sockatmark() to the todo list.
13881      Branch: perl
13882            ! Todo-5.6
13883 ____________________________________________________________________________
13884 [  8419] By: jhi                                   on 2001/01/12  18:09:46
13885         Log: Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
13886      Branch: perl
13887            ! op.c
13888 ____________________________________________________________________________
13889 [  8418] By: jhi                                   on 2001/01/12  18:05:30
13890         Log: Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
13891              From: Radu Greab <radu@netsoft.ro>
13892              Message-ID: <14943.15321.515713.119805@ix.netsoft.ro>
13893              Date: Fri, 12 Jan 2001 19:16:09 +0200 (EET)
13894      Branch: perl
13895            ! op.c t/pragma/sub_lval.t
13896 ____________________________________________________________________________
13897 [  8417] By: jhi                                   on 2001/01/12  16:09:09
13898         Log: Subject: [PATCH @8404] Consolidated lvalue sub changes
13899              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
13900              Date: Wed, 10 Jan 2001 21:36:51 -0800 (PST)
13901              Message-ID: <14941.16925.736415.785818@soda.csua.berkeley.edu>
13902      Branch: perl
13903            ! doop.c embed.h embed.pl op.c op.h opcode.h opcode.pl
13904            ! pod/perldiag.pod pod/perlintern.pod pod/perlsub.pod pp.c pp.h
13905            ! pp.sym pp_ctl.c pp_hot.c pp_proto.h proto.h t/lib/b.t
13906            ! t/pragma/sub_lval.t toke.c
13907 ____________________________________________________________________________
13908 [  8416] By: jhi                                   on 2001/01/12  15:42:06
13909         Log: Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
13910              From: "Richard Soderberg" <rs@crystalflame.net>
13911              Date: Fri, 12 Jan 2001 04:49:35 -0800
13912              Message-ID: <NAEKLNAAHLMBPMPNBMLEAELDCKAA.rs@crystalflame.net>
13913              
13914              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
13915              according to the platform.
13916      Branch: perl
13917            ! op.c
13918 ____________________________________________________________________________
13919 [  8415] By: jhi                                   on 2001/01/12  15:33:41
13920         Log: One more UTF-8 fix from Inaba Hiroto.
13921      Branch: perl
13922            ! pp.c regexec.c t/pragma/utf8.t
13923 ____________________________________________________________________________
13924 [  8414] By: jhi                                   on 2001/01/12  15:30:18
13925         Log: Mea culpa: I botched up Hugo's "Tw" bug fix when applying it.
13926      Branch: perl
13927            ! regexec.c
13928 ____________________________________________________________________________
13929 [  8413] By: jhi                                   on 2001/01/12  15:22:10
13930         Log: Subject: [Patch perl@8375] pragma/subs.t ......FAILED tests 1-2 using Bison's parser
13931              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
13932              Date: Thu, 11 Jan 2001 12:53:36 +0100
13933              Message-ID: <5930DC161690D2119667009027157547038123E1@madt009a.siemens.es>
13934      Branch: perl
13935            ! toke.c
13936 ____________________________________________________________________________
13937 [  8412] By: jhi                                   on 2001/01/12  15:20:25
13938         Log: Subject: [PATCH: perl@8342] updates to posix-bc hints file
13939              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
13940              Date: Fri, 12 Jan 2001 14:37:55 +0100
13941              Message-ID: <5930DC161690D21196670090271575470384E3FC@madt009a.siemens.es>
13942      Branch: perl
13943            ! hints/posix-bc.sh
13944 ____________________________________________________________________________
13945 [  8411] By: jhi                                   on 2001/01/12  15:14:14
13946         Log: Subject: [PATCH: perl@8342]  op/regmesg FAILED at test 33 on EBCDIC machines
13947              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
13948              Date: Fri, 12 Jan 2001 10:42:21 +0100
13949              Message-ID: <5930DC161690D211966700902715754703812F33@madt009a.siemens.es>
13950      Branch: perl
13951            ! t/op/regmesg.t
13952 ____________________________________________________________________________
13953 [  8410] By: jhi                                   on 2001/01/12  05:48:55
13954         Log: Subject: Re: [ID 20010101.004] Not OK: perl v5.7.0 +DEVEL8268 on i586-linux-64int-ld 2.2.17-21mdk (UNINSTALLED)
13955              From: Nicholas Clark <nick@ccl4.org> 
13956              Date: Sun, 7 Jan 2001 19:47:14 +0000
13957              Message-ID: <20010107194714.B1048@plum.flirble.org>
13958      Branch: perl
13959            ! t/op/numconvert.t
13960 ____________________________________________________________________________
13961 [  8409] By: jhi                                   on 2001/01/12  05:41:28
13962         Log: Integrate perlio.
13963      Branch: perl
13964           !> mg.c scope.h
13965 ____________________________________________________________________________
13966 [  8408] By: nick                                  on 2001/01/11  22:43:28
13967         Log: Remove variables that were used in experiments.
13968      Branch: perlio
13969            ! mg.c
13970 ____________________________________________________________________________
13971 [  8407] By: nick                                  on 2001/01/11  20:57:44
13972         Log: Catch die in %SIG handler and unblock the signal before re-dying.
13973              This make Linux work _without_ sigsetjmp().
13974              Turn off sigsetjmp() to see what else it does.
13975              May need Configure probe for sigprocmask() if anything has sigaction()
13976              but not sigprocmask().
13977      Branch: perlio
13978            ! mg.c scope.h
13979 ____________________________________________________________________________
13980 [  8406] By: nick                                  on 2001/01/11  19:32:07
13981         Log: Integrate mainline
13982      Branch: perlio
13983           !> Changes ext/IO/lib/IO/Socket/INET.pm ext/Socket/Socket.pm mg.c
13984           !> patchlevel.h perl.h regexec.c t/op/re_tests t/op/split.t
13985           !> t/op/substr.t
13986 ____________________________________________________________________________
13987 [  8405] By: jhi                                   on 2001/01/11  17:11:01
13988         Log: Fix UTF-8 lval substr().
13989      Branch: perl
13990            ! mg.c t/op/substr.t
13991 ____________________________________________________________________________
13992 [  8404] By: jhi                                   on 2001/01/11  05:13:58
13993         Log: Update Changes.
13994      Branch: perl
13995            ! Changes patchlevel.h
13996 ____________________________________________________________________________
13997 [  8403] By: jhi                                   on 2001/01/11  04:38:24
13998         Log: Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
13999              From: Hugo <hv@crypt.compulink.co.uk>
14000              Date: Mon, 30 Oct 2000 01:33:26 +0000
14001              Message-Id: <200010300133.BAA10390@crypt.compulink.co.uk>
14002      Branch: perl
14003            ! regexec.c t/op/re_tests
14004 ____________________________________________________________________________
14005 [  8402] By: jhi                                   on 2001/01/11  04:26:12
14006         Log: Integrate perlio.
14007      Branch: perl
14008           !> scope.h util.c
14009 ____________________________________________________________________________
14010 [  8401] By: nick                                  on 2001/01/10  22:52:55
14011         Log: Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
14012              (So Alan and Ilya can try setting via hints.)
14013              Verified Linux "works" with it true and fails to re-enable SIGINT if false.
14014              Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
14015              doing the save everywhere seems to restart read() correctly, but just
14016              doing it once "round" the handler does not.
14017      Branch: perlio
14018            ! scope.h
14019 ____________________________________________________________________________
14020 [  8400] By: jhi                                   on 2001/01/10  21:57:54
14021         Log: Not defining PERL_PRESERVE_IVUV fixes only the op/inc problem
14022              of IRIX, HP-UX is unaffected.
14023      Branch: perl
14024            ! perl.h
14025 ____________________________________________________________________________
14026 [  8399] By: nick                                  on 2001/01/10  21:29:19
14027         Log: Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
14028      Branch: perlio
14029            ! util.c
14030 ____________________________________________________________________________
14031 [  8398] By: jhi                                   on 2001/01/10  20:55:31
14032         Log: Add ReuseAddr as a (preferred) alias for Reuse as we now
14033              also have ReusePort.
14034      Branch: perl
14035            ! ext/IO/lib/IO/Socket/INET.pm
14036 ____________________________________________________________________________
14037 [  8397] By: jhi                                   on 2001/01/10  20:50:57
14038         Log: Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
14039              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
14040              Date: Wed, 10 Jan 2001 01:38:13 -0800
14041              Message-ID: <20010110013813.B41744@yahoo-inc.com>
14042      Branch: perl
14043            ! ext/IO/lib/IO/Socket/INET.pm
14044 ____________________________________________________________________________
14045 [  8396] By: jhi                                   on 2001/01/10  20:49:30
14046         Log: Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for better multicast support (resend)
14047              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
14048              Date: Wed, 10 Jan 2001 01:37:32 -0800
14049              Message-ID: <20010110013732.A41744@yahoo-inc.com>
14050      Branch: perl
14051            ! ext/Socket/Socket.pm
14052 ____________________________________________________________________________
14053 [  8395] By: jhi                                   on 2001/01/10  20:41:37
14054         Log: Test for bug id 20010105.016 (fixed by #8378).
14055      Branch: perl
14056            ! t/op/split.t
14057 ____________________________________________________________________________
14058 [  8394] By: jhi                                   on 2001/01/10  20:26:32
14059         Log: Integrate perlio.
14060      Branch: perl
14061            ! util.c
14062 ____________________________________________________________________________
14063 [  8393] By: nick                                  on 2001/01/10  19:34:30
14064         Log: Back out Simon's pid hackery for now.
14065      Branch: perlio
14066            ! util.c
14067 ____________________________________________________________________________
14068 [  8392] By: nick                                  on 2001/01/10  19:23:13
14069         Log: Integrate mainline. (Builds but does not work - something broke pipes...)
14070      Branch: perlio
14071           !> (integrate 29 files)
14072 ____________________________________________________________________________
14073 [  8391] By: jhi                                   on 2001/01/10  18:43:15
14074         Log: Subject: [PATCH] Fix my_pclose segfault
14075              From: Simon Cozens <simon@cozens.net>
14076              Date: Wed, 10 Jan 2001 18:39:35 +0000
14077              Message-ID: <20010110183934.A25640@pembro26.pmb.ox.ac.uk>
14078      Branch: perl
14079            ! util.c
14080 ____________________________________________________________________________
14081 [  8390] By: jhi                                   on 2001/01/10  18:42:08
14082         Log: Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
14083              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
14084              Date:     Wed, 10 Jan 2001 13:23:02 EST
14085              Message-Id: <010110132245.8129a@DUPHY4.Physics.Drexel.Edu>
14086      Branch: perl
14087            ! ext/Opcode/Opcode.xs
14088 ____________________________________________________________________________
14089 [  8389] By: jhi                                   on 2001/01/10  15:16:07
14090         Log: Turn off the integer preservation for now.
14091      Branch: perl
14092            ! perl.h
14093 ____________________________________________________________________________
14094 [  8388] By: jhi                                   on 2001/01/10  15:01:25
14095         Log: Few more IDE/editor nits from p5p.
14096      Branch: perl
14097            ! pod/perlfaq3.pod
14098 ____________________________________________________________________________
14099 [  8387] By: jhi                                   on 2001/01/10  06:53:16
14100         Log: Subject: Re: [ID 20010109.003] Patch 8138 broke a test in libwww
14101              To: "Andreas J. Koenig" <andreas.koenig@anima.de>
14102              Date: Tue, 9 Jan 2001 23:16:02 +0000
14103              Message-ID: <20010109231602.A81101@plum.flirble.org>
14104      Branch: perl
14105            ! sv.c
14106 ____________________________________________________________________________
14107 [  8386] By: jhi                                   on 2001/01/10  03:17:54
14108         Log: Test cases for #8385 (from Simon's "torture.pl")
14109      Branch: perl
14110            ! t/op/tr.t
14111 ____________________________________________________________________________
14112 [  8385] By: jhi                                   on 2001/01/10  03:17:11
14113         Log: Subject: Re: more UTF8 test suites and an UTF8 patch
14114              From: Inaba Hiroto <inaba@sdd.tokyo-sc.toshiba.co.jp>
14115              Date: Wed, 10 Jan 2001 11:39:39 +0900
14116              Message-Id: <10101100239.AA10002@tux0017.sdd.tokyo-sc.toshiba.co.jp>
14117              
14118              Some more UTF-8 tr cases fixed.
14119      Branch: perl
14120            ! doop.c
14121 ____________________________________________________________________________
14122 [  8384] By: jhi                                   on 2001/01/09  22:45:40
14123         Log: Allow the locale test needing POSIX and the taint test
14124              needing IPC::SysV to run under 'minitest' (basically,
14125              bail out if loading the extension fails)
14126      Branch: perl
14127            ! t/op/misc.t t/op/taint.t
14128 ____________________________________________________________________________
14129 [  8383] By: jhi                                   on 2001/01/09  21:36:04
14130         Log: Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
14131              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
14132              Date: Tue,  9 Jan 2001 13:33:22 -0800 (PST)
14133              Message-ID: <14939.33475.474459.147429@soda.csua.berkeley.edu>
14134      Branch: perl
14135            ! t/io/openpid.t
14136 ____________________________________________________________________________
14137 [  8382] By: jhi                                   on 2001/01/09  21:06:08
14138         Log: save_delete(), err, SAVEDELETE() fixes from Charles Lane.
14139              Should finish up the bug id 20001205.022.
14140      Branch: perl
14141            ! pp.c pp_hot.c scope.c
14142 ____________________________________________________________________________
14143 [  8381] By: jhi                                   on 2001/01/09  18:27:43
14144         Log: Subject: Re: [PATCH: perl@8342] comp/proto..........FAILED tests 112-123
14145              From: Andy Dougherty <doughera@lafayette.edu>
14146              Date: Tue, 9 Jan 2001 12:11:16 -0500 (EST)
14147              Message-ID: <Pine.SOL.4.10.10101091144440.13124-100000@maxwell.phys.lafayette.edu>
14148              
14149              More robust yacc/bison error detection.
14150      Branch: perl
14151            ! t/comp/proto.t
14152 ____________________________________________________________________________
14153 [  8380] By: jhi                                   on 2001/01/09  15:21:38
14154         Log: Subject:  [PATCH] make t/op/misc.t work on VMS
14155              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
14156              Date:     Tue, 9 Jan 2001 07:53:55 EST
14157              Message-Id: <010109075323.91c8f@DUPHY4.Physics.Drexel.Edu> 
14158      Branch: perl
14159            ! t/op/misc.t vms/test.com
14160 ____________________________________________________________________________
14161 [  8379] By: jhi                                   on 2001/01/09  15:20:38
14162         Log: Subject: [ID 20001230.003] UTF-8 tr still hurts
14163              From: jhi@cc.hut.fi
14164              Date: Sat, 30 Dec 2000 22:57:32 +0200 (EET)
14165              Message-Id: <200012302057.WAA31168@alpha.hut.fi>
14166              
14167              The #8378 fixed this.
14168      Branch: perl
14169            ! t/op/tr.t
14170 ____________________________________________________________________________
14171 [  8378] By: jhi                                   on 2001/01/09  15:05:32
14172         Log: Subject: One more patch for UTF8 
14173              From: Inaba Hiroto <inaba@st.rim.or.jp>
14174              Date: Tue, 09 Jan 2001 01:04:32 +0900
14175              Message-ID: <3A59E510.52BAB5B9@st.rim.or.jp>
14176              
14177              UTF-8 fixes for 'x' and tr///.
14178      Branch: perl
14179            ! doop.c embed.h embed.pl op.c pod/perlapi.pod pp.c proto.h
14180            ! regcomp.c regexec.c toke.c utf8.c
14181 ____________________________________________________________________________
14182 [  8377] By: jhi                                   on 2001/01/09  14:32:17
14183         Log: Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
14184      Branch: perl
14185            ! t/op/length.t
14186 ____________________________________________________________________________
14187 [  8376] By: jhi                                   on 2001/01/09  04:32:32
14188         Log: integrate changes #7775, #8316, #8316 from mainline
14189      Branch: maint-5.6/perl
14190            ! hints/solaris_2.sh
14191 ____________________________________________________________________________
14192 [  8375] By: jhi                                   on 2001/01/09  04:26:43
14193         Log: Update Changes.
14194      Branch: perl
14195            ! Changes patchlevel.h
14196 ____________________________________________________________________________
14197 [  8374] By: jhi                                   on 2001/01/09  04:14:32
14198         Log: IDE/editor section tweaking.
14199      Branch: perl
14200            ! pod/perlfaq3.pod
14201 ____________________________________________________________________________
14202 [  8373] By: jhi                                   on 2001/01/09  02:38:26
14203         Log: Subject: [PATCH: perl@8342] updates to OS/390 hints file
14204              From: Peter Prymmer <pvhp@forte.com>
14205              Date: Mon, 8 Jan 2001 18:06:51 -0800 (PST)
14206              Message-ID: <Pine.OSF.4.10.10101081805530.239173-100000@aspara.forte.com>
14207              
14208              In preparation os OS/390 dynamic loading.
14209      Branch: perl
14210            ! README.os390 hints/os390.sh
14211 ____________________________________________________________________________
14212 [  8372] By: jhi                                   on 2001/01/09  00:24:30
14213         Log: Integrate with perlio.
14214      Branch: perl
14215           !> embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
14216 ____________________________________________________________________________
14217 [  8371] By: nick                                  on 2001/01/08  23:54:33
14218         Log: Fix "scalars leaked" bugs caused by overload magic
14219              (Highlighted by Ilya's DESTROY optimization.)
14220      Branch: perlio
14221            ! embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
14222 ____________________________________________________________________________
14223 [  8370] By: nick                                  on 2001/01/08  20:19:41
14224         Log: Integrate mainline
14225      Branch: perlio
14226           !> README.epoc dump.c ext/GDBM_File/GDBM_File.xs gv.c
14227           !> lib/Getopt/Long.pm mg.c op.c scope.c sv.c t/io/pipe.t
14228           !> t/op/64bitint.t
14229 ____________________________________________________________________________
14230 [  8369] By: jhi                                   on 2001/01/08  17:30:52
14231         Log: save_delete() Safefree() doesn't (anymore?) work with shared
14232              strings, one test failure in op/misc and almost all of lib/b.
14233              (Outcomments #8369.)
14234      Branch: perl
14235            ! scope.c
14236 ____________________________________________________________________________
14237 [  8368] By: jhi                                   on 2001/01/08  14:47:10
14238         Log: (Outcommented by #8369.)
14239              
14240              Subject: Re: Perl BugID 20001205.022 ---- save_delete
14241              From: Simon Cozens <simon@cozens.net>
14242              Date: Sat, 6 Jan 2001 11:48:40 +0000
14243              Message-ID: <20010106114840.A13227@deep-dark-truthful-mirror.perlhacker.org>
14244              
14245              The save_delete() does need the Safefree.
14246      Branch: perl
14247            ! scope.c
14248 ____________________________________________________________________________
14249 [  8367] By: bailey                                on 2001/01/08  08:53:52
14250         Log: Once again syncing after too long an absence
14251      Branch: vmsperl
14252           +> (branch 55 files)
14253            - MAINTAIN fix_pl vos/config.def vos/config.h
14254            - vos/config_h.SH_orig
14255           !> (integrate 498 files)
14256 ____________________________________________________________________________
14257 [  8366] By: jhi                                   on 2001/01/08  02:42:59
14258         Log: Subject: [ID 20010107.012] [PATCH] 18446744073709551616e0 was treated as UV=18446744073709551615
14259              From: nick@ccl4.org
14260              Date: Sun, 7 Jan 2001 21:07:18 +0000
14261              Message-Id: <20010107210717.D1048@plum.flirble.org>
14262      Branch: perl
14263            ! sv.c t/op/64bitint.t
14264 ____________________________________________________________________________
14265 [  8365] By: jhi                                   on 2001/01/08  02:35:16
14266         Log: Subject: [PATCH] environ nit
14267              From: Simon Cozens <simon@cozens.net>
14268              Date: Sun, 7 Jan 2001 17:57:07 +0000
14269              Message-ID: <20010107175707.A2013@pembro26.pmb.ox.ac.uk>
14270              
14271              Use environ only if we have it.
14272      Branch: perl
14273            ! mg.c
14274 ____________________________________________________________________________
14275 [  8364] By: jhi                                   on 2001/01/08  02:24:51
14276         Log: Replace #6721, GDBM, system malloc, and LEAKTEST.
14277      Branch: perl
14278            ! ext/GDBM_File/GDBM_File.xs
14279 ____________________________________________________________________________
14280 [  8363] By: jhi                                   on 2001/01/08  02:19:24
14281         Log: Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
14282              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
14283              Date: Sat,  6 Jan 2001 15:25:02 -0800 (PST)
14284              Message-ID: <14935.41722.239364.55174@soda.csua.berkeley.edu>
14285      Branch: perl
14286            ! dump.c op.c
14287 ____________________________________________________________________________
14288 [  8362] By: jhi                                   on 2001/01/08  02:17:43
14289         Log: Subject: [patch] xsub AUTOLOAD fix/optimization
14290              From: Doug MacEachern <dougm@covalent.net>
14291              Date: Sat, 6 Jan 2001 09:30:05 -0800 (PST)
14292              Message-ID: <Pine.LNX.4.10.10101060924280.24460-100000@mojo.covalent.net>
14293              
14294              Allow AUTOLOAD to be an xsub and allow such xsubs
14295              to avoid use of $AUTOLOAD.
14296      Branch: perl
14297            ! gv.c
14298 ____________________________________________________________________________
14299 [  8361] By: jhi                                   on 2001/01/08  02:16:07
14300         Log: Subject: Re: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
14301              From: Radu Greab <radu@netsoft.ro>
14302              Date: Sun, 7 Jan 2001 03:16:55 +0200 (EET)
14303              Message-ID: <14935.50055.838449.408835@ix.netsoft.ro>
14304              
14305              No need for the potentially unportable $SIG{CHLD}.
14306      Branch: perl
14307            ! t/io/pipe.t
14308 ____________________________________________________________________________
14309 [  8360] By: jhi                                   on 2001/01/08  01:58:23
14310         Log: Update to Getopt::Long 2.24_02, from Johan Vromans.
14311      Branch: perl
14312            ! lib/Getopt/Long.pm
14313 ____________________________________________________________________________
14314 [  8359] By: jhi                                   on 2001/01/08  01:55:44
14315         Log: Integrate perlio.
14316      Branch: perl
14317           !> ext/Encode/Encode.xs lib/ExtUtils/typemap perl.c perlio.c
14318           !> perlio.h pp.c pp_hot.c pp_sys.c sv.c t/lib/tie-refhash.t
14319           !> utf8.c win32/Makefile
14320 ____________________________________________________________________________
14321 [  8358] By: jhi                                   on 2001/01/07  21:16:50
14322         Log: Update the EPOC cross SDK URL.
14323      Branch: perl
14324            ! README.epoc
14325 ____________________________________________________________________________
14326 [  8357] By: jhi                                   on 2001/01/07  21:16:09
14327         Log: Update the EPOC cross SDK URL.
14328      Branch: maint-5.6/perl
14329            ! README.epoc
14330 ____________________________________________________________________________
14331 [  8356] By: nick                                  on 2001/01/06  21:47:52
14332         Log: FILE * in XS code for PerlIO world:
14333              - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
14334              - Add FILE * T_STDIO typemap.
14335              - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
14336      Branch: perlio
14337            ! lib/ExtUtils/typemap perlio.c perlio.h
14338 ____________________________________________________________________________
14339 [  8355] By: jhi                                   on 2001/01/06  20:27:15
14340         Log: integrate change #8336 from mainline
14341              
14342              Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1
14343      Branch: maint-5.6/perl
14344            ! hv.c
14345 ____________________________________________________________________________
14346 [  8354] By: jhi                                   on 2001/01/06  20:24:29
14347         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
14348              From: Robin Barker <rmb1@cise.npl.co.uk>
14349              Date: Fri, 22 Dec 2000 12:17:38 GMT
14350              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
14351              
14352              The patch reformats some long =item lines so they give
14353              correct output via pod2man | nroff -man
14354              
14355              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
14356              From: Robin Barker <rmb1@cise.npl.co.uk>
14357              Date: Tue, 2 Jan 2001 15:35:03 GMT
14358              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
14359              
14360              Here is a _further_ patch which corrects a few more errors:
14361              * an empty C<=item> in CPAN.pm
14362              * patching the wrong file (pod/perlamiga.pod not README.amiga)
14363              * leaving empty C<=item>s which formatted incorrectly
14364              * over long C<=item>s revealed by latest patch to Pod::Man
14365      Branch: maint-5.6/perl
14366            ! README.amiga lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
14367            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
14368            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlapi.pod
14369            ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
14370            ! pod/perlfaq4.pod pod/perllocale.pod pod/perlmodlib.pod
14371            ! pod/perlrequick.pod pod/perlretut.pod pod/perlsub.pod
14372 ____________________________________________________________________________
14373 [  8353] By: jhi                                   on 2001/01/06  20:21:10
14374         Log: integrate changes #7980, 7990, 8056, 8057 from mainline
14375              
14376              UTF-8 hash keys.
14377      Branch: maint-5.6/perl
14378            ! embed.h embed.pl hv.c hv.h perlapi.c proto.h t/op/each.t
14379 ____________________________________________________________________________
14380 [  8352] By: jhi                                   on 2001/01/06  20:18:44
14381         Log: Forgotten from #8438.
14382      Branch: maint-5.6/perl
14383            ! epoc/epocish.h
14384 ____________________________________________________________________________
14385 [  8351] By: jhi                                   on 2001/01/06  20:18:12
14386         Log: Forgotten from #8347.
14387      Branch: maint-5.6/perl
14388            ! config_h.SH
14389 ____________________________________________________________________________
14390 [  8350] By: jhi                                   on 2001/01/06  20:00:19
14391         Log: Thinko in #8347.
14392      Branch: maint-5.6/perl
14393            ! regcomp.c
14394 ____________________________________________________________________________
14395 [  8349] By: jhi                                   on 2001/01/06  18:05:30
14396         Log: Copy the FAQ3 IDE section from the development branch,
14397              changes originally by Peter Prymmer.
14398      Branch: maint-5.6/perl
14399            ! pod/perlfaq3.pod
14400 ____________________________________________________________________________
14401 [  8348] By: jhi                                   on 2001/01/06  18:03:02
14402         Log: EPOC updates for TRIAL1.
14403              
14404              Subject: [5.6.1 trial1] EPOC update
14405              From: Olaf Flebbe <O.Flebbe@science-computing.de>
14406              Date: Sun, 31 Dec 2000 16:04:52 +0100 (CET)
14407              Message-ID: <Pine.LNX.4.02.10012311603040.14097-100000@milkyway.science-computing.de> 
14408              
14409              Subject: epoc patch2 for perl-5.6.1-trial1
14410              From: Olaf Flebbe <O.Flebbe@science-computing.de>
14411              Date: Sat, 6 Jan 2001 13:55:53 +0100 (CET)
14412              Message-ID: <Pine.LNX.4.02.10101061355220.26469-100000@milkyway.science-computing.de> 
14413      Branch: maint-5.6/perl
14414            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
14415            ! epoc/epocish.c
14416 ____________________________________________________________________________
14417 [  8347] By: jhi                                   on 2001/01/06  17:29:10
14418         Log: integrate changes #7710,7824,7973 from mainline,
14419              plus VMS nits from Peter Prymmer and Dan Sugalski.
14420              
14421              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
14422              library (getprotobyname and getprotobynumber are outversioned by
14423              the same calls in libc, at least for xlc version 3.
14424              
14425              Add HAS_SBRK_PROTO.
14426              
14427              Fixes for signedness warnings noticed by VMSperlers.
14428      Branch: maint-5.6/perl
14429            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
14430            ! configure.com epoc/config.sh hints/aix.sh malloc.c regcomp.c
14431            ! sv.c vms/descrip_mms.template vos/config.alpha.def
14432            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
14433            ! win32/config.bc win32/config.gc win32/config.vc
14434 ____________________________________________________________________________
14435 [  8346] By: nick                                  on 2001/01/06  14:36:01
14436         Log: Fixup accumulated integrate muddles (perlio == devperl again)
14437      Branch: perlio
14438            ! ext/Encode/Encode.xs perl.c pp_sys.c t/lib/tie-refhash.t
14439 ____________________________________________________________________________
14440 [  8345] By: nick                                  on 2001/01/06  14:24:58
14441         Log: Integrate mainline
14442      Branch: perlio
14443           !> (integrate 55 files)
14444 ____________________________________________________________________________
14445 [  8344] By: jhi                                   on 2001/01/06  02:24:02
14446         Log: Subject: [patch] PerlIO_cleanup() prototype
14447              From: Doug MacEachern <dougm@covalent.net>
14448              Date: Fri, 5 Jan 2001 18:15:31 -0800 (PST)
14449              Message-ID: <Pine.LNX.4.10.10101051813220.340-100000@mojo.covalent.net>
14450      Branch: perl
14451            ! perlio.h
14452 ____________________________________________________________________________
14453 [  8343] By: jhi                                   on 2001/01/06  01:04:09
14454         Log: IRIX compiler noticed that the bof initialization might be
14455              bypassed by control flow.
14456      Branch: perl
14457            ! toke.c
14458 ____________________________________________________________________________
14459 [  8342] By: jhi                                   on 2001/01/06  00:10:48
14460         Log: Update Changes.
14461      Branch: perl
14462            ! Changes patchlevel.h
14463 ____________________________________________________________________________
14464 [  8341] By: jhi                                   on 2001/01/05  23:52:33
14465         Log: Add a note about EBCDIC versus UTF-8 to a potential problem spot.
14466      Branch: perl
14467            ! toke.c
14468 ____________________________________________________________________________
14469 [  8340] By: jhi                                   on 2001/01/05  22:44:08
14470         Log: Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
14471              From: Radu Greab <radu@netsoft.ro>
14472              Date: Fri, 5 Jan 2001 21:04:33 +0200 (EET)
14473              Message-ID: <14934.6849.742435.23178@ix.netsoft.ro>
14474      Branch: perl
14475            ! t/io/pipe.t util.c
14476 ____________________________________________________________________________
14477 [  8339] By: jhi                                   on 2001/01/05  22:35:17
14478         Log: Subject: [PATCH] format and rewording in perlfaq.pod
14479              From: Robin Barker <rmb1@cise.npl.co.uk>
14480              Date: Fri, 5 Jan 2001 18:51:20 GMT
14481              Message-Id: <200101051851.SAA03310@tempest.npl.co.uk>
14482      Branch: perl
14483            ! pod/perlfaq.pod
14484 ____________________________________________________________________________
14485 [  8338] By: jhi                                   on 2001/01/05  22:31:17
14486         Log: Subject: [patch: perl@8327] have perlbug's Save to File respect -F flag
14487              From: Peter Prymmer <pvhp@forte.com>
14488              Date: Fri, 5 Jan 2001 14:02:13 -0800 (PST)
14489              Message-ID: <Pine.OSF.4.10.10101051357400.28294-100000@aspara.forte.com>
14490      Branch: perl
14491            ! utils/perlbug.PL
14492 ____________________________________________________________________________
14493 [  8337] By: jhi                                   on 2001/01/05  18:15:11
14494         Log: Subject: [PATCH 5.7.1/Configure] failure to set src='.'
14495              From: Robin Barker <rmb1@cise.npl.co.uk>
14496              Date: Tue, 2 Jan 2001 15:24:07 GMT
14497              Message-Id: <200101021524.PAA15145@tempest.npl.co.uk>
14498              
14499              If you call configure as C<./Configure> or C<sh ./Configure>,
14500              $src is set to the absolute path name, not '.'.
14501              
14502              This, in turn, means -Dmksymlink tries to do its stuff because
14503              it does not think it is in the src directory.
14504              
14505              (plus a metaconfig nitfix)
14506      Branch: metaconfig
14507            ! U/compline/ccflags.U U/modified/src.U
14508      Branch: perl
14509            ! Configure config_h.SH
14510 ____________________________________________________________________________
14511 [  8336] By: jhi                                   on 2001/01/05  17:48:32
14512         Log: Subject: Re: [Fwd: Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1]
14513              From: Alan Burlison <Alan.Burlison@uk.sun.com>
14514              Message-ID: <3A5606C4.473D2226@uk.sun.com>
14515              Date: Fri, 05 Jan 2001 17:39:16 +0000
14516      Branch: perl
14517            ! hv.c
14518 ____________________________________________________________________________
14519 [  8335] By: jhi                                   on 2001/01/05  16:05:44
14520         Log: Upgrade to Getopt::Long 2.24_01, from Johan Vromans.
14521      Branch: perl
14522            ! lib/Getopt/Long.pm
14523 ____________________________________________________________________________
14524 [  8334] By: jhi                                   on 2001/01/05  16:00:51
14525         Log: Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
14526              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
14527              Date: Fri, 05 Jan 2001 13:46:51 +0100
14528              Message-ID: <13693.978698811@nice.ram.loc>
14529              
14530              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
14531              accurate reading of the "atime".  
14532      Branch: perl
14533            ! t/io/fs.t
14534 ____________________________________________________________________________
14535 [  8333] By: jhi                                   on 2001/01/05  15:57:37
14536         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful 
14537              From: Simon Cozens <simon@cozens.net>
14538              Date: Fri, 8 Dec 2000 13:33:31 +0000
14539              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org> 
14540              
14541              A lost patch fragment.
14542      Branch: perl
14543            ! doop.c
14544 ____________________________________________________________________________
14545 [  8332] By: jhi                                   on 2001/01/05  15:40:42
14546         Log: Do away with strncpy() and a fixed length buffer.
14547      Branch: perl
14548            ! utf8.c
14549 ____________________________________________________________________________
14550 [  8331] By: jhi                                   on 2001/01/05  15:03:07
14551         Log: Tests for #8329 and #8330.
14552      Branch: perl
14553            ! t/op/bop.t
14554 ____________________________________________________________________________
14555 [  8330] By: jhi                                   on 2001/01/05  15:02:38
14556         Log: "\x{FF}\xFF" was broken, the \xFF was appended in its
14557              raw 8-bit form to the UTF-8 string.
14558      Branch: perl
14559            ! toke.c
14560 ____________________________________________________________________________
14561 [  8329] By: jhi                                   on 2001/01/05  14:55:13
14562         Log: Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
14563              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
14564              Date: Fri, 5 Jan 2001 12:28:52 +0100
14565              Message-ID: <5930DC161690D211966700902715754703738F96@madt009a.siemens.es>
14566              
14567              UTF-8 parsing fix that seems to be needed for EBCDIC, in ASCII
14568              no effect.  (changed the strncpy() to Copy())
14569      Branch: perl
14570            ! toke.c
14571 ____________________________________________________________________________
14572 [  8328] By: jhi                                   on 2001/01/05  06:44:27
14573         Log: UTF-8 cleanup.
14574      Branch: perl
14575            ! doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
14576            ! regexec.c sv.c toke.c
14577 ____________________________________________________________________________
14578 [  8327] By: jhi                                   on 2001/01/05  01:11:29
14579         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')
14580              From: Radu Greab <radu@netsoft.ro>
14581              Message-ID: <14933.5458.672637.641215@ix.netsoft.ro>
14582              Date: Fri, 5 Jan 2001 02:29:06 +0200 (EET)
14583              
14584              Cleans up Harness to not use FileHandle, which uses IO.
14585      Branch: perl
14586            ! lib/Test/Harness.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
14587 ____________________________________________________________________________
14588 [  8326] By: jhi                                   on 2001/01/05  00:56:37
14589         Log: Update Changes.
14590      Branch: perl
14591            ! Changes patchlevel.h
14592 ____________________________________________________________________________
14593 [  8325] By: jhi                                   on 2001/01/05  00:53:18
14594         Log: Subject: Re: [patch bug 20010103.019] Re: perl@8269: failure to build on NT 4.0.1381 with MSVC (fwd)
14595              From: Peter Prymmer <pvhp@forte.com>
14596              Date: Thu, 4 Jan 2001 14:20:15 -0800 (PST)
14597              Message-ID: <Pine.OSF.4.10.10101041406420.492782-100000@aspara.forte.com>
14598              
14599              plus a couple more tailing whitespace removals.
14600      Branch: perl
14601            ! win32/Makefile
14602 ____________________________________________________________________________
14603 [  8324] By: jhi                                   on 2001/01/05  00:47:39
14604         Log: Add some Unicode chop() tests.
14605      Branch: perl
14606            ! t/op/chop.t
14607 ____________________________________________________________________________
14608 [  8323] By: jhi                                   on 2001/01/05  00:47:23
14609         Log: Unify UTF-8 malformedness handling.
14610      Branch: perl
14611            ! doop.c pp.c sv.c toke.c utf8.c utf8.h
14612 ____________________________________________________________________________
14613 [  8322] By: jhi                                   on 2001/01/04  22:21:54
14614         Log: The new $issymlink was unknown to Mksymlinks.
14615      Branch: metaconfig/U/perl
14616            ! Mksymlinks.U issymlink.U
14617      Branch: perl
14618            ! Configure config_h.SH
14619 ____________________________________________________________________________
14620 [  8321] By: jhi                                   on 2001/01/04  21:51:05
14621         Log: The test didn't work under the core test framework.
14622      Branch: perl
14623            ! t/lib/st-lock.t
14624 ____________________________________________________________________________
14625 [  8320] By: jhi                                   on 2001/01/04  21:14:22
14626         Log: DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
14627      Branch: perl
14628            ! INSTALL ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
14629 ____________________________________________________________________________
14630 [  8319] By: jhi                                   on 2001/01/04  20:46:17
14631         Log: Typo in #8312 when manually appying a problematic patch fragment.
14632      Branch: perl
14633            ! ext/Storable/Storable.xs
14634 ____________________________________________________________________________
14635 [  8318] By: jhi                                   on 2001/01/04  20:43:01
14636         Log: The $sh_c didn't fly.
14637      Branch: metaconfig
14638            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
14639            ! U/modified/Loc.U U/modified/myhostname.U
14640            ! U/modified/spitshell.U
14641      Branch: metaconfig/U/perl
14642            ! issymlink.U
14643      Branch: perl
14644            ! Configure config_h.SH
14645 ____________________________________________________________________________
14646 [  8317] By: jhi                                   on 2001/01/04  19:58:01
14647         Log: AIX builtin test -h is broken, changes based on
14648              
14649              Subject: [PATCH] 8297. Symlink stuff breaks on AIX 4 bsh
14650              Date: Tue, 02 Jan 2001 11:24:39 +0100
14651              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
14652              Message-Id: <20010102093747.A6F7.H.M.BRAND@hccnet.nl>
14653      Branch: metaconfig
14654            + U/modified/spitshell.U
14655            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
14656            ! U/modified/Loc.U U/modified/myhostname.U
14657      Branch: metaconfig/U/perl
14658            ! Mksymlinks.U issymlink.U
14659      Branch: perl
14660            ! Configure
14661 ____________________________________________________________________________
14662 [  8316] By: jhi                                   on 2001/01/04  19:02:22
14663         Log: Subject: [PATCH] Re: New attempt on hints/solaris_2.sh
14664              From: Andy Dougherty <doughera@lafayette.edu>
14665              Message-ID: <Pine.SOL.4.10.10101031518320.28840-100000@maxwell.phys.lafayette.edu>
14666              Date: Wed, 3 Jan 2001 15:36:06 -0500 (EST)
14667              
14668              Beware of GNU ld.
14669      Branch: perl
14670            ! hints/solaris_2.sh
14671 ____________________________________________________________________________
14672 [  8315] By: jhi                                   on 2001/01/04  18:56:48
14673         Log: From: Lupe Christoph <lupe@lupe-christoph.de>
14674              Subject: Re: [PATCH 5.7.1/Configure] failure to set src='.'
14675              Date: Wed, 3 Jan 2001 07:58:51 +0100
14676              Message-ID: <20010103075851.P4594@alanya.lupe-christoph.de>
14677      Branch: perl
14678            ! hints/solaris_2.sh
14679 ____________________________________________________________________________
14680 [  8314] By: jhi                                   on 2001/01/04  18:54:07
14681         Log: Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
14682              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
14683              Date: Wed,  3 Jan 2001 13:48:04 -0800 (PST)
14684              Message-ID: <14931.40265.379608.910008@soda.csua.berkeley.edu>
14685              
14686              Doc tweak on #8313.
14687      Branch: perl
14688            ! ext/B/B/Deparse.pm
14689 ____________________________________________________________________________
14690 [  8313] By: jhi                                   on 2001/01/04  18:52:27
14691         Log: Subject: [PATCH @8269] Continue blocks and B::Deparse
14692              Date: Wed,  3 Jan 2001 13:31:53 -0800 (PST)
14693              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
14694              Message-ID: <14931.37732.62835.279605@soda.csua.berkeley.edu>
14695              
14696              Make the peephole optimizer to bypass more null ops and
14697              and rewrite the deparse handling of continue blocks.
14698      Branch: perl
14699            ! ext/B/B/Deparse.pm op.c op.h t/lib/b.t
14700 ____________________________________________________________________________
14701 [  8312] By: jhi                                   on 2001/01/04  18:47:39
14702         Log: Upgrade to Storable 1.0.7, from Raphael Manfredi.
14703      Branch: perl
14704            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
14705            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
14706            ! t/lib/st-lock.t
14707 ____________________________________________________________________________
14708 [  8311] By: jhi                                   on 2001/01/04  18:36:08
14709         Log: Add a new MakeMaker variable PM_FILTER that defines a Unix
14710              filter to be run on each .pm during the pm_to_blib() phase,
14711              a fixed version of
14712              
14713              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
14714              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
14715              Date: Wed, 03 Jan 2001 22:01:30 +0100
14716              Message-ID: <5296.978555690@nice.ram.loc>
14717      Branch: perl
14718            ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
14719            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
14720            ! lib/ExtUtils/MakeMaker.pm
14721 ____________________________________________________________________________
14722 [  8310] By: jhi                                   on 2001/01/04  18:32:54
14723         Log: Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
14724              From: Robin Barker <rmb1@cise.npl.co.uk>
14725              Date: Tue, 2 Jan 2001 15:35:03 GMT
14726              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
14727      Branch: perl
14728            ! README.amiga lib/CPAN.pm lib/Win32.pod pod/perl56delta.pod
14729            ! pod/perlrequick.pod
14730 ____________________________________________________________________________
14731 [  8309] By: jhi                                   on 2001/01/04  18:29:07
14732         Log: Subject: Re: [patch] static-ize XS()
14733              From: Doug MacEachern <dougm@covalent.net>
14734              Date: Mon, 1 Jan 2001 15:26:01 -0800 (PST)
14735              Message-ID: <Pine.LNX.4.10.10101011523560.3379-100000@mojo.covalent.net>
14736              
14737              Provide prototypes for the XS functions.
14738      Branch: perl
14739            ! lib/ExtUtils/xsubpp
14740 ____________________________________________________________________________
14741 [  8308] By: jhi                                   on 2001/01/04  18:27:44
14742         Log: Subject: [patch] typemap =~ s/croak/Perl_croak/
14743              From: Doug MacEachern <dougm@covalent.net>
14744              Date: Mon, 1 Jan 2001 11:41:57 -0800 (PST)
14745              Message-ID: <Pine.LNX.4.10.10101011139570.3379-100000@mojo.covalent.net>
14746      Branch: perl
14747            ! lib/ExtUtils/typemap
14748 ____________________________________________________________________________
14749 [  8307] By: jhi                                   on 2001/01/04  18:25:25
14750         Log: Subject: Re: [patch] MM_Unix cpprun shortcut
14751              From: Doug MacEachern <dougm@covalent.net>
14752              Date: Wed, 3 Jan 2001 20:09:57 -0800 (PST)
14753              Message-ID: <Pine.LNX.4.10.10101032009330.280-100000@mojo.covalent.net>
14754              
14755              Add a .c.i: MakeMaker make rule to create cpreprocessed outputs.
14756      Branch: perl
14757            ! lib/ExtUtils/MM_Unix.pm
14758 ____________________________________________________________________________
14759 [  8306] By: jhi                                   on 2001/01/04  18:23:00
14760         Log: Subject: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
14761              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
14762              Date: Thu, 4 Jan 2001 12:47:10 +0100 
14763              Message-ID: <5930DC161690D21196670090271575470370111A@madt009a.siemens.es>
14764              
14765              The toke.c part only, patching embed.h and proto.h is futile.
14766      Branch: perl
14767            ! toke.c
14768 ____________________________________________________________________________
14769 [  8305] By: jhi                                   on 2001/01/04  18:05:51
14770         Log: Subject: [PATCH perl@8269] scanning two hex-constants fails on EBCDIC environment (script length.t)
14771              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
14772              Date: Thu, 4 Jan 2001 17:50:12 +0100 
14773              Message-ID: <5930DC161690D211966700902715754703738AA6@madt009a.siemens.es>
14774      Branch: perl
14775            ! toke.c
14776 ____________________________________________________________________________
14777 [  8304] By: jhi                                   on 2001/01/04  18:03:26
14778         Log: Subject: [PATCH perl@8269]
14779              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
14780              Date: Thu, 4 Jan 2001 12:53:39 +0100 
14781              Message-ID: <5930DC161690D211966700902715754703701130@madt009a.siemens.es>
14782              
14783              If running byacc write-enable also perly.h.
14784      Branch: perl
14785            ! Makefile.SH
14786 ____________________________________________________________________________
14787 [  8303] By: jhi                                   on 2001/01/04  15:40:49
14788         Log: Rewrite pp_concat() in terms of sv_catsv().
14789      Branch: perl
14790            ! pp_hot.c
14791 ____________________________________________________________________________
14792 [  8302] By: nick                                  on 2001/01/03  22:43:22
14793         Log: Integrate mainline.
14794      Branch: perlio
14795           !> ext/Encode/Encode.xs sv.c utf8.c
14796 ____________________________________________________________________________
14797 [  8301] By: jhi                                   on 2001/01/02  23:40:26
14798         Log: Variable naming tweak.
14799      Branch: perl
14800            ! sv.c
14801 ____________________________________________________________________________
14802 [  8300] By: jhi                                   on 2001/01/02  23:40:02
14803         Log: Use the UTF8_XXX macros in is_utf8_char(), a performance nit
14804              in is_utf8_string().
14805      Branch: perl
14806            ! utf8.c
14807 ____________________________________________________________________________
14808 [  8299] By: jhi                                   on 2001/01/02  22:14:40
14809         Log: Integrate perlio.
14810      Branch: perl
14811           !> pp.c pp_hot.c win32/Makefile
14812 ____________________________________________________________________________
14813 [  8298] By: nick                                  on 2001/01/02  22:03:06
14814         Log: Turn SvUTF8 off if not required in pp_chr and pp_stringify.
14815      Branch: perlio
14816            ! pp.c pp_hot.c
14817 ____________________________________________________________________________
14818 [  8297] By: jhi                                   on 2001/01/02  04:26:28
14819         Log: Signedness nit.
14820      Branch: perl
14821            ! ext/Encode/Encode.xs
14822 ____________________________________________________________________________
14823 [  8296] By: nick                                  on 2001/01/01  23:49:36
14824         Log: Add Encode and correct Filter/Util/Call in nmake Makefile
14825      Branch: perlio
14826            ! win32/Makefile
14827 ____________________________________________________________________________
14828 [  8295] By: jhi                                   on 2001/01/01  23:05:48
14829         Log: Integrate perlio.
14830      Branch: perl
14831           !> ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
14832           !> t/lib/encode.t
14833 ____________________________________________________________________________
14834 [  8294] By: nick                                  on 2001/01/01  22:48:34
14835         Log: Integrate mainline
14836      Branch: perlio
14837            ! pp_hot.c t/lib/encode.t
14838           !> (integrate 65 files)
14839 ____________________________________________________________________________
14840 [  8293] By: nick                                  on 2001/01/01  21:58:50
14841         Log: More rigor in UTF-8-ness of Encode's toUnicode
14842              XS export some of the utf8 internal functions.
14843              Test some of the functions.
14844              Fix pp_concat() bug shown by said tests.
14845      Branch: perlio
14846            ! ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
14847            ! t/lib/encode.t
14848 ____________________________________________________________________________
14849 [  8292] By: jhi                                   on 2001/01/01  18:11:44
14850         Log: Integrate perlio.
14851      Branch: perl
14852           !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
14853           !> ext/Encode/encengine.c ext/Encode/encode.h
14854 ____________________________________________________________________________
14855 [  8291] By: jhi                                   on 2001/01/01  18:10:58
14856         Log: Podify README.mpeix (a new version from the web),
14857              add a dummy NAME to Carp::Heavy, regen toc.
14858      Branch: perl
14859            ! README.mpeix lib/Carp/Heavy.pm pod/buildtoc.PL pod/perl.pod
14860            ! pod/perltoc.pod
14861 ____________________________________________________________________________
14862 [  8290] By: nick                                  on 2001/01/01  17:43:47
14863         Log: Loose the "Loading..." warning.
14864              Another bug in fallback support
14865      Branch: perlio
14866            ! ext/Encode/Encode.pm ext/Encode/encengine.c
14867 ____________________________________________________________________________
14868 [  8289] By: jhi                                   on 2001/01/01  00:01:57
14869         Log: Bump up Larry's copyright.
14870      Branch: perl
14871            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
14872            ! doop.c dump.c ext/DynaLoader/dl_dld.xs form.h gv.c gv.h
14873            ! handy.h hv.c hv.h mg.c mg.h op.c op.h perl.c perl.h perly.y
14874            ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c
14875            ! scope.c sv.c sv.h toke.c utf8.c utf8.h util.c util.h
14876            ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
14877            ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
14878            ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
14879 ____________________________________________________________________________
14880 [  8288] By: nick                                  on 2000/12/31  21:27:53
14881         Log: Fix .ucm reading - forgot a chr()
14882              Start of .ucm write (for .enc to .ucm)
14883      Branch: perlio
14884            ! ext/Encode/compile
14885 ____________________________________________________________________________
14886 [  8287] By: jhi                                   on 2000/12/31  18:15:56
14887         Log: Comment away a diagnostic message as noted by Craig A. Berry
14888              (the unexpected message was confusing testing)
14889      Branch: perl
14890            ! ext/Encode/Encode.pm
14891 ____________________________________________________________________________
14892 [  8286] By: jhi                                   on 2000/12/31  18:14:51
14893         Log: Subject: [PATCH perl@8269] ext/Encode/Makefile.PL line shortening
14894              Date: Sun, 31 Dec 2000 11:17:37 -0600
14895              From: "Craig A. Berry" <craigberry@mac.com>
14896              Message-Id: <5.0.2.1.0.20001230195844.025636c0@exchi01>
14897      Branch: perl
14898            ! ext/Encode/Makefile.PL
14899 ____________________________________________________________________________
14900 [  8285] By: nick                                  on 2000/12/31  18:11:54
14901         Log: Start of support of ICU-style .ucm files:
14902              - teach compile how to read a .ucm file
14903              - first guess at how to represent fallbacks in "tries".
14904              - use fallbacks if check == 0
14905              - new return code to indicate we used one.
14906      Branch: perlio
14907            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
14908            ! ext/Encode/encengine.c ext/Encode/encode.h
14909 ____________________________________________________________________________
14910 [  8284] By: jhi                                   on 2000/12/31  18:04:41
14911         Log: Pacify picky VMS compiler.
14912              
14913              Subject: perl@8269, whiny Compaq C compiler, unsigned expressions
14914              From: "Craig A. Berry" <craig.berry@psinetcs.com>
14915              Date: Sat, 30 Dec 2000 18:10:02 -0600
14916              Message-Id: <200012310010.CAA09719@tiku.hut.fi>
14917      Branch: perl
14918            ! sv.c
14919 ____________________________________________________________________________
14920 [  8283] By: jhi                                   on 2000/12/31  16:11:47
14921         Log: Wrong alarm: cygwin's getpwuid() is just fine (from Gerrit P. Haase)
14922      Branch: perl
14923            ! t/lib/glob-basic.t
14924 ____________________________________________________________________________
14925 [  8282] By: jhi                                   on 2000/12/31  15:26:11
14926         Log: Integrate perlio.
14927      Branch: perl
14928           !> makedef.pl opcode.pl os2/os2.c perlio.c
14929 ____________________________________________________________________________
14930 [  8281] By: nick                                  on 2000/12/31  10:06:15
14931         Log: Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
14932              is available to be exported
14933      Branch: perlio
14934            ! makedef.pl perlio.c
14935 ____________________________________________________________________________
14936 [  8280] By: nick                                  on 2000/12/31  09:41:26
14937         Log: Ilya's OS2 patch (testing for damage on Win32)
14938      Branch: perlio
14939            ! makedef.pl opcode.pl os2/os2.c
14940 ____________________________________________________________________________
14941 [  8279] By: jhi                                   on 2000/12/30  21:52:07
14942         Log: Test nits.
14943      Branch: perl
14944            ! t/lib/syslfs.t t/op/lfs.t
14945 ____________________________________________________________________________
14946 [  8278] By: jhi                                   on 2000/12/30  21:47:49
14947         Log: Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
14948              From: andreas.koenig@anima.de (Andreas J. Koenig)
14949              Date: 30 Dec 2000 22:35:37 +0100
14950              Message-ID: <m3vgs1a8ye.fsf@ak-71.mind.de>
14951              
14952              The 32-bit wraparound test wasn't quite right.
14953      Branch: perl
14954            ! t/lib/syslfs.t t/op/lfs.t
14955 ____________________________________________________________________________
14956 [  8277] By: jhi                                   on 2000/12/30  21:33:44
14957         Log: Subject: [PATCH] open() example in perlfunc.pod 
14958              From: Karsten Sperling <s_sperli@ira.uka.de>
14959              Date: Sat, 30 Dec 2000 22:27:09 +0100
14960              Message-ID: <"iraun1.ira.0090801:001230.213049"@ira.uka.de>
14961      Branch: perl
14962            ! pod/perlfunc.pod
14963 ____________________________________________________________________________
14964 [  8276] By: jhi                                   on 2000/12/30  20:32:40
14965         Log: Not quite that many tests yet.
14966      Branch: perl
14967            ! t/op/pat.t
14968 ____________________________________________________________________________
14969 [  8275] By: jhi                                   on 2000/12/30  20:26:58
14970         Log: Integrate perlio.
14971      Branch: perl
14972           !> toke.c
14973 ____________________________________________________________________________
14974 [  8274] By: jhi                                   on 2000/12/30  20:24:56
14975         Log: Signedness nit.
14976      Branch: perl
14977            ! utf8.c
14978 ____________________________________________________________________________
14979 [  8273] By: jhi                                   on 2000/12/30  20:15:46
14980         Log: Add a test case for 20000731.001 which was fixed by the #8267.
14981      Branch: perl
14982            ! t/op/pat.t
14983 ____________________________________________________________________________
14984 [  8272] By: nick                                  on 2000/12/30  19:47:51
14985         Log: Tweak for MULTIPLICITY/USE_PERLIO
14986      Branch: perlio
14987            ! toke.c
14988 ____________________________________________________________________________
14989 [  8271] By: nick                                  on 2000/12/30  19:46:45
14990         Log: Integrate mainline
14991      Branch: perlio
14992           +> lib/unicode/distinct.pm
14993           !> Changes MANIFEST doop.c embed.h embed.pl mg.c op.c op.h
14994           !> patchlevel.h perl.h pod/perlapi.pod pp.c pp_ctl.c pp_hot.c
14995           !> proto.h regcomp.c regcomp.h regexec.c sv.c t/op/split.t utf8.c
14996 ____________________________________________________________________________
14997 [  8270] By: jhi                                   on 2000/12/30  19:39:50
14998         Log: Subject: RE: perl@8269
14999              From: "Richard Soderberg" <rs@crystalflame.net>
15000              Date: Sat, 30 Dec 2000 11:36:27 -0800
15001              Message-ID: <NAEKLNAAHLMBPMPNBMLEIEAKCKAA.rs@crystalflame.net>
15002              
15003              A missing aTHX_.
15004      Branch: perl
15005            ! toke.c
15006 ____________________________________________________________________________
15007 [  8269] By: jhi                                   on 2000/12/30  18:55:48
15008         Log: Update Changes.
15009      Branch: perl
15010            ! Changes patchlevel.h
15011 ____________________________________________________________________________
15012 [  8268] By: jhi                                   on 2000/12/30  17:18:40
15013         Log: Add a test for Unicode split //.  The #8267 was the cure.
15014      Branch: perl
15015            ! t/op/split.t
15016 ____________________________________________________________________________
15017 [  8267] By: jhi                                   on 2000/12/30  17:14:19
15018         Log: Subject: more UTF8 test suites and an UTF8 patch
15019              From: Inaba Hiroto <inaba@st.rim.or.jp>
15020              Date: Sat, 30 Dec 2000 14:27:10 +0900
15021              Message-ID: <3A4D722D.243AFD88@st.rim.or.jp> 
15022              
15023              Just the patch part for now, and the pragma renamed
15024              as unicode::distinct.
15025      Branch: perl
15026            + lib/unicode/distinct.pm
15027            ! MANIFEST doop.c embed.h embed.pl mg.c op.c op.h perl.h
15028            ! pod/perlapi.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
15029            ! regcomp.h regexec.c sv.c toke.c utf8.c
15030 ____________________________________________________________________________
15031 [  8266] By: nick                                  on 2000/12/30  16:40:49
15032         Log: Integrate mainline
15033      Branch: perlio
15034           +> lib/Pod/Text/Overstrike.pm
15035           !> MANIFEST doio.c hints/dec_osf.sh hv.c lib/Pod/Man.pm
15036           !> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm op.c
15037           !> pod/pod2text.PL sv.c t/lib/syslfs.t t/op/join.t t/op/lfs.t
15038           !> t/pragma/constant.t t/pragma/sub_lval.t t/pragma/utf8.t util.c
15039           !> vms/vms.c vms/vmsish.h vms/vmspipe.com
15040 ____________________________________________________________________________
15041 [  8265] By: jhi                                   on 2000/12/30  07:28:55
15042         Log: The sv_catsv() fix, take two.
15043      Branch: perl
15044            ! sv.c t/op/join.t
15045 ____________________________________________________________________________
15046 [  8264] By: jhi                                   on 2000/12/30  06:19:18
15047         Log: Undo all the join-related changes since #8248: relevant
15048              portions of 8248, 8249, 8250, 8251, 8260, 8263 must go.
15049              The new sv_catsv() doesn't fly so it must go back to
15050              the drawing board.
15051      Branch: perl
15052            ! sv.c t/op/join.t t/pragma/utf8.t
15053 ____________________________________________________________________________
15054 [  8263] By: jhi                                   on 2000/12/30  01:08:32
15055         Log: (Retracted by #8264)  Tweak sv_catsv() some more.
15056      Branch: perl
15057            ! sv.c
15058 ____________________________________________________________________________
15059 [  8262] By: jhi                                   on 2000/12/30  00:45:14
15060         Log: Retract #8261.
15061      Branch: perl
15062            ! hv.c util.c
15063 ____________________________________________________________________________
15064 [  8261] By: jhi                                   on 2000/12/30  00:38:32
15065         Log: (Retracted by #8261). (Unsuccessful memory access tweaks.)
15066      Branch: perl
15067            ! hv.c util.c
15068 ____________________________________________________________________________
15069 [  8260] By: jhi                                   on 2000/12/29  22:51:33
15070         Log: (Retracted by #8264)  More fixing for #8251.
15071      Branch: perl
15072            ! sv.c
15073 ____________________________________________________________________________
15074 [  8259] By: jhi                                   on 2000/12/29  18:27:30
15075         Log: Subject: podlators 1.06 released
15076              From: Russ Allbery <rra@stanford.edu>
15077              Date: 25 Dec 2000 05:09:30 -0800
15078              Message-ID: <ylwvcosl4l.fsf@windlord.stanford.edu>
15079      Branch: perl
15080            + lib/Pod/Text/Overstrike.pm
15081            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Color.pm
15082            ! lib/Pod/Text/Termcap.pm pod/pod2text.PL
15083 ____________________________________________________________________________
15084 [  8258] By: jhi                                   on 2000/12/29  18:20:45
15085         Log: Make the large file tests more robust/talkative as suggested by
15086              
15087              Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
15088              From: andreas.koenig@anima.de (Andreas J. Koenig)
15089              Date: 29 Dec 2000 14:23:01 +0100
15090              Message-ID: <m3snn7uzt6.fsf@ak-71.mind.de>
15091      Branch: perl
15092            ! t/lib/syslfs.t t/op/lfs.t
15093 ____________________________________________________________________________
15094 [  8257] By: jhi                                   on 2000/12/29  17:48:04
15095         Log: Further VMS piping fixes from Charles Lane:
15096              
15097              In summary, error messages produced when a subprocess terminated
15098              abnormally were being sent not just to the parent process, but to
15099              grandparents, because of default values for error output that were
15100              not completely overridden when the subprocess was started.
15101              
15102              This patch fixes this behavior by defining user-mode (i.e., temporary
15103              for the duration of the program) logical names for SYS$OUTPUT and
15104              SYS$ERROR when they are (re)opened inside Perl.  And a bunch of other
15105              changes to make it so that the user-mode logicals are the ones that
15106              control where Perl's error messages go if it terminates abnormally.
15107              
15108              I also added some gratuitous fixes to the indentation of braces in
15109              the piping code.  It just looked ugly, before.
15110      Branch: perl
15111            ! doio.c vms/vms.c vms/vmsish.h vms/vmspipe.com
15112 ____________________________________________________________________________
15113 [  8256] By: jhi                                   on 2000/12/29  17:45:12
15114         Log: Subject: [PATCH] Idea: Declare multiple constants at once (fwd)
15115              From: "Casey R. Tweten" <crt@kiski.net>
15116              Date: Fri, 29 Dec 2000 12:03:00 -0500 (EST)
15117              Message-ID: <Pine.OSF.4.21.0012291201150.17186-100000@home.kiski.net>
15118              
15119              Tests for for #8240.
15120      Branch: perl
15121            ! t/pragma/constant.t
15122 ____________________________________________________________________________
15123 [  8255] By: jhi                                   on 2000/12/29  17:43:07
15124         Log: Subject: Re: [PATCH] Interesting syntax idea
15125              From: Simon Cozens <simon@cozens.net>
15126              Date: Fri, 29 Dec 2000 14:34:04 +0000
15127              Message-ID: <20001229143404.A7762@deep-dark-truthful-mirror.perlhacker.org>
15128              
15129              Tests for #8254.
15130      Branch: perl
15131            ! t/pragma/sub_lval.t
15132 ____________________________________________________________________________
15133 [  8254] By: jhi                                   on 2000/12/29  17:42:11
15134         Log: Subject: [PATCH] Interesting syntax idea
15135              From: Simon Cozens <simon@cozens.net>
15136              Date: Wed, 27 Dec 2000 05:08:57 +0000
15137              Message-ID: <20001227050857.A11296@deep-dark-truthful-mirror.perlhacker.org>
15138              
15139              Make opens + bareword assigns do typeglob assigns.
15140      Branch: perl
15141            ! op.c
15142 ____________________________________________________________________________
15143 [  8253] By: jhi                                   on 2000/12/29  17:36:45
15144         Log: Output the (apparent) version of gcc, as suggested by
15145              
15146              Subject: [ID 20001226.001] dec_osf.sh mis-parses gcc version 2.95.2 as less than 2.95, causing installation-failure
15147              From: jhbrown@ai.mit.edu (Jeremy H. Brown)
15148              Date: 26 Dec 2000 04:29:17 -0500
15149              Message-Id: <uv6puify1hu.fsf@suspiria.ai.mit.edu>
15150              
15151              (The patch as such didn't any more apply as the misparsing had
15152              already been addressed in #6474.)  Also change the wording about
15153              gcc 2.95.2, for Jeremy it didn't break sdbm, for me it did.
15154      Branch: perl
15155            ! hints/dec_osf.sh
15156 ____________________________________________________________________________
15157 [  8252] By: nick                                  on 2000/12/29  12:14:31
15158         Log: Integrate mainline
15159      Branch: perlio
15160           !> (integrate 27 files)
15161 ____________________________________________________________________________
15162 [  8251] By: jhi                                   on 2000/12/29  08:45:46
15163         Log: (Retracted by #8264)
15164              
15165              (Fixed by #8260.)
15166              
15167              sv_catsv() needs one more byte space than seems reasonable.
15168              (for join() and PERL_DESTRUCT_LEVEL=2, built with debugging).
15169              Curiouser and curiouser.
15170      Branch: perl
15171            ! sv.c
15172 ____________________________________________________________________________
15173 [  8250] By: jhi                                   on 2000/12/29  07:57:52
15174         Log: More split // UTF-8 tests.
15175      Branch: perl
15176            ! t/pragma/utf8.t
15177 ____________________________________________________________________________
15178 [  8249] By: jhi                                   on 2000/12/29  07:54:51
15179         Log: (Retracted by #8264)  More join() testing which was good because
15180              it revealed a bug in #8248 (the UTF8_EIGHT_BIT_LO() was wrong).
15181      Branch: perl
15182            ! pp.c t/op/join.t utf8.c utf8.h
15183 ____________________________________________________________________________
15184 [  8248] By: jhi                                   on 2000/12/29  07:08:32
15185         Log: (Retracted by #8264)  Externally: join() was still quite UTF-8-unaware.
15186              Internally: sv_catsv() wasn't quite okay on UTF-8, it assumed
15187              that the only cases to care about are byte+byte and byte+character.
15188              
15189              TODO: See how well pp_concat() could be implemented in terms
15190              of sv_catsv().
15191      Branch: perl
15192            ! doop.c sv.c t/op/join.t utf8.h
15193 ____________________________________________________________________________
15194 [  8247] By: jhi                                   on 2000/12/29  06:35:23
15195         Log: Signedness nit.
15196      Branch: perl
15197            ! pp_hot.c
15198 ____________________________________________________________________________
15199 [  8246] By: jhi                                   on 2000/12/29  01:23:31
15200         Log: Subject: Re: [ID 20001226.002] Not OK: perl v5.7.0 +DEVEL8221 on i86pc-solaris 2.8 (UNINSTALLED)
15201              From: Lupe Christoph <lupe@lupe-christoph.de>
15202              Date: Thu, 28 Dec 2000 23:00:00 +0100
15203              Message-ID: <20001228230000.F2574@alanya.lupe-christoph.de>
15204              
15205              Suggest rsync --delete --dry-run.
15206      Branch: perl
15207            ! pod/perlhack.pod
15208 ____________________________________________________________________________
15209 [  8245] By: jhi                                   on 2000/12/28  23:57:05
15210         Log: The maxiters upper limit sanity check (guarding against
15211              non-progress) assumed bytes instead of characters in s///
15212              and split().
15213      Branch: perl
15214            ! pp.c pp_hot.c
15215 ____________________________________________________________________________
15216 [  8244] By: jhi                                   on 2000/12/28  23:34:08
15217         Log: Make some panic messages a bit more logical.
15218      Branch: perl
15219            ! doop.c pod/perldiag.pod pp.c pp_hot.c
15220 ____________________________________________________________________________
15221 [  8243] By: jhi                                   on 2000/12/28  22:59:16
15222         Log: Subject: [PATCH] lvalue AUTOLOAD. No, really.
15223              From: Simon Cozens <simon@cozens.net>
15224              Date: Wed, 27 Dec 2000 02:30:03 +0000
15225              Message-ID: <20001227023003.A7677@deep-dark-truthful-mirror.perlhacker.org>
15226      Branch: perl
15227            ! pp.c t/pragma/sub_lval.t
15228 ____________________________________________________________________________
15229 [  8242] By: jhi                                   on 2000/12/28  22:56:53
15230         Log: Subject: [PATCH blead] Fix B::Terse indentation
15231              From: Daniel Chetlin <daniel@chetlin.com>
15232              Date: Wed, 27 Dec 2000 06:43:30 -0800
15233              Message-ID: <20001227064329.B9573@darkstar>
15234      Branch: perl
15235            ! ext/B/B.pm ext/B/B/Terse.pm t/lib/b.t
15236 ____________________________________________________________________________
15237 [  8241] By: jhi                                   on 2000/12/28  22:48:59
15238         Log: The latter patch from the
15239              
15240              Subject: [PATCH: perl@8211] directory depth typo in one win32 Makefile
15241              From: Peter Prymmer <pvhp@forte.com> 
15242              Date: Fri, 22 Dec 2000 14:52:12 -0800 (PST)
15243              Message-ID: <Pine.OSF.4.10.10012221433140.195493-100000@aspara.forte.com>
15244              
15245              (the former patch from the above should have been
15246              taken care of by Nick I-S)
15247      Branch: perl
15248            ! win32/Makefile
15249 ____________________________________________________________________________
15250 [  8240] By: jhi                                   on 2000/12/28  22:45:22
15251         Log: Subject: Re: [PATCH] Idea: Declare multiple constants at once
15252              From: "Casey R. Tweten" <crt@kiski.net>
15253              Date: Fri, 22 Dec 2000 10:35:53 -0500 (EST)
15254              Message-ID: <Pine.OSF.4.21.0012221032030.28992-100000@home.kiski.net>
15255      Branch: perl
15256            ! lib/constant.pm
15257 ____________________________________________________________________________
15258 [  8239] By: jhi                                   on 2000/12/28  22:37:45
15259         Log: Subject: [PATCH] Re: [ID 19991001.003] sort(sub(arg)) misparsed as sort sub args
15260              From: Simon Cozens <simon@cozens.net>
15261              Date: Wed, 27 Dec 2000 14:12:44 +0000
15262              Message-ID: <20001227141244.A13344@deep-dark-truthful-mirror.perlhacker.org>
15263      Branch: perl
15264            ! t/op/method.t t/op/sort.t toke.c
15265 ____________________________________________________________________________
15266 [  8238] By: jhi                                   on 2000/12/28  22:30:32
15267         Log: Subject: [PATCH perl@8229] Call.pm
15268              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
15269              Date: Mon, 25 Dec 2000 10:47:15 -0000
15270              Message-ID: <000201c06e60$0b967760$a20a140a@bfs.phone.com>
15271      Branch: perl
15272            ! ext/Filter/Util/Call/Call.pm
15273 ____________________________________________________________________________
15274 [  8237] By: jhi                                   on 2000/12/28  22:19:21
15275         Log: Subject: [PATCH blead] Fix problem with `&' prototype
15276              From: Daniel Chetlin <daniel@chetlin.com>
15277              Date: Wed, 27 Dec 2000 15:55:32 -0800
15278              Message-ID: <20001227155532.D9573@darkstar>
15279      Branch: perl
15280            ! op.c t/comp/proto.t
15281 ____________________________________________________________________________
15282 [  8236] By: jhi                                   on 2000/12/28  22:09:25
15283         Log: Subject: Re: [PATCH blead] Fix segfault in gv_handler/mg_find
15284              From: Daniel Chetlin <daniel@chetlin.com>
15285              Date: Sun, 24 Dec 2000 04:09:49 -0800
15286              Message-ID: <20001224040949.B3090@darkstar>
15287      Branch: perl
15288            ! gv.c mg.c t/op/attrs.t
15289 ____________________________________________________________________________
15290 [  8235] By: jhi                                   on 2000/12/28  22:07:11
15291         Log: Subject: [PATCH] Win32::Spawn() didn't inherit cwd and env correctly
15292              From: Jan Dubois <jand@ActiveState.com>
15293              Date: Tue, 26 Dec 2000 20:57:31 -0800
15294              Message-ID: <reti4ts0php3anruv0qcjru3tl850g3sfd@4ax.com>
15295      Branch: perl
15296            ! win32/win32.c
15297 ____________________________________________________________________________
15298 [  8234] By: jhi                                   on 2000/12/28  21:52:42
15299         Log: Subject: Re: [PATCH] Warn on use of reference as array elem
15300              From: Simon Cozens <simon@cozens.net>
15301              Date: Thu, 28 Dec 2000 20:33:13 +0000
15302              Message-ID: <20001228203313.A2607@deep-dark-truthful-mirror.perlhacker.org>
15303      Branch: perl
15304            ! pod/perldiag.pod pp_hot.c t/pragma/warn/pp_hot
15305 ____________________________________________________________________________
15306 [  8233] By: jhi                                   on 2000/12/28  19:40:49
15307         Log: Integrate perlio.
15308      Branch: perl
15309           !> ext/Encode/Makefile.PL ext/Encode/compile
15310 ____________________________________________________________________________
15311 [  8232] By: nick                                  on 2000/12/23  16:06:00
15312         Log: Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
15313              and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
15314      Branch: perlio
15315            ! ext/Encode/Makefile.PL
15316 ____________________________________________________________________________
15317 [  8231] By: nick                                  on 2000/12/23  14:30:34
15318         Log: "Compiled" encode build cleanup
15319              - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
15320              - .c files do not export sub-tables
15321      Branch: perlio
15322            ! ext/Encode/Makefile.PL ext/Encode/compile
15323 ____________________________________________________________________________
15324 [  8230] By: nick                                  on 2000/12/23  12:50:37
15325         Log: Integrate mainline
15326      Branch: perlio
15327           !> INSTALL lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
15328           !> lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
15329           !> pod/perl5004delta.pod pod/perl5005delta.pod
15330           !> pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
15331           !> pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
15332           !> pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
15333           !> pod/perlsub.pod
15334 ____________________________________________________________________________
15335 [  8229] By: jhi                                   on 2000/12/22  15:32:12
15336         Log: Integrate perlio.
15337      Branch: perl
15338           +> win32/distclean.bat
15339           !> MANIFEST t/io/utf8.t
15340 ____________________________________________________________________________
15341 [  8228] By: jhi                                   on 2000/12/22  15:29:40
15342         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
15343              From: Robin Barker <rmb1@cise.npl.co.uk>
15344              Date: Fri, 22 Dec 2000 12:17:38 GMT
15345              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
15346      Branch: perl
15347            ! lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
15348            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
15349            ! pod/perl5004delta.pod pod/perl5005delta.pod
15350            ! pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
15351            ! pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
15352            ! pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
15353            ! pod/perlsub.pod
15354 ____________________________________________________________________________
15355 [  8227] By: jhi                                   on 2000/12/22  15:24:28
15356         Log: Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
15357              From: "John L. Allen" <allen@grumman.com>
15358              Date: Thu, 21 Dec 2000 14:39:58 -0500 (EST)
15359              Message-ID: <Pine.SOL.3.91.1001221133227.23511A-100000@gateway.grumman.com>
15360              
15361              Document APPLLIB_EXP.
15362      Branch: perl
15363            ! INSTALL
15364 ____________________________________________________________________________
15365 [  8226] By: nick                                  on 2000/12/21  22:11:50
15366         Log: Handy script for when one forgets to "dmake clean" 
15367      Branch: perlio
15368            + win32/distclean.bat
15369            ! MANIFEST
15370 ____________________________________________________________________________
15371 [  8225] By: nick                                  on 2000/12/21  21:54:04
15372         Log: CRLF platform issue with io/utf8 fix.
15373      Branch: perlio
15374            ! t/io/utf8.t
15375 ____________________________________________________________________________
15376 [  8224] By: nick                                  on 2000/12/21  21:02:20
15377         Log: Integrate mainline
15378      Branch: perlio
15379           !> Changes Configure Makefile.SH Porting/Glossary
15380           !> Porting/config.sh Porting/config_H configure.com
15381           !> epoc/config.sh ext/Thread/Thread.xs patchlevel.h
15382           !> pod/perlfaq3.pod pod/perlfunc.pod pod/perltoc.pod pp_sys.c
15383           !> sv.c t/io/fs.t t/op/misc.t t/op/utf8decode.t t/pragma/utf8.t
15384           !> win32/config.bc win32/config.gc win32/config.vc
15385 ____________________________________________________________________________
15386 [  8223] By: jhi                                   on 2000/12/21  17:09:16
15387         Log: Update Changes.
15388      Branch: perl
15389            ! Changes patchlevel.h
15390 ____________________________________________________________________________
15391 [  8222] By: jhi                                   on 2000/12/21  16:24:01
15392         Log: Metaconfig unit changes for #8221.
15393      Branch: metaconfig/U/perl
15394           +> issymlink.U
15395            - testsyml.U
15396            ! Mksymlinks.U
15397 ____________________________________________________________________________
15398 [  8221] By: jhi                                   on 2000/12/21  16:23:48
15399         Log: Rename testsyml to issymlink.
15400      Branch: perl
15401            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15402            ! epoc/config.sh pod/perltoc.pod win32/config.bc win32/config.gc
15403            ! win32/config.vc
15404 ____________________________________________________________________________
15405 [  8220] By: jhi                                   on 2000/12/21  15:47:26
15406         Log: Robustness support for #8218 (symlink forest) since the GNU
15407              tools seem to be overly picky about symlinkage depths.
15408      Branch: perl
15409            ! Makefile.SH t/io/fs.t
15410 ____________________________________________________________________________
15411 [  8219] By: jhi                                   on 2000/12/21  15:38:27
15412         Log: Metaconfig changes for #8218.
15413      Branch: metaconfig
15414            ! U/modified/Oldconfig.U
15415      Branch: metaconfig/U/perl
15416            + Mksymlinks.U
15417            ! testsyml.U
15418 ____________________________________________________________________________
15419 [  8218] By: jhi                                   on 2000/12/21  15:37:57
15420         Log: Add Configure option -Dmksymlinks which will create a symlink
15421              forest if the current/build differs from the source directory.
15422              TODO: mkdir -p is not portable.
15423      Branch: perl
15424            ! Configure
15425 ____________________________________________________________________________
15426 [  8217] By: jhi                                   on 2000/12/21  14:39:12
15427         Log: Subject: [PATCH] Re: Latest tarball doesn't build with threads
15428              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
15429              Date: Thu, 21 Dec 2000 09:38:18 GMT
15430              Message-Id: <200012210938.JAA29043@mikado.tiuk.ti.com>
15431              
15432              The ofs became an SV.
15433      Branch: perl
15434            ! ext/Thread/Thread.xs
15435 ____________________________________________________________________________
15436 [  8216] By: jhi                                   on 2000/12/21  05:40:21
15437         Log: The polymorphism seems to have fixed 20000517.001.
15438      Branch: perl
15439            ! t/pragma/utf8.t
15440 ____________________________________________________________________________
15441 [  8215] By: jhi                                   on 2000/12/21  04:44:52
15442         Log: read() documentation tweak for 20001121.004.
15443      Branch: perl
15444            ! pod/perlfunc.pod
15445 ____________________________________________________________________________
15446 [  8214] By: jhi                                   on 2000/12/21  03:54:11
15447         Log: Fix for 20001210.003, "write(FH) on closed FH causes segv".
15448      Branch: perl
15449            ! pp_sys.c t/op/misc.t
15450 ____________________________________________________________________________
15451 [  8213] By: jhi                                   on 2000/12/21  00:28:10
15452         Log: Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com
15453              From: Peter Prymmer <pvhp@forte.com>
15454              Date: Wed, 20 Dec 2000 16:13:32 -0800 (PST)
15455              Message-ID: <Pine.OSF.4.10.10012201609140.11967-100000@aspara.forte.com>
15456      Branch: perl
15457            ! configure.com
15458 ____________________________________________________________________________
15459 [  8212] By: jhi                                   on 2000/12/21  00:26:21
15460         Log: Edit edit edit.
15461      Branch: perl
15462            ! pod/perlfaq3.pod
15463 ____________________________________________________________________________
15464 [  8211] By: jhi                                   on 2000/12/20  18:52:46
15465         Log: Update Changes.
15466      Branch: perl
15467            ! Changes patchlevel.h
15468 ____________________________________________________________________________
15469 [  8210] By: jhi                                   on 2000/12/20  18:34:47
15470         Log: Yet another editor edit.
15471      Branch: perl
15472            ! pod/perlfaq3.pod
15473 ____________________________________________________________________________
15474 [  8209] By: jhi                                   on 2000/12/20  15:33:28
15475         Log: More Win32 Perling.
15476      Branch: perl
15477            ! pod/perlfaq3.pod
15478 ____________________________________________________________________________
15479 [  8208] By: jhi                                   on 2000/12/20  15:07:46
15480         Log: More Win32 editor/IDE/shell hints.
15481      Branch: perl
15482            ! pod/perlfaq3.pod
15483 ____________________________________________________________________________
15484 [  8207] By: jhi                                   on 2000/12/20  03:54:08
15485         Log: Subject: [PATCH] obscure timing knowledge
15486              From: Nicholas Clark <nick@ccl4.org>
15487              Date: Tue, 19 Dec 2000 19:22:31 +0000
15488              Message-ID: <20001219192231.F2827@plum.flirble.org>
15489      Branch: perl
15490            ! sv.c
15491 ____________________________________________________________________________
15492 [  8206] By: jhi                                   on 2000/12/20  03:45:57
15493         Log: Subject: [ID 20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on alpha-dec_osf-perlio-multi 4.0f (UNINSTALLED)
15494              From: Spider Boardman <spider@leggy.zk3.dec.com>
15495              Date: Tue, 19 Dec 2000 21:30:16 -0500
15496              Message-Id: <200012200230.VAA17619@leggy.zk3.dec.com>
15497      Branch: perl
15498            ! sv.c
15499 ____________________________________________________________________________
15500 [  8205] By: jhi                                   on 2000/12/19  23:02:01
15501         Log: Update Changes.
15502      Branch: perl
15503            ! Changes patchlevel.h
15504 ____________________________________________________________________________
15505 [  8204] By: jhi                                   on 2000/12/19  22:58:18
15506         Log: Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff])
15507              using the \xHH notation.  No more inlined UTF-8, sigh, but easier
15508              on editors and diffing/patching.
15509      Branch: perl
15510            ! t/op/utf8decode.t
15511 ____________________________________________________________________________
15512 [  8203] By: nick                                  on 2000/12/19  21:36:16
15513         Log: Integrate mainline (forgot my own change...)
15514      Branch: perlio
15515           !> ext/Encode/compile
15516 ____________________________________________________________________________
15517 [  8202] By: nick                                  on 2000/12/19  21:34:42
15518         Log: Integrate mainline.
15519      Branch: perlio
15520           !> (integrate 61 files)
15521 ____________________________________________________________________________
15522 [  8201] By: nick                                  on 2000/12/19  21:34:06
15523         Log: Avoid looking for File::Glob when we don't need it.
15524      Branch: perl
15525            ! ext/Encode/compile
15526 ____________________________________________________________________________
15527 [  8200] By: jhi                                   on 2000/12/19  18:35:49
15528         Log: Update Changes.
15529      Branch: perl
15530            ! Changes patchlevel.h
15531 ____________________________________________________________________________
15532 [  8199] By: jhi                                   on 2000/12/19  18:35:07
15533         Log: Microperl tweaks.
15534      Branch: perl
15535            ! sv.c uconfig.h uconfig.sh
15536 ____________________________________________________________________________
15537 [  8198] By: jhi                                   on 2000/12/19  18:29:59
15538         Log: Regen Configure, nitfix uconfig.sh (d_vendorarch is needed).
15539      Branch: perl
15540            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15541            ! config_h.SH pod/perltoc.pod uconfig.h uconfig.sh
15542 ____________________________________________________________________________
15543 [  8197] By: jhi                                   on 2000/12/19  17:55:29
15544         Log: In VMS embedded perls couldn't access the statically built Socket,
15545              from Charles Lane.
15546      Branch: perl
15547            ! configure.com
15548 ____________________________________________________________________________
15549 [  8196] By: jhi                                   on 2000/12/19  17:49:50
15550         Log: Subject: [PATCH perl@8143] DB_File-1.75 (was RE: [8104] DB_File)
15551              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk> 
15552              Date: Sun, 17 Dec 2000 19:11:44 -0000
15553              Message-ID: <000801c0685d$3224e5a0$a20a140a@bfs.phone.com> 
15554      Branch: perl
15555            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
15556            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
15557 ____________________________________________________________________________
15558 [  8195] By: jhi                                   on 2000/12/19  17:47:53
15559         Log: Subject: [patch perl@8150] h2xs SYNOPSIS
15560              From: Jonathan Stowe <gellyfish@gellyfish.com>
15561              Date: Mon, 18 Dec 2000 10:24:38 +0000 (GMT)
15562              Message-ID: <Pine.LNX.4.10.10012181021180.20731-100000@orpheus.gellyfish.com>
15563      Branch: perl
15564            ! utils/h2xs.PL
15565 ____________________________________________________________________________
15566 [  8194] By: jhi                                   on 2000/12/19  17:46:28
15567         Log: Subject: Re: useless use of void context work-around
15568              From: andreas.koenig@anima.de (Andreas J. Koenig)
15569              Date: 16 Dec 2000 15:13:36 +0100
15570              Message-ID: <m3g0jofo8f.fsf@ak-71.mind.de>
15571              
15572              Document (comment) the q(di ds ig) trick in the code.
15573      Branch: perl
15574            ! op.c
15575 ____________________________________________________________________________
15576 [  8193] By: jhi                                   on 2000/12/19  17:10:57
15577         Log: Subject: [ID 20001215.004] Sys::Syslog::xlate doesn't handle LOG_EMERG
15578              From: "Mark J. Reed" <mreed@strange.turner.com>
15579              Date: Fri, 15 Dec 2000 21:22:29 -0500 (EST)
15580              Message-Id: <200012160222.VAA13986@strange.turner.com>
15581      Branch: perl
15582            ! ext/Sys/Syslog/Syslog.pm
15583 ____________________________________________________________________________
15584 [  8192] By: jhi                                   on 2000/12/19  17:07:45
15585         Log: Subject: [PATCH] Re: [PATCH] strtoq, strtou(q|ll|l) testing
15586              From: Nicholas Clark <nick@ccl4.org>
15587              Date: Sat, 16 Dec 2000 19:03:13 +0000
15588              Message-ID: <20001216190313.D68304@plum.flirble.org>
15589      Branch: perl
15590            ! t/op/64bitint.t
15591 ____________________________________________________________________________
15592 [  8191] By: jhi                                   on 2000/12/19  17:06:13
15593         Log: Subject: [ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on powerpc-machten 4.1.4
15594              From: Dominic Dunlop <domo@computer.org>
15595              Date: Mon, 18 Dec 2000 12:00:15 +0100
15596              Message-Id: <p04320404b6639e7aa043@[192.168.1.4]>
15597              
15598              This patchlet is needed in order that perl can be statically linked.  
15599      Branch: perl
15600            ! regexec.c
15601 ____________________________________________________________________________
15602 [  8190] By: jhi                                   on 2000/12/19  17:03:08
15603         Log: Subject: [PATCH perl@8133] finding PerlIO symbols for VMS
15604              From: "Craig A. Berry" <craig.berry@psinetcs.com>
15605              Date: Sun, 17 Dec 2000 00:18:35 -0600
15606              Message-Id: <p04330102b661bc01daba@[172.16.52.1]>
15607      Branch: perl
15608            ! perlio.h vms/gen_shrfls.pl
15609 ____________________________________________________________________________
15610 [  8189] By: jhi                                   on 2000/12/19  16:20:28
15611         Log: Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
15612              From: Prymmer/Kahn <pvhp@best.com>
15613              Date: Tue, 19 Dec 2000 08:08:31 -0800 (PST)
15614              Message-ID: <Pine.BSF.4.21.0012190804040.14656-100000@shell8.ba.best.com>
15615              
15616              A better version of #8188.
15617      Branch: perl
15618            ! pod/perlfaq3.pod
15619 ____________________________________________________________________________
15620 [  8188] By: jhi                                   on 2000/12/19  15:57:06
15621         Log: (Replaced by #8189)
15622              
15623              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
15624              Date: Mon, 18 Dec 2000 08:03:34 -0800 (PST)
15625              From: Prymmer/Kahn <pvhp@best.com>
15626              Message-ID: <Pine.BSF.4.21.0012180802090.27110-100000@shell8.ba.best.com>
15627              Subject: Re: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
15628              From: Ronald J Kimball <rjk@linguist.Thayer.Dartmouth.EDU>
15629              Date: Mon, 18 Dec 2000 11:10:45 -0500
15630              Message-ID: <20001218111044.B180222@linguist.thayer.dartmouth.edu>
15631      Branch: perl
15632            ! pod/perlfaq3.pod
15633 ____________________________________________________________________________
15634 [  8187] By: jhi                                   on 2000/12/19  15:54:19
15635         Log: Email address fix for Anton Berezin.
15636      Branch: perl
15637            ! AUTHORS
15638 ____________________________________________________________________________
15639 [  8186] By: jhi                                   on 2000/12/19  15:38:54
15640         Log: Subject: [PATCH perl@8102] cygwin port
15641              From: "Eric Fifer" <efifer@dircon.co.uk> 
15642              Date: Thu, 14 Dec 2000 13:41:29 -0000
15643              Message-Id: <200012141340.NAA54236@mailhost1.dircon.co.uk>
15644              
15645              When compiling modules the data item that is being imported
15646              from libperl.dll needs to be tagged as imported/shared data:
15647              extern __declspec(dllimport) PerlIO_funcs PerlIO_pending;
15648      Branch: perl
15649            ! perliol.h
15650 ____________________________________________________________________________
15651 [  8185] By: jhi                                   on 2000/12/19  14:53:24
15652         Log: Regen uconfig.h and uconfig.sh.
15653      Branch: perl
15654            ! uconfig.h uconfig.sh
15655 ____________________________________________________________________________
15656 [  8184] By: jhi                                   on 2000/12/18  20:43:49
15657         Log: Comments work so much better when they are closed.
15658      Branch: perl
15659            ! regcomp.c
15660 ____________________________________________________________________________
15661 [  8183] By: jhi                                   on 2000/12/18  18:04:02
15662         Log: Some compilers (e.g. HP-UX) can't switch on 64-bit integers.
15663              Fixes the bug 20001218.016.
15664      Branch: perl
15665            ! regcomp.c
15666 ____________________________________________________________________________
15667 [  8182] By: gsar                                  on 2000/12/18  09:53:47
15668         Log: delete spurious files
15669      Branch: maint-5.6/perl
15670            - lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif vos/config.def
15671            - vos/config.h vos/config_h.SH_orig
15672 ____________________________________________________________________________
15673 [  8181] By: gsar                                  on 2000/12/18  09:46:08
15674         Log: regen perltoc
15675      Branch: maint-5.6/perl
15676            ! pod/buildtoc.PL pod/perl.pod pod/perlapi.pod pod/perltoc.pod
15677 ____________________________________________________________________________
15678 [  8180] By: gsar                                  on 2000/12/18  09:20:27
15679         Log: integrate changes#7924..7926,7946,7952 from mainline
15680      Branch: maint-5.6/perl
15681           !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/MM_Unix.pm
15682           !> lib/File/stat.pm t/lib/class-struct.t
15683 ____________________________________________________________________________
15684 [  8179] By: gsar                                  on 2000/12/18  08:55:54
15685         Log: integrate changes#7889,7890,7900,7903,7904,7907,7910,7917,
15686              7918,7919,7988,8907 from mainline (various)
15687      Branch: maint-5.6/perl
15688           +> t/lib/class-struct.t
15689           !> MANIFEST README.amiga ext/Sys/Syslog/Syslog.pm gv.c
15690           !> lib/Class/Struct.pm pod/perlipc.pod pod/perltie.pod
15691           !> t/lib/syslfs.t t/op/lfs.t utils/perlcc.PL
15692 ____________________________________________________________________________
15693 [  8178] By: gsar                                  on 2000/12/18  08:16:30
15694         Log: avoid redefinition warnings on windows due to sys/socket.h getting
15695              #included before win32.h
15696      Branch: maint-5.6/perl
15697            ! win32/include/sys/socket.h
15698 ____________________________________________________________________________
15699 [  8177] By: gsar                                  on 2000/12/18  05:24:04
15700         Log: make regen_headers; fix POSIX.xs problems; remove outdated
15701              code from sys/socket.h that makes build fail now
15702      Branch: maint-5.6/perl
15703            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
15704            ! pod/perlapi.pod
15705           !> win32/include/sys/socket.h
15706 ____________________________________________________________________________
15707 [  8176] By: gsar                                  on 2000/12/18  05:20:17
15708         Log: update Changes
15709      Branch: maint-5.6/perl
15710            ! Changes patchlevel.h
15711 ____________________________________________________________________________
15712 [  8175] By: gsar                                  on 2000/12/18  04:57:48
15713         Log: integrate changes#7643,7646..7649,7651..7654,7658,7659,
15714              7661..7665,7667..7669,7671,7673,7676,7677,7681..7683,
15715              7689..7697,7699..7701,7703,7705,7714,7715,7718..7723,
15716              7725,7726,7729..7732,7737,7748,7749,7758,7759,7761,7773,
15717              7775,7776,7782,7785..7787,7804,7807,7808,7810,7811,7816,
15718              7823,7825,7838
15719      Branch: maint-5.6/perl
15720           +> lib/File/Spec/Epoc.pm
15721           !> (integrate 88 files)
15722 ____________________________________________________________________________
15723 [  8174] By: gsar                                  on 2000/12/18  03:53:09
15724         Log: integrate changes#7602,7604..7611,7614,7616..7619,7621..7623,
15725              7625..7629,7631..7634,7637,7639,7642 from mainline
15726      Branch: maint-5.6/perl
15727           +> README.solaris
15728           !> (integrate 26 files)
15729 ____________________________________________________________________________
15730 [  8173] By: gsar                                  on 2000/12/18  03:37:02
15731         Log: integrate changes#7472,7474..7479,7481,7485,7489,7493,7494,7496,
15732              7497,7499..7503,7505..7507,7509..7513,7515..7523,7526..7534,
15733              7536,7540,7542,7544..7546,7549,7553,7556,7557,7559,7561..7563,
15734              7565,7568..7572,7576,7578..7589,9592..7594,7596..7601 from mainline
15735      Branch: maint-5.6/perl
15736           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
15737            - MAINTAIN
15738           !> (integrate 111 files)
15739 ____________________________________________________________________________
15740 [  8172] By: jhi                                   on 2000/12/18  02:49:27
15741         Log: Regen pods.
15742      Branch: perl
15743            ! pod/perlmodlib.pod pod/perltoc.pod
15744 ____________________________________________________________________________
15745 [  8171] By: gsar                                  on 2000/12/18  02:49:24
15746         Log: integrate changes#7447,7448,7450,7454,7456,7457,7460,7462,
15747              7465..7471 from mainline
15748              
15749              Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
15750              in platforms that strictly require all the symbols being present
15751              at link time.
15752              
15753              Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
15754              
15755              Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
15756              
15757              Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
15758              
15759              Subject: [PATCH] todo
15760              
15761              Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
15762              
15763              Use $sort, $uniq (and $tr) consistently as wondered
15764              by Nicholas Clark.
15765              
15766              Too enthusiastic editing in #7460.
15767              
15768              The reëntrant version shouldn't be needed unless USE_PURE_BISON.
15769              
15770              Upgrade to CPAN 1.58_55.
15771              Subject: CPAN.pm status
15772              
15773              Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
15774              
15775              Make target reordering to avoid pointless re-makes.
15776              Subject: Re: Total re-make of 'make okfile' after 7451 ?
15777              
15778              Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
15779              
15780              Subject: DOC PATCH 5.6.0
15781              
15782              Add the repository doc by Malcolm, Sarathy, and by Simon,
15783              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
15784      Branch: maint-5.6/perl
15785           +> Porting/repository.pod
15786           !> Configure MANIFEST Makefile.SH README.dos README.os2
15787           !> config_h.SH configure.com embed.h embed.pl handy.h lib/CPAN.pm
15788           !> lib/CPAN/FirstTime.pm perl.h pod/perlfunc.pod pod/perltodo.pod
15789           !> pp.c proto.h t/io/open.t t/op/assignwarn.t toke.c
15790 ____________________________________________________________________________
15791 [  8169] By: gsar                                  on 2000/12/18  02:33:34
15792         Log: integrate changes#7416,7417,7420..7422,7424,7426..7429,7431..7433,
15793              7435..7441,7445 from mainline
15794              
15795              Make the UTF-8 decoding stricter and more verbose when
15796              malformation happens.  This involved adding an argument
15797              to utf8_to_uv_chk(), which involved changing its prototype,
15798              and prefer STRLEN over I32 for the UTF-8 length, which as
15799              a domino effect necessitated changing the prototypes of
15800              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
15801              The stricter UTF-8 decoding checking uses Markus Kuhn's
15802              UTF-8 Decode Stress Tester from
15803              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
15804              
15805              Run vms/vms_yfix.pl, should have done that after changing
15806              perly.c in #7382.
15807              
15808              Subject: [PATCH 5.7.0] static linking with uninstalled perl
15809              
15810              (Replaced by #7440.)
15811              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
15812              
15813              Fix the bug ID 20001024.005, the bug introduced by #7416.
15814              
15815              Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
15816              
15817              Fix the bug reported in
15818              From: andreas.koenig@anima.de (Andreas J. Koenig)
15819              Also make is_utf8_char() stricter.
15820              
15821              Missed the header file changes from #7425.
15822              
15823              Check if stdio supports tweaking lval and cnt simultaneously.
15824              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
15825              
15826              Stratus VOS updates from Paul Green.
15827              
15828              Podify README.epoc and README.vos.
15829              
15830              Add targets to Makefile.SH, most importantly
15831              'regen_all' which also remembers to update vms/perly*.
15832              
15833              Subject: Minor update to find2perl, for portability
15834              
15835              Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
15836              
15837              Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
15838              
15839              Rename UTF8LEN() to be UNISKIP(), too confusing to have
15840              UTF8LEN() and UTF8SKIP(). 
15841              
15842              Allow poking holes at the UTF-8 decoding strictness.
15843              
15844              Continue the internal UTF-8 API tweaking.
15845              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
15846              used much more than the simpler API, now called utf8_to_uv_simple().
15847              Still not quite happy with API, too much partial duplication
15848              of functionality.
15849              
15850              A new version of making the syslog test more robust.
15851              (Replaces #7421.)
15852              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
15853              
15854              buildtoc target tweaks.
15855              
15856              Integrate with vmsperl #7430 by Charles Bailey:
15857              
15858              Cleanup from prior patch (Charles Lane?):
15859              - improve handling of MFDs in Basename and Path
15860              - default to no xsubpp line # munging when building debug images
15861      Branch: maint-5.6/perl
15862           +> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
15863           +> vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
15864           !> (integrate 67 files)
15865 ____________________________________________________________________________
15866 [  8168] By: gsar                                  on 2000/12/18  02:05:49
15867         Log: integrate changes#7512,7733 from mainline (regex bugfixes)
15868              
15869              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
15870              From: Martin Husemann <martin@duskware.de>
15871              
15872              Subject: [PATCH 5.7.0] restore match data on backtracing
15873              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15874      Branch: maint-5.6/perl
15875           !> regcomp.c regexec.c t/op/re_tests
15876 ____________________________________________________________________________
15877 [  8167] By: gsar                                  on 2000/12/18  01:55:22
15878         Log: integrate changes#7858,7986 from mainline
15879              
15880              C<foreach my $x ...> in pseudo-fork()ed process may diddle
15881              parent's memory; fix it by keeping track of the actual pad
15882              offset rather than a raw pointer (this change is probably also
15883              relevant to non-ithreads case to avoid fallout from reallocs of
15884              the pad array, but is currently only enabled for the ithreads
15885              case in the interests of minimal disruption to existing "well
15886              tested" code)
15887              
15888              fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
15889              due to the notorious GetFileType() bug in Windows 9x, which fstat()
15890              tickles)
15891      Branch: maint-5.6/perl
15892           !> embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
15893           !> proto.h scope.c scope.h sv.c t/op/fork.t win32/perlhost.h
15894           !> win32/win32.c win32/win32.h win32/win32sck.c
15895 ____________________________________________________________________________
15896 [  8166] By: gsar                                  on 2000/12/18  01:52:59
15897         Log: integrate changes#7626,7632,7717,7738,7814,7817,7902,7912,7915
15898              from mainline (xsubpp and ExtUtils::LibList fixups, various
15899              other small items)
15900      Branch: maint-5.6/perl
15901           !> emacs/cperl-mode.el emacs/ptags lib/ExtUtils/Liblist.pm
15902           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
15903           !> lib/ExtUtils/xsubpp lib/unicode/syllables.txt minimod.pl
15904           !> pod/perlfunc.pod pod/perlxs.pod pod/perlxstut.pod t/op/split.t
15905           !> win32/bin/search.pl
15906 ____________________________________________________________________________
15907 [  8165] By: gsar                                  on 2000/12/18  01:28:45
15908         Log: integrate changes#7533,7563,7611,7623 from mainline (various
15909              malloc.c embellishments)
15910      Branch: maint-5.6/perl
15911           !> malloc.c pod/perldiag.pod
15912 ____________________________________________________________________________
15913 [  8164] By: gsar                                  on 2000/12/18  01:23:33
15914         Log: integrate changes#7419,7806,8129 from mainline (various h2xs
15915              fixups)
15916      Branch: maint-5.6/perl
15917           !> utils/h2xs.PL
15918 ____________________________________________________________________________
15919 [  8163] By: gsar                                  on 2000/12/18  01:17:50
15920         Log: integrate changes#7493,7599,7803 from mainline (various perlbug
15921              fixups)
15922      Branch: maint-5.6/perl
15923           !> Makefile.SH utils/perlbug.PL
15924 ____________________________________________________________________________
15925 [  8162] By: gsar                                  on 2000/12/18  00:25:43
15926         Log: always export Perl_deb() (it is required by re.xs whether
15927              Perl is built with or without -DDEBUGGING)
15928      Branch: maint-5.6/perl
15929            ! makedef.pl
15930 ____________________________________________________________________________
15931 [  8161] By: gsar                                  on 2000/12/18  00:23:38
15932         Log: integrate change#7414 from mainline
15933              
15934              Undo the basename() part of #7412 since the lib/basename
15935              tests would need upgrading too.
15936              
15937              squelch two tests in tr.t that rely on tr/// paranoia change
15938              that's not in 5.6.x
15939      Branch: maint-5.6/perl
15940            ! t/op/tr.t
15941           !> lib/File/Basename.pm
15942 ____________________________________________________________________________
15943 [  8160] By: gsar                                  on 2000/12/18  00:05:30
15944         Log: missing change in previous integrate
15945      Branch: maint-5.6/perl
15946           !> README.aix
15947 ____________________________________________________________________________
15948 [  8159] By: gsar                                  on 2000/12/18  00:03:38
15949         Log: integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226,
15950              7228,7230..7241,7243,7346,7347,7350..7354,7356,7358..7360,7362,
15951              7363,7365..7368,7370..7374,7376..7386,7391,7393..7399,7304..7408,
15952              7410..7413 from mainline
15953      Branch: maint-5.6/perl
15954           +> README.aix hints/nonstopux.sh lib/unicode/Is/DCmedial.pl
15955           +> t/lib/tie-splice.t
15956            - lib/unicode/Is/DCinital.pl
15957           !> (integrate 112 files)
15958 ____________________________________________________________________________
15959 [  8158] By: jhi                                   on 2000/12/17  23:04:24
15960         Log: Subject: [PATCHES] RE: perl@8150 
15961              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
15962              Date: Sun, 17 Dec 2000 21:46:39 +0100
15963              Message-ID: <3A3D343F.13566.1ACA7D93@localhost>
15964              
15965              Neither cygwin has a getpwuid() one can trust on.
15966      Branch: perl
15967            ! t/lib/glob-basic.t
15968 ____________________________________________________________________________
15969 [  8157] By: jhi                                   on 2000/12/17  23:01:54
15970         Log: More MAN.PODS => {} fixes.
15971      Branch: perl
15972            ! os2/OS2/ExtAttr/Makefile.PL os2/OS2/PrfDB/Makefile.PL
15973            ! os2/OS2/Process/Makefile.PL os2/OS2/REXX/DLL/Makefile.PL
15974            ! os2/OS2/REXX/Makefile.PL
15975 ____________________________________________________________________________
15976 [  8156] By: gsar                                  on 2000/12/17  22:49:13
15977         Log: integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,
15978              7096..7104,7109..7117,7119..7124,7126,7128,7129,7133,7134,
15979              7136..7139,7141..7146,7148,7149,7151,7153..7155,7157,7158,
15980              7160,7161,7164,7165,7169..7178,7180..7191,7193..7197,7199,
15981              7201,7204 from mainline
15982      Branch: maint-5.6/perl
15983           !> (integrate 121 files)
15984 ____________________________________________________________________________
15985 [  8155] By: jhi                                   on 2000/12/17  22:30:58
15986         Log: Subject: [PATCH perl@8133] fix-up for VMS extensions
15987              From: "Craig A. Berry" <craigberry@mac.com>
15988              Date: Sun, 17 Dec 2000 13:09:28 -0600
15989              Message-Id: <p04330103b6628cabe114@[172.16.52.1]>
15990              
15991              MAN.PODS => ' ' is naughty.
15992      Branch: perl
15993            ! vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
15994 ____________________________________________________________________________
15995 [  8154] By: nick                                  on 2000/12/17  22:07:13
15996         Log: MULTIPLICITY nit.
15997      Branch: perl
15998            ! mg.c
15999 ____________________________________________________________________________
16000 [  8153] By: gsar                                  on 2000/12/17  21:23:05
16001         Log: integrate changes#7017..7019,7021..7025,7027..7036,7038,7039,
16002              7041..7044,7046..7048,7050..7061,7063,7066..7067,7069..7074
16003              from mainline
16004              
16005              Document the SvIOK_.*UV().
16006              
16007              Update Unicode todo list.
16008              
16009              Guard against bad string->int conversion for quads.
16010              
16011              Subject: small apidoc fix
16012              
16013              Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
16014              
16015              Subject: [PATCH] Tied filehandle documentation
16016              
16017              Subject: [PATCH] Modernize Opcode.pm documentation
16018              
16019              Make Data::Dumper (non-XS) to work with changed semantics of ref().
16020              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
16021              [applied even though said semantics didn't change in 5.6.x]
16022              
16023              Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
16024              
16025              Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
16026              
16027              Fix the URL, but the server is still missing in action.
16028              Subject: [ID 20000905.002] perlfaq1.pod URL error
16029              
16030              Subject: [ID 20000903.001] \w in utf8-strings
16031              
16032              Fix the ccversion detection for 5.1 and beyond.
16033              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
16034              
16035              Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
16036              
16037              Subject: [ID 20000904.008] Tiny fix for perldiag
16038              
16039              Subject: Re: [ID 20000906.004] segfault with bad perl statement
16040              
16041              Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
16042              
16043              Subject: [ID 20000908.002] perlipc documentation bug.
16044              
16045              Subject: [PATCH lib/Benchmark.pm]
16046              
16047              Re-allow vec() for characters > 255.
16048              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
16049              
16050              Do away with memory models cruft.  Sorry, PDP users.
16051              
16052              Continue #7041.
16053              
16054              Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
16055              
16056              Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
16057              
16058              Upgrade to CPAN 1.57_65, from Andreas König.
16059              
16060              Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
16061              by Russ Allbery.
16062              
16063              Silence t/pod/*.t about alternate quote-mappings now implemented
16064              by Pod::Text, from Brad Appleton.
16065              
16066              Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
16067              Subject: borland C++ win32.c tweak
16068              
16069              C<@a = @b = split(...)> optimization coredumps under ithreads
16070              (missed a spot when fixing up op_pmreplroot hack for ithreads)
16071              
16072              Document the SvUTF8*().
16073              
16074              Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
16075              
16076              Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
16077              
16078              Do in VMS as the #7054 does.
16079              
16080              Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
16081              
16082              Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
16083              
16084              Subject: [patch: perl@7045] vms updates
16085              
16086              Test for the #7049.
16087              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
16088              
16089              Break up the myconfig lines a bit.
16090              Subject: perlbug/perl -V output format
16091              
16092              Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
16093              
16094              The #7054 truncated Configure badly.
16095              
16096              change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
16097              initialization in all the threads on Windows
16098              
16099              Allow for whitespace between "#" and "line" in cpp output.
16100              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
16101              
16102              Remove vestiges of tr//CU.
16103              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
16104              
16105              The return value of setlocale must be copied away.
16106              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
16107              
16108              Allow chop() and chomp() to be overridden.
16109              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
16110              
16111              Hints optimization.
16112              Subject: Minor nit
16113              
16114              Subject: [PATCH] de-wall t/README
16115              
16116              Subject: Re: Two advertising clauses need to be removed
16117      Branch: maint-5.6/perl
16118           !> (integrate 75 files)
16119 ____________________________________________________________________________
16120 [  8152] By: gsar                                  on 2000/12/17  20:30:11
16121         Log: integrate changes#6945,6947,6949..6954,6956,6958,6959,6961,
16122              6964..6972,6977..6981..6984,6987,6988,6991,6994,6997,
16123              6999..7001,7003..7005,7007,7009,7011,7012 from mainline
16124              
16125              Don't attach -ld to the archname if pointless.
16126              
16127              Document UNTIE in a very minimalistic way.
16128              
16129              POSIX doesn't report long double values under -Duselongdouble
16130              when the long doubles are "real" (bigger than doubles).
16131              
16132              More author updates.
16133              
16134              Try to deduce NV_MAX.  Really should be Configure fodder.
16135              
16136              :: not allowed in pathnames, change to .
16137              Subject: [PATCH perl@6938] cygwin port
16138              
16139              Forget about NV_MAX (#6951).  Various floating point tweaks,
16140              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
16141              
16142              Move the Solaris 7 scan to use64bitall, make the
16143              failure to find 64-bot sparc libc to mention the
16144              possibility of being in an intel, from Lupe and Alan.
16145              
16146              Regen perltoc.
16147              
16148              AUTHORS tweaks, from Peter Prymmer.
16149              
16150              More address tweaking.
16151              
16152              Small tweaks all over.
16153              
16154              File::Temp patches from Andreas König,
16155              
16156              Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
16157              
16158              Subject: CPAN.pm beta 1.57_57 for the core
16159              
16160              Part of the solution.
16161              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
16162              
16163              Subject: [PATCH@6961] Fix misleading example in perlretut.pod
16164              
16165              Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
16166              
16167              Add the overload warnings to perldiag.
16168              
16169              Drop unused argument.
16170              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
16171              
16172              Subject: Nit in Configure (bleadperl@6961)
16173              
16174              Update to PodParser 1.18, from Brad Appleton.
16175              
16176              Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
16177              
16178              Subject: [PATCH: 6948] add SCNfldbl to configure.com
16179              
16180              Document UNTIE. Also tweak implementation to suppress the 'inner references'
16181              warning when UNTIE exists and instead pass the cound of extra references to
16182              the UNTIE method.
16183              
16184              Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
16185              so that case-ignoring systems like DCL can tell them from
16186              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
16187              
16188              Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
16189              
16190              Feature ordering tweak.
16191              
16192              Regen perltoc.
16193              
16194              Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
16195              
16196              Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
16197              
16198              Subject: http:// in L<>
16199              
16200              Detypo.
16201              
16202              change#6791 accidentally clobbered change#6710, put it back
16203              
16204              Only the first line, thank you very much.
16205              
16206              Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
16207              plus rework the http: spots as suggested by Tom Christiansen,
16208              plus regen perltoc.
16209              
16210              Undo part of change 6489 which looks like a bulk edit which
16211              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
16212              The supressing of main:: on return from select() is undesirable.
16213              
16214              Apparently avoiding the swapping is too costly.
16215              
16216              Various Configure nits by Philip Newton,
16217              plus the ebcdic one by me.
16218              
16219              Make certain cc is set before trying to run it.
16220              
16221              If overloaded %{} etc. return the object do not loop.
16222              Thus  sub deref { $_[0] } functions if object is wanted type.
16223              
16224              Update perlhist.
16225              
16226              More %{} and other deref special casing - do not pass to 'nomethod'.
16227      Branch: maint-5.6/perl
16228           !> (integrate 59 files)
16229 ____________________________________________________________________________
16230 [  8151] By: gsar                                  on 2000/12/17  19:14:38
16231         Log: integrate changes#6903,6905..6907,6909,6911..6913,6915,6917,6918,
16232              6920..6926,6928..6930,6934..6937,6939,6940,6942..6944 from mainline
16233              
16234              Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
16235              
16236              Make the epsilon to be relative, not absolute.
16237              
16238              Put back the flags dump as reasoned in
16239              Subject: Re: [PATCH] Glob dumping
16240              
16241              Introduce ccname to keep track of what compiler kind of we have.
16242              
16243              Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
16244              
16245              Put back the slice accidentally removed by #6907.
16246              
16247              Reset archname and archname64 always, forcing them be
16248              recomputed at each Configure run, make Configure and
16249              the hints files agree on the naming of largefiles variables.
16250              
16251              Don't say "Perl 5.0 source kit".
16252              
16253              Subject: [PATCH] fix misc cast warnings
16254              
16255              Subject: typos in pods
16256              
16257              NVs not necessarily doubles, as pointed out by Yitzchak.
16258              
16259              Subject: [PATCH 6889] add a few ldbl formats to configure.com
16260              
16261              Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
16262              
16263              Better options for rsync.
16264              
16265              Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
16266              
16267              Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
16268              
16269              Subject: [PATCH] Re: UNTIE method 
16270              
16271              A better fix for the Socket building problem from Craig Berry.
16272              
16273              Retract the dummy test, skip the security tests (instead of failing),
16274              explain what the warnings mean.
16275              
16276              Heap decorruption.
16277              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
16278              
16279              Update to Unicode 3.0.1.
16280              
16281              Missed one Unicode file.
16282              
16283              Subject: Re: typos in pods
16284              
16285              The #6929 was too skimpy.
16286              
16287              sscanf() may be the only way to read long doubles from strings.
16288              
16289              Reveal Borland's isnan.
16290              Subject: build with BC++ tweak
16291              
16292              Issue useful diagnostic on unknown pod commands.
16293              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
16294              
16295              Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
16296              
16297              Clarify the third case of ftmp-security warnings.
16298              
16299              Make -Dusemorebits find long doubles in Solaris.
16300              
16301              Wrap the test in eval.
16302      Branch: maint-5.6/perl
16303           +> lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
16304           +> lib/unicode/PropList.txt lib/unicode/README.perl
16305           +> lib/unicode/UCD301.html lib/unicode/UCDFF301.html
16306           +> lib/unicode/Unicode.301 vms/vmspipe.com
16307            - lib/unicode/Props.txt lib/unicode/UCD300.html
16308            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
16309           !> (integrate 305 files)
16310 ____________________________________________________________________________
16311 [  8150] By: jhi                                   on 2000/12/17  18:47:57
16312         Log: Uncheckedin generated files.
16313      Branch: perl
16314            ! global.sym perlapi.c pod/perlapi.pod
16315 ____________________________________________________________________________
16316 [  8149] By: jhi                                   on 2000/12/17  18:41:22
16317         Log: Update Changes.
16318      Branch: perl
16319            ! Changes patchlevel.h
16320 ____________________________________________________________________________
16321 [  8148] By: jhi                                   on 2000/12/17  18:39:16
16322         Log: Subject: [PATCH] Fcntl constants speedup
16323              From: Nicholas Clark <nick@ccl4.org>
16324              Date: Sun, 17 Dec 2000 16:29:24 +0000
16325              Message-ID: <20001217162924.E97668@plum.flirble.org>
16326              
16327              Use IVs for the Fcntl constants instead of NVs.
16328      Branch: perl
16329            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs t/op/goto_xs.t
16330 ____________________________________________________________________________
16331 [  8147] By: jhi                                   on 2000/12/17  18:33:41
16332         Log: Add test for #8145 (binmode() warning), add warning for
16333              ioctl() and sockpair(), document them. (fileno() cannot
16334              be tripwired with the same kind of warning because
16335              'defined fileno($foo)' seems to be an idiom.)
16336      Branch: perl
16337            ! pod/perldiag.pod pp_sys.c t/pragma/warn/pp_sys
16338 ____________________________________________________________________________
16339 [  8146] By: gsar                                  on 2000/12/17  18:09:08
16340         Log: update Changes
16341      Branch: maint-5.6/perl
16342            ! Changes
16343 ____________________________________________________________________________
16344 [  8145] By: jhi                                   on 2000/12/17  17:39:35
16345         Log: Subject: [PATCH] Re: The long awaited feature ...
16346              From: Simon Cozens <simon@cozens.net>
16347              Date: Sun, 17 Dec 2000 12:31:56 +0000
16348              Message-ID: <20001217123156.A3891@deep-dark-truthful-mirror.perlhacker.org>
16349              
16350              Add a warning to binmode() about using bad filehandles
16351              (can happen e.g. if someone forgets the filehandle argument)
16352      Branch: perl
16353            ! pp_sys.c
16354 ____________________________________________________________________________
16355 [  8144] By: jhi                                   on 2000/12/17  17:33:48
16356         Log: Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
16357              From: Jonathan Stowe <gellyfish@gellyfish.com>
16358              Date: Sun, 17 Dec 2000 17:08:10 +0000 (GMT)
16359              Message-ID: <Pine.LNX.4.10.10012171700010.3834-100000@orpheus.gellyfish.com>
16360      Branch: perl
16361            ! lib/Net/Ping.pm
16362 ____________________________________________________________________________
16363 [  8143] By: jhi                                   on 2000/12/17  05:31:37
16364         Log: Polymorphic regexps.
16365              
16366              Fixes at least the bugs 20001028.003 (both of them...) and
16367              20001108.001.  The bugs 20001114.001 and 20001205.014 seem
16368              also to be fixed by now, probably already before this patch.
16369      Branch: perl
16370            ! embed.h embed.pl mg.c objXSUB.h pp_ctl.c pp_hot.c proto.h
16371            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h sv.c
16372            ! t/op/utf8decode.t t/pragma/utf8.t
16373 ____________________________________________________________________________
16374 [  8142] By: jhi                                   on 2000/12/16  17:16:05
16375         Log: Subject: [patch perl@8102] dos/djgpp update
16376              From: Laszlo Molnar <ml1050@freemail.hu>
16377              Date: Sat, 16 Dec 2000 01:40:52 +0100
16378              Message-ID: <20001216014052.A335@freemail.hu>
16379      Branch: perl
16380            ! djgpp/config.over t/base/commonsense.t
16381 ____________________________________________________________________________
16382 [  8141] By: jhi                                   on 2000/12/16  17:09:27
16383         Log: Few uncheckedin files.
16384      Branch: perl
16385            ! global.sym perlapi.c pod/perlapi.pod pod/perlintern.pod
16386 ____________________________________________________________________________
16387 [  8140] By: nick                                  on 2000/12/15  22:14:31
16388         Log: Integrate mainline
16389      Branch: perlio
16390           !> (integrate 53 files)
16391 ____________________________________________________________________________
16392 [  8139] By: jhi                                   on 2000/12/15  19:49:49
16393         Log: One more IVUV tweak from Nicholas Clark.
16394      Branch: perl
16395            ! sv.c
16396 ____________________________________________________________________________
16397 [  8138] By: jhi                                   on 2000/12/15  19:17:06
16398         Log: Return of the IVUV-preservation, now seems to be happy even
16399              in Digital UNIX (the broken strtoul brokenness detection
16400              seems to have been the fly in the ointment).
16401      Branch: perl
16402            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16403            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
16404            ! objXSUB.h op.c perl.h pp.c pp_hot.c proto.h sv.c sv.h
16405            ! t/lib/peek.t t/op/cmp.t t/op/numconvert.t uconfig.h
16406            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
16407            ! vos/config.ga.h win32/config.bc win32/config.gc
16408            ! win32/config.vc
16409 ____________________________________________________________________________
16410 [  8137] By: jhi                                   on 2000/12/15  18:12:14
16411         Log: Metaconfig unit change for #8136.
16412      Branch: metaconfig
16413            ! U/modified/d_strtoul.U
16414      Branch: metaconfig/U/perl
16415            ! d_strtoull.U d_strtouq.U
16416 ____________________________________________________________________________
16417 [  8136] By: jhi                                   on 2000/12/15  18:11:35
16418         Log: I don't think it's sensible or portable to test the strtou*
16419              on /^-/ strings.
16420      Branch: perl
16421            ! Configure
16422 ____________________________________________________________________________
16423 [  8135] By: jhi                                   on 2000/12/15  17:18:49
16424         Log: Metaconfig unit change for #8134.
16425      Branch: metaconfig
16426            ! U/modified/d_strtoul.U
16427 ____________________________________________________________________________
16428 [  8134] By: jhi                                   on 2000/12/15  17:14:13
16429         Log: If longsize is 8 we don't need a LL suffix for integer constants.
16430      Branch: perl
16431            ! Configure config_h.SH
16432 ____________________________________________________________________________
16433 [  8133] By: jhi                                   on 2000/12/15  16:00:23
16434         Log: Update Changes.
16435      Branch: perl
16436            ! Changes patchlevel.h
16437 ____________________________________________________________________________
16438 [  8132] By: jhi                                   on 2000/12/15  15:44:16
16439         Log: Some compilers get huffy if you do not cast a const pointer
16440              to a non-const when assigning.
16441      Branch: perl
16442            ! gv.c
16443 ____________________________________________________________________________
16444 [  8131] By: jhi                                   on 2000/12/15  15:38:30
16445         Log: Subject: [PATCH 5.7.0] speeding up object creation/destruction 4x times
16446              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16447              Date: Fri, 15 Dec 2000 05:26:57 -0500
16448              Message-ID: <20001215052657.A8319@math.mps.ohio-state.edu>
16449      Branch: perl
16450            ! embed.h embed.pl gv.c objXSUB.h perl.h proto.h sv.c
16451            ! t/pragma/overload.t
16452 ____________________________________________________________________________
16453 [  8130] By: jhi                                   on 2000/12/15  15:36:08
16454         Log: Subject: [PATCH 5.7.0] cosmetic change to overloading
16455              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16456              Date: Thu, 14 Dec 2000 22:02:43 -0500
16457              Message-ID: <20001214220243.A18437@monk.mps.ohio-state.edu>
16458      Branch: perl
16459            ! gv.c perl.h
16460 ____________________________________________________________________________
16461 [  8129] By: jhi                                   on 2000/12/15  15:34:16
16462         Log: Subject: PATCH: h2xs nit
16463              From: Tim Jenness <t.jenness@jach.hawaii.edu>
16464              Date: Thu, 14 Dec 2000 18:25:46 -1000 (HST)
16465              Message-ID: <Pine.LNX.4.30.0012141820340.2533-100000@lapaki.jach.hawaii.edu>
16466              
16467              Add a template README.
16468      Branch: perl
16469            ! utils/h2xs.PL
16470 ____________________________________________________________________________
16471 [  8128] By: jhi                                   on 2000/12/15  15:32:22
16472         Log: Still buggy findgteprime, fix from Eric Joanis <joanis@cs.toronto.edu>.
16473      Branch: perl
16474            ! lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
16475 ____________________________________________________________________________
16476 [  8127] By: jhi                                   on 2000/12/15  15:19:34
16477         Log: Subject:  [PATCH Opcode.XS, Perl 5.6+] stuff for caller and _ in Safe::
16478              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
16479              Date:     Thu, 14 Dec 2000 20:04:42 EST
16480              Message-Id: <001214200310.49929@DUPHY4.Physics.Drexel.Edu>
16481      Branch: perl
16482            ! ext/Opcode/Opcode.xs
16483 ____________________________________________________________________________
16484 [  8126] By: jhi                                   on 2000/12/15  15:17:49
16485         Log: Subject: [PATCH: perl@8102] s/use vars qw\(/our(/ for OS/390 extension builds
16486              From: Peter Prymmer <pvhp@forte.com>
16487              Date: Thu, 14 Dec 2000 15:50:20 -0800 (PST)
16488              Message-ID: <Pine.OSF.4.10.10012141548200.57557-100000@aspara.forte.com>
16489      Branch: perl
16490            ! ext/Errno/Errno_pm.PL lib/ExtUtils/MM_Unix.pm
16491            ! lib/ExtUtils/Manifest.pm lib/File/Spec.pm
16492            ! lib/File/Spec/Functions.pm lib/File/Spec/Unix.pm
16493 ____________________________________________________________________________
16494 [  8125] By: jhi                                   on 2000/12/15  15:11:05
16495         Log: This seems to be a stage sane and stable enough to checkin.
16496              (it basically is 8102..8118+8122 but no 8120, 8121, 8123, 8124)
16497      Branch: perl
16498            ! MANIFEST embed.h embed.pl objXSUB.h op.c perl.h perlapi.c
16499            ! pod/perlapi.pod pp.c pp_hot.c proto.h sv.c sv.h t/lib/peek.t
16500            ! t/op/cmp.t t/op/numconvert.t
16501 ____________________________________________________________________________
16502 [  8124] By: jhi                                   on 2000/12/15  04:20:26
16503         Log: Something is really wonky.
16504      Branch: perl
16505            ! sv.c
16506 ____________________________________________________________________________
16507 [  8123] By: jhi                                   on 2000/12/15  04:00:50
16508         Log: Fixes for the IV UV patches to compile in Digital UNIX.
16509      Branch: perl
16510            ! sv.c
16511 ____________________________________________________________________________
16512 [  8122] By: jhi                                   on 2000/12/15  02:53:40
16513         Log: Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
16514              From: "Craig A. Berry" <craigberry@mac.com>
16515              Date: Thu, 14 Dec 2000 19:10:49 -0600
16516              Message-Id: <p04330100b65efbe32f30@[172.16.52.1]>
16517      Branch: perl
16518            ! vms/vms.c
16519 ____________________________________________________________________________
16520 [  8121] By: jhi                                   on 2000/12/15  02:50:00
16521         Log: Metaconfig changes for #8120.
16522      Branch: metaconfig
16523            + U/modified/d_strtoul.U
16524      Branch: metaconfig/U/perl
16525            ! d_strtoull.U d_strtouq.U
16526 ____________________________________________________________________________
16527 [  8120] By: jhi                                   on 2000/12/15  02:49:42
16528         Log: From: Nicholas Clark <nick@ccl4.org> 
16529              Subject: [PATCH] strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit  preserving arithmetic)
16530              Date: Thu, 14 Dec 2000 18:38:57 +0000
16531              Message-ID: <20001214183857.B97909@plum.flirble.org>
16532      Branch: perl
16533            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16534            ! config_h.SH configure.com epoc/config.sh perl.h sv.c uconfig.h
16535            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
16536            ! vos/config.ga.def vos/config.ga.h win32/config.bc
16537            ! win32/config.gc win32/config.vc
16538 ____________________________________________________________________________
16539 [  8119] By: jhi                                   on 2000/12/14  23:40:58
16540         Log: Subject: [PATCH] faster and 64 bit preserving arithmetic
16541              From: Nicholas Clark <nick@ccl4.org>
16542              Date: Wed, 13 Dec 2000 20:08:50 +0000
16543              Message-ID: <20001213200849.B71166@plum.flirble.org>
16544      Branch: perl
16545            ! embed.h embed.pl objXSUB.h op.c perl.h pp.c pp_hot.c proto.h
16546            ! sv.c sv.h t/lib/peek.t t/op/cmp.t t/op/numconvert.t
16547 ____________________________________________________________________________
16548 [  8118] By: jhi                                   on 2000/12/14  22:46:26
16549         Log: Integrate perlio.
16550      Branch: perl
16551           !> MANIFEST ext/Encode/compile makedef.pl
16552 ____________________________________________________________________________
16553 [  8117] By: nick                                  on 2000/12/14  22:38:53
16554         Log: Win32 tweaks to get Encode to build
16555              - temp hack to makedef.pl till PerlIO is properly "exported".
16556              - MSVC dislikes  
16557              static encpage_t foo[];
16558              so make 'em extern for now.
16559      Branch: perlio
16560            ! ext/Encode/compile makedef.pl
16561 ____________________________________________________________________________
16562 [  8116] By: nick                                  on 2000/12/14  22:00:53
16563         Log: Document the new files
16564      Branch: perlio
16565            ! MANIFEST
16566 ____________________________________________________________________________
16567 [  8115] By: jhi                                   on 2000/12/14  21:58:01
16568         Log: MANIFEST new files of #8114.
16569      Branch: perl
16570            ! MANIFEST
16571 ____________________________________________________________________________
16572 [  8114] By: jhi                                   on 2000/12/14  21:50:49
16573         Log: Integrate perlio.
16574      Branch: perl
16575           +> ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
16576           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
16577           !> ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
16578           !> ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
16579           !> ext/Encode/Makefile.PL
16580 ____________________________________________________________________________
16581 [  8113] By: jhi                                   on 2000/12/14  21:48:49
16582         Log: The documentation part of the
16583              
16584              Subject: [ID 20001214.002] Net::Ping patch
16585              From: Jonathan Stowe <gellyfish@gellyfish.com>
16586              Date: Thu, 14 Dec 2000 08:28:14 +0000 (GMT)
16587              Message-Id: <Pine.LNX.4.10.10012140805480.19767-200000@orpheus.gellyfish.com>
16588              since the #7529 had already addressed the same problem.
16589      Branch: perl
16590            ! lib/Net/Ping.pm
16591 ____________________________________________________________________________
16592 [  8112] By: jhi                                   on 2000/12/14  21:42:57
16593         Log: Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
16594              From: Dominic Dunlop <domo@computer.org>
16595              Date: Tue, 12 Dec 2000 10:47:10 +0100
16596              Message-Id: <p04320402b65ba33a92b2@[192.168.1.4]>
16597              
16598              Document how elusive subroutines can be.
16599      Branch: perl
16600            ! pod/perlfunc.pod
16601 ____________________________________________________________________________
16602 [  8111] By: jhi                                   on 2000/12/14  21:38:05
16603         Log: Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
16604              From: Dominic Dunlop <domo@computer.org>
16605              Date: Thu, 14 Dec 2000 10:13:51 +0100
16606              Message-Id: <p04320407b65e3f4853aa@[192.168.1.4]>
16607      Branch: perl
16608            ! ext/POSIX/POSIX.pod
16609 ____________________________________________________________________________
16610 [  8110] By: jhi                                   on 2000/12/14  21:36:32
16611         Log: Subject: [patch] perlfaq7
16612              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
16613              Date: Thu, 14 Dec 2000 15:31:07 +0100
16614              Message-ID: <3A38E7BB.13178.11C40A8@localhost>
16615      Branch: perl
16616            ! pod/perlfaq7.pod
16617 ____________________________________________________________________________
16618 [  8109] By: jhi                                   on 2000/12/14  21:29:20
16619         Log: Subject: [8104] Encode
16620              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
16621              Date: Thu, 14 Dec 2000 14:49:34 +0100
16622              Message-Id: <20001214142101.B338.H.M.BRAND@hccnet.nl>
16623              
16624              Type casting for nervous compilers.
16625      Branch: perl
16626            ! ext/Encode/Encode.xs
16627 ____________________________________________________________________________
16628 [  8108] By: jhi                                   on 2000/12/14  21:26:17
16629         Log: Subject: [8104] DB_File
16630              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
16631              Date: Thu, 14 Dec 2000 14:49:35 +0100
16632              Message-Id: <20001214144439.B33A.H.M.BRAND@hccnet.nl>
16633              
16634              Type definition incorrect for DB 2.7.7.  Not known when it
16635              changed, so only changed it for a known revision.
16636      Branch: perl
16637            ! ext/DB_File/DB_File.xs
16638 ____________________________________________________________________________
16639 [  8107] By: jhi                                   on 2000/12/14  21:23:41
16640         Log: Subject: [PATCH: perl@8102] Re: Encode/cp1047.enc etc.
16641              From: Peter Prymmer <pvhp@forte.com>
16642              Date: Thu, 14 Dec 2000 11:11:50 -0800 (PST)
16643              Message-ID: <Pine.OSF.4.10.10012141057330.57557-100000@aspara.forte.com>
16644              
16645              Use '?' (0x6F in EBCDIC) for the illegal codepoint.
16646      Branch: perl
16647            ! ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
16648            ! ext/Encode/Encode/posix-bc.enc
16649 ____________________________________________________________________________
16650 [  8106] By: nick                                  on 2000/12/14  20:36:13
16651         Log: "Cold" build correction to Encode's Makefile.PL
16652      Branch: perlio
16653            ! ext/Encode/Makefile.PL
16654 ____________________________________________________________________________
16655 [  8105] By: nick                                  on 2000/12/14  20:09:37
16656         Log: "Compiled" encodings.
16657              Correct replacement character in EBCDIC .enc files
16658              Add 0x7F to ASCII repertoire.
16659      Branch: perlio
16660            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
16661            ! ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
16662            ! ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
16663            ! ext/Encode/Makefile.PL ext/Encode/compile
16664            ! ext/Encode/encengine.c ext/Encode/encode.h
16665 ____________________________________________________________________________
16666 [  8104] By: nick                                  on 2000/12/14  00:38:20
16667         Log: Integrate mainline
16668      Branch: perlio
16669           !> Changes Configure doio.c embed.h embed.pl ext/DB_File/Changes
16670           !> ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
16671           !> ext/DB_File/dbinfo ext/DB_File/typemap ext/DB_File/version.c
16672           !> hints/hpux.sh lib/Cwd.pm objXSUB.h patchlevel.h perlapi.c
16673           !> pod/perlapi.pod pp_hot.c proto.h t/lib/db-btree.t
16674           !> t/lib/db-hash.t t/lib/db-recno.t
16675 ____________________________________________________________________________
16676 [  8103] By: nick                                  on 2000/12/13  23:16:13
16677         Log: Beginings of compiled encodings - checked in as a snapshot of thoughts
16678              so far and so it does not get lost.
16679      Branch: perlio
16680            + ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
16681 ____________________________________________________________________________
16682 [  8102] By: jhi                                   on 2000/12/13  17:14:22
16683         Log: Update Changes.
16684      Branch: perl
16685            ! Changes patchlevel.h
16686 ____________________________________________________________________________
16687 [  8101] By: jhi                                   on 2000/12/13  16:53:41
16688         Log: Move the proto of start_glob() to a better place; regen api files.
16689      Branch: perl
16690            ! embed.h embed.pl objXSUB.h perlapi.c pod/perlapi.pod proto.h
16691 ____________________________________________________________________________
16692 [  8100] By: jhi                                   on 2000/12/13  16:47:11
16693         Log: Metaconfig change for #8099.
16694      Branch: metaconfig
16695            ! U/modified/Head.U
16696 ____________________________________________________________________________
16697 [  8099] By: jhi                                   on 2000/12/13  16:46:48
16698         Log: Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
16699              From: Andy Dougherty <doughera@lafayette.edu>
16700              Date: Wed, 13 Dec 2000 10:36:09 -0500 (EST)
16701              Message-ID: <Pine.SOL.4.10.10012131031230.2017-100000@maxwell.phys.lafayette.edu>
16702      Branch: perl
16703            ! Configure
16704 ____________________________________________________________________________
16705 [  8098] By: jhi                                   on 2000/12/13  16:39:02
16706         Log: Subject: [20000615.005] [PATCH] Cwd::fastgetcwd broken (or mis-named?) on Unix  
16707              From: rspier@pobox.com (Robert Spier)
16708              Date: Tue, 12 Dec 2000 21:12:39 -0500
16709              Message-ID: <14902.56087.678086.725773@rls.cx>
16710              
16711              fastgetcwd is defined using a glob alias on a $^O dependent basis -
16712              and there was no default assignment or perl subroutine.
16713      Branch: perl
16714            ! lib/Cwd.pm
16715 ____________________________________________________________________________
16716 [  8097] By: jhi                                   on 2000/12/13  16:16:01
16717         Log: Subject: [PATCH] move startglob out of pp_hot.c
16718              From: Nicholas Clark <nick@ccl4.org>
16719              Date: Mon, 11 Dec 2000 23:16:39 +0000
16720              Message-ID: <20001211231638.A55550@plum.flirble.org>
16721      Branch: perl
16722            ! doio.c embed.h embed.pl objXSUB.h pp_hot.c proto.h
16723 ____________________________________________________________________________
16724 [  8096] By: jhi                                   on 2000/12/13  15:26:23
16725         Log: Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
16726              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
16727              Date: Wed, 13 Dec 2000 14:01:37 +0100
16728              Message-Id: <20001213135318.621A.H.M.BRAND@hccnet.nl>
16729              
16730              perl/64/HP-UX wants libdb-3.0 to be shared ELF 64 bit which
16731              in turn requires libpthread in libswanted.
16732      Branch: perl
16733            ! hints/hpux.sh
16734 ____________________________________________________________________________
16735 [  8095] By: jhi                                   on 2000/12/12  19:51:05
16736         Log: The integration wars continue.
16737      Branch: perl
16738           !> sv.c
16739 ____________________________________________________________________________
16740 [  8094] By: jhi                                   on 2000/12/12  19:48:26
16741         Log: Subject: [PATCH perl@8070] DB_File-1.74  
16742              From: "Paul Marquess" <paul_marquess@yahoo.co.uk> 
16743              Date: Mon, 11 Dec 2000 23:07:17 -0000
16744              Message-ID: <000001c063c7$1b9d28a0$a20a140a@bfs.phone.com> 
16745      Branch: perl
16746            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
16747            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
16748            ! ext/DB_File/version.c t/lib/db-btree.t t/lib/db-hash.t
16749            ! t/lib/db-recno.t
16750 ____________________________________________________________________________
16751 [  8093] By: nick                                  on 2000/12/12  19:42:13
16752         Log: Integrate/merge mainline with further efficiency tweak to sv.c's utf8 stuff.
16753      Branch: perlio
16754            ! sv.c
16755           !> lib/File/DosGlob.pm
16756 ____________________________________________________________________________
16757 [  8092] By: jhi                                   on 2000/12/12  19:28:11
16758         Log: Integrate perlio.
16759      Branch: perl
16760           !> sv.c
16761 ____________________________________________________________________________
16762 [  8091] By: nick                                  on 2000/12/12  18:49:45
16763         Log: Fix for Tk, and upgrading shared SVs.
16764      Branch: perlio
16765            ! sv.c
16766 ____________________________________________________________________________
16767 [  8090] By: jhi                                   on 2000/12/12  16:48:59
16768         Log: Subject: [PATCH] Re: Breadperl & Tk
16769              From: Nick Ing-Simmons <nik@tiuk.ti.com>
16770              Date: Tue, 12 Dec 2000 14:48:27 GMT
16771              Message-Id: <200012121448.OAA11516@mikado.tiuk.ti.com> 
16772      Branch: perl
16773            ! sv.c
16774 ____________________________________________________________________________
16775 [  8089] By: jhi                                   on 2000/12/12  03:37:19
16776         Log: Subject: DosGlob.pm diff for bash style brace expansion.
16777              From: "Mestnik, Mike" <MMestnik@rustconsulting.com>
16778              Date: Fri, 8 Dec 2000 10:45:30 -0600
16779              Message-ID: <B50C47897E98D3118130009027D3971920F278@EXCHANGE_M1>
16780      Branch: perl
16781            ! lib/File/DosGlob.pm
16782 ____________________________________________________________________________
16783 [  8088] By: nick                                  on 2000/12/11  23:59:59
16784         Log: Integrate mainline
16785      Branch: perlio
16786           !> ext/B/B.pm ext/B/B/Deparse.pm installperl lib/CGI.pm
16787           !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
16788           !> lib/ExtUtils/MakeMaker.pm lib/File/DosGlob.pm pod/perldiag.pod
16789           !> pod/perlop.pod pp.c pp_hot.c scope.c t/io/utf8.t t/lib/b.t
16790           !> t/op/local.t t/pragma/warn/toke toke.c
16791 ____________________________________________________________________________
16792 [  8087] By: jhi                                   on 2000/12/11  23:20:23
16793         Log: Integrate perlio.
16794      Branch: perl
16795           !> ext/Encode/Encode.xs perlio.c perlio.h perliol.h
16796 ____________________________________________________________________________
16797 [  8086] By: jhi                                   on 2000/12/11  22:50:59
16798         Log: Tune further the OS detection of CGI.
16799      Branch: perl
16800            ! lib/CGI.pm
16801 ____________________________________________________________________________
16802 [  8085] By: nick                                  on 2000/12/11  22:50:46
16803         Log: Finish 1st pass of "encoding" layer e.g. :
16804              open($fh,"<encoding(iso8859-7)",$greek) || die;
16805      Branch: perlio
16806            ! ext/Encode/Encode.xs perlio.c perliol.h
16807 ____________________________________________________________________________
16808 [  8084] By: jhi                                   on 2000/12/11  22:32:06
16809         Log: Revert the -f ambiguousity patch, seems to cause
16810              too much hassle (the interpret -Q as a function
16811              where Q is not a known filetest part is left in).
16812      Branch: perl
16813            ! lib/ExtUtils/Liblist.pm pod/perldiag.pod t/pragma/warn/toke
16814            ! toke.c
16815 ____________________________________________________________________________
16816 [  8083] By: jhi                                   on 2000/12/11  22:27:23
16817         Log: (accidentally empty check-in)
16818      Branch: perl
16819            ! lib/File/DosGlob.pm
16820 ____________________________________________________________________________
16821 [  8082] By: nick                                  on 2000/12/11  19:09:51
16822         Log: Restore mmap function (broken by tweaks to shared buffer
16823              layer for encode(xxxx)).
16824      Branch: perlio
16825            ! perlio.c
16826 ____________________________________________________________________________
16827 [  8081] By: jhi                                   on 2000/12/11  18:29:13
16828         Log: Subject: Re: The long awaited feature ...
16829              From: Simon Cozens <simon@cozens.net>
16830              Date: Mon, 11 Dec 2000 15:54:24 +0000
16831              Message-ID: <20001211155424.A17680@deep-dark-truthful-mirror.perlhacker.org>
16832              
16833              More io/utf8 tests.
16834      Branch: perl
16835            ! t/io/utf8.t
16836 ____________________________________________________________________________
16837 [  8080] By: jhi                                   on 2000/12/11  18:19:36
16838         Log: Subject: PATCH MakeMaker manpage clarification
16839              From: andreas.koenig@anima.de (Andreas J. Koenig)
16840              Date: 10 Dec 2000 20:46:13 +0100
16841              Message-ID: <m3aea4kqka.fsf@ak-71.mind.de>
16842      Branch: perl
16843            ! lib/ExtUtils/MakeMaker.pm
16844 ____________________________________________________________________________
16845 [  8079] By: jhi                                   on 2000/12/11  15:35:07
16846         Log: Subject: Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failing
16847              From: Simon Cozens <simon@cozens.net>
16848              Date: Sun, 10 Dec 2000 19:06:19 +0000
16849              Message-ID: <20001210190619.B21402@deep-dark-truthful-mirror.perlhacker.org>
16850      Branch: perl
16851            ! ext/B/B/Deparse.pm t/lib/b.t
16852 ____________________________________________________________________________
16853 [  8078] By: jhi                                   on 2000/12/11  15:09:11
16854         Log: Subject: [PATCH] docs on NaN
16855              From: Nicholas Clark <nick@ccl4.org>
16856              Date: Mon, 11 Dec 2000 01:48:38 +0000
16857              Message-ID: <20001211014838.B99205@plum.flirble.org>
16858      Branch: perl
16859            ! pod/perlop.pod
16860 ____________________________________________________________________________
16861 [  8077] By: jhi                                   on 2000/12/11  15:02:21
16862         Log: Subject: [PATCH] Re: [Fwd: BUG 20001205.022] Local on Hash elements
16863              From: Simon Cozens <simon@cozens.net>
16864              Date: Mon, 11 Dec 2000 01:21:45 +0000
16865              Message-ID: <20001211012144.A23467@deep-dark-truthful-mirror.perlhacker.org>
16866      Branch: perl
16867            ! pp.c pp_hot.c scope.c t/op/local.t
16868 ____________________________________________________________________________
16869 [  8076] By: nick                                  on 2000/12/10  20:43:32
16870         Log: Not merge worthy...
16871              Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
16872              syntax is modelled on attributes.
16873              Untested fix for io/utf8 on Win32 etc.
16874              Very clumsy start to the encode layer.
16875      Branch: perlio
16876            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
16877 ____________________________________________________________________________
16878 [  8075] By: jhi                                   on 2000/12/10  18:39:33
16879         Log: Darwin is not Windows.
16880      Branch: perl
16881            ! lib/CGI.pm
16882 ____________________________________________________________________________
16883 [  8074] By: jhi                                   on 2000/12/10  18:31:27
16884         Log: Subject: Ambiguous -%c() resolved as a file test
16885              From: "Paul Marquess" <Paul.Marquess@openwave.com>
16886              Date: Sun, 10 Dec 2000 15:35:07 -0000
16887              Message-ID: <002601c062be$c5f749c0$a20a140a@bfs.phone.com>
16888      Branch: perl
16889            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
16890 ____________________________________________________________________________
16891 [  8073] By: jhi                                   on 2000/12/10  18:16:29
16892         Log: Subject: PATCH installperl misinformed 
16893              From: andreas.koenig@anima.de (Andreas J. Koenig)
16894              Date: 10 Dec 2000 13:01:32 +0100 
16895              Message-ID: <m3r93glc2r.fsf@ak-71.mind.de>
16896      Branch: perl
16897            ! installperl
16898 ____________________________________________________________________________
16899 [  8072] By: jhi                                   on 2000/12/10  18:07:55
16900         Log: The walkoptree confusion rages; walkoptree() seems to be coming
16901              from B.xs, while walkoptree_slow() comes from B.pm.
16902      Branch: perl
16903            ! ext/B/B.pm
16904 ____________________________________________________________________________
16905 [  8071] By: nick                                  on 2000/12/10  11:45:47
16906         Log: Integrate mainline
16907      Branch: perlio
16908           +> t/base/commonsense.t
16909           !> (integrate 37 files)
16910 ____________________________________________________________________________
16911 [  8070] By: jhi                                   on 2000/12/10  04:46:21
16912         Log: Update Changes.
16913      Branch: perl
16914            ! Changes patchlevel.h
16915 ____________________________________________________________________________
16916 [  8069] By: jhi                                   on 2000/12/10  04:39:19
16917         Log: Subject: Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies)
16918              From: andreas.koenig@anima.de (Andreas J. Koenig)
16919              Date: 09 Dec 2000 17:14:25 +0100
16920              Message-ID: <m3wvd9o9lq.fsf@ak-71.mind.de>
16921      Branch: perl
16922            + t/base/commonsense.t
16923            ! MANIFEST lib/Test/Harness.pm t/TEST t/UTEST
16924 ____________________________________________________________________________
16925 [  8068] By: jhi                                   on 2000/12/10  04:17:36
16926         Log: Subject: [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
16927              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
16928              Date: Sat, 9 Dec 2000 16:47:22 -0000
16929              Message-ID: <002001c061ff$b3aba820$a20a140a@bfs.phone.com>
16930      Branch: perl
16931            ! ext/DB_File/typemap ext/GDBM_File/GDBM_File.pm
16932            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
16933            ! ext/NDBM_File/typemap ext/ODBM_File/ODBM_File.pm
16934            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
16935            ! ext/SDBM_File/typemap t/lib/db-btree.t t/lib/db-hash.t
16936            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
16937            ! t/lib/sdbm.t
16938 ____________________________________________________________________________
16939 [  8067] By: jhi                                   on 2000/12/10  03:52:02
16940         Log: Test case for #8066.
16941      Branch: perl
16942            ! t/op/misc.t
16943 ____________________________________________________________________________
16944 [  8066] By: jhi                                   on 2000/12/10  03:50:30
16945         Log: Subject: [PATCH] Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check termination
16946              From: Simon Cozens <simon@cozens.net>
16947              Date: Sun, 10 Dec 2000 00:55:37 +0000
16948              Message-ID: <20001210005537.B16221@deep-dark-truthful-mirror.perlhacker.org>
16949      Branch: perl
16950            ! pp_sys.c
16951 ____________________________________________________________________________
16952 [  8065] By: jhi                                   on 2000/12/10  03:44:52
16953         Log: Test case for #8064.
16954      Branch: perl
16955            ! t/comp/proto.t
16956 ____________________________________________________________________________
16957 [  8064] By: jhi                                   on 2000/12/10  03:42:32
16958         Log: Subject: Re: prototype of substr
16959              From: Simon Cozens <simon@cozens.net>
16960              Date: Sun, 10 Dec 2000 00:13:33 +0000
16961              Message-ID: <20001210001333.A16221@deep-dark-truthful-mirror.perlhacker.org>
16962              
16963              Make CORE::substr to be '$$;$$' instead of '$$;$;$'.
16964      Branch: perl
16965            ! pp.c
16966 ____________________________________________________________________________
16967 [  8063] By: jhi                                   on 2000/12/10  03:39:42
16968         Log: Subject: [PATCH] perlguts.pod
16969              From: Simon Cozens <simon@cozens.net>
16970              Date: Sun, 10 Dec 2000 00:06:47 +0000
16971              Message-ID: <20001210000647.A16203@deep-dark-truthful-mirror.perlhacker.org>
16972              
16973              Documentation of the different types of ops,
16974              plus the functions in dump.c
16975      Branch: perl
16976            ! pod/perlguts.pod
16977 ____________________________________________________________________________
16978 [  8062] By: jhi                                   on 2000/12/10  03:30:04
16979         Log: Subject: [ID 20001209.006] Not OK: perl v5.7.0 +DEVEL7978 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED)
16980              From: Nicholas Clark <nick@talking.bollo.cx>
16981              Date: Sat, 09 Dec 2000 18:57:25 +0000
16982              Message-Id: <E144pBV-0002Nv-00@Bagpuss.unfortu.net>
16983              
16984              Be more robust in weird hostname setups.
16985      Branch: perl
16986            ! t/lib/net-hostent.t
16987 ____________________________________________________________________________
16988 [  8061] By: jhi                                   on 2000/12/10  03:28:21
16989         Log: Pacify fussy compiler. 
16990      Branch: perl
16991            ! pp_sys.c
16992 ____________________________________________________________________________
16993 [  8060] By: jhi                                   on 2000/12/10  02:52:46
16994         Log: Integrate perlio.
16995      Branch: perl
16996           !> pp_sys.c t/io/utf8.t
16997 ____________________________________________________________________________
16998 [  8059] By: nick                                  on 2000/12/09  23:40:14
16999         Log: read/sysread/recv should now be utf8 aware.
17000              Basic test for utf8 read.
17001      Branch: perlio
17002            ! pp_sys.c t/io/utf8.t
17003 ____________________________________________________________________________
17004 [  8058] By: jhi                                   on 2000/12/09  21:56:02
17005         Log: Integrate perlio.
17006      Branch: perl
17007           +> t/io/utf8.t
17008           !> MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t toke.c
17009 ____________________________________________________________________________
17010 [  8057] By: jhi                                   on 2000/12/09  21:53:35
17011         Log: Subject: Re: Additional patch for UTF8-keys (Re: perl@8016)
17012              From: Inaba Hiroto <inaba@st.rim.or.jp>
17013              Date: Sun, 10 Dec 2000 05:53:21 +0900
17014              Message-ID: <3A329BC0.15E8BFF9@st.rim.or.jp>
17015              
17016              Tests for #8056.
17017      Branch: perl
17018            ! t/op/each.t
17019 ____________________________________________________________________________
17020 [  8056] By: jhi                                   on 2000/12/09  21:51:16
17021         Log: Subject: Additional patch for UTF8-keys (Re: perl@8016)
17022              From: Inaba Hiroto <inaba@st.rim.or.jp>
17023              Date: Sat, 09 Dec 2000 18:02:00 +0900
17024              Message-ID: <3A31F508.34F4BB23@st.rim.or.jp>
17025              
17026              exists() didn't work for UTF-8 keys, and neither did shared hash keys.
17027      Branch: perl
17028            ! embed.h embed.pl hv.c objXSUB.h op.c proto.h sv.c
17029 ____________________________________________________________________________
17030 [  8055] By: nick                                  on 2000/12/09  20:11:48
17031         Log: Make write() (i.e. formats) utf8-aware by calling do_print() rather
17032              than raw PerlIO_write() - does not seem to break any tests.
17033      Branch: perlio
17034            ! pp_sys.c
17035 ____________________________________________________________________________
17036 [  8054] By: nick                                  on 2000/12/09  19:47:30
17037         Log: Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
17038              (sysread, recv and write i.e. formats still to do...)
17039              Allow :utf8 or :bytes in PerlIO_apply_layers() so that
17040              open($fh,">:utf8","name")
17041              etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
17042              so no extra overhead is involved.
17043              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
17044              to a non-utf8 stream.
17045              Add initial io/utf8.t
17046              Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
17047              that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
17048              and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
17049      Branch: perlio
17050            + t/io/utf8.t
17051            ! MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t
17052 ____________________________________________________________________________
17053 [  8053] By: nick                                  on 2000/12/09  19:26:37
17054         Log: Did not get that has_utf8/this_utf8 fix right last time, another spot
17055              was only testing this_utf8.
17056      Branch: perlio
17057            ! toke.c
17058 ____________________________________________________________________________
17059 [  8052] By: nick                                  on 2000/12/09  19:09:41
17060         Log: Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
17061              i.e. the output string has one, but don't mess with source assumption.
17062      Branch: perlio
17063            ! toke.c
17064 ____________________________________________________________________________
17065 [  8051] By: jhi                                   on 2000/12/09  16:55:17
17066         Log: Integrate perlio.
17067      Branch: perl
17068           !> MANIFEST embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c
17069           !> sv.c thrdvar.h util.c
17070 ____________________________________________________________________________
17071 [  8050] By: jhi                                   on 2000/12/09  16:48:07
17072         Log: Nits noticed by Peter Prymmer.
17073      Branch: perl
17074            ! lib/ExtUtils/MM_VMS.pm
17075 ____________________________________________________________________________
17076 [  8049] By: nick                                  on 2000/12/09  13:49:40
17077         Log: UTF8 output prework.
17078              - Store $\ and $, as SVs so they can have SvUTF8 flag
17079              - use do_print() rather than raw PerlIO_write() to print them.
17080      Branch: perlio
17081            ! embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c sv.c
17082            ! thrdvar.h util.c
17083 ____________________________________________________________________________
17084 [  8048] By: nick                                  on 2000/12/09  12:30:43
17085         Log: Integrate mainline.
17086      Branch: perlio
17087           +> ext/Encode/Encode/iso8859-16.enc ext/POSIX/hints/svr4.pl
17088           +> t/op/reverse.t
17089           !> Changes MANIFEST doop.c ext/POSIX/Makefile.PL hints/svr4.sh
17090           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
17091           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Manifest.pm patchlevel.h
17092           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp.h
17093           !> pp_hot.c t/README t/base/term.t t/lib/bigfltpm.t
17094           !> t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
17095 ____________________________________________________________________________
17096 [  8047] By: jhi                                   on 2000/12/09  00:23:27
17097         Log: Subject: Re: [pvhp@forte.com: [ID 20001208.004] Not OK: perl v5.7.0 +DEVEL8042 on VMS_AXP V7.1 (UNINSTALLED)]
17098              From: Michael G Schwern <schwern@pobox.com>
17099              Date: Fri, 8 Dec 2000 14:43:04 -0600
17100      Branch: perl
17101            ! lib/ExtUtils/MM_VMS.pm
17102 ____________________________________________________________________________
17103 [  8046] By: jhi                                   on 2000/12/08  23:10:27
17104         Log: A missed check-in.
17105      Branch: perl
17106            ! lib/ExtUtils/Manifest.pm
17107 ____________________________________________________________________________
17108 [  8045] By: jhi                                   on 2000/12/08  21:57:12
17109         Log: (null check-in)
17110      Branch: perl
17111            ! lib/ExtUtils/MM_Unix.pm pod/perlintern.pod
17112 ____________________________________________________________________________
17113 [  8044] By: jhi                                   on 2000/12/08  21:11:06
17114         Log: Add ISO 8859-16 encoding.  Not a standard yet but seems to be
17115              at the final draft stage.
17116      Branch: perl
17117            + ext/Encode/Encode/iso8859-16.enc
17118            ! MANIFEST
17119 ____________________________________________________________________________
17120 [  8043] By: jhi                                   on 2000/12/08  16:39:04
17121         Log: Update Changes.
17122      Branch: perl
17123            ! Changes patchlevel.h
17124 ____________________________________________________________________________
17125 [  8042] By: jhi                                   on 2000/12/08  16:33:39
17126         Log: Do not return the Unicode replacement character if UTF-8
17127              decoding goes awry, it should be up to the caller to decide.
17128      Branch: perl
17129            ! pod/perlapi.pod utf8.c
17130 ____________________________________________________________________________
17131 [  8041] By: jhi                                   on 2000/12/08  16:22:28
17132         Log: metaconfig maintenance.
17133      Branch: metaconfig
17134            ! U/modified/stdchar.U
17135      Branch: metaconfig/U/perl
17136            + testsyml.U
17137 ____________________________________________________________________________
17138 [  8040] By: jhi                                   on 2000/12/08  16:03:08
17139         Log: Subject: [ID 20001207.009] Not OK: perl v5.7.0 +DEVEL8030 on os2-64int-ld 2.30
17140              From: sthoenna@efn.org
17141              Date: Thu, 7 Dec 2000 21:32:43 -0800 (PST)
17142              Message-Id: <200012080532.eB85Wh729109@garcia.efn.org>
17143      Branch: perl
17144            ! Changes lib/ExtUtils/MM_OS2.pm
17145 ____________________________________________________________________________
17146 [  8039] By: jhi                                   on 2000/12/08  15:57:11
17147         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
17148              From: Simon Cozens <simon@cozens.net>
17149              Date: Fri, 8 Dec 2000 13:33:31 +0000
17150              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
17151              
17152              (The pp_hot part needed a rewrite.)
17153      Branch: perl
17154            ! doop.c pp_hot.c utf8.c
17155 ____________________________________________________________________________
17156 [  8038] By: jhi                                   on 2000/12/08  15:25:08
17157         Log: Subject: djSP
17158              From: Michael Stevens <michael@etla.org>
17159              Date: Wed, 6 Dec 2000 23:24:01 +0000
17160              Message-ID: <20001206232400.A21381@firedrake.org>
17161              
17162              Plus a note from Nick Ing-Simmons.
17163      Branch: perl
17164            ! pp.h
17165 ____________________________________________________________________________
17166 [  8037] By: jhi                                   on 2000/12/08  15:18:35
17167         Log: Filetype is text.
17168      Branch: perl
17169            ! t/op/utf8decode.t
17170 ____________________________________________________________________________
17171 [  8036] By: jhi                                   on 2000/12/08  03:31:27
17172         Log: Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
17173              From: Andy Dougherty <doughera@lafayette.edu>
17174              Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST)
17175              Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu>
17176              
17177              Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
17178              From: Andy Dougherty <doughera@lafayette.edu>
17179              Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST)
17180              Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu>
17181      Branch: perl
17182            + ext/POSIX/hints/svr4.pl
17183            ! MANIFEST ext/POSIX/Makefile.PL hints/svr4.sh t/lib/bigfltpm.t
17184 ____________________________________________________________________________
17185 [  8035] By: jhi                                   on 2000/12/08  03:26:01
17186         Log: Subject: [ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not built
17187              From: Andy Dougherty <doughera@lafayette.edu>
17188              Date: Thu, 7 Dec 2000 10:50:47 -0500 (EST)
17189              Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu>
17190      Branch: perl
17191            ! t/README t/base/term.t
17192 ____________________________________________________________________________
17193 [  8034] By: jhi                                   on 2000/12/08  03:21:59
17194         Log: Subject: DOC PATCH 5.6.0: -s return value incompletely documented
17195              From: mjd@plover.com  
17196              Date: 7 Dec 2000 21:04:20 -0000
17197              Message-ID: <20001207210420.22282.qmail@plover.com>
17198              
17199              Plus -z doc.
17200      Branch: perl
17201            ! pod/perlfunc.pod
17202 ____________________________________________________________________________
17203 [  8033] By: jhi                                   on 2000/12/08  03:19:03
17204         Log: Use the UTF8 macros a bit.  They can't be used with abandon
17205              everywhere because we do generate illegal UTF-8 in some situations.
17206              This is of course naughty.
17207      Branch: perl
17208            ! pod/perlapi.pod utf8.c utf8.h
17209 ____________________________________________________________________________
17210 [  8032] By: jhi                                   on 2000/12/08  03:00:09
17211         Log: Out of sync?
17212      Branch: perl
17213            ! t/pragma/warn/utf8
17214 ____________________________________________________________________________
17215 [  8031] By: jhi                                   on 2000/12/08  02:22:39
17216         Log: Cnt spl.
17217      Branch: perl
17218            ! MANIFEST
17219 ____________________________________________________________________________
17220 [  8030] By: jhi                                   on 2000/12/08  01:23:54
17221         Log: Add test for reverse().
17222      Branch: perl
17223            + t/op/reverse.t
17224            ! MANIFEST
17225 ____________________________________________________________________________
17226 [  8029] By: jhi                                   on 2000/12/08  01:21:47
17227         Log: Integrate perlio.
17228      Branch: perl
17229           !> ext/IO/IO.xs fakesdio.h global.sym lib/warnings.pm perlapi.c
17230           !> perlio.c perlio.h perlsdio.h warnings.pl
17231 ____________________________________________________________________________
17232 [  8028] By: jhi                                   on 2000/12/08  01:19:08
17233         Log: Introduce macros for UTF8 decoding.
17234      Branch: perl
17235            ! t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
17236 ____________________________________________________________________________
17237 [  8027] By: nick                                  on 2000/12/07  22:18:19
17238         Log: Integrate mainline
17239      Branch: perlio
17240           !> embed.pl pod/perlapi.pod utf8.c
17241 ____________________________________________________________________________
17242 [  8026] By: nick                                  on 2000/12/07  21:45:08
17243         Log: Various oddities p4 diff -se showed up
17244              Remove 'our' from warnings.pl
17245      Branch: perlio
17246            ! global.sym lib/warnings.pm pod/perlapi.pod warnings.pl
17247 ____________________________________________________________________________
17248 [  8025] By: nick                                  on 2000/12/07  21:43:32
17249         Log: Change PerlIO_(get|set)pos to take SV *
17250              Should fix, OS/2, VMS, (sfio??)
17251      Branch: perlio
17252            ! ext/IO/IO.xs fakesdio.h perlapi.c perlio.c perlio.h perlsdio.h
17253 ____________________________________________________________________________
17254 [  8024] By: jhi                                   on 2000/12/07  19:05:32
17255         Log: Document utf8_to_uv() better.
17256      Branch: perl
17257            ! pod/perlapi.pod utf8.c
17258 ____________________________________________________________________________
17259 [  8023] By: jhi                                   on 2000/12/07  18:23:47
17260         Log: Document utf8_length(), utf8_distance(), and utf8_hop().
17261      Branch: perl
17262            ! embed.pl pod/perlapi.pod utf8.c
17263 ____________________________________________________________________________
17264 [  8022] By: jhi                                   on 2000/12/07  04:13:51
17265         Log: Integrate perlio.
17266      Branch: perl
17267           !> perlio.c t/io/dup.t win32/config.vc win32/config_H.bc
17268           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
17269           !> win32/makefile.mk
17270 ____________________________________________________________________________
17271 [  8021] By: nick                                  on 2000/12/07  00:28:14
17272         Log: Various attempts at MSVC debug - not sure what has
17273              changed but works now. 
17274              Seems atexit() _may_ work for DLLs built with MSVC so don't
17275              call cleanup that way.
17276      Branch: perlio
17277            ! perlio.c win32/makefile.mk
17278 ____________________________________________________________________________
17279 [  8020] By: nick                                  on 2000/12/06  19:57:20
17280         Log: Integrate mainline
17281      Branch: perlio
17282           +> lib/ExtUtils/MANIFEST.SKIP t/op/concat.t
17283           !> (integrate 75 files)
17284 ____________________________________________________________________________
17285 [  8019] By: nick                                  on 2000/12/06  19:28:21
17286         Log: Add useperlio to config.vc
17287              Turn off binmode in config_H.PL
17288              Regen all the config_H.xx
17289              Attempt to get debugging build with MSVC.
17290      Branch: perlio
17291            ! win32/config.vc win32/config_H.bc win32/config_H.gc
17292            ! win32/config_H.vc win32/config_h.PL win32/makefile.mk
17293 ____________________________________________________________________________
17294 [  8018] By: nick                                  on 2000/12/06  19:21:57
17295         Log: Test various dup/external program options on all platforms.
17296      Branch: perlio
17297            ! t/io/dup.t
17298 ____________________________________________________________________________
17299 [  8017] By: nick                                  on 2000/12/06  19:20:47
17300         Log: Fix harness to be less picky
17301      Branch: perlio
17302            ! lib/Test/Harness.pm
17303 ____________________________________________________________________________
17304 [  8016] By: jhi                                   on 2000/12/06  16:45:12
17305         Log: Update Changes.
17306      Branch: perl
17307            ! Changes patchlevel.h
17308 ____________________________________________________________________________
17309 [  8015] By: jhi                                   on 2000/12/06  16:41:03
17310         Log: Test \x{...} with ord().
17311      Branch: perl
17312            ! t/op/ord.t
17313 ____________________________________________________________________________
17314 [  8014] By: jhi                                   on 2000/12/06  16:20:33
17315         Log: Test tweak because of #8013.
17316      Branch: perl
17317            ! t/lib/b.t
17318 ____________________________________________________________________________
17319 [  8013] By: jhi                                   on 2000/12/06  16:09:09
17320         Log: Subject: [PATCH] $VERSION crusade, strict, tests, etc... all over lib/
17321              From: Michael G Schwern <schwern@pobox.com>
17322              Date: Tue, 5 Dec 2000 21:23:28 -0500
17323              Message-ID: <20001205212328.C6473@blackrider.aocn.com>
17324              
17325              Carp::Heavy parts not very applicable because of recent changes.
17326      Branch: perl
17327            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/CGI/Apache.pm
17328            ! lib/CGI/Switch.pm lib/Carp.pm lib/Carp/Heavy.pm
17329            ! lib/DirHandle.pm lib/Dumpvalue.pm lib/English.pm lib/Env.pm
17330            ! lib/Exporter.pm lib/Exporter/Heavy.pm
17331            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_OS2.pm
17332            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
17333            ! lib/ExtUtils/MM_Win32.pm lib/File/CheckTree.pm
17334            ! lib/File/DosGlob.pm lib/File/Find.pm lib/File/stat.pm
17335            ! lib/FileCache.pm lib/I18N/Collate.pm lib/Net/hostent.pm
17336            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
17337            ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Search/Dict.pm
17338            ! lib/SelectSaver.pm lib/Term/Cap.pm lib/Term/Complete.pm
17339            ! lib/Term/ReadLine.pm lib/Text/Abbrev.pm lib/Tie/Hash.pm
17340            ! lib/Tie/RefHash.pm lib/Tie/Scalar.pm lib/Tie/SubstrHash.pm
17341            ! lib/Time/Local.pm lib/Time/tm.pm lib/UNIVERSAL.pm
17342            ! lib/User/grent.pm lib/User/pwent.pm lib/bytes.pm
17343            ! lib/charnames.pm lib/diagnostics.pm lib/filetest.pm
17344            ! lib/integer.pm lib/less.pm lib/locale.pm lib/open.pm
17345            ! lib/overload.pm lib/subs.pm lib/utf8.pm lib/vars.pm
17346            ! lib/warnings/register.pm t/lib/attrs.t t/lib/syslog.t
17347            ! warnings.pl
17348 ____________________________________________________________________________
17349 [  8012] By: jhi                                   on 2000/12/06  15:22:38
17350         Log: Subject: [PATCH] Re: New harness is failing things
17351              From: Nick Ing-Simmons <nik@tiuk.ti.com>
17352              Date: Wed, 6 Dec 2000 13:00:30 GMT
17353              Message-Id: <200012061300.NAA10567@mikado.tiuk.ti.com>
17354      Branch: perl
17355            ! lib/Test/Harness.pm
17356 ____________________________________________________________________________
17357 [  8011] By: jhi                                   on 2000/12/06  15:12:08
17358         Log: Subject: installhtml changes
17359              From: Michael Stevens <michael@etla.org>
17360              Date: Wed, 6 Dec 2000 13:15:53 +0000
17361              Message-ID: <20001206131553.A27317@firedrake.org>
17362      Branch: perl
17363            ! installhtml
17364 ____________________________________________________________________________
17365 [  8010] By: jhi                                   on 2000/12/06  15:06:05
17366         Log: Subject: the dTHR hits
17367              From: Michael Stevens <michael@etla.org>
17368              Date: Wed, 6 Dec 2000 12:06:03 +0000
17369              Message-ID: <20001206120603.A24581@firedrake.org>
17370              
17371              More, errrm, less dTHRs.
17372      Branch: perl
17373            ! bytecode.pl ext/B/B/C.pm
17374 ____________________________________________________________________________
17375 [  8009] By: jhi                                   on 2000/12/06  15:04:25
17376         Log: Subject: MakeMaker mailing list gone?
17377              From: Michael G Schwern <schwern@pobox.com>
17378              Date: Tue, 5 Dec 2000 19:29:59 -0500
17379              Message-ID: <20001205192959.B6473@blackrider.aocn.com>
17380              
17381              The MakeMaker mailing list is dead, perlbug is the right
17382              address to report bugs.
17383      Branch: perl
17384            ! lib/ExtUtils/MakeMaker.pm
17385 ____________________________________________________________________________
17386 [  8008] By: jhi                                   on 2000/12/06  15:00:32
17387         Log: Subject: [PATCH ExtUtils::Manifest 1.1] Default MANIFEST.SKIP]
17388              From: Michael G Schwern <schwern@pobox.com>
17389              Date: Tue, 5 Dec 2000 19:21:21 -0500
17390              Message-ID: <20001205192121.A6473@blackrider.aocn.com>
17391              
17392              Add a default MANIFEST skip that ignores things like
17393              version control files, editor temporary files, and the Makefile.
17394      Branch: perl
17395            + lib/ExtUtils/MANIFEST.SKIP
17396            ! MANIFEST lib/ExtUtils/Manifest.pm
17397 ____________________________________________________________________________
17398 [  8007] By: jhi                                   on 2000/12/06  14:57:20
17399         Log: In Amiga more manual hackery of the scripts seems to be needed,
17400              from Jan-Erik Karlsson.  Why Configure does not get this right
17401              is unknown, may be shell-induced.
17402      Branch: perl
17403            ! README.amiga
17404 ____________________________________________________________________________
17405 [  8006] By: jhi                                   on 2000/12/05  23:53:12
17406         Log: Add TOPm1s to peek at the second topmost stack item.
17407      Branch: perl
17408            ! pp.h
17409 ____________________________________________________________________________
17410 [  8005] By: jhi                                   on 2000/12/05  23:13:55
17411         Log: Avaunt, you foul UTF-8 tests.
17412      Branch: perl
17413            ! t/op/ver.t t/pragma/utf8.t
17414 ____________________________________________________________________________
17415 [  8004] By: jhi                                   on 2000/12/05  23:09:54
17416         Log: Continue utf8 dispersal. 
17417      Branch: perl
17418            + t/op/concat.t
17419            ! MANIFEST t/pragma/utf8.t
17420 ____________________________________________________________________________
17421 [  8003] By: nick                                  on 2000/12/05  23:02:39
17422         Log: Integrate mainline.
17423      Branch: perlio
17424           +> t/op/length.t t/op/utf8decode.t
17425           !> (integrate 69 files)
17426 ____________________________________________________________________________
17427 [  8002] By: jhi                                   on 2000/12/05  22:59:28
17428         Log: Integrate perlio.
17429      Branch: perl
17430           !> iperlsys.h perl.c perlio.c win32/perllib.c
17431 ____________________________________________________________________________
17432 [  8001] By: nick                                  on 2000/12/05  22:07:52
17433         Log: Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
17434              - calloc/free suffer from damage on TerminateThread()
17435              - use PerlMemShared (as originally planned) now fixed
17436              - avoid doing anything important on DLL "detach".
17437      Branch: perlio
17438            ! perl.c perlio.c win32/perllib.c
17439 ____________________________________________________________________________
17440 [  8000] By: nick                                  on 2000/12/05  21:05:09
17441         Log: Fix gross PerlMemShared issue.
17442      Branch: perlio
17443            ! iperlsys.h
17444 ____________________________________________________________________________
17445 [  7999] By: jhi                                   on 2000/12/05  20:46:58
17446         Log: Test for Unicode (UTF-8) hash keys.
17447      Branch: perl
17448            ! t/op/each.t
17449 ____________________________________________________________________________
17450 [  7998] By: jhi                                   on 2000/12/05  20:30:35
17451         Log: Remove an unnecessary 'use utf8' (unnecessary because \x{...}
17452              is now always UTF-8), empty line cosmetics.
17453      Branch: perl
17454            ! t/pragma/utf8.t
17455 ____________________________________________________________________________
17456 [  7997] By: jhi                                   on 2000/12/05  20:15:40
17457         Log: Subject: Re: STRLEN - what?
17458              From: Andy Dougherty <doughera@lafayette.edu>
17459              Date: Tue, 5 Dec 2000 11:58:46 -0500 (EST)
17460              Message-ID: <Pine.SOL.4.10.10012051152100.3586-100000@maxwell.phys.lafayette.edu>
17461              
17462              Explain STRLEN.
17463      Branch: perl
17464            ! pod/perlguts.pod
17465 ____________________________________________________________________________
17466 [  7996] By: jhi                                   on 2000/12/05  20:13:34
17467         Log: Split off the UTF-8 decoder tests, make them to check also
17468              the error message.
17469      Branch: perl
17470            + t/op/utf8decode.t
17471            ! MANIFEST t/pragma/utf8.t utf8.c
17472 ____________________________________________________________________________
17473 [  7995] By: jhi                                   on 2000/12/05  16:39:47
17474         Log: Start migrating bits of pragma/utf8 to elsewhere
17475              (since the long term plan is to obsolete 'use utf8').
17476      Branch: perl
17477            + t/op/length.t
17478            ! MANIFEST t/pragma/utf8.t
17479 ____________________________________________________________________________
17480 [  7994] By: jhi                                   on 2000/12/05  16:30:21
17481         Log: Fix a manual edit typo from #7993, fix the message formatting
17482              for Unicode, add few our declarations.
17483      Branch: perl
17484            ! lib/Carp/Heavy.pm
17485 ____________________________________________________________________________
17486 [  7993] By: jhi                                   on 2000/12/05  16:09:15
17487         Log: Subject: Need help with warnings :-(
17488              From: "Ben Tilly" <ben_tilly@hotmail.com>
17489              Date: Tue, 05 Dec 2000 01:35:54 -0500
17490              Message-ID: <LAW2-F2380n7J95K7aI00001bb9@hotmail.com>
17491              
17492              Subject: UPDATE: Carp/Heavy now passes all tests
17493              From: "Ben Tilly" <ben_tilly@hotmail.com>
17494              Date: Tue, 05 Dec 2000 07:59:41 -0500
17495              Message-ID: <LAW2-F58V1qdiixjnzi00005523@hotmail.com>
17496              
17497              The Brave New Carp.
17498      Branch: perl
17499            ! lib/Carp.pm lib/Carp/Heavy.pm
17500 ____________________________________________________________________________
17501 [  7992] By: jhi                                   on 2000/12/05  15:55:08
17502         Log: Subject: [PATCH perl@7979] cygwin port
17503              From: "Eric Fifer" <efifer@dircon.co.uk>
17504              Date: Tue, 5 Dec 2000 14:04:09 -0000
17505              Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk>
17506      Branch: perl
17507            ! t/lib/net-hostent.t
17508 ____________________________________________________________________________
17509 [  7991] By: jhi                                   on 2000/12/05  15:52:34
17510         Log: Subject: Re: [PATCH] The largest hoax of all times?
17511              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17512              Date: Tue, 5 Dec 2000 00:40:25 -0500
17513              Message-ID: <20001205004025.A4050@monk.mps.ohio-state.edu>
17514              
17515              Subject: Re: [PATCH] The largest hoax of all times?
17516              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17517              Date: Mon, 4 Dec 2000 23:55:53 -0500
17518              Message-ID: <20001204235553.A1140@monk.mps.ohio-state.edu>
17519              
17520              Subject: Re: [PATCH] The largest hoax of all times?
17521              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17522              Date: Tue, 5 Dec 2000 01:28:45 -0500
17523              Message-ID: <20001205012844.A4227@monk.mps.ohio-state.edu>
17524              
17525              Fix the unpredictable order of DESTROYs.
17526      Branch: perl
17527            ! embed.h embed.pl objXSUB.h pod/perlapi.pod proto.h scope.c
17528            ! sv.c sv.h t/op/ref.t
17529 ____________________________________________________________________________
17530 [  7990] By: jhi                                   on 2000/12/05  14:38:53
17531         Log: Subject: [PATCH] shrink pp_hot fractionally
17532              From: Nicholas Clark <nick@ccl4.org>
17533              Date: Tue, 5 Dec 2000 12:44:31 +0000
17534              Message-ID: <20001205124431.E74518@plum.flirble.org>
17535              
17536              Use report_evil_fh().
17537      Branch: perl
17538            ! opcode.pl opnames.h pp_hot.c util.c
17539 ____________________________________________________________________________
17540 [  7989] By: jhi                                   on 2000/12/05  14:21:27
17541         Log: Subject: [PATCH] [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
17542              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
17543              Date: Mon, 04 Dec 2000 22:21:59 -0800
17544              Message-ID: <HmIL6gzkgepS092yn@efn.org>
17545              
17546              Harness shouldn't ignore responses like "ok 3\r\r\n".
17547      Branch: perl
17548            ! lib/Test/Harness.pm
17549 ____________________________________________________________________________
17550 [  7988] By: jhi                                   on 2000/12/05  13:51:28
17551         Log: Integrate the "skip" messages to explain().
17552      Branch: perl
17553            ! t/lib/syslfs.t t/op/lfs.t
17554 ____________________________________________________________________________
17555 [  7987] By: jhi                                   on 2000/12/05  12:34:54
17556         Log: The one that got away in #7984.
17557              
17558              Subject: Re: dTHR - what and why?
17559              From: Michael Stevens <michael@etla.org> 
17560              Date: Tue, 5 Dec 2000 11:15:52 +0000
17561              Message-ID: <20001205111552.A4647@firedrake.org>
17562      Branch: perl
17563            ! sv.h
17564 ____________________________________________________________________________
17565 [  7986] By: gsar                                  on 2000/12/05  09:14:44
17566         Log: fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
17567              due to the notorious GetFileType() bug in Windows 9x, which fstat()
17568              tickles)
17569      Branch: perl
17570            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32sck.c
17571 ____________________________________________________________________________
17572 [  7985] By: jhi                                   on 2000/12/05  05:49:03
17573         Log: Integrate perlio.
17574      Branch: perl
17575           !> iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
17576           !> win32/perlhost.h win32/perllib.c
17577 ____________________________________________________________________________
17578 [  7984] By: jhi                                   on 2000/12/05  05:48:16
17579         Log: dTHR is a nop in 5.6.0 onwards.  Ergo, it can go.
17580      Branch: perl
17581            ! av.c cygwin/cygwin.c deb.c djgpp/djgpp.c doio.c doop.c dump.c
17582            ! epoc/epoc.c ext/ByteLoader/ByteLoader.xs
17583            ! ext/ByteLoader/byterun.c ext/Devel/DProf/DProf.xs
17584            ! ext/Thread/Thread.xs ext/re/re.xs gv.c hv.c mg.c op.c
17585            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2ish.h perl.c perl.h
17586            ! perlapi.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
17587            ! regexec.c run.c scope.c sv.c taint.c thread.h toke.c
17588            ! universal.c utf8.c util.c vmesa/vmesa.c vms/ext/Stdio/Stdio.xs
17589            ! win32/win32.c
17590 ____________________________________________________________________________
17591 [  7983] By: nick                                  on 2000/12/04  23:27:43
17592         Log: PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
17593      Branch: perlio
17594            ! iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
17595            ! win32/perlhost.h win32/perllib.c
17596 ____________________________________________________________________________
17597 [  7982] By: jhi                                   on 2000/12/04  19:44:09
17598         Log: Yet Another Copying-Without-Paying-Attention-To-SvUTF8(sv) Bug
17599              uncovered by #7980.
17600      Branch: perl
17601            ! op.c
17602 ____________________________________________________________________________
17603 [  7981] By: jhi                                   on 2000/12/04  19:42:07
17604         Log: Subject: [PATCH] Trivial dump.c feature
17605              From: Simon Cozens <simon@cozens.net>
17606              Date: Mon, 4 Dec 2000 18:08:38 +0000
17607              Message-ID: <20001204180838.A5541@pembro33.pmb.ox.ac.uk>
17608              
17609              Show whether a constant is UTF-8.
17610      Branch: perl
17611            ! dump.c
17612 ____________________________________________________________________________
17613 [  7980] By: jhi                                   on 2000/12/04  19:36:51
17614         Log: UTF-8 hash keys, patch from Inaba Hiroto.
17615      Branch: perl
17616            ! embed.h embed.pl hv.c hv.h pod/perlapi.pod proto.h
17617 ____________________________________________________________________________
17618 [  7979] By: jhi                                   on 2000/12/04  17:36:28
17619         Log: Update Changes.
17620      Branch: perl
17621            ! Changes patchlevel.h
17622 ____________________________________________________________________________
17623 [  7978] By: jhi                                   on 2000/12/04  16:42:17
17624         Log: Retract #7977, still too volatile (the euphemism of the day
17625              for unfinished and buggy :-)
17626      Branch: perl
17627            ! doop.c hv.c pp.c sv.h
17628 ____________________________________________________________________________
17629 [  7977] By: jhi                                   on 2000/12/04  16:25:15
17630         Log: (Retracted by #7978, too shaky yet.)
17631              
17632              Subject: Re: utf8 in hash keys, implementor missing
17633              From: Simon Cozens <simon@cozens.net>
17634              Date: Sat, 2 Dec 2000 19:49:35 +0000
17635              Message-ID: <20001202194935.A25673@pembro33.pmb.ox.ac.uk>
17636              
17637              The first step at UTF-8 hash keys.
17638      Branch: perl
17639            ! doop.c hv.c pp.c sv.h
17640 ____________________________________________________________________________
17641 [  7976] By: jhi                                   on 2000/12/04  16:13:53
17642         Log: Subject: [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
17643              From: sthoenna@efn.org
17644              Date: Sun, 3 Dec 2000 19:06:53 -0800 (PST)
17645              Message-Id: <200012040306.eB436rE18922@garcia.efn.org>
17646      Branch: perl
17647            ! os2/os2.c perlio.c
17648 ____________________________________________________________________________
17649 [  7975] By: jhi                                   on 2000/12/04  16:05:25
17650         Log: Subject: Re: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 (UNINSTALLED)
17651              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
17652              Date: Thu, 30 Nov 2000 20:50:37 -0800
17653              Message-ID: <d4yJ6gzkgGsJ092yn@efn.org>
17654      Branch: perl
17655            ! os2/os2.c
17656 ____________________________________________________________________________
17657 [  7974] By: jhi                                   on 2000/12/04  16:03:57
17658         Log: Subject: [PATCH] ++ 20% faster
17659              From: Nicholas Clark <nick@ccl4.org>
17660              Date: Mon, 4 Dec 2000 12:17:27 +0000
17661              Message-ID: <20001204121726.B52976@plum.flirble.org>
17662              
17663              Make '$i = ""; $i++' to produce true IVs without a hint of NVs.
17664      Branch: perl
17665            ! sv.c
17666 ____________________________________________________________________________
17667 [  7973] By: jhi                                   on 2000/12/04  16:00:48
17668         Log: 
17669              Subject: Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED)
17670              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
17671              Date: Mon, 04 Dec 2000 12:30:45 +0100
17672              Message-Id: <20001204122118.E85D.H.M.BRAND@hccnet.nl>
17673              
17674              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
17675              library (getprotobyname and getprotobynumber are outversioned by
17676              the same calls in libc, at least for xlc version 3.
17677      Branch: perl
17678            ! hints/aix.sh
17679 ____________________________________________________________________________
17680 [  7972] By: jhi                                   on 2000/12/04  02:58:31
17681         Log: Integrate perlio.
17682      Branch: perl
17683           !> doio.c iperlsys.h perl.c perl.h perlio.c perlio.h toke.c
17684           !> win32/makefile.mk win32/perlhost.h win32/perllib.c
17685           !> win32/win32.h win32/win32iop.h win32/win32thread.h
17686 ____________________________________________________________________________
17687 [  7971] By: nick                                  on 2000/12/04  00:24:33
17688         Log: Quieten some noise in Win32 builds:
17689              - win32.h is included after <sys/socket.h>, so need to 
17690              set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
17691              - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
17692      Branch: perlio
17693            ! doio.c perl.h toke.c win32/win32.h
17694 ____________________________________________________________________________
17695 [  7970] By: nick                                  on 2000/12/03  22:57:46
17696         Log: PERL_IMPLICIT_SYS compiles but does not work.
17697      Branch: perlio
17698            ! iperlsys.h perl.c perlio.c perlio.h win32/makefile.mk
17699            ! win32/perlhost.h win32/perllib.c win32/win32.h
17700            ! win32/win32iop.h win32/win32thread.h
17701 ____________________________________________________________________________
17702 [  7969] By: jhi                                   on 2000/12/03  22:12:58
17703         Log: On DEBUGGING make ANYOFUTF8 nodes store away also the SV
17704              used to swash_init(), makes regprop() dumps more informative
17705              (+utf8::IsAlpha, -utf8::IsDigit, for example).
17706      Branch: perl
17707            ! regcomp.c regexec.c
17708 ____________________________________________________________________________
17709 [  7968] By: jhi                                   on 2000/12/03  21:39:56
17710         Log: Implement ANYOFUTF8 regprop() dumping.
17711      Branch: perl
17712            ! regcomp.c
17713 ____________________________________________________________________________
17714 [  7967] By: jhi                                   on 2000/12/03  20:57:19
17715         Log: Make uv_to_utf8() to zero-terminate its output buffer,
17716              always use (at least) UTF8_MAXLEN + 1 U8s deep buffer.
17717      Branch: perl
17718            ! op.c pp.c regcomp.c regexec.c sv.c toke.c utf8.c
17719 ____________________________________________________________________________
17720 [  7966] By: nick                                  on 2000/12/03  18:41:21
17721         Log: Integrate mainline (STDCHAR)
17722      Branch: perlio
17723           !> Configure t/pragma/utf8.t
17724 ____________________________________________________________________________
17725 [  7965] By: jhi                                   on 2000/12/03  17:58:20
17726         Log: Raw zero bytes in text files confuse at least GNU patch 2.1.
17727      Branch: perl
17728            ! t/pragma/utf8.t
17729 ____________________________________________________________________________
17730 [  7964] By: jhi                                   on 2000/12/03  17:35:56
17731         Log: Integrate perlio.
17732      Branch: perl
17733           !> iperlsys.h perlio.c
17734 ____________________________________________________________________________
17735 [  7963] By: jhi                                   on 2000/12/03  17:33:55
17736         Log: Metaconfig unit change for #7962.
17737      Branch: metaconfig
17738            ! U/modified/stdchar.U
17739 ____________________________________________________________________________
17740 [  7962] By: jhi                                   on 2000/12/03  17:33:27
17741         Log: Untangle the <stdio.h> #include nest for the stdchar test,
17742              from Andy Dougherty.
17743      Branch: perl
17744            ! Configure
17745 ____________________________________________________________________________
17746 [  7961] By: nick                                  on 2000/12/03  16:53:00
17747         Log: Make iperlsys.h vector stdio not PerlIO.
17748      Branch: perlio
17749            ! iperlsys.h perlio.c
17750 ____________________________________________________________________________
17751 [  7960] By: nick                                  on 2000/12/03  14:43:01
17752         Log: Integrate mainline
17753      Branch: perlio
17754           !> Changes Configure config_h.SH lib/ExtUtils/MM_Unix.pm op.c
17755           !> patchlevel.h pod/perldiag.pod t/lib/net-hostent.t toke.c
17756 ____________________________________________________________________________
17757 [  7959] By: jhi                                   on 2000/12/03  08:16:36
17758         Log: Use DO_UTF8().
17759      Branch: perl
17760            ! op.c
17761 ____________________________________________________________________________
17762 [  7958] By: jhi                                   on 2000/12/02  18:33:05
17763         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
17764              From: Mike Guy <mjtg@cam.ac.uk>         
17765              Date: Sat, 02 Dec 2000 17:27:13 +0000
17766              Message-Id: <E142GRN-0003go-00@libra.cus.cam.ac.uk>
17767              
17768              An extraneous argument.
17769      Branch: perl
17770            ! toke.c
17771 ____________________________________________________________________________
17772 [  7957] By: jhi                                   on 2000/12/02  18:22:32
17773         Log: A missing hunk.
17774      Branch: perl
17775            ! t/lib/net-hostent.t
17776 ____________________________________________________________________________
17777 [  7956] By: jhi                                   on 2000/12/02  18:06:20
17778         Log: Subject: [PATCH] Re: [ID 20001202.001] (Net::hostent)
17779              From: Nicholas Clark <nick@ccl4.org>
17780              Date: Sat, 2 Dec 2000 14:28:27 +0000
17781              Message-ID: <20001202142827.A12308@plum.flirble.org>
17782              
17783              Test robustness.
17784      Branch: perl
17785            ! t/lib/net-hostent.t
17786 ____________________________________________________________________________
17787 [  7955] By: jhi                                   on 2000/12/02  17:58:06
17788         Log: Metaconfig unit change for #7954.
17789      Branch: metaconfig
17790            ! U/modified/stdchar.U
17791 ____________________________________________________________________________
17792 [  7954] By: jhi                                   on 2000/12/02  17:54:32
17793         Log: An inconvenient hang would happen if the stdio _ptr wasn't
17794              found in <stdio.h> and <stdio_impl.h> didn't exist.  (grep
17795              would be grepping stdin for all eternity for the _ptr.)
17796      Branch: perl
17797            ! Configure
17798 ____________________________________________________________________________
17799 [  7953] By: jhi                                   on 2000/12/02  00:07:15
17800         Log: Update Changes.
17801      Branch: perl
17802            ! Changes patchlevel.h
17803 ____________________________________________________________________________
17804 [  7952] By: jhi                                   on 2000/12/01  23:54:47
17805         Log: Subject: Re: long shell lines
17806              From: Andy Dougherty <doughera@lafayette.edu>
17807              Date: Thu, 30 Nov 2000 12:45:37 -0500 (EST)
17808              Message-ID: <Pine.SOL.4.10.10011301044590.26388-100000@maxwell.phys.lafayette.edu>
17809              
17810              Split overly long shell command lines.
17811      Branch: perl
17812            ! lib/ExtUtils/MM_Unix.pm
17813 ____________________________________________________________________________
17814 [  7951] By: jhi                                   on 2000/12/01  23:48:02
17815         Log: The metaconfig unit change for #7950.
17816      Branch: metaconfig
17817            + U/modified/stdchar.U
17818 ____________________________________________________________________________
17819 [  7950] By: jhi                                   on 2000/12/01  23:47:39
17820         Log: Try to find stdchar also from <stdio_impl.h>.
17821      Branch: perl
17822            ! Configure config_h.SH
17823 ____________________________________________________________________________
17824 [  7949] By: jhi                                   on 2000/12/01  23:46:45
17825         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
17826              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
17827              Date: Fri, 1 Dec 2000 16:26:08 -0500
17828              Message-ID: <20001201162608.B1436@linguist.dartmouth.edu>
17829              
17830              Reword the diagnostic message.
17831      Branch: perl
17832            ! pod/perldiag.pod
17833 ____________________________________________________________________________
17834 [  7948] By: nick                                  on 2000/12/01  22:49:43
17835         Log: Integrate mainline (for s/y/m as sub names stuff).
17836      Branch: perlio
17837           !> lib/CPAN.pm lib/CPAN/FirstTime.pm pod/perldiag.pod t/op/misc.t
17838           !> t/pragma/warn/toke toke.c
17839 ____________________________________________________________________________
17840 [  7947] By: jhi                                   on 2000/12/01  20:55:41
17841         Log: Integrate perlio.
17842      Branch: perl
17843           !> perlio.c perliol.h t/io/pipe.t
17844 ____________________________________________________________________________
17845 [  7946] By: jhi                                   on 2000/12/01  20:36:51
17846         Log: Upgrade to CPAN 1.59_51, from Andreas König.
17847      Branch: perl
17848            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
17849 ____________________________________________________________________________
17850 [  7945] By: nick                                  on 2000/12/01  20:31:32
17851         Log: Integrate mainline
17852      Branch: perlio
17853           +> ext/Encode/Encode/EncodeFormat.pod lib/unicode/Is/Blank.pl
17854           +> lib/unicode/Is/SpacePerl.pl t/lib/class-struct.t
17855           +> t/lib/net-hostent.t
17856           !> (integrate 35 files)
17857 ____________________________________________________________________________
17858 [  7944] By: jhi                                   on 2000/12/01  20:23:29
17859         Log: Some help for 20001130.011.  Now one gets warnings like
17860              "Ambiguous -f() resolved as a file test ..."
17861      Branch: perl
17862            ! pod/perldiag.pod t/pragma/warn/toke toke.c
17863 ____________________________________________________________________________
17864 [  7943] By: jhi                                   on 2000/12/01  19:44:44
17865         Log: Retract #7941.  Forbidding subs m/s/etc is too cruel because
17866              that also breaks using them as methods. 
17867      Branch: perl
17868            ! pod/perldiag.pod t/op/misc.t toke.c
17869 ____________________________________________________________________________
17870 [  7942] By: nick                                  on 2000/12/01  17:56:46
17871         Log: Fix 'mmap' lib/filehand.t (ungetc) test fail.
17872              Make 'unix' pass most tests
17873              - do unread by temporary push of layer ("pending") holding unread chars
17874              - fast_gets is now based on per-handle flag
17875              - relax one of io/pipe.t tests to allow print to fail and close to
17876              succeed so that it passes on unbuffered "unix" layer.
17877              Remaining fail is sporadic and a genuine race condition between
17878              parent/child in fork test.
17879      Branch: perlio
17880            ! perlio.c perliol.h t/io/pipe.t
17881 ____________________________________________________________________________
17882 [  7941] By: jhi                                   on 2000/12/01  15:28:58
17883         Log: (Retracted by #7943.)
17884              
17885              Reserve the short named string operator names.
17886      Branch: perl
17887            ! pod/perldiag.pod t/op/misc.t toke.c
17888 ____________________________________________________________________________
17889 [  7940] By: jhi                                   on 2000/12/01  06:45:53
17890         Log: Get the three different space character classes right under utf8.
17891      Branch: perl
17892            + lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
17893            ! MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
17894            ! regexec.c t/op/pat.t utf8.c
17895 ____________________________________________________________________________
17896 [  7939] By: jhi                                   on 2000/12/01  03:26:26
17897         Log: Two more tests that make no sense in UTF-8 since the test
17898              data is not in UTF-8.
17899      Branch: perl
17900            ! t/op/regexp.t
17901 ____________________________________________________________________________
17902 [  7938] By: jhi                                   on 2000/12/01  03:20:39
17903         Log: \x{} doesn't any more require 'use utf8' outside regexen so why
17904              should it be required inside regexen?
17905      Branch: perl
17906            ! regcomp.c t/op/regmesg.t
17907 ____________________________________________________________________________
17908 [  7937] By: jhi                                   on 2000/12/01  02:58:53
17909         Log: Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
17910              stored and restored, and thusly was trounced by the utf8 swash
17911              routines.
17912      Branch: perl
17913            ! regcomp.c
17914 ____________________________________________________________________________
17915 [  7936] By: jhi                                   on 2000/11/30  20:41:39
17916         Log: Fix for 20001128.006, be more careful in Perl_sv_utf8_downgrade().
17917              Why the different platforms behave so differently (core dump vs
17918              no core dump) on this bug is a but of a mystery, but if I had to
17919              guess I would mumble something like 'alignment'.
17920      Branch: perl
17921            ! sv.c
17922 ____________________________________________________________________________
17923 [  7935] By: jhi                                   on 2000/11/30  16:17:02
17924         Log: Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits
17925              From: Robin Barker <rmb1@cise.npl.co.uk>
17926              Message-Id: <200011301427.OAA00030@tempest.npl.co.uk>
17927              Date: Thu, 30 Nov 2000 14:27:12 GMT
17928      Branch: perl
17929            ! perlio.c toke.c
17930 ____________________________________________________________________________
17931 [  7934] By: jhi                                   on 2000/11/30  16:04:49
17932         Log: In OS/390 'localhost' can be 'localhost.FOO.BAR'.
17933      Branch: perl
17934            ! t/lib/net-hostent.t
17935 ____________________________________________________________________________
17936 [  7933] By: jhi                                   on 2000/11/30  06:07:26
17937         Log: Subject: [ID 20001129.007] Not OK: perl v5.7.0 +DEVEL7928 on VMS_AXP V7.1 (UNINSTALLED)
17938              From: Peter Prymmer <pvhp@forte.com>
17939              Date: Wed, 29 Nov 2000 15:16:45 -0800 (PST)
17940              Message-Id: <Pine.OSF.4.10.10011291515570.328738-100000@aspara.forte.com>
17941              
17942              In VMS the localhost may be LOCALHOST.
17943      Branch: perl
17944            ! t/lib/net-hostent.t
17945 ____________________________________________________________________________
17946 [  7932] By: jhi                                   on 2000/11/30  01:11:11
17947         Log: Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
17948              From: Peter Prymmer <pvhp@forte.com>
17949              Date: Wed, 29 Nov 2000 12:36:40 -0800 (PST)
17950              Message-ID: <Pine.OSF.4.10.10011291233120.328738-100000@aspara.forte.com>
17951              
17952              plus regen perlapi.pod.
17953      Branch: perl
17954            ! pod/perlapi.pod utf8.c
17955 ____________________________________________________________________________
17956 [  7931] By: jhi                                   on 2000/11/30  01:06:19
17957         Log: Subject:  [PATCH perl@7930] get t/lib/filter-util.t to work on VMS 
17958              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
17959              Date:     Wed, 29 Nov 2000 17:15:11 EST
17960              Message-Id: <001129171439.6099b@DUPHY4.Physics.Drexel.Edu>
17961      Branch: perl
17962            ! t/lib/filter-util.pl t/lib/filter-util.t
17963 ____________________________________________________________________________
17964 [  7930] By: jhi                                   on 2000/11/29  18:51:55
17965         Log: Update Changes.
17966      Branch: perl
17967            ! Changes patchlevel.h
17968 ____________________________________________________________________________
17969 [  7929] By: jhi                                   on 2000/11/29  18:50:55
17970         Log: Update the va_copy() metaconfig unit.
17971      Branch: metaconfig/U/perl
17972            ! need_va_copy.U
17973 ____________________________________________________________________________
17974 [  7928] By: jhi                                   on 2000/11/29  17:50:43
17975         Log: Subject: [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17  
17976              From: Dominic Dunlop <domo@computer.org>
17977              Date: Tue, 28 Nov 2000 16:41:57 +0100
17978              Message-Id: <p04320400b649771b9797@[192.168.1.4]>
17979              
17980              Patch to catch a core dump in the Configure va_copy test.
17981      Branch: perl
17982            ! Configure config_h.SH
17983 ____________________________________________________________________________
17984 [  7927] By: jhi                                   on 2000/11/29  17:31:59
17985         Log: Retract #7921, the patch shouldn't be needed.
17986      Branch: perl
17987            ! sv.c
17988 ____________________________________________________________________________
17989 [  7926] By: jhi                                   on 2000/11/29  17:01:41
17990         Log: Make the Class::Struct import() wiser.
17991      Branch: perl
17992            ! lib/Class/Struct.pm t/lib/class-struct.t
17993 ____________________________________________________________________________
17994 [  7925] By: jhi                                   on 2000/11/29  16:36:33
17995         Log: All the core library users of Class::Struct seem to be
17996              using "use Class::Struct 'struct';" instead of the bare
17997              "use Class::Struct;", which isn't documented in Class::Struct.
17998              This can't be right.
17999      Branch: perl
18000            ! lib/File/stat.pm
18001 ____________________________________________________________________________
18002 [  7924] By: jhi                                   on 2000/11/29  16:32:15
18003         Log: A test works better if it has the right 1..$n output.
18004      Branch: perl
18005            ! t/lib/class-struct.t
18006 ____________________________________________________________________________
18007 [  7923] By: jhi                                   on 2000/11/29  16:29:11
18008         Log: Forgot to MANIFEST the new Net::hostent test.
18009      Branch: perl
18010            ! MANIFEST
18011 ____________________________________________________________________________
18012 [  7922] By: jhi                                   on 2000/11/29  16:27:49
18013         Log: Integrate perlio.
18014      Branch: perl
18015           !> iperlsys.h perlio.c
18016 ____________________________________________________________________________
18017 [  7921] By: jhi                                   on 2000/11/29  16:27:10
18018         Log: (Retracted by #7927.)
18019              
18020              Subject: [PATCH] Is infinity a number?
18021              From: Simon Cozens <simon@cozens.net>
18022              Date: Wed, 29 Nov 2000 14:48:20 +0000
18023              Message-ID: <20001129144820.A31339@pembro33.pmb.ox.ac.uk>
18024      Branch: perl
18025            ! sv.c
18026 ____________________________________________________________________________
18027 [  7920] By: jhi                                   on 2000/11/29  16:23:02
18028         Log: Subject: net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it is buggy?)
18029              From: rspier@pobox.com (Robert Spier)
18030              Date: Wed, 29 Nov 2000 02:17:49 -0500
18031              Message-ID: <14884.44445.760322.278647@localhost.localdomain>
18032              
18033              Add a test for Net::hostent.
18034      Branch: perl
18035            + t/lib/net-hostent.t
18036 ____________________________________________________________________________
18037 [  7919] By: jhi                                   on 2000/11/29  16:21:31
18038         Log: Make "use Class::Struct 'struct';" work again (broken by #7617);
18039              add a test for Class::Struct.
18040      Branch: perl
18041            + t/lib/class-struct.t
18042            ! MANIFEST lib/Class/Struct.pm
18043 ____________________________________________________________________________
18044 [  7918] By: jhi                                   on 2000/11/29  15:48:40
18045         Log: Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
18046              From: rspier@pobox.com (Robert Spier)
18047              Date: Wed, 29 Nov 2000 02:25:39 -0500
18048              Message-ID: <14884.44915.86028.422238@localhost.localdomain>
18049              
18050              More checking in case someone has broken their services or
18051              protocol databases.
18052      Branch: perl
18053            ! ext/Sys/Syslog/Syslog.pm
18054 ____________________________________________________________________________
18055 [  7917] By: jhi                                   on 2000/11/29  15:46:25
18056         Log: Subject: [PATCH] $^O  win32 -> MSWin32
18057              From: rspier@pobox.com (Robert Spier)
18058              Date: Wed, 29 Nov 2000 02:17:38 -0500
18059              Message-ID: <14884.44434.340627.126145@localhost.localdomain>
18060              
18061              plus similar nits for vms, err, VMS, and UNICOS.
18062      Branch: perl
18063            ! t/lib/syslfs.t t/op/lfs.t
18064 ____________________________________________________________________________
18065 [  7916] By: jhi                                   on 2000/11/29  15:42:51
18066         Log: Subject: [PATCH] Tokeniser debugging
18067              From: Simon Cozens <simon@cozens.net>
18068              Date: Wed, 29 Nov 2000 14:15:45 +0000
18069              Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk>
18070      Branch: perl
18071            ! perl.c perl.h pod/perlrun.pod toke.c
18072 ____________________________________________________________________________
18073 [  7915] By: jhi                                   on 2000/11/29  15:41:36
18074         Log: Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
18075              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18076              Date: Wed, 29 Nov 2000 02:13:14 -0500
18077              Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu>
18078              
18079              OUT keyword nits.
18080              
18081              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
18082              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18083              Date: Wed, 29 Nov 2000 03:09:04 -0500
18084              Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu>
18085              
18086              OUT and IN_OUT documentation.
18087      Branch: perl
18088            ! lib/ExtUtils/xsubpp pod/perlxs.pod
18089 ____________________________________________________________________________
18090 [  7914] By: jhi                                   on 2000/11/29  03:35:01
18091         Log: Subject: Re: [ID 20001127.002] const subs hurt under debugger
18092              From: John Tobey <jtobey@john-edwin-tobey.org>
18093              Date: Tue, 28 Nov 2000 01:13:41 -0500 (EST)
18094              Message-Id: <m140e1N-000FOoC@feynman.localnet>
18095              
18096              plus a performance speedup noticed by Sarathy.
18097      Branch: perl
18098            ! op.c
18099 ____________________________________________________________________________
18100 [  7913] By: jhi                                   on 2000/11/29  03:16:59
18101         Log: Use "1 while unlink" so that VMS gets clean, too.
18102      Branch: perl
18103            ! t/lib/filter-util.t
18104 ____________________________________________________________________________
18105 [  7912] By: jhi                                   on 2000/11/29  03:09:08
18106         Log: Subject: [PATCH 5.7.0] OUT keyword for xsubpp
18107              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18108              Date: Tue, 28 Nov 2000 03:27:09 -0500
18109              Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu>
18110      Branch: perl
18111            ! lib/ExtUtils/xsubpp
18112 ____________________________________________________________________________
18113 [  7911] By: jhi                                   on 2000/11/29  03:06:30
18114         Log: This should have been part of #7872: no need to scan UTF-8
18115              until eternity.
18116      Branch: perl
18117            ! utf8.c
18118 ____________________________________________________________________________
18119 [  7910] By: jhi                                   on 2000/11/29  02:50:04
18120         Log: One more perltie.pod nit from Casey R. Tweten.
18121      Branch: perl
18122            ! pod/perltie.pod
18123 ____________________________________________________________________________
18124 [  7909] By: jhi                                   on 2000/11/29  02:44:23
18125         Log: Document the known sprintf test failures, exact standard
18126              reference from Dominic Dunlop, NonStop-UX testing from Tom Bates.
18127      Branch: perl
18128            ! pod/perldelta.pod t/op/sprintf.t
18129 ____________________________________________________________________________
18130 [  7908] By: jhi                                   on 2000/11/29  02:36:23
18131         Log: Add the Encoding table format documentation.
18132      Branch: perl
18133            + ext/Encode/Encode/EncodeFormat.pod
18134            ! MANIFEST
18135 ____________________________________________________________________________
18136 [  7907] By: jhi                                   on 2000/11/29  02:07:24
18137         Log: Subject: Re: [PATCH] Updating perltie.pod for arrays
18138              From: "Casey R. Tweten" <crt@kiski.net>
18139              Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST)
18140              Message-ID: <Pine.OSF.4.21.0011281209050.25178-100000@home.kiski.net>
18141              
18142              Subject: Re: [PATCH] Updating perltie.pod for arrays
18143              From: "Casey R. Tweten" <crt@kiski.net>
18144              Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST)
18145              Message-ID: <Pine.OSF.4.21.0011281458500.10331-100000@home.kiski.net>
18146      Branch: perl
18147            ! pod/perltie.pod
18148 ____________________________________________________________________________
18149 [  7906] By: nick                                  on 2000/11/28  22:40:59
18150         Log: Initial tidy of setmode() muddle (UNIX does not have, nor need it).
18151      Branch: perlio
18152            ! iperlsys.h perlio.c
18153 ____________________________________________________________________________
18154 [  7905] By: nick                                  on 2000/11/28  22:04:34
18155         Log: Integrate mainline
18156      Branch: perlio
18157           !> (integrate 39 files)
18158 ____________________________________________________________________________
18159 [  7904] By: jhi                                   on 2000/11/28  16:44:43
18160         Log: Subject: [ID 20001128.002] what's the point of example code if it is buggy?
18161              From: Nicholas Clark <nick@babyhippo.co.uk>
18162              Date: Tue, 28 Nov 2000 11:16:57 +0000
18163              Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk>
18164      Branch: perl
18165            ! pod/perlipc.pod
18166 ____________________________________________________________________________
18167 [  7903] By: jhi                                   on 2000/11/28  16:40:31
18168         Log: Subject: [PATCH] Updating perltie.pod for arrays
18169              From: "Casey R. Tweten" <crt@kiski.net>
18170              Date: Mon, 27 Nov 2000 17:47:20 -0500 (EST)
18171              Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net>
18172      Branch: perl
18173            ! pod/perltie.pod
18174 ____________________________________________________________________________
18175 [  7902] By: jhi                                   on 2000/11/28  16:39:37
18176         Log: Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
18177              From: Robin Barker <rmb1@cise.npl.co.uk>
18178              Date: Mon, 27 Nov 2000 17:56:44 GMT
18179              Message-Id: <200011271756.RAA22706@tempest.npl.co.uk>
18180      Branch: perl
18181            ! pod/perlfunc.pod t/op/split.t
18182 ____________________________________________________________________________
18183 [  7901] By: jhi                                   on 2000/11/28  16:28:04
18184         Log: setmode() is a DOSish-only thing.
18185      Branch: perl
18186            ! perlio.c
18187 ____________________________________________________________________________
18188 [  7900] By: jhi                                   on 2000/11/28  16:21:46
18189         Log: Subject: [PATCH] perlcc.PL cleanups
18190              From: Simon Cozens <simon@cozens.net>
18191              Date: Tue, 28 Nov 2000 12:44:35 +0000
18192              Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk>
18193      Branch: perl
18194            ! utils/perlcc.PL
18195 ____________________________________________________________________________
18196 [  7899] By: gsar                                  on 2000/11/28  06:32:55
18197         Log: reintegrate files missed by change#7895
18198      Branch: maint-5.6/perl
18199           +> ext/ByteLoader/bytecode.h utils/Makefile
18200            - utils/perlbc.PL
18201 ____________________________________________________________________________
18202 [  7897] By: gsar                                  on 2000/11/27  18:22:47
18203         Log: can't integrate these two files, for some reason
18204      Branch: maint-5.6/perl
18205            - ext/ByteLoader/bytecode.h utils/Makefile
18206 ____________________________________________________________________________
18207 [  7895] By: gsar                                  on 2000/11/27  18:11:21
18208         Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
18209              6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
18210              6757..6890,6892..6901 from mainline
18211              
18212              Bytecompiler patches from Benjamin Stuhl.
18213              
18214              More bytecompiler.
18215              
18216              Subject: [PATCH blead] B:: missing dependency
18217              
18218              Subject: [PATCH: 6757] configure.com updates and syslog build
18219              
18220              Long double Gconvert fixes from Yitzchak Scott-Thoennes
18221              and Spider Boardman.
18222              
18223              Subject: [PATCH blead] nextchar() abuse misses an optimisation
18224              
18225              Long double fixes from Spider Boardman.
18226              
18227              Make the selection of NVff et al stricter.
18228              
18229              cSVOPo_*v things index into the current PL_curpad
18230              under ithreads, which is different from the curpad
18231              used by the XSUB.  (In other words, the code as-is
18232              before this patch wouldn't work under ithreads.)
18233              
18234              Be portable.
18235              
18236              VMS MMS (make) wants null action.
18237              
18238              Mac and other portability updates from Chris Nandor.
18239              
18240              Storable support, v-version fixes.
18241              Subject: CPAN.pm beta for testing available
18242              
18243              Portability fix from Hugo van der Sanden.
18244              
18245              Bad makefile.
18246              
18247              Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
18248              
18249              Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
18250              
18251              Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
18252              
18253              Replace #6705 with a minimal doc patch.
18254              Subject: [PATCH 5.6.0] replace change #6705
18255              
18256              Drop the separate perlbc, perlcc -b should be enough.
18257              
18258              installperl couldn't tell whether it had run tests or not.
18259              Subject: [PATCH] Re: installperl and t/TEST
18260              
18261              Add silencer flags to installperl.
18262              Subject: [PATCH] Making installperl silent.
18263              
18264              Make "make install" by default silent.  A new "install-verbose"
18265              target is verbose.
18266              
18267              More liberal parsing of version numbers.
18268              Subject: Re: CPAN.pm beta for testing available
18269              
18270              Create directories in silence.
18271              Subject: [PATCH] Another silencer for MakeMaker
18272              
18273              DOS patches and portability/porting notes, from Tim Jenness.
18274              
18275              Make installman to recognize the silence flag -S.
18276              
18277              Actually do something with the silencer option.
18278              
18279              Continue silencing.
18280              
18281              Show the doc file, not the temp file.
18282              
18283              Regen perltoc.
18284              
18285              Subject: [PATCH] More silencing of installman.
18286              
18287              Better wording for the vec lvalue diagnostic.
18288              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
18289              
18290              Subject: [PATCH: 6805] several more tweaks to configure.com
18291              
18292              Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
18293              
18294              Missing parts of 
18295              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
18296              
18297              Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
18298              (applied slightly modified)
18299              
18300              installperl --verbose and --silent.
18301              Subject: Re: [PATCH] More silencing of installman.
18302              
18303              Add install-silent target.
18304              
18305              AIX 4.3.3 has SOCKS in libc with a differently named init routine,
18306              the problem reported in
18307              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
18308              
18309              Tweak the sfio/useperlio logic, hopefully as wished in
18310              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
18311              
18312              One forgotten file from #6816.
18313              
18314              Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
18315              
18316              Remove duplicately applied patch shards.
18317              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
18318              
18319              Support preserving extremely big/small angles.
18320              
18321              Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
18322              
18323              Subject: [PATCH] installation not quite silent yet.
18324              
18325              Update the test count.
18326              
18327              Use UVxf, PTR2UV, NVff.
18328              
18329              Document PTR2XX and INT2PTR.
18330              
18331              no-install target a la make -n.
18332              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
18333              
18334              grep -e isn't portable.
18335              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
18336              
18337              Can't get the test to reliably work thanks to the
18338              inaccurateness of floating point.  "Resolves" bug ids
18339              20000826.003, 20000826.009, 20000826.010,
18340              
18341              Subject: installman buglet
18342              
18343              DJGPP update from Laszlo Molnar.
18344              
18345              Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
18346              
18347              Passing -R in ldflags makes now it to appear in the default
18348              for lddlflags, just like with -L.
18349              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
18350              
18351              Test nit.
18352              
18353              Use the actual thread type, not the pointer-to-struct.
18354              
18355              Provice virtual $Config{ccflags_nolargefiles} etc. 
18356              
18357              display_format used as a class method without arguments was broken,
18358              reported in
18359              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
18360              
18361              Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
18362              
18363              Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
18364              
18365              Subject: [PATCH@6855] _Minor_ change to overload.pm pod
18366              
18367              opmini.o may be left around if a build is interrupted.
18368              
18369              Typo in #6858.
18370              
18371              Fix for ID 20000828.001, long doubles were not formatted
18372              correctly (showed up in $], which stopped installing perl).
18373              
18374              An attempt to fix the problem reported in
18375              Subject: Building perl@6856 using gcc/AIX 4.3.3 
18376              I can't test this properly since the gcc installation I have
18377              access to seems to be botched (gcc is calling the AIX cpp,
18378              a losing proposition...)
18379              
18380              Add -ld to archname on long tr...double platforms.
18381              
18382              Subject: hv.h Doc Patch
18383              
18384              Potential cruft.
18385              
18386              Subject: [PATCH bleedperl@6856] warnings fixes
18387              
18388              -S is the silent flag, -s is the strip flag.
18389              Subject: [PATCH] Re: [PATCH] make no-install          
18390              
18391              Take out the SUIDMAIL thing, that will not be
18392              a problem in 5.7.*.
18393              
18394              Subject: [PATCH bleedperl@6866] spellings
18395              
18396              Subject: [PATCH] Re: files not cleaned even by veryclean
18397              
18398              Use minimal @INC in tests, most of the time just '../lib',
18399              so that we simply can't pick up stuff from other Perls than
18400              the one we are testing.  Pointed out by
18401              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
18402              
18403              Update to Getopt::Long 2.24, from Johan Vromans.
18404              
18405              Fix for thinko in #6848.
18406              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
18407              
18408              Patches all over for people and the files they (hopefully) care about.
18409              
18410              Subject: Net::protoent does not export 'getproto'
18411              
18412              Missed a change in #6869.
18413              
18414              Subject: [PATCH] Warnings in B::Deparse
18415              
18416              Subject: [PATCH] Glob dumping
18417              
18418              Disable one of the tests for now.
18419              
18420              Disabling the one test is a bit tricky.
18421              
18422              Don't forget to tidy up.
18423              
18424              The #6881 removed one dump line.
18425              
18426              Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
18427              
18428              Under usethreads the dumped variable is IN_PAD.
18429              Subject: Re: [PATCH] Glob dumping
18430              
18431              Subject: [ID 20000829.026] [PATCH 6868] File::Temp
18432              
18433              Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
18434              
18435              Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
18436              
18437              Regen Configure for #6894.
18438              
18439              Subject: [PATCH: 6889] updates to perlebcdic.pod
18440              
18441              Undo namespace pollution of #6878.
18442              Subject: Re: Net::protoent does not export 'getproto'
18443              
18444              Admit that we are leaking scalars.
18445              
18446              Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
18447      Branch: maint-5.6/perl
18448           !> (integrate 271 files)
18449 ____________________________________________________________________________
18450 [  7894] By: gsar                                  on 2000/11/27  16:00:34
18451         Log: a couple of nits
18452      Branch: maint-5.6/perl
18453            ! MANIFEST pp_sys.c
18454 ____________________________________________________________________________
18455 [  7893] By: gsar                                  on 2000/11/27  15:10:56
18456         Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
18457              6740..6745,6747..6757,6760
18458              
18459              Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
18460              
18461              Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
18462              
18463              Doc nits spotted by Richard Soderberg.
18464              
18465              move WNOHANG definition to where other such things are
18466              
18467              Make $Config{byteorder} more magical so that it is
18468              dynamically computed: nice for 'fat binaries'.
18469              Subject: [PATCH]: default byteorder
18470              
18471              Subject: [PATCH] Cwd.pm now uses strict
18472              
18473              Subject: Re: [PATCH]Re: Questions about Math::BigFloat
18474              
18475              Get -DLEAKTEST to compile (not necessarily to work, mind)
18476              Subject: [ID 20000724.006] -DLEAKTEST problem
18477              
18478              perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
18479              
18480              Add perlebcdic from Peter Prymmer, regen toc.
18481              
18482              Don't propose using modules built for 5.005 if no binary
18483              compatibility with 5.005 is attempted.
18484              
18485              Do not use prototyping here.
18486              Subject: [ID 20000817.016] [PATCH] Peek.xs
18487              
18488              Document what the backtick returns if the command fails.
18489              
18490              Add byteorder to the myconfig output.
18491              
18492              Introduce NVef, NVff, and NVgf, use the middle one.
18493              (helps for lib/peek + Linux + long doubles)  Reported in
18494              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
18495              Use NVs in POSIX math, not doubles.
18496              Subject: [ID 20000817.014] POSIX & modfl
18497              
18498              Subject: [PATCH 5.6.0+] newSVrv() memory leak
18499              
18500              The byteorder code in #6671 was wrong.
18501              
18502              Fix the lib/complex failure of
18503              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
18504              Linux long double accuracy issue: something that
18505              when printed with %g looks like "2" but int() of it is 1.
18506              
18507              Propagate new Configure vars.
18508              
18509              Unbuffer the output.
18510              
18511              Subject: [PATCH] perltrap.pod spring cleaning
18512              
18513              Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
18514              Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
18515              
18516              Tiny Getopt::Long patch from Johan Vromans.
18517              
18518              Document code point which makes if (defined %stash::) to work
18519              (noted by Spider Boardman).
18520              
18521              Subject: [PATCH perl@6698] cygwin port
18522              
18523              Document the NDBM_File and ODBM_File as SDBM_File
18524              was documented in #6417.
18525              
18526              The new tests were missing from #6415.
18527              
18528              Add [[:blank:]] as suggested in
18529              Subject: [ID 20000716.024] [=cc=] / [:blank:]
18530              (the [=cc=] has already been taken care of by #6439
18531              so the whole bug report can be closed)
18532              and make [[:space:]] to be equivalent to isspace(3)
18533              (as opposed to \s, which is isSPACE()).  The difference
18534              is that now [[:space:]] matches the mythical vertical tab,
18535              while \s doesn't.
18536              
18537              Don't eat leading os from index entries.
18538              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
18539              
18540              Subject: [PATCH 5.6.0+] fix for Win32::DomainName
18541              
18542              Typo in pp_complement().
18543              Subject: [PATCH perl-current] Deparse
18544              
18545              Add warnif(), check warnings further up the stack,
18546              all the warnings functions now can take an optional object reference.
18547              Subject: [PATCH bleedperl@6691] warnings pragma update
18548              
18549              Fix a core dump in lib/selfloader under -DDEBUGGING.
18550              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
18551              
18552              Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
18553              
18554              Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
18555              
18556              Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
18557              Put back the long double avoidance code to POSIX.xs
18558              because VMS seems to need it still.
18559              
18560              Introduce a 'veryclean' target that is like 'distclean'
18561              but also removes *~ and *.orig.
18562              
18563              Subject: [ID 20000817.023] endianness description in perlfunc.pod
18564              
18565              Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
18566              
18567              Let's try #6717 again.
18568              
18569              UTF8 concat fixes.
18570              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
18571              
18572              pp_open() could pass an uninitialized filename down to do_open9().
18573              
18574              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
18575              
18576              Update to CGI 2.72, from Lincoln Stein.
18577              
18578              Subject: [PATCH] Silence MakeMaker (Was: installman)
18579              
18580              Use temporary directory instead of current directory.
18581              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
18582              
18583              Document odd vs even subreleases and -Dusedevel.
18584              
18585              The veryclean target needs to clobber.
18586              
18587              Use File::Spec->tmpdir().
18588              
18589              Document the number of exponent digits.
18590              
18591              Mention perlebcdic and perlposix-bc.
18592              
18593              s/this one/the 5.6.0 release/
18594              
18595              The #6724 is here.
18596              
18597              The correct cleaning order is an art.
18598              
18599              small tweaks for change#6705: avoid C++ style comments in C code;
18600              use Perl's malloc API rather than the low level system one
18601              
18602              Array context keeps slithering in.
18603              
18604              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
18605              
18606              Subject: [PATCH] os2.c fix for use64bitint
18607              
18608              Update to Pod::LaTeX 0.53.
18609              Subject: [PATCH] lib/Pod/LaTeX.pm updates
18610              
18611              Document the endianness of Alpha more precisely.
18612              
18613              Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
18614              
18615              Rename the macro argument because some preprocessors
18616              can't tell the difference and expand arguments also inside
18617              double quoted strings.
18618              
18619              free TLS slot properly on Windows
18620              
18621              use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
18622              
18623              Unicos/mk requires elaborate paranoia.
18624              
18625              Tweak the floating point output routine preferences.
18626              
18627              Also under djgpp the timestamps are funky.
18628              
18629              Apply some PodParser 1.18 patches; the Pod/Find.pm
18630              patches cannot be applied since #6712 conflicts.
18631              
18632              Use PodParser 1.18 new test.
18633              
18634              A pod nit.
18635              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
18636              
18637              Be verydeepclean.
18638      Branch: maint-5.6/perl
18639           +> pod/perlebcdic.pod
18640           !> (integrate 106 files)
18641 ____________________________________________________________________________
18642 [  7892] By: jhi                                   on 2000/11/27  15:02:32
18643         Log: Update Changes.
18644      Branch: perl
18645            ! Changes patchlevel.h
18646 ____________________________________________________________________________
18647 [  7891] By: jhi                                   on 2000/11/27  14:57:23
18648         Log: Subject: Re: perlfaq style changes
18649              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
18650              Date: Sat, 25 Nov 2000 23:32:26 -0800
18651              Message-ID: <KyLI6gzkgiRK092yn@efn.org>
18652              
18653              plus a note from Ronald Kimball.
18654      Branch: perl
18655            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq6.pod
18656 ____________________________________________________________________________
18657 [  7890] By: jhi                                   on 2000/11/27  14:53:14
18658         Log: Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
18659              From: Benjamin Holzman <bah@ecnvantage.com>
18660              Date: Sun, 26 Nov 2000 16:27:33 -0500
18661              Message-ID: <20001126162733.J25040@ecnvantage.com>
18662      Branch: perl
18663            ! gv.c
18664 ____________________________________________________________________________
18665 [  7889] By: jhi                                   on 2000/11/27  14:43:11
18666         Log: Subject: [ID 20001127.004] White space problem in perlamiga.pod
18667              From: lvirden@cas.org
18668              Date: Mon, 27 Nov 2000 09:32:06 -0500 (EST)
18669              Message-Id: <200011271432.JAA09550@lwv26awu.cas.org>     
18670      Branch: perl
18671            ! README.amiga
18672 ____________________________________________________________________________
18673 [  7888] By: jhi                                   on 2000/11/27  14:32:34
18674         Log: Restore also the locale test to no-sprintf-taint state.
18675              Fixes the bug 20001127.003.
18676      Branch: perl
18677            ! sv.c t/pragma/locale.t
18678 ____________________________________________________________________________
18679 [  7887] By: gsar                                  on 2000/11/27  14:13:05
18680         Log: integrate changes#6613..6616,6620..6665 from mainline
18681              
18682              VMS configure.com update continues.
18683              
18684              Subject: Test fails / warnings with perl-current #6612
18685              
18686              Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
18687              
18688              Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
18689              
18690              For now remove the mail code.
18691              
18692              Subject: Re: [PATCH] @+, @- readonly
18693              
18694              Subject: warning: storage class after type is obsolescent
18695              
18696              Subject: sfio2000
18697              
18698              Subject: Re: File::Temp problems on VMS in bleedperl
18699              
18700              README.os2 update.
18701              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
18702              
18703              Make the user to give up his firstborn, err, to knowingly
18704              verify installing an unstable developer release.  Also bump
18705              the release to 5.7.0, but leave a patch tag in the local
18706              patches saying that this is not yet the real thing.
18707              
18708              Update (kinda) to Test 1.14, from Joshua Pritikin.
18709              
18710              make ok etc also for win32.
18711              
18712              Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
18713              
18714              Don't blow limited stacks, a lower number is enough to
18715              tickle the lookbehind limit.
18716              
18717              Use -Dusedevel; regen Configure and the respective Porting stuff.
18718              
18719              Subject: [PATCH] debugger exit code should reflect user exit code
18720              
18721              Subject: [PATCH perl@6620] cygwin port
18722              
18723              Missed a file from #6638.
18724              
18725              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)
18726              
18727              magic callbacks all need to have same type signature
18728              
18729              Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
18730              
18731              Fix a dependency problem.
18732              Subject: [PATCH: 6640] VMS Makefile.SH update
18733              
18734              The numeric locale was reset to "C" by s?printf and never restored.
18735              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
18736              No test since adding the failing example to locale.t
18737              does not fail -- probably because the locale settings are so
18738              thoroughly tweaked by that time.  Running the example standalone
18739              does fail, though.  UPDATE: test case added at change #7540.
18740              
18741              Subject: [ID 20000324.040] minor fix to perlhpux.pod
18742              
18743              Update to CPAN 1.57.
18744              
18745              Subject: [PATCH] Cwd::_backtick_pwd does not check return value
18746              
18747              Change the perlbug address to perl.org since it's more forgiving.
18748              
18749              Change the regx compilation error markers to use = instead of <
18750              since pod makes using the latter quite messy.  Reported in
18751              ID 20000814.006 by Abigail and in
18752              Subject: Unknown escape E<> ?
18753              
18754              Update to perldebtut 1.9, from Richard Foley.
18755              
18756              check that the number pseudo children doesn't exceed
18757              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
18758              the WaitForMultipleObjects() limit that would cause wait()
18759              to crash)
18760              wait() and waitpid() could potentially be rewritten to use
18761              more than one thread to do the waiting to eliminate this
18762              limitation
18763              
18764              change#6328 could make close(SOCKET) return false on windows
18765              when it shouldn't
18766              
18767              pod nit seen in passing
18768              
18769              on windows, the return values from wait() and waitpid() don't
18770              match those of pseudo-pids
18771              
18772              waitpid() now handles externally spawned pids correctly;
18773              fixes for backtick/wait/waitpid failures on Windows 9x
18774              these changes make the pid returned by process functions on
18775              Windows 9x always positive by clearing the high bit (which
18776              is always set on Win9x); pseudo-process PIDs are likewise
18777              always negative now on Win9x (just as on NT/2000)
18778              
18779              trailing new %ENV entries weren't being pushed into the real
18780              environment of subprocesses on Windows
18781              
18782              Tweak the regex compilation errors once more.
18783              
18784              avoid warnings from dense compiler
18785              
18786              add "ok" targets from change#6632 in makefile.mk
18787      Branch: maint-5.6/perl
18788            - lib/Pod/PlainText.pm vms/configure.com
18789           !> (integrate 66 files)
18790 ____________________________________________________________________________
18791 [  7886] By: jhi                                   on 2000/11/27  13:54:18
18792         Log: __FUNCTION__ isn't portable and trying to emulate it leads
18793              into practically spelling out the name of the function.
18794              Takes care of the bug 20001127.001.
18795      Branch: perl
18796            ! perlio.c
18797 ____________________________________________________________________________
18798 [  7885] By: gsar                                  on 2000/11/27  13:53:18
18799         Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
18800              6610..6611 from mainline
18801              
18802              Make regular expression parse error messages easier to understand.
18803              Subject: Re: enhanced(?) regex error messages
18804              
18805              Tiny tidying on report_evil_fh().
18806              
18807              Subject: Re: enhanced(?) regex error messages 
18808              plus Capitalize the error messages, plus perldiag them.
18809              
18810              Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
18811              
18812              Document here-doc better.
18813              
18814              Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
18815              
18816              Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
18817              Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
18818              (either perlbug or p5p ate the original), plus regen
18819              perlapi and perltoc. 
18820              
18821              Regen global.sym.
18822              
18823              Double check that we have a dirhandle.
18824              
18825              Subject: Re: enhanced(?) regex error messages
18826              (plus two small patches sent privately)
18827              (this still seems to leave few test failures)
18828              
18829              warn is a macro, avoid using at a variable to avoid warnings
18830              in some configurations; readdir.t is too conservative in
18831              estimating number of *.t's
18832              
18833              Get back into sync with Jeffrey on the enhanced regex warnings.
18834              
18835              Subject: [PATCH 5.6.0] cygwin port
18836              
18837              Zero entries were skipped, fix from Adrian Goalby
18838              <argoalby@yahoo.co.uk>
18839              
18840              Subject: Remove dead entry in perldiag
18841              
18842              Amend the description of Perl6.
18843              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
18844              
18845              detypo
18846              
18847              It's the 2ndO'ROSSC.
18848              
18849              Revert the sv.c part of #6559, a better fix is needed.
18850              
18851              Iterating perl6 description.
18852              
18853              Update to Term::ANSIColor 1.03, from Russ Allbery.
18854              
18855              Update to Getopt::Long 2.23_05, from Johan Vromans.
18856              
18857              Small AUTHORS and MAINTAIN updates.  Could do with big updates.
18858              
18859              Update to Pod::Parser 1.17, from Brad Appleton.
18860              
18861              Update to CPAN 1.56, from Andreas König.
18862              
18863              Update to CGI 2.70, from Lincoln Stein.
18864              
18865              Put back the std @INC thing.
18866              
18867              Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
18868              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
18869              
18870              Document the IO::Select timeout.
18871              
18872              sleep(1) does not necessarily return 1.
18873              Subject: [PATCH bleadperl] op/lex_assign.t  
18874              
18875              Subject: debugger "d" command doesnt check line number
18876              
18877              B::Deparse didn't do sub attributes.
18878              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
18879              
18880              Preprocessing and postprocessing for File::Find.
18881              Subject: Patch to Find::File.pm to allow alphabetical results
18882              
18883              Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
18884              
18885              Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
18886              
18887              Subject: Re: [ID 20000730.003] utf8::length() bad
18888              
18889              Subject: Getting perlio and threads to compile
18890              (the Solaris version changes in Configure skipped)
18891              
18892              Tests for #6589.
18893              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
18894              
18895              Add Perl debugging tutorial, regen toc. 
18896              Subject: perldebtut.pod
18897              
18898              Add a few missing files, update MANIFEST.
18899              
18900              Rewrite of vms/subconfigure.com as configure.com,
18901              from Peter Prymmer and the vmsperl crew.
18902              
18903              Should have deleted this in #6603.
18904              
18905              Fix the test for 5005threads.
18906              
18907              Fix-n-skip the tests under 5005threads.
18908              
18909              Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
18910              
18911              Upgrade to CGI 2.71, from Lincoln Stein.
18912      Branch: maint-5.6/perl
18913           +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
18914           +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
18915           +> t/op/regmesg.t t/pod/find.t vms/configure.com
18916            - vms/subconfigure.com
18917            ! lib/lib.pm
18918           !> (integrate 115 files)
18919 ____________________________________________________________________________
18920 [  7884] By: jhi                                   on 2000/11/27  13:44:33
18921         Log: Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
18922              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
18923              Date:     Mon, 27 Nov 2000 08:23:54 EST
18924              Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu>
18925      Branch: perl
18926            ! vms/descrip_mms.template vms/test.com
18927 ____________________________________________________________________________
18928 [  7883] By: gsar                                  on 2000/11/27  11:50:46
18929         Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
18930              6511..6513,6515..6523,6525..6536
18931              
18932              The swallow_bom() saga continues.  The #23 of require.t
18933              (UTF16-LE) still fails (silently, no output) but the #22
18934              (UTF16-BE) seems to be working now.  The root of the
18935              failure may be in sv_gets(): is it UTF-16LE-aware,
18936              especially when it comes to line endings? 
18937              
18938              Document the problem with -P in HP-UX and its workaround.
18939              
18940              Subject: [PATCH] allow non-variable as lhs of non-updating tr///
18941              (aka ID 20000730.002)
18942              
18943              Subject: fix and question re: waitpid() under win32
18944              
18945              Make the safety catch for buggy gccs work with triple version
18946              numbers like 2.95.2.  Reported in
18947              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
18948              
18949              In Digital UNIX warn if gcc explicitly chosen because even
18950              2.95.2 is known to cause problems.
18951              
18952              Make chr() for values >127 to create utf8 when under utf8.
18953              
18954              various syntax errors and such (not fixed: comp/require.t#22 coredump
18955              on Windows)
18956              
18957              Stash away the largefiles flags and libswanted.
18958              
18959              BOM patching from Simon Cozens.
18960              
18961              If gccosandvers is equal to osname, clear gccosandvers.
18962              
18963              Make p4desc to skip non-mainperl branches by default.
18964              
18965              Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
18966              
18967              The test from this
18968              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
18969              
18970              In new BSDs changes to argv[] do not show up in ps(1) output,
18971              instead one must use setproctitle().  This was already addressed
18972              by change #6457, but the below has a new variant for FreeBSD 4.0
18973              or later, and the matter is also documented more.
18974              
18975              FreeBSD 3.* updates from
18976              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
18977              
18978              regen_headers, regen perltoc.
18979              
18980              Document in one place the memory abstractions used in Perl core.
18981              
18982              memcpy has n o in it, as pinted ut by Sarathy.
18983              
18984              Remove the extraneous "main::" prefix from all the
18985              "opened only for", "on closed", and "never opened" warnings.
18986              
18987              The name of a filehandle does not have <these>.
18988              
18989              The tr utf8 patching continues.
18990              
18991              The new setproctitle() feature is available only in 
18992              bleeding edge FreeBSD.  From Paul Saab.
18993              
18994              Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
18995              
18996              Dump UVs as UVs in Data::Dumper.
18997              
18998              detypo #6494
18999              
19000              Document the IVdf UVuf UVof UVxf.
19001              
19002              require.t needs binmode() to work on windows
19003              
19004              Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
19005              that are hopefully soon put into use.
19006              
19007              Allow "no Module;" even if there is no 'unimport'.
19008              
19009              Better skip message for the test; one of the two problems in
19010              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
19011              
19012              The subtest 4 may fail also on VOBS, as pointed out
19013              by Nick Ing-Simmons in November 1999, bug id 19991124.003
19014              (but the failure in that bug report isn't the subtest 4).
19015              
19016              Be more informative on what is skipped and why,
19017              also repeat the list at the end.
19018              
19019              Add a URL for FSF.
19020              
19021              Subject: [PATCH] sv.h documentation - SvLEN
19022              
19023              Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
19024              
19025              Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
19026              
19027              Subject: [PATCH] bad cppsymbols on os2 + Configure question
19028              
19029              Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
19030              
19031              Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
19032              mention the idea of @( and @)
19033              
19034              This is 6512.  Really.
19035              
19036              Subject: [ID 19990721.004] Documentation bug in perlfunc
19037              
19038              Subject: Minor tweak to perlvar.pod
19039              
19040              In the warnings call filehandles consistently so;
19041              add "unopened" warning for stat().
19042              
19043              After the #6519 a warning about stat() is just that,
19044              not about a filetest, which now have their own warning.
19045              
19046              Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
19047              
19048              Subject: Re: Array vs. List context
19049              
19050              Subject: New perlcc, take 2
19051              
19052              Weed buglets pointed out by
19053              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
19054              
19055              gcc versions might have (parentheses) in them.
19056              
19057              Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
19058              
19059              Essential prototype changes were missing from #6527.
19060              Also make report_evil_fh() more bomb-proof.
19061              
19062              Zap lib/Sys directory when cleaning up.
19063              
19064              Change the Policy policy: now -Dprefix= with an existing
19065              Policy.sh and prefix == siteprefix == vendorprefix, then all
19066              of them follow along the new prefix.
19067              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
19068              
19069              Continue fixing the io warnings.  This also
19070              sort of fixes bug ID 20000802.003: the core dump
19071              is no more.  Whether the current behaviour is correct
19072              (giving a warning: "Not a format reference"), is another matter.
19073              
19074              Have symbols for the IoTYPEs.
19075              
19076              Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
19077              
19078              Document a bit that UDP is not what you might think.
19079              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
19080              tr memory corruption fix from Simon Cozens.
19081              
19082              Plug the security hole described in the Aug 05 2000 bugtraq message
19083              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
19084              The security hole exists only in suidperls, which isn't
19085              installed or even built by default.
19086      Branch: maint-5.6/perl
19087           !> (integrate 71 files)
19088 ____________________________________________________________________________
19089 [  7882] By: gsar                                  on 2000/11/27  10:25:36
19090         Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
19091              from mainline
19092              
19093              Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
19094              to be fatal errors (instead of by default ignoring them, and
19095              ignoring with a bug: even though -w gave an error, the opening [
19096              was left in)  Reported in:
19097              
19098              Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
19099              
19100              Subject: [PATCH] split /^/
19101              
19102              MacOS nits from Matthias Neeracher.
19103              
19104              More split() doc and test patches from Mike Guy.
19105              
19106              Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
19107              from Graham Barr in the module list.
19108              
19109              docfix from Peter Scott <Peter@PSDT.com>.
19110              
19111              File::Temp patches for VMS and OS/2 from Tim Jenness.
19112              
19113              open() wariness in perlbug.
19114              
19115              Subject: [PATCH] minor doc change - perlguts
19116              
19117              Subject: Minor doc patch: handy.h
19118              
19119              Be wary of close()s, too.
19120              
19121              Further File::Temp patches from Yitzchak Scott-Thoennes
19122              and Craig A. Berry.
19123              
19124              Subject: [PATCH] fixes bug 20000508.004
19125              
19126              Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
19127              
19128              Allow "no AutoLoader;", based on change #6444,
19129              suggested by Graham Barr.
19130              
19131              Use setproctitle() if available to modify $0.
19132              
19133              Warn if the version of the operating system used to compile gcc
19134              differs from the current version of the operating system.
19135              Also display the gcc compilation os and version in myconfig.
19136              Inspiration from
19137              
19138              Tiny fixes for #6460.
19139              
19140              The problem described in this
19141              Subject: [ID 20000322.018] named chars aren't magical enough
19142              has been fixed in perl 5.6.0 but just in case added a test
19143              to keep it away.  (The report from Joseph Hall.)
19144              
19145              Tune the comments and hopefully stop a memory leak.
19146              
19147              Subject: UTF8 concat
19148              (with a memory leak fixed, plus a few casts added)
19149              This also seems to help for
19150              Subject: [ID 20000716.015] join UTF8 weirdness
19151              
19152              Do not upgrade SVs into utf8 just because they participate
19153              in eq or cmp.  Reported and fix suggested in
19154              Subject: [ID 20000720.009] sv_eq UTF8 bug
19155              
19156              Fix the HALF_UPGRADE() macro introduced in #6263.
19157              
19158              Find green threads before native threads.
19159              Subject: Re: Patch to jpl/JNI/Makefile.PL
19160      Branch: maint-5.6/perl
19161           !> (integrate 30 files)
19162 ____________________________________________________________________________
19163 [  7881] By: jhi                                   on 2000/11/27  05:48:41
19164         Log: It seems that *both* the unused submatch loop cleanup
19165              codes are needed.
19166      Branch: perl
19167            ! regexec.c
19168 ____________________________________________________________________________
19169 [  7880] By: jhi                                   on 2000/11/27  04:50:07
19170         Log: Clean .exists deeper.
19171      Branch: perl
19172            ! Makefile.SH
19173 ____________________________________________________________________________
19174 [  7879] By: jhi                                   on 2000/11/27  02:31:35
19175         Log: The code in regcppop() (see #7878) contains the correct lower
19176              limit for the unused submatch 'cleanup' loop so that under
19177              "use utf8" the following code wouldn't dump core:
19178              "," =~ /([^,]*,)*/  With the the wrong lower limit (>=1)
19179              the cleanup loop in regtry() stomped beyond allocated area
19180              in the startp[] array.  Therefore, copied the correct lower
19181              loop limit (*PL_reglastparen) to regtry().  Note: something
19182              may still not be quite right: why was the _higher_ loop limit
19183              (prog->nparens) different in the utf8 case?
19184              
19185              After this patch "./perl -Ilib -Mutf8 t/op/regexp.t" works
19186              without core dumps, there were about 17 of them before
19187              the patch (with us since Perl 5.7.0).  Two failures, still:
19188              496 and 505 (though these may not be severe).
19189              
19190              Patch #7881 is also needed since both the cleanup loops
19191              seem to be needed.
19192              
19193              Also, the t/op/pat#44 seems to core dump under utf8.
19194              Plus a couple of failures.  UGH-8.
19195      Branch: perl
19196            ! regexec.c
19197 ____________________________________________________________________________
19198 [  7878] By: jhi                                   on 2000/11/27  02:21:17
19199         Log: The unused submatch cleanup code in regtry() seems to be more crucial,
19200              the code in regcppop() seems to be redundant for the test suite --
19201              but it contains a germ of truth, and it needed for the build
19202              process itself: see #7879 and #7881.
19203      Branch: perl
19204            ! regexec.c
19205 ____________________________________________________________________________
19206 [  7877] By: jhi                                   on 2000/11/27  01:53:09
19207         Log: Comment on comment.
19208      Branch: perl
19209            ! regexec.c
19210 ____________________________________________________________________________
19211 [  7876] By: jhi                                   on 2000/11/27  00:49:59
19212         Log: Adjust the docs to agree with #7875.
19213      Branch: perl
19214            ! pod/perllocale.pod
19215 ____________________________________________________________________________
19216 [  7875] By: jhi                                   on 2000/11/27  00:49:27
19217         Log: Retract #7863.  It makes more sense not to taint formatted output,
19218              not even by sprintf().
19219      Branch: perl
19220            ! sv.c
19221 ____________________________________________________________________________
19222 [  7874] By: jhi                                   on 2000/11/26  23:36:02
19223         Log: Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
19224              Not really fixed (should really dump the UTF-8 charclass),
19225              but stopped displaying the garbage.
19226              
19227              Also add a note on the (missing) Unicode PSXSPC and BLANK.
19228      Branch: perl
19229            ! regcomp.c
19230 ____________________________________________________________________________
19231 [  7873] By: jhi                                   on 2000/11/26  21:31:13
19232         Log: BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
19233      Branch: perl
19234            ! regexec.c
19235 ____________________________________________________________________________
19236 [  7872] By: jhi                                   on 2000/11/26  21:06:04
19237         Log: No need to scan till infinity, 13 is enough.
19238      Branch: perl
19239            ! handy.h utf8.c
19240 ____________________________________________________________________________
19241 [  7871] By: jhi                                   on 2000/11/26  20:20:32
19242         Log: Test line numbers are different with utf8.
19243      Branch: perl
19244            ! t/op/re_tests
19245 ____________________________________________________________________________
19246 [  7870] By: jhi                                   on 2000/11/26  20:10:12
19247         Log: Message nit.
19248      Branch: perl
19249            ! regcomp.c
19250 ____________________________________________________________________________
19251 [  7869] By: jhi                                   on 2000/11/26  19:01:05
19252         Log: Make utf8_length() and utf8_distance() (the latter of which
19253              is unused at the moment) to be less forgiving about bad UTF-8.
19254      Branch: perl
19255            ! embed.h embed.pl objXSUB.h proto.h utf8.c
19256 ____________________________________________________________________________
19257 [  7868] By: jhi                                   on 2000/11/26  18:45:56
19258         Log: Subject: Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 (UNINSTALLED)
19259              From: Benjamin Holzman <bah@ecnvantage.com>
19260              Date: Sat, 25 Nov 2000 20:40:20 -0500       
19261              Message-ID: <20001125204020.A25040@ecnvantage.com>              
19262              
19263              Debian allows installing /usr/bin/locale without installing
19264              any locales, an error message will ensue.
19265      Branch: perl
19266            ! t/pragma/locale.t
19267 ____________________________________________________________________________
19268 [  7867] By: jhi                                   on 2000/11/26  18:31:12
19269         Log: Subject: Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havoc
19270              From: Benjamin Holzman <bah@ecnvantage.com>
19271              Date: Sun, 26 Nov 2000 02:42:34 -0500
19272              Message-ID: <20001126024234.G25040@ecnvantage.com>
19273              
19274              Patch for the bug 20000212.002.
19275      Branch: perl
19276            ! sv.c t/op/array.t
19277 ____________________________________________________________________________
19278 [  7866] By: jhi                                   on 2000/11/26  18:28:09
19279         Log: Subject: PATCH: File::Temp fix on WindowsNT/VMS
19280              From: Tim Jenness <t.jenness@jach.hawaii.edu>
19281              Date: Fri, 24 Nov 2000 18:38:34 -1000 (HST)
19282              Message-ID: <Pine.LNX.4.21.0011241833230.18423-100000@lapaki.jach.hawaii.edu>
19283              
19284              File::Temp 0.11.
19285      Branch: perl
19286            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
19287 ____________________________________________________________________________
19288 [  7865] By: jhi                                   on 2000/11/26  18:24:22
19289         Log: The metaconfig unit change for #7864.
19290      Branch: metaconfig/U/perl
19291            ! need_va_copy.U
19292 ____________________________________________________________________________
19293 [  7864] By: jhi                                   on 2000/11/26  18:23:41
19294         Log: Make the va_copy() test not to be so talkative.
19295      Branch: perl
19296            ! Configure config_h.SH
19297 ____________________________________________________________________________
19298 [  7863] By: jhi                                   on 2000/11/26  18:11:02
19299         Log: Fix locale inconsistencies unearthed by Hugo's work.
19300              Now the floating point sprintf really does taint the result
19301              string as perllocale promises (has promised for a long time)
19302              if "use locale" is in the lexical scope.
19303      Branch: perl
19304            ! sv.c t/pragma/locale.t
19305 ____________________________________________________________________________
19306 [  7862] By: jhi                                   on 2000/11/26  00:35:15
19307         Log: Subject: [PATCH] Re: pp_add -> pp_i_add efficiency hack?
19308              From: Nicholas Clark <nick@ccl4.org>
19309              Date: Sun, 26 Nov 2000 00:07:50 +0000
19310              Message-ID: <20001126000750.A22446@plum.flirble.org>
19311              
19312              Infinit.
19313      Branch: perl
19314            ! sv.c
19315 ____________________________________________________________________________
19316 [  7861] By: jhi                                   on 2000/11/26  00:01:26
19317         Log: Integrate perlio.
19318      Branch: perl
19319           !> doio.c perlio.c perliol.h pp_sys.c win32/makefile.mk
19320 ____________________________________________________________________________
19321 [  7860] By: nick                                  on 2000/11/25  22:04:17
19322         Log: Correct relative path from new ext\Filter\Util\Call location
19323              back to miniperl.
19324      Branch: perlio
19325            ! win32/makefile.mk
19326 ____________________________________________________________________________
19327 [  7859] By: nick                                  on 2000/11/25  21:26:54
19328         Log: Integrate mainline.
19329      Branch: perlio
19330           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
19331           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
19332           +> t/lib/filter-util.t
19333            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
19334            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
19335            - t/lib/filt-util.t
19336           !> AUTHORS Configure MANIFEST README.amiga configure.com doio.c
19337           !> embed.h embed.pl ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
19338           !> hints/solaris_2.sh hints/uwin.sh hints/vmesa.sh
19339           !> lib/ExtUtils/MM_Unix.pm makedef.pl perl.h perlio.c perlio.h
19340           !> perlsdio.h proto.h t/lib/io_sock.t win32/Makefile
19341           !> win32/makefile.mk
19342 ____________________________________________________________________________
19343 [  7858] By: gsar                                  on 2000/11/25  20:52:17
19344         Log: C<foreach my $x ...> in pseudo-fork()ed process may diddle
19345              parent's memory; fix it by keeping track of the actual pad
19346              offset rather than a raw pointer (this change is probably also
19347              relevant to non-ithreads case to avoid fallout from reallocs of
19348              the pad array, but is currently only enabled for the ithreads
19349              case in the interests of minimal disruption to existing "well
19350              tested" code)
19351      Branch: perl
19352            ! embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
19353            ! proto.h scope.c scope.h sv.c t/op/fork.t
19354 ____________________________________________________________________________
19355 [  7857] By: nick                                  on 2000/11/25  20:01:28
19356         Log: All tests pass on Win32/gcc/USE_PERLIO.
19357              - when crlf layer is pushed make unix-level binary.
19358              - remove :crlf injection in pp_backtick in pp_sys.c
19359              - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
19360      Branch: perlio
19361            ! doio.c perlio.c pp_sys.c win32/makefile.mk
19362 ____________________________________________________________________________
19363 [  7856] By: jhi                                   on 2000/11/25  18:38:30
19364         Log: Update the metaconfig units for #7855.
19365      Branch: metaconfig/U/perl
19366            ! useperlio.U usesocks.U
19367 ____________________________________________________________________________
19368 [  7855] By: jhi                                   on 2000/11/25  18:37:54
19369         Log: Undo the SOCKS workarounds, instead start using PerlIO
19370              if SOCKS is selected.
19371              
19372              Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup
19373              From: Jens Hamisch <jens@Strawberry.COM>
19374              Date: Fri, 24 Nov 2000 18:31:30 +0100
19375              Message-ID: <20001124183130.E28337@Strawberry.COM>
19376              
19377              Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ...
19378              From: Jens Hamisch <jens@Strawberry.COM>
19379              Date: Fri, 24 Nov 2000 19:11:51 +0100
19380              Message-ID: <20001124191151.A28753@Strawberry.COM>
19381      Branch: perl
19382            ! Configure doio.c embed.h embed.pl makedef.pl perl.h perlio.c
19383            ! perlio.h perlsdio.h proto.h t/lib/io_sock.t
19384 ____________________________________________________________________________
19385 [  7854] By: jhi                                   on 2000/11/25  17:39:08
19386         Log: Undo #7848.  Some of the code seems to use walkoptree(),
19387              some walkoptree_slow().  An unfinished renaming?
19388              Now the sub is walkoptree() (which is @EXPORT_OK),
19389              the walkoptree_slow() is a typeglob alias to walkoptree.
19390              This makes the tests to pass, at least.
19391      Branch: perl
19392            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
19393 ____________________________________________________________________________
19394 [  7853] By: nick                                  on 2000/11/24  22:24:33
19395         Log: Re-arrange crlf vs binary for platforms that care.
19396              crlf layer is now "the" buffer layer and can turn its behaviour on/off.
19397              Lip-service to making stdio layer work on such platfroms (untested).
19398              Now fails 3 tests rather than one, checkin to see if I can debug 
19399              the issue under linux. (Do not merge.)
19400      Branch: perlio
19401            ! doio.c perlio.c perliol.h
19402 ____________________________________________________________________________
19403 [  7852] By: jhi                                   on 2000/11/24  18:57:39
19404         Log: AUTHORS edits.
19405      Branch: perl
19406            ! AUTHORS
19407 ____________________________________________________________________________
19408 [  7851] By: jhi                                   on 2000/11/24  17:34:56
19409         Log: Add Jan-Erik Karlsson.
19410      Branch: perl
19411            ! AUTHORS
19412 ____________________________________________________________________________
19413 [  7850] By: jhi                                   on 2000/11/24  17:27:56
19414         Log: Configure should find stdchar on its own.
19415      Branch: perl
19416            ! hints/solaris_2.sh
19417 ____________________________________________________________________________
19418 [  7849] By: jhi                                   on 2000/11/24  17:24:55
19419         Log: Subject: PATCH over 7848: Filter test flawed
19420              From: andreas.koenig@anima.de (Andreas J. Koenig)
19421              Date: 24 Nov 2000 10:28:29 +0100
19422              Message-ID: <m3k89tbtxe.fsf@ak-71.mind.de>
19423      Branch: perl
19424            ! t/lib/filter-util.t
19425 ____________________________________________________________________________
19426 [  7848] By: jhi                                   on 2000/11/24  17:22:15
19427         Log: Subject: [ID 20001124.001] B exports "walkoptree" but does not define it
19428              From: Simon Cozens <simon@pembro4.pmb.ox.ac.uk>
19429              Date: Fri, 24 Nov 2000 16:12:58 +0000
19430              Message-Id: <E13zLT8-0005FN-00@pembro4.pmb.ox.ac.uk>
19431      Branch: perl
19432            ! ext/B/B.pm
19433 ____________________________________________________________________________
19434 [  7847] By: jhi                                   on 2000/11/24  03:07:01
19435         Log: Integrate perlio.
19436      Branch: perl
19437           !> doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
19438           !> win32/makefile.mk
19439 ____________________________________________________________________________
19440 [  7846] By: gsar                                  on 2000/11/24  00:55:57
19441         Log: integrate changes#6415..6418,6420..6438 from mainline
19442              
19443              Fix the bitvector ops for utf8 (tricky since past 7 bits
19444              the utf8 'characters' can be more than one octet).
19445              
19446              MPE/ix updates for perl 5.6.0 from Mark Bixby.
19447              
19448              Subject: SDBM_File documentation
19449              
19450              Detypo.
19451              
19452              Decutandpasto.
19453              
19454              Send all installperl messages to STDERR and be -w clean.
19455              
19456              Out-of-date note removed.
19457              
19458              Protect against "wild next"s, that is, callbacks doing "next"
19459              instead of "return".
19460              
19461              Use STDOUT consistently.
19462              
19463              The output might have been produced in the wrong order.
19464              
19465              A missing 'break' after the [[:space:]] switch case.
19466              
19467              Add tests for
19468              [ID 19991110.003] another matching finding by pcre author
19469              which has already been fixed by some patch, as verified in
19470              
19471              Documentation to explain the behaviour of map().
19472              
19473              Add an optimization for map-maps-a-list-element-to-more-list-elements
19474              case, but add also notes explaining the relationship of this
19475              patch and the earlier notes by Sarathy.
19476              
19477              Subject: [ID 20000716.023] syslog test fails without sockets
19478              
19479              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
19480              Test cases for #6431.
19481              
19482              File::Spec::VMS fixup for tmpdir from Craig Berry.
19483              
19484              Make the "uninit variable" warning to say "concat or string"
19485              or "join or string" when in concat or join .
19486              
19487              Get UTF16 BOMs working.  Patch from
19488              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
19489              
19490              Subject: [PATCH] Make large file tests deal with SIGXFSZ
19491              
19492              Subject: [ID 20000724.003] Documentation changes for perllocale.pod
19493              
19494              Subject: [PATCH] av.c apidoc
19495      Branch: maint-5.6/perl
19496           !> (integrate 43 files)
19497 ____________________________________________________________________________
19498 [  7845] By: gsar                                  on 2000/11/24  00:20:45
19499         Log: integrate changes#6406..6414 from mainline
19500              
19501              Merge perlhacktut into perlhack, update perlguts.
19502              
19503              Fix AutoSplit to use File::Spec the right way in VMS,
19504              from Peter Prymmer.
19505              
19506              The bug report
19507              [ID 19991110.002] minimal matching discrepancy found by pcre author
19508              seems to have been fixed (though differently from what was suggested
19509              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
19510              
19511              thinko fix in vms/descrip_mms.template, the win32.pod in lib,
19512              not in pod, from Peter Prymmer
19513              
19514              Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
19515              From: Hugo <hv@crypt.compulink.co.uk>
19516              Date: Fri, 14 Jul 2000 23:05:20 +0100
19517              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
19518              
19519              Didn't anymore apply, but that point still could use another fix.
19520              
19521              lib/b test fixes from Peter Prymmer.
19522              
19523              More docs for sv functions.
19524              
19525              perlvms.pod whitespace cleanup to keep pod utils happy.
19526              
19527              another VMS build tweak from Peter Prymmer
19528      Branch: maint-5.6/perl
19529           !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
19530           !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
19531           !> vms/descrip_mms.template vms/perlvms.pod
19532 ____________________________________________________________________________
19533 [  7844] By: nick                                  on 2000/11/23  23:42:45
19534         Log: Win32/perlio Now just fails one io/argv.t test - lack 
19535              of default :crlf on standard streams.
19536      Branch: perlio
19537            ! doio.c perlio.c
19538 ____________________________________________________________________________
19539 [  7843] By: nick                                  on 2000/11/23  23:04:05
19540         Log: Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
19541              peek fail is showing a real problem (multiple crlf layers
19542              are getting pushed.)
19543      Branch: perlio
19544            ! doio.c perlio.c win32/makefile.mk
19545 ____________________________________________________________________________
19546 [  7842] By: nick                                  on 2000/11/23  19:46:23
19547         Log: Implement PerlIO_binmode()
19548              Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
19549              Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
19550              make binmode in t/lib/io_tell.t unconditional so that works.
19551              Checkin just so Win32 machine can see these changes.
19552      Branch: perlio
19553            ! doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
19554 ____________________________________________________________________________
19555 [  7841] By: jhi                                   on 2000/11/23  19:30:00
19556         Log: README.amiga changes from Jan-Erik Karlsson <trg@privat.utfors.se>.
19557      Branch: perl
19558            ! README.amiga
19559 ____________________________________________________________________________
19560 [  7840] By: jhi                                   on 2000/11/23  17:18:02
19561         Log: SOCKS wrestling continues, patches from Jens Hamisch.
19562      Branch: perl
19563            ! doio.c embed.h embed.pl perlsdio.h proto.h
19564 ____________________________________________________________________________
19565 [  7839] By: jhi                                   on 2000/11/23  16:54:14
19566         Log: Push Filter::Util::Call one level deeper.
19567      Branch: perl
19568            + t/lib/filter-util.t
19569           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
19570           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
19571            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
19572            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
19573            - t/lib/filt-util.t
19574            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
19575            ! win32/Makefile win32/makefile.mk
19576 ____________________________________________________________________________
19577 [  7838] By: jhi                                   on 2000/11/23  16:52:40
19578         Log: Reach back one higher up when searching for PERL_SRC.
19579      Branch: perl
19580            ! lib/ExtUtils/MM_Unix.pm
19581 ____________________________________________________________________________
19582 [  7837] By: jhi                                   on 2000/11/23  16:05:41
19583         Log: Subject: Re: perl@7826
19584              Date: Thu, 23 Nov 2000 02:20:25 -0600
19585              From: "Craig A. Berry" <craigberry@mac.com>
19586              Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
19587              
19588              Make VMS to like Filter::Util::Call. 
19589      Branch: perl
19590            ! configure.com ext/Filter/Util/Makefile.PL
19591 ____________________________________________________________________________
19592 [  7836] By: nick                                  on 2000/11/23  16:04:08
19593         Log: Implement crlf layer - not ready for merge.
19594      Branch: perlio
19595            ! perlio.c win32/makefile.mk
19596 ____________________________________________________________________________
19597 [  7835] By: jhi                                   on 2000/11/23  15:56:52
19598         Log: STDCHAR is different in Sparc v9 vs x86.
19599      Branch: perl
19600            ! hints/solaris_2.sh
19601 ____________________________________________________________________________
19602 [  7834] By: jhi                                   on 2000/11/23  15:50:47
19603         Log: The type needs to be visible to protos.
19604      Branch: perl
19605            ! perl.h
19606 ____________________________________________________________________________
19607 [  7833] By: jhi                                   on 2000/11/23  15:40:46
19608         Log: Finish unfinished SOCKS workaround changes.
19609      Branch: perl
19610            ! doio.c
19611 ____________________________________________________________________________
19612 [  7832] By: jhi                                   on 2000/11/23  15:33:30
19613         Log: Integrate perlio.
19614      Branch: perl
19615           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
19616           !> win32/makefile.mk
19617 ____________________________________________________________________________
19618 [  7831] By: nick                                  on 2000/11/23  10:31:07
19619         Log: Correct makefile.mk dependancies for ext/Filter/Util
19620              Build ext/Encode
19621              Run dmake regen_config_h
19622      Branch: perlio
19623            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
19624            ! win32/makefile.mk
19625 ____________________________________________________________________________
19626 [  7830] By: nick                                  on 2000/11/23  08:05:07
19627         Log: Integrate mainline
19628      Branch: perlio
19629           +> ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
19630           +> ext/Filter/Util/Makefile.PL lib/Filter/Simple.pm
19631           +> t/lib/filt-util.pl t/lib/filt-util.t
19632           !> (integrate 41 files)
19633 ____________________________________________________________________________
19634 [  7829] By: gsar                                  on 2000/11/23  03:07:11
19635         Log: build the Filter extension on windows
19636      Branch: perl
19637            ! win32/Makefile win32/makefile.mk
19638 ____________________________________________________________________________
19639 [  7828] By: gsar                                  on 2000/11/23  02:46:35
19640         Log: regenerate win32/config* and fix some inconsistencies in the
19641              makefiles; always export Perl_deb() because it is needed
19642              by ext/re/* (whether perl itself is built with -DDEBUGGING
19643              or not)
19644      Branch: perl
19645            ! makedef.pl win32/Makefile win32/config_H.bc win32/config_H.gc
19646            ! win32/config_H.vc win32/makefile.mk
19647 ____________________________________________________________________________
19648 [  7827] By: gsar                                  on 2000/11/23  02:18:38
19649         Log: get sources building on windows+MSVC again (untested with other
19650              compilers)
19651      Branch: perl
19652            ! win32/include/sys/socket.h win32/perllib.c
19653 ____________________________________________________________________________
19654 [  7826] By: jhi                                   on 2000/11/23  01:18:26
19655         Log: Update Changes.
19656      Branch: perl
19657            ! Changes patchlevel.h
19658 ____________________________________________________________________________
19659 [  7825] By: jhi                                   on 2000/11/23  00:20:41
19660         Log: Subject: Re: av.c patch (having slight problems)
19661              From: "Ben Tilly" <ben_tilly@hotmail.com>
19662              Date: Tue, 21 Nov 2000 23:29:31 -0500
19663              Message-ID: <LAW2-F113pL32ctFfj800000d81@hotmail.com>
19664              
19665              unshift() speedup.
19666      Branch: perl
19667            ! av.c
19668 ____________________________________________________________________________
19669 [  7824] By: jhi                                   on 2000/11/22  23:59:15
19670         Log: Fixes for signedness warnings noticed by VMSperlers.
19671      Branch: perl
19672            ! ext/Storable/Storable.xs regcomp.c sv.c
19673 ____________________________________________________________________________
19674 [  7823] By: jhi                                   on 2000/11/22  23:19:31
19675         Log: Subject: [PATCH perl@7795] small cleanup task for test suite
19676              From: Peter Prymmer <pvhp@forte.com>
19677              Date: Wed, 22 Nov 2000 15:04:13 -0800 (PST)
19678              Message-ID: <Pine.OSF.4.10.10011221457530.519633-100000@aspara.forte.com>
19679      Branch: perl
19680            ! t/pragma/warn/pp_hot
19681 ____________________________________________________________________________
19682 [  7822] By: jhi                                   on 2000/11/22  22:52:20
19683         Log: Be clean.
19684      Branch: perl
19685            ! Makefile.SH
19686 ____________________________________________________________________________
19687 [  7821] By: jhi                                   on 2000/11/22  22:46:39
19688         Log: Add the simple frontend to Filter::Util:Call, Filter::Simple 0.01
19689              by Damian Conway, as suggested by Paul Marquess.
19690      Branch: perl
19691            + lib/Filter/Simple.pm
19692 ____________________________________________________________________________
19693 [  7820] By: jhi                                   on 2000/11/22  22:45:51
19694         Log: Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19.
19695      Branch: perl
19696            + ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
19697            + ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
19698            + t/lib/filt-util.t
19699            ! MANIFEST
19700 ____________________________________________________________________________
19701 [  7819] By: jhi                                   on 2000/11/22  22:03:27
19702         Log: Integrate perlio.
19703      Branch: perl
19704           !> README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
19705           !> win32/makefile.mk
19706 ____________________________________________________________________________
19707 [  7818] By: jhi                                   on 2000/11/22  21:56:02
19708         Log: More SOCKS versus 64-bit patches from Jens Hamisch.
19709      Branch: perl
19710            ! doio.c embed.h embed.pl makedef.pl perl.h pp_sys.c proto.h
19711            ! t/lib/io_sock.t
19712 ____________________________________________________________________________
19713 [  7817] By: jhi                                   on 2000/11/22  21:39:49
19714         Log: Subject: [PATCH 5.7.0] Liblist returns found libraries
19715              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19716              Date: Wed, 22 Nov 2000 16:08:12 -0500
19717              Message-ID: <20001122160812.A24269@monk.mps.ohio-state.edu>
19718      Branch: perl
19719            ! lib/ExtUtils/Liblist.pm
19720 ____________________________________________________________________________
19721 [  7816] By: jhi                                   on 2000/11/22  21:38:25
19722         Log: Go ahead and #include <unistd.h> in perl.h.
19723      Branch: perl
19724            ! doio.c malloc.c mg.c perl.h pp.c pp_hot.c pp_sys.c toke.c
19725            ! util.c
19726 ____________________________________________________________________________
19727 [  7815] By: jhi                                   on 2000/11/22  21:22:52
19728         Log: Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
19729              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19730              Date: Mon, 20 Nov 2000 18:30:52 -0500
19731              Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu>
19732      Branch: perl
19733            ! pod/perlre.pod regcomp.c t/op/re_tests
19734 ____________________________________________________________________________
19735 [  7814] By: jhi                                   on 2000/11/22  21:21:46
19736         Log: Subject: [PATCH 5.7.0] Liblist finally works
19737              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19738              Date: Tue, 21 Nov 2000 22:02:17 -0500
19739              Message-ID: <20001121220217.A24174@monk.mps.ohio-state.edu>
19740      Branch: perl
19741            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
19742            ! lib/ExtUtils/MakeMaker.pm
19743 ____________________________________________________________________________
19744 [  7813] By: jhi                                   on 2000/11/22  21:20:23
19745         Log: Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
19746              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19747              Date: Wed, 22 Nov 2000 17:53:15 +0100
19748              Message-Id: <20001122174544.49A2.H.M.BRAND@hccnet.nl>
19749              
19750              AIX dynaloader and perlio patch.
19751      Branch: perl
19752            ! ext/DynaLoader/dl_aix.xs
19753 ____________________________________________________________________________
19754 [  7812] By: jhi                                   on 2000/11/22  21:17:52
19755         Log: (Accidentally empty patch.)
19756      Branch: perl
19757            ! av.c
19758 ____________________________________________________________________________
19759 [  7811] By: jhi                                   on 2000/11/22  21:16:31
19760         Log: Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
19761              From: Peter Prymmer <pvhp@forte.com>
19762              Date: Mon, 20 Nov 2000 16:53:54 -0800 (PST)
19763              Message-ID: <Pine.OSF.4.10.10011201651050.373336-100000@aspara.forte.com>
19764      Branch: perl
19765            ! vms/test.com
19766 ____________________________________________________________________________
19767 [  7810] By: jhi                                   on 2000/11/22  21:15:36
19768         Log: Subject: Re: perl@7777 
19769              From: "John P. Linderman" <jpl@research.att.com>
19770              Date: Wed, 22 Nov 2000 13:11:11 -0500
19771              Message-Id: <200011221811.NAA90072@raptor.research.att.com>
19772              
19773              Detypoing.
19774      Branch: perl
19775            ! lib/CPAN.pm
19776 ____________________________________________________________________________
19777 [  7809] By: jhi                                   on 2000/11/22  21:14:19
19778         Log: Subject:  [PATCH perl@7795] Perlio_tell fix
19779              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
19780              Date:     Wed, 22 Nov 2000 13:51:37 EST
19781              Message-Id: <001122135058.56e24@DUPHY4.Physics.Drexel.Edu>
19782      Branch: perl
19783            ! perlsdio.h
19784 ____________________________________________________________________________
19785 [  7808] By: jhi                                   on 2000/11/22  21:13:27
19786         Log: Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
19787              From: Casey Tweten <crt@kiski.net>
19788              Date: Mon, 20 Nov 2000 11:53:03 -0500 (EST)
19789              Message-Id: <200011201653.LAA10194@home.kiski.net>
19790      Branch: perl
19791            ! t/lib/io_udp.t
19792 ____________________________________________________________________________
19793 [  7807] By: jhi                                   on 2000/11/22  21:12:35
19794         Log: Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
19795              From: Casey Tweten <crt@kiski.net>
19796              Date: Mon, 20 Nov 2000 11:36:11 -0500 (EST)
19797              Message-Id: <200011201636.LAA07227@home.kiski.net>
19798      Branch: perl
19799            ! t/lib/io_sock.t
19800 ____________________________________________________________________________
19801 [  7806] By: jhi                                   on 2000/11/22  21:10:59
19802         Log: Subject: Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm]
19803              From: "Casey R. Tweten" <crt@kiski.net>
19804              Date: Wed, 22 Nov 2000 09:05:07 -0500 (EST)
19805              Message-ID: <Pine.OSF.4.21.0011220903580.1811-100000@home.kiski.net>
19806      Branch: perl
19807            ! utils/h2xs.PL
19808 ____________________________________________________________________________
19809 [  7805] By: nick                                  on 2000/11/22  21:05:06
19810         Log: Integrate mainline
19811      Branch: perlio
19812           !> Changes Porting/genlog ext/DB_File/DB_File.xs
19813           !> ext/DB_File/version.c lib/Test.pm patchlevel.h
19814           !> utils/perlbug.PL
19815 ____________________________________________________________________________
19816 [  7804] By: jhi                                   on 2000/11/22  21:01:12
19817         Log: Subject: [PATCH] Test.pm POD peculiarity
19818              From: "Casey R. Tweten" <crt@kiski.net>
19819              Date: Tue, 21 Nov 2000 15:01:25 -0500 (EST)
19820              Message-ID: <Pine.OSF.4.21.0011211458020.20114-100000@home.kiski.net>
19821      Branch: perl
19822            ! lib/Test.pm
19823 ____________________________________________________________________________
19824 [  7803] By: jhi                                   on 2000/11/22  20:59:59
19825         Log: Subject: [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug
19826              From: "Philip Newton" <pnewton@gmx.de>
19827              Date: Wed, 22 Nov 2000 14:25:53 +0100
19828              Message-Id: <3A1BD771.25462.1939FAD@localhost>
19829              
19830              Be case-understanding also on 's', and use the -oi of sendmail
19831              not to terminate the transmission on a lone '.'.
19832      Branch: perl
19833            ! utils/perlbug.PL
19834 ____________________________________________________________________________
19835 [  7802] By: nick                                  on 2000/11/22  20:51:42
19836         Log: Win32 PerlIO intermediate state now working as expected.
19837              - In current state we are still using C runtime in text/binary
19838              mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
19839              - PERLIO=stdio and PERLIO=unix pass all expected tests.
19840              - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
19841              and PerlIO_seek() and the dummy crlf layer is not making adjustments
19842              for CRLF translation happening in C runtime. All other tests pass.
19843              
19844              Added note to README.win32 to point out the snags of doing a perl build
19845              with Norton AntiVirus turned on.
19846              
19847              Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
19848              which file a fail comes from.
19849              
19850              Updated "canned" config.h to match the one generated.
19851      Branch: perlio
19852            ! README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
19853            ! win32/makefile.mk
19854 ____________________________________________________________________________
19855 [  7801] By: jhi                                   on 2000/11/22  06:50:20
19856         Log: Nickety nits.
19857      Branch: perl
19858            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
19859 ____________________________________________________________________________
19860 [  7800] By: jhi                                   on 2000/11/22  01:29:55
19861         Log: Changes had accidentally gone too silent on non-main branches.
19862      Branch: perl
19863            ! Changes Porting/genlog patchlevel.h
19864 ____________________________________________________________________________
19865 [  7799] By: gsar                                  on 2000/11/22  01:02:56
19866         Log: some lib_pm.PL changes snuck in via change#7772
19867      Branch: maint-5.6/perl
19868            ! Makefile.SH
19869 ____________________________________________________________________________
19870 [  7798] By: nick                                  on 2000/11/21  21:59:40
19871         Log: Integrate mainline
19872      Branch: perlio
19873           !> (integrate 28 files)
19874 ____________________________________________________________________________
19875 [  7797] By: jhi                                   on 2000/11/21  21:01:45
19876         Log: Integrate perlio.
19877      Branch: perl
19878           !> doio.c perlio.c perlio.h win32/perllib.c win32/win32.c
19879 ____________________________________________________________________________
19880 [  7796] By: nick                                  on 2000/11/21  20:36:22
19881         Log: Win32 builds and runs (mostly) with USE_PERLIO.
19882              PERLIO=perlio passes all tests. 
19883              PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
19884      Branch: perlio
19885            ! perlio.c win32/perllib.c win32/win32.c
19886 ____________________________________________________________________________
19887 [  7795] By: jhi                                   on 2000/11/21  19:03:44
19888         Log: Update Changes.
19889      Branch: perl
19890            ! Changes patchlevel.h
19891 ____________________________________________________________________________
19892 [  7794] By: jhi                                   on 2000/11/21  18:56:34
19893         Log: Subject: PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale testing for VMS)
19894              From: "Craig A. Berry" <craigberry@mac.com>
19895              Date: Mon, 20 Nov 2000 20:27:06 -0600
19896              Message-Id: <p04330101b63f8baf25a2@[172.16.52.1]>
19897              
19898              A cut-and-pasto.
19899      Branch: perl
19900            ! perlio.h
19901 ____________________________________________________________________________
19902 [  7793] By: jhi                                   on 2000/11/21  18:54:41
19903         Log: Subject: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
19904              From: Dominic Dunlop <domo@computer.org> 
19905              Date: Mon, 20 Nov 2000 18:55:29 +0100
19906              Message-Id: <p04320403b63b2c750dce@[192.168.1.4]> 
19907              
19908              va_copy() and the need of it.
19909              See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>.
19910      Branch: metaconfig/U/perl
19911            + need_va_copy.U
19912      Branch: perl
19913            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
19914            ! config_h.SH configure.com epoc/config.sh handy.h perlio.c
19915            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
19916            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
19917            ! win32/config.bc win32/config.gc win32/config.vc
19918 ____________________________________________________________________________
19919 [  7792] By: jhi                                   on 2000/11/21  17:04:10
19920         Log: Integrate scope.h@7790 from perlio, works better with multiplicity.
19921      Branch: perl
19922           !> scope.h
19923 ____________________________________________________________________________
19924 [  7791] By: jhi                                   on 2000/11/21  17:01:16
19925         Log: Export the SOCKS workaround symbols only if necessary.
19926      Branch: perl
19927            ! doio.c embed.h embed.pl makedef.pl perlsdio.h proto.h
19928 ____________________________________________________________________________
19929 [  7790] By: nick                                  on 2000/11/20  23:57:11
19930         Log: If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
19931      Branch: perlio
19932            ! scope.h
19933 ____________________________________________________________________________
19934 [  7789] By: nick                                  on 2000/11/20  23:38:33
19935         Log: Integrate mainline
19936      Branch: perlio
19937           +> lib/File/Spec/Epoc.pm
19938           !> (integrate 34 files)
19939 ____________________________________________________________________________
19940 [  7788] By: nick                                  on 2000/11/20  23:20:18
19941         Log: Make extra buffer layer work (dummy crlf layer)
19942      Branch: perlio
19943            ! doio.c perlio.c perlio.h
19944 ____________________________________________________________________________
19945 [  7787] By: jhi                                   on 2000/11/20  22:44:04
19946         Log: Subject: [PATCH: perl@7777] add system locale testing for VMS
19947              From: Peter Prymmer <pvhp@forte.com>
19948              Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST)
19949              Message-ID: <Pine.OSF.4.10.10011201244390.376086-100000@aspara.forte.com>
19950      Branch: perl
19951            ! t/pragma/locale.t
19952 ____________________________________________________________________________
19953 [  7786] By: jhi                                   on 2000/11/20  22:29:10
19954         Log: Subject: DOC PATCH 5.6.0 perlreftut
19955              From: mjd@plover.com
19956              Date: 20 Nov 2000 19:45:06 -0000
19957              Message-ID: <20001120194506.9505.qmail@plover.com>
19958      Branch: perl
19959            ! pod/perlreftut.pod
19960 ____________________________________________________________________________
19961 [  7785] By: jhi                                   on 2000/11/20  22:27:44
19962         Log: Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
19963              From: David Dyck <dcd@tc.fluke.com>
19964              Date: Mon, 20 Nov 2000 11:43:40 -0800
19965              Message-Id: <200011201943.LAA08451@dd.tc.fluke.com>
19966      Branch: perl
19967            ! lib/Cwd.pm
19968 ____________________________________________________________________________
19969 [  7784] By: jhi                                   on 2000/11/20  22:23:21
19970         Log: Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
19971              Date: Mon, 20 Nov 2000 17:06:10 -0500
19972              To: Mailing list Perl5 <perl5-porters@perl.org>
19973              Message-ID: <20001120170609.A11780@monk.mps.ohio-state.edu>
19974      Branch: perl
19975            ! pp_ctl.c t/op/pat.t
19976 ____________________________________________________________________________
19977 [  7783] By: jhi                                   on 2000/11/20  22:11:18
19978         Log: Subject: [PATCH] doop.c - UTF8 tr///               
19979              From: Simon Cozens <simon@cozens.net>
19980              Date: Sat, 18 Nov 2000 18:49:30 +0000
19981              Message-ID: <20001118184930.A31687@pembro4.pmb.ox.ac.uk>
19982              
19983              Subject: Re: [PATCH] doop.c - UTF8 tr///           
19984              From: Simon Cozens <simon@cozens.net>
19985              Date: Mon, 20 Nov 2000 20:45:22 +0000
19986              Message-ID: <20001120204522.A26042@pembro4.pmb.ox.ac.uk>
19987              
19988              Make tr on UTF-8 better but still not correct.
19989      Branch: perl
19990            ! doop.c
19991 ____________________________________________________________________________
19992 [  7782] By: jhi                                   on 2000/11/20  22:02:16
19993         Log: Remove the shared object before attempting to create
19994              (by linking) a new one.  E.g. in AIX not removing
19995              becomes quite painful if one tries to do more than one
19996              build in the same tree (an interrupted build, for example),
19997              since the AIX' shared dynaloader seemingly keeps the shared
19998              objects open and therefore 'busy' for quite a while, even when
19999              nobody is using the objects, leading into link failures.
20000      Branch: perl
20001            ! lib/ExtUtils/MM_Unix.pm
20002 ____________________________________________________________________________
20003 [  7781] By: gsar                                  on 2000/11/20  19:02:55
20004         Log: type mismatch due to faulty integration
20005      Branch: maint-5.6/perl
20006            ! toke.c win32/Makefile
20007 ____________________________________________________________________________
20008 [  7780] By: gsar                                  on 2000/11/20  17:31:55
20009         Log: integrate changes#6392,6394..6399,6401..6404
20010              
20011              The {multiplier} of a fixed substring was overlooked which
20012              caused a wrong initial search offset for that substring.
20013              
20014              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
20015              From: Hugo <hv@crypt.compulink.co.uk>
20016              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
20017              Date: Thu, 13 Jul 2000 19:27:13 +0100
20018              
20019              Fix the BOM bug: not a byteorder bug, a signedness bug.
20020              
20021              Replace change #6337 with a better one.
20022              
20023              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
20024              From: Hugo <hv@crypt.compulink.co.uk>
20025              Date: Fri, 14 Jul 2000 04:16:20 +0100
20026              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
20027              
20028              MakeMaker should not remove editor backups (*~) on `make clean`
20029              by default (completes change#6383)
20030              
20031              move new variables to the end of the interpreter structure (for
20032              bincompat in code that doesn't #include XSUB.h)
20033              
20034              rename totally bletcherous SvLOCK() thingy (doesn't do what the
20035              name suggests anyway)
20036              
20037              various cleanups (typos, misformatted code, and small bugs)
20038              
20039              typecasts needed for change#6394
20040              
20041              typos in change#6399, regen headers
20042              
20043              inconsistent types needs casts
20044              
20045              PERL_OBJECT build tweaks
20046      Branch: maint-5.6/perl
20047           !> MANIFEST doop.c embed.h embed.pl embedvar.h
20048           !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
20049           !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
20050           !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
20051           !> toke.c util.c
20052 ____________________________________________________________________________
20053 [  7779] By: gsar                                  on 2000/11/20  17:06:29
20054         Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
20055              
20056              Cosmetics and perldelta.
20057              
20058              Fix nits noticed by Boston.pm.
20059              
20060              Do the cc sanity check both before the hints and
20061              after the cc selction.
20062              
20063              get sprintf.t to adjust properly for 3-digit exponents
20064              
20065              don't clobber *.orig files on *clean targets
20066              
20067              fix bugs in processing %v-*d and similar format specs (from
20068              Avi Finkel <avi@finkel.org>)
20069              
20070              sprintf test tweaks (from Dominic Dunlop)
20071              
20072              new selfloader.t in change#6183 doesn't close DATA handles,
20073              and thus fails to clean up tmp files on dosish platforms
20074              
20075              typos (spotted by Peter Prymmer)
20076              
20077              typo fix from Craig Berry
20078      Branch: maint-5.6/perl
20079           !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
20080           !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
20081           !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
20082           !> x2p/Makefile.SH
20083 ____________________________________________________________________________
20084 [  7778] By: gsar                                  on 2000/11/20  16:46:51
20085         Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
20086              
20087              Subject: Re: format bug report  [Patch]
20088              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
20089              Date: Wed, 05 Jul 2000 13:12:52 +0200
20090              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
20091              
20092              Subject: Re: format bug report  [Patch]
20093              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
20094              Date: Wed, 05 Jul 2000 14:10:01 +0200
20095              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
20096              
20097              Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
20098              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
20099              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
20100              Date: Fri, 07 Jul 2000 17:57:16 +0100
20101              
20102              Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
20103              To: perl5-porters@perl.org
20104              From: Karsten Sperling <spiff@phreax.net>
20105              Date: Mon, 10 Jul 2000 15:12:52 +0200
20106              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
20107              
20108              README.posix-bc podified from Thomas Dorner.
20109              
20110              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
20111              From: Dominic Dunlop <domo@computer.org>
20112              Date: Tue, 11 Jul 2000 12:27:33 +0200
20113              Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
20114              
20115              Typo in #6341.
20116              
20117              Fix for
20118              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
20119              From: Roderick Schertler <roderick@argon.org>
20120              Date: Tue, 11 Jul 2000 13:55:05 -0400
20121              Message-Id: <200007111755.NAA05077@jones.argon.org>
20122              
20123              Minor cleanups on the booklist.
20124              
20125              Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
20126              regen perltoc.
20127              
20128              windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
20129      Branch: maint-5.6/perl
20130           +> pod/perlbook.pod
20131           !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
20132           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
20133           !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
20134 ____________________________________________________________________________
20135 [  7777] By: jhi                                   on 2000/11/20  16:08:49
20136         Log: Update Changes.
20137      Branch: perl
20138            ! Changes patchlevel.h
20139 ____________________________________________________________________________
20140 [  7776] By: jhi                                   on 2000/11/20  15:27:56
20141         Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
20142              This may be overly harsh but until proven otherwise, we think this
20143              way, or until we have a simple test for Configure (having to start
20144              up servers is does not count as simple) to check for the problems.
20145      Branch: perl
20146            ! perl.h
20147 ____________________________________________________________________________
20148 [  7775] By: jhi                                   on 2000/11/20  15:22:17
20149         Log: Solaris hints tweaks.
20150      Branch: perl
20151            ! hints/solaris_2.sh
20152 ____________________________________________________________________________
20153 [  7774] By: jhi                                   on 2000/11/20  15:01:20
20154         Log: Add a workaround to SOCKS 64-bit problems.
20155      Branch: perl
20156            ! doio.c embed.h embed.pl perlsdio.h proto.h
20157 ____________________________________________________________________________
20158 [  7773] By: jhi                                   on 2000/11/20  14:51:47
20159         Log: sysseek() instead of seek().
20160      Branch: perl
20161            ! t/lib/syslfs.t
20162 ____________________________________________________________________________
20163 [  7772] By: gsar                                  on 2000/11/20  13:06:23
20164         Log: integrate changes#6315..6319,6321..6331,6333..6338
20165              
20166              Integrate with Sarathy, preliminary fix for unicos
20167              alignment problems in [ID 20000612.002] Perl problem on Cray system.
20168              
20169              some debugger output does not go to the socket when RemotePort is set
20170              
20171              winsock cleanup never done on Windows (leads to handle leaks)
20172              
20173              fix UNC path handling on Windows under ithreads, and chdir()
20174              return value when given a non-existent directory
20175              
20176              Autogenerate pod/Makefile and pod/buildtoc.
20177              buildtoc also checks whether the existin pods are
20178              mentioned in MANIFEST and perl.pod, and vice versa.
20179              (None of the thusly found discrepancies fixed yet.)
20180              roffitall also needs to be autogenerated similarly but it
20181              seems so badly out of date that I didn't touch it yet.
20182              
20183              Config is being used.
20184              
20185              Add =head1 NAMEs so that buildtoc is happy.
20186              (The CGI::Util nit reported to Lincoln.)
20187              
20188              Fix complaints of buildtoc.
20189              
20190              Fix the alignment problem in Crays ([ID 20000612.002]).
20191              
20192              Remove perlbook, update perlfaq book listing,
20193              rearrange perl.pod, regenerate perltoc.
20194              
20195              Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
20196              was cast to an unsigned (32-bit) integer with wild abandon.
20197              
20198              winsock options weren't being set in all threads under ithreads
20199              (caused send()s from second and subsequent threads to fail)
20200              
20201              accept() leaks memory on windows due to incorrect ordering of
20202              closesocket() and fclose() calls
20203              
20204              Reorder perl.pod once more.
20205              
20206              More POSIX.pod tweaks.
20207              
20208              Sprinkle ldlibpath.
20209              
20210              Precedence goof, fix based on
20211              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
20212              From: Hugo <hv@crypt.compulink.co.uk>
20213              Date: Tue, 11 Jul 2000 12:52:38 +0100
20214              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
20215              
20216              Subject: PATCH perlguts.pod: Document D and d magic types
20217              From: mjd@plover.com
20218              Date: 5 Jul 2000 18:01:51 -0000
20219              Message-ID: <20000705180151.29413.qmail@plover.com>
20220              
20221              Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
20222              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
20223              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
20224              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
20225              
20226              Subject: [PATCH cfgperl] $& segfaults if you trick it
20227              From: simon@brecon.co.uk (Simon Cozens)
20228              Date: 7 Jul 2000 11:26:09 GMT
20229              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
20230              
20231              Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
20232              From: Hugo <hv@crypt.compulink.co.uk>
20233              Date: Tue, 11 Jul 2000 12:44:50 +0100
20234              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
20235              
20236              Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
20237              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
20238              Date: Tue, 11 Jul 2000 13:50:51 +0100
20239              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
20240      Branch: maint-5.6/perl
20241           +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
20242           +> pod/buildtoc.PL
20243            - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
20244           !> (integrate 26 files)
20245 ____________________________________________________________________________
20246 [  7771] By: gsar                                  on 2000/11/20  12:31:42
20247         Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
20248              6310,6311,6314
20249              
20250              Subject: [PATCH bleedperl] File::Spec 0.82 beta
20251              From: Barrie Slaymaker <barries@jester.slaysys.com>
20252              Date: Wed, 28 Jun 2000 11:35:29 -0400
20253              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
20254              
20255              tweak perlembed for multiplicity/usethreads sanity; correct notes
20256              about Windows
20257              
20258              localize %INC in a Safe compartment so that use/require work
20259              (many other magic globals probably need similar treatment)
20260              
20261              dounwind() may cause POPSUB() to diddle the wrong PL_curpad
20262              when @_ is modified, causing coredumps
20263              
20264              slurp mode fix in change#4736 still not quite right
20265              
20266              Point to perlipc for more SysV IPC examples.
20267              
20268              Elaborate POSIX.pod.  Still needs work.
20269              
20270              fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
20271              
20272              fix large memory leak that has been around for ever, masked by
20273              -DPURIFY (most of the arenas were never freed!)
20274              
20275              fix memory leak on Windows (PL_sys_intern contents were never
20276              freed)
20277              
20278              PERL_OBJECT build tweak
20279              
20280              adjust change#6299
20281              
20282              remove rel2abs prototypes (from Barrie Slaymaker)
20283              
20284              missing perldiag entry for unpack("w",...) diagnostic (from
20285              Andreas Koenig)
20286              
20287              better diagnostic on Frob->stuff() when Frob:: doesn't exist
20288              (from Richard Soderberg <rs@oregonnet.com>)
20289              
20290              Win32 patches for cfgperl from Sarathy.
20291              
20292              b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
20293              
20294              More POSIX.pod embellishment.
20295              
20296              tyop in change#6306
20297      Branch: maint-5.6/perl
20298           !> (integrate 44 files)
20299 ____________________________________________________________________________
20300 [  7770] By: gsar                                  on 2000/11/20  11:51:00
20301         Log: integrate changes#6268..6282 from cfgperl branch
20302              
20303              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
20304              From: Dominic Dunlop <domo@computer.org>
20305              Date: Thu, 29 Jun 2000 12:32:39 +0200
20306              Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
20307              
20308              Regen headers for #6261 (and update embed.pl for this) and #6267,
20309              silence few compiler warnings.
20310              
20311              Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
20312              From: Nicholas Clark <nick@talking.bollo.cx>
20313              Date: Fri, 23 Jun 2000 16:21:15 +0100
20314              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
20315              
20316              Subject: PATCH pod/perltie.pod
20317              From: Ian Phillipps <Ian.Phillipps@iname.com>
20318              Date: Fri, 16 Jun 2000 00:17:19 +0100
20319              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
20320              (only the first hunk, the second hunk had already been done
20321              by some other patch)
20322              
20323              Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
20324              From: Tom Phoenix <rootbeer@redcat.com>
20325              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
20326              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
20327              
20328              Subject: [PATCH] xsub attributes
20329              From: Doug MacEachern <dougm@covalent.net>
20330              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
20331              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
20332              
20333              Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
20334              From: Andy Dougherty <doughera@lafayette.edu>
20335              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
20336              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
20337              
20338              Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
20339              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
20340              Date: Tue, 13 Jun 2000 02:43:48 -0500
20341              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
20342              
20343              Subject: [PATCH] Re: eval documentation: context
20344              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
20345              Date: Mon, 12 Jun 2000 15:07:29 +0100
20346              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
20347              
20348              Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
20349              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
20350              Date: Mon, 12 Jun 2000 14:55:59 +0100
20351              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
20352              
20353              Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
20354              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
20355              Date: Fri, 09 Jun 2000 12:39:27 -0400
20356              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
20357              (plus update the version "number" of Text::Wrap)
20358              
20359              Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
20360              From: Tim Ayers <tayers@bridge.com>
20361              Date: Thu, 08 Jun 2000 08:11:06 +0200
20362              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
20363              [resent by Richard Foley, Message-Id probably wrong]
20364              
20365              Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
20366              From: rspier@pobox.com (Robert Spier)
20367              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
20368              Message-ID: <14654.31913.845602.610277@rls.cx>
20369              
20370              Subject: [PATCH 5.6.0] utils/h2xs.PL
20371              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
20372              Date: Wed, 7 Jun 2000 04:02:04 -0500
20373              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
20374              
20375              Subject: [PATCH 5.6.0]ITHREADs for VMS
20376              From: Dan Sugalski <dan@sidhe.org>
20377              Date: Tue, 06 Jun 2000 11:59:50 -0400
20378              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
20379      Branch: maint-5.6/perl
20380           !> (integrate 31 files)
20381 ____________________________________________________________________________
20382 [  7769] By: gsar                                  on 2000/11/20  11:29:06
20383         Log: integrate changes#6261..6266 from cfgperl
20384              
20385              Subject: Re: [PATCH cfgperl] BOMs away!
20386              From: simon@brecon.co.uk (Simon Cozens)
20387              Date: 17 Jun 2000 11:49:57 GMT
20388              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
20389              
20390              Subject: 5.6.0 Patch for EPOC
20391              From: Olaf Flebbe <o.flebbe@gmx.de>
20392              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
20393              Message-ID: <23449.960929969@www11.gmx.net>
20394              
20395              tr fixes from Simon Cozens
20396              
20397              Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
20398              From: Marty Lucich <marty@netcom.com>
20399              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
20400              Message-Id: <200006282116.OAA11148@netcom.com>
20401              ccdlflags update (the BSD/OS 4.1 part had already been taken
20402              care of by #6141).
20403              
20404              Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
20405              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
20406              Date: Wed, 28 Jun 2000 17:50:12 -0700
20407              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
20408              
20409              Subject: [PATCH 5.6.0] cygwin port
20410              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
20411              From: "Fifer, Eric" <EFifer@sanwaint.com>
20412              Date: Thu, 29 Jun 2000 12:58:29 +0100
20413      Branch: maint-5.6/perl
20414           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
20415           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
20416           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
20417           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
20418 ____________________________________________________________________________
20419 [  7768] By: gsar                                  on 2000/11/20  11:13:44
20420         Log: integrate changes#6252..6256,6259..6260
20421              
20422              Paranoia tweak on #6249.
20423              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
20424              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
20425              Date: Sun, 25 Jun 2000 23:43:12 -0400
20426              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
20427              
20428              Subject: tr///, help wanted.
20429              From: simon@brecon.co.uk (Simon Cozens)
20430              Date: 28 Jun 2000 11:29:04 GMT
20431              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
20432              
20433              small thinko tweaks
20434              
20435              tweaks from Simon Conzes to further fix tr/// under utf8
20436              
20437              perlnewmod was missing from MANIFEST.
20438              
20439              Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
20440              From: simon@brecon.co.uk (Simon Cozens)
20441              Date: 17 Jun 2000 11:56:44 GMT
20442              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
20443              pack U0, pack C0
20444      Branch: maint-5.6/perl
20445           !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
20446           !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
20447           !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
20448           !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
20449 ____________________________________________________________________________
20450 [  7767] By: gsar                                  on 2000/11/20  10:51:38
20451         Log: integrate change#6250 from cfgperl
20452              
20453              Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
20454              From: Doug MacEachern <dougm@covalent.net>
20455              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
20456              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
20457      Branch: maint-5.6/perl
20458           +> t/op/my_stash.t
20459           !> MANIFEST embed.pl global.sym proto.h toke.c
20460 ____________________________________________________________________________
20461 [  7766] By: gsar                                  on 2000/11/20  10:48:34
20462         Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
20463              
20464              Subject: [ID 20000626.007] h2xs man page contains trailing garbage
20465              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
20466              Date: Mon, 26 Jun 2000 18:40:14 +0100
20467              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
20468              
20469              Subject: [PATCH] bytes<->utf8 fixes
20470              From: simon@brecon.co.uk (Simon Cozens)
20471              Date: 26 Jun 2000 04:55:45 GMT
20472              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
20473              
20474              Subject: [PATCH] is_utf8_string
20475              From: simon@brecon.co.uk (Simon Cozens)
20476              Date: 26 Jun 2000 02:25:59 GMT
20477              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
20478              
20479              Subject: [PATCH] avoid mg_ptr in '*' magic
20480              From: Doug MacEachern <dougm@covalent.net>
20481              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
20482              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
20483              
20484              Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
20485              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
20486              Date: Sat, 24 Jun 2000 13:06:20 +0100
20487              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
20488              
20489              Allow for standalone testing.
20490              
20491              Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
20492              From: Mark-Jason Dominus <mjd@plover.com>
20493              Date: Tue, 27 Jun 2000 22:36:42 -0400
20494              Message-ID: <20000628023642.12166.qmail@plover.com>
20495              
20496              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
20497              From: Frank Tobin <ftobin@uiuc.edu>
20498              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
20499              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
20500      Branch: maint-5.6/perl
20501           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
20502           !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
20503           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
20504           !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
20505           !> utf8.c utils/h2xs.PL
20506 ____________________________________________________________________________
20507 [  7765] By: gsar                                  on 2000/11/20  10:29:13
20508         Log: integrate change#6239 from cfgperl
20509              
20510              Configure maintenance.  Sever some dependency cycles,
20511              separate gccversion from the cc unit,
20512              address [ID 20000623.006] Configure script patch for using gcc on AIX
20513              (but solve it a little bit differently),
20514              unduplex some accidentally duplicated units,
20515              suggest using gcc if no cc available
20516              (p5p thread: "Solaris configure: counterproposal", 1999-09)
20517      Branch: maint-5.6/perl
20518           !> Configure Todo-5.6 config_h.SH
20519 ____________________________________________________________________________
20520 [  7764] By: gsar                                  on 2000/11/20  10:25:55
20521         Log: integrate changes#6233..6238 from cfgperl
20522              
20523              Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
20524              From: Mark-Jason Dominus <mjd@plover.com>
20525              Date: Fri, 16 Jun 2000 20:53:04 -0400
20526              Message-ID: <20000617005304.8008.qmail@plover.com>
20527              
20528              Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
20529              because when run as services (Win32ese for daemons)
20530              no environment variables are set and tmpdir ends up as /tmp,
20531              which is ambiguous.
20532              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
20533              From: matt@sergeant.org
20534              Date: 16 Jun 2000 16:30:43 -0000
20535              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
20536              
20537              The thread begun by
20538              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
20539              From: Kevin.Ruscoe@ubsw.com
20540              Date: Fri, 16 Jun 2000 16:38:51 +0100
20541              Message-Id: <H000019b03c300d6@MHS>
20542              
20543              Tweak embed.pl, regen headers.
20544              
20545              Subject: [PATCH 5.6.0] XS module loading fixup for VMS
20546              From: Dan Sugalski <dan@sidhe.org>
20547              Date: Fri, 23 Jun 2000 17:00:00 -0400
20548              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
20549      Branch: maint-5.6/perl
20550           !> (integrate 27 files)
20551 ____________________________________________________________________________
20552 [  7763] By: gsar                                  on 2000/11/20  10:08:08
20553         Log: s/perl56delta/perldelta/g
20554      Branch: maint-5.6/perl
20555            ! pod/Makefile
20556 ____________________________________________________________________________
20557 [  7762] By: gsar                                  on 2000/11/20  10:04:00
20558         Log: integrate changes#6225,6229,6231,6232 from cfgperl
20559              
20560              Add source code filenames to apidoc.
20561              From: simon@brecon.co.uk (Simon Cozens)
20562              Subject: [PATCH embed.pl] Source X-ref
20563              Date: 22 Jun 2000 02:18:49 GMT
20564              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
20565              
20566              Subject: README.hpux version 0.6.1
20567              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
20568              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
20569              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
20570              
20571              Subject: [PATCH 5.6.0] cygwin port
20572              From: "Fifer, Eric" <EFifer@sanwaint.com>
20573              Date: Tue, 20 Jun 2000 14:30:58 +0100
20574              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
20575              
20576              Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
20577              From: simon@brecon.co.uk (Simon Cozens)
20578              Date: 19 Jun 2000 15:18:27 GMT
20579              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
20580              
20581              plus update pod/Makefile and regenerate perltoc
20582      Branch: maint-5.6/perl
20583           +> pod/perlutil.pod
20584           !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
20585           !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
20586 ____________________________________________________________________________
20587 [  7761] By: jhi                                   on 2000/11/20  04:09:55
20588         Log: Miraculous typo.
20589      Branch: perl
20590            ! t/op/pat.t
20591 ____________________________________________________________________________
20592 [  7760] By: jhi                                   on 2000/11/20  04:06:08
20593         Log: Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
20594              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20595              Date: Sun, 19 Nov 2000 22:30:26 -0500
20596              Message-ID: <20001119223026.A5165@monk.mps.ohio-state.edu>
20597      Branch: perl
20598            ! regexec.c scope.h t/op/pat.t
20599 ____________________________________________________________________________
20600 [  7759] By: jhi                                   on 2000/11/20  02:05:22
20601         Log: Make certain MacOS Classic has NO_ENVIRON_ARRAY.
20602      Branch: perl
20603            ! perl.h
20604 ____________________________________________________________________________
20605 [  7758] By: jhi                                   on 2000/11/20  01:58:11
20606         Log: Subject: [perl 7711: EPOC] updates
20607              From: Olaf Flebbe <o.flebbe@gmx.de>
20608              Date: Sun, 19 Nov 2000 19:33:30 +0100 (MET)
20609              Message-ID: <25575.974658810@www23.gmx.net>               
20610      Branch: perl
20611            + lib/File/Spec/Epoc.pm
20612            ! MANIFEST epoc/epocish.c lib/CGI.pm lib/Cwd.pm
20613            ! lib/File/Basename.pm lib/File/Find.pm lib/File/Path.pm
20614            ! lib/File/Spec.pm perl.c sv.c
20615 ____________________________________________________________________________
20616 [  7757] By: jhi                                   on 2000/11/20  01:53:11
20617         Log: ext/re/hints/MSWin32.pl seems to be missing from perlio.
20618      Branch: perl
20619            ! MANIFEST
20620 ____________________________________________________________________________
20621 [  7756] By: jhi                                   on 2000/11/20  01:47:22
20622         Log: Integrate perlio.
20623      Branch: perl
20624            - ext/re/hints/MSWin32.pl
20625           !> global.sym perlio.c perlio.h perliol.h pod/perlapi.pod sv.c
20626           !> win32/config.gc win32/config_H.gc win32/win32sck.c
20627 ____________________________________________________________________________
20628 [  7755] By: nick                                  on 2000/11/19  20:57:17
20629         Log: Add dummy crlf layer (just as buffer)
20630              Correct 1st bug - one layer of indirection.
20631      Branch: perlio
20632            ! perlio.c perlio.h perliol.h
20633 ____________________________________________________________________________
20634 [  7754] By: nick                                  on 2000/11/19  20:56:12
20635         Log: Work-round to Perl_deb_nocontext is no longer required
20636      Branch: perlio
20637            - ext/re/hints/MSWin32.pl
20638 ____________________________________________________________________________
20639 [  7753] By: nick                                  on 2000/11/19  20:01:16
20640         Log: diff -se shows these as different
20641      Branch: perlio
20642            ! global.sym pod/perlapi.pod
20643 ____________________________________________________________________________
20644 [  7752] By: nick                                  on 2000/11/19  18:57:30
20645         Log: Configure GCC/Win32 build -Duseperlio
20646              Fix a couple of gross issues
20647              - double-include of ../deb.o in re.dll
20648              - win32sck.c needs PerlIO and FILE 
20649      Branch: perlio
20650            ! ext/re/hints/MSWin32.pl win32/config.gc win32/config_H.gc
20651            ! win32/win32sck.c
20652 ____________________________________________________________________________
20653 [  7751] By: nick                                  on 2000/11/19  17:05:36
20654         Log: Special case :crlf and :raw in dummy PerlIO_apply_layers
20655      Branch: perlio
20656            ! perlio.c
20657 ____________________________________________________________________________
20658 [  7750] By: nick                                  on 2000/11/19  16:57:14
20659         Log: Missing aTHX_
20660      Branch: perlio
20661            ! sv.c
20662 ____________________________________________________________________________
20663 [  7749] By: jhi                                   on 2000/11/19  16:28:40
20664         Log: Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
20665              From: "Peter J. Farley III" <pjfarley@banet.net>
20666              Date: Sun, 19 Nov 2000 01:42:58 -0500
20667              Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net>
20668      Branch: perl
20669            ! djgpp/config.over ext/Storable/Storable.pm hints/dos_djgpp.sh
20670 ____________________________________________________________________________
20671 [  7748] By: jhi                                   on 2000/11/19  16:08:10
20672         Log: Subject: podlators 1.05 available        
20673              From: Russ Allbery <rra@stanford.edu>   
20674              Date: 18 Nov 2000 22:04:28 -0800
20675              Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu>
20676      Branch: perl
20677            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
20678 ____________________________________________________________________________
20679 [  7747] By: nick                                  on 2000/11/19  11:19:39
20680         Log: Integrate mainline
20681      Branch: perlio
20682           !> embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
20683           !> util.c
20684 ____________________________________________________________________________
20685 [  7746] By: jhi                                   on 2000/11/19  06:42:22
20686         Log: Make hex scanning warn on "\x{x}" and "\xx".
20687              "\x" and and hex("x") are still valid.
20688      Branch: perl
20689            ! util.c
20690 ____________________________________________________________________________
20691 [  7745] By: nick                                  on 2000/11/18  22:52:28
20692         Log: Integrate mainline
20693      Branch: perlio
20694           !> emacs/ptags embed.h embed.pl lib/CPAN.pm lib/CPAN/FirstTime.pm
20695           !> perl.h perlio.c proto.h regcomp.c regcomp.h
20696 ____________________________________________________________________________
20697 [  7744] By: jhi                                   on 2000/11/18  22:50:28
20698         Log: Introduce Perl_utf8_length().  Use it.
20699      Branch: perl
20700            ! embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
20701 ____________________________________________________________________________
20702 [  7743] By: jhi                                   on 2000/11/18  22:38:51
20703         Log: Compiler denit.
20704      Branch: perl
20705            ! perlio.c
20706 ____________________________________________________________________________
20707 [  7742] By: jhi                                   on 2000/11/18  20:33:05
20708         Log: Integrate perlio.
20709      Branch: perl
20710           !> cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
20711           !> perlio.h pp_ctl.c pp_sys.c sv.c
20712 ____________________________________________________________________________
20713 [  7741] By: jhi                                   on 2000/11/18  20:31:27
20714         Log: Subject: [PATCH 5.7.0] make regcomp reenterable
20715              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20716              Date: Fri, 17 Nov 2000 20:35:11 -0500
20717              Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu>
20718              
20719              Subject: Re: [PATCH 5.7.0] make regcomp reenterable
20720              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20721              Date: Fri, 17 Nov 2000 21:03:47 -0500
20722              Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu>
20723              
20724              Plus a little bit of tweaking in pregcomp().
20725      Branch: perl
20726            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
20727 ____________________________________________________________________________
20728 [  7740] By: nick                                  on 2000/11/18  20:17:22
20729         Log: Lexical use open ... support:
20730              add ->cop_io to COP structure in cop.h.
20731              Make mg.c and gv.c associate it with ${^OPEN}.
20732              Make lib/open.pm set it.
20733              Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
20734              manner similar to ->cop_warnings.
20735              Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
20736              call new PerlIO_apply_layers().
20737              Declare latter in perlio.h and define in perlio.c
20738      Branch: perlio
20739            ! cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
20740            ! perlio.h pp_ctl.c pp_sys.c sv.c
20741 ____________________________________________________________________________
20742 [  7739] By: jhi                                   on 2000/11/18  19:54:00
20743         Log: Integrate perlio.
20744      Branch: perl
20745           !> doio.c perlio.c pp.c
20746 ____________________________________________________________________________
20747 [  7738] By: jhi                                   on 2000/11/18  17:16:13
20748         Log: Subject: [PATCH 5.7.0] etags broken again
20749              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20750              Date: Sat, 18 Nov 2000 02:41:36 -0500
20751              Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu>
20752      Branch: perl
20753            ! emacs/ptags
20754 ____________________________________________________________________________
20755 [  7737] By: jhi                                   on 2000/11/18  17:12:18
20756         Log: Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
20757      Branch: perl
20758            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
20759 ____________________________________________________________________________
20760 [  7736] By: nick                                  on 2000/11/18  14:06:20
20761         Log: Basic tweaks to do_open() type parsing to allow layer/discipline
20762              part to be isolated.
20763      Branch: perlio
20764            ! doio.c perlio.c
20765 ____________________________________________________________________________
20766 [  7735] By: nick                                  on 2000/11/18  11:03:32
20767         Log: Integrate mainline
20768      Branch: perlio
20769           !> Changes README.amiga README.win32 patchlevel.h
20770           !> pod/perlfunc.pod pp.c regcomp.c regexec.c t/op/re_tests
20771 ____________________________________________________________________________
20772 [  7734] By: jhi                                   on 2000/11/18  01:18:56
20773         Log: Update Changes.
20774      Branch: perl
20775            ! Changes patchlevel.h
20776 ____________________________________________________________________________
20777 [  7733] By: jhi                                   on 2000/11/18  00:32:54
20778         Log: Subject: [PATCH 5.7.0] restore match data on backtracing
20779              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20780              Date: Fri, 17 Nov 2000 17:28:02 -0500
20781              Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
20782      Branch: perl
20783            ! regcomp.c regexec.c t/op/re_tests
20784 ____________________________________________________________________________
20785 [  7732] By: jhi                                   on 2000/11/18  00:28:56
20786         Log: Sparc 64-bit pack() fix from Jens Hamisch.
20787      Branch: perl
20788            ! pp.c
20789 ____________________________________________________________________________
20790 [  7731] By: jhi                                   on 2000/11/18  00:18:39
20791         Log: Explain in more detail the {} syntax ambiguousity.
20792              
20793              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
20794              From: Nicholas Clark <nick@ccl4.org>
20795              Date: Fri, 17 Nov 2000 22:10:28 +0000
20796              Message-ID: <20001117221028.A88930@plum.flirble.org>
20797      Branch: perl
20798            ! pod/perlfunc.pod
20799 ____________________________________________________________________________
20800 [  7730] By: jhi                                   on 2000/11/18  00:12:18
20801         Log: Subject: Fix for README.amiga (20000323.033)
20802              From: "Stephen P. Potter" <spp@spotter.yi.org>
20803              Date: Fri, 17 Nov 2000 12:25:51 -0500
20804              Message-Id: <200011171725.MAA05768@spotter.yi.org>
20805      Branch: perl
20806            ! README.amiga
20807 ____________________________________________________________________________
20808 [  7729] By: jhi                                   on 2000/11/18  00:08:34
20809         Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
20810              From: "A. C. Yardley" <yardley@tanet.net>
20811              Date: Mon, 3 Apr 2000 11:35:33 -0700
20812              Message-ID: <3483.000403@tanet.net>
20813      Branch: perl
20814            ! README.win32
20815 ____________________________________________________________________________
20816 [  7728] By: nick                                  on 2000/11/17  21:59:47
20817         Log: Integrate mainline
20818      Branch: perlio
20819           !> configure.com hints/solaris_2.sh lib/Carp/Heavy.pm
20820           !> lib/ExtUtils/xsubpp lib/Pod/Checker.pm pod/perlfaq9.pod
20821           !> pod/perlhack.pod pod/perllocale.pod pod/perlmodlib.PL
20822           !> pod/perlpod.pod pod/perlxs.pod pod/perlxstut.pod t/lib/b.t
20823 ____________________________________________________________________________
20824 [  7727] By: nick                                  on 2000/11/17  21:56:31
20825         Log: Experiment on use of attributes.pm interface.
20826              Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
20827              SVt_PVRV if not already something better (else vivify of say magic gets
20828              core dump).
20829      Branch: perlio
20830            ! perlio.c pp.c
20831 ____________________________________________________________________________
20832 [  7726] By: jhi                                   on 2000/11/17  14:15:49
20833         Log: Subject: Fix for 20000815.006
20834              From: "Stephen P. Potter" <spp@spotter.yi.org>
20835              Date: Fri, 17 Nov 2000 08:57:45 -0500
20836              Message-Id: <200011171357.IAA05122@spotter.yi.org>
20837              
20838              It's really 20000518.006.
20839      Branch: perl
20840            ! pod/perlmodlib.PL
20841 ____________________________________________________________________________
20842 [  7725] By: jhi                                   on 2000/11/17  14:12:31
20843         Log: Subject: Fix for 20000409.001
20844              From: "Stephen P. Potter" <spp@spotter.yi.org>
20845              Date: Fri, 17 Nov 2000 08:55:45 -0500
20846              Message-Id: <200011171355.IAA05104@spotter.yi.org>
20847      Branch: perl
20848            ! pod/perlfaq9.pod
20849 ____________________________________________________________________________
20850 [  7724] By: jhi                                   on 2000/11/17  14:08:58
20851         Log: Undo #7627 now that we have =head3.
20852      Branch: perl
20853            ! pod/perlhack.pod
20854 ____________________________________________________________________________
20855 [  7723] By: jhi                                   on 2000/11/17  14:04:09
20856         Log: As surmised the #7719 wasn't a good move.
20857      Branch: perl
20858            ! hints/solaris_2.sh
20859 ____________________________________________________________________________
20860 [  7722] By: jhi                                   on 2000/11/17  13:59:04
20861         Log: Also the 64bitall hints can be either here or there.
20862      Branch: perl
20863            ! hints/solaris_2.sh
20864 ____________________________________________________________________________
20865 [  7721] By: jhi                                   on 2000/11/17  02:26:23
20866         Log: Test tweak for the open pragma.
20867      Branch: perl
20868            ! t/lib/b.t
20869 ____________________________________________________________________________
20870 [  7720] By: jhi                                   on 2000/11/17  00:23:22
20871         Log: The long double hints can be here or there.
20872      Branch: perl
20873            ! hints/solaris_2.sh
20874 ____________________________________________________________________________
20875 [  7719] By: jhi                                   on 2000/11/17  00:14:06
20876         Log: For Solaris use64bitall the stdchar needs a little bit of help.
20877      Branch: perl
20878            ! hints/solaris_2.sh
20879 ____________________________________________________________________________
20880 [  7718] By: jhi                                   on 2000/11/16  23:27:34
20881         Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
20882              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
20883              Date: Wed, 15 Nov 2000 08:56:32 +0100
20884              Message-ID: <3A1241B0.64477E00@alcatel.at>
20885      Branch: perl
20886            ! lib/Carp/Heavy.pm
20887 ____________________________________________________________________________
20888 [  7717] By: jhi                                   on 2000/11/16  23:23:29
20889         Log: Subject: [PATCH] Re: 20001101.003 PDL
20890              From: Nicholas Clark <nick@ccl4.org>
20891              Date: Thu, 16 Nov 2000 16:48:25 +0000
20892              Message-ID: <20001116164825.B93487@plum.flirble.org>
20893      Branch: perl
20894            ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
20895 ____________________________________________________________________________
20896 [  7716] By: jhi                                   on 2000/11/16  23:21:31
20897         Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
20898              From: "Casey R. Tweten" <crt@kiski.net>
20899              Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
20900              Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
20901      Branch: perl
20902            ! lib/Pod/Checker.pm pod/perlpod.pod
20903 ____________________________________________________________________________
20904 [  7715] By: jhi                                   on 2000/11/16  23:19:40
20905         Log: Avoid an infinite loop in VMS when utils scripts are run
20906              with no arguments, from Charles Lane.
20907      Branch: perl
20908            ! configure.com
20909 ____________________________________________________________________________
20910 [  7714] By: jhi                                   on 2000/11/16  23:17:08
20911         Log: Subject: perllocale.pod changes
20912              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
20913              Date: Mon, 13 Nov 2000 10:09:22 +0300
20914              Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
20915      Branch: perl
20916            ! pod/perllocale.pod
20917 ____________________________________________________________________________
20918 [  7713] By: jhi                                   on 2000/11/16  23:14:06
20919         Log: Integrate perlio.
20920      Branch: perl
20921           !> doio.c perlio.c perlio.h util.c
20922 ____________________________________________________________________________
20923 [  7712] By: nick                                  on 2000/11/16  21:10:58
20924         Log: Integrate mainline
20925      Branch: perlio
20926           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
20927           !> config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
20928           !> uconfig.sh vos/config.alpha.def vos/config.alpha.h
20929           !> vos/config.ga.def vos/config.ga.h win32/config.bc
20930           !> win32/config.gc win32/config.vc
20931 ____________________________________________________________________________
20932 [  7711] By: nick                                  on 2000/11/16  19:56:41
20933         Log: Minor tweaks:
20934              consistent way of getting 'rb', 'wb' etc. for binary opens
20935              move *perlio::layers to *open::layers
20936              a #define to show layers available
20937              DOSISH popen/PerlIO had export/import sense inverted.
20938      Branch: perlio
20939            ! doio.c perlio.c perlio.h util.c
20940 ____________________________________________________________________________
20941 [  7710] By: jhi                                   on 2000/11/16  15:46:05
20942         Log: Add HAS_SBRK_PROTO.
20943      Branch: metaconfig/U/perl
20944            + d_sbrkproto.U
20945      Branch: perl
20946            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
20947            ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
20948            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
20949            ! vos/config.ga.def vos/config.ga.h win32/config.bc
20950            ! win32/config.gc win32/config.vc
20951 ____________________________________________________________________________
20952 [  7709] By: nick                                  on 2000/11/16  07:31:49
20953         Log: Integrate mainline
20954      Branch: perlio
20955           !> (integrate 35 files)
20956 ____________________________________________________________________________
20957 [  7708] By: jhi                                   on 2000/11/16  05:33:03
20958         Log: These files are text, not binary.
20959      Branch: perl
20960            ! ext/Encode/Encode/iso8859-10.enc
20961            ! ext/Encode/Encode/iso8859-13.enc
20962            ! ext/Encode/Encode/iso8859-14.enc
20963            ! ext/Encode/Encode/iso8859-15.enc
20964 ____________________________________________________________________________
20965 [  7707] By: jhi                                   on 2000/11/16  01:53:37
20966         Log: Update Changes.
20967      Branch: perl
20968            ! Changes patchlevel.h
20969 ____________________________________________________________________________
20970 [  7706] By: jhi                                   on 2000/11/16  01:35:59
20971         Log: More #undefing of stdio.
20972      Branch: perl
20973            ! fakesdio.h nostdio.h
20974 ____________________________________________________________________________
20975 [  7705] By: jhi                                   on 2000/11/16  01:34:18
20976         Log: Add fwalk() probe to the configuration files and regen perltoc.
20977      Branch: perl
20978            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
20979            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
20980            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
20981            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
20982            ! win32/config.bc win32/config.gc win32/config.vc
20983 ____________________________________________________________________________
20984 [  7704] By: jhi                                   on 2000/11/16  01:33:07
20985         Log: Add the _fwalk() unit.  (The probe says 'fwalk()'.  Time for
20986              an optional third argument to Inlibc?)
20987      Branch: metaconfig/U/perl
20988            + d__fwalk.U
20989 ____________________________________________________________________________
20990 [  7703] By: jhi                                   on 2000/11/16  01:09:22
20991         Log: The type of the hash_cb() size argument is tricky.
20992      Branch: perl
20993            ! ext/DB_File/DB_File.xs
20994 ____________________________________________________________________________
20995 [  7702] By: jhi                                   on 2000/11/15  23:01:16
20996         Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
20997      Branch: perl
20998            ! nostdio.h
20999 ____________________________________________________________________________
21000 [  7701] By: jhi                                   on 2000/11/15  22:52:32
21001         Log: Detypo.
21002      Branch: perl
21003            ! t/lib/bigfltpm.t
21004 ____________________________________________________________________________
21005 [  7700] By: jhi                                   on 2000/11/15  22:51:56
21006         Log: UINT64_C() work continues.
21007      Branch: perl
21008            ! handy.h perl.h utf8.h
21009 ____________________________________________________________________________
21010 [  7699] By: jhi                                   on 2000/11/15  14:13:04
21011         Log: SOCKS has its own USE_THREADS, based on
21012              
21013              Subject: [ID 20001114.002] et. al. bugfix followup
21014              From: Jens Hamisch <jens@Strawberry.COM> 
21015              Date: Wed, 15 Nov 2000 14:23:11 +0100
21016              Message-ID: <20001115142311.A21164@Strawberry.COM>
21017      Branch: perl
21018            ! perl.h
21019 ____________________________________________________________________________
21020 [  7698] By: jhi                                   on 2000/11/15  03:50:56
21021         Log: Add few missing #undefs and sort them.
21022      Branch: perl
21023            ! fakesdio.h
21024 ____________________________________________________________________________
21025 [  7697] By: jhi                                   on 2000/11/15  03:39:14
21026         Log: Linenumber fix.
21027      Branch: perl
21028            ! t/pragma/warn/utf8
21029 ____________________________________________________________________________
21030 [  7696] By: jhi                                   on 2000/11/15  02:55:26
21031         Log: EBCDIC tweaks.
21032              
21033              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
21034              From: Peter Prymmer <pvhp@forte.com>
21035              Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
21036              Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
21037      Branch: perl
21038            ! t/op/regmesg.t t/pragma/warn/utf8
21039 ____________________________________________________________________________
21040 [  7695] By: jhi                                   on 2000/11/15  02:53:58
21041         Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
21042              From: Peter Prymmer <pvhp@forte.com>
21043              Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
21044              Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
21045      Branch: perl
21046            ! utf8.c
21047 ____________________________________________________________________________
21048 [  7694] By: jhi                                   on 2000/11/15  02:50:55
21049         Log: Subject: [PATCH: perl@7674] updates to README.os390
21050              From: Prymmer/Kahn <pvhp@best.com>
21051              Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
21052              Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
21053      Branch: perl
21054            ! README.os390
21055 ____________________________________________________________________________
21056 [  7693] By: jhi                                   on 2000/11/15  02:48:37
21057         Log: Quit utf8_to_uv() instantly if curlen == 0.
21058      Branch: perl
21059            ! utf8.c
21060 ____________________________________________________________________________
21061 [  7692] By: jhi                                   on 2000/11/15  02:24:29
21062         Log: Use u_int32_t for the size of hash_cb(), not size_t.
21063              
21064              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
21065              From: Jens Hamisch <jens@Strawberry.COM>     
21066              Date: Tue, 14 Nov 2000 19:03:55 +0100
21067              Message-Id: <20001114190355.A20559@Strawberry.COM>
21068      Branch: perl
21069            ! ext/DB_File/DB_File.xs
21070 ____________________________________________________________________________
21071 [  7691] By: jhi                                   on 2000/11/15  02:20:12
21072         Log: Use UINT64_C().
21073              
21074              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
21075              From: Jens Hamisch <jens@Strawberry.COM>
21076              Date: Tue, 14 Nov 2000 19:16:23 +0100
21077              Message-Id: <20001114191623.G20559@Strawberry.COM>
21078      Branch: perl
21079            ! utf8.c utf8.h
21080 ____________________________________________________________________________
21081 [  7690] By: jhi                                   on 2000/11/15  02:17:06
21082         Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
21083              (a macro to define signed and unsigned integer constants).
21084      Branch: perl
21085            ! handy.h
21086 ____________________________________________________________________________
21087 [  7689] By: jhi                                   on 2000/11/15  01:56:51
21088         Log: Regen Configure.
21089      Branch: perl
21090            ! Configure
21091 ____________________________________________________________________________
21092 [  7688] By: jhi                                   on 2000/11/15  01:56:32
21093         Log: Make the unit know about SOCKS.
21094      Branch: metaconfig
21095            ! U/protos/socksizetype.U
21096 ____________________________________________________________________________
21097 [  7687] By: jhi                                   on 2000/11/15  01:54:47
21098         Log: Remove unused dependencies.
21099      Branch: metaconfig
21100            ! U/compline/d_getpagsz.U
21101 ____________________________________________________________________________
21102 [  7686] By: nick                                  on 2000/11/14  21:25:13
21103         Log: Integrate mainline.
21104      Branch: perlio
21105           +> ext/re/hints/MSWin32.pl win32/bin/mdelete.bat
21106           !> MANIFEST doio.c doop.c ext/IO/lib/IO/Handle.pm
21107           !> ext/IO/lib/IO/Seekable.pm ext/SDBM_File/Makefile.PL
21108           !> lib/ExtUtils/MM_Unix.pm lib/perl5db.pl makedef.pl perl.h
21109           !> perlio.c pp.c pp_sys.c toke.c utf8.c utf8.h win32/Makefile
21110           !> win32/config.bc win32/config.gc win32/config.vc
21111           !> win32/makefile.mk win32/win32.c win32/win32.h win32/win32sck.c
21112 ____________________________________________________________________________
21113 [  7685] By: jhi                                   on 2000/11/14  17:54:56
21114         Log: Integrate perlio.
21115      Branch: perl
21116           +> fakesdio.h perliol.h
21117           !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
21118           !> perlsdio.h perlsfio.h pod/perlfunc.pod
21119 ____________________________________________________________________________
21120 [  7684] By: nick                                  on 2000/11/14  17:43:04
21121         Log: PerlIO #include and #ifdef re-work.
21122      Branch: perlio
21123            + fakesdio.h perliol.h
21124            ! MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
21125            ! perlsdio.h perlsfio.h
21126 ____________________________________________________________________________
21127 [  7683] By: jhi                                   on 2000/11/14  15:42:40
21128         Log: Hoist the duplicated socket/netdb include logic to perl.h;
21129              undef SETERRNO in case SOCKS has defined it.  Based on:
21130              
21131              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
21132              From: Jens Hamisch <jens@Strawberry.COM> 
21133              Date: Tue, 14 Nov 2000 11:34:40 +0100
21134              Message-Id: <20001114113440.A20005@Strawberry.COM>
21135      Branch: perl
21136            ! doio.c perl.h pp_sys.c
21137 ____________________________________________________________________________
21138 [  7682] By: jhi                                   on 2000/11/14  14:07:28
21139         Log: Subject: some additions for makefiles for win32 (for perl@7674)
21140              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
21141              Date: Tue, 14 Nov 2000 09:31:13 +0300
21142              Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
21143      Branch: perl
21144            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
21145            ! win32/makefile.mk
21146 ____________________________________________________________________________
21147 [  7681] By: jhi                                   on 2000/11/14  14:01:41
21148         Log: Subject: tiny typo in perl5db.pl
21149              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
21150              Date: Tue, 14 Nov 2000 09:29:28 +0300
21151              Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
21152      Branch: perl
21153            ! lib/perl5db.pl
21154 ____________________________________________________________________________
21155 [  7680] By: jhi                                   on 2000/11/14  04:13:50
21156         Log: Redo #7679 with LFs instead of CRLFs.
21157      Branch: perl
21158            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
21159            ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
21160            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
21161 ____________________________________________________________________________
21162 [  7679] By: jhi                                   on 2000/11/14  01:21:09
21163         Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
21164              From: Benjamin Stuhl <tiriath@yahoo.com> 
21165              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
21166              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
21167      Branch: perl
21168            + win32/bin/mdelete.bat
21169            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
21170            ! makedef.pl perlio.c win32/Makefile win32/config.gc
21171            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
21172 ____________________________________________________________________________
21173 [  7678] By: jhi                                   on 2000/11/14  01:19:20
21174         Log: Fix the re extension building for Win32.
21175              
21176              Subject: [PATCH perl@7638] Get PerlIO building on Win32
21177              From: Benjamin Stuhl <tiriath@yahoo.com> 
21178              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
21179              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
21180      Branch: perl
21181            + ext/re/hints/MSWin32.pl
21182            ! MANIFEST
21183 ____________________________________________________________________________
21184 [  7677] By: jhi                                   on 2000/11/14  01:13:54
21185         Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
21186              From: sthoenna@efn.org
21187              Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
21188              Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
21189      Branch: perl
21190            ! doop.c pp.c toke.c utf8.c utf8.h
21191 ____________________________________________________________________________
21192 [  7676] By: jhi                                   on 2000/11/13  20:23:15
21193         Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
21194              From: Nicholas Clark <nick@ccl4.org>
21195              Date: Mon, 13 Nov 2000 18:55:04 +0000
21196              Message-ID: <20001113185504.J29183@plum.flirble.org>
21197      Branch: perl
21198            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
21199 ____________________________________________________________________________
21200 [  7675] By: nick                                  on 2000/11/13  20:21:57
21201         Log: Integrate mainline ...
21202      Branch: perlio
21203           !> Changes MANIFEST doop.c ext/IO/IO.xs ext/IO/lib/IO/Handle.pm
21204           !> ext/IO/lib/IO/Seekable.pm patchlevel.h perl.h perlio.c
21205           !> perlsfio.h pod/perlfunc.pod pod/perlunicode.pod pp.c regexp.h
21206           !> t/io/tell.t t/lib/io_xs.t t/op/bop.t utf8.c
21207 ____________________________________________________________________________
21208 [  7674] By: jhi                                   on 2000/11/13  15:07:56
21209         Log: Update Changes.
21210      Branch: perl
21211            ! Changes patchlevel.h
21212 ____________________________________________________________________________
21213 [  7673] By: jhi                                   on 2000/11/13  14:42:42
21214         Log: Remove the new two tests of lib/io_xs for now, they seem to
21215              fail under perlio on some platforms.
21216      Branch: perl
21217            ! t/lib/io_xs.t
21218 ____________________________________________________________________________
21219 [  7672] By: jhi                                   on 2000/11/13  13:57:53
21220         Log: Make PerlIO_getpos() to behave like fgetpos() on return.
21221      Branch: perl
21222            ! perlio.c
21223 ____________________________________________________________________________
21224 [  7671] By: jhi                                   on 2000/11/13  05:30:48
21225         Log: Placate nervous compilers that see longer than ints switch()ing.
21226      Branch: perl
21227            ! utf8.c
21228 ____________________________________________________________________________
21229 [  7670] By: jhi                                   on 2000/11/13  05:14:21
21230         Log: fputs() does return EOF on error but here we don't care.
21231      Branch: perl
21232            ! perlio.c
21233 ____________________________________________________________________________
21234 [  7669] By: jhi                                   on 2000/11/13  05:02:45
21235         Log: Declare reg_data like reg_substr_data.
21236      Branch: perl
21237            ! regexp.h
21238 ____________________________________________________________________________
21239 [  7668] By: jhi                                   on 2000/11/13  04:54:34
21240         Log: Typos in #7667.
21241      Branch: perl
21242            ! perl.h
21243 ____________________________________________________________________________
21244 [  7667] By: jhi                                   on 2000/11/13  04:49:49
21245         Log: Cleanup messy #ifdef.
21246      Branch: perl
21247            ! perl.h
21248 ____________________________________________________________________________
21249 [  7666] By: jhi                                   on 2000/11/13  04:17:34
21250         Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
21251              From: Nicholas Clark <nick@talking.bollo.cx>
21252              Date: Sun, 12 Nov 2000 21:14:11 +0000
21253              Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
21254              
21255              Note: only one breakage of the two reported is fixed by this patch.
21256      Branch: perl
21257            ! perlio.c
21258 ____________________________________________________________________________
21259 [  7665] By: jhi                                   on 2000/11/13  04:05:07
21260         Log: Tweak the definition of the bit complement on UTF-8 data:
21261              if none of the characters in the string are > 0xff,
21262              the result is a complemented byte string, not a (UTF-8)
21263              char string.  Based on the summary in
21264              
21265              Subject: Re: [ID 20000918.005] ~ on wide chars
21266              From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 
21267              Date: Fri, 10 Nov 2000 09:47:15 -0800
21268              Message-ID: <jSDD6gzkgi/T092yn@efn.org>
21269              
21270              This should give us the maximum backward (pre-char string)
21271              compatibility and utf8 compatibility.  The other alternative
21272              would be to limit the bit complement to be always byte only,
21273              taking the least significant byte of the chars.
21274      Branch: perl
21275            ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
21276 ____________________________________________________________________________
21277 [  7664] By: jhi                                   on 2000/11/13  00:23:44
21278         Log: Couple of tests from #7660 salvaged.
21279      Branch: perl
21280            - t/op/tell.t
21281            ! MANIFEST t/io/tell.t
21282 ____________________________________________________________________________
21283 [  7663] By: jhi                                   on 2000/11/13  00:02:48
21284         Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
21285              From: Nicholas Clark <nick@talking.bollo.cx>
21286              Date: Sun, 12 Nov 2000 21:23:43 +0000
21287              Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
21288      Branch: perl
21289            ! perlsfio.h
21290 ____________________________________________________________________________
21291 [  7662] By: jhi                                   on 2000/11/13  00:01:39
21292         Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
21293              From: Nicholas Clark <nick@talking.bollo.cx>
21294              Date: Sun, 12 Nov 2000 21:30:04 +0000
21295              Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
21296      Branch: perl
21297            ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
21298 ____________________________________________________________________________
21299 [  7661] By: jhi                                   on 2000/11/12  23:57:29
21300         Log: Document tell() on special streams.
21301      Branch: perl
21302            ! pod/perlfunc.pod
21303 ____________________________________________________________________________
21304 [  7660] By: jhi                                   on 2000/11/12  23:54:22
21305         Log: (Subsumed by #7664)
21306      Branch: perl
21307            + t/op/tell.t
21308            ! MANIFEST
21309 ____________________________________________________________________________
21310 [  7659] By: jhi                                   on 2000/11/12  22:55:25
21311         Log: Many subdocumented return values of the IO extension now documented.
21312              ungetc and write still left subdocumented.
21313              
21314              Subject: [PATCH] (was Re: IO::Handle::ungetc)
21315              From: Nicholas Clark <nick@talking.bollo.cx>
21316              Date: Sun, 12 Nov 2000 21:35:53 +0000
21317              Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
21318      Branch: perl
21319            ! ext/IO/lib/IO/Handle.pm
21320 ____________________________________________________________________________
21321 [  7658] By: jhi                                   on 2000/11/12  21:37:06
21322         Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
21323              From: Nicholas Clark <nick@talking.bollo.cx>
21324              Date: Sun, 12 Nov 2000 20:03:22 +0000
21325              Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
21326      Branch: perl
21327            ! pod/perlfunc.pod
21328 ____________________________________________________________________________
21329 [  7657] By: jhi                                   on 2000/11/12  20:34:55
21330         Log: Integrate perlio.
21331      Branch: perl
21332           !> perlio.c
21333 ____________________________________________________________________________
21334 [  7656] By: nick                                  on 2000/11/12  19:25:06
21335         Log: Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
21336      Branch: perlio
21337            ! perlio.c
21338 ____________________________________________________________________________
21339 [  7655] By: nick                                  on 2000/11/12  19:09:41
21340         Log: Integrate mainline
21341      Branch: perlio
21342           +> README.solaris ext/Encode/Encode/cp1006.enc
21343           +> ext/Encode/Encode/cp424.enc ext/Encode/Encode/cp856.enc
21344           +> ext/Encode/Encode/gsm0338.enc ext/Encode/Encode/iso8859-10.enc
21345           +> ext/Encode/Encode/iso8859-13.enc
21346           +> ext/Encode/Encode/iso8859-14.enc
21347           +> ext/Encode/Encode/iso8859-15.enc
21348           !> (integrate 34 files)
21349 ____________________________________________________________________________
21350 [  7654] By: jhi                                   on 2000/11/12  19:00:22
21351         Log: Add a metaconfig unit for fsync.
21352      Branch: metaconfig/U/perl
21353            + d_fsync.U
21354 ____________________________________________________________________________
21355 [  7653] By: jhi                                   on 2000/11/12  19:00:01
21356         Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
21357      Branch: perl
21358            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
21359            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
21360            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
21361            ! vos/config.ga.h win32/config.bc win32/config.gc
21362            ! win32/config.vc
21363 ____________________________________________________________________________
21364 [  7652] By: jhi                                   on 2000/11/11  21:12:01
21365         Log: Copy the s// information of README.hpux also to the perlrun.
21366      Branch: perl
21367            ! README.hpux pod/perlrun.pod
21368 ____________________________________________________________________________
21369 [  7651] By: jhi                                   on 2000/11/11  21:03:13
21370         Log: More README.solaris updates from Andy Dougherty.
21371      Branch: perl
21372            ! README.solaris
21373 ____________________________________________________________________________
21374 [  7650] By: jhi                                   on 2000/11/11  18:38:57
21375         Log: More descriptive error for unknown perlio layers.
21376              
21377              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
21378              From: Dominic Dunlop <domo@computer.org> 
21379              Date: Sat, 11 Nov 2000 18:20:32 +0100             
21380              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
21381      Branch: perl
21382            ! perlio.c pod/perldiag.pod
21383 ____________________________________________________________________________
21384 [  7649] By: jhi                                   on 2000/11/11  18:37:52
21385         Log: MachTen doesn't really do mmap() and munmap().
21386              
21387              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
21388              From: Dominic Dunlop <domo@computer.org> 
21389              Date: Sat, 11 Nov 2000 18:20:32 +0100             
21390              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
21391      Branch: perl
21392            ! hints/machten.sh
21393 ____________________________________________________________________________
21394 [  7648] By: jhi                                   on 2000/11/11  18:36:46
21395         Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
21396              From: rspier@pobox.com (Robert Spier)
21397              Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
21398              Message-ID: <14861.32839.491271.985797@rls.cx>
21399      Branch: perl
21400            ! Porting/Contract pod/perltoot.pod
21401 ____________________________________________________________________________
21402 [  7647] By: jhi                                   on 2000/11/11  18:35:30
21403         Log: Simplify the getpagesize() unit by dropping the
21404              pagesize probe since it's nowadays slightly more
21405              complicated because of sysconf(). (Note: if some
21406              platform really needs the -lPW for getpagesize,
21407              I just broke it.)
21408              
21409              TODO: a new pagesize unit.
21410      Branch: metaconfig
21411            ! U/compline/d_getpagsz.U
21412 ____________________________________________________________________________
21413 [  7646] By: jhi                                   on 2000/11/11  18:33:23
21414         Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
21415      Branch: perl
21416            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
21417            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
21418            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
21419            ! vos/config.ga.h win32/config.bc win32/config.gc
21420            ! win32/config.vc
21421 ____________________________________________________________________________
21422 [  7645] By: jhi                                   on 2000/11/11  16:45:15
21423         Log: Use sysconf() or getpagesize() to find out the pagesize.
21424      Branch: perl
21425            ! perlio.c
21426 ____________________________________________________________________________
21427 [  7644] By: jhi                                   on 2000/11/11  15:46:08
21428         Log: Integrate perlio.
21429      Branch: perl
21430           !> perlio.c
21431 ____________________________________________________________________________
21432 [  7643] By: jhi                                   on 2000/11/11  15:33:36
21433         Log: Subject: Re: [PATCH] README.solaris
21434              From: Lupe Christoph <lupe@lupe-christoph.de>
21435              Date: Sat, 11 Nov 2000 14:08:10 +0100
21436              Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
21437      Branch: perl
21438            ! README.solaris
21439 ____________________________________________________________________________
21440 [  7642] By: jhi                                   on 2000/11/11  15:22:12
21441         Log: Subject: [PATCH perl@7638] cygwin port
21442              From: "Eric Fifer" <egf7@columbia.edu>            
21443              Date: Fri, 10 Nov 2000 19:30:30 -0000
21444              Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
21445      Branch: perl
21446            ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
21447 ____________________________________________________________________________
21448 [  7641] By: nick                                  on 2000/11/11  14:50:36
21449         Log: Fixup mmap layer by doing mmap() calls on pagesize boundaries.
21450              Also call "Buf" layer directly when unread'ing non-read chars.
21451      Branch: perlio
21452            ! perlio.c
21453 ____________________________________________________________________________
21454 [  7640] By: jhi                                   on 2000/11/11  02:05:02
21455         Log: Add more encoding tables.
21456      Branch: perl
21457            + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
21458            + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
21459            + ext/Encode/Encode/iso8859-10.enc
21460            + ext/Encode/Encode/iso8859-13.enc
21461            + ext/Encode/Encode/iso8859-14.enc
21462            + ext/Encode/Encode/iso8859-15.enc
21463            ! MANIFEST
21464 ____________________________________________________________________________
21465 [  7639] By: jhi                                   on 2000/11/10  18:49:25
21466         Log: Subject: [PATCH] README.solaris
21467              From: Andy Dougherty <doughera@lafayette.edu>
21468              Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
21469              Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
21470      Branch: perl
21471            + README.solaris
21472            ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
21473            ! pod/perl.pod pod/perltoc.pod
21474 ____________________________________________________________________________
21475 [  7638] By: jhi                                   on 2000/11/10  15:04:15
21476         Log: Update Changes.
21477      Branch: perl
21478            ! Changes patchlevel.h
21479 ____________________________________________________________________________
21480 [  7637] By: jhi                                   on 2000/11/10  14:14:28
21481         Log: Explain better why certain regex tests are skipped.
21482              
21483              Subject: Re: tests skipped: unknown reason
21484              From: Lupe Christoph <lupe@lupe-christoph.de>
21485              Date: Fri, 10 Nov 2000 09:08:56 +0100
21486              Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
21487      Branch: perl
21488            ! t/op/regexp.t
21489 ____________________________________________________________________________
21490 [  7636] By: nick                                  on 2000/11/10  13:40:00
21491         Log: Integrate mainline.
21492      Branch: perlio
21493           !> emacs/cperl-mode.el ext/IO/lib/IO/Handle.pm hints/linux.sh
21494           !> hints/uts.sh lib/unicode/syllables.txt perlio.c
21495           !> win32/bin/search.pl
21496 ____________________________________________________________________________
21497 [  7635] By: nick                                  on 2000/11/10  13:25:52
21498         Log: Re-instate stdio large file support via perlio.
21499      Branch: perl
21500            ! perlio.c
21501 ____________________________________________________________________________
21502 [  7634] By: jhi                                   on 2000/11/10  04:49:55
21503         Log: Amdahl UTS hints updates.
21504              
21505              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
21506              From: hom00@utsglobal.com (Harold O Morris)
21507              Date: Thu, 9 Nov 2000 20:02 PST
21508              Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
21509      Branch: perl
21510            ! hints/uts.sh
21511 ____________________________________________________________________________
21512 [  7633] By: jhi                                   on 2000/11/09  23:33:28
21513         Log: Subject: [PATCH] IO::Seekable pod
21514              From: Nicholas Clark <nick@talking.bollo.cx>
21515              Date: Thu, 9 Nov 2000 20:29:45 +0000
21516              Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
21517      Branch: perl
21518            ! ext/IO/lib/IO/Handle.pm
21519 ____________________________________________________________________________
21520 [  7632] By: jhi                                   on 2000/11/09  21:55:41
21521         Log: Various doc oddball characters.
21522              
21523              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
21524              From: Michael Somos <somos@grail.cba.csuohio.edu>
21525              Date: Mon, 6 Nov 2000 17:44:20 -0500
21526              Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
21527      Branch: perl
21528            ! emacs/cperl-mode.el lib/unicode/syllables.txt
21529            ! win32/bin/search.pl
21530 ____________________________________________________________________________
21531 [  7631] By: jhi                                   on 2000/11/09  21:12:29
21532         Log: Subject: Re: bash -c exit and linux hints 
21533              From: "John P. Linderman" <jpl@research.att.com>
21534              Date: Thu, 02 Nov 2000 09:37:25 -0500
21535              Message-Id: <200011021437.JAA63199@raptor.research.att.com>
21536      Branch: perl
21537            ! hints/linux.sh
21538 ____________________________________________________________________________
21539 [  7630] By: nick                                  on 2000/11/09  20:34:11
21540         Log: Integrate mainline.
21541      Branch: perlio
21542           !> (integrate 91 files)
21543 ____________________________________________________________________________
21544 [  7629] By: jhi                                   on 2000/11/09  19:46:31
21545         Log: Missing dTHXs.
21546              
21547              Subject: RE: perl@7595 builds not on cygwin
21548              From: "Eric Fifer" <egf7@columbia.edu>
21549              Date: Thu, 9 Nov 2000 19:26:50 -0000
21550              Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
21551      Branch: perl
21552            ! ext/Devel/Peek/Peek.xs
21553 ____________________________________________________________________________
21554 [  7628] By: jhi                                   on 2000/11/09  14:48:27
21555         Log: Disable only the tests 99 and 166 for UTF-8 locales.
21556      Branch: perl
21557            ! t/pragma/locale.t
21558 ____________________________________________________________________________
21559 [  7627] By: jhi                                   on 2000/11/09  14:40:27
21560         Log: There's no =head3.
21561      Branch: perl
21562            ! pod/perlhack.pod
21563 ____________________________________________________________________________
21564 [  7626] By: jhi                                   on 2000/11/09  13:54:26
21565         Log: The generated boot_* headers are wrong.  Pickier compiler,
21566              such as KAI C++ will refuse to compile the resulting perlmain.
21567              
21568              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
21569              From: Harri Pasanen <harri.pasanen@trema.com>
21570              Date: Thu, 09 Nov 2000 14:23:28 +0100
21571              Message-Id: <3A0AA550.26D548A3@trema.com>
21572      Branch: perl
21573            ! minimod.pl
21574 ____________________________________________________________________________
21575 [  7625] By: jhi                                   on 2000/11/09  13:50:44
21576         Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
21577              From: Prymmer/Kahn <pvhp@best.com>
21578              Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
21579              Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
21580              
21581              All except the "cow orker" change.
21582      Branch: perl
21583            ! Porting/pumpkin.pod
21584 ____________________________________________________________________________
21585 [  7624] By: jhi                                   on 2000/11/09  13:45:33
21586         Log: Fix for
21587              
21588              Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
21589              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
21590              Date: Thu, 09 Nov 2000 11:05:52 +0100
21591              Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
21592      Branch: perl
21593            ! pod/perldiag.pod t/pragma/warn/pp_sys
21594 ____________________________________________________________________________
21595 [  7623] By: jhi                                   on 2000/11/09  13:37:16
21596         Log: Typo in an ifndef.
21597              
21598              Subject: Re: [PATCH 5.7.0] better messages from malloc()
21599              From: Joe Smith <jms@inwap.com>         
21600              Date: Thu, 09 Nov 2000 01:33:14 -0800
21601              Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
21602      Branch: perl
21603            ! malloc.c
21604 ____________________________________________________________________________
21605 [  7622] By: jhi                                   on 2000/11/09  13:31:18
21606         Log: Remove unused extra arguments.
21607      Branch: metaconfig/U/perl
21608            ! perlxv.U
21609      Branch: perl
21610            ! Configure config_h.SH
21611 ____________________________________________________________________________
21612 [  7621] By: jhi                                   on 2000/11/09  13:16:36
21613         Log: More VMS moves on environment handling, from Charles Lane.
21614      Branch: perl
21615            ! t/pragma/locale.t
21616 ____________________________________________________________________________
21617 [  7620] By: jhi                                   on 2000/11/09  04:42:38
21618         Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
21619              From: David Dyck <dcd@tc.fluke.com>
21620              Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
21621              Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
21622      Branch: perl
21623            ! pp_sys.c
21624 ____________________________________________________________________________
21625 [  7619] By: jhi                                   on 2000/11/09  04:36:21
21626         Log: Forgot from #7618.
21627      Branch: perl
21628            ! lib/File/stat.pm
21629 ____________________________________________________________________________
21630 [  7618] By: jhi                                   on 2000/11/09  04:28:44
21631         Log: Make deleting for %ENV work for (newer versions of) VMS,
21632              from Craig A. Berry.
21633      Branch: perl
21634            ! vms/vms.c
21635 ____________________________________________________________________________
21636 [  7617] By: jhi                                   on 2000/11/09  04:25:05
21637         Log: Subject: [PATCH] Class::Struct at compile time
21638              From: "Casey R. Tweten" <crt@kiski.net>
21639              Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
21640              Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
21641      Branch: perl
21642            ! lib/Class/Struct.pm
21643 ____________________________________________________________________________
21644 [  7616] By: jhi                                   on 2000/11/09  04:15:17
21645         Log: Subject: [ID 20001108.013] spelling
21646              From: "Todd T. Fries" <todd@fries.int.mrleng.com>
21647              Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
21648              Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
21649      Branch: perl
21650            ! lib/ftp.pl
21651 ____________________________________________________________________________
21652 [  7615] By: jhi                                   on 2000/11/09  04:12:42
21653         Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
21654              From: Peter Prymmer <pvhp@forte.com>
21655              Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
21656              Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
21657      Branch: perl
21658            ! configure.com
21659 ____________________________________________________________________________
21660 [  7614] By: jhi                                   on 2000/11/08  22:42:55
21661         Log: A missing aTHX_.
21662      Branch: perl
21663            ! ext/IPC/SysV/SysV.xs
21664 ____________________________________________________________________________
21665 [  7613] By: jhi                                   on 2000/11/08  19:30:21
21666         Log: Update Changes.
21667      Branch: perl
21668            ! Changes patchlevel.h
21669 ____________________________________________________________________________
21670 [  7612] By: jhi                                   on 2000/11/08  18:35:25
21671         Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
21672              From: David Dyck <dcd@tc.fluke.com>
21673              Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
21674              Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
21675      Branch: perl
21676            ! pp_sys.c
21677 ____________________________________________________________________________
21678 [  7611] By: jhi                                   on 2000/11/08  18:30:26
21679         Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
21680              From: Dominic Dunlop <domo@computer.org>
21681              Date: Tue, 7 Nov 2000 12:05:25 +0100
21682              Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
21683      Branch: perl
21684            ! malloc.c
21685 ____________________________________________________________________________
21686 [  7610] By: jhi                                   on 2000/11/08  18:25:14
21687         Log: Do not test UTF-8 locales since that the tests would require
21688              polymorphic regexen.
21689      Branch: perl
21690            ! t/pragma/locale.t
21691 ____________________________________________________________________________
21692 [  7609] By: jhi                                   on 2000/11/08  17:12:51
21693         Log: Locale buglets.
21694              
21695              Subject: RE: Locales support (setlocale) fixes
21696              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
21697              Date: Wed, 8 Nov 2000 20:01:39 +0300
21698              Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
21699      Branch: perl
21700            ! t/pragma/locale.t util.c
21701 ____________________________________________________________________________
21702 [  7608] By: jhi                                   on 2000/11/08  17:00:16
21703         Log: Deleting $ENV{PATH} in VMS is not recommendable.
21704      Branch: perl
21705            ! t/pragma/locale.t
21706 ____________________________________________________________________________
21707 [  7607] By: jhi                                   on 2000/11/08  16:58:26
21708         Log: Subject: PATCH std stdio for (Free)BSD
21709              From: Nicholas Clark <nick@ccl4.org>
21710              Date: Wed, 8 Nov 2000 15:36:29 +0000
21711              Message-ID: <20001108153629.D98736@plum.flirble.org>
21712      Branch: metaconfig
21713            ! U/compline/d_stdstdio.U
21714      Branch: perl
21715            ! Configure config_h.SH
21716 ____________________________________________________________________________
21717 [  7606] By: jhi                                   on 2000/11/08  16:43:31
21718         Log: Forgot to bump the line numbers in #7601.
21719      Branch: perl
21720            ! t/pragma/warn/pp_sys
21721 ____________________________________________________________________________
21722 [  7605] By: jhi                                   on 2000/11/08  16:39:12
21723         Log: More careful detection of how well NVs and UVs mix.
21724              
21725              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))
21726              From: Nicholas Clark <nick@ccl4.org>
21727              Date: Wed, 8 Nov 2000 15:14:12 +0000
21728              Message-ID: <20001108151412.B98736@plum.flirble.org>
21729              
21730              Added some SIGFPE paranoia.
21731      Branch: metaconfig/U/perl
21732            ! perlxv.U
21733      Branch: perl
21734            ! Configure config_h.SH
21735 ____________________________________________________________________________
21736 [  7604] By: jhi                                   on 2000/11/08  14:39:10
21737         Log: Subject: [patch perl@7595] VMS configure.com tweak
21738              From: "Craig A. Berry" <craigberry@mac.com>
21739              Date: Wed, 8 Nov 2000 00:24:12 -0600
21740              Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
21741      Branch: perl
21742            ! configure.com
21743 ____________________________________________________________________________
21744 [  7603] By: jhi                                   on 2000/11/08  14:27:11
21745         Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
21746              From: Robin Barker <rmb1@cise.npl.co.uk>
21747              Date: Wed, 8 Nov 2000 11:11:39 GMT
21748              Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
21749      Branch: perl
21750            ! perlio.c
21751 ____________________________________________________________________________
21752 [  7602] By: jhi                                   on 2000/11/08  14:25:03
21753         Log: Fix for the tie-refhash string table leaks.
21754              
21755              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
21756              Date: Wed, 8 Nov 2000 13:03:04 GMT
21757              Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
21758      Branch: perl
21759            ! t/lib/tie-refhash.t
21760 ____________________________________________________________________________
21761 [  7601] By: jhi                                   on 2000/11/08  14:21:08
21762         Log: Try to avoid flockless and emulationless places.
21763      Branch: perl
21764            ! t/pragma/warn/pp_sys
21765 ____________________________________________________________________________
21766 [  7600] By: jhi                                   on 2000/11/08  02:28:54
21767         Log: Overrideable keys, each, pop, push, shift, splice, unshift.
21768              
21769              Subject: [PATCH] prototyped functions that should be overrideable
21770              From: "Casey R. Tweten" <crt@kiski.net>
21771              Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
21772              Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
21773      Branch: perl
21774            ! toke.c
21775 ____________________________________________________________________________
21776 [  7599] By: jhi                                   on 2000/11/08  01:12:05
21777         Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
21778              
21779              Subject: [PATCH] perlbug.PL
21780              From: "Kurt D. Starsinic" <kstar@chapin.edu>
21781              Date: Mon, 6 Nov 2000 21:39:01 -0500
21782              Message-ID: <20001106213901.B20955@O2.chapin.edu>
21783      Branch: perl
21784            ! utils/perlbug.PL
21785 ____________________________________________________________________________
21786 [  7598] By: jhi                                   on 2000/11/07  23:42:00
21787         Log: Bad thinko in #7581 (I used the test program with the expanded
21788              values as-is).
21789      Branch: metaconfig
21790            ! U/compline/d_stdstdio.U
21791      Branch: perl
21792            ! Configure
21793 ____________________________________________________________________________
21794 [  7597] By: jhi                                   on 2000/11/07  21:43:29
21795         Log: Subject: [PATCH perl@7573] cygwin port
21796              From: "Fifer, Eric" <EFifer@sanwaint.com>
21797              Date: Tue, 7 Nov 2000 18:08:51 -0000 
21798              Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
21799              
21800              Synchronize with Cygwin 1.1.5.
21801      Branch: perl
21802            ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
21803            ! pod/perlport.pod unixish.h util.c
21804 ____________________________________________________________________________
21805 [  7596] By: jhi                                   on 2000/11/07  21:39:25
21806         Log: perlhack updates from H.Merijn Brand.
21807      Branch: perl
21808            ! pod/perlhack.pod
21809 ____________________________________________________________________________
21810 [  7595] By: jhi                                   on 2000/11/07  20:21:41
21811         Log: Update Changes.
21812      Branch: perl
21813            ! Changes patchlevel.h
21814 ____________________________________________________________________________
21815 [  7594] By: jhi                                   on 2000/11/07  19:18:58
21816         Log: Be more robust in Dynaloader.pm.
21817      Branch: perl
21818            ! ext/DynaLoader/DynaLoader_pm.PL
21819 ____________________________________________________________________________
21820 [  7593] By: jhi                                   on 2000/11/07  16:49:31
21821         Log: AUTHORS update.
21822      Branch: perl
21823            ! AUTHORS
21824 ____________________________________________________________________________
21825 [  7592] By: gsar                                  on 2000/11/07  16:39:51
21826         Log: normalize relative paths in virtualized current directory on windows,
21827              under ithreads (avoids ".." etc showing up in what Cwd::cwd()
21828              returns)
21829      Branch: perl
21830            ! win32/vdir.h
21831 ____________________________________________________________________________
21832 [  7591] By: jhi                                   on 2000/11/07  16:04:26
21833         Log: Too profiler-happy: with optimization the #7590 actually makes
21834              the test to run 0.5% _slower_.  Requires much more instrumentation.
21835              Retract #7590.
21836      Branch: perl
21837            ! regcomp.c regcomp.h
21838 ____________________________________________________________________________
21839 [  7590] By: jhi                                   on 2000/11/07  15:51:13
21840         Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
21841              execution time in regcomp.c S_cl_any() and S_cl_is_anything()
21842              by using memset() and testing bytewise (as opposed to bitwise).
21843      Branch: perl
21844            ! regcomp.c regcomp.h
21845 ____________________________________________________________________________
21846 [  7589] By: jhi                                   on 2000/11/07  12:56:39
21847         Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
21848              From: "Craig A. Berry" <craig.berry@psinetcs.com>
21849              Date: Mon, 06 Nov 2000 23:45:30 -0500
21850              Message-Id: <0011079735.AA973576259@univpress.com>
21851      Branch: perl
21852            ! configure.com t/lib/st-lock.t
21853 ____________________________________________________________________________
21854 [  7588] By: jhi                                   on 2000/11/07  01:03:28
21855         Log: Tweak #7587.
21856      Branch: perl
21857            ! pod/perldiag.pod
21858 ____________________________________________________________________________
21859 [  7587] By: jhi                                   on 2000/11/07  01:00:27
21860         Log: A doc addition for bug id 20001105.019, beware \p.
21861      Branch: perl
21862            ! pod/perldiag.pod
21863 ____________________________________________________________________________
21864 [  7586] By: jhi                                   on 2000/11/07  00:32:22
21865         Log: Fake support of holey files in win/dosish platforms.
21866              
21867              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
21868              From: kipp@shonanblue.ne.jp
21869              Date: Mon, 6 Nov 2000 13:30:55 -0800
21870              Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
21871      Branch: perl
21872            ! ext/SDBM_File/sdbm/sdbm.c
21873 ____________________________________________________________________________
21874 [  7585] By: jhi                                   on 2000/11/07  00:12:54
21875         Log: Subject: Pod updates
21876              From: "Stephen P. Potter" <spp@spotter.yi.org>
21877              Date: Mon, 06 Nov 2000 18:56:43 -0500
21878              Message-Id: <200011062357.SAA18173@spotter.yi.org>
21879      Branch: perl
21880            ! README.dos README.os2 README.win32 pod/buildtoc.PL
21881            ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
21882            ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
21883            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
21884            ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
21885            ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
21886            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
21887            ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
21888            ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
21889            ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
21890            ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
21891            ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
21892            ! pod/perltootc.pod pod/perlunicode.pod
21893 ____________________________________________________________________________
21894 [  7584] By: jhi                                   on 2000/11/07  00:04:17
21895         Log: Varargs don't always work too well if one puts an unsigned
21896              char on the stack and pop an unsigned quad off the stack.
21897              
21898              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
21899              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)         
21900              Date: Mon, 06 Nov 2000 15:19:05 -0800
21901              Message-ID: <pxzB6gzkgKXY092yn@efn.org>  
21902      Branch: perl
21903            ! utf8.c
21904 ____________________________________________________________________________
21905 [  7583] By: jhi                                   on 2000/11/06  23:58:48
21906         Log: %ENV note tweaks from Dan Sugalski.
21907      Branch: perl
21908            ! pod/perlport.pod vms/perlvms.pod
21909 ____________________________________________________________________________
21910 [  7582] By: jhi                                   on 2000/11/06  23:05:49
21911         Log: glibc5 detection by __GNU_LIBRARY__.
21912      Branch: perl
21913            ! toke.c
21914 ____________________________________________________________________________
21915 [  7581] By: jhi                                   on 2000/11/06  22:51:29
21916         Log: Make the stdio test program of 7427 less noisy while being 
21917              compiled so that Digital UNIX wouldn't get both
21918              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
21919              undefined.  This makes perlio happy.
21920      Branch: metaconfig
21921            ! U/compline/d_stdstdio.U
21922      Branch: perl
21923            ! Configure config_h.SH
21924 ____________________________________________________________________________
21925 [  7580] By: jhi                                   on 2000/11/06  22:41:41
21926         Log: Document %ENV = () portability issues.
21927      Branch: perl
21928            ! pod/perlport.pod vms/perlvms.pod
21929 ____________________________________________________________________________
21930 [  7579] By: jhi                                   on 2000/11/06  21:29:24
21931         Log: VOS updates from Paul Green.
21932      Branch: perl
21933            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
21934 ____________________________________________________________________________
21935 [  7578] By: jhi                                   on 2000/11/06  21:00:40
21936         Log: Sanitize the environment further.
21937      Branch: perl
21938            ! t/pragma/locale.t
21939 ____________________________________________________________________________
21940 [  7577] By: jhi                                   on 2000/11/06  20:53:51
21941         Log: Re-introduce 7552 lost in integration.
21942      Branch: perl
21943            ! perlio.c
21944 ____________________________________________________________________________
21945 [  7576] By: jhi                                   on 2000/11/06  20:33:46
21946         Log: Admit that the test leaks scalars.
21947      Branch: perl
21948            ! t/comp/proto.t
21949 ____________________________________________________________________________
21950 [  7575] By: jhi                                   on 2000/11/06  20:17:08
21951         Log: Integrate perlio.
21952      Branch: perl
21953           !> perlio.c
21954 ____________________________________________________________________________
21955 [  7574] By: nick                                  on 2000/11/06  20:07:28
21956         Log: Remove debug. Try (Mmap_t) on madvise() call.
21957      Branch: perlio
21958            ! perlio.c
21959 ____________________________________________________________________________
21960 [  7573] By: jhi                                   on 2000/11/06  13:56:05
21961         Log: Update Changes.
21962      Branch: perl
21963            ! Changes patchlevel.h
21964 ____________________________________________________________________________
21965 [  7572] By: jhi                                   on 2000/11/06  13:48:41
21966         Log: Subject: Re: rsync'ed patches vs. rsync'ed source
21967              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
21968              Date: Mon, 06 Nov 2000 10:11:42 +0100
21969              Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
21970      Branch: perl
21971            ! pod/perlhack.pod
21972 ____________________________________________________________________________
21973 [  7571] By: jhi                                   on 2000/11/06  01:45:51
21974         Log: AUTHORS updates.
21975      Branch: perl
21976            ! AUTHORS
21977 ____________________________________________________________________________
21978 [  7570] By: jhi                                   on 2000/11/06  00:18:00
21979         Log: Fix for
21980              
21981              Subject: [ID 20000728.005] perl -P broken
21982              From: David Dyck <dcd@tc.fluke.com>
21983              Date: Fri, 28 Jul 2000 17:19:16 -0700
21984              Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
21985              
21986              (hopefully).  The fix is also not complete, it seems to break
21987              BOM swallowing for libc5 systems, but until someone figures
21988              out a way to do this without ftell(), this will do.
21989      Branch: perl
21990            ! toke.c
21991 ____________________________________________________________________________
21992 [  7569] By: jhi                                   on 2000/11/06  00:05:30
21993         Log: Document that the evaled syntax errors cause scalar leaks.
21994      Branch: perl
21995            ! t/comp/proto.t
21996 ____________________________________________________________________________
21997 [  7568] By: jhi                                   on 2000/11/05  23:14:47
21998         Log: opmini.o can linger from Configures past.
21999      Branch: perl
22000            ! Makefile.SH
22001 ____________________________________________________________________________
22002 [  7567] By: jhi                                   on 2000/11/05  21:28:39
22003         Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
22004              first argument correctly.
22005      Branch: perl
22006            ! perlio.c
22007 ____________________________________________________________________________
22008 [  7566] By: jhi                                   on 2000/11/05  21:15:56
22009         Log: Integrate perlio.
22010      Branch: perl
22011           !> perlio.c
22012 ____________________________________________________________________________
22013 [  7565] By: jhi                                   on 2000/11/05  21:15:13
22014         Log: Use -dM for gcc (the suggested patch did it only for Linux,
22015              but I think it can be generalized).
22016              
22017              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
22018              From: Pixel <pixel@mandrakesoft.com>
22019              Date: 05 Nov 2000 21:49:34 +0100 
22020              Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
22021      Branch: perl
22022            ! ext/Errno/Errno_pm.PL
22023 ____________________________________________________________________________
22024 [  7564] By: nick                                  on 2000/11/05  21:09:18
22025         Log: Added a mmap layer as a "subclass" of perlio.
22026              PERLIO=mmap ./perl harness passes
22027      Branch: perlio
22028            ! perlio.c
22029 ____________________________________________________________________________
22030 [  7563] By: jhi                                   on 2000/11/05  19:48:55
22031         Log: Add a note for future generations about bug id 20000229.006.
22032      Branch: perl
22033            ! malloc.c
22034 ____________________________________________________________________________
22035 [  7562] By: jhi                                   on 2000/11/05  19:38:24
22036         Log: Fix for bug id 19990615.008, pos() unset during s///ge.
22037      Branch: perl
22038            ! pp_ctl.c t/op/pos.t
22039 ____________________________________________________________________________
22040 [  7561] By: jhi                                   on 2000/11/05  18:21:46
22041         Log: Add =pod to be tidy.
22042      Branch: perl
22043            ! lib/Math/Complex.pm
22044 ____________________________________________________________________________
22045 [  7560] By: jhi                                   on 2000/11/05  17:38:46
22046         Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
22047      Branch: perl
22048            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
22049            ! ext/Storable/Storable.xs t/lib/st-recurse.t
22050 ____________________________________________________________________________
22051 [  7559] By: jhi                                   on 2000/11/05  17:32:59
22052         Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
22053              From: "Peter J. Farley III" <pjfarley@banet.net>
22054              Date: Sun, 05 Nov 2000 11:55:59 -0500
22055              Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net> 
22056      Branch: perl
22057            ! t/lib/syslog.t
22058 ____________________________________________________________________________
22059 [  7558] By: jhi                                   on 2000/11/05  17:29:19
22060         Log: Integrate perlio.
22061      Branch: perl
22062           !> perlio.c
22063 ____________________________________________________________________________
22064 [  7557] By: jhi                                   on 2000/11/05  17:22:01
22065         Log: A fix of sorts for 20000329.026, a better error message
22066              for a missing "use charnames" when using the \N{...}. 
22067      Branch: perl
22068            ! pod/perldiag.pod toke.c
22069 ____________________________________________________________________________
22070 [  7556] By: jhi                                   on 2000/11/05  16:33:50
22071         Log: Test tweak: show also the failed locales.
22072              
22073              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
22074              From: Lupe Christoph <lupe@lupe-christoph.de>         
22075              Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
22076              Message-Id: <200011051139.MAA12442@lupe-christoph.de>
22077      Branch: perl
22078            ! t/pragma/locale.t
22079 ____________________________________________________________________________
22080 [  7555] By: nick                                  on 2000/11/05  11:09:34
22081         Log: Fix read from STDERR on raw unix layer for Solaris where fd 2 is
22082              open RDWR so does not fail. (pragma/warnings 303 again...)
22083      Branch: perlio
22084            ! perlio.c
22085 ____________________________________________________________________________
22086 [  7554] By: nick                                  on 2000/11/05  10:10:13
22087         Log: Fix case where ungetc(f,EOF) was allowed.
22088              Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
22089              so we can see similarities.
22090              Use types more carefully and a STDCHAR array in hope that this will
22091              fix Jarrko's 64bit machine.
22092      Branch: perlio
22093            ! perlio.c
22094 ____________________________________________________________________________
22095 [  7553] By: jhi                                   on 2000/11/05  01:12:16
22096         Log: Fix for
22097              
22098              Subject: [ID 20001004.007] taint propogation is inconsistent
22099              From: pimlott@idiomtech.com (Andrew Pimlott) 
22100              Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
22101              Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
22102              
22103              The culprit was sv_setsv() which was rather blindly
22104              propagating taint, which lead to behaviour where if
22105              a tainted anon hash value was seen all the hash values
22106              from then on at that level became tainted, or at any
22107              upper levels in the case of nested anon hashes.
22108      Branch: perl
22109            ! sv.c t/op/taint.t
22110 ____________________________________________________________________________
22111 [  7552] By: jhi                                   on 2000/11/04  23:44:18
22112         Log: Some cpps don't like splitting conditionals across several lines.
22113      Branch: perl
22114            ! perlio.c
22115 ____________________________________________________________________________
22116 [  7551] By: nick                                  on 2000/11/04  23:40:44
22117         Log: Integrate mainline
22118      Branch: perlio
22119           !> pp_hot.c t/op/taint.t
22120 ____________________________________________________________________________
22121 [  7550] By: nick                                  on 2000/11/04  23:39:05
22122         Log: Integrate mainline again
22123      Branch: perlio
22124           !> Configure config_h.SH embed.h embed.pl perl.h proto.h
22125           !> t/lib/b.t t/op/misc.t util.c
22126 ____________________________________________________________________________
22127 [  7549] By: jhi                                   on 2000/11/04  23:14:01
22128         Log: Fix for
22129              
22130              Subject: [ID 20001004.006] undef is never tainted
22131              From: pimlott@idiomtech.com (Andrew Pimlott)
22132              Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
22133              Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
22134              
22135              An undef read from a slurped file was not tainted.
22136      Branch: perl
22137            ! pp_hot.c t/op/taint.t
22138 ____________________________________________________________________________
22139 [  7548] By: jhi                                   on 2000/11/04  22:56:21
22140         Log: Test tweak ($Config{useperlio} is by default undef) .
22141      Branch: perl
22142            ! t/lib/b.t
22143 ____________________________________________________________________________
22144 [  7547] By: jhi                                   on 2000/11/04  22:43:56
22145         Log: Integrate perlio.
22146      Branch: perl
22147           +> lib/perlio.pm
22148           !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
22149           !> pod/perlapi.pod t/lib/b.t
22150 ____________________________________________________________________________
22151 [  7546] By: jhi                                   on 2000/11/04  22:40:59
22152         Log: Configure would use a bad $myuname from an old config.sh.
22153              
22154              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
22155              From: Andy Dougherty <doughera@lafayette.edu>
22156              Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
22157              Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
22158      Branch: metaconfig
22159            ! U/modified/Oldconfig.U
22160      Branch: perl
22161            ! Configure config_h.SH
22162 ____________________________________________________________________________
22163 [  7545] By: jhi                                   on 2000/11/04  22:36:54
22164         Log: Subject: Locales support (setlocale) fixes
22165              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
22166              Date: Sat, 4 Nov 2000 10:15:48 +0300 
22167              Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
22168              
22169              Modified quite a bit to be more portable.
22170      Branch: perl
22171            ! embed.h embed.pl perl.h proto.h util.c
22172 ____________________________________________________________________________
22173 [  7544] By: jhi                                   on 2000/11/04  22:32:47
22174         Log: Dying is too strict here, better just skip.
22175      Branch: perl
22176            ! t/op/misc.t
22177 ____________________________________________________________________________
22178 [  7543] By: nick                                  on 2000/11/04  21:55:13
22179         Log: Merge mainline
22180      Branch: perlio
22181           +> ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
22182           +> ext/Encode/Encode/posix-bc.enc ext/re/hints/aix.pl
22183           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
22184           !> (integrate 64 files)
22185 ____________________________________________________________________________
22186 [  7542] By: jhi                                   on 2000/11/04  21:09:28
22187         Log: More Changes tweakery.
22188      Branch: perl
22189            ! Changes Porting/genlog
22190 ____________________________________________________________________________
22191 [  7541] By: jhi                                   on 2000/11/04  20:58:18
22192         Log: Changes fixups.
22193      Branch: perl
22194            ! Changes
22195 ____________________________________________________________________________
22196 [  7540] By: jhi                                   on 2000/11/04  20:42:38
22197         Log: Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
22198              create a "fast path" for locale name probing using "locale -a"
22199              if available, squash finally hopefully the s?printf resetting
22200              the numeric locale (since, IIUC perllocale, it never shouldn't). 
22201      Branch: perl
22202            ! sv.c t/op/misc.t t/pragma/locale.t
22203 ____________________________________________________________________________
22204 [  7539] By: nick                                  on 2000/11/04  19:56:10
22205         Log: PerlIO infrastructure complete.
22206      Branch: perlio
22207            + lib/perlio.pm
22208            ! MANIFEST iperlsys.h perlio.c t/lib/b.t
22209 ____________________________________________________________________________
22210 [  7538] By: nick                                  on 2000/11/04  14:31:32
22211         Log: Type tweaks + less contorted allocation scheme
22212      Branch: perlio
22213            ! perlio.c
22214 ____________________________________________________________________________
22215 [  7537] By: nick                                  on 2000/11/04  12:40:42
22216         Log: Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
22217              a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
22218              fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
22219              sensible) which lead to some interesting fails.
22220      Branch: perlio
22221            ! perlio.c
22222 ____________________________________________________________________________
22223 [  7536] By: jhi                                   on 2000/11/04  00:20:02
22224         Log: Add FCNTL_CAN_LOCK.
22225              
22226              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
22227              From: Andy Dougherty <doughera@lafayette.edu>
22228              Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
22229              Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
22230              
22231              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
22232              From: Andy Dougherty <doughera@lafayette.edu>
22233              In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
22234              Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
22235      Branch: metaconfig/U/perl
22236            + d_fcntl_can_lock.U
22237            ! startperl.U
22238      Branch: perl
22239            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
22240            ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
22241            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
22242            ! vos/config.ga.h win32/config.bc win32/config.gc
22243            ! win32/config.vc
22244 ____________________________________________________________________________
22245 [  7535] By: nick                                  on 2000/11/03  22:19:10
22246         Log: Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
22247              - Works on Linux with
22248              perlio + unix
22249              stdio
22250              - Works on Solaris with
22251              perlio + unix
22252              - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
22253              - Fails (hangs in openpid) if you try and stack
22254              perlio + stdio - Linux stdio's read() logic is hanging.
22255      Branch: perlio
22256            ! iperlsys.h perlio.c
22257 ____________________________________________________________________________
22258 [  7534] By: jhi                                   on 2000/11/03  15:16:02
22259         Log: Subject: Re: README.aix
22260              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22261              Date: Fri, 03 Nov 2000 16:03:15 +0100
22262              Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
22263      Branch: perl
22264            ! README.aix
22265 ____________________________________________________________________________
22266 [  7533] By: jhi                                   on 2000/11/03  03:59:02
22267         Log: Subject: [PATCH 5.7.0] better messages from malloc()
22268              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22269              Date: Wed, 1 Nov 2000 23:39:56 -0500
22270              Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
22271      Branch: perl
22272            ! malloc.c pod/perldiag.pod
22273 ____________________________________________________________________________
22274 [  7532] By: jhi                                   on 2000/11/03  00:11:56
22275         Log: The #7521 touched things it shouldn't have.
22276      Branch: perl
22277            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
22278 ____________________________________________________________________________
22279 [  7531] By: jhi                                   on 2000/11/02  22:32:33
22280         Log: Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
22281              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
22282              Date:     Thu, 2 Nov 2000 16:58:36 EST
22283              Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
22284      Branch: perl
22285            ! vms/gen_shrfls.pl
22286 ____________________________________________________________________________
22287 [  7530] By: jhi                                   on 2000/11/02  22:08:49
22288         Log: Fix the problem discussed in
22289              
22290              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
22291              Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST) 
22292              Message-Id: <200010160148.EAA14523@alpha.hut.fi> 
22293              
22294              originally from Linc Madison.  Also Andreas König's comments
22295              taken into account.  Some other problems with Tie::SubstrHash
22296              fixed: didn't croak when the table exceeded the requested number
22297              of entries (as documented) but instead when the number of entries
22298              exceeded the size of the table, a croak() had an unnecessary \n,
22299              didn't have a CLEAR method, documented that there is no exists().
22300              Didn't fix to be strict-proof because the module uses &foo; and
22301              dynamic scope.  Added a test script exercizing both first tamely 
22302              the basic functionality, and then the failure cases reported by
22303              Linc Madison.
22304      Branch: perl
22305            + t/lib/tie-substrhash.t
22306            ! MANIFEST lib/Tie/SubstrHash.pm
22307 ____________________________________________________________________________
22308 [  7529] By: jhi                                   on 2000/11/02  17:58:08
22309         Log: recv() can fail and return undef.
22310              
22311              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
22312              From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
22313              Date: Thu, 2 Nov 2000 20:12:20 +0300
22314              Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
22315      Branch: perl
22316            ! lib/Net/Ping.pm
22317 ____________________________________________________________________________
22318 [  7528] By: jhi                                   on 2000/11/02  17:49:09
22319         Log: Detpyo.
22320      Branch: perl
22321            ! pod/perlop.pod
22322 ____________________________________________________________________________
22323 [  7527] By: jhi                                   on 2000/11/02  15:48:37
22324         Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
22325              fix a autovivification bug in Tie::RefHash, add tests for both.
22326              
22327              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
22328              From: Edward Avis <epa98@doc.ic.ac.uk>
22329              Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
22330              Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
22331      Branch: perl
22332            + t/lib/tie-refhash.t
22333            ! MANIFEST lib/Tie/RefHash.pm
22334 ____________________________________________________________________________
22335 [  7526] By: jhi                                   on 2000/11/02  13:56:26
22336         Log: Test::Harness revealed buglets in the new DynaLoader.
22337              
22338              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
22339              From: andreas.koenig@anima.de (Andreas J. Koenig)
22340              Date: 02 Nov 2000 11:26:48 +0100 
22341              Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
22342      Branch: perl
22343            ! ext/DynaLoader/DynaLoader_pm.PL
22344 ____________________________________________________________________________
22345 [  7525] By: jhi                                   on 2000/11/01  23:52:08
22346         Log: The entry for #7503 was missing.
22347      Branch: perl
22348            ! Changes
22349 ____________________________________________________________________________
22350 [  7524] By: jhi                                   on 2000/11/01  23:40:52
22351         Log: Update Changes.
22352      Branch: perl
22353            ! Changes patchlevel.h
22354 ____________________________________________________________________________
22355 [  7523] By: jhi                                   on 2000/11/01  22:57:09
22356         Log: More tweaking on the #7522 theme.
22357      Branch: perl
22358            ! ext/DynaLoader/DynaLoader_pm.PL
22359 ____________________________________________________________________________
22360 [  7522] By: jhi                                   on 2000/11/01  22:06:15
22361         Log: Expand %Config variables and %ENV variables only if
22362              so requested during build time using the
22363              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
22364              Not expanding makes relocating distributions easier.
22365      Branch: perl
22366            ! ext/DynaLoader/DynaLoader_pm.PL
22367 ____________________________________________________________________________
22368 [  7521] By: jhi                                   on 2000/11/01  20:56:34
22369         Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
22370              and setgid() because they were just changing $< and $( which means
22371              only changing the real uid/gid, as opposed to changing both
22372              real and effective ids.  (The alternative way could have been
22373              in POSIX.pm to change $> and $), too, but making a direct call
22374              to the C API feels cleaner.)  Fixes the bug
22375              
22376              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
22377              From: "Garry T. Williams" <garry@zvolve.com>
22378              Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
22379              Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
22380      Branch: perl
22381            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
22382            ! ext/POSIX/typemap pod/perlvar.pod
22383 ____________________________________________________________________________
22384 [  7520] By: jhi                                   on 2000/11/01  20:08:33
22385         Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
22386              From: "Garry T. Williams" <garry@zvolve.com>
22387              Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
22388              Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
22389      Branch: perl
22390            ! pod/perlsec.pod
22391 ____________________________________________________________________________
22392 [  7519] By: jhi                                   on 2000/11/01  20:01:22
22393         Log: Locale warning explanation tweak.
22394      Branch: perl
22395            ! pod/perldiag.pod
22396 ____________________________________________________________________________
22397 [  7518] By: jhi                                   on 2000/11/01  18:57:13
22398         Log: C.pm part of
22399              
22400              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
22401              From: Jarkko Hietaniemi <jhi@iki.fi>
22402              Date: Tue, 10 Oct 2000 08:22:28 -0500
22403              Message-Id: <20001010082228.B17030@chaos.wustl.edu>
22404      Branch: perl
22405            ! ext/B/B/C.pm
22406 ____________________________________________________________________________
22407 [  7517] By: jhi                                   on 2000/11/01  18:41:59
22408         Log: Subject: [ID 20001005.006] Documentation -- description of qr//
22409              From: Martien Verbruggen <mgjv@comdyn.com.au>
22410              Date: Fri, 6 Oct 2000 14:09:10 +1100
22411              Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
22412      Branch: perl
22413            ! pod/perlop.pod
22414 ____________________________________________________________________________
22415 [  7516] By: jhi                                   on 2000/11/01  18:34:55
22416         Log: Generalize the Camel wording.
22417              
22418              Subject: Re: perlfaq style changes
22419              From: John Borwick <jhborwic@unity.ncsu.edu>
22420              Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
22421              Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
22422      Branch: perl
22423            ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
22424 ____________________________________________________________________________
22425 [  7515] By: jhi                                   on 2000/11/01  16:52:31
22426         Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
22427              From: pimlott@idiomtech.com (Andrew Pimlott)
22428              Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
22429              Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
22430      Branch: perl
22431            ! pod/perlsec.pod
22432 ____________________________________________________________________________
22433 [  7514] By: jhi                                   on 2000/11/01  15:03:40
22434         Log: More AIX lore.
22435      Branch: perl
22436            ! ext/re/hints/aix.pl
22437 ____________________________________________________________________________
22438 [  7513] By: jhi                                   on 2000/11/01  14:48:30
22439         Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
22440              From: root <root@chronos.fi.muni.cz>
22441              Date: Wed, 1 Nov 2000 12:31:32 +0100
22442              Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
22443      Branch: perl
22444            ! lib/Net/Ping.pm
22445 ____________________________________________________________________________
22446 [  7512] By: jhi                                   on 2000/11/01  14:46:47
22447         Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
22448              From: Martin Husemann <martin@duskware.de>
22449              Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
22450              Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
22451      Branch: perl
22452            ! regcomp.c
22453 ____________________________________________________________________________
22454 [  7511] By: jhi                                   on 2000/11/01  14:39:50
22455         Log: AUTHORS updates.
22456      Branch: perl
22457            ! AUTHORS
22458 ____________________________________________________________________________
22459 [  7510] By: jhi                                   on 2000/11/01  14:29:50
22460         Log: Subject: [PATCH] startperl to respect versiononly
22461              From: Robin Barker <rmb1@cise.npl.co.uk> 
22462              Date: Tue, 31 Oct 2000 16:29:36 GMT
22463              Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
22464      Branch: metaconfig/U/perl
22465            ! startperl.U
22466      Branch: perl
22467            ! Configure config_h.SH
22468 ____________________________________________________________________________
22469 [  7509] By: jhi                                   on 2000/11/01  14:19:53
22470         Log: printf UVs the correct way, noticed by Robin Barker.
22471      Branch: perl
22472            ! utf8.c
22473 ____________________________________________________________________________
22474 [  7508] By: jhi                                   on 2000/11/01  14:10:03
22475         Log: Do not cleanup *% because the % has special meanings in some
22476              shell environments.
22477      Branch: perl
22478            ! ext/Storable/Makefile.PL
22479 ____________________________________________________________________________
22480 [  7507] By: jhi                                   on 2000/11/01  14:06:00
22481         Log: The NonStop-UX libraries have a novel way to say NaN.
22482      Branch: perl
22483            ! t/lib/bigfltpm.t
22484 ____________________________________________________________________________
22485 [  7506] By: jhi                                   on 2000/11/01  14:03:35
22486         Log: The osname has been lowercased by now, from Tom Bates.
22487      Branch: metaconfig
22488            ! U/modified/Oldconfig.U
22489      Branch: perl
22490            ! Configure config_h.SH
22491 ____________________________________________________________________________
22492 [  7505] By: jhi                                   on 2000/10/31  19:18:39
22493         Log: The compiler is either gcc or cc, from Tom Bates.
22494      Branch: perl
22495            ! hints/nonstopux.sh
22496 ____________________________________________________________________________
22497 [  7504] By: jhi                                   on 2000/10/31  14:53:42
22498         Log: Update Changes.
22499      Branch: perl
22500            ! Changes patchlevel.h
22501 ____________________________________________________________________________
22502 [  7503] By: jhi                                   on 2000/10/31  14:30:50
22503         Log: Whitespace style tweak.  Was originally going to see to
22504              
22505              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
22506              From: Joe Smith <jms@inwap.com>
22507              Date: Mon, 30 Oct 2000 18:47:57 -0800
22508              Message-Id: <39FE32DD.24AAC4D@inwap.com>
22509              
22510              but that had already been taken care of.
22511      Branch: metaconfig
22512            ! U/compline/d_stdstdio.U
22513      Branch: perl
22514            ! Configure config_h.SH
22515 ____________________________________________________________________________
22516 [  7502] By: jhi                                   on 2000/10/31  14:25:02
22517         Log: AUTHORS tweaks.
22518      Branch: perl
22519            ! AUTHORS
22520 ____________________________________________________________________________
22521 [  7501] By: jhi                                   on 2000/10/31  14:23:59
22522         Log: Subject: perlfaq style changes
22523              From: John Borwick <jhborwic@unity.ncsu.edu>
22524              Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
22525              Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
22526      Branch: perl
22527            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
22528            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
22529            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
22530            ! pod/perlfaq9.pod
22531 ____________________________________________________________________________
22532 [  7500] By: jhi                                   on 2000/10/31  14:22:15
22533         Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
22534              
22535              Subject: Re: [ID 20000918.005] ~ on wide chars
22536              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
22537              Date: Mon, 30 Oct 2000 21:09:55 -0800
22538              Message-ID: <jQl/5gzkgWYL092yn@efn.org>
22539              
22540              (The ord() part of the patch skipped.)
22541      Branch: perl
22542            ! doop.c
22543 ____________________________________________________________________________
22544 [  7499] By: jhi                                   on 2000/10/31  14:20:08
22545         Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
22546              From: Jens Hamisch <jens@Strawberry.COM>
22547              Date: Mon, 30 Oct 2000 15:17:07 +0100
22548              Message-Id: <20001030151707.A9597@Strawberry.COM>
22549      Branch: perl
22550            ! av.c
22551 ____________________________________________________________________________
22552 [  7498] By: jhi                                   on 2000/10/31  14:16:29
22553         Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
22554              From: Peter Prymmer <pvhp@forte.com>
22555              Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
22556              Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
22557      Branch: perl
22558            + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
22559            + ext/Encode/Encode/posix-bc.enc
22560            ! MANIFEST t/lib/encode.t
22561 ____________________________________________________________________________
22562 [  7497] By: jhi                                   on 2000/10/31  14:13:22
22563         Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
22564              From: Peter Prymmer <pvhp@forte.com>
22565              Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
22566              Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
22567      Branch: perl
22568            ! t/lib/cgi-html.t
22569 ____________________________________________________________________________
22570 [  7496] By: jhi                                   on 2000/10/31  14:12:05
22571         Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
22572              From: Peter Prymmer <pvhp@forte.com>
22573              Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
22574              Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
22575      Branch: perl
22576            ! t/lib/cgi-function.t
22577 ____________________________________________________________________________
22578 [  7495] By: jhi                                   on 2000/10/31  14:11:08
22579         Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
22580              From: Peter Prymmer <pvhp@forte.com>
22581              Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
22582              Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
22583      Branch: perl
22584            + ext/re/hints/aix.pl
22585            ! MANIFEST ext/re/Makefile.PL
22586 ____________________________________________________________________________
22587 [  7494] By: jhi                                   on 2000/10/31  14:08:32
22588         Log: Use Errno magic.
22589              
22590              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
22591              From: Casey Tweten <perl@ctweten.amsite.com>
22592              Date: Mon, 30 Oct 2000 15:51:17 -0500
22593              Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
22594      Branch: perl
22595            ! lib/File/Temp.pm
22596 ____________________________________________________________________________
22597 [  7493] By: jhi                                   on 2000/10/31  14:05:07
22598         Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
22599              
22600              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
22601              From: Nicholas Clark <nick@ccl4.org>
22602              Date: Mon, 30 Oct 2000 17:38:45 +0000
22603              Message-ID: <20001030173845.O60355@plum.flirble.org>
22604      Branch: perl
22605            ! Makefile.SH utils/perlbug.PL
22606 ____________________________________________________________________________
22607 [  7492] By: nick                                  on 2000/10/30  19:37:23
22608         Log: Change files which are mysteriously different to mainline to be
22609              copies of mainline.
22610      Branch: perlio
22611            ! objXSUB.h perlapi.c pod/perlapi.pod
22612 ____________________________________________________________________________
22613 [  7491] By: nick                                  on 2000/10/30  18:05:54
22614         Log: Perlio fixes discovered on big-endian & very traditional Solaris:
22615              - typo in endian code in putc.
22616              - Don't allow read of write-only files and vice-versa
22617              - and off-by-one in flush-all loop.
22618              Remove debug calls as they were using GCC specific features.
22619      Branch: perlio
22620            ! perlio.c
22621 ____________________________________________________________________________
22622 [  7490] By: nick                                  on 2000/10/29  21:45:45
22623         Log: Integrate mainline to perlio
22624      Branch: perlio
22625           !> lib/ExtUtils/Manifest.pm op.c t/comp/proto.t t/pragma/utf8.t
22626           !> toke.c
22627 ____________________________________________________________________________
22628 [  7489] By: jhi                                   on 2000/10/29  21:11:08
22629         Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
22630              From: andreas.koenig@anima.de (Andreas J. Koenig)
22631              Date: 29 Oct 2000 22:05:59 +0100
22632              Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
22633      Branch: perl
22634            ! lib/ExtUtils/Manifest.pm
22635 ____________________________________________________________________________
22636 [  7488] By: jhi                                   on 2000/10/29  21:07:47
22637         Log: Tests for #7487.
22638              
22639              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
22640              From: andreas.koenig@anima.de (Andreas J. Koenig)
22641              Date: 29 Oct 2000 19:37:09 +0100
22642              Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
22643      Branch: perl
22644            ! t/comp/proto.t
22645 ____________________________________________________________________________
22646 [  7487] By: jhi                                   on 2000/10/29  21:06:27
22647         Log: constsub spillage.
22648              
22649              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
22650              From: John Tobey <jtobey@john-edwin-tobey.org>
22651              Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
22652              Message-Id: <m13pvSr-000FObC@feynman.localnet>
22653      Branch: perl
22654            ! op.c
22655 ____________________________________________________________________________
22656 [  7486] By: nick                                  on 2000/10/29  21:05:04
22657         Log: Integrate mainline to perlio branch
22658      Branch: perlio
22659           +> Porting/repository.pod lib/unicode/Is/DCmedial.pl
22660           +> t/lib/tie-splice.t vos/config.alpha.def vos/config.alpha.h
22661           +> vos/config.ga.def vos/config.ga.h vos/configure_perl.cm
22662           +> vos/install_perl.cm
22663            - MAINTAIN fix_pl lib/unicode/Is/DCinital.pl vos/config.def
22664            - vos/config.h vos/config_h.SH_orig
22665           !> (integrate 141 files)
22666 ____________________________________________________________________________
22667 [  7485] By: jhi                                   on 2000/10/29  21:00:47
22668         Log: Make \x{...} consistently produce UTF-8.
22669              
22670              Subject: Re: \x{...} is confused 
22671              From: Simon Cozens <simon@cozens.net>
22672              Date: Sun, 29 Oct 2000 19:36:48 +0000
22673              Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
22674      Branch: perl
22675            ! t/pragma/utf8.t toke.c
22676 ____________________________________________________________________________
22677 [  7484] By: nick                                  on 2000/10/29  20:05:29
22678         Log: PerlIO passes all tests.
22679      Branch: perlio
22680            ! perlio.c
22681 ____________________________________________________________________________
22682 [  7483] By: jhi                                   on 2000/10/29  18:06:55
22683         Log: Update Changes.
22684      Branch: perl
22685            ! Changes patchlevel.h
22686 ____________________________________________________________________________
22687 [  7482] By: nick                                  on 2000/10/29  17:43:28
22688         Log: Include <unistd.h> to get correct lseek() prototype etc.
22689              (I thought perl.h did that) - down to two fails
22690              - comp/require.t (last test)
22691              - lib/io_xs.t - possibly import/export of FILE * ?
22692      Branch: perlio
22693            ! perlio.c
22694 ____________________________________________________________________________
22695 [  7481] By: jhi                                   on 2000/10/29  17:02:37
22696         Log: UTF-8 decoder tweak.
22697      Branch: perl
22698            ! utf8.c
22699 ____________________________________________________________________________
22700 [  7480] By: nick                                  on 2000/10/29  16:26:11
22701         Log: Fixed two bugs:
22702              - error code not being set on close (of broken pipe)
22703              - append mode was truncating.
22704              At least one seek/tell bug remains.
22705      Branch: perlio
22706            ! perlio.c
22707 ____________________________________________________________________________
22708 [  7479] By: nick                                  on 2000/10/29  11:18:16
22709         Log: Prototype (stdio-like) PerlIO passing basic tests. Checked in
22710              in case of accidents. Still several worrying fails, no line disciplines yet.
22711      Branch: perlio
22712            ! iperlsys.h perlio.c
22713 ____________________________________________________________________________
22714 [  7478] By: jhi                                   on 2000/10/29  02:04:01
22715         Log: Add also emailless people.
22716      Branch: perl
22717            ! AUTHORS
22718 ____________________________________________________________________________
22719 [  7477] By: jhi                                   on 2000/10/29  01:36:00
22720         Log: The #7476 needs a MANIFEST change, too.
22721      Branch: perl
22722            ! MANIFEST
22723 ____________________________________________________________________________
22724 [  7476] By: jhi                                   on 2000/10/29  01:35:21
22725         Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
22726      Branch: perl
22727            - MAINTAIN
22728            ! AUTHORS Changes
22729 ____________________________________________________________________________
22730 [  7475] By: jhi                                   on 2000/10/28  23:57:25
22731         Log: De-quoted-unreadable to ISO Latin 1.
22732              (There's one ISO-2022-JP name in Changes5.004.)
22733      Branch: perl
22734            ! Changes Changes5.6
22735 ____________________________________________________________________________
22736 [  7474] By: jhi                                   on 2000/10/28  19:13:06
22737         Log: Subject: [ID 20001027.007] uniq array in perlfaq
22738              From: Hans Ginzel <hans@kolej.mff.cuni.cz>     
22739              Date: Fri, 27 Oct 2000 19:28:30 +0200
22740              Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz> 
22741      Branch: perl
22742            ! pod/perlfaq4.pod
22743 ____________________________________________________________________________
22744 [  7473] By: jhi                                   on 2000/10/28  18:02:05
22745         Log: Locking null mutexes is not recommendable.
22746              
22747              Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED) 
22748              From: Hugo <hv@crypt.compulink.co.uk>
22749              Date: Sat, 28 Oct 2000 18:41:12 +0100
22750              Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
22751      Branch: perl
22752            ! op.c
22753 ____________________________________________________________________________
22754 [  7472] By: jhi                                   on 2000/10/28  17:52:58
22755         Log: Better create a true mailing list for the repository keepers.
22756      Branch: perl
22757            ! Porting/repository.pod
22758 ____________________________________________________________________________
22759 [  7471] By: jhi                                   on 2000/10/28  17:28:24
22760         Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
22761              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
22762      Branch: perl
22763            + Porting/repository.pod
22764            ! MANIFEST
22765 ____________________________________________________________________________
22766 [  7470] By: jhi                                   on 2000/10/28  17:20:54
22767         Log: Subject: DOC PATCH 5.6.0
22768              From: mjd@plover.com
22769              Date: 27 Oct 2000 17:32:44 -0000
22770              Message-ID: <20001027173244.23754.qmail@plover.com>
22771      Branch: perl
22772            ! pod/perlfunc.pod
22773 ____________________________________________________________________________
22774 [  7469] By: jhi                                   on 2000/10/28  17:16:45
22775         Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
22776              From: "Peter J. Farley III" <pjfarley@banet.net>
22777              Date: Fri, 27 Oct 2000 20:32:56 -0400
22778              Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
22779      Branch: perl
22780            ! README.dos
22781 ____________________________________________________________________________
22782 [  7468] By: jhi                                   on 2000/10/28  17:07:18
22783         Log: Make target reordering to avoid pointless re-makes.
22784              
22785              Subject: Re: Total re-make of 'make okfile' after 7451 ?
22786              From: Nicholas Clark <nick@ccl4.org>
22787              Date: Sat, 28 Oct 2000 00:31:02 +0100
22788              Message-ID: <20001028003101.A54517@plum.flirble.org>
22789      Branch: perl
22790            ! Makefile.SH
22791 ____________________________________________________________________________
22792 [  7467] By: jhi                                   on 2000/10/28  17:05:31
22793         Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
22794              From: lvirden@cas.org
22795              Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
22796              Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
22797      Branch: perl
22798            ! README.os2
22799 ____________________________________________________________________________
22800 [  7466] By: jhi                                   on 2000/10/28  16:09:16
22801         Log: Upgrade to CPAN 1.58_55.
22802              
22803              Subject: CPAN.pm status
22804              From: andreas.koenig@anima.de (Andreas J. Koenig) 
22805              Date: 28 Oct 2000 08:18:00 +0200 
22806              Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
22807      Branch: perl
22808            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
22809 ____________________________________________________________________________
22810 [  7465] By: jhi                                   on 2000/10/28  16:02:47
22811         Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
22812      Branch: perl
22813            ! embed.h embed.pl perl.h proto.h toke.c
22814 ____________________________________________________________________________
22815 [  7464] By: nick                                  on 2000/10/28  10:43:44
22816         Log: Fix for sv_2iv() on "shared" value from keys %hash.
22817      Branch: perl
22818            ! sv.c
22819 ____________________________________________________________________________
22820 [  7463] By: jhi                                   on 2000/10/27  16:18:29
22821         Log: Update Changes.
22822      Branch: perl
22823            ! Changes patchlevel.h
22824 ____________________________________________________________________________
22825 [  7462] By: jhi                                   on 2000/10/27  16:17:44
22826         Log: Too enthusiastic editing in #7460.
22827      Branch: metaconfig
22828            ! U/modified/Oldsym.U
22829      Branch: perl
22830            ! Configure config_h.SH
22831 ____________________________________________________________________________
22832 [  7461] By: jhi                                   on 2000/10/27  15:37:38
22833         Log: Retract #7459, the script needs more work.
22834      Branch: perl
22835            - mkreef
22836            ! MANIFEST
22837 ____________________________________________________________________________
22838 [  7460] By: jhi                                   on 2000/10/27  15:23:14
22839         Log: Use $sort, $uniq (and $tr) consistently as wondered
22840              by Nicholas Clark.
22841      Branch: metaconfig
22842            ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
22843            ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
22844            ! U/modified/libc.U
22845      Branch: perl
22846            ! Configure config_h.SH
22847 ____________________________________________________________________________
22848 [  7459] By: jhi                                   on 2000/10/27  15:02:07
22849         Log: (Retracted by #7461)
22850              
22851              Add a shell script for creating/removing symbolic link farms,
22852              useful for keeping the source code read-only and doing the
22853              builds somewhere else.
22854      Branch: perl
22855            + mkreef
22856            ! MANIFEST
22857 ____________________________________________________________________________
22858 [  7458] By: jhi                                   on 2000/10/27  14:42:20
22859         Log: Do away with the fix_pl.
22860      Branch: perl
22861            - fix_pl
22862            ! MANIFEST Makefile.SH
22863 ____________________________________________________________________________
22864 [  7457] By: jhi                                   on 2000/10/27  12:43:13
22865         Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
22866              From: Jens Hamisch <jens@Strawberry.COM>
22867              Date: Fri, 27 Oct 2000 14:38:21 +0200
22868              Message-Id: <20001027143821.B3366@Strawberry.COM>
22869      Branch: perl
22870            ! perl.h
22871 ____________________________________________________________________________
22872 [  7456] By: jhi                                   on 2000/10/27  12:33:42
22873         Log: Subject: [PATCH] todo
22874              From: Nicholas Clark <nick@ccl4.org>
22875              Date: Thu, 26 Oct 2000 22:32:29 +0100
22876              Message-ID: <20001026223229.A44540@plum.flirble.org>
22877      Branch: perl
22878            ! pod/perltodo.pod
22879 ____________________________________________________________________________
22880 [  7455] By: jhi                                   on 2000/10/27  12:02:21
22881         Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
22882              From: John Tobey <jtobey@john-edwin-tobey.org>
22883              Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
22884              Message-Id: <m13ozHF-000FObC@feynman.localnet>
22885      Branch: perl
22886            ! op.c t/pragma/sub_lval.t
22887 ____________________________________________________________________________
22888 [  7454] By: jhi                                   on 2000/10/27  11:59:42
22889         Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
22890              From: sthoenna@efn.org
22891              Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
22892              Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
22893      Branch: perl
22894            ! pp.c t/op/assignwarn.t
22895 ____________________________________________________________________________
22896 [  7453] By: jhi                                   on 2000/10/27  00:15:08
22897         Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
22898      Branch: perl
22899            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
22900            ! ext/Storable/Storable.xs t/lib/st-lock.t
22901 ____________________________________________________________________________
22902 [  7452] By: jhi                                   on 2000/10/26  13:05:52
22903         Log: Undo #7451, this seems to be a deficiency in Perforce,
22904              there is no per-file line-terminator type, only per-client.
22905      Branch: perl
22906            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
22907            ! win32/makefile.mk
22908 ____________________________________________________________________________
22909 [  7451] By: jhi                                   on 2000/10/26  04:56:03
22910         Log: Experimenting in DOS arcana.
22911      Branch: perl
22912            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
22913            ! win32/makefile.mk
22914 ____________________________________________________________________________
22915 [  7450] By: jhi                                   on 2000/10/26  04:50:52
22916         Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
22917              From: "Peter J. Farley III" <pjfarley@banet.net>            
22918              Date: Wed, 25 Oct 2000 23:10:18 -0400
22919              Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
22920      Branch: perl
22921            ! t/io/open.t
22922 ____________________________________________________________________________
22923 [  7449] By: jhi                                   on 2000/10/26  04:49:16
22924         Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
22925              From: Hugo <hv@crypt.compulink.co.uk>
22926              Date: Thu, 26 Oct 2000 01:55:17 +0100
22927              Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
22928              
22929              minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
22930      Branch: perl
22931            ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
22932 ____________________________________________________________________________
22933 [  7448] By: jhi                                   on 2000/10/26  04:38:36
22934         Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
22935              From: Peter Prymmer <pvhp@forte.com>
22936              Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)                          
22937              Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
22938      Branch: perl
22939            ! configure.com
22940 ____________________________________________________________________________
22941 [  7447] By: jhi                                   on 2000/10/25  23:20:02
22942         Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
22943              in platforms that strictly require all the symbols being present
22944              at link time.
22945      Branch: perl
22946            ! handy.h
22947 ____________________________________________________________________________
22948 [  7446] By: jhi                                   on 2000/10/25  21:55:57
22949         Log: Update Changes.
22950      Branch: perl
22951            ! Changes patchlevel.h
22952 ____________________________________________________________________________
22953 [  7445] By: jhi                                   on 2000/10/25  21:27:08
22954         Log: Integrate with vmsperl #7430 by Charles Bailey:
22955              
22956              Cleanup from prior patch (Charles Lane?):
22957              - improve handling of MFDs in Basename and Path
22958              - default to no xsubpp line # munging when building debug images
22959      Branch: perl
22960           !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
22961 ____________________________________________________________________________
22962 [  7444] By: jhi                                   on 2000/10/25  21:03:50
22963         Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
22964              From: John Peacock <JPeacock@UnivPress.com>
22965              Date: Thu, 18 May 2000 11:55:27 -0400
22966              Message-ID: <3924126F.A58BE57A@UnivPress.com>
22967      Branch: perl
22968            ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
22969            ! t/op/write.t
22970 ____________________________________________________________________________
22971 [  7443] By: jhi                                   on 2000/10/25  20:43:10
22972         Log: Temporary stopgap for the self-tying issue: for now only
22973              array and hash self-ties are verboten.  The real fix, of
22974              course, would be to comprehensively test (and implement?)
22975              and debug (and document) self-ties.
22976      Branch: perl
22977            ! pod/perldiag.pod pp_sys.c t/op/tie.t
22978 ____________________________________________________________________________
22979 [  7442] By: jhi                                   on 2000/10/25  20:14:30
22980         Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
22981              From: Dan Sugalski <dan@sidhe.org>
22982              Date: Wed, 25 Oct 2000 13:36:35 -0400
22983              Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
22984              
22985              plus regen global.sym.
22986      Branch: perl
22987            ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
22988            ! thrdvar.h util.c
22989 ____________________________________________________________________________
22990 [  7441] By: jhi                                   on 2000/10/25  20:12:20
22991         Log: buildtoc target tweaks.
22992      Branch: perl
22993            ! pod/Makefile.SH
22994 ____________________________________________________________________________
22995 [  7440] By: jhi                                   on 2000/10/25  20:03:53
22996         Log: A new version of making the syslog test more robust.
22997              (Replaces #7421.)
22998              
22999              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
23000              From: "Kurt D. Starsinic" <kstar@chapin.edu>
23001              Date: Wed, 25 Oct 2000 12:13:54 -0400
23002              Message-ID: <20001025121354.B2264@O2.chapin.edu>
23003      Branch: perl
23004            ! t/lib/syslog.t
23005 ____________________________________________________________________________
23006 [  7439] By: jhi                                   on 2000/10/25  20:00:48
23007         Log: Continue the internal UTF-8 API tweaking.
23008              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
23009              used much more than the simpler API, now called utf8_to_uv_simple().
23010              Still not quite happy with API, too much partial duplication
23011              of functionality.
23012      Branch: perl
23013            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
23014            ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
23015            ! regcomp.c regexec.c sv.c toke.c utf8.c
23016 ____________________________________________________________________________
23017 [  7438] By: jhi                                   on 2000/10/25  18:52:30
23018         Log: Allow poking holes at the UTF-8 decoding strictness.
23019      Branch: perl
23020            ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
23021            ! utf8.h
23022 ____________________________________________________________________________
23023 [  7437] By: jhi                                   on 2000/10/25  13:53:05
23024         Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
23025              UTF8LEN() and UTF8SKIP(). 
23026      Branch: perl
23027            ! pp.c utf8.c utf8.h
23028 ____________________________________________________________________________
23029 [  7436] By: jhi                                   on 2000/10/25  13:51:37
23030         Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
23031              From: Nicholas Clark <nick@ccl4.org>
23032              Date: Wed, 25 Oct 2000 14:44:05 +0100
23033              Message-ID: <20001025144404.D27253@plum.flirble.org>
23034      Branch: perl
23035            ! pod/perlrun.pod
23036 ____________________________________________________________________________
23037 [  7435] By: jhi                                   on 2000/10/25  13:49:32
23038         Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
23039              From: Mike Guy <mjtg@cam.ac.uk>
23040              Date: Tue, 24 Oct 2000 14:59:40 +0100
23041              Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
23042      Branch: perl
23043            ! scope.c
23044 ____________________________________________________________________________
23045 [  7434] By: jhi                                   on 2000/10/25  13:48:41
23046         Log: AIX is picky about its symbol exports.  Solution for now
23047              is to include the deb.o explicitly to the re extension build.
23048              
23049              Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
23050              From: Peter Prymmer <pvhp@forte.com>
23051              Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
23052              Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
23053      Branch: perl
23054            ! ext/re/Makefile.PL hints/aix.sh
23055 ____________________________________________________________________________
23056 [  7433] By: jhi                                   on 2000/10/25  13:46:49
23057         Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
23058              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
23059              Date: Wed, 25 Oct 2000 12:02:20 +0200
23060              Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
23061      Branch: perl
23062            ! perlsdio.h
23063 ____________________________________________________________________________
23064 [  7432] By: jhi                                   on 2000/10/25  13:44:28
23065         Log: Subject: Minor update to find2perl, for portability
23066              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
23067              Date: Wed, 25 Oct 2000 12:05:47 +0100
23068              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
23069      Branch: perl
23070            ! x2p/find2perl.PL
23071 ____________________________________________________________________________
23072 [  7431] By: jhi                                   on 2000/10/25  13:40:39
23073         Log: Add targets to Makefile.SH, most importantly
23074              'regen_all' which also remembers to update vms/perly*.
23075      Branch: perl
23076            ! Makefile.SH
23077 ____________________________________________________________________________
23078 [  7430] By: bailey                                on 2000/10/25  03:13:53
23079         Log: Cleanup from prior patch (Charles Lane?):
23080              - improve handling of MFDs in Basename and Path
23081              - default to no xsubpp line # munging when building debug images
23082      Branch: vmsperl
23083            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
23084 ____________________________________________________________________________
23085 [  7429] By: jhi                                   on 2000/10/24  20:03:40
23086         Log: Podify README.epoc and README.vos.
23087      Branch: perl
23088            ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
23089            ! pod/perlport.pod pod/perltoc.pod
23090 ____________________________________________________________________________
23091 [  7428] By: jhi                                   on 2000/10/24  19:10:33
23092         Log: Stratus VOS updates from Paul Green.
23093      Branch: perl
23094            + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
23095            + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
23096            - vos/config.def vos/config.h vos/config_h.SH_orig
23097            ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
23098            ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
23099 ____________________________________________________________________________
23100 [  7427] By: jhi                                   on 2000/10/24  18:59:48
23101         Log: Check if stdio supports tweaking lval and cnt simultaneously.
23102              
23103              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
23104              From: Nicholas Clark <nick@ccl4.org>
23105              Date: Mon, 23 Oct 2000 15:39:32 +0100
23106              Message-ID: <20001023153932.A10786@plum.flirble.org>
23107      Branch: metaconfig
23108            ! U/compline/d_stdstdio.U
23109      Branch: perl
23110            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
23111            ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
23112            ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
23113            ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
23114            ! vos/config.h vos/config_h.SH_orig win32/config.bc
23115            ! win32/config.gc win32/config.vc
23116 ____________________________________________________________________________
23117 [  7426] By: jhi                                   on 2000/10/24  17:57:44
23118         Log: Missed the header file changes from #7425.
23119      Branch: perl
23120            ! embed.h embed.pl objXSUB.h proto.h
23121 ____________________________________________________________________________
23122 [  7425] By: jhi                                   on 2000/10/24  17:55:17
23123         Log: Fix the bug reported in
23124              
23125              From: andreas.koenig@anima.de (Andreas J. Koenig)
23126              Subject: Encode bug?
23127              Date: 24 Oct 2000 14:01:26 +0200 
23128              Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
23129              
23130              Also make is_utf8_char() stricter.
23131      Branch: perl
23132            ! ext/Encode/Encode.xs utf8.c
23133 ____________________________________________________________________________
23134 [  7424] By: jhi                                   on 2000/10/24  15:15:39
23135         Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
23136              From: Peter Scott <Peter@PSDT.com>
23137              Date: Mon, 23 Oct 2000 19:46:01 -0700
23138              Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
23139      Branch: perl
23140            ! pod/perlfaq5.pod
23141 ____________________________________________________________________________
23142 [  7423] By: jhi                                   on 2000/10/24  14:25:30
23143         Log: Test tweak to avoid pulling in the whole Config.
23144      Branch: perl
23145            ! t/lib/st-lock.t
23146 ____________________________________________________________________________
23147 [  7422] By: jhi                                   on 2000/10/24  14:03:16
23148         Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
23149      Branch: perl
23150            ! pp.c
23151 ____________________________________________________________________________
23152 [  7421] By: jhi                                   on 2000/10/24  13:32:09
23153         Log: (Replaced by #7440.)
23154              
23155              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
23156              From: "Kurt D. Starsinic" <kstar@chapin.edu>
23157              Date: Mon, 23 Oct 2000 16:40:54 -0400
23158              Message-ID: <20001023164054.B14491@O2.chapin.edu>
23159      Branch: perl
23160            ! t/lib/syslog.t
23161 ____________________________________________________________________________
23162 [  7420] By: jhi                                   on 2000/10/24  13:30:53
23163         Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
23164              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23165              Date: Mon, 23 Oct 2000 17:29:03 -0400
23166              Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
23167      Branch: perl
23168            ! lib/ExtUtils/MM_Unix.pm
23169 ____________________________________________________________________________
23170 [  7419] By: jhi                                   on 2000/10/24  13:29:57
23171         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
23172              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23173              Date: Mon, 23 Oct 2000 19:01:32 -0400
23174              Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
23175      Branch: perl
23176            ! utils/h2xs.PL
23177 ____________________________________________________________________________
23178 [  7418] By: jhi                                   on 2000/10/24  13:26:04
23179         Log: Replace #7409 with
23180              
23181              Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
23182              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
23183              Date: Mon, 23 Oct 2000 20:08:56 +0200
23184              Message-ID: <20001023200855.A14850@nice.ram.loc>
23185      Branch: perl
23186            ! ext/Storable/Storable.pm t/lib/st-lock.t
23187 ____________________________________________________________________________
23188 [  7417] By: jhi                                   on 2000/10/24  13:17:52
23189         Log: Run vms/vms_yfix.pl, should have done that after changing
23190              perly.c in #7382.
23191      Branch: perl
23192            ! vms/perly_c.vms vms/perly_h.vms
23193 ____________________________________________________________________________
23194 [  7416] By: jhi                                   on 2000/10/24  02:55:33
23195         Log: Make the UTF-8 decoding stricter and more verbose when
23196              malformation happens.  This involved adding an argument
23197              to utf8_to_uv_chk(), which involved changing its prototype,
23198              and prefer STRLEN over I32 for the UTF-8 length, which as
23199              a domino effect necessitated changing the prototypes of
23200              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
23201              The stricter UTF-8 decoding checking uses Markus Kuhn's
23202              UTF-8 Decode Stress Tester from
23203              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
23204      Branch: perl
23205            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
23206            ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
23207            ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
23208            ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
23209 ____________________________________________________________________________
23210 [  7415] By: jhi                                   on 2000/10/23  14:06:06
23211         Log: Update Changes.
23212      Branch: perl
23213            ! Changes patchlevel.h
23214 ____________________________________________________________________________
23215 [  7414] By: jhi                                   on 2000/10/23  12:39:52
23216         Log: Undo the basename() part of #7412 since the lib/basename
23217              tests would need upgrading too.
23218      Branch: perl
23219            ! lib/File/Basename.pm
23220 ____________________________________________________________________________
23221 [  7413] By: jhi                                   on 2000/10/23  12:19:27
23222         Log: Document PERL_INSTALL_ROOT of #7210.
23223      Branch: perl
23224            ! lib/ExtUtils/Install.pm
23225 ____________________________________________________________________________
23226 [  7412] By: jhi                                   on 2000/10/23  12:16:47
23227         Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
23228      Branch: perl
23229            ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
23230            ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
23231 ____________________________________________________________________________
23232 [  7411] By: jhi                                   on 2000/10/23  12:07:41
23233         Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
23234              From: Prymmer/Kahn <pvhp@best.com>
23235              Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
23236              Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
23237      Branch: perl
23238            ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
23239 ____________________________________________________________________________
23240 [  7410] By: jhi                                   on 2000/10/23  04:10:11
23241         Log: The change #7187 was not so good on VMS.
23242              
23243              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
23244              From: "Craig A. Berry" <craig.berry@psinetcs.com>
23245              Date: Sun, 22 Oct 2000 23:03:08 -0500
23246              Message-Id: <p04330102b617d093470b@[172.16.52.1]>
23247      Branch: perl
23248            ! utils/perldoc.PL
23249 ____________________________________________________________________________
23250 [  7409] By: jhi                                   on 2000/10/23  03:57:36
23251         Log: Avoid Storable locking on DJGPP for now.
23252              
23253              Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
23254              From: "Peter J. Farley III" <pjfarley@banet.net>
23255              Date: Sun, 22 Oct 2000 20:00:00 -0400
23256              Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
23257      Branch: perl
23258            ! ext/Storable/Storable.pm t/lib/st-lock.t
23259 ____________________________________________________________________________
23260 [  7408] By: jhi                                   on 2000/10/23  03:50:24
23261         Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
23262              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
23263              Date: Sun, 22 Oct 2000 21:12:22 -0400
23264              Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
23265      Branch: perl
23266            ! lib/vars.pm
23267 ____________________________________________________________________________
23268 [  7407] By: jhi                                   on 2000/10/23  03:43:12
23269         Log: Subject: Re: [ID 20001021.005] SEGV with regex match 
23270              From: Hugo <hv@crypt.compulink.co.uk>
23271              Date: Mon, 23 Oct 2000 00:47:22 +0100
23272              Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
23273      Branch: perl
23274            ! regexec.c t/op/pat.t
23275 ____________________________________________________________________________
23276 [  7406] By: jhi                                   on 2000/10/23  03:40:29
23277         Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
23278      Branch: perl
23279            ! lib/ExtUtils/MakeMaker.pm
23280 ____________________________________________________________________________
23281 [  7405] By: jhi                                   on 2000/10/22  21:32:00
23282         Log: Doc patch.
23283              
23284              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
23285              From: rspier@pobox.com (Robert Spier)
23286              Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
23287              Message-ID: <14835.16112.13457.447971@rls.cx>
23288      Branch: perl
23289            ! lib/strict.pm
23290 ____________________________________________________________________________
23291 [  7404] By: jhi                                   on 2000/10/22  21:30:51
23292         Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
23293              From: rspier@pobox.com (Robert Spier)
23294              Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
23295              Message-ID: <14835.17223.72448.705566@rls.cx>
23296      Branch: perl
23297            ! lib/ExtUtils/MakeMaker.pm
23298 ____________________________________________________________________________
23299 [  7403] By: jhi                                   on 2000/10/22  21:24:11
23300         Log: Subject: [PATCH bleadperl] ripples from constsub patch
23301              From: John Tobey <jtobey@john-edwin-tobey.org>
23302              Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
23303              Message-Id: <m13nSOB-000FObC@feynman.localnet>
23304      Branch: perl
23305            ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
23306 ____________________________________________________________________________
23307 [  7402] By: jhi                                   on 2000/10/22  20:59:35
23308         Log: Support s?printf parameter reordering.
23309      Branch: perl
23310            ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
23311 ____________________________________________________________________________
23312 [  7401] By: jhi                                   on 2000/10/22  19:19:14
23313         Log: Expand %Config variables only if explicitly so requested
23314              during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
23315              
23316              Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
23317              From: Gurusamy Sarathy <gsar@ActiveState.com>
23318              Date: Sun, 22 Oct 2000 11:47:32 -0700
23319              Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>            
23320      Branch: perl
23321            ! Makefile.SH lib/lib_pm.PL
23322 ____________________________________________________________________________
23323 [  7400] By: jhi                                   on 2000/10/22  18:24:10
23324         Log: Move the #7390 test from warn/op to comp/redef.
23325              
23326              Subject: Re: Creating const subs for constants.
23327              From: John Tobey <jtobey@john-edwin-tobey.org>
23328              Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
23329              Message-Id: <m13nG72-000FObC@feynman.localnet>               
23330      Branch: perl
23331            ! t/comp/redef.t t/pragma/warn/op
23332 ____________________________________________________________________________
23333 [  7399] By: jhi                                   on 2000/10/22  17:49:59
23334         Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
23335              From: Nicholas Clark <nick@ccl4.org>
23336              Date: Sat, 21 Oct 2000 22:23:19 +0100
23337              Message-ID: <20001021222319.B45586@plum.flirble.org>
23338      Branch: perl
23339            ! ext/DynaLoader/DynaLoader_pm.PL
23340 ____________________________________________________________________________
23341 [  7398] By: jhi                                   on 2000/10/22  17:47:35
23342         Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
23343              From: Hugo <hv@crypt.compulink.co.uk>
23344              Date: Sat, 21 Oct 2000 18:19:59 +0100
23345              Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
23346      Branch: perl
23347            ! ext/B/B.pm ext/B/B/C.pm
23348 ____________________________________________________________________________
23349 [  7397] By: jhi                                   on 2000/10/22  17:35:18
23350         Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
23351              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
23352              Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
23353              Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
23354      Branch: perl
23355            ! hints/openbsd.sh
23356 ____________________________________________________________________________
23357 [  7396] By: jhi                                   on 2000/10/22  17:19:46
23358         Log: Subject: installman go-faster stripes
23359              From: Nicholas Clark <nick@talking.bollo.cx>
23360              Date: Sat, 21 Oct 2000 17:24:53 +0100
23361              Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
23362              
23363              Subject: Re: installman go-faster stripes
23364              From: Russ Allbery <rra@stanford.edu>
23365              Date: 21 Oct 2000 11:04:13 -0700
23366              Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
23367      Branch: perl
23368            ! installman pod/pod2man.PL
23369 ____________________________________________________________________________
23370 [  7395] By: jhi                                   on 2000/10/22  17:17:35
23371         Log: Hints tweak from Anton Berezin.
23372      Branch: perl
23373            ! hints/freebsd.sh
23374 ____________________________________________________________________________
23375 [  7394] By: jhi                                   on 2000/10/22  04:50:04
23376         Log: Tweak the Is* definitions of Unicode character classes
23377              to better match the official categorizations; embrace
23378              the official categorizations; add the combining marks
23379              as alpha (and -numeric); fix DCinital (a typo and edito)
23380              to be DCmedial.
23381      Branch: perl
23382            + lib/unicode/Is/DCmedial.pl
23383            - lib/unicode/Is/DCinital.pl
23384            ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
23385            ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
23386            ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
23387            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
23388 ____________________________________________________________________________
23389 [  7393] By: jhi                                   on 2000/10/21  18:06:05
23390         Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
23391              From: Daniel Chetlin <daniel@chetlin.com>
23392              Date: Sat, 21 Oct 2000 02:57:03 -0700
23393              Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
23394      Branch: perl
23395            + t/lib/tie-splice.t
23396            ! MANIFEST lib/Tie/Array.pm
23397 ____________________________________________________________________________
23398 [  7392] By: gsar                                  on 2000/10/21  18:05:15
23399         Log: resync utfperl branch with mainline
23400      Branch: utfperl
23401           !> (integrate 1760 files)
23402 ____________________________________________________________________________
23403 [  7391] By: jhi                                   on 2000/10/21  14:37:49
23404         Log: Testcases for a #7383,#7385 related bug.
23405              
23406              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
23407              From: Nicholas Clark <nick@ccl4.org>
23408              Date: Sat, 21 Oct 2000 15:04:51 +0100
23409              Message-ID: <20001021150451.A51566@plum.flirble.org>
23410      Branch: perl
23411            ! t/pragma/utf8.t
23412 ____________________________________________________________________________
23413 [  7390] By: jhi                                   on 2000/10/21  14:35:57
23414         Log: Add a testcase for #7389.
23415      Branch: perl
23416            ! t/pragma/warn/op
23417 ____________________________________________________________________________
23418 [  7389] By: jhi                                   on 2000/10/21  14:26:45
23419         Log: Subject: Re: Creating const subs for constants.
23420              From: John Tobey <jtobey@john-edwin-tobey.org>
23421              Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
23422              Message-Id: <m13mo0N-000FObC@feynman.localnet>
23423      Branch: perl
23424            ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
23425            ! proto.h sv.c
23426 ____________________________________________________________________________
23427 [  7388] By: nick                                  on 2000/10/21  11:44:23
23428         Log: Populate perlio branch
23429      Branch: perlio
23430           +> (branch 1760 files)
23431 ____________________________________________________________________________
23432 [  7387] By: nick                                  on 2000/10/21  10:52:05
23433         Log: Get branch back as replica of mainline via :
23434              p4 integrate -b utfperl
23435              p4 resolve -at ./...
23436      Branch: utfperl
23437           +> (branch 269 files)
23438            - Todo-5.005 eg/ADB eg/README eg/cgi/RunMeFirst
23439            - eg/cgi/caution.xbm eg/cgi/clickable_image.cgi
23440            - eg/cgi/cookie.cgi eg/cgi/crash.cgi eg/cgi/customize.cgi
23441            - eg/cgi/diff_upload.cgi eg/cgi/dna_small_gif.uu
23442            - eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
23443            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
23444            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
23445            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
23446            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
23447            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
23448            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
23449            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
23450            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
23451            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
23452            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
23453            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
23454            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
23455            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
23456            - eg/van/vanish eg/who eg/wrapsuid epoc/Config.pm
23457            - epoc/autosplit.pl epoc/config.h epoc/perl.mmp epoc/perl.pkg
23458            - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm
23459            - lib/Sys/Syslog.pm lib/byte.pm lib/byte_heavy.pl lib/caller.pm
23460            - lib/chat2.pl lib/lib.pm lib/unicode/Eq/Latin1.pl
23461            - lib/unicode/Eq/Unicode.pl lib/unicode/Props.txt
23462            - lib/unicode/UCD300.html lib/unicode/Unicode.300
23463            - lib/unicode/Unicode3.html os2/POSIX.mkfifo pod/Makefile
23464            - pod/Win32.pod pod/buildtoc t/lib/thread.t t/op/64bit.t
23465            - t/op/nothread.t utils/perlbc.PL vms/subconfigure.com
23466            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
23467           !> (integrate 965 files)
23468 ____________________________________________________________________________
23469 [  7386] By: jhi                                   on 2000/10/21  01:31:12
23470         Log: Update Changes.
23471      Branch: perl
23472            ! Changes patchlevel.h
23473 ____________________________________________________________________________
23474 [  7385] By: jhi                                   on 2000/10/21  01:28:42
23475         Log: The #7383 was right only in the context of the original bug report,
23476              not in more general case.
23477      Branch: perl
23478            ! pp_hot.c
23479 ____________________________________________________________________________
23480 [  7384] By: jhi                                   on 2000/10/21  01:08:23
23481         Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
23482      Branch: perl
23483            ! ext/IO/lib/IO/Select.pm
23484 ____________________________________________________________________________
23485 [  7383] By: jhi                                   on 2000/10/21  00:44:18
23486         Log: Fix for ID 20001020.006, concatenating an unset submatch
23487              with utf8 resulted in "Modification of a read-only value".
23488      Branch: perl
23489            ! pp_hot.c t/pragma/utf8.t
23490 ____________________________________________________________________________
23491 [  7382] By: jhi                                   on 2000/10/20  20:44:31
23492         Log: Make scan_num() reëntrant, as suggested in
23493              
23494              Subject: [PATCH perl@7229] Rentrant parser and yylex()
23495              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
23496              Date: Fri, 20 Oct 2000 14:17:27 +0100
23497              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
23498      Branch: perl
23499            ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
23500            ! toke.c
23501 ____________________________________________________________________________
23502 [  7381] By: jhi                                   on 2000/10/20  20:07:29
23503         Log: Reëntrancy fix.
23504              
23505              Subject: [PATCH perl@7229] Rentrant parser and yylex()
23506              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
23507              Date: Fri, 20 Oct 2000 14:17:27 +0100
23508              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
23509      Branch: perl
23510            ! embed.h embed.pl perl.h proto.h toke.c
23511 ____________________________________________________________________________
23512 [  7380] By: jhi                                   on 2000/10/20  19:15:54
23513         Log: Don't write double values through long double pointers,
23514              based on a part of
23515              
23516              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
23517              From: Jens Hamisch <jens@Strawberry.COM>
23518              Date: Tue, 17 Oct 2000 08:39:36 +0200
23519              Message-Id: <20001017083936.A11104@Strawberry.COM>
23520      Branch: perl
23521            ! perl.h pp.c
23522 ____________________________________________________________________________
23523 [  7379] By: jhi                                   on 2000/10/20  18:43:37
23524         Log: Portability tweak on #7377.
23525              
23526              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
23527              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
23528              Date:     Fri, 20 Oct 2000 13:13:41 EDT
23529              Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
23530      Branch: perl
23531            ! t/lib/dprof.t
23532 ____________________________________________________________________________
23533 [  7378] By: jhi                                   on 2000/10/20  12:57:19
23534         Log: SOCKS function redefinitions need prototypes, too, otherwise
23535              for example 32 bit versus 64 bit differences cause a lot of
23536              problems.  Part of
23537              
23538              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
23539              From: Jens Hamisch <jens@Strawberry.COM>
23540              Date: Tue, 17 Oct 2000 08:39:36 +0200
23541              Message-Id: <20001017083936.A11104@Strawberry.COM>
23542      Branch: perl
23543            ! doio.c pp_sys.c
23544 ____________________________________________________________________________
23545 [  7377] By: jhi                                   on 2000/10/20  12:37:12
23546         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
23547              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
23548              Date:     Fri, 20 Oct 2000 08:26:04 EDT
23549              Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
23550      Branch: perl
23551            ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
23552 ____________________________________________________________________________
23553 [  7376] By: jhi                                   on 2000/10/20  12:35:31
23554         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
23555              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
23556              Date:     Fri, 20 Oct 2000 07:48:15 EDT
23557              Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
23558      Branch: perl
23559            ! configure.com vms/gen_shrfls.pl
23560 ____________________________________________________________________________
23561 [  7375] By: bailey                                on 2000/10/20  04:44:37
23562         Log: SYN SYN
23563      Branch: vmsperl
23564           +> (branch 134 files)
23565            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
23566            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
23567            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
23568            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
23569            - eg/cgi/frameset.cgi eg/cgi/index.html
23570            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
23571            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
23572            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
23573            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
23574            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
23575            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
23576            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
23577            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
23578            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
23579            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
23580            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
23581            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
23582            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
23583            - eg/van/vanish eg/who eg/wrapsuid lib/chat2.pl
23584            - lib/unicode/Props.txt lib/unicode/UCD300.html
23585            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
23586            - utils/perlbc.PL vms/subconfigure.com
23587           !> (integrate 785 files)
23588 ____________________________________________________________________________
23589 [  7374] By: jhi                                   on 2000/10/20  00:59:48
23590         Log: In the latest compiler builds cccdlflags must not become -fpic,
23591              from Wilfredo Sánchez.
23592      Branch: perl
23593            ! hints/darwin.sh
23594 ____________________________________________________________________________
23595 [  7373] By: jhi                                   on 2000/10/20  00:56:35
23596         Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
23597              From: Tony Cook <tony@develop-help.com>
23598              Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
23599              Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
23600      Branch: perl
23601            ! pod/perlop.pod
23602 ____________________________________________________________________________
23603 [  7372] By: jhi                                   on 2000/10/19  19:34:40
23604         Log: Typo noted by Mark Lutz.
23605      Branch: perl
23606            ! t/op/64bitint.t
23607 ____________________________________________________________________________
23608 [  7371] By: jhi                                   on 2000/10/19  19:33:13
23609         Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
23610      Branch: metaconfig
23611            ! U/modified/Cppsym.U U/modified/Oldconfig.U
23612      Branch: metaconfig/U/perl
23613            ! End.U dlsrc.U libperl.U
23614      Branch: perl
23615            + hints/nonstopux.sh
23616            ! Configure MANIFEST config_h.SH
23617 ____________________________________________________________________________
23618 [  7370] By: jhi                                   on 2000/10/19  17:18:08
23619         Log: Subject: PATCH do_print has 2 PerlIO_error()s
23620              From: nick@ccl4.org
23621              Date: Thu, 19 Oct 2000 18:09:20 +0100
23622              Message-ID: <20001019180920.A8440@babyhippo.co.uk>
23623      Branch: perl
23624            ! doio.c
23625 ____________________________________________________________________________
23626 [  7369] By: jhi                                   on 2000/10/19  14:01:49
23627         Log: Update Changes.
23628      Branch: perl
23629            ! Changes patchlevel.h
23630 ____________________________________________________________________________
23631 [  7368] By: jhi                                   on 2000/10/19  13:04:29
23632         Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
23633              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
23634              Date: Wed, 18 Oct 2000 13:12:01 +0200
23635              Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
23636      Branch: perl
23637            ! hints/aix.sh
23638 ____________________________________________________________________________
23639 [  7367] By: jhi                                   on 2000/10/19  02:22:40
23640         Log: Fix of sorts for bug id 20000901.092.  There seems to be no trace
23641              of a 'pmshort' anywhere in the B, so the offending line was simply
23642              removed.
23643      Branch: perl
23644            ! ext/B/B/Debug.pm
23645 ____________________________________________________________________________
23646 [  7366] By: jhi                                   on 2000/10/19  02:12:37
23647         Log: Add the test case for the bug id 20000730.004 which seems
23648              to have been fixed by now.
23649      Branch: perl
23650            ! t/pragma/utf8.t
23651 ____________________________________________________________________________
23652 [  7365] By: jhi                                   on 2000/10/18  23:36:24
23653         Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
23654              From: Hugo <hv@crypt.compulink.co.uk>
23655              Date: Wed, 18 Oct 2000 23:25:58 +0100
23656              Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
23657      Branch: perl
23658            ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
23659 ____________________________________________________________________________
23660 [  7364] By: jhi                                   on 2000/10/18  21:12:53
23661         Log: (retracted)
23662      Branch: perl
23663            ! pp.c
23664 ____________________________________________________________________________
23665 [  7363] By: jhi                                   on 2000/10/18  20:55:38
23666         Log: Missing change from #7362.
23667      Branch: perl
23668            ! win32/perlhost.h
23669 ____________________________________________________________________________
23670 [  7362] By: jhi                                   on 2000/10/18  20:52:01
23671         Log: Borland C fstat() never saw the fd as writable.
23672              
23673              Subject: fix for Borland's weak "stat" (perl@7211)
23674              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
23675              Date: Mon, 16 Oct 2000 09:55:03 +0400
23676              Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
23677      Branch: perl
23678            ! win32/win32.c
23679 ____________________________________________________________________________
23680 [  7361] By: jhi                                   on 2000/10/18  17:43:50
23681         Log: Regen toc.
23682      Branch: perl
23683            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
23684 ____________________________________________________________________________
23685 [  7360] By: jhi                                   on 2000/10/18  17:07:44
23686         Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
23687              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
23688              Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
23689              Date: Mon, 16 Oct 2000 15:19:49 +0200
23690      Branch: perl
23691            + README.aix
23692            ! MANIFEST
23693 ____________________________________________________________________________
23694 [  7359] By: jhi                                   on 2000/10/18  17:04:49
23695         Log: Subject: Pod patch for Devel::Peek
23696              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
23697              Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
23698              Date: Mon, 16 Oct 2000 12:26:34 +0200
23699      Branch: perl
23700            ! ext/Devel/Peek/Peek.pm
23701 ____________________________________________________________________________
23702 [  7358] By: jhi                                   on 2000/10/18  17:03:15
23703         Log: Make Cwd more bulletproof in chrooted environments.
23704              
23705              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
23706              From: "Eric E. Coe" <Eric.Coe@oracle.com>
23707              Date: Wed, 18 Oct 2000 04:03:54 -0400
23708              Message-Id: <39ED596A.70E599FE@oracle.com>
23709      Branch: perl
23710            ! lib/Cwd.pm
23711 ____________________________________________________________________________
23712 [  7357] By: jhi                                   on 2000/10/18  16:37:26
23713         Log: Disable the UTF8 downgrade croakage for now to avoid
23714              too many not okay messages.
23715      Branch: perl
23716            ! doio.c
23717 ____________________________________________________________________________
23718 [  7356] By: jhi                                   on 2000/10/17  23:29:41
23719         Log: Show the failed remote port, instead of the failing line number.
23720              
23721              Subject: [PATCH 5.6.1 Debugger] More diagnostics
23722              From: David Sparks <daves@ActiveState.com>
23723              Date: Tue, 17 Oct 2000 15:00:24 -0700
23724              Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
23725      Branch: perl
23726            ! lib/perl5db.pl
23727 ____________________________________________________________________________
23728 [  7355] By: jhi                                   on 2000/10/17  14:11:31
23729         Log: On output try to downgrade to bytes, croak if impossible,
23730              from Simon Cozens.  This means that outputting >255 UTF8
23731              is impossible.  Consider this as a strong incentive to get
23732              the I/O disciplines implemented.
23733      Branch: perl
23734            ! doio.c pod/perldiag.pod sv.c
23735 ____________________________________________________________________________
23736 [  7354] By: jhi                                   on 2000/10/17  13:42:23
23737         Log: Clarify documentation on 'use bytes'.
23738              
23739              Subject: Re: What does 'use bytes' "mean" ?
23740              From: Simon Cozens <simon@cozens.net>
23741              Date: Mon, 18 Sep 2000 18:24:25 +0100
23742              Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
23743      Branch: perl
23744            ! lib/bytes.pm
23745 ____________________________________________________________________________
23746 [  7353] By: jhi                                   on 2000/10/17  13:28:12
23747         Log: Workaround for a sfio bug where the stream error indicator
23748              is not cleared as documented.
23749              
23750              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
23751              From: Nicholas Clark <nick@ccl4.org>
23752              Date: Mon, 16 Oct 2000 18:28:23 +0100
23753              Message-ID: <20001016182823.J19700@plum.flirble.org>
23754      Branch: perl
23755            ! doio.c
23756 ____________________________________________________________________________
23757 [  7352] By: jhi                                   on 2000/10/17  13:06:19
23758         Log: More IoTYPE sprinkling.
23759      Branch: perl
23760            ! doio.c pp_hot.c
23761 ____________________________________________________________________________
23762 [  7351] By: jhi                                   on 2000/10/16  22:47:07
23763         Log: Detect early whether the std streams have gone bad.
23764              
23765              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
23766              Date: Mon, 16 Oct 2000 23:28:42 +0100
23767              From: Nicholas Clark <nick@ccl4.org>
23768              Message-ID: <20001016232842.A37942@plum.flirble.org>
23769      Branch: perl
23770            ! t/op/misc.t
23771 ____________________________________________________________________________
23772 [  7350] By: jhi                                   on 2000/10/16  22:45:16
23773         Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
23774              From: "Peter J. Farley III" <pjfarley@banet.net>
23775              Date: Mon, 16 Oct 2000 18:15:59 -0400
23776              Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
23777      Branch: perl
23778            ! djgpp/djgpp.c dosish.h t/io/open.t
23779 ____________________________________________________________________________
23780 [  7349] By: jhi                                   on 2000/10/16  22:36:45
23781         Log: perldelta tweak.
23782      Branch: perl
23783            ! pod/perldelta.pod
23784 ____________________________________________________________________________
23785 [  7348] By: jhi                                   on 2000/10/16  15:17:53
23786         Log: Update Changes.
23787      Branch: perl
23788            ! Changes patchlevel.h
23789 ____________________________________________________________________________
23790 [  7347] By: jhi                                   on 2000/10/16  13:55:27
23791         Log: Add the capability to include/exclude branches.
23792      Branch: perl
23793            ! Porting/genlog
23794 ____________________________________________________________________________
23795 [  7346] By: jhi                                   on 2000/10/16  13:18:04
23796         Log: Add Charles Lane.
23797      Branch: perl
23798            ! AUTHORS Changes
23799 ____________________________________________________________________________
23800 [  7345] By: jhi                                   on 2000/10/16  13:13:21
23801         Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
23802      Branch: perl
23803            ! pod/perldelta.pod
23804 ____________________________________________________________________________
23805 [  7344] By: gsar                                  on 2000/10/16  09:30:21
23806         Log: integrate change#6220 from cfgperl
23807              
23808              Win32 patches from Benjamin Stuhl.
23809      Branch: maint-5.6/perl
23810           !> makedef.pl win32/win32.h
23811 ____________________________________________________________________________
23812 [  7343] By: gsar                                  on 2000/10/16  08:32:19
23813         Log: integrate changes#6221,6222 from cfgperl
23814              
23815              Remove tr///CU (the feature is to be obsoleted by better interfaces).
23816              From: simon@brecon.co.uk (Simon Cozens)
23817              Subject: [PATCH] Eliminate tr///[CU][CU]
23818              Date: 23 Jun 2000 11:05:40 GMT
23819              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
23820              
23821              doc typo fix
23822              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
23823              From: Ian Phillipps <Ian.Phillipps@iname.com>
23824              Date: Fri, 23 Jun 2000 10:40:58 +0100
23825              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
23826      Branch: maint-5.6/perl
23827           !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
23828 ____________________________________________________________________________
23829 [  7342] By: gsar                                  on 2000/10/16  08:28:08
23830         Log: integrate change#6217 from cfgperl (in part)
23831              
23832              Rename the fdpid locking and integrate with Sarathy.
23833      Branch: maint-5.6/perl
23834           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
23835           !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
23836           !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
23837           !> win32/win32.c
23838 ____________________________________________________________________________
23839 [  7341] By: gsar                                  on 2000/10/16  08:23:39
23840         Log: integrate changes#6214..6216 from mainline
23841              
23842              @_ can't have junk in it even in the non-USE_ITHREADS case because
23843              caller() wants to populate @DB::args with it (causes a coredump
23844              in Carp::confess())
23845              
23846              tweak comment about @DB::args
23847              
23848              be more optimal about clearing @_
23849      Branch: maint-5.6/perl
23850           !> av.h cop.h pp_ctl.c t/op/runlevel.t
23851 ____________________________________________________________________________
23852 [  7340] By: gsar                                  on 2000/10/16  08:20:37
23853         Log: integrate changes#6207..6210 from cfgperl
23854              
23855              Subject: [PATCH 5.6.0] Threadsafe patches
23856              From: Dan Sugalski <dan@sidhe.org>
23857              To: perl5-porters@perl.org
23858              Date: Mon, 08 May 2000 18:08:13 -0400
23859              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
23860              
23861              Regen headers for #6207.
23862              
23863              Lock PL_fdpid against race conditions, based on:
23864              Subject: [PATCH 5.6.0]subprocess fixup for threads
23865              From: Dan Sugalski <dan@sidhe.org>
23866              To: perl5-porters@perl.org
23867              Date: Tue, 11 Apr 2000 17:02:32 -0400
23868              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
23869              
23870              Mopup for #6207 and #6209.
23871      Branch: maint-5.6/perl
23872           !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
23873           !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
23874           !> win32/win32.c
23875 ____________________________________________________________________________
23876 [  7339] By: gsar                                  on 2000/10/16  08:14:34
23877         Log: integrate change#6203 from cfgperl
23878              
23879              perldiag should refer to perlos2.pod not README.os2
23880      Branch: maint-5.6/perl
23881           !> pod/perldiag.pod
23882 ____________________________________________________________________________
23883 [  7338] By: gsar                                  on 2000/10/16  08:11:42
23884         Log: integrate change#6201 from mainline
23885              
23886              Perl_eval_pv() leaks 4 bytes every time it is called because it
23887              does a PUSHMARK that's never ever POPMARKed; in general, only
23888              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
23889              Perl_eval_[sp]v() don't because they don't take any incoming
23890              arguments (this leak has been around since the original version
23891              of perl_eval_pv() in 5.003_97e)
23892      Branch: maint-5.6/perl
23893           !> perl.c
23894 ____________________________________________________________________________
23895 [  7337] By: gsar                                  on 2000/10/16  08:08:47
23896         Log: integrate changes#6197..6200 from cfgperl
23897              
23898              Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
23899              From: John Borwick <jhborwic@unity.ncsu.edu>
23900              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
23901              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
23902              
23903              Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
23904              From: Dan Sugalski <dan@sidhe.org>
23905              To: vmsperl@perl.org, perl5-porters@perl.org
23906              Date: Fri, 02 Jun 2000 16:00:41 -0400
23907              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
23908              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
23909              
23910              Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
23911              From: Dan Sugalski <dan@sidhe.org>
23912              To: perl5-porters@perl.org, vmsperl@perl.org
23913              Date: Fri, 02 Jun 2000 17:30:51 -0400
23914              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
23915              
23916              Update to cperl-mode.el 4.31 from
23917              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
23918              Subject: A couple of notes
23919              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23920              To: Mailing list Perl5 <perl5-porters@perl.org>
23921              Date: Sat, 3 Jun 2000 23:33:32 -0400
23922              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
23923      Branch: maint-5.6/perl
23924           !> emacs/cperl-mode.el embed.h embed.pl embedvar.h
23925           !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
23926           !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
23927           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
23928           !> vms/vmsish.h
23929 ____________________________________________________________________________
23930 [  7336] By: gsar                                  on 2000/10/16  08:03:46
23931         Log: integrate changes#6194,6195 from mainline
23932              
23933              fix small eval"" memory leaks under USE_ITHREADS
23934              
23935              fix yet another eval"" leak under USE_ITHREADS
23936      Branch: maint-5.6/perl
23937           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
23938           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
23939           !> vms/perly_c.vms
23940 ____________________________________________________________________________
23941 [  7335] By: gsar                                  on 2000/10/16  08:02:15
23942         Log: integrate changes#6190,6191 from mainline
23943              
23944              submit missing embed.pl change
23945              
23946              vec() loses numericalness (modified version of patch suggested
23947              by Robin Barker)
23948      Branch: maint-5.6/perl
23949           !> doop.c embed.pl t/op/vec.t
23950 ____________________________________________________________________________
23951 [  7334] By: gsar                                  on 2000/10/16  08:01:03
23952         Log: integrate change#6189 from mainline
23953              
23954              counting tr/// corrupts later operation (from M.J.T Guy)
23955      Branch: maint-5.6/perl
23956           !> doop.c t/op/tr.t
23957 ____________________________________________________________________________
23958 [  7333] By: gsar                                  on 2000/10/16  07:59:07
23959         Log: integrate changes#6183..6188 from mainline
23960              
23961              SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
23962              <nick@ccl4.org>)
23963              
23964              tweak for change#6127
23965              
23966              remove incorrect documentation about implicit split to @_ in
23967              list context, which never really worked in perl 5 (from
23968              M.J.T. Guy)
23969              
23970              further qualify references to "alphanumeric" (from Wolfgang Laun
23971              <wolfgang.laun@alcatel.at>)
23972              
23973              replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
23974              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
23975              
23976              h2xs tweaks
23977      Branch: maint-5.6/perl
23978           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
23979           !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
23980           !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
23981           !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
23982           !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
23983           !> pod/pod2latex.PL utils/h2xs.PL
23984 ____________________________________________________________________________
23985 [  7332] By: gsar                                  on 2000/10/16  07:53:52
23986         Log: integrate change#6179 from mainline
23987              
23988              buggy modulus on UVs introduced by change#3378 (resulted in
23989              4063328477 % 65535 amounting to 27406, instead of 27407)
23990      Branch: maint-5.6/perl
23991           !> pp.c t/op/arith.t
23992 ____________________________________________________________________________
23993 [  7331] By: gsar                                  on 2000/10/16  07:52:49
23994         Log: integrate changes#6176,6177,6178,6182 from cfgperl
23995              
23996              Single-quoted utf8 patch from Simon Cozens.
23997              
23998              Substitution utf8 patch from Simon Cozens.
23999              
24000              Be cleaner.
24001              
24002              Be Cleaner Part Deux.
24003      Branch: maint-5.6/perl
24004           !> Makefile.SH pp_hot.c toke.c
24005 ____________________________________________________________________________
24006 [  7330] By: gsar                                  on 2000/10/16  07:41:36
24007         Log: integrate change#6172 from mainline
24008              
24009              fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
24010              (from Ilya Zakharevich)
24011      Branch: maint-5.6/perl
24012           !> regexec.c t/op/re_tests
24013 ____________________________________________________________________________
24014 [  7329] By: gsar                                  on 2000/10/16  07:40:25
24015         Log: integrate change#6171 from mainline
24016              
24017              scalar() doesn't force scalar context when used in void context
24018              (from Simon Cozens)
24019      Branch: maint-5.6/perl
24020           !> op.c t/op/wantarray.t
24021 ____________________________________________________________________________
24022 [  7328] By: gsar                                  on 2000/10/16  07:39:33
24023         Log: integrate change#6170 from mainline
24024              
24025              change#6142 needs tweaks to tests to work where there's no
24026              symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
24027      Branch: maint-5.6/perl
24028           !> t/lib/filefind.t
24029 ____________________________________________________________________________
24030 [  7327] By: gsar                                  on 2000/10/16  07:35:34
24031         Log: integrate changes#6166..6168 from cfgperl
24032              
24033              Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
24034              in case somebody wants to write an extension for more
24035              shadow database interfaces.
24036              
24037              tweak todo
24038              
24039              Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
24040      Branch: maint-5.6/perl
24041           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
24042           !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
24043           !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
24044           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
24045           !> win32/config.vc win32/config_H.bc win32/config_H.gc
24046           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
24047 ____________________________________________________________________________
24048 [  7326] By: gsar                                  on 2000/10/16  07:29:05
24049         Log: integrate changes#6157,6159..6161,6164 from cfgperl
24050              
24051              Regen Configure to jive with #6149.
24052              
24053              Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
24054              
24055              Changes for the File::Temp 0.08 (change #6159) test suite
24056              to fit better into the Perl distribution test framework.
24057              
24058              Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
24059              both from Simon Cozens.
24060              
24061              detypo
24062      Branch: maint-5.6/perl
24063           +> pod/perlmodlib.PL pod/perlnewmod.pod
24064           !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
24065           !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
24066           !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
24067           !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
24068 ____________________________________________________________________________
24069 [  7325] By: gsar                                  on 2000/10/16  07:25:13
24070         Log: integrate change#6158 from vmsperl
24071              
24072              Add fallback to tmpfile for use in cases where user's relying on
24073              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
24074              Lane's patch)
24075      Branch: maint-5.6/perl
24076           !> vms/vms.c vms/vmsish.h
24077 ____________________________________________________________________________
24078 [  7324] By: gsar                                  on 2000/10/16  07:20:50
24079         Log: integrate changes#6153..6155 from mainline
24080              
24081              prettier Test::Harness output on failed tests (from Nicholas Clark
24082              <nick@Bagpuss.uk.boo.com>)
24083              
24084              avoid type mismatch warning
24085              
24086              small bug in change#6144; remove random \xA0 character that snuck
24087              in via change#6145
24088      Branch: maint-5.6/perl
24089           !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
24090           !> perl.c
24091 ____________________________________________________________________________
24092 [  7323] By: gsar                                  on 2000/10/16  07:18:47
24093         Log: integrate changes#6151,6152 from mainline
24094              
24095              fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
24096              
24097              cosmetic fixups of RE debug output (from Ilya Zakharevich)
24098      Branch: maint-5.6/perl
24099           !> regexec.c
24100 ____________________________________________________________________________
24101 [  7322] By: gsar                                  on 2000/10/16  07:17:25
24102         Log: integrate changes#6146..6150 from mainline
24103              
24104              doc typo
24105              
24106              add a make entry to Config.pm so "perl -V:make" works on VMS
24107              (from Peter Prymmer)
24108              
24109              close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
24110              
24111              OS/2 tweaks for usethreads build (from Rocco Caputo
24112              <troc@netrus.net>)
24113              
24114              perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
24115      Branch: maint-5.6/perl
24116           !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
24117           !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
24118           !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
24119           !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
24120           !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
24121           !> warnings.pl x2p/a2p.h
24122 ____________________________________________________________________________
24123 [  7321] By: gsar                                  on 2000/10/16  07:14:02
24124         Log: integrate changes#6143..6145 from mainline
24125              
24126              MacOS support, part 1 (from Matthias Neeracher
24127              <neeri@iis.ee.ethz.ch>)
24128              
24129              MacOS support, part 2: make AutoSplit use File::Spec instead
24130              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
24131              <neeri@iis.ee.ethz.ch>)
24132              
24133              make xsubpp skip embedded pod (from Matthias Neeracher
24134              <neeri@iis.ee.ethz.ch>)
24135      Branch: maint-5.6/perl
24136           +> ext/DynaLoader/dl_mac.xs
24137           !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
24138           !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
24139           !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
24140           !> pp_ctl.c proto.h toke.c util.c util.h
24141 ____________________________________________________________________________
24142 [  7320] By: gsar                                  on 2000/10/16  07:12:13
24143         Log: integrate changes#6141,6142 from mainline
24144              
24145              BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
24146              forwarded by Peter Seebach from the bsdi-users mailing list.
24147              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
24148              
24149              File::Find fails to chdir when chasing symlinks (from
24150              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
24151      Branch: maint-5.6/perl
24152           !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
24153 ____________________________________________________________________________
24154 [  7319] By: gsar                                  on 2000/10/16  07:04:30
24155         Log: integrate change#6139 from mainline
24156              
24157              revise mktables.PL for bugs and newness in Unicode 3.0
24158              (from James Bence <jbence@amgen.com>)
24159      Branch: maint-5.6/perl
24160           +> (branch 30 files)
24161           !> (integrate 49 files)
24162 ____________________________________________________________________________
24163 [  7318] By: gsar                                  on 2000/10/16  07:01:01
24164         Log: integrate changes#6137,6138 from mainline
24165              
24166              fix bogus redeclaration warning for "our" variables in different
24167              scopes
24168              
24169              add note about the handling of negative indices to tied arrays
24170              (from Michael G Schwern <schwern@pobox.com>)
24171      Branch: maint-5.6/perl
24172           !> op.c pod/perltie.pod t/pragma/strict-vars
24173 ____________________________________________________________________________
24174 [  7317] By: gsar                                  on 2000/10/16  06:58:46
24175         Log: integrate changes#6127..6136 from mainline
24176              
24177              call_method(...,G_EVAL) can longjmp() out if the method probing
24178              failed (from Gisle Aas)
24179              
24180              new perlxstut example for passing/returning refs to arrays
24181              (from David Lowe <dlowe@pootpoot.com>)
24182              
24183              VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
24184              
24185              fix places that mean C<"word" character> but say C<alphanumeric
24186              character>
24187              
24188              avoid warnings in POSIX.pm (from Barrie Slaymaker)
24189              
24190              warnings::enabled() doesn't fall back to looking at $^W if
24191              caller isn't using lexical warnings (from Paul Marquess)
24192              
24193              elide bogus test in change#6132
24194              
24195              make Test::Harness use wait.h/WCOREDUMP if available
24196              (from Ben Tilly <ben_tilly@hotmail.com>)
24197              
24198              enable Test::Harness to dynamically determine column width etc.
24199              (from Rob Napier <rnapier@employees.org>)
24200              
24201              random pod typos (from Peter Scott <Peter@PSDT.com>)
24202      Branch: maint-5.6/perl
24203           !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
24204           !> lib/Test/Harness.pm perl.c pod/perldebguts.pod
24205           !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
24206           !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
24207 ____________________________________________________________________________
24208 [  7316] By: gsar                                  on 2000/10/16  06:53:23
24209         Log: integrate change#6126 from mainline
24210              
24211              change#2879 broke rvalue autovivification of magicals such as
24212              ${$num} (reworked variant of patch suggested by Simon Cozens)
24213      Branch: maint-5.6/perl
24214           !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
24215           !> pp_hot.c proto.h t/op/gv.t
24216 ____________________________________________________________________________
24217 [  7315] By: gsar                                  on 2000/10/16  06:51:38
24218         Log: integrate changes#6123,6125 from mainline
24219              
24220              clarify gotcha with #line directives (from Rocco Caputo
24221              <troc@netrus.net>)
24222              
24223              enable propagating exception objects via Perl_croak() in XS code
24224              (from Gisle Aas)
24225      Branch: maint-5.6/perl
24226           !> pod/perldebug.pod pod/perlsyn.pod util.c
24227 ____________________________________________________________________________
24228 [  7314] By: gsar                                  on 2000/10/16  06:49:28
24229         Log: integrate change#6122 from mainline
24230              
24231              downgrade fatal error on C<"foo@nosucharray.com"> to optional
24232              warning (from Mark-Jason Dominus)
24233      Branch: maint-5.6/perl
24234           !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
24235           !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
24236           !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
24237           !> toke.c
24238 ____________________________________________________________________________
24239 [  7313] By: gsar                                  on 2000/10/16  06:46:54
24240         Log: integrate changes#6112..6121 from vmsperl
24241              
24242              Check for existence of file before trying to delete
24243              
24244              Ugly workaround for version-specific RTL error
24245              
24246              Urk -- undo previous removal of vmsish 'exit' change
24247              
24248              Add bounds checking for several strings (Charles Lane)
24249              
24250              Miscellaneous cosmetic fixes (Charles Lane)
24251              
24252              Treat sockets as special in sys(read|write) (Charles Lane et al.)
24253              
24254              Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
24255              Flatten case labels in switch statements uniformly (Charles Bailey)
24256              
24257              Quiet error messages in vmsish.t (Charles Lane)
24258              
24259              Add missing escape (Charles Lane)
24260              
24261              Allow eliminate_macros() and fixpath() to handle space-delimited
24262              lists (based on fixes by Craig Berry)
24263      Branch: maint-5.6/perl
24264           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
24265           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
24266           !> vms/vmsish.h
24267 ____________________________________________________________________________
24268 [  7312] By: gsar                                  on 2000/10/16  06:41:18
24269         Log: integrate changes#6107,6110 from cfgperl
24270              
24271              Tweak the todo list.
24272              
24273              todo tweak
24274      Branch: maint-5.6/perl
24275           !> Todo-5.6
24276 ____________________________________________________________________________
24277 [  7311] By: gsar                                  on 2000/10/16  06:38:38
24278         Log: integrate changes#6104,6108 from mainline
24279              
24280              PL_sys_intern was being initialized too late on windows
24281              
24282              reenable fake signal handling on Windows, bugs and all
24283      Branch: maint-5.6/perl
24284           !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
24285           !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
24286           !> win32/win32.c
24287 ____________________________________________________________________________
24288 [  7310] By: gsar                                  on 2000/10/16  06:36:03
24289         Log: integrate changes#6095,6097..6103 from cfgperl
24290              
24291              Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
24292              might be useful in future.
24293              
24294              Add a note about possible compilation problems from Allen Smith.
24295              
24296              Add a note about other, yet unsupported, shadow password APIs.
24297              
24298              Tweaks for the cc bugs from Allen Smith.
24299              
24300              More compilation tweakery from Allen Smith.
24301              
24302              Hints and test tweaks for Unicos.
24303              
24304              The test suite tweak in #6101 wasn't quite right.
24305              
24306              Test tweaking for Unicos continues.
24307      Branch: maint-5.6/perl
24308           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
24309           !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
24310           !> t/lib/complex.t t/op/64bitint.t
24311 ____________________________________________________________________________
24312 [  7309] By: gsar                                  on 2000/10/16  06:29:41
24313         Log: integrate changes#6093,6094 from mainline
24314              
24315              fork() failure to create pseudo process sets errno=EAGAIN and returns
24316              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
24317              
24318              cygwin update (from Eric Fifer <efifer@sanwaint.com>)
24319      Branch: maint-5.6/perl
24320           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
24321           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
24322 ____________________________________________________________________________
24323 [  7308] By: gsar                                  on 2000/10/16  06:27:29
24324         Log: integrate change#6092 from cfgperl
24325              
24326              Regen perltoc with the fixed buildtoc.
24327      Branch: maint-5.6/perl
24328           !> pod/perltoc.pod
24329 ____________________________________________________________________________
24330 [  7307] By: gsar                                  on 2000/10/16  06:26:40
24331         Log: integrate changes#6089,6090 from mainline
24332              
24333              buildtoc tweak to fix newline lossage
24334              
24335              concat doesn't preserve utf8-ness, and doesn't invalidate
24336              [NI]OK; added tests for both
24337      Branch: maint-5.6/perl
24338           !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
24339 ____________________________________________________________________________
24340 [  7306] By: gsar                                  on 2000/10/16  06:24:05
24341         Log: integrate change#6088 from cfgperl
24342              
24343              Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
24344              because we do not use those.  The HAS_GETSPNAM remains,
24345              though, because we still do use that.
24346      Branch: maint-5.6/perl
24347           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
24348           !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
24349           !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
24350           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
24351           !> win32/config.vc win32/config_H.bc win32/config_H.gc
24352           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
24353 ____________________________________________________________________________
24354 [  7305] By: gsar                                  on 2000/10/16  06:15:52
24355         Log: integrate changes#6084,6085,6087 from mainline
24356              
24357              substr() does not preserve utf8-ness (from Stefan Eissing
24358              <Eissing@medicaldataservice.de>); added tests
24359              
24360              repeat operator (x) doesn't preserve utf8-ness
24361              
24362              reverse() and quotemeta() weren't preserving utf8-ness; add tests
24363      Branch: maint-5.6/perl
24364           !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
24365 ____________________________________________________________________________
24366 [  7304] By: gsar                                  on 2000/10/16  06:13:10
24367         Log: integrate changes#6077..6083 from mainline
24368              
24369              avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
24370              and Tom Phoenix)
24371              
24372              workaround for CRT bug in chdir() (from Charles Lane, via
24373              Peter Prymmer)
24374              
24375              remove outdated kludge in Carp (NULLs are permitted in diagnostics
24376              now)
24377              
24378              add File::Temp v0.08 from CPAN, with small tweaks to testsuite
24379              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
24380              
24381              better default perlbug categories for ok reports (from Richard Foley)
24382              
24383              peek.t non-portable to ithreads
24384              
24385              note about undocumented caller() return value (from M.J.T. Guy);
24386              yet another peek.t tweak
24387      Branch: maint-5.6/perl
24388           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
24389           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
24390           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
24391           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
24392           !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
24393           !> vms/vmsish.h
24394 ____________________________________________________________________________
24395 [  7303] By: gsar                                  on 2000/10/16  06:03:18
24396         Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
24397              6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
24398              
24399              &HUGE_VAL is not defined, it exists.
24400              
24401              Do not warn that an infinity does not look like a number.
24402              
24403              Rewrite the pwent/spent logic to be a little bit more clearer.
24404              
24405              Continue on the pwent/spent case.
24406              
24407              Correct Freudian slip.
24408              
24409              Use HUGE_VALL if applicable.
24410              
24411              pwent/spent #ifdef imbalance.
24412              
24413              Infinite problems.
24414              
24415              Call getspnam() only iff needd.
24416              
24417              Test both the scalar and list contexts.
24418              
24419              Use setxxent()/endxxent().
24420              
24421              Complex tweakery.
24422              
24423              Unicos hint tweak.
24424              
24425              Be more forgiving in POSIX about HUGE_VALL.
24426              
24427              Detypo.
24428              
24429              The search of infinity continues, this time simplified.
24430              
24431              The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
24432              in natively 64-bit platforms where a long is a quad (no need
24433              for long longs).  Also added bias for IVs.
24434              
24435              Complex tweaks.
24436              
24437              Introduce t/lib/peek.t.
24438              
24439              Make the test more portable.
24440      Branch: maint-5.6/perl
24441           +> t/lib/peek.t
24442            ! pp_sys.c
24443           !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
24444           !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
24445           !> t/op/pwent.t toke.c util.c
24446 ____________________________________________________________________________
24447 [  7302] By: gsar                                  on 2000/10/16  05:03:37
24448         Log: integrate changes#6066..6071 from mainline
24449              
24450              s/END/CHECK/
24451              
24452              replace direct call to sighandler() with (*PL_sighandlerp)()
24453              
24454              note about values()
24455              
24456              File::Spec compatibility update (from Barrie Slaymaker
24457              <barries@slaysys.com>)
24458              
24459              remove misleading comment (from M.J.T. Guy)
24460              
24461              misformatted perllocal.pod (from Tim Jenness
24462              <t.jenness@jach.hawaii.edu>)
24463      Branch: maint-5.6/perl
24464           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
24465           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
24466           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
24467           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
24468 ____________________________________________________________________________
24469 [  7301] By: gsar                                  on 2000/10/16  05:00:08
24470         Log: integrate changes#6061..6063 from mainline
24471              
24472              change#5921 neglected to make eq honor "use bytes"
24473              
24474              additional tests for utf8.t
24475              
24476              tokeq() could read unallocated field in argument
24477      Branch: maint-5.6/perl
24478           !> sv.c t/pragma/utf8.t toke.c
24479 ____________________________________________________________________________
24480 [  7300] By: gsar                                  on 2000/10/16  04:56:54
24481         Log: integrate changes#6046,6048,6057,6058 from mainline
24482              
24483              libscheck has insufficient checks for n32 libs (from
24484              Albert Chin-A-Young <china@thewrittenword.com>)
24485              
24486              add note about how $( doesn't interpolate in REs (from
24487              Philip Newton <newton@ficus.frogspace.net>)
24488              
24489              fix broken parsing of /\x{ab}/
24490              
24491              printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
24492              (spotted by Donald Kinzer <dkinzer@premia.com>)
24493      Branch: maint-5.6/perl
24494           !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
24495           !> t/pragma/utf8.t
24496 ____________________________________________________________________________
24497 [  7299] By: gsar                                  on 2000/10/16  04:52:50
24498         Log: integrate change#6044 from mainline
24499              
24500              change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
24501              such that underscores are only ignored in literal numbers,
24502              "\x{...}", and hex/oct argument
24503      Branch: maint-5.6/perl
24504           !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
24505 ____________________________________________________________________________
24506 [  7298] By: gsar                                  on 2000/10/16  04:50:53
24507         Log: integrate changes#6027..6043 from mainline
24508              
24509              podlators-1.02 update (from Russ Allbery)
24510              
24511              Pod::Man generates groff-incompatible macro definition (from
24512              Tom Christiansen)
24513              
24514              add CGI.pm v2.66 (from Lincoln Stein)
24515              
24516              introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
24517              for @- and @+ (from Johan Vromans)
24518              
24519              small nits in diagnostics.pm (from Robin Barker)
24520              
24521              whitespace adjustments
24522              
24523              missing files in MANIFEST
24524              
24525              cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
24526              to compensate
24527              
24528              remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
24529              
24530              perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
24531      Branch: maint-5.6/perl
24532           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
24533           !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
24534           !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
24535           !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
24536           !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
24537           !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
24538           !> t/lib/cgi-html.t t/lib/cgi-request.t
24539 ____________________________________________________________________________
24540 [  7297] By: gsar                                  on 2000/10/16  04:44:30
24541         Log: integrate change#6025 from mainline
24542              
24543              Is{Alnum,Alpha,Word} don't match titlecase
24544              TODO: IsSpace is defined recursively!
24545              (both spotted by Larry)
24546      Branch: maint-5.6/perl
24547           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
24548           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
24549 ____________________________________________________________________________
24550 [  7296] By: gsar                                  on 2000/10/16  04:39:30
24551         Log: integrate change#6023 from mainline
24552              
24553              debugger stomps on $. (from M.J.T. Guy)
24554      Branch: maint-5.6/perl
24555           !> lib/perl5db.pl
24556 ____________________________________________________________________________
24557 [  7295] By: gsar                                  on 2000/10/16  04:38:02
24558         Log: integrate change#6022 from mainline
24559              
24560              unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
24561      Branch: maint-5.6/perl
24562           !> sv.c
24563 ____________________________________________________________________________
24564 [  7294] By: gsar                                  on 2000/10/16  04:37:05
24565         Log: integrate changes#6018..6021 from mainline
24566              
24567              make lib/syslog.t portable to systems that don't have _PATH_LOG,
24568              make _PATH_LOG() return "" if unavailable
24569              
24570              windows portability tweaks
24571              
24572              test tweak
24573              
24574              remove Win2K issue in pod (fixed by change#6020)
24575      Branch: maint-5.6/perl
24576           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
24577           !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
24578           !> t/lib/open3.t t/lib/syslog.t win32/win32.h
24579 ____________________________________________________________________________
24580 [  7293] By: gsar                                  on 2000/10/16  04:20:00
24581         Log: integrate changes#6013..6015 from mainline
24582              
24583              tweak change#5945 to display correct switch name in diagnostic
24584              
24585              glob() loading File::Glob behind the scenes may cause syntax errors
24586              
24587              tweak test for portability
24588      Branch: maint-5.6/perl
24589           !> op.c perl.c pod/perldiag.pod t/lib/b.t
24590 ____________________________________________________________________________
24591 [  7292] By: gsar                                  on 2000/10/16  04:18:11
24592         Log: integrate changes#6005..6010 from mainline, cfgperl
24593              
24594              perldoc might fail via "use blib" (from Hugo van der Sanden)
24595              
24596              Regen Configure.
24597              
24598              note about compile failures and END blocks (from M.J.T. Guy)
24599              
24600              VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
24601              
24602              (change#6009 integrated earlier in change#7255)
24603              
24604              clarify note about shadow password support (from
24605              gellyfish@gellyfish.com)
24606      Branch: maint-5.6/perl
24607           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
24608           !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
24609           !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
24610 ____________________________________________________________________________
24611 [  7291] By: gsar                                  on 2000/10/16  04:12:03
24612         Log: integrate changes#6002,6003 from mainline
24613              
24614              destructive sv_setsv() can lose UV-ness from source, causing
24615              numeric promotions/comparisons to fail to do the right thing
24616              
24617              allow REG_EXPAND_SZ keys in Windows registry (from
24618              John Clayton <John.Clayton@barclayscapital.com>)
24619      Branch: maint-5.6/perl
24620           !> sv.c win32/win32.c
24621 ____________________________________________________________________________
24622 [  7290] By: gsar                                  on 2000/10/16  04:10:19
24623         Log: integrate change#6001 from mainline
24624              
24625              support additional library locations via $Config{otherlibdirs}
24626              (from Andy Dougherty)
24627      Branch: maint-5.6/perl
24628           !> Configure INSTALL Porting/Glossary Porting/config.sh
24629           !> Porting/config_H config_h.SH epoc/config.sh perl.c
24630           !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
24631           !> win32/config.bc win32/config.gc win32/config.vc
24632 ____________________________________________________________________________
24633 [  7289] By: gsar                                  on 2000/10/16  04:08:28
24634         Log: integrate change#5999 from mainline
24635              
24636              fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
24637      Branch: maint-5.6/perl
24638           !> t/pragma/warn/toke toke.c
24639 ____________________________________________________________________________
24640 [  7288] By: gsar                                  on 2000/10/16  04:07:01
24641         Log: integrate changes#5997,5998 from cfgperl
24642              
24643              Preserve $!.
24644              
24645              Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
24646      Branch: maint-5.6/perl
24647           !> lib/Math/Complex.pm
24648 ____________________________________________________________________________
24649 [  7287] By: gsar                                  on 2000/10/16  04:04:37
24650         Log: integrate change#5995 from mainline
24651              
24652              fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
24653      Branch: maint-5.6/perl
24654           !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
24655 ____________________________________________________________________________
24656 [  7286] By: gsar                                  on 2000/10/16  04:03:21
24657         Log: integrate change#5994 from mainline
24658              
24659              fix for missed accounting for null byte in pack("Z",...) (from
24660              M.J.T. Guy)
24661      Branch: maint-5.6/perl
24662           !> pp.c t/op/pack.t
24663 ____________________________________________________________________________
24664 [  7285] By: gsar                                  on 2000/10/16  04:02:11
24665         Log: integrate changes#5989..5993 from mainline
24666              
24667              qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
24668              itself and no other (from Tom Hughes)
24669              
24670              use $ENV{LIB} to search for libs under Visual C compiler
24671              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
24672              
24673              posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
24674              
24675              pod nit (from Simon Cozens)
24676              
24677              various minor tweaks seen on p5p
24678      Branch: maint-5.6/perl
24679           !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
24680           !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
24681           !> t/op/array.t toke.c
24682 ____________________________________________________________________________
24683 [  7284] By: gsar                                  on 2000/10/16  03:59:00
24684         Log: integrate changes#5978..5988 from mainline
24685              
24686              sync version numbers in File::Spec with the ones on CPAN
24687              (from Barrie Slaymaker)
24688              
24689              under useithreads, constant pad entries could inadvertantly be
24690              shared across threads (from Eric Blood <eblood@xmission.com>);
24691              added Eric's test case to testsuite
24692              
24693              allow Configure -S to run non-interactively (spotted by Greg Hudson
24694              <ghudson@mit.edu>)
24695              
24696              rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
24697              prototype mismatch with CORE::glob(); update pod and tests to
24698              suit (File::Glob::glob() is still available for backward
24699              compatibility, but should be considered deprecated)
24700              
24701              avoid error in IO::Socket::INET when given an unknown service name
24702              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
24703              
24704              numeric conversion of non-number in change#3378 tramples on
24705              OOK offset, causing segfaults
24706              
24707              attributes::reftype() doesn't work on tied argument
24708              
24709              forked child may not exit correctly if it failed to open
24710              /dev/console (from Graham Barr)
24711              
24712              add regular expressions tutorial and quick-start guide (from
24713              Mark Kvale <kvale@phy.ucsf.edu>)
24714              
24715              B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
24716              
24717              s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
24718              <paul@miraclefish.com>)
24719      Branch: maint-5.6/perl
24720           +> pod/perlrequick.pod pod/perlretut.pod
24721           !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
24722           !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
24723           !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
24724           !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
24725           !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
24726           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
24727           !> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
24728           !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
24729 ____________________________________________________________________________
24730 [  7283] By: gsar                                  on 2000/10/16  03:52:14
24731         Log: integrate change#5977 from mainline
24732              
24733              autoquote barewords followed by newline and arrow properly
24734              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
24735      Branch: maint-5.6/perl
24736           !> t/pragma/warn/toke toke.c
24737 ____________________________________________________________________________
24738 [  7282] By: gsar                                  on 2000/10/16  03:50:48
24739         Log: integrate change#5976 from mainline
24740              
24741              DB_File v1.73 update (from Paul Marquess)
24742      Branch: maint-5.6/perl
24743           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
24744           !> ext/DB_File/DB_File.xs ext/DB_File/version.c
24745 ____________________________________________________________________________
24746 [  7281] By: gsar                                  on 2000/10/16  03:49:14
24747         Log: integrate change#5975 from mainline
24748              
24749              allow sort() reentrancy (variant of patch suggested by
24750              Hugo van der Sanden)
24751      Branch: maint-5.6/perl
24752           !> pp_ctl.c t/op/sort.t
24753 ____________________________________________________________________________
24754 [  7280] By: gsar                                  on 2000/10/16  03:48:22
24755         Log: integrate change#5974 from mainline
24756              
24757              change#4197 somehow missed initializing PL_errors, meaning
24758              syntax error queueing wasn't working outside eval"" at all;
24759              also fixed eval"" to localize PL_error_count, so that compile-time
24760              eval's don't clobber the error state of the outer context
24761      Branch: maint-5.6/perl
24762           !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
24763           !> t/pragma/warn/toke
24764 ____________________________________________________________________________
24765 [  7279] By: gsar                                  on 2000/10/16  03:46:21
24766         Log: integrate change#5973 from mainline
24767              
24768              fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
24769      Branch: maint-5.6/perl
24770           !> regcomp.c regexec.c t/op/re_tests
24771 ____________________________________________________________________________
24772 [  7278] By: gsar                                  on 2000/10/16  03:44:54
24773         Log: integrate change#5971 from cfgperl
24774              
24775              Unicos tweaks from Mark P. Lutz.
24776      Branch: maint-5.6/perl
24777           !> hints/unicos.sh lib/Math/Complex.pm
24778 ____________________________________________________________________________
24779 [  7277] By: gsar                                  on 2000/10/16  03:42:59
24780         Log: integrate changes#5966..5970 from mainline
24781              
24782              add testsuite for B backends, fix bug in B::Deparse (from
24783              Simon Cozens <simon@brecon.co.uk>)
24784              
24785              improved docs on the warn_uninit diagnostic (from David Glasser
24786              and Simon Cozens)
24787              
24788              tolerate spaces in group names in test on solaris (from David Boyce
24789              <dsb@boyski.com>)
24790              
24791              fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
24792              
24793              Data::Dumper fumbles negative numbers on 32-bit platforms where
24794              IV is >32bits
24795      Branch: maint-5.6/perl
24796           +> t/lib/b.t t/lib/syslog.t
24797           !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
24798           !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
24799           !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
24800 ____________________________________________________________________________
24801 [  7276] By: gsar                                  on 2000/10/16  03:39:30
24802         Log: integrate change#5965 from mainline
24803              
24804              avoid "will not stay shared" warnings for our variables (from
24805              Robin Barker)
24806      Branch: maint-5.6/perl
24807           !> op.c t/pragma/warn/op
24808 ____________________________________________________________________________
24809 [  7275] By: gsar                                  on 2000/10/16  03:38:18
24810         Log: integrate change#5964 from mainline
24811              
24812              reformat to 72 columns (again)
24813      Branch: maint-5.6/perl
24814           !> pod/perldiag.pod
24815 ____________________________________________________________________________
24816 [  7274] By: gsar                                  on 2000/10/16  03:36:58
24817         Log: integrate change#5963 from mainline
24818              
24819              patch from Larry to make (\&) prototype work; added tests for
24820              the same
24821      Branch: maint-5.6/perl
24822           !> op.c t/comp/proto.t
24823 ____________________________________________________________________________
24824 [  7273] By: gsar                                  on 2000/10/16  03:35:51
24825         Log: integrate changes#5956..5962 from mainline
24826              
24827              better diagnostics on failed tests (from Ilya Zakharevich)
24828              
24829              pod nits (from A. C. Yardley <yardley@tanet.net>)
24830              
24831              change#3569 deleted some essential code, revert; avoid use of
24832              atexit() to make DynaLoader work properly on AIX under mod_perl
24833              (from Jens-Uwe Mager <jum@helios.de>)
24834              
24835              doubled words in pods (from Simon Cozens
24836              <simon.p.cozens@jp.pwcglobal.com>)
24837              
24838              better INSTALL notes on Solaris issues (from Dominic Dunlop)
24839              
24840              recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
24841              
24842              updated README.hpux (from Jeff Okamoto)
24843      Branch: maint-5.6/perl
24844           !> INSTALL README.hpux emacs/cperl-mode.el
24845           !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
24846           !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
24847           !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
24848           !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
24849           !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
24850           !> t/op/lex_assign.t
24851 ____________________________________________________________________________
24852 [  7272] By: gsar                                  on 2000/10/16  03:31:22
24853         Log: integrate change#5955 from mainline
24854              
24855              longstanding bug exposed by change#3307: sort arguments weren't
24856              compiled with the right wantarray context (ensuing runtime lookup
24857              via block_gimme() was getting the incidental context of the
24858              sort() itself)
24859      Branch: maint-5.6/perl
24860           !> op.c t/op/sort.t
24861 ____________________________________________________________________________
24862 [  7271] By: gsar                                  on 2000/10/16  03:29:11
24863         Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
24864              branch
24865              
24866              Flatten the cpp jungle doing the nosuid checking.
24867              
24868              Do not assume sign propagation. (from M.J.T. Guy)
24869              
24870              Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
24871              
24872              Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
24873              Now pp_ncmp() returns undef is either operand is a NaN.
24874              
24875              On second thoughts frexp() does have two arguments.
24876              
24877              Document that tr() is not tr(1).
24878              
24879              Be more robust on "extreme" (large absolute value)
24880              arguments.  Originally reported by Daniel Connelly
24881              as a problem with asinh() on large negative arguments,
24882              asinh() used to bail out because an argument to log()
24883              ended up being zero.  Ilya Zakharevich proposed using
24884              Taylor's series in such cases, which for such large
24885              arguments is a very good approximation.
24886              
24887              Undo "use integer" addition from 64bitint as it seems
24888              to break most of the subtests in Digital UNIX;
24889              Unicos needs to find another way.
24890      Branch: maint-5.6/perl
24891           !> (integrate 29 files)
24892 ____________________________________________________________________________
24893 [  7270] By: gsar                                  on 2000/10/16  03:09:44
24894         Log: integrate changes#5948,5949,5950 from mainline
24895              
24896              typo in vars.pm that leads to cryptic message (from Piotr
24897              Piatkowski <kompas@kompas.usr.onet.pl>)
24898              
24899              make perldoc use the pod2man from the same version (from
24900              M.J.T. Guy)
24901              
24902              reformat perldiag to avoid long lines
24903      Branch: maint-5.6/perl
24904           !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
24905 ____________________________________________________________________________
24906 [  7269] By: gsar                                  on 2000/10/16  03:05:54
24907         Log: integrate change#5947 from mainline
24908              
24909              use &dl_error rather than &dl_load_file as the guard for calling
24910              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
24911              statically built perl)
24912      Branch: maint-5.6/perl
24913           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
24914 ____________________________________________________________________________
24915 [  7268] By: gsar                                  on 2000/10/16  03:04:48
24916         Log: integrate change#5945 from mainline
24917              
24918              make module name mandatory after -M switch; reorder perldiag
24919              alphabetically (from Mark-Jason Dominus)
24920      Branch: maint-5.6/perl
24921           !> perl.c pod/perldiag.pod
24922 ____________________________________________________________________________
24923 [  7267] By: gsar                                  on 2000/10/16  03:03:01
24924         Log: integrate change#5939 from mainline
24925              
24926              more pod nits (from Larry Virden)
24927      Branch: maint-5.6/perl
24928           !> README.win32 pod/perlsub.pod pod/perlsyn.pod
24929           !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
24930           !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
24931 ____________________________________________________________________________
24932 [  7266] By: gsar                                  on 2000/10/16  03:01:39
24933         Log: integrate change#5938 from mainline
24934              
24935              Consolidated B::Deparse fixes (from Stephen McCamant)
24936      Branch: maint-5.6/perl
24937           !> ext/B/B/Deparse.pm
24938 ____________________________________________________________________________
24939 [  7265] By: gsar                                  on 2000/10/16  03:00:43
24940         Log: integrate change#5936 from mainline
24941              
24942              additional tests for change#7263 (from Paul Marquess)
24943      Branch: maint-5.6/perl
24944           !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
24945           !> t/pragma/warn/5nolint t/pragma/warn/6default
24946 ____________________________________________________________________________
24947 [  7264] By: gsar                                  on 2000/10/16  02:58:34
24948         Log: integrate change#5934 from mainline
24949              
24950              propagate lexical warnings from surrounding scope correctly
24951              within string eval() (from Paul Marquess)
24952      Branch: maint-5.6/perl
24953           !> pp_ctl.c t/pragma/warn/pp_ctl
24954 ____________________________________________________________________________
24955 [  7263] By: gsar                                  on 2000/10/16  02:56:53
24956         Log: integrate change#5932 from mainline
24957              
24958              add rsignal(), whichsig() and do_join() to public API list
24959              (mod_perl uses them to good advantage)
24960      Branch: maint-5.6/perl
24961           !> embed.pl global.sym objXSUB.h perlapi.c proto.h
24962 ____________________________________________________________________________
24963 [  7262] By: gsar                                  on 2000/10/16  02:55:53
24964         Log: integrate change#5931 from mainline
24965              
24966              fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
24967      Branch: maint-5.6/perl
24968           !> pp_hot.c regexec.c t/op/pat.t
24969 ____________________________________________________________________________
24970 [  7261] By: gsar                                  on 2000/10/16  02:55:01
24971         Log: integrate change#5930 from mainline
24972              
24973              small os390 tweaks (from Peter Prymmer)
24974      Branch: maint-5.6/perl
24975           !> config_h.SH makedepend.SH
24976 ____________________________________________________________________________
24977 [  7260] By: gsar                                  on 2000/10/16  02:54:10
24978         Log: integrate change#5929 from mainline
24979              
24980              pod nits
24981      Branch: maint-5.6/perl
24982           !> pod/perlguts.pod
24983 ____________________________________________________________________________
24984 [  7259] By: gsar                                  on 2000/10/16  02:52:55
24985         Log: integrate change#5927 from mainline
24986              
24987              arrange for next() to resume at the unstack op rather than the
24988              loop conditional, so that scope cleanup happens correctly
24989              (from Stephen McCamant)
24990      Branch: maint-5.6/perl
24991           !> op.c pp_ctl.c t/op/misc.t
24992 ____________________________________________________________________________
24993 [  7258] By: gsar                                  on 2000/10/16  02:51:38
24994         Log: integrate change#5926 from mainline
24995              
24996              on windows, reserve 16M of stack rather than 128M (allows more
24997              threads to run concurrently)
24998      Branch: maint-5.6/perl
24999           !> win32/Makefile win32/makefile.mk
25000 ____________________________________________________________________________
25001 [  7257] By: gsar                                  on 2000/10/16  02:50:37
25002         Log: integrate change#5925 from mainline
25003              
25004              POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
25005      Branch: maint-5.6/perl
25006           !> toke.c
25007 ____________________________________________________________________________
25008 [  7256] By: gsar                                  on 2000/10/16  02:49:36
25009         Log: integrate change#5924 from mainline
25010              
25011              avoid using uninitialized memory in require version check
25012      Branch: maint-5.6/perl
25013           !> pp_ctl.c universal.c
25014 ____________________________________________________________________________
25015 [  7255] By: gsar                                  on 2000/10/16  02:48:03
25016         Log: integrate changes#5923,5928,6009 from mainline
25017              
25018              IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
25019      Branch: maint-5.6/perl
25020           !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
25021 ____________________________________________________________________________
25022 [  7254] By: gsar                                  on 2000/10/16  02:44:46
25023         Log: integrate change#5922 from mainline
25024              
25025              commentary about IoTYPE() (from Nathan Torkington)
25026      Branch: maint-5.6/perl
25027           !> sv.h
25028 ____________________________________________________________________________
25029 [  7253] By: gsar                                  on 2000/10/16  02:43:49
25030         Log: integrate change#5921 from mainline
25031              
25032              make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
25033      Branch: maint-5.6/perl
25034           !> sv.c t/lib/charnames.t t/pragma/utf8.t
25035 ____________________________________________________________________________
25036 [  7252] By: gsar                                  on 2000/10/16  02:42:31
25037         Log: integrate change#5920 from mainline
25038              
25039              Larry's fix for buggy propagation of utf8-ness in join(); add test
25040      Branch: maint-5.6/perl
25041           !> doop.c t/op/ver.t
25042 ____________________________________________________________________________
25043 [  7251] By: gsar                                  on 2000/10/16  02:41:14
25044         Log: integrate changes#5915..5919 from mainline
25045              
25046              various (pod tweaks &c)
25047      Branch: maint-5.6/perl
25048           !> (integrate 33 files)
25049 ____________________________________________________________________________
25050 [  7250] By: gsar                                  on 2000/10/16  02:38:16
25051         Log: integrate change#5914 from mainline
25052              
25053              caller() wasn't returning the right number of elements for
25054              eval {...}
25055      Branch: maint-5.6/perl
25056           !> pp_ctl.c t/pragma/warn/9enabled
25057 ____________________________________________________________________________
25058 [  7249] By: gsar                                  on 2000/10/16  02:37:02
25059         Log: integrate change#5913 from mainline
25060              
25061              pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
25062              (from Mark-Jason Dominus)
25063      Branch: maint-5.6/perl
25064           !> pod/perlfunc.pod
25065 ____________________________________________________________________________
25066 [  7248] By: gsar                                  on 2000/10/16  02:35:58
25067         Log: integrate change#5912 from mainline
25068              
25069              fix totally broken caching in UNIVERSAL::isa() (from
25070              Nick Ing-Simmons)
25071      Branch: maint-5.6/perl
25072           !> t/op/universal.t universal.c
25073 ____________________________________________________________________________
25074 [  7247] By: gsar                                  on 2000/10/16  02:34:27
25075         Log: integrate changes#5910,5911 from mainline
25076              
25077              typo in pod
25078              
25079              add linebreak properties from unicode/LineBrk.txt (from
25080              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
25081      Branch: maint-5.6/perl
25082           +> (branch 29 files)
25083           !> ext/Thread/Thread.pm lib/unicode/mktables.PL
25084 ____________________________________________________________________________
25085 [  7246] By: gsar                                  on 2000/10/16  02:33:29
25086         Log: integrate change#5909 from mainline
25087              
25088              mode argument to do_binmode() should be file mode, not boolean
25089      Branch: maint-5.6/perl
25090           !> pp_sys.c
25091 ____________________________________________________________________________
25092 [  7245] By: gsar                                  on 2000/10/16  02:31:04
25093         Log: integrate change#5908 from mainline
25094              
25095              introduce illegal symbols into null package so that
25096              gv_fetchpv(...,TRUE) always returns a valid GV even when the
25097              symbol is trapped by strictures (avoids coredumps)
25098      Branch: maint-5.6/perl
25099           !> embedvar.h gv.c intrpvar.h perl.c perlapi.h
25100           !> t/pragma/strict-vars
25101 ____________________________________________________________________________
25102 [  7244] By: jhi                                   on 2000/10/16  02:29:54
25103         Log: Subject: $Carp::ExportLevel confusion in Exporter
25104              From: "Ben Tilly" <ben_tilly@hotmail.com>
25105              Date: Sat, 14 Oct 2000 16:44:34 EDT
25106              Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
25107      Branch: perl
25108            ! lib/Exporter/Heavy.pm
25109 ____________________________________________________________________________
25110 [  7243] By: jhi                                   on 2000/10/16  02:28:33
25111         Log: Subject: [PATCH perlguts.pod] Document offset hack
25112              From: Simon Cozens <simon@cozens.net>
25113              Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
25114              Date: Sat, 14 Oct 2000 19:32:25 +0100
25115      Branch: perl
25116            ! pod/perlguts.pod
25117 ____________________________________________________________________________
25118 [  7242] By: gsar                                  on 2000/10/16  02:26:51
25119         Log: integrate changes#5905,5906,5907,6064 from mainline
25120              
25121              printf/sprintf didn't get quad types right under use64bitint
25122      Branch: maint-5.6/perl
25123           !> pp_sys.c sv.c t/op/64bitint.t
25124 ____________________________________________________________________________
25125 [  7241] By: jhi                                   on 2000/10/16  02:22:44
25126         Log: Subject: small pod patch
25127              From: Dan Boorstein <dan_boo@bellsouth.net>
25128              Date: Sat, 14 Oct 2000 14:29:24 -0400
25129              Message-ID: <39E8A604.B501DB4F@bellsouth.net>
25130      Branch: perl
25131            ! pod/perlfaq7.pod pod/perlmod.pod
25132 ____________________________________________________________________________
25133 [  7240] By: jhi                                   on 2000/10/16  02:13:46
25134         Log: -w cleanup.
25135              
25136              Subject: Re: Problems with bleadperl 
25137              From: "Stephen P. Potter" <spp@ds.net>
25138              Date: Fri, 13 Oct 2000 13:32:49 -0400
25139              Message-Id: <200010131732.NAA19391@spp.users.ds.net>
25140      Branch: perl
25141            ! t/pragma/overload.t
25142 ____________________________________________________________________________
25143 [  7239] By: jhi                                   on 2000/10/16  01:41:18
25144         Log: One more ~utf8 tweak.
25145      Branch: perl
25146            ! t/op/bop.t
25147 ____________________________________________________________________________
25148 [  7238] By: jhi                                   on 2000/10/16  01:34:14
25149         Log: Tweak the test of #7235.
25150      Branch: perl
25151            ! t/op/bop.t
25152 ____________________________________________________________________________
25153 [  7237] By: jhi                                   on 2000/10/16  01:25:04
25154         Log: Fix a couple of compiler-noted nits in #7235.
25155      Branch: perl
25156            ! pp.c
25157 ____________________________________________________________________________
25158 [  7236] By: jhi                                   on 2000/10/16  01:22:46
25159         Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
25160      Branch: perl
25161            ! pp.c pp_hot.c
25162 ____________________________________________________________________________
25163 [  7235] By: jhi                                   on 2000/10/15  16:24:44
25164         Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
25165              
25166              From: Simon Cozens <simon@cozens.net>
25167              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
25168              Date: Sat, 14 Oct 2000 20:52:13 +0100
25169              Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
25170      Branch: perl
25171            ! pp.c t/op/bop.t utf8.h
25172 ____________________________________________________________________________
25173 [  7234] By: jhi                                   on 2000/10/15  15:19:29
25174         Log: split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
25175              The problem was that rx->minlen was in chars while pp_split()
25176              thought it would be in bytes. 
25177      Branch: perl
25178            ! pp.c t/pragma/utf8.t
25179 ____________________________________________________________________________
25180 [  7233] By: jhi                                   on 2000/10/14  20:24:24
25181         Log: Document FNCASE=y as discussed in the bug 20000902.009.
25182      Branch: perl
25183            ! README.dos
25184 ____________________________________________________________________________
25185 [  7232] By: jhi                                   on 2000/10/14  18:52:21
25186         Log: Add test for bug id 20000427.003 (which seems to have
25187              been fixed) (also duplicate as 20000427.004, though
25188              with a higher severity).  Move one utf8 from op/append
25189              to pragma/utf8, tag the tests with bug ids.
25190      Branch: perl
25191            ! t/op/append.t t/pragma/utf8.t
25192 ____________________________________________________________________________
25193 [  7231] By: jhi                                   on 2000/10/14  17:28:37
25194         Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
25195      Branch: perl
25196            ! t/pragma/utf8.t
25197 ____________________________________________________________________________
25198 [  7230] By: jhi                                   on 2000/10/14  14:24:50
25199         Log: Needs to be conditional on SunOS 4.
25200              
25201              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
25202              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
25203              Date: Sat, 14 Oct 2000 13:37:49 +0100
25204              Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
25205      Branch: metaconfig/U/perl
25206            ! End.U
25207      Branch: perl
25208            ! Configure myconfig.SH pod/perldelta.pod
25209 ____________________________________________________________________________
25210 [  7229] By: jhi                                   on 2000/10/14  00:49:22
25211         Log: Update Changes.
25212      Branch: perl
25213            ! Changes patchlevel.h
25214 ____________________________________________________________________________
25215 [  7228] By: jhi                                   on 2000/10/14  00:46:10
25216         Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
25217              From: Peter Prymmer <pvhp@forte.com>
25218              Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
25219              Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
25220      Branch: perl
25221            ! lib/utf8.pm
25222 ____________________________________________________________________________
25223 [  7227] By: jhi                                   on 2000/10/13  23:20:30
25224         Log: Make the test acknowledge that self-ties are disabled as #7213 said.
25225      Branch: perl
25226            ! t/op/tie.t
25227 ____________________________________________________________________________
25228 [  7226] By: jhi                                   on 2000/10/13  22:14:32
25229         Log: Tweak #7225.
25230              
25231              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
25232              From: Peter Prymmer <pvhp@forte.com>
25233              Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
25234              Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
25235      Branch: perl
25236            ! t/op/sprintf.t
25237 ____________________________________________________________________________
25238 [  7225] By: jhi                                   on 2000/10/13  22:11:31
25239         Log: op/sprintf.t patch for OS/390 (and any other host with limited
25240              floating-point exponent length)
25241              
25242              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
25243              From: Dominic Dunlop <domo@computer.org>
25244              Date: Fri, 13 Oct 2000 19:17:57 +0200
25245              Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
25246      Branch: perl
25247            ! t/op/sprintf.t
25248 ____________________________________________________________________________
25249 [  7224] By: jhi                                   on 2000/10/13  18:40:48
25250         Log: Allow @+ and @- to be doublequoted, from Simon Cozens. 
25251      Branch: perl
25252            ! toke.c
25253 ____________________________________________________________________________
25254 [  7223] By: jhi                                   on 2000/10/13  18:37:13
25255         Log: Thinko in #7222.
25256      Branch: perl
25257            ! utf8.c
25258 ____________________________________________________________________________
25259 [  7222] By: jhi                                   on 2000/10/13  18:05:23
25260         Log: Use UTF8SKIP(), from Simon Cozens.
25261      Branch: perl
25262            ! utf8.c
25263 ____________________________________________________________________________
25264 [  7221] By: jhi                                   on 2000/10/13  15:43:19
25265         Log: (accidentally empty check-in)
25266      Branch: perl
25267            ! utf8.c
25268 ____________________________________________________________________________
25269 [  7220] By: jhi                                   on 2000/10/13  15:23:51
25270         Log: Add (optimistically) Storable to static extensions.
25271      Branch: perl
25272            ! hints/uwin.sh hints/vmesa.sh
25273 ____________________________________________________________________________
25274 [  7219] By: jhi                                   on 2000/10/13  15:20:05
25275         Log: Amdahl UTS doesn't seem to do dynaloading.
25276      Branch: perl
25277            ! hints/uts.sh
25278 ____________________________________________________________________________
25279 [  7218] By: jhi                                   on 2000/10/13  15:15:20
25280         Log: Slight tweak of the code to appease Amdahl UTS cc.
25281      Branch: perl
25282            ! pp.c
25283 ____________________________________________________________________________
25284 [  7217] By: jhi                                   on 2000/10/13  14:50:42
25285         Log: In Amdahl UTS "struct sv" is defined by a system header,
25286              <ksync.h>.
25287      Branch: perl
25288            ! perl.h sv.h
25289 ____________________________________________________________________________
25290 [  7216] By: jhi                                   on 2000/10/13  11:58:25
25291         Log: Ilya implemented the memory profiling API.
25292      Branch: perl
25293            ! Todo
25294 ____________________________________________________________________________
25295 [  7215] By: jhi                                   on 2000/10/13  02:56:38
25296         Log: Subject: [PATCH 5.7.0] Perl API for mstats
25297              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25298              Date: Thu, 12 Oct 2000 22:52:40 -0400
25299              Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
25300      Branch: perl
25301            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
25302 ____________________________________________________________________________
25303 [  7214] By: jhi                                   on 2000/10/13  02:55:38
25304         Log: Subject: [PATCH 5.7.0] IVs in mtats
25305              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25306              Date: Thu, 12 Oct 2000 22:51:04 -0400
25307              Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
25308      Branch: perl
25309            ! malloc.c perl.h
25310 ____________________________________________________________________________
25311 [  7213] By: jhi                                   on 2000/10/13  02:31:47
25312         Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
25313      Branch: perl
25314            ! pod/perldiag.pod pp_sys.c
25315 ____________________________________________________________________________
25316 [  7212] By: jhi                                   on 2000/10/13  01:27:38
25317         Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
25318              From: Peter Prymmer <pvhp@forte.com>
25319              Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
25320              Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
25321      Branch: perl
25322            ! t/op/oct.t
25323 ____________________________________________________________________________
25324 [  7211] By: jhi                                   on 2000/10/13  00:35:09
25325         Log: Update Changes.
25326      Branch: perl
25327            ! Changes patchlevel.h
25328 ____________________________________________________________________________
25329 [  7210] By: jhi                                   on 2000/10/12  23:59:40
25330         Log: The Install.pm third of
25331              
25332              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
25333              From: Bill Campbell <bill@celestial.com>
25334              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
25335              Date: Thu, 5 Oct 2000 18:04:51 -0700
25336      Branch: perl
25337            ! lib/ExtUtils/Install.pm
25338 ____________________________________________________________________________
25339 [  7209] By: jhi                                   on 2000/10/12  23:58:43
25340         Log: Two thirds of
25341              
25342              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
25343              Date: Thu, 5 Oct 2000 18:04:51 -0700
25344              From: Bill Campbell <bill@celestial.com>
25345              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
25346              
25347              The Install.pm changes will be submitted separately because
25348              they need some work and discussion still.
25349      Branch: perl
25350            ! lib/getopts.pl lib/termcap.pl
25351 ____________________________________________________________________________
25352 [  7208] By: jhi                                   on 2000/10/12  23:41:19
25353         Log: Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
25354              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
25355              Date:     Thu, 12 Oct 2000 07:30:02 EDT
25356              Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
25357      Branch: perl
25358            ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
25359            ! t/pod/testp2pt.pl vms/gen_shrfls.pl
25360 ____________________________________________________________________________
25361 [  7207] By: jhi                                   on 2000/10/12  23:39:01
25362         Log: An updated EBCDIC tr patch.
25363              
25364              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
25365              From: Peter Prymmer <pvhp@forte.com>
25366              Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
25367              Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
25368      Branch: perl
25369            ! t/op/tr.t
25370 ____________________________________________________________________________
25371 [  7206] By: jhi                                   on 2000/10/12  23:34:55
25372         Log: Upgrade to CPAN 1.58, from Andreas König.
25373      Branch: perl
25374            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
25375 ____________________________________________________________________________
25376 [  7205] By: jhi                                   on 2000/10/12  23:29:08
25377         Log: Introduce the man[24-8] variables, from Andy Dougherty.
25378      Branch: metaconfig/U/perl
25379            + mandirs.U mandirstyle.U
25380      Branch: perl
25381            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
25382            ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
25383            ! vos/config.h vos/config.pl vos/config_h.SH_orig
25384            ! win32/config.bc win32/config.gc win32/config.vc
25385 ____________________________________________________________________________
25386 [  7204] By: gsar                                  on 2000/10/12  18:11:24
25387         Log: restore change#7202
25388      Branch: perl
25389            ! mg.c
25390 ____________________________________________________________________________
25391 [  7203] By: gsar                                  on 2000/10/12  18:09:40
25392         Log: another test of the Emergency Broadcast System--back out 
25393              change#7202
25394      Branch: perl
25395            ! mg.c
25396 ____________________________________________________________________________
25397 [  7202] By: gsar                                  on 2000/10/12  16:40:47
25398         Log: (submitted on behalf of Jarkko)
25399              Fix the lib/encode.t subtest 6 failure as reported by Andreas
25400              Koenig, gmagical substr() wasn't propagating UTF8ness.  The bug
25401              was unearthed by change 7182, as was a bug in HTML::Entities.
25402      Branch: perl
25403            ! mg.c
25404 ____________________________________________________________________________
25405 [  7201] By: jhi                                   on 2000/10/11  03:16:05
25406         Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
25407      Branch: perl
25408            ! pp_hot.c t/pragma/utf8.t
25409 ____________________________________________________________________________
25410 [  7200] By: jhi                                   on 2000/10/11  00:40:30
25411         Log: The #7198 was a false alarm.
25412      Branch: perl
25413            ! pp_hot.c
25414 ____________________________________________________________________________
25415 [  7199] By: jhi                                   on 2000/10/11  00:26:04
25416         Log: Remove duplicated code.
25417      Branch: perl
25418            ! t/lib/cgi-html.t
25419 ____________________________________________________________________________
25420 [  7198] By: jhi                                   on 2000/10/10  23:30:46
25421         Log: (Retracted by #7200.)
25422      Branch: perl
25423            ! pp_hot.c
25424 ____________________________________________________________________________
25425 [  7197] By: jhi                                   on 2000/10/10  21:49:30
25426         Log: Add the test case for #7190, from the original bug report
25427              by Andreas König.
25428      Branch: perl
25429            ! t/pragma/utf8.t
25430 ____________________________________________________________________________
25431 [  7196] By: jhi                                   on 2000/10/10  21:40:49
25432         Log: Reapply Andy's patch and regen Configure.
25433      Branch: perl
25434            ! Configure INSTALL Makefile.SH Porting/Glossary
25435            ! Porting/config.sh config_h.SH epoc/config.sh installperl
25436            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
25437            ! win32/config.vc
25438 ____________________________________________________________________________
25439 [  7195] By: jhi                                   on 2000/10/10  21:09:30
25440         Log: Use the versiononly instead of the installscripts,
25441              retract the changes 7146 and 7147.
25442      Branch: perl
25443            ! Configure INSTALL Makefile.SH Porting/Glossary
25444            ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
25445            ! installperl uconfig.sh vos/config.def win32/config.bc
25446            ! win32/config.gc win32/config.vc
25447 ____________________________________________________________________________
25448 [  7194] By: jhi                                   on 2000/10/10  21:06:15
25449         Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
25450              From: Peter Prymmer <pvhp@forte.com>
25451              Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
25452              Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
25453      Branch: perl
25454            ! t/op/ver.t
25455 ____________________________________________________________________________
25456 [  7193] By: jhi                                   on 2000/10/10  21:05:12
25457         Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
25458              From: Peter Prymmer <pvhp@forte.com>
25459              Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
25460              Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
25461      Branch: perl
25462            ! t/op/tr.t
25463 ____________________________________________________________________________
25464 [  7192] By: jhi                                   on 2000/10/10  20:57:30
25465         Log: Add versiononly, delete installscripts, from Andy Dougherty.
25466      Branch: metaconfig
25467            - U/installdirs/installscripts.U
25468      Branch: metaconfig/U/perl
25469            + versiononly.U
25470 ____________________________________________________________________________
25471 [  7191] By: jhi                                   on 2000/10/10  19:41:21
25472         Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
25473              From: Peter Prymmer <pvhp@forte.com>
25474              Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
25475              Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
25476      Branch: perl
25477            ! pod/perlebcdic.pod
25478 ____________________________________________________________________________
25479 [  7190] By: jhi                                   on 2000/10/10  19:26:14
25480         Log: Subject: Re: utf8 concat, mg_get
25481              From: Simon Cozens <simon@cozens.net>
25482              Date: Tue, 10 Oct 2000 17:40:17 +0100
25483              Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
25484      Branch: perl
25485            ! pp_hot.c
25486 ____________________________________________________________________________
25487 [  7189] By: jhi                                   on 2000/10/10  19:23:03
25488         Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
25489              From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
25490              Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
25491              Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
25492      Branch: perl
25493            ! lib/ExtUtils/MM_Unix.pm
25494 ____________________________________________________________________________
25495 [  7188] By: jhi                                   on 2000/10/10  15:31:24
25496         Log: Subject: RE: [ID 19990803.001] README.win32 suggestions 
25497              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
25498              Date: Fri, 14 Jul 2000 10:47:36 +0100
25499              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
25500      Branch: perl
25501            ! README.win32
25502 ____________________________________________________________________________
25503 [  7187] By: jhi                                   on 2000/10/10  13:30:10
25504         Log: Quote the temp file name, needed in Win32 because the
25505              default name unfortunately contains spaces, shouldn't
25506              hurt elsewhere.
25507              
25508              Subject: FW: perldoc fails if $TEMP contains spaces
25509              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
25510              Date: Thu, 14 Sep 2000 08:58:45 +0100
25511              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
25512      Branch: perl
25513            ! utils/perldoc.PL
25514 ____________________________________________________________________________
25515 [  7186] By: jhi                                   on 2000/10/10  13:16:27
25516         Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
25517              From: hv@hugo.hybyte.com
25518              Date: Tue, 10 Oct 2000 14:10:20 +0100
25519              Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
25520      Branch: perl
25521            ! t/lib/thr5005.t util.c
25522 ____________________________________________________________________________
25523 [  7185] By: jhi                                   on 2000/10/10  12:06:22
25524         Log: Upgrade to podlators 1.04, from Russ Allbery.
25525      Branch: perl
25526            ! lib/Pod/Man.pm lib/Pod/Text.pm
25527 ____________________________________________________________________________
25528 [  7184] By: jhi                                   on 2000/10/10  12:01:32
25529         Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
25530      Branch: perl
25531            ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
25532 ____________________________________________________________________________
25533 [  7183] By: jhi                                   on 2000/10/09  23:47:15
25534         Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
25535              From: Peter Prymmer <pvhp@forte.com>
25536              Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
25537              Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
25538      Branch: perl
25539            ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
25540 ____________________________________________________________________________
25541 [  7182] By: jhi                                   on 2000/10/09  23:43:16
25542         Log: Make eq work again with utf8 (disabling the upgrading
25543              should no more be necessary since the copies of the
25544              scalars are upgraded, not the scalars themselves).
25545              Takes care of ID 20001009.001.  (The claimed length()
25546              bug in 20001009.001 seems bogus to me.)
25547      Branch: perl
25548            ! sv.c t/pragma/utf8.t
25549 ____________________________________________________________________________
25550 [  7181] By: gsar                                  on 2000/10/09  19:41:54
25551         Log: tweak for change#7173
25552      Branch: perl
25553            ! win32/win32sck.c
25554 ____________________________________________________________________________
25555 [  7180] By: gsar                                  on 2000/10/09  19:26:56
25556         Log: on Windows, clean targets might not work under some flavors of the shell
25557      Branch: perl
25558            ! win32/Makefile win32/makefile.mk
25559 ____________________________________________________________________________
25560 [  7179] By: jhi                                   on 2000/10/09  19:21:02
25561         Log: Update Changes.
25562      Branch: perl
25563            ! Changes patchlevel.h
25564 ____________________________________________________________________________
25565 [  7178] By: jhi                                   on 2000/10/09  19:18:23
25566         Log: Warn about unknown scripts.
25567              
25568              Subject: Re: ideas? patches? [PATCH bleadperl]
25569              From: Dominic Dunlop <domo@computer.org>
25570              Date: Mon, 9 Oct 2000 14:57:17 +0200
25571              Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
25572      Branch: perl
25573            ! lib/charnames.pm
25574 ____________________________________________________________________________
25575 [  7177] By: jhi                                   on 2000/10/09  19:13:27
25576         Log: Change #7160 had a nasty typo.
25577      Branch: metaconfig
25578            ! U/compline/Compile.U
25579      Branch: perl
25580            ! Configure config_h.SH
25581 ____________________________________________________________________________
25582 [  7176] By: gsar                                  on 2000/10/09  18:59:33
25583         Log: pod nit
25584      Branch: perl
25585            ! pod/perlport.pod
25586 ____________________________________________________________________________
25587 [  7175] By: gsar                                  on 2000/10/09  18:54:28
25588         Log: Windows9x doesn't support link(), despite what Config.pm
25589              might think
25590      Branch: perl
25591            ! lib/ExtUtils/Manifest.pm
25592 ____________________________________________________________________________
25593 [  7174] By: gsar                                  on 2000/10/09  18:50:03
25594         Log: avoid nonportable example code
25595      Branch: perl
25596            ! lib/File/Copy.pm
25597 ____________________________________________________________________________
25598 [  7173] By: gsar                                  on 2000/10/09  18:46:54
25599         Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
25600              being used) when closing a socket handle
25601      Branch: perl
25602            ! win32/win32.c win32/win32.h win32/win32sck.c
25603 ____________________________________________________________________________
25604 [  7172] By: gsar                                  on 2000/10/09  18:41:40
25605         Log: on Windows, cwd strings in the environment should be of the
25606              form =X:=X:\foo instead of =X=X:\foo\
25607      Branch: perl
25608            ! win32/vdir.h
25609 ____________________________________________________________________________
25610 [  7171] By: gsar                                  on 2000/10/09  18:30:09
25611         Log: on Windows, LoadLibrary() could load an extension DLL multiple
25612              times if forward slashes are used in the path
25613      Branch: perl
25614            ! win32/win32.c
25615 ____________________________________________________________________________
25616 [  7170] By: jhi                                   on 2000/10/09  17:53:59
25617         Log: Add a todo note about overloadable assertions.
25618      Branch: perl
25619            ! Todo-5.6
25620 ____________________________________________________________________________
25621 [  7169] By: jhi                                   on 2000/10/09  13:43:45
25622         Log: Subject: PATCH 5.6 perldebguts grammar cleanup
25623              From: mjd@plover.com
25624              Date: 9 Oct 2000 00:24:44 -0000
25625              Message-ID: <20001009002444.10616.qmail@plover.com>
25626      Branch: perl
25627            ! pod/perldebguts.pod
25628 ____________________________________________________________________________
25629 [  7168] By: nick                                  on 2000/10/08  13:16:33
25630         Log: Tables assume network byte order for 16 bit forms, so 'S' packing
25631              is not right thing to do on (e.g. x86). Network order is also "right" for
25632              X fonts.
25633      Branch: perl
25634            ! ext/Encode/Encode.pm
25635 ____________________________________________________________________________
25636 [  7167] By: nick                                  on 2000/10/08  12:54:42
25637         Log: Make "encodings" work post-install when Encode/*.enc files may not
25638              be in same directory as Encode.pm
25639      Branch: perl
25640            ! ext/Encode/Encode.pm
25641 ____________________________________________________________________________
25642 [  7166] By: nick                                  on 2000/10/08  11:51:26
25643         Log: Work round the fact that $hash->{$key} does not take into account
25644              UTF8'ness of $key yet.  Thus fromUnicode needs to do $hash->{chr(ord($ch))}
25645              so that key is always in the "expected" encoding - i.e. same way we put
25646              it in the hash.
25647      Branch: perl
25648            ! ext/Encode/Encode.pm
25649 ____________________________________________________________________________
25650 [  7165] By: gsar                                  on 2000/10/08  04:15:29
25651         Log: save_re_context() could reset PL_curcop to freed memory, causing core
25652              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
25653      Branch: perl
25654            ! pp_ctl.c
25655 ____________________________________________________________________________
25656 [  7164] By: jhi                                   on 2000/10/06  20:51:48
25657         Log: UTF8ize split() so that the cloned substrings get the UTF8
25658              flag of the original scalar.  Problem reported by Simon Cozens.
25659      Branch: perl
25660            ! pp.c t/pragma/utf8.t
25661 ____________________________________________________________________________
25662 [  7163] By: nick                                  on 2000/10/06  20:48:34
25663         Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
25664              got a false +ve and so did not reach code which would have un-FAKEd the SV.
25665      Branch: perl
25666            ! sv.c
25667 ____________________________________________________________________________
25668 [  7162] By: nick                                  on 2000/10/06  20:25:37
25669         Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
25670              To fix  (sort {$a <=> $b} keys %hash) in particular but
25671              should cover a number of other as-yet-unknown cases as well.
25672      Branch: perl
25673            ! sv.c
25674 ____________________________________________________________________________
25675 [  7161] By: jhi                                   on 2000/10/06  19:56:18
25676         Log: Change the version number of Tie::Handle in the core to 4.0,
25677              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
25678              
25679              Subject: Note on Tie::Handle
25680              From: andreas.koenig@anima.de (Andreas J. Koenig)
25681              Date:      06 Oct 2000 21:48:58 +0200
25682              Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
25683      Branch: perl
25684            ! lib/Tie/Handle.pm
25685 ____________________________________________________________________________
25686 [  7160] By: jhi                                   on 2000/10/06  18:20:35
25687         Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
25688              as the first option of cc/ld because of ultrapicky compilers
25689              (e.g. OS/390 R2.5)
25690      Branch: metaconfig
25691            + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
25692            ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
25693            ! U/compline/orderlib.U U/modified/Cppsym.U
25694            ! U/modified/d_access.U
25695      Branch: metaconfig/U/perl
25696            ! Checkcc.U d_dlsymun.U gccvers.U
25697      Branch: perl
25698            ! Configure config_h.SH
25699 ____________________________________________________________________________
25700 [  7159] By: jhi                                   on 2000/10/06  13:56:39
25701         Log: Update Changes.
25702      Branch: perl
25703            ! Changes patchlevel.h
25704 ____________________________________________________________________________
25705 [  7158] By: jhi                                   on 2000/10/06  12:48:40
25706         Log: Eliminate $Is_VMS code from the test.
25707              
25708              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
25709              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
25710              Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
25711              Date:     Thu, 5 Oct 2000 07:46:33 EDT
25712      Branch: perl
25713            ! t/lib/b.t
25714 ____________________________________________________________________________
25715 [  7157] By: jhi                                   on 2000/10/06  12:47:13
25716         Log: Also the $ccflags is needed for the C compiler check.
25717              
25718              Subject: Configure (check for C-compiler)
25719              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
25720              Date: Fri, 06 Oct 2000 08:47:15 +0200
25721              Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
25722      Branch: metaconfig/U/perl
25723            ! Checkcc.U
25724      Branch: perl
25725            ! Configure config_h.SH
25726 ____________________________________________________________________________
25727 [  7156] By: jhi                                   on 2000/10/06  11:45:15
25728         Log: The HINT_BYTE patch is apparently unnecessary, retracted.
25729      Branch: perl
25730            ! perl.c pp_ctl.c sv.h utf8.c
25731 ____________________________________________________________________________
25732 [  7155] By: jhi                                   on 2000/10/06  11:40:41
25733         Log: IO::Handle->syswrite() did not handle length omission
25734              like CORE::syswrite() does.
25735              
25736              Subject: [Fwd] IO::Handle, syswrite and arguments
25737              From: Graham Barr <gbarr@pobox.com>
25738              Date: Fri, 6 Oct 2000 10:22:05 +0100
25739              Message-ID: <20001006102205.U6312@pobox.com>
25740              
25741              The original patch from andrew@ugh.net.au.
25742      Branch: perl
25743            ! ext/IO/lib/IO/Handle.pm
25744 ____________________________________________________________________________
25745 [  7154] By: jhi                                   on 2000/10/06  01:42:15
25746         Log: Tweak #7153.
25747      Branch: perl
25748            ! utf8.h
25749 ____________________________________________________________________________
25750 [  7153] By: jhi                                   on 2000/10/06  00:39:55
25751         Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
25752      Branch: perl
25753            ! utf8.h
25754 ____________________________________________________________________________
25755 [  7152] By: jhi                                   on 2000/10/06  00:38:11
25756         Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
25757      Branch: perl
25758            ! perl.c pp_ctl.c sv.h utf8.c
25759 ____________________________________________________________________________
25760 [  7151] By: jhi                                   on 2000/10/06  00:36:38
25761         Log: Subject: Re: Questions about Tie::Array and perl modules
25762              From: Nick Ing-Simmons <nik@tiuk.ti.com>
25763              Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
25764              Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
25765              
25766              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
25767      Branch: perl
25768            ! lib/Tie/Array.pm t/op/array.t
25769 ____________________________________________________________________________
25770 [  7150] By: jhi                                   on 2000/10/05  00:20:45
25771         Log: Regen Changes.
25772      Branch: perl
25773            ! Changes patchlevel.h
25774 ____________________________________________________________________________
25775 [  7149] By: jhi                                   on 2000/10/05  00:20:01
25776         Log: Regen toc.
25777      Branch: perl
25778            ! pod/perltoc.pod
25779 ____________________________________________________________________________
25780 [  7148] By: jhi                                   on 2000/10/04  23:35:08
25781         Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
25782              reported several times by Dominic Dunlop, for example in
25783              ID 20000315.008.  Patch from Dominic.  Patch affects at
25784              least MachTen, and possibly other oldish BSDs. Should not
25785              break non-broken platforms (tested on LinuxPPC). 
25786      Branch: perl
25787            ! doio.c
25788 ____________________________________________________________________________
25789 [  7147] By: jhi                                   on 2000/10/04  23:26:34
25790         Log: The one that got away from 7146.
25791      Branch: metaconfig
25792            + U/installdirs/installscripts.U
25793 ____________________________________________________________________________
25794 [  7146] By: jhi                                   on 2000/10/04  23:25:04
25795         Log: Enable disabling scripts installation by Configure -Uinstallscripts,
25796              suggested by H. Merijn Brand.
25797      Branch: perl
25798            ! Configure INSTALL Makefile.SH Porting/Glossary
25799            ! Porting/config.sh Porting/config_H epoc/config.sh installperl
25800            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
25801            ! win32/config.vc
25802 ____________________________________________________________________________
25803 [  7145] By: jhi                                   on 2000/10/04  22:08:21
25804         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
25805              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25806              Date: Wed, 4 Oct 2000 17:37:46 -0400
25807              Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
25808      Branch: perl
25809            ! utils/h2xs.PL
25810 ____________________________________________________________________________
25811 [  7144] By: jhi                                   on 2000/10/04  18:11:41
25812         Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
25813              From: Jeff Pinyan <jeffp@crusoe.net>
25814              Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
25815              Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
25816      Branch: perl
25817            ! pod/perlrun.pod
25818 ____________________________________________________________________________
25819 [  7143] By: jhi                                   on 2000/10/04  18:09:58
25820         Log: Subject: perlhack.pod Patch for Externals Tools
25821              From: Fisher Mark <fisherm@tce.com>
25822              Date: Tue, 3 Oct 2000 15:43:27 -0500 
25823              Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
25824      Branch: perl
25825            ! pod/perlhack.pod
25826 ____________________________________________________________________________
25827 [  7142] By: jhi                                   on 2000/10/04  18:08:41
25828         Log: Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
25829              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
25830              Date:     Wed, 4 Oct 2000 12:11:11 EDT
25831              Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
25832      Branch: perl
25833            ! vms/vms.c
25834 ____________________________________________________________________________
25835 [  7141] By: jhi                                   on 2000/10/04  12:20:16
25836         Log: Subject: [PATCH 5.7.0] h2xs not working
25837              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25838              Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
25839              Date: Tue, 3 Oct 2000 21:43:01 -0400
25840              
25841              Subject: [PATCH 5.7.0] h2xs not documenting the created module
25842              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25843              Date: Tue, 3 Oct 2000 22:55:19 -0400
25844              Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
25845      Branch: perl
25846            ! utils/h2xs.PL
25847 ____________________________________________________________________________
25848 [  7140] By: jhi                                   on 2000/10/04  11:53:44
25849         Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
25850              From: nick@babyhippo.com
25851              Date: Wed, 4 Oct 2000 12:06:45 +0100
25852              Message-Id: <20001004120645.A7356@babyhippo.com>
25853              
25854              Retract 7118 and 7135.
25855      Branch: perl
25856            ! installman installperl op.c t/pragma/subs.t
25857 ____________________________________________________________________________
25858 [  7139] By: jhi                                   on 2000/10/03  22:09:41
25859         Log: It is possible to have no hosts database at all.  Pointed out in
25860              
25861              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
25862              From: Peter Prymmer <pvhp@forte.com>
25863              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
25864              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
25865      Branch: metaconfig
25866            ! U/modified/myhostname.U
25867      Branch: perl
25868            ! Configure config_h.SH
25869 ____________________________________________________________________________
25870 [  7138] By: jhi                                   on 2000/10/03  21:49:49
25871         Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
25872              From: Peter Prymmer <pvhp@forte.com>
25873              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
25874              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
25875      Branch: perl
25876            ! pp_sys.c
25877 ____________________________________________________________________________
25878 [  7137] By: jhi                                   on 2000/10/03  20:10:05
25879         Log: One remaining nit less at the VMS mailbox sizing.
25880      Branch: perl
25881            ! vms/vms.c
25882 ____________________________________________________________________________
25883 [  7136] By: jhi                                   on 2000/10/03  20:08:47
25884         Log: Test harness update to sync with the new perlcc,
25885              from Simon Cozens.
25886      Branch: perl
25887            ! t/TEST t/UTEST
25888 ____________________________________________________________________________
25889 [  7135] By: jhi                                   on 2000/10/03  15:15:42
25890         Log: Subject: Re: PATCH for 20001003.004
25891              Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
25892              From: "AARON B. DOSSETT" <aaron@iglou.com>
25893              Message-Id: <E13gTay-0006od-00@iglou.com>
25894      Branch: perl
25895            ! installman installperl
25896 ____________________________________________________________________________
25897 [  7134] By: jhi                                   on 2000/10/03  15:00:34
25898         Log: Subject: [ID 20001003.006] B::Debug not -w clean
25899              From: Nicholas Clark <nick@babyhippo.co.uk>
25900              Date: Tue, 03 Oct 2000 15:46:32 +0100
25901              Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
25902      Branch: perl
25903            ! ext/B/B/Debug.pm
25904 ____________________________________________________________________________
25905 [  7133] By: jhi                                   on 2000/10/03  14:58:39
25906         Log: Scale down the VMS message boxes, by Charles Lane.
25907              Fix for ID 20000903.009, workaround at
25908              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
25909      Branch: perl
25910            ! vms/vms.c
25911 ____________________________________________________________________________
25912 [  7132] By: jhi                                   on 2000/10/03  11:20:37
25913         Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
25914      Branch: perl
25915            + t/lib/st-lock.t t/lib/st-utf8.t
25916            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
25917            ! ext/Storable/Storable.xs t/lib/st-recurse.t
25918 ____________________________________________________________________________
25919 [  7131] By: jhi                                   on 2000/10/03  03:38:23
25920         Log: Encode nits.
25921      Branch: perl
25922            ! MANIFEST Makefile.SH
25923 ____________________________________________________________________________
25924 [  7130] By: jhi                                   on 2000/10/03  03:31:05
25925         Log: Update Changes.
25926      Branch: perl
25927            ! Changes patchlevel.h
25928 ____________________________________________________________________________
25929 [  7129] By: jhi                                   on 2000/10/03  02:24:02
25930         Log: Misplaced else.
25931      Branch: metaconfig/U/perl
25932            ! d_strtoll.U
25933      Branch: perl
25934            ! Configure config_h.SH
25935 ____________________________________________________________________________
25936 [  7128] By: jhi                                   on 2000/10/03  02:08:29
25937         Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
25938              From: sthoenna@efn.org
25939              Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
25940              Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
25941      Branch: metaconfig/U/perl
25942            ! d_strtoll.U
25943      Branch: perl
25944            ! Configure config_h.SH hints/os2.sh os2/os2ish.h
25945 ____________________________________________________________________________
25946 [  7127] By: jhi                                   on 2000/10/03  01:13:14
25947         Log: Update Changes.
25948      Branch: perl
25949            ! Changes patchlevel.h
25950 ____________________________________________________________________________
25951 [  7126] By: jhi                                   on 2000/10/03  00:57:08
25952         Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
25953              as suggested by Olaf Flebbe and Nick Clark.
25954      Branch: perl
25955            ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
25956 ____________________________________________________________________________
25957 [  7125] By: jhi                                   on 2000/10/03  00:50:56
25958         Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
25959              From: Nick Clark <nick@plum.flirble.org>
25960              Date: Mon, 2 Oct 2000 11:03:24 +0100
25961              Message-Id: <20001002110324.D20073@plum.flirble.org>
25962              
25963              Also fixes bug ID 20001002.005.
25964      Branch: perl
25965            ! t/lib/encode.t
25966 ____________________________________________________________________________
25967 [  7124] By: jhi                                   on 2000/10/03  00:34:59
25968         Log: Subject: [PATCH 5.7.0] Epoc update
25969              From: Olaf Flebbe <o.flebbe@gmx.de>
25970              Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
25971              Message-ID: <26423.969484586@www10.gmx.net>
25972      Branch: perl
25973            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
25974            ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
25975            ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
25976            ! util.c util.h
25977 ____________________________________________________________________________
25978 [  7123] By: jhi                                   on 2000/10/03  00:30:07
25979         Log: Regen headers.
25980      Branch: perl
25981            ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
25982 ____________________________________________________________________________
25983 [  7122] By: jhi                                   on 2000/10/03  00:10:48
25984         Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
25985      Branch: perl
25986            ! hints/openbsd.sh
25987 ____________________________________________________________________________
25988 [  7121] By: jhi                                   on 2000/10/03  00:05:06
25989         Log: Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
25990              From: <abigail@foad.org>
25991              Date: Tue, 26 Sep 2000 13:36:14 -0400
25992              Message-ID: <20000926173614.4356.qmail@foad.org>
25993      Branch: perl
25994            ! pod/perlop.pod
25995 ____________________________________________________________________________
25996 [  7120] By: jhi                                   on 2000/10/03  00:04:00
25997         Log: Inside require() $^S was always left undefined.
25998              
25999              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
26000              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26001              Date: Wed, 27 Sep 2000 18:54:49 -0400
26002              Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
26003      Branch: perl
26004            ! cop.h mg.c pp_ctl.c util.c
26005 ____________________________________________________________________________
26006 [  7119] By: jhi                                   on 2000/10/03  00:00:16
26007         Log: Subject: [PATCH] DLL not restartabke with threaded perl
26008              From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
26009              Date: Thu, 28 Sep 2000 09:20:46 +0100
26010              Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
26011      Branch: perl
26012            ! perl.c
26013 ____________________________________________________________________________
26014 [  7118] By: jhi                                   on 2000/10/02  23:59:20
26015         Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
26016              From: Nicholas Clark <nick@ccl4.org>
26017              Date: Thu, 28 Sep 2000 11:52:24 +0100
26018              Message-ID: <20000928115224.D7924@plum.flirble.org>
26019      Branch: perl
26020            ! op.c
26021 ____________________________________________________________________________
26022 [  7117] By: jhi                                   on 2000/10/02  23:57:51
26023         Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
26024              From: Nicholas Clark <nick@babyhippo.co.uk>
26025              Date: Thu, 28 Sep 2000 12:18:10 +0100
26026              Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
26027              
26028              Did not apply cleanly, manual intervention was needed.
26029      Branch: perl
26030            ! ext/B/B/Bytecode.pm utils/perlcc.PL
26031 ____________________________________________________________________________
26032 [  7116] By: jhi                                   on 2000/10/02  23:50:40
26033         Log: Document the issue (is not a syntax error, kind of)
26034              
26035              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
26036              From: Nicholas Clark <nick@ccl4.org>
26037              Date: Thu, 28 Sep 2000 17:12:42 +0100
26038              Message-ID: <20000928171242.K7924@plum.flirble.org>
26039      Branch: perl
26040            ! pod/perldata.pod
26041 ____________________________________________________________________________
26042 [  7115] By: jhi                                   on 2000/10/02  23:48:58
26043         Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
26044              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26045              Date: Thu, 28 Sep 2000 21:55:31 -0400
26046              Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
26047      Branch: perl
26048            ! regexec.c
26049 ____________________________________________________________________________
26050 [  7114] By: jhi                                   on 2000/10/02  23:47:57
26051         Log: Subject: DOC PATCH 5.6.0
26052              From: mjd@plover.com
26053              Date: 30 Sep 2000 06:02:34 -0000
26054              Message-ID: <20000930060234.4559.qmail@plover.com>
26055      Branch: perl
26056            ! pod/perldebguts.pod
26057 ____________________________________________________________________________
26058 [  7113] By: jhi                                   on 2000/10/02  23:46:43
26059         Log: SOCK_DGRAM and listen() do not mix as reported in
26060              
26061              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
26062              From: Petter Reinholdtsen <pere@hungry.com>
26063              Date: Sun, 1 Oct 2000 10:57:20 +0800
26064              Message-Id: <200010010257.KAA05735@localhost.localdomain>
26065              
26066              The patch for 5.7.0+ had to be reengineered, though.
26067      Branch: perl
26068            ! ext/IO/lib/IO/Socket/UNIX.pm
26069 ____________________________________________________________________________
26070 [  7112] By: jhi                                   on 2000/10/02  23:36:57
26071         Log: Subject: Re: [PATCH 5.005_64 missed]
26072              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26073              Date: Sun, 1 Oct 2000 18:50:10 -0400
26074              Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
26075      Branch: perl
26076            ! pod/perlxs.pod
26077 ____________________________________________________________________________
26078 [  7111] By: jhi                                   on 2000/10/02  23:35:40
26079         Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
26080              From: Radu Greab <radu@netsoft.ro>
26081              Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
26082              Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
26083      Branch: perl
26084            ! op.c opcode.pl t/op/substr.t
26085 ____________________________________________________________________________
26086 [  7110] By: jhi                                   on 2000/10/02  23:32:38
26087         Log: Subject: [PATCH] Fix aliasing of tied filehandles
26088              From: Daniel Chetlin <daniel@chetlin.com>
26089              Date: Mon, 2 Oct 2000 14:53:27 -0700
26090              Message-ID: <20001002145327.C1617@ilmd>
26091      Branch: perl
26092            ! perl.h pp_hot.c t/op/tiehandle.t
26093 ____________________________________________________________________________
26094 [  7109] By: jhi                                   on 2000/10/02  23:31:30
26095         Log: s/Robin Parker/Robin Barker/
26096      Branch: perl
26097            ! Changes5.6
26098 ____________________________________________________________________________
26099 [  7108] By: jhi                                   on 2000/10/02  23:15:46
26100         Log: Retract #7091 as suggested in
26101              
26102              From: Robin Barker <rmb1@cise.npl.co.uk> 
26103              Subject: [PATCH-R]  was Re: SuSE's gcc-2.95.2 and //depot/perl
26104              Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
26105              Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
26106      Branch: perl
26107            ! embed.pl proto.h
26108 ____________________________________________________________________________
26109 [  7107] By: nick                                  on 2000/10/02  18:23:14
26110         Log: A few tweaks to get Tk803 to work with Encode scheme.
26111      Branch: perl
26112            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
26113 ____________________________________________________________________________
26114 [  7106] By: nick                                  on 2000/10/01  21:34:14
26115         Log: Add checking cases to Encode's toUnicode and fromUnicode.
26116      Branch: perl
26117            ! ext/Encode/Encode.pm
26118 ____________________________________________________________________________
26119 [  7105] By: nick                                  on 2000/10/01  17:18:01
26120         Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
26121              To read and use them.
26122              Add a lib/encode.t which checks a few things.
26123      Branch: perl
26124            + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
26125            + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
26126            + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
26127            + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
26128            + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
26129            + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
26130            + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
26131            + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
26132            + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
26133            + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
26134            + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
26135            + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
26136            + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
26137            + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
26138            + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
26139            + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
26140            + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
26141            + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
26142            + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
26143            + ext/Encode/Encode/iso2022-jp.enc
26144            + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
26145            + ext/Encode/Encode/iso8859-1.enc
26146            + ext/Encode/Encode/iso8859-2.enc
26147            + ext/Encode/Encode/iso8859-3.enc
26148            + ext/Encode/Encode/iso8859-4.enc
26149            + ext/Encode/Encode/iso8859-5.enc
26150            + ext/Encode/Encode/iso8859-6.enc
26151            + ext/Encode/Encode/iso8859-7.enc
26152            + ext/Encode/Encode/iso8859-8.enc
26153            + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
26154            + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
26155            + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
26156            + ext/Encode/Encode/macCentEuro.enc
26157            + ext/Encode/Encode/macCroatian.enc
26158            + ext/Encode/Encode/macCyrillic.enc
26159            + ext/Encode/Encode/macDingbats.enc
26160            + ext/Encode/Encode/macGreek.enc
26161            + ext/Encode/Encode/macIceland.enc
26162            + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
26163            + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
26164            + ext/Encode/Encode/macTurkish.enc
26165            + ext/Encode/Encode/macUkraine.enc
26166            + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
26167            + t/lib/encode.t
26168            ! MANIFEST ext/Encode/Encode.pm
26169 ____________________________________________________________________________
26170 [  7104] By: nick                                  on 2000/09/30  13:04:30
26171         Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
26172              From: Daniel Chetlin <daniel@chetlin.com>
26173              Date: Mon, 18 Sep 2000 05:05:40 -0700
26174              Message-Id: <20000918050540.C652@ilmd>
26175      Branch: perl
26176            ! lib/overload.pm sv.c t/pragma/overload.t
26177 ____________________________________________________________________________
26178 [  7103] By: nick                                  on 2000/09/30  12:53:36
26179         Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
26180              From: Johan Vromans <jvromans@squirrel.nl>
26181              Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
26182              Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
26183      Branch: perl
26184            ! pod/Makefile.SH
26185 ____________________________________________________________________________
26186 [  7102] By: nick                                  on 2000/09/30  12:52:31
26187         Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
26188              From: Spider Boardman <spider@Orb.Nashua.NH.US>
26189              Date: Sat, 16 Sep 2000 16:36:45 -0400
26190              Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
26191      Branch: perl
26192            ! ext/B/B/Deparse.pm
26193 ____________________________________________________________________________
26194 [  7101] By: nick                                  on 2000/09/30  12:51:41
26195         Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
26196              From: Craig A. Berry <craig.berry@psinetcs.com>
26197              Date: Sat, 16 Sep 2000 10:11:10 -0500
26198              Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
26199      Branch: perl
26200            ! vms/vms.c
26201 ____________________________________________________________________________
26202 [  7100] By: nick                                  on 2000/09/30  12:50:33
26203         Log: Subject: Re: unicode support and perl [ID 20000901.097]
26204              From: Spider Boardman <spider@Orb.Nashua.NH.US>
26205              Date: Fri, 15 Sep 2000 16:37:58 -0400
26206              Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
26207      Branch: perl
26208            ! t/op/append.t
26209 ____________________________________________________________________________
26210 [  7099] By: nick                                  on 2000/09/30  12:49:35
26211         Log: Subject: Re: unicode support and perl [ID 20000901.097]
26212              From: Spider Boardman <spider@Orb.Nashua.NH.US>
26213              Date: Fri, 15 Sep 2000 16:25:30 -0400
26214              Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
26215      Branch: perl
26216            ! pp_hot.c
26217 ____________________________________________________________________________
26218 [  7098] By: nick                                  on 2000/09/30  12:48:00
26219         Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
26220              From: Gisle Aas <gisle@ActiveState.com>
26221              Date: 15 Sep 2000 16:23:41 +0200
26222              Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
26223      Branch: perl
26224            ! toke.c
26225 ____________________________________________________________________________
26226 [  7097] By: nick                                  on 2000/09/30  12:45:16
26227         Log: Subject: [PATCH] Nits in perlmod.pod
26228              From: Daniel Chetlin <daniel@chetlin.com>
26229              Date: Fri, 15 Sep 2000 02:04:09 -0700
26230              Message-Id: <20000915020409.A2104@ilmd>
26231      Branch: perl
26232            ! pod/perlmod.pod
26233 ____________________________________________________________________________
26234 [  7096] By: nick                                  on 2000/09/30  12:18:00
26235         Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
26236              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
26237              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
26238              0 to checking to get the warning.
26239      Branch: perl
26240            ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
26241            ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
26242            ! regexec.c sv.c toke.c utf8.c
26243 ____________________________________________________________________________
26244 [  7095] By: nick                                  on 2000/09/15  16:55:59
26245         Log: Mutliplicity & ithreads fix for sv.c/Encode.xs
26246              
26247              Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
26248              From: Spider Boardman <spider@Orb.Nashua.NH.US>
26249              Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
26250              Date: Fri, 15 Sep 2000 06:37:30 -0400
26251      Branch: perl
26252            ! ext/Encode/Encode.xs sv.c
26253 ____________________________________________________________________________
26254 [  7094] By: jhi                                   on 2000/09/15  03:23:32
26255         Log: Update Changes.
26256      Branch: perl
26257            ! Changes patchlevel.h
26258 ____________________________________________________________________________
26259 [  7093] By: jhi                                   on 2000/09/15  03:11:44
26260         Log: Fix for the charnames.t failures from Spider Boardman.
26261      Branch: perl
26262            ! toke.c
26263 ____________________________________________________________________________
26264 [  7092] By: jhi                                   on 2000/09/15  00:15:48
26265         Log: Botched the #7090 check-in.
26266      Branch: perl
26267            ! sv.c
26268 ____________________________________________________________________________
26269 [  7091] By: jhi                                   on 2000/09/14  23:33:24
26270         Log: Part of #7081 didn't come through.
26271      Branch: perl
26272            ! embed.pl proto.h
26273 ____________________________________________________________________________
26274 [  7090] By: jhi                                   on 2000/09/14  23:17:39
26275         Log: Subject: Re: perl@7078 
26276              From: Spider Boardman <spider@web.zk3.dec.com>
26277              Date: Thu, 14 Sep 2000 19:06:36 -0400
26278              Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
26279      Branch: perl
26280            ! sv.c toke.c
26281 ____________________________________________________________________________
26282 [  7089] By: jhi                                   on 2000/09/14  23:11:21
26283         Log: Small portability tweaks.
26284      Branch: perl
26285            ! ext/Encode/Encode.xs
26286 ____________________________________________________________________________
26287 [  7088] By: jhi                                   on 2000/09/14  22:57:23
26288         Log: Fake return to pacify picky compilers.
26289      Branch: perl
26290            ! ext/Encode/Encode.xs
26291 ____________________________________________________________________________
26292 [  7087] By: jhi                                   on 2000/09/14  22:53:37
26293         Log: Subject: [PATCH] utf8.c apidoc
26294              From: Simon Cozens <simon@cozens.net>
26295              Date: Thu, 14 Sep 2000 23:46:57 +0100
26296              Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
26297      Branch: perl
26298            ! perlapi.c pod/perlapi.pod utf8.c
26299 ____________________________________________________________________________
26300 [  7086] By: jhi                                   on 2000/09/14  22:40:38
26301         Log: We don't need to count the high bit bytes, a boolean is enough. 
26302      Branch: perl
26303            ! sv.c
26304 ____________________________________________________________________________
26305 [  7085] By: jhi                                   on 2000/09/14  21:20:09
26306         Log: Replace #7084 with
26307              
26308              Subject: Re: perl@7078 
26309              From: Spider Boardman <spider@web.zk3.dec.com>
26310              Date: Thu, 14 Sep 2000 17:09:36 -0400
26311              Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
26312      Branch: perl
26313            ! sv.c utf8.c
26314 ____________________________________________________________________________
26315 [  7084] By: jhi                                   on 2000/09/14  20:03:34
26316         Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
26317              convertable to bytes by checking it doesn't go above 0xc3
26318              
26319              Subject: Re: perl@7078
26320              From: Simon Cozens <simon@cozens.net>
26321              Date: Thu, 14 Sep 2000 20:59:19 +0100
26322              Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
26323      Branch: perl
26324            ! utf8.c
26325 ____________________________________________________________________________
26326 [  7083] By: jhi                                   on 2000/09/14  19:38:47
26327         Log: Subject: Re: perl@7078
26328              From: Simon Cozens <simon@cozens.net>
26329              Date: Thu, 14 Sep 2000 20:13:09 +0100
26330              Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
26331      Branch: perl
26332            ! t/op/bop.t
26333 ____________________________________________________________________________
26334 [  7082] By: jhi                                   on 2000/09/14  17:50:44
26335         Log: The one that got away.
26336      Branch: perl
26337            ! lib/File/Find.pm
26338 ____________________________________________________________________________
26339 [  7081] By: jhi                                   on 2000/09/14  17:45:35
26340         Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
26341              From: Robin Barker <rmb1@cise.npl.co.uk>
26342              Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
26343              Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
26344      Branch: perl
26345            ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
26346            ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
26347            ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
26348            ! regcomp.c toke.c universal.c
26349 ____________________________________________________________________________
26350 [  7080] By: jhi                                   on 2000/09/14  17:40:35
26351         Log: Problems picked up by AIX cc.
26352              
26353              Subject: Re: perl@7078 (patch included)
26354              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
26355              Date: Thu, 14 Sep 2000 18:53:30 +0200
26356              Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
26357      Branch: perl
26358            ! ext/Encode/Encode.xs
26359 ____________________________________________________________________________
26360 [  7079] By: jhi                                   on 2000/09/14  17:38:27
26361         Log: Subject: File::Find 5.7.0 POD nits
26362              From: Rich Morin <rdm@cfcl.com>
26363              Date: Wed, 13 Sep 2000 22:03:58 -0700
26364              Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
26365      Branch: perl
26366            ! lib/File/Find.pm
26367 ____________________________________________________________________________
26368 [  7078] By: jhi                                   on 2000/09/14  14:58:20
26369         Log: Update Changes.
26370      Branch: perl
26371            ! Changes patchlevel.h
26372 ____________________________________________________________________________
26373 [  7077] By: jhi                                   on 2000/09/14  14:55:54
26374         Log: Compilation warnings and an error.
26375      Branch: perl
26376            ! sv.c
26377 ____________________________________________________________________________
26378 [  7076] By: jhi                                   on 2000/09/14  14:42:56
26379         Log: Fix for a parsing bug, not for the original bug.
26380              
26381              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
26382              From: Spider Boardman <spider@web.zk3.dec.com>
26383              Date: Wed, 13 Sep 2000 17:52:20 -0400
26384              Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
26385      Branch: perl
26386            ! regcomp.c
26387 ____________________________________________________________________________
26388 [  7075] By: jhi                                   on 2000/09/14  14:40:40
26389         Log: Batch of UTF-8 patches from Simon Cozens.
26390      Branch: perl
26391            ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
26392            ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
26393            ! toke.c utf8.c
26394 ____________________________________________________________________________
26395 [  7074] By: jhi                                   on 2000/09/14  14:29:58
26396         Log: Subject: Re: Two advertising clauses need to be removed
26397              From: Russ Allbery <rra@stanford.edu>
26398              Date: 13 Sep 2000 18:50:26 -0700
26399              Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
26400      Branch: perl
26401            ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
26402 ____________________________________________________________________________
26403 [  7073] By: jhi                                   on 2000/09/14  14:28:20
26404         Log: Subject: [PATCH] de-wall t/README
26405              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
26406              Date: Wed, 13 Sep 2000 17:46:55 -0700
26407              Message-ID: <//Bw5gzkge/e092yn@efn.org>
26408      Branch: perl
26409            ! t/README
26410 ____________________________________________________________________________
26411 [  7072] By: jhi                                   on 2000/09/14  14:25:10
26412         Log: Hints optimization.
26413              
26414              Subject: Minor nit
26415              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
26416              Date: Wed, 13 Sep 2000 21:42:07 +0200
26417              Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
26418      Branch: perl
26419            ! hints/hpux.sh
26420 ____________________________________________________________________________
26421 [  7071] By: jhi                                   on 2000/09/14  14:23:30
26422         Log: Allow chop() and chomp() to be overridden.
26423              
26424              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
26425              From: "Casey R. Tweten" <crt@kiski.net>
26426              Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
26427              Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
26428      Branch: perl
26429            ! toke.c
26430 ____________________________________________________________________________
26431 [  7070] By: jhi                                   on 2000/09/14  14:20:36
26432         Log: The return value of setlocale must be copied away.
26433              
26434              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
26435              From: Alan Burlison <Alan.Burlison@uk.sun.com>
26436              Date: Wed, 13 Sep 2000 16:27:37 +0100 
26437              Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
26438      Branch: perl
26439            ! util.c
26440 ____________________________________________________________________________
26441 [  7069] By: jhi                                   on 2000/09/14  14:16:27
26442         Log: Remove vestiges of tr//CU.
26443              
26444              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
26445              From: Nick Clark <nick@plum.flirble.org>
26446              Date: Tue, 12 Sep 2000 22:50:14 +0100
26447              Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
26448              
26449              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
26450              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
26451              Date: Tue, 12 Sep 2000 21:38:48 -0700
26452              Message-ID: <YTwv5gzkgmfL092yn@efn.org>
26453      Branch: perl
26454            ! op.h pod/perlunicode.pod
26455 ____________________________________________________________________________
26456 [  7068] By: jhi                                   on 2000/09/13  14:18:39
26457         Log: Add the Encode extension.  The code is still largely just skeleton.
26458      Branch: perl
26459            + ext/Encode/Encode.pm ext/Encode/Encode.xs
26460            + ext/Encode/Makefile.PL ext/Encode/Todo
26461            ! MANIFEST Todo-5.6
26462 ____________________________________________________________________________
26463 [  7067] By: jhi                                   on 2000/09/12  17:43:33
26464         Log: Allow for whitespace between "#" and "line" in cpp output.
26465              
26466              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
26467              From: Calle Dybedahl <calle@lysator.liu.se>
26468              Date: 12 Sep 2000 19:38:02 +0200 
26469              Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
26470      Branch: perl
26471            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
26472 ____________________________________________________________________________
26473 [  7066] By: gsar                                  on 2000/09/12  17:24:29
26474         Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
26475              initialization in all the threads on Windows
26476      Branch: perl
26477            ! win32/win32.c
26478 ____________________________________________________________________________
26479 [  7065] By: jhi                                   on 2000/09/12  15:11:31
26480         Log: Update Changes.
26481      Branch: perl
26482            ! Changes patchlevel.h
26483 ____________________________________________________________________________
26484 [  7064] By: jhi                                   on 2000/09/12  14:54:54
26485         Log: Retract #7062, the pod tests are not ready.
26486      Branch: perl
26487            ! t/TEST t/harness
26488 ____________________________________________________________________________
26489 [  7063] By: jhi                                   on 2000/09/12  14:25:41
26490         Log: The #7054 truncated Configure badly.
26491      Branch: metaconfig/U/perl
26492            ! End.U
26493      Branch: perl
26494            ! Configure config_h.SH
26495 ____________________________________________________________________________
26496 [  7062] By: jhi                                   on 2000/09/12  14:08:32
26497         Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
26498              From: sthoenna@efn.org
26499              Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
26500              Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
26501      Branch: perl
26502            ! t/TEST t/harness
26503 ____________________________________________________________________________
26504 [  7061] By: jhi                                   on 2000/09/12  14:07:18
26505         Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
26506              From: sthoenna@efn.org
26507              Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
26508              Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
26509      Branch: perl
26510            ! pod/perlxs.pod
26511 ____________________________________________________________________________
26512 [  7060] By: jhi                                   on 2000/09/12  14:06:08
26513         Log: Break up the myconfig lines a bit.
26514              
26515              Subject: perlbug/perl -V output format
26516              From: sthoenna@efn.org
26517              Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
26518              Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
26519      Branch: perl
26520            ! myconfig.SH
26521 ____________________________________________________________________________
26522 [  7059] By: jhi                                   on 2000/09/12  14:05:04
26523         Log: Test for the #7049.
26524              
26525              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
26526              From: andreas.koenig@anima.de (Andreas J. Koenig)
26527              Date: 12 Sep 2000 06:42:01 +0200
26528              Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
26529      Branch: perl
26530            ! t/op/my.t
26531 ____________________________________________________________________________
26532 [  7058] By: jhi                                   on 2000/09/12  14:03:05
26533         Log: Subject: [patch: perl@7045] vms updates
26534              From: Peter Prymmer <pvhp@forte.com>
26535              Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
26536              Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
26537      Branch: perl
26538            ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
26539 ____________________________________________________________________________
26540 [  7057] By: jhi                                   on 2000/09/12  14:00:51
26541         Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
26542              From: sthoenna@efn.org
26543              Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
26544              Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
26545      Branch: perl
26546            ! t/op/64bitint.t
26547 ____________________________________________________________________________
26548 [  7056] By: jhi                                   on 2000/09/12  13:58:14
26549         Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
26550              From: Jeff Pinyan <jeffp@crusoe.net>
26551              Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
26552              Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
26553      Branch: perl
26554            ! pod/perlfunc.pod
26555 ____________________________________________________________________________
26556 [  7055] By: jhi                                   on 2000/09/12  13:56:32
26557         Log: Do in VMS as the #7054 does.
26558      Branch: perl
26559            ! configure.com
26560 ____________________________________________________________________________
26561 [  7054] By: jhi                                   on 2000/09/12  13:50:31
26562         Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
26563              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
26564              Date: Mon, 11 Sep 2000 08:33:09 +0100
26565              Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
26566      Branch: metaconfig/U/perl
26567            ! End.U
26568      Branch: perl
26569            ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
26570            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
26571 ____________________________________________________________________________
26572 [  7053] By: jhi                                   on 2000/09/12  13:29:19
26573         Log: Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
26574              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
26575              Date:     Tue, 12 Sep 2000 08:35:59 EDT
26576              Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
26577      Branch: perl
26578            ! vms/test.com
26579 ____________________________________________________________________________
26580 [  7052] By: jhi                                   on 2000/09/11  23:01:50
26581         Log: Document the SvUTF8*().
26582      Branch: perl
26583            ! pod/perlapi.pod sv.h
26584 ____________________________________________________________________________
26585 [  7051] By: gsar                                  on 2000/09/11  14:46:30
26586         Log: C<@a = @b = split(...)> optimization coredumps under ithreads
26587              (missed a spot when fixing up op_pmreplroot hack for ithreads)
26588      Branch: perl
26589            ! op.c t/op/split.t
26590 ____________________________________________________________________________
26591 [  7050] By: nick                                  on 2000/09/11  10:03:51
26592         Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
26593              
26594              Subject: borland C++ win32.c tweak
26595              From: Vadim Konovalov <vkonovalov@lucent.com>
26596              Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
26597              Date: Mon, 11 Sep 2000 11:22:33 +0400
26598      Branch: perl
26599            ! win32/win32.c
26600 ____________________________________________________________________________
26601 [  7049] By: nick                                  on 2000/09/11  09:57:33
26602         Log: Point fix for s/// on foreach (keys %xxx).
26603      Branch: perl
26604            ! pp_hot.c
26605 ____________________________________________________________________________
26606 [  7048] By: jhi                                   on 2000/09/10  23:37:09
26607         Log: Silence t/pod/*.t about alternate quote-mappings now implemented
26608              by Pod::Text, from Brad Appleton.
26609      Branch: perl
26610            ! t/pod/testp2pt.pl
26611 ____________________________________________________________________________
26612 [  7047] By: jhi                                   on 2000/09/10  14:32:53
26613         Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
26614              by Russ Allbery.
26615      Branch: perl
26616            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
26617 ____________________________________________________________________________
26618 [  7046] By: jhi                                   on 2000/09/10  14:15:08
26619         Log: Upgrade to CPAN 1.57_65, from Andreas König.
26620      Branch: perl
26621            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
26622 ____________________________________________________________________________
26623 [  7045] By: jhi                                   on 2000/09/08  21:36:32
26624         Log: Update Changes.
26625      Branch: perl
26626            ! Changes patchlevel.h
26627 ____________________________________________________________________________
26628 [  7044] By: jhi                                   on 2000/09/08  21:29:56
26629         Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
26630              From: Peter Prymmer <pvhp@forte.com>
26631              Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
26632              Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
26633      Branch: perl
26634            ! configure.com
26635 ____________________________________________________________________________
26636 [  7043] By: jhi                                   on 2000/09/08  21:27:50
26637         Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
26638              From: Peter Prymmer <pvhp@forte.com>
26639              Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
26640              Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
26641      Branch: perl
26642            ! Makefile.SH installperl
26643 ____________________________________________________________________________
26644 [  7042] By: jhi                                   on 2000/09/08  21:23:21
26645         Log: Continue #7041.
26646      Branch: perl
26647            ! cygwin/Makefile.SHs os2/Makefile.SHs
26648 ____________________________________________________________________________
26649 [  7041] By: jhi                                   on 2000/09/08  21:18:10
26650         Log: Do away with memory models cruft.  Sorry, PDP users.
26651      Branch: metaconfig
26652            ! U/modified/cc.U U/modified/libpth.U
26653      Branch: perl
26654            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
26655            ! Porting/config_H cflags.SH config_h.SH configure.com
26656            ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
26657            ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
26658            ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
26659 ____________________________________________________________________________
26660 [  7040] By: jhi                                   on 2000/09/08  14:34:18
26661         Log: Major rewrite of s2p.  And I mean really major, it is
26662              an implementation of sed in perl.  If called as s2p it
26663              will function as s2p.  Note: needs non-UNIXifying.
26664              
26665              Subject: s2p
26666              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
26667              Date: Mon, 28 Aug 2000 14:05:12 +0200
26668              Message-ID: <39AA5578.2102E2AA@alcatel.at>
26669      Branch: perl
26670            ! x2p/s2p.PL
26671 ____________________________________________________________________________
26672 [  7039] By: jhi                                   on 2000/09/08  14:19:49
26673         Log: Re-allow vec() for characters > 255.
26674              
26675              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
26676              From: Spider Boardman <spider@web.zk3.dec.com>
26677              Date: Fri, 08 Sep 2000 02:21:02 -0400
26678              Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
26679      Branch: perl
26680            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
26681            ! t/op/vec.t
26682 ____________________________________________________________________________
26683 [  7038] By: jhi                                   on 2000/09/08  14:14:18
26684         Log: Subject: [PATCH lib/Benchmark.pm]
26685              From: <abigail@foad.org>
26686              Date: Thu, 7 Sep 2000 15:03:20 -0400
26687              Message-ID: <20000907190320.888.qmail@foad.org>
26688      Branch: perl
26689            ! lib/Benchmark.pm
26690 ____________________________________________________________________________
26691 [  7037] By: jhi                                   on 2000/09/08  14:11:06
26692         Log: Optimizing hash keys into shared strings doesn't work with ithreads.
26693              
26694              Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi    
26695              From: Spider Boardman <spider@web.zk3.dec.com>
26696              Date: Fri, 08 Sep 2000 01:30:27 -0400
26697              Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
26698      Branch: perl
26699            ! op.c
26700 ____________________________________________________________________________
26701 [  7036] By: jhi                                   on 2000/09/08  14:08:58
26702         Log: Subject: [ID 20000908.002] perlipc documentation bug.
26703              From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
26704              Date: Fri, 08 Sep 2000 12:38:32 +0200
26705              Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
26706      Branch: perl
26707            ! pod/perlipc.pod
26708 ____________________________________________________________________________
26709 [  7035] By: jhi                                   on 2000/09/08  14:03:12
26710         Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
26711              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
26712              Date: Fri, 08 Sep 2000 11:47:34 +0200
26713              Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
26714      Branch: perl
26715            ! hints/dec_osf.sh
26716 ____________________________________________________________________________
26717 [  7034] By: jhi                                   on 2000/09/08  13:59:35
26718         Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
26719              From: Simon Cozens <simon@cozens.net>
26720              Date: Thu, 7 Sep 2000 20:40:38 +0100
26721              Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
26722      Branch: perl
26723            ! pp_hot.c
26724 ____________________________________________________________________________
26725 [  7033] By: jhi                                   on 2000/09/08  04:03:03
26726         Log: Subject: [ID 20000904.008] Tiny fix for perldiag
26727              From: "Larry W. Virden" <lvirden@cas.org>
26728              Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
26729              Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
26730      Branch: perl
26731            ! pod/perldiag.pod
26732 ____________________________________________________________________________
26733 [  7032] By: jhi                                   on 2000/09/07  22:18:30
26734         Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
26735              From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
26736              Date: Mon, 04 Sep 2000 13:16:38 -0700
26737              Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
26738      Branch: perl
26739            ! lib/perl5db.pl
26740 ____________________________________________________________________________
26741 [  7031] By: jhi                                   on 2000/09/07  22:02:29
26742         Log: Fix the ccversion detection for 5.1 and beyond.
26743              
26744              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
26745              From: Spider Boardman <spider@leggy.zk3.dec.com>
26746              Date: Thu, 7 Sep 2000 17:54:27 -0400
26747              Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
26748      Branch: perl
26749            ! hints/dec_osf.sh
26750 ____________________________________________________________________________
26751 [  7030] By: jhi                                   on 2000/09/07  19:12:28
26752         Log: Fix for
26753              
26754              Subject: [ID 20000903.001] \w in utf8-strings
26755              From: Marc Lehmann <pcg@goof.com>
26756              Date: Sun, 03 Sep 2000 09:44:29 +0200
26757              Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
26758              
26759              and various related nits.
26760      Branch: perl
26761            ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
26762 ____________________________________________________________________________
26763 [  7029] By: jhi                                   on 2000/09/07  18:49:09
26764         Log: Fix the URL, but the server is still missing in action.
26765              
26766              Subject: [ID 20000905.002] perlfaq1.pod URL error
26767              From: "Larry W. Virden" <lvirden@cas.org>
26768              Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
26769              Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
26770      Branch: perl
26771            ! pod/perlfaq1.pod
26772 ____________________________________________________________________________
26773 [  7028] By: jhi                                   on 2000/09/07  18:47:13
26774         Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
26775              From: Hugo <hv@crypt.compulink.co.uk>
26776              Date: Tue, 05 Sep 2000 14:13:37 +0100
26777              Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
26778      Branch: perl
26779            ! toke.c
26780 ____________________________________________________________________________
26781 [  7027] By: jhi                                   on 2000/09/07  18:45:35
26782         Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
26783              From: Daniel Chetlin <daniel@chetlin.com>
26784              Date: Tue, 5 Sep 2000 04:57:07 -0700
26785              Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
26786      Branch: perl
26787            ! pod/perlfaq6.pod pod/perlop.pod
26788 ____________________________________________________________________________
26789 [  7026] By: jhi                                   on 2000/09/07  18:44:01
26790         Log: Document the new ref() semantics.
26791              
26792              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
26793              From: Gisle Aas <gisle@ActiveState.com>
26794              Date: 05 Sep 2000 08:10:30 +0200
26795              Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
26796      Branch: perl
26797            ! pod/perldelta.pod
26798 ____________________________________________________________________________
26799 [  7025] By: jhi                                   on 2000/09/07  18:42:27
26800         Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
26801              
26802              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
26803              From: Gisle Aas <gisle@ActiveState.com>
26804              Date: 05 Sep 2000 08:11:40 +0200
26805              Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
26806      Branch: perl
26807            ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
26808 ____________________________________________________________________________
26809 [  7024] By: jhi                                   on 2000/09/07  18:39:32
26810         Log: Subject: [PATCH] Modernize Opcode.pm documentation
26811              From: Gisle Aas <gisle@ActiveState.com>
26812              Date: 4 Sep 2000 00:18:55 -0000
26813              Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
26814      Branch: perl
26815            ! ext/Opcode/Opcode.pm
26816 ____________________________________________________________________________
26817 [  7023] By: jhi                                   on 2000/09/07  18:37:42
26818         Log: Subject: [PATCH] Tied filehandle documentation
26819              From: Gisle Aas <gisle@ActiveState.com>
26820              Date: 4 Sep 2000 00:14:40 -0000
26821              Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
26822      Branch: perl
26823            ! pod/perlfunc.pod pod/perltie.pod
26824 ____________________________________________________________________________
26825 [  7022] By: jhi                                   on 2000/09/07  18:35:37
26826         Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
26827              From: Gisle Aas <gisle@ActiveState.com>
26828              Date: 4 Sep 2000 00:04:22 -0000
26829              Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
26830      Branch: perl
26831            ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
26832 ____________________________________________________________________________
26833 [  7021] By: jhi                                   on 2000/09/07  18:33:22
26834         Log: Subject: small apidoc fix
26835              From: Marc Lehmann <pcg@goof.com>
26836              Date: Sun, 3 Sep 2000 05:12:06 +0200
26837              Message-ID: <20000903051206.A5909@cerebro.laendle>
26838      Branch: perl
26839            ! pod/perlapi.pod utf8.c
26840 ____________________________________________________________________________
26841 [  7020] By: jhi                                   on 2000/09/07  16:14:57
26842         Log: Tiny perldelta nits.
26843      Branch: perl
26844            ! pod/perldelta.pod
26845 ____________________________________________________________________________
26846 [  7019] By: jhi                                   on 2000/09/07  16:04:20
26847         Log: Guard against bad string->int conversion for quads.
26848      Branch: perl
26849            ! t/op/64bitint.t
26850 ____________________________________________________________________________
26851 [  7018] By: jhi                                   on 2000/09/06  17:07:03
26852         Log: Update Unicode todo list.
26853      Branch: perl
26854            ! Todo-5.6
26855 ____________________________________________________________________________
26856 [  7017] By: jhi                                   on 2000/09/05  21:16:01
26857         Log: Document the SvIOK_.*UV().
26858      Branch: perl
26859            ! pod/perlapi.pod sv.h
26860 ____________________________________________________________________________
26861 [  7016] By: nick                                  on 2000/09/03  21:54:46
26862         Log: Hash lookup of constant strings optimization:
26863              Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
26864              to string table (as per sharepvn). Add newSV_pvn_share to create such
26865              a thing. Make hv.c compare addresses of strings and skip string compare
26866              if equal. Make method_named and helem ops use these shared-string SVs
26867              when arg is constant. Make keys op return shared-string SVs (less clearly
26868              a win).
26869      Branch: perl
26870            ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
26871            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
26872            ! pod/perlintern.pod pp_hot.c proto.h sv.c
26873 ____________________________________________________________________________
26874 [  7015] By: jhi                                   on 2000/09/02  17:48:59
26875         Log: This is 5.7.0.
26876      Branch: perl
26877            ! Changes
26878 ____________________________________________________________________________
26879 [  7014] By: jhi                                   on 2000/09/02  17:35:45
26880         Log: Changes and patchlevel tweaks.
26881      Branch: perl
26882            ! Changes patchlevel.h
26883 ____________________________________________________________________________
26884 [  7013] By: jhi                                   on 2000/09/02  17:30:50
26885         Log: Update Changes.
26886      Branch: perl
26887            ! Changes patchlevel.h
26888 ____________________________________________________________________________
26889 [  7012] By: nick                                  on 2000/09/02  17:25:20
26890         Log: More %{} and other deref special casing - do not pass to 'nomethod'.
26891      Branch: perl
26892            ! gv.c lib/overload.pm
26893 ____________________________________________________________________________
26894 [  7011] By: jhi                                   on 2000/09/02  17:16:25
26895         Log: Update perlhist.
26896      Branch: perl
26897            ! pod/perlhist.pod
26898 ____________________________________________________________________________
26899 [  7010] By: jhi                                   on 2000/09/02  17:01:35
26900         Log: perldelta nits.
26901      Branch: perl
26902            ! pod/perldelta.pod
26903 ____________________________________________________________________________
26904 [  7009] By: nick                                  on 2000/09/02  16:48:35
26905         Log: If overloaded %{} etc. return the object do not loop.
26906              Thus  sub deref { $_[0] } functions if object is wanted type.
26907      Branch: perl
26908            ! pp.h
26909 ____________________________________________________________________________
26910 [  7008] By: jhi                                   on 2000/09/02  16:26:11
26911         Log: Retab MANIFEST.
26912      Branch: perl
26913            ! ext/Storable/MANIFEST
26914 ____________________________________________________________________________
26915 [  7007] By: jhi                                   on 2000/09/02  16:23:02
26916         Log: Make certain cc is set before trying to run it.
26917      Branch: perl
26918            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
26919 ____________________________________________________________________________
26920 [  7006] By: jhi                                   on 2000/09/02  15:45:41
26921         Log: Unicode notes.
26922      Branch: perl
26923            ! pod/perldelta.pod
26924 ____________________________________________________________________________
26925 [  7005] By: jhi                                   on 2000/09/02  15:42:11
26926         Log: Various Configure nits by Philip Newton,
26927              plus the ebcdic one by me.
26928      Branch: metaconfig
26929            + U/modified/pager.U
26930            ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
26931      Branch: metaconfig/U/perl
26932            ! Devel.U quadfio.U
26933      Branch: perl
26934            ! Configure config_h.SH
26935 ____________________________________________________________________________
26936 [  7004] By: jhi                                   on 2000/09/02  15:06:14
26937         Log: Apparently avoiding the swapping is too costly.
26938              
26939              From: "Ben Tilly" <ben_tilly@hotmail.com>
26940              Subject: Re: the door is closed.
26941              Date: Fri, 01 Sep 2000 20:23:16 EDT
26942              Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
26943      Branch: perl
26944            ! pod/perlfaq4.pod
26945 ____________________________________________________________________________
26946 [  7003] By: nick                                  on 2000/09/02  12:26:04
26947         Log: Undo part of change 6489 which looks like a bulk edit which
26948              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
26949              The supressing of main:: on return from select() is undesirable.
26950      Branch: perl
26951            ! pp_sys.c
26952 ____________________________________________________________________________
26953 [  7002] By: jhi                                   on 2000/09/01  23:08:54
26954         Log: Update Changes.
26955      Branch: perl
26956            ! Changes patchlevel.h
26957 ____________________________________________________________________________
26958 [  7001] By: jhi                                   on 2000/09/01  23:00:13
26959         Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
26960              From: Peter Prymmer <pvhp@forte.com>
26961              Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
26962              Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
26963              
26964              plus rework the http: spots as suggested by Tom Christiansen,
26965              plus regen perltoc.
26966      Branch: perl
26967            ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
26968            ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
26969 ____________________________________________________________________________
26970 [  7000] By: jhi                                   on 2000/09/01  22:36:01
26971         Log: Only the first line, thank you very much.
26972      Branch: perl
26973            ! hints/solaris_2.sh
26974 ____________________________________________________________________________
26975 [  6999] By: gsar                                  on 2000/09/01  22:16:40
26976         Log: change#6791 accidentally clobbered change#6710, put it back
26977      Branch: perl
26978            ! win32/win32.c
26979 ____________________________________________________________________________
26980 [  6998] By: jhi                                   on 2000/09/01  22:14:16
26981         Log: Mention the HP-UX LP64 freak failure.
26982      Branch: perl
26983            ! pod/perldelta.pod
26984 ____________________________________________________________________________
26985 [  6997] By: jhi                                   on 2000/09/01  21:48:32
26986         Log: Detypo.
26987      Branch: perl
26988            ! hints/hpux.sh
26989 ____________________________________________________________________________
26990 [  6996] By: jhi                                   on 2000/09/01  21:27:10
26991         Log: Update Changes.
26992      Branch: perl
26993            ! Changes patchlevel.h
26994 ____________________________________________________________________________
26995 [  6995] By: jhi                                   on 2000/09/01  21:14:24
26996         Log: Mi splgn s gnin.g
26997      Branch: perl
26998            ! pp_ctl.c
26999 ____________________________________________________________________________
27000 [  6994] By: jhi                                   on 2000/09/01  21:09:54
27001         Log: Subject: http:// in L<>
27002              From: Nicholas Clark <nick@ccl4.org>
27003              Date: Fri, 1 Sep 2000 22:03:21 +0100
27004              Message-ID: <20000901220321.B72074@plum.flirble.org>
27005      Branch: perl
27006            ! README.os2 pod/perl56delta.pod pod/perlxs.pod
27007 ____________________________________________________________________________
27008 [  6993] By: jhi                                   on 2000/09/01  21:06:54
27009         Log: Update to Storable 1.0, from Raphael Manfredi.
27010      Branch: perl
27011            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
27012            ! ext/Storable/Makefile.PL ext/Storable/README
27013            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
27014            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
27015            ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
27016            ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
27017            ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
27018            ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
27019 ____________________________________________________________________________
27020 [  6992] By: jhi                                   on 2000/09/01  20:43:05
27021         Log: Mention known sfio+linux buglet.
27022      Branch: perl
27023            ! pod/perldelta.pod
27024 ____________________________________________________________________________
27025 [  6991] By: jhi                                   on 2000/09/01  20:40:11
27026         Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
27027              From: Peter Prymmer <pvhp@forte.com>
27028              Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
27029              Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
27030      Branch: perl
27031            ! vms/vms.c
27032 ____________________________________________________________________________
27033 [  6990] By: jhi                                   on 2000/09/01  20:25:26
27034         Log: Retract #6986.
27035      Branch: perl
27036            ! hints/solaris_2.sh
27037 ____________________________________________________________________________
27038 [  6989] By: jhi                                   on 2000/09/01  20:23:00
27039         Log: Mergesort is back.
27040      Branch: perl
27041            ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
27042 ____________________________________________________________________________
27043 [  6988] By: jhi                                   on 2000/09/01  19:37:40
27044         Log: Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
27045              From: Mike Guy <mjtg@cam.ac.uk>
27046              Date: Fri, 01 Sep 2000 17:43:33 +0100
27047              Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
27048      Branch: perl
27049            ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
27050            ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
27051 ____________________________________________________________________________
27052 [  6987] By: jhi                                   on 2000/09/01  19:17:10
27053         Log: Regen perltoc.
27054      Branch: perl
27055            ! pod/perltoc.pod
27056 ____________________________________________________________________________
27057 [  6986] By: jhi                                   on 2000/09/01  18:51:10
27058         Log: Subject: Re: Solaris x86 has no SPARC libraries!
27059              From: Lupe Christoph <lupe@lupe-christoph.de>
27060              Date: Fri, 1 Sep 2000 20:41:20 +0200
27061              Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
27062      Branch: perl
27063            ! hints/solaris_2.sh
27064 ____________________________________________________________________________
27065 [  6985] By: jhi                                   on 2000/09/01  18:28:10
27066         Log: Update Changes.
27067      Branch: perl
27068            ! Changes patchlevel.h
27069 ____________________________________________________________________________
27070 [  6984] By: jhi                                   on 2000/09/01  18:26:53
27071         Log: Feature ordering tweak.
27072      Branch: perl
27073            ! myconfig.SH
27074 ____________________________________________________________________________
27075 [  6983] By: jhi                                   on 2000/09/01  18:19:50
27076         Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
27077              From: <abigail@foad.org>
27078              Date: Fri, 1 Sep 2000 13:07:32 -0400
27079              Message-ID: <20000901170732.18249.qmail@foad.org>
27080      Branch: perl
27081            ! t/pragma/overload.t
27082 ____________________________________________________________________________
27083 [  6982] By: jhi                                   on 2000/09/01  18:17:54
27084         Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
27085              so that case-ignoring systems like DCL can tell them from
27086              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
27087      Branch: metaconfig/U/perl
27088            ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
27089      Branch: perl
27090            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
27091            ! config_h.SH configure.com epoc/config.sh hints/aix.sh
27092            ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
27093            ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
27094            ! vos/config.def vos/config.h vos/config_h.SH_orig
27095            ! win32/config.bc win32/config.gc win32/config.vc
27096 ____________________________________________________________________________
27097 [  6981] By: nick                                  on 2000/09/01  17:21:57
27098         Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
27099              warning when UNTIE exists and instead pass the cound of extra references to
27100              the UNTIE method.
27101      Branch: perl
27102            ! pod/perltie.pod pp_sys.c
27103 ____________________________________________________________________________
27104 [  6980] By: jhi                                   on 2000/09/01  16:54:44
27105         Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
27106              From: Peter Prymmer <pvhp@forte.com>
27107              Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
27108              Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
27109      Branch: perl
27110            ! configure.com
27111 ____________________________________________________________________________
27112 [  6979] By: jhi                                   on 2000/09/01  16:06:20
27113         Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
27114              From: Mike Guy <mjtg@cam.ac.uk> 
27115              Date: Fri, 01 Sep 2000 16:49:27 +0100
27116              Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>  
27117      Branch: perl
27118            ! t/base/rs.t
27119 ____________________________________________________________________________
27120 [  6978] By: jhi                                   on 2000/09/01  16:00:42
27121         Log: Update to PodParser 1.18, from Brad Appleton.
27122      Branch: perl
27123            ! lib/Pod/Checker.pm t/pod/find.t
27124 ____________________________________________________________________________
27125 [  6977] By: jhi                                   on 2000/09/01  14:48:58
27126         Log: Subject: Nit in Configure (bleadperl@6961)
27127              From: Lupe Christoph <lupe@lupe-christoph.de>
27128              Date: Fri, 1 Sep 2000 16:34:29 +0200
27129              Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
27130      Branch: metaconfig
27131            ! U/compline/ccflags.U
27132      Branch: perl
27133            ! Configure config_h.SH
27134 ____________________________________________________________________________
27135 [  6976] By: jhi                                   on 2000/09/01  14:39:52
27136         Log: Update Changes.
27137      Branch: perl
27138            ! Changes patchlevel.h
27139 ____________________________________________________________________________
27140 [  6975] By: jhi                                   on 2000/09/01  14:37:36
27141         Log: microperl config update.
27142      Branch: perl
27143            ! uconfig.h uconfig.sh
27144 ____________________________________________________________________________
27145 [  6974] By: jhi                                   on 2000/09/01  14:36:53
27146         Log: Document known deficiencies.
27147      Branch: perl
27148            ! pod/perldelta.pod
27149 ____________________________________________________________________________
27150 [  6973] By: jhi                                   on 2000/09/01  14:10:20
27151         Log: Mention warnings fixes and updates.
27152      Branch: perl
27153            ! pod/perldelta.pod
27154 ____________________________________________________________________________
27155 [  6972] By: jhi                                   on 2000/09/01  14:01:52
27156         Log: Drop unused argument.
27157              
27158              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
27159              From: Spider Boardman <spider@web.zk3.dec.com>
27160              Date: Thu, 31 Aug 2000 16:10:15 -0400
27161              Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
27162      Branch: perl
27163            ! toke.c
27164 ____________________________________________________________________________
27165 [  6971] By: jhi                                   on 2000/09/01  13:59:24
27166         Log: Add the overload warnings to perldiag.
27167      Branch: perl
27168            ! lib/overload.pm pod/perldiag.pod
27169 ____________________________________________________________________________
27170 [  6970] By: jhi                                   on 2000/09/01  13:55:10
27171         Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
27172              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
27173              Date: Fri, 1 Sep 2000 13:43:15 +0100 
27174              Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>                
27175      Branch: perl
27176            ! lib/overload.pm t/pragma/overload.t
27177 ____________________________________________________________________________
27178 [  6969] By: jhi                                   on 2000/09/01  13:52:27
27179         Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
27180              From: <abigail@foad.org>
27181              Date: Fri, 1 Sep 2000 05:46:54 -0400
27182              Message-ID: <20000901094654.6476.qmail@foad.org>
27183      Branch: perl
27184            ! lib/overload.pm
27185 ____________________________________________________________________________
27186 [  6968] By: jhi                                   on 2000/09/01  13:50:05
27187         Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
27188              From: Daniel Chetlin <daniel@chetlin.com>
27189              Date: Fri, 1 Sep 2000 02:10:55 -0700
27190              Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
27191      Branch: perl
27192            ! pod/perlretut.pod
27193 ____________________________________________________________________________
27194 [  6967] By: jhi                                   on 2000/09/01  13:47:54
27195         Log: Part of the solution.
27196              
27197              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
27198              From: Mike Guy <mjtg@cam.ac.uk>
27199              Date: Fri, 01 Sep 2000 14:16:01 +0100
27200              Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
27201      Branch: perl
27202            ! gv.c mg.c
27203 ____________________________________________________________________________
27204 [  6966] By: jhi                                   on 2000/09/01  13:46:17
27205         Log: Subject: CPAN.pm beta 1.57_57 for the core
27206              From: andreas.koenig@anima.de (Andreas J. Koenig)
27207              Date: 01 Sep 2000 15:16:31 +0200
27208              Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
27209      Branch: perl
27210            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
27211 ____________________________________________________________________________
27212 [  6965] By: jhi                                   on 2000/09/01  13:43:18
27213         Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
27214              From: "Craig A. Berry" <craig.berry@psinetcs.com>
27215              Date: Fri, 01 Sep 2000 01:47:22 -0500
27216              Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
27217      Branch: perl
27218            ! pod/perldelta.pod vms/vms.c
27219 ____________________________________________________________________________
27220 [  6964] By: jhi                                   on 2000/09/01  13:35:35
27221         Log: File::Temp patches from Andreas König,
27222              
27223              Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8  (UNINSTALLED)
27224              From: andreas.koenig@anima.de (Andreas J. Koenig)
27225              Date: 01 Sep 2000 10:07:20 +0200
27226              Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
27227              
27228              Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
27229              From: andreas.koenig@anima.de (Andreas J. Koenig)
27230              Date: 31 Aug 2000 23:26:08 +0200
27231              Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
27232      Branch: perl
27233            ! lib/File/Temp.pm t/lib/ftmp-security.t
27234 ____________________________________________________________________________
27235 [  6963] By: jhi                                   on 2000/09/01  02:22:24
27236         Log: Retract the mergesort code, way too incompatible licensing
27237              and copyrights.
27238      Branch: perl
27239            ! pod/perldelta.pod pp_ctl.c
27240 ____________________________________________________________________________
27241 [  6962] By: jhi                                   on 2000/08/31  23:27:32
27242         Log: Update Changes.
27243      Branch: perl
27244            ! Changes patchlevel.h
27245 ____________________________________________________________________________
27246 [  6961] By: jhi                                   on 2000/08/31  23:20:04
27247         Log: Small tweaks all over.
27248      Branch: metaconfig
27249            ! U/compline/d_gconvert.U
27250      Branch: perl
27251            ! AUTHORS Configure config_h.SH pp_ctl.c
27252 ____________________________________________________________________________
27253 [  6960] By: jhi                                   on 2000/08/31  22:39:36
27254         Log: Further rewording.
27255      Branch: perl
27256            ! pp_ctl.c
27257 ____________________________________________________________________________
27258 [  6959] By: jhi                                   on 2000/08/31  21:26:44
27259         Log: More address tweaking.
27260      Branch: perl
27261            ! AUTHORS Changes
27262 ____________________________________________________________________________
27263 [  6958] By: jhi                                   on 2000/08/31  20:47:25
27264         Log: AUTHORS tweaks, from Peter Prymmer.
27265              
27266              Subject: [PATCH: 6948] mvs doesn't exist (not any more)
27267              From: Peter Prymmer <pvhp@forte.com>
27268              Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT) 
27269              Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
27270      Branch: perl
27271            ! AUTHORS MAINTAIN
27272 ____________________________________________________________________________
27273 [  6957] By: jhi                                   on 2000/08/31  20:34:43
27274         Log: perldelta tweaks.
27275      Branch: perl
27276            ! pod/perldelta.pod
27277 ____________________________________________________________________________
27278 [  6956] By: jhi                                   on 2000/08/31  19:11:06
27279         Log: Regen perltoc.
27280      Branch: perl
27281            ! pod/perltoc.pod
27282 ____________________________________________________________________________
27283 [  6955] By: jhi                                   on 2000/08/31  19:06:30
27284         Log: Clarify the mergesort situation.
27285      Branch: perl
27286            ! pp_ctl.c
27287 ____________________________________________________________________________
27288 [  6954] By: jhi                                   on 2000/08/31  18:24:17
27289         Log: Move the Solaris 7 scan to use64bitall, make the
27290              failure to find 64-bot sparc libc to mention the
27291              possibility of being in an intel, from Lupe and Alan.
27292      Branch: perl
27293            ! hints/solaris_2.sh
27294 ____________________________________________________________________________
27295 [  6953] By: jhi                                   on 2000/08/31  18:09:20
27296         Log: Forget about NV_MAX (#6951).  Various floating point tweaks,
27297              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
27298      Branch: metaconfig
27299            ! U/compline/d_gconvert.U U/threads/archname.U
27300      Branch: metaconfig/U/perl
27301            ! perlxv.U
27302      Branch: perl
27303            ! Configure config_h.SH sv.c
27304 ____________________________________________________________________________
27305 [  6952] By: jhi                                   on 2000/08/31  17:42:24
27306         Log: :: not allowed in pathnames, change to .
27307              
27308              Subject: [PATCH perl@6938] cygwin port
27309              From: "Fifer, Eric" <EFifer@sanwaint.com>
27310              Date: Thu, 31 Aug 2000 16:32:59 +0100
27311              Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
27312      Branch: metaconfig/U/perl
27313            ! perlxv.U
27314 ____________________________________________________________________________
27315 [  6951] By: jhi                                   on 2000/08/31  17:02:05
27316         Log: Try to deduce NV_MAX.  Really should be Configure fodder.
27317      Branch: perl
27318            ! perl.h
27319 ____________________________________________________________________________
27320 [  6950] By: jhi                                   on 2000/08/31  16:26:08
27321         Log: More author updates.
27322              
27323              Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
27324              From: Simon Cozens <simon@cozens.net>
27325              Date: Thu, 31 Aug 2000 17:13:32 +0100
27326              Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
27327      Branch: perl
27328            ! AUTHORS
27329 ____________________________________________________________________________
27330 [  6949] By: jhi                                   on 2000/08/31  16:04:49
27331         Log: POSIX doesn't report long double values under -Duselongdouble
27332              when the long doubles are "real" (bigger than doubles).
27333              
27334              Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
27335              From: Spider Boardman <spider@peano.zk3.dec.com>
27336              Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
27337              Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
27338      Branch: perl
27339            ! ext/POSIX/POSIX.xs
27340 ____________________________________________________________________________
27341 [  6948] By: jhi                                   on 2000/08/31  15:25:10
27342         Log: Update Changes.
27343      Branch: perl
27344            ! Changes patchlevel.h
27345 ____________________________________________________________________________
27346 [  6947] By: jhi                                   on 2000/08/31  15:22:29
27347         Log: Document UNTIE in a very minimalistic way.
27348      Branch: perl
27349            ! pod/perlfunc.pod pod/perltie.pod
27350 ____________________________________________________________________________
27351 [  6946] By: jhi                                   on 2000/08/31  15:15:23
27352         Log: Document known failures.
27353      Branch: perl
27354            ! pod/perldelta.pod
27355 ____________________________________________________________________________
27356 [  6945] By: jhi                                   on 2000/08/31  15:07:00
27357         Log: Don't attach -ld to the archname if pointless.
27358      Branch: metaconfig
27359            ! U/threads/archname.U
27360      Branch: perl
27361            ! Configure config_h.SH
27362 ____________________________________________________________________________
27363 [  6944] By: jhi                                   on 2000/08/31  14:37:42
27364         Log: Wrap the test in eval.
27365              
27366              Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
27367              From: Tim Jenness <timj@jach.hawaii.edu>
27368              Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
27369              Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
27370      Branch: perl
27371            ! t/lib/ftmp-security.t
27372 ____________________________________________________________________________
27373 [  6943] By: jhi                                   on 2000/08/31  14:30:57
27374         Log: Make -Dusemorebits find long doubles in Solaris.
27375      Branch: perl
27376            ! hints/solaris_2.sh
27377 ____________________________________________________________________________
27378 [  6942] By: jhi                                   on 2000/08/31  13:48:45
27379         Log: Clarify the third case of ftmp-security warnings.
27380      Branch: perl
27381            ! INSTALL
27382 ____________________________________________________________________________
27383 [  6941] By: jhi                                   on 2000/08/31  13:40:31
27384         Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
27385              From: <abigail@foad.org>
27386              Date: Thu, 31 Aug 2000 01:35:05 -0400
27387              Message-ID: <20000831053505.32120.qmail@foad.org>
27388      Branch: perl
27389            ! pod/perldelta.pod
27390 ____________________________________________________________________________
27391 [  6940] By: jhi                                   on 2000/08/31  13:38:48
27392         Log: Issue useful diagnostic on unknown pod commands.
27393              
27394              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
27395              From: <abigail@foad.org>
27396              Date: Thu, 31 Aug 2000 03:41:18 -0400
27397              Message-ID: <20000831074118.24880.qmail@foad.org>
27398      Branch: perl
27399            ! lib/Pod/Man.pm
27400 ____________________________________________________________________________
27401 [  6939] By: jhi                                   on 2000/08/31  13:34:33
27402         Log: Reveal Borland's isnan.
27403              
27404              Subject: build with BC++ tweak
27405              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
27406              Date: Thu, 31 Aug 2000 13:09:37 +0400
27407              Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
27408      Branch: perl
27409            ! win32/win32.h
27410 ____________________________________________________________________________
27411 [  6938] By: jhi                                   on 2000/08/31  05:01:20
27412         Log: Update Changes.
27413      Branch: perl
27414            ! Changes patchlevel.h
27415 ____________________________________________________________________________
27416 [  6937] By: jhi                                   on 2000/08/31  04:26:23
27417         Log: sscanf() may be the only way to read long doubles from strings.
27418      Branch: metaconfig/U/perl
27419            ! longdblfio.U
27420      Branch: perl
27421            ! Configure config_h.SH perl.h util.c
27422 ____________________________________________________________________________
27423 [  6936] By: jhi                                   on 2000/08/31  04:18:19
27424         Log: The #6929 was too skimpy.
27425      Branch: perl
27426            ! sv.c
27427 ____________________________________________________________________________
27428 [  6935] By: jhi                                   on 2000/08/31  02:47:07
27429         Log: Subject: Re: typos in pods
27430              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
27431              Date: Wed, 30 Aug 2000 19:25:34 -0700
27432              Message-ID: <eIcr5gzkg25X092yn@efn.org>
27433      Branch: perl
27434            ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
27435 ____________________________________________________________________________
27436 [  6934] By: jhi                                   on 2000/08/31  02:42:55
27437         Log: Missed one Unicode file.
27438      Branch: perl
27439            + lib/unicode/UCDFF301.html
27440 ____________________________________________________________________________
27441 [  6933] By: jhi                                   on 2000/08/30  23:42:27
27442         Log: Update Changes.
27443      Branch: perl
27444            ! Changes patchlevel.h
27445 ____________________________________________________________________________
27446 [  6932] By: jhi                                   on 2000/08/30  23:40:07
27447         Log: Mention UNTIE in perldelta.  Still needs documenting
27448              in perltie et alia.
27449      Branch: perl
27450            ! pod/perldelta.pod
27451 ____________________________________________________________________________
27452 [  6931] By: jhi                                   on 2000/08/30  23:36:02
27453         Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
27454              From: <abigail@foad.org>
27455              Date: Wed, 30 Aug 2000 19:28:07 -0400
27456              Message-ID: <20000830232807.305.qmail@foad.org>
27457      Branch: perl
27458            ! pod/perldelta.pod
27459 ____________________________________________________________________________
27460 [  6930] By: jhi                                   on 2000/08/30  23:32:40
27461         Log: Update to Unicode 3.0.1.
27462      Branch: perl
27463            + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
27464            + lib/unicode/PropList.txt lib/unicode/README.perl
27465            + lib/unicode/UCD301.html lib/unicode/Unicode.301
27466            - lib/unicode/Props.txt lib/unicode/UCD300.html
27467            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
27468            ! (edit 257 files)
27469 ____________________________________________________________________________
27470 [  6929] By: jhi                                   on 2000/08/30  22:38:18
27471         Log: Heap decorruption.
27472              
27473              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
27474              From: Alan Burlison <Alan.Burlison@uk.sun.com>
27475              Date: Wed, 30 Aug 2000 22:39:52 +0100
27476              Message-ID: <39AD7F28.A06533CF@uk.sun.com>
27477      Branch: perl
27478            ! sv.c
27479 ____________________________________________________________________________
27480 [  6928] By: jhi                                   on 2000/08/30  22:29:34
27481         Log: Retract the dummy test, skip the security tests (instead of failing),
27482              explain what the warnings mean.
27483      Branch: perl
27484            ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
27485 ____________________________________________________________________________
27486 [  6927] By: jhi                                   on 2000/08/30  22:14:13
27487         Log: Change the internal implementation of sort() to be mergesort
27488              instead of quicksort, from John Linderman <jpl@research.att.com>.
27489              Gives us better worst case, better average case, and stability.
27490              What's there not to like?  (Small fixes for threaded builds
27491              were required).
27492      Branch: perl
27493            ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
27494 ____________________________________________________________________________
27495 [  6926] By: jhi                                   on 2000/08/30  20:55:20
27496         Log: A better fix for the Socket building problem from Craig Berry.
27497      Branch: perl
27498            ! vms/vms.c
27499 ____________________________________________________________________________
27500 [  6925] By: jhi                                   on 2000/08/30  20:20:25
27501         Log: Subject: [PATCH] Re: UNTIE method 
27502              From: Nick Ing-Simmons <nik@tiuk.ti.com>
27503              Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
27504              Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
27505      Branch: perl
27506            ! pp_sys.c t/op/tie.t
27507 ____________________________________________________________________________
27508 [  6924] By: jhi                                   on 2000/08/30  20:17:11
27509         Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
27510              From: "Craig A. Berry" <craig.berry@psinetcs.com>
27511              Date: Wed, 30 Aug 2000 15:03:14 -0500
27512              Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
27513      Branch: perl
27514            ! vms/vms.c
27515 ____________________________________________________________________________
27516 [  6923] By: jhi                                   on 2000/08/30  20:15:18
27517         Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
27518              From: "Craig A. Berry" <craig.berry@psinetcs.com>
27519              Date: Wed, 30 Aug 2000 13:30:36 -0500
27520              Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
27521      Branch: perl
27522            ! vms/vms.c
27523 ____________________________________________________________________________
27524 [  6922] By: jhi                                   on 2000/08/30  19:54:43
27525         Log: Better options for rsync.
27526      Branch: perl
27527            ! pod/perlhack.pod
27528 ____________________________________________________________________________
27529 [  6921] By: jhi                                   on 2000/08/30  19:40:16
27530         Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
27531              From: Rick Delaney <rick@consumercontact.com>
27532              Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
27533              Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
27534      Branch: perl
27535            ! pod/perlfunc.pod
27536 ____________________________________________________________________________
27537 [  6920] By: jhi                                   on 2000/08/30  19:36:40
27538         Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
27539              From: Peter Prymmer <pvhp@forte.com>
27540              Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
27541              Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
27542      Branch: perl
27543            ! configure.com
27544 ____________________________________________________________________________
27545 [  6919] By: jhi                                   on 2000/08/30  14:52:02
27546         Log: Update Changes.
27547      Branch: perl
27548            ! Changes patchlevel.h
27549 ____________________________________________________________________________
27550 [  6918] By: jhi                                   on 2000/08/30  14:48:34
27551         Log: NVs not necessarily doubles, as pointed out by Yitzchak.
27552      Branch: perl
27553            ! lib/ExtUtils/typemap
27554 ____________________________________________________________________________
27555 [  6917] By: jhi                                   on 2000/08/30  14:46:34
27556         Log: Subject: typos in pods
27557              From: Nicholas Clark <nick@ccl4.org>
27558              Date: Wed, 30 Aug 2000 01:12:50 +0100
27559              Message-ID: <20000830011249.A61388@plum.flirble.org>
27560      Branch: perl
27561            ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
27562            ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
27563            ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
27564            ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
27565 ____________________________________________________________________________
27566 [  6916] By: jhi                                   on 2000/08/30  14:19:09
27567         Log: Document Storable problems on Crays.  (Will have
27568              to document all the other Storable problems, too.)
27569      Branch: perl
27570            ! pod/perldelta.pod
27571 ____________________________________________________________________________
27572 [  6915] By: jhi                                   on 2000/08/30  14:06:02
27573         Log: Subject: [PATCH] fix misc cast warnings
27574              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
27575              Date: Tue, 29 Aug 2000 23:16:14 -0700
27576              Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
27577      Branch: perl
27578            ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
27579            ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
27580            ! os2/os2ish.h
27581 ____________________________________________________________________________
27582 [  6914] By: jhi                                   on 2000/08/30  14:03:45
27583         Log: Timestamp mismatch again.  Need to fix this dependence on
27584              config_h.SH timestamp, since it's the contents of config_h.SH
27585              that matter.
27586      Branch: perl
27587            ! uconfig.h uconfig.sh
27588 ____________________________________________________________________________
27589 [  6913] By: jhi                                   on 2000/08/30  13:54:06
27590         Log: Don't say "Perl 5.0 source kit".
27591      Branch: perl
27592            ! perl.c
27593 ____________________________________________________________________________
27594 [  6912] By: jhi                                   on 2000/08/30  13:51:24
27595         Log: Reset archname and archname64 always, forcing them be
27596              recomputed at each Configure run, make Configure and
27597              the hints files agree on the naming of largefiles variables.
27598      Branch: metaconfig
27599            ! U/threads/archname.U
27600      Branch: metaconfig/U/perl
27601            ! use64bits.U
27602      Branch: perl
27603            ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
27604            ! hints/linux.sh hints/solaris_2.sh
27605 ____________________________________________________________________________
27606 [  6911] By: jhi                                   on 2000/08/30  13:30:13
27607         Log: Put back the slice accidentally removed by #6907.
27608      Branch: perl
27609            ! hints/solaris_2.sh
27610 ____________________________________________________________________________
27611 [  6910] By: jhi                                   on 2000/08/30  01:24:26
27612         Log: Be consistent: other Net::get* do export theirs.
27613              
27614              Subject: Re: Net::protoent does not export 'getproto'
27615              From: Yasushi Nakajima <sey@jkc.co.jp>
27616              Date: Wed, 30 Aug 2000 09:53:14 +0900
27617              Message-Id: <200008300051.DAA24700@taku.hut.fi>
27618      Branch: perl
27619            ! lib/Net/protoent.pm
27620 ____________________________________________________________________________
27621 [  6909] By: jhi                                   on 2000/08/30  01:17:25
27622         Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
27623              From: Gurusamy Sarathy <gsar@ActiveState.com>
27624              Date: Tue, 29 Aug 2000 17:17:07 -0700
27625              Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
27626      Branch: perl
27627            ! cop.h
27628 ____________________________________________________________________________
27629 [  6908] By: jhi                                   on 2000/08/30  00:58:05
27630         Log: Update Changes.
27631      Branch: perl
27632            ! Changes patchlevel.h
27633 ____________________________________________________________________________
27634 [  6907] By: jhi                                   on 2000/08/30  00:57:22
27635         Log: Introduce ccname to keep track of what compiler kind of we have.
27636      Branch: metaconfig/U/perl
27637            ! Checkcc.U gccvers.U
27638      Branch: perl
27639            ! Configure config_h.SH hints/solaris_2.sh
27640 ____________________________________________________________________________
27641 [  6906] By: jhi                                   on 2000/08/30  00:25:47
27642         Log: Put back the flags dump as reasoned in
27643              
27644              Subject: Re: [PATCH] Glob dumping
27645              From: Mike Guy <mjtg@cam.ac.uk> 
27646              Date: Tue, 29 Aug 2000 21:41:32 +0100
27647              Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
27648      Branch: perl
27649            ! dump.c t/lib/peek.t
27650 ____________________________________________________________________________
27651 [  6905] By: jhi                                   on 2000/08/30  00:16:17
27652         Log: Make the epsilon to be relative, not absolute.
27653              
27654              Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
27655              From: Spider Boardman <spider-perl@orb.nashua.nh.us>
27656              Date: Tue, 29 Aug 2000 19:58:56 -0400
27657              Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
27658      Branch: perl
27659            ! t/lib/trig.t
27660 ____________________________________________________________________________
27661 [  6904] By: jhi                                   on 2000/08/30  00:13:09
27662         Log: From now on, Gisle is on my list of usual suspects :-)
27663              Retract #6902.
27664      Branch: perl
27665            ! ext/Opcode/Safe.pm
27666 ____________________________________________________________________________
27667 [  6903] By: jhi                                   on 2000/08/29  23:51:20
27668         Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
27669              From: "Craig A. Berry" <craig.berry@psinetcs.com>
27670              Date: Tue, 29 Aug 2000 18:43:26 -0500
27671              Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
27672      Branch: perl
27673            + vms/vmspipe.com
27674            ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
27675            ! vms/vms.c
27676 ____________________________________________________________________________
27677 [  6902] By: jhi                                   on 2000/08/29  23:44:14
27678         Log: Retry what #6882 attempted.
27679              
27680              Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
27681              From: Gisle Aas <gisle@ActiveState.com>
27682              Date: 30 Aug 2000 00:33:09 +0200
27683              Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
27684      Branch: perl
27685            ! ext/Opcode/Safe.pm
27686 ____________________________________________________________________________
27687 [  6901] By: jhi                                   on 2000/08/29  22:59:32
27688         Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
27689              From: Hugo <hv@crypt.compulink.co.uk>
27690              Date: Mon, 12 Jun 2000 19:36:08 +0100
27691              Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
27692      Branch: perl
27693            ! sv.c
27694 ____________________________________________________________________________
27695 [  6900] By: jhi                                   on 2000/08/29  22:58:35
27696         Log: Admit that we are leaking scalars.
27697              
27698              Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
27699              From: Spider Boardman <spider@leggy.zk3.dec.com>
27700              Date: Tue, 29 Aug 2000 18:48:29 -0400
27701              Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
27702      Branch: perl
27703            ! t/pragma/warnings.t
27704 ____________________________________________________________________________
27705 [  6899] By: jhi                                   on 2000/08/29  20:53:13
27706         Log: Update Changes.
27707      Branch: perl
27708            ! Changes patchlevel.h
27709 ____________________________________________________________________________
27710 [  6898] By: jhi                                   on 2000/08/29  20:46:21
27711         Log: Undo namespace pollution of #6878.
27712              
27713              Subject: Re: Net::protoent does not export 'getproto'
27714              From: Mike Guy <mjtg@cam.ac.uk>
27715              Date: Tue, 29 Aug 2000 21:32:37 +0100
27716              Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
27717      Branch: perl
27718            ! lib/Net/protoent.pm
27719 ____________________________________________________________________________
27720 [  6897] By: jhi                                   on 2000/08/29  20:44:29
27721         Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
27722              From: Peter Prymmer <pvhp@forte.com>
27723              Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
27724              Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
27725      Branch: perl
27726            ! pod/perlebcdic.pod
27727 ____________________________________________________________________________
27728 [  6896] By: jhi                                   on 2000/08/29  20:40:57
27729         Log: There's no point repeating the 'revision' (5) of perl5.
27730      Branch: metaconfig/U/perl
27731            ! Devel.U patchlevel.U
27732      Branch: perl
27733            ! Configure config_h.SH
27734 ____________________________________________________________________________
27735 [  6895] By: jhi                                   on 2000/08/29  20:16:58
27736         Log: Regen Configure for #6894.
27737      Branch: metaconfig/U/perl
27738            ! perladmin.U
27739      Branch: perl
27740            ! Configure config_h.SH
27741 ____________________________________________________________________________
27742 [  6894] By: jhi                                   on 2000/08/29  19:59:52
27743         Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
27744              From: "Philip Newton" <Philip.Newton@gmx.net>
27745              Date: Tue, 29 Aug 2000 21:39:14 +0200
27746              Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
27747      Branch: perl
27748            ! Configure INSTALL README hints/README.hints hints/bsdos.sh
27749            ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
27750            ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
27751            ! utils/perlbug.PL
27752 ____________________________________________________________________________
27753 [  6893] By: jhi                                   on 2000/08/29  19:55:30
27754         Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
27755              From: "Philip Newton" <Philip.Newton@gmx.net>
27756              Date: Tue, 29 Aug 2000 21:39:14 +0200
27757              Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
27758      Branch: perl
27759            ! installhtml
27760 ____________________________________________________________________________
27761 [  6892] By: jhi                                   on 2000/08/29  19:53:59
27762         Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
27763              From: "Philip Newton" <Philip.Newton@gmx.net>
27764              Date: Tue, 29 Aug 2000 21:48:18 +0200
27765              Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
27766      Branch: perl
27767            ! lib/File/Temp.pm
27768 ____________________________________________________________________________
27769 [  6891] By: jhi                                   on 2000/08/29  18:30:03
27770         Log: Nail the ID 20000828.023.
27771      Branch: perl
27772            ! ext/Storable/Storable.xs
27773 ____________________________________________________________________________
27774 [  6890] By: jhi                                   on 2000/08/29  16:50:17
27775         Log: Under usethreads the dumped variable is IN_PAD.
27776              
27777              Subject: Re: [PATCH] Glob dumping
27778              From: Gisle Aas <gisle@ActiveState.com>
27779              Date: 29 Aug 2000 18:45:05 +0200
27780              Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
27781      Branch: perl
27782            ! t/lib/peek.t
27783 ____________________________________________________________________________
27784 [  6889] By: jhi                                   on 2000/08/29  15:17:37
27785         Log: Update Changes.
27786      Branch: perl
27787            ! Changes patchlevel.h
27788 ____________________________________________________________________________
27789 [  6888] By: jhi                                   on 2000/08/29  14:49:59
27790         Log: Retract #6882, broke the safe tests.
27791      Branch: perl
27792            ! ext/Opcode/Safe.pm
27793 ____________________________________________________________________________
27794 [  6887] By: jhi                                   on 2000/08/29  14:47:06
27795         Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
27796              From: Gisle Aas <gisle@ActiveState.com> 
27797              Date: 09 Jun 2000 20:00:11 +0200
27798              Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
27799      Branch: perl
27800            ! utils/perldoc.PL
27801 ____________________________________________________________________________
27802 [  6886] By: jhi                                   on 2000/08/29  14:42:45
27803         Log: The #6881 removed one dump line.
27804      Branch: perl
27805            ! t/lib/peek.t
27806 ____________________________________________________________________________
27807 [  6885] By: jhi                                   on 2000/08/29  14:30:47
27808         Log: Don't forget to tidy up.
27809      Branch: perl
27810            ! t/lib/ftmp-security.t
27811 ____________________________________________________________________________
27812 [  6884] By: jhi                                   on 2000/08/29  14:25:17
27813         Log: Disabling the one test is a bit tricky.
27814      Branch: perl
27815            ! t/lib/ftmp-security.t
27816 ____________________________________________________________________________
27817 [  6883] By: jhi                                   on 2000/08/29  14:16:25
27818         Log: Disable one of the tests for now.
27819      Branch: perl
27820            ! t/lib/ftmp-security.t
27821 ____________________________________________________________________________
27822 [  6882] By: jhi                                   on 2000/08/29  14:05:50
27823         Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
27824              From: gisle@aas.no
27825              Date: 29 Aug 2000 10:35:06 -0000
27826              Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
27827      Branch: perl
27828            ! ext/Opcode/Safe.pm
27829 ____________________________________________________________________________
27830 [  6881] By: jhi                                   on 2000/08/29  14:03:51
27831         Log: Subject: [PATCH] Glob dumping
27832              From: Gisle Aas <gisle@ActiveState.com>
27833              Date: 29 Aug 2000 07:59:42 -0000
27834              Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
27835      Branch: perl
27836            ! dump.c
27837 ____________________________________________________________________________
27838 [  6880] By: jhi                                   on 2000/08/29  14:02:01
27839         Log: Subject: [PATCH] Warnings in B::Deparse
27840              From: <abigail@foad.org>
27841              Date: Tue, 29 Aug 2000 00:00:01 -0400
27842              Message-ID: <20000829040001.2999.qmail@foad.org>
27843      Branch: perl
27844            ! ext/B/B/Deparse.pm
27845 ____________________________________________________________________________
27846 [  6879] By: jhi                                   on 2000/08/29  13:57:26
27847         Log: Missed a change in #6869.
27848      Branch: perl
27849            ! mg.c
27850 ____________________________________________________________________________
27851 [  6878] By: jhi                                   on 2000/08/29  13:45:04
27852         Log: Subject: Net::protoent does not export 'getproto'
27853              From: Yasushi Nakajima <sey@jkc.co.jp>
27854              Date: Tue, 29 Aug 2000 17:28:57 +0900                 
27855      Branch: perl
27856            ! lib/Net/protoent.pm
27857 ____________________________________________________________________________
27858 [  6877] By: jhi                                   on 2000/08/29  13:39:19
27859         Log: Patches all over for people and the files they (hopefully) care about.
27860      Branch: perl
27861            ! AUTHORS Changes MAINTAIN
27862 ____________________________________________________________________________
27863 [  6876] By: jhi                                   on 2000/08/29  12:53:54
27864         Log: Fix for thinko in #6848.
27865              
27866              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
27867              From: Lupe Christoph <lupe@lupe-christoph.de>
27868              Date: Tue, 29 Aug 2000 09:04:08 +0200
27869              Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
27870      Branch: perl
27871            ! ext/Thread/Thread.xs
27872 ____________________________________________________________________________
27873 [  6875] By: jhi                                   on 2000/08/29  12:50:14
27874         Log: Update to Getopt::Long 2.24, from Johan Vromans.
27875      Branch: perl
27876            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
27877 ____________________________________________________________________________
27878 [  6874] By: jhi                                   on 2000/08/29  02:09:53
27879         Log: Use minimal @INC in tests, most of the time just '../lib',
27880              so that we simply can't pick up stuff from other Perls than
27881              the one we are testing.  Pointed out by
27882              
27883              From: Mike Guy <mjtg@cam.ac.uk>
27884              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
27885              Date: Fri, 25 Aug 2000 15:15:59 +0100
27886              Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
27887      Branch: perl
27888            ! (edit 185 files)
27889 ____________________________________________________________________________
27890 [  6873] By: jhi                                   on 2000/08/29  01:07:11
27891         Log: Subject: [PATCH] Re: files not cleaned even by veryclean
27892              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
27893              Date: Mon, 28 Aug 2000 17:45:52 -0700
27894              Message-ID: <Afwq5gzkg2UB092yn@efn.org>
27895      Branch: perl
27896            ! Makefile.SH hints/os2.sh
27897 ____________________________________________________________________________
27898 [  6872] By: jhi                                   on 2000/08/28  23:33:39
27899         Log: Subject: [PATCH bleedperl@6866] spellings
27900              From: marcel@codewerk.com (Marcel Grunauer)
27901              Date: Tue, 29 Aug 2000 01:19:59 +0200
27902              Message-Id: <200008282319.BAA29862@gandalf.local>
27903      Branch: perl
27904            ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
27905            ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
27906            ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
27907 ____________________________________________________________________________
27908 [  6871] By: jhi                                   on 2000/08/28  23:22:09
27909         Log: Take out the SUIDMAIL thing, that will not be
27910              a problem in 5.7.*.
27911      Branch: perl
27912            ! patchlevel.h
27913 ____________________________________________________________________________
27914 [  6870] By: jhi                                   on 2000/08/28  23:19:30
27915         Log: -S is the silent flag, -s is the strip flag.
27916              
27917              Subject: [PATCH] Re: [PATCH] make no-install          
27918              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
27919              Date: Mon, 28 Aug 2000 15:12:55 -0700
27920              Message-ID: <nPuq5gzkg2FO092yn@efn.org> 
27921      Branch: perl
27922            ! Makefile.SH
27923 ____________________________________________________________________________
27924 [  6869] By: jhi                                   on 2000/08/28  23:12:05
27925         Log: Subject: [PATCH bleedperl@6856] warnings fixes
27926              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
27927              Date: Mon, 28 Aug 2000 23:55:06 +0100
27928              Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
27929      Branch: perl
27930            ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
27931            ! warnings.h warnings.pl
27932 ____________________________________________________________________________
27933 [  6868] By: jhi                                   on 2000/08/28  21:38:22
27934         Log: Potential cruft.
27935      Branch: perl
27936            ! Makefile.SH
27937 ____________________________________________________________________________
27938 [  6867] By: jhi                                   on 2000/08/28  21:35:36
27939         Log: Update Changes.
27940      Branch: perl
27941            ! Changes patchlevel.h
27942 ____________________________________________________________________________
27943 [  6866] By: jhi                                   on 2000/08/28  21:33:49
27944         Log: Subject: hv.h Doc Patch
27945              From: Fisher Mark <fisherm@tce.com>
27946              Date: Mon, 28 Aug 2000 16:24:59 -0500
27947              Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
27948      Branch: perl
27949            ! hv.h
27950 ____________________________________________________________________________
27951 [  6865] By: jhi                                   on 2000/08/28  21:02:15
27952         Log: Add -ld to archname on long tr...double platforms.
27953      Branch: metaconfig
27954            ! U/threads/archname.U
27955      Branch: perl
27956            ! Configure config_h.SH
27957 ____________________________________________________________________________
27958 [  6864] By: jhi                                   on 2000/08/28  20:38:59
27959         Log: An attempt to fix the problem reported in
27960              
27961              Subject: Building perl@6856 using gcc/AIX 4.3.3 
27962              From: Daniel Muino <dmuino@afip.gov.ar> 
27963              Date: Mon, 28 Aug 2000 15:50:01 -0300   
27964              Message-ID: <20000828155001.A14403@con2-dgi>
27965              
27966              I can't test this properly since the gcc installation I have
27967              access to seems to be botched (gcc is calling the AIX cpp,
27968              a losing proposition...)
27969      Branch: perl
27970            ! hints/aix.sh
27971 ____________________________________________________________________________
27972 [  6863] By: jhi                                   on 2000/08/28  18:57:52
27973         Log: Fix for ID 20000828.001, long doubles were not formatted
27974              correctly (showed up in $], which stopped installing perl).
27975      Branch: perl
27976            ! sv.c
27977 ____________________________________________________________________________
27978 [  6862] By: jhi                                   on 2000/08/28  18:07:15
27979         Log: Typo in #6858.
27980      Branch: perl
27981            ! lib/Cwd.pm
27982 ____________________________________________________________________________
27983 [  6861] By: jhi                                   on 2000/08/28  17:57:27
27984         Log: opmini.o may be left around if a build is interrupted.
27985      Branch: perl
27986            ! Makefile.SH
27987 ____________________________________________________________________________
27988 [  6860] By: jhi                                   on 2000/08/28  16:52:50
27989         Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
27990              From: Daniel Chetlin <daniel@chetlin.com>
27991              Date: Mon, 28 Aug 2000 01:14:18 -0700
27992              Message-ID: <20000828011418.J769@ilmd.chetlin.org>
27993      Branch: perl
27994            ! lib/overload.pm
27995 ____________________________________________________________________________
27996 [  6859] By: jhi                                   on 2000/08/28  16:08:46
27997         Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
27998              From: Nicholas Clark <nick@ccl4.org>
27999              Date: Mon, 28 Aug 2000 16:03:27 +0100
28000              Message-Id: <20000828160327.C49785@plum.flirble.org>
28001      Branch: perl
28002            ! ext/ByteLoader/bytecode.h
28003 ____________________________________________________________________________
28004 [  6858] By: jhi                                   on 2000/08/28  16:02:10
28005         Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
28006              From: Wolfgang Laun <wolfgang.laun@alcatel.at>
28007              Date: Mon, 28 Aug 2000 13:08:30 +0200
28008              Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
28009      Branch: perl
28010            ! lib/Cwd.pm
28011 ____________________________________________________________________________
28012 [  6857] By: jhi                                   on 2000/08/28  15:42:47
28013         Log: display_format used as a class method without arguments was broken,
28014              reported in
28015              
28016              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
28017              From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
28018              Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
28019              Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
28020      Branch: perl
28021            ! lib/Math/Complex.pm t/lib/complex.t
28022 ____________________________________________________________________________
28023 [  6856] By: jhi                                   on 2000/08/27  22:09:48
28024         Log: Update Changes.
28025      Branch: perl
28026            ! Changes patchlevel.h
28027 ____________________________________________________________________________
28028 [  6855] By: jhi                                   on 2000/08/27  21:59:21
28029         Log: Retract #6853 (false alarm).
28030      Branch: perl
28031            ! lib/ExtUtils/xsubpp
28032 ____________________________________________________________________________
28033 [  6854] By: jhi                                   on 2000/08/27  21:37:44
28034         Log: Update Changes.
28035      Branch: perl
28036            ! Changes patchlevel.h
28037 ____________________________________________________________________________
28038 [  6853] By: jhi                                   on 2000/08/27  21:37:16
28039         Log: Subject: [PATCH perl@6850] workaround for xsubpp
28040              From: Hugo <hv@crypt.compulink.co.uk>
28041              Date: Sun, 27 Aug 2000 22:30:25 +0100
28042              Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
28043      Branch: perl
28044            ! lib/ExtUtils/xsubpp
28045 ____________________________________________________________________________
28046 [  6852] By: jhi                                   on 2000/08/27  21:33:58
28047         Log: Big-endian 64-bit patch from Raphael Manfredi.
28048      Branch: perl
28049            ! ext/Storable/Storable.xs
28050 ____________________________________________________________________________
28051 [  6851] By: jhi                                   on 2000/08/27  21:22:21
28052         Log: More ruthless editing from Hugo van der Sanden.
28053      Branch: perl
28054            ! pod/perldelta.pod
28055 ____________________________________________________________________________
28056 [  6850] By: jhi                                   on 2000/08/27  16:11:46
28057         Log: Update Changes.
28058      Branch: perl
28059            ! Changes patchlevel.h
28060 ____________________________________________________________________________
28061 [  6849] By: jhi                                   on 2000/08/27  16:11:05
28062         Log: Provice virtual $Config{ccflags_nolargefiles} etc. 
28063      Branch: perl
28064            ! configpm pod/perldelta.pod
28065 ____________________________________________________________________________
28066 [  6848] By: jhi                                   on 2000/08/27  15:35:08
28067         Log: Use the actual thread type, not the pointer-to-struct.
28068      Branch: perl
28069            ! ext/Thread/Thread.xs
28070 ____________________________________________________________________________
28071 [  6847] By: jhi                                   on 2000/08/27  15:30:49
28072         Log: Test nit.
28073      Branch: perl
28074            ! t/pragma/warn/pp_sys
28075 ____________________________________________________________________________
28076 [  6846] By: jhi                                   on 2000/08/27  15:19:02
28077         Log: Passing -R in ldflags makes now it to appear in the default
28078              for lddlflags, just like with -L.
28079              
28080              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
28081              From: Lupe Christoph <lupe@lupe-christoph.de>
28082              Date: Sun, 27 Aug 2000 10:28:21 +0200
28083              Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
28084      Branch: metaconfig/U/perl
28085            ! dlsrc.U
28086      Branch: perl
28087            ! Configure
28088 ____________________________________________________________________________
28089 [  6845] By: jhi                                   on 2000/08/27  15:08:54
28090         Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
28091              From: Alan Burlison <Alan.Burlison@uk.sun.com>
28092              Date: Sat, 26 Aug 2000 22:23:27 +0100
28093              Message-ID: <39A8354F.E1E832C9@uk.sun.com>
28094      Branch: perl
28095            ! lib/ExtUtils/MM_Unix.pm
28096 ____________________________________________________________________________
28097 [  6844] By: jhi                                   on 2000/08/27  15:02:37
28098         Log: DJGPP update from Laszlo Molnar.
28099              
28100              Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
28101              From: ml1050 <ml1050@freemail.hu>
28102              Date: Sat, 26 Aug 2000 23:24:40 +0200
28103              Message-Id: <20000826232440.A439@freemail.hu>
28104      Branch: perl
28105            ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
28106            ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
28107 ____________________________________________________________________________
28108 [  6843] By: jhi                                   on 2000/08/27  14:53:58
28109         Log: Subject: installman buglet
28110              From: Lupe Christoph <lupe@lupe-christoph.de>
28111              Date: Sun, 27 Aug 2000 14:38:59 +0200
28112              Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
28113      Branch: perl
28114            ! installman
28115 ____________________________________________________________________________
28116 [  6842] By: jhi                                   on 2000/08/27  14:52:08
28117         Log: Can't get the test to reliably work thanks to the
28118              inaccurateness of floating point.  "Resolves" bug ids
28119              20000826.003, 20000826.009, 20000826.010,
28120      Branch: perl
28121            ! t/lib/trig.t
28122 ____________________________________________________________________________
28123 [  6841] By: jhi                                   on 2000/08/26  15:53:58
28124         Log: Update Changes.
28125      Branch: perl
28126            ! Changes patchlevel.h
28127 ____________________________________________________________________________
28128 [  6840] By: jhi                                   on 2000/08/26  14:23:03
28129         Log: grep -e isn't portable.
28130              
28131              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
28132              From: chris@broadband.att.com
28133              Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
28134              Message-Id: <200008260617.AAA10219@lazlo.tci.com>
28135      Branch: perl
28136            ! hints/solaris_2.sh
28137 ____________________________________________________________________________
28138 [  6839] By: jhi                                   on 2000/08/26  14:12:23
28139         Log: no-install target a la make -n.
28140              
28141              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
28142              From: <abigail@foad.org>
28143              Date: Sat, 26 Aug 2000 03:57:34 -0400
28144              Message-ID: <20000826075735.18912.qmail@foad.org>
28145      Branch: perl
28146            ! Makefile.SH installman installperl
28147 ____________________________________________________________________________
28148 [  6838] By: jhi                                   on 2000/08/26  14:06:33
28149         Log: Retract #6826 as the #6828 should be do the same
28150              in a More Correct Way.
28151      Branch: perl
28152            ! installperl
28153 ____________________________________________________________________________
28154 [  6837] By: jhi                                   on 2000/08/26  05:24:00
28155         Log: More casting.
28156      Branch: perl
28157            ! ext/Storable/Storable.xs
28158 ____________________________________________________________________________
28159 [  6836] By: jhi                                   on 2000/08/26  05:05:46
28160         Log: Nicer in decimal.
28161      Branch: perl
28162            ! ext/Storable/Storable.xs
28163 ____________________________________________________________________________
28164 [  6835] By: jhi                                   on 2000/08/26  05:03:50
28165         Log: There be no UVdf.
28166      Branch: perl
28167            ! ext/Storable/Storable.xs
28168 ____________________________________________________________________________
28169 [  6834] By: jhi                                   on 2000/08/26  05:00:18
28170         Log: Continue IVdfing and UVxfing.
28171      Branch: perl
28172            ! ext/Storable/Storable.xs
28173 ____________________________________________________________________________
28174 [  6833] By: jhi                                   on 2000/08/26  04:53:14
28175         Log: Use IVdf.
28176      Branch: perl
28177            ! ext/Storable/Storable.xs
28178 ____________________________________________________________________________
28179 [  6832] By: jhi                                   on 2000/08/26  04:40:41
28180         Log: Document PTR2XX and INT2PTR.
28181      Branch: perl
28182            ! pod/perlguts.pod
28183 ____________________________________________________________________________
28184 [  6831] By: jhi                                   on 2000/08/26  04:33:18
28185         Log: Use UVxf, PTR2UV, NVff.
28186      Branch: perl
28187            ! ext/Storable/Storable.xs
28188 ____________________________________________________________________________
28189 [  6830] By: jhi                                   on 2000/08/26  04:31:32
28190         Log: Update the test count.
28191      Branch: perl
28192            ! t/lib/trig.t
28193 ____________________________________________________________________________
28194 [  6829] By: jhi                                   on 2000/08/26  03:05:50
28195         Log: Subject: [PATCH] installation not quite silent yet.
28196              From: <abigail@foad.org>
28197              Date: Fri, 25 Aug 2000 20:07:53 -0400
28198              Message-ID: <20000826000753.7822.qmail@foad.org>
28199      Branch: perl
28200            ! installman installperl
28201 ____________________________________________________________________________
28202 [  6828] By: jhi                                   on 2000/08/26  03:05:14
28203         Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
28204              From: Spider Boardman <spider@web.zk3.dec.com>
28205              Date: Fri, 25 Aug 2000 19:12:40 -0400
28206              Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
28207      Branch: perl
28208            ! gv.c
28209 ____________________________________________________________________________
28210 [  6827] By: jhi                                   on 2000/08/25  23:54:34
28211         Log: Support preserving extremely big/small angles.
28212      Branch: perl
28213            ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
28214 ____________________________________________________________________________
28215 [  6826] By: jhi                                   on 2000/08/25  23:01:20
28216         Log: Patch installperl to be long double-aware.
28217              
28218              Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
28219              From: Spider Boardman <spider@web.zk3.dec.com>
28220              Date: Fri, 25 Aug 2000 18:15:23 -0400
28221              Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
28222      Branch: perl
28223            ! installperl
28224 ____________________________________________________________________________
28225 [  6825] By: jhi                                   on 2000/08/25  22:58:25
28226         Log: Remove duplicately applied patch shards.
28227              
28228              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
28229              From: Spider Boardman <spider@leggy.zk3.dec.com>
28230              Date: Fri, 25 Aug 2000 16:45:03 -0400
28231              Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
28232      Branch: perl
28233            ! t/lib/cgi-html.t
28234 ____________________________________________________________________________
28235 [  6824] By: jhi                                   on 2000/08/25  22:57:00
28236         Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
28237              From: Daniel Chetlin <daniel@chetlin.com>
28238              Date: Fri, 25 Aug 2000 12:23:16 -0700
28239              Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
28240              
28241              Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
28242              From: Daniel Chetlin <daniel@chetlin.com>
28243              Date: Fri, 25 Aug 2000 14:47:19 -0700
28244              Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
28245      Branch: perl
28246            ! installman
28247 ____________________________________________________________________________
28248 [  6823] By: jhi                                   on 2000/08/25  22:44:17
28249         Log: Timestamp problem?
28250      Branch: perl
28251            ! uconfig.h uconfig.sh
28252 ____________________________________________________________________________
28253 [  6822] By: jhi                                   on 2000/08/25  19:01:06
28254         Log: One forgotten file from #6816.
28255      Branch: perl
28256            ! vos/config.h
28257 ____________________________________________________________________________
28258 [  6821] By: jhi                                   on 2000/08/25  18:56:39
28259         Log: Regen Changes.
28260      Branch: perl
28261            ! Changes patchlevel.h
28262 ____________________________________________________________________________
28263 [  6820] By: jhi                                   on 2000/08/25  18:52:35
28264         Log: Fix Changes ordering.
28265      Branch: perl
28266            ! Changes
28267 ____________________________________________________________________________
28268 [  6819] By: jhi                                   on 2000/08/25  18:50:25
28269         Log: Update Changes.
28270      Branch: perl
28271            ! Changes patchlevel.h
28272 ____________________________________________________________________________
28273 [  6818] By: jhi                                   on 2000/08/25  18:47:45
28274         Log: Tweak the sfio/useperlio logic, hopefully as wished in
28275              
28276              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
28277              From: Nicholas Clark <nick@babyhippo.co.uk>
28278              Date: Fri, 25 Aug 2000 12:01:45 +0100
28279              Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
28280      Branch: metaconfig/U/perl
28281            ! d_sfio.U
28282      Branch: perl
28283            ! Configure
28284 ____________________________________________________________________________
28285 [  6817] By: jhi                                   on 2000/08/25  18:32:51
28286         Log: Allow microperl to assume <math.h>, without it the math
28287              functions like floor() are assumed to return int, which makes
28288              for core dumps in machines where integer and floating register
28289              don't mix.
28290      Branch: perl
28291            ! uconfig.h uconfig.sh
28292 ____________________________________________________________________________
28293 [  6816] By: jhi                                   on 2000/08/25  18:27:17
28294         Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
28295              the problem reported in
28296              
28297              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
28298              From: danhale@us.ibm.com
28299              Date: Fri, 25 Aug 2000 10:58:06 -0400
28300              Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
28301      Branch: metaconfig/U/perl
28302            + d_socks5_init.U
28303      Branch: perl
28304            ! Configure INSTALL config_h.SH configure.com epoc/config.sh
28305            ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
28306            ! vos/config.pl vos/config_h.SH_orig win32/config.bc
28307            ! win32/config.gc win32/config.vc
28308 ____________________________________________________________________________
28309 [  6815] By: jhi                                   on 2000/08/25  17:43:31
28310         Log: A solution for the retrieve_fd autosplit warning,
28311              idea suggested by Mike Guy.
28312      Branch: perl
28313            ! ext/Storable/Storable.pm
28314 ____________________________________________________________________________
28315 [  6814] By: jhi                                   on 2000/08/25  17:16:03
28316         Log: Add install-silent target.
28317      Branch: perl
28318            ! Makefile.SH
28319 ____________________________________________________________________________
28320 [  6813] By: jhi                                   on 2000/08/25  17:14:23
28321         Log: Subject: Re: [PATCH] More silencing of installman.
28322              From: <abigail@foad.org>
28323              Date: Thu, 24 Aug 2000 19:27:03 -0400
28324              Message-ID: <20000824232703.7001.qmail@foad.org>
28325              
28326              Subject: Re: [PATCH] More silencing of installman.
28327              From: <abigail@foad.org>
28328              Date: Fri, 25 Aug 2000 03:00:58 -0400
28329              Message-ID: <20000825070058.10697.qmail@foad.org>
28330      Branch: perl
28331            ! installman
28332 ____________________________________________________________________________
28333 [  6812] By: jhi                                   on 2000/08/25  17:11:28
28334         Log: installperl --verbose and --silent.
28335              
28336              Subject: Re: [PATCH] More silencing of installman.
28337              From: <abigail@foad.org>
28338              Message-ID: <20000825064430.9719.qmail@foad.org>
28339              Date: Fri, 25 Aug 2000 02:44:30 -0400
28340      Branch: perl
28341            ! installperl
28342 ____________________________________________________________________________
28343 [  6811] By: jhi                                   on 2000/08/25  17:05:43
28344         Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
28345              From: "Peter J. Farley III" <pjfarley@banet.net>
28346              Date: Thu, 24 Aug 2000 21:58:03 -0400
28347              Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
28348              
28349              (applied slightly modified)
28350      Branch: perl
28351            ! lib/ExtUtils/MM_Unix.pm
28352 ____________________________________________________________________________
28353 [  6810] By: jhi                                   on 2000/08/25  17:01:18
28354         Log: Missing parts of 
28355              
28356              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
28357              From: Peter Prymmer <pvhp@forte.com>
28358              Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
28359              Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
28360      Branch: perl
28361            ! t/lib/cgi-html.t
28362 ____________________________________________________________________________
28363 [  6809] By: jhi                                   on 2000/08/25  16:46:32
28364         Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
28365              From: "Craig A. Berry" <craig.berry@psinetcs.com>
28366              Date: Thu, 24 Aug 2000 19:13:11 -0500
28367              Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
28368      Branch: perl
28369            ! vms/vms.c
28370 ____________________________________________________________________________
28371 [  6808] By: jhi                                   on 2000/08/25  16:39:22
28372         Log: Subject: [PATCH: 6805] several more tweaks to configure.com
28373              From: Peter Prymmer <pvhp@forte.com>
28374              Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
28375              Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
28376      Branch: perl
28377            ! configure.com
28378 ____________________________________________________________________________
28379 [  6807] By: jhi                                   on 2000/08/25  16:36:37
28380         Log: Better wording for the vec lvalue diagnostic.
28381              
28382              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
28383              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
28384              Date: Wed, 23 Aug 2000 14:12:16 -0400
28385              Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
28386      Branch: perl
28387            ! pod/perldiag.pod
28388 ____________________________________________________________________________
28389 [  6806] By: jhi                                   on 2000/08/24  18:17:22
28390         Log: Subject: [PATCH] More silencing of installman.
28391              From: <abigail@foad.org>
28392              Date: Thu, 24 Aug 2000 14:01:44 -0400
28393              Message-ID: <20000824180144.20062.qmail@foad.org>
28394      Branch: perl
28395            ! installman
28396 ____________________________________________________________________________
28397 [  6805] By: jhi                                   on 2000/08/24  15:00:31
28398         Log: Update Changes.
28399      Branch: perl
28400            ! Changes patchlevel.h
28401 ____________________________________________________________________________
28402 [  6804] By: jhi                                   on 2000/08/24  14:59:07
28403         Log: Regen perltoc.
28404      Branch: perl
28405            ! pod/perltoc.pod
28406 ____________________________________________________________________________
28407 [  6803] By: jhi                                   on 2000/08/24  14:44:39
28408         Log: Show the doc file, not the temp file.
28409      Branch: perl
28410            ! installman
28411 ____________________________________________________________________________
28412 [  6802] By: jhi                                   on 2000/08/24  14:41:53
28413         Log: Continue silencing.
28414      Branch: perl
28415            ! installman
28416 ____________________________________________________________________________
28417 [  6801] By: jhi                                   on 2000/08/24  14:34:40
28418         Log: Actually do something with the silencer option.
28419      Branch: perl
28420            ! installman
28421 ____________________________________________________________________________
28422 [  6800] By: jhi                                   on 2000/08/24  14:26:22
28423         Log: Make installman to recognize the silence flag -S.
28424      Branch: perl
28425            ! installman
28426 ____________________________________________________________________________
28427 [  6799] By: jhi                                   on 2000/08/24  13:49:38
28428         Log: DOS patches and portability/porting notes, from Tim Jenness.
28429      Branch: perl
28430            ! lib/File/Temp.pm
28431 ____________________________________________________________________________
28432 [  6798] By: jhi                                   on 2000/08/24  13:48:27
28433         Log: Create directories in silence.
28434              
28435              Subject: [PATCH] Another silencer for MakeMaker
28436              From: andreas.koenig@anima.de (Andreas J. Koenig)
28437              Date: 24 Aug 2000 14:18:52 +0200
28438              Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
28439      Branch: perl
28440            ! lib/ExtUtils/Command.pm
28441 ____________________________________________________________________________
28442 [  6797] By: jhi                                   on 2000/08/24  13:46:42
28443         Log: More liberal parsing of version numbers.
28444              
28445              Subject: Re: CPAN.pm beta for testing available
28446              From: andreas.koenig@anima.de (Andreas J. Koenig)
28447              Date: 24 Aug 2000 13:51:57 +0200
28448              Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
28449      Branch: perl
28450            ! lib/CPAN.pm
28451 ____________________________________________________________________________
28452 [  6796] By: jhi                                   on 2000/08/24  13:44:36
28453         Log: Make "make install" by default silent.  A new "install-verbose"
28454              target is verbose.
28455      Branch: perl
28456            ! Makefile.SH
28457 ____________________________________________________________________________
28458 [  6795] By: jhi                                   on 2000/08/24  13:39:14
28459         Log: Add silencer flags to installperl.
28460              
28461              Subject: [PATCH] Making installperl silent.
28462              From: <abigail@foad.org>
28463              Date: Thu, 24 Aug 2000 05:01:45 -0400
28464              Message-ID: <20000824090145.13141.qmail@foad.org>
28465      Branch: perl
28466            ! installperl
28467 ____________________________________________________________________________
28468 [  6794] By: jhi                                   on 2000/08/24  13:35:50
28469         Log: installperl couldn't tell whether it had run tests or not.
28470              
28471              Subject: [PATCH] Re: installperl and t/TEST
28472              From: <abigail@foad.org>
28473              Date: Thu, 24 Aug 2000 04:00:53 -0400
28474              Message-ID: <20000824080053.2494.qmail@foad.org>
28475      Branch: perl
28476            ! Makefile.SH installperl
28477 ____________________________________________________________________________
28478 [  6793] By: jhi                                   on 2000/08/24  13:27:50
28479         Log: Drop the separate perlbc, perlcc -b should be enough.
28480      Branch: perl
28481            - utils/perlbc.PL
28482            ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
28483 ____________________________________________________________________________
28484 [  6792] By: jhi                                   on 2000/08/24  04:41:30
28485         Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
28486              plus the typo fix from Peter Prymmer.
28487      Branch: perl
28488            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
28489            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
28490 ____________________________________________________________________________
28491 [  6791] By: jhi                                   on 2000/08/24  02:10:43
28492         Log: Replace #6705 with a minimal doc patch.
28493              
28494              Subject: [PATCH 5.6.0] replace change #6705
28495              From: Jan Dubois <jand@ActiveState.com>
28496              Date: Wed, 23 Aug 2000 18:31:51 -0700
28497              Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
28498      Branch: perl
28499            ! lib/Win32.pod win32/win32.c
28500 ____________________________________________________________________________
28501 [  6790] By: jhi                                   on 2000/08/23  17:52:00
28502         Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
28503              From: Mike Guy <mjtg@cam.ac.uk>
28504              Date: Wed, 23 Aug 2000 18:38:46 +0100
28505              Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
28506      Branch: perl
28507            ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
28508 ____________________________________________________________________________
28509 [  6789] By: jhi                                   on 2000/08/23  15:34:21
28510         Log: Update Changes.
28511      Branch: perl
28512            ! Changes patchlevel.h
28513 ____________________________________________________________________________
28514 [  6788] By: jhi                                   on 2000/08/23  15:33:40
28515         Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
28516              From: Wilfredo Sánchez <wsanchez@apple.com>
28517              Date: Tue, 22 Aug 2000 19:31:27 -0700
28518              Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
28519      Branch: perl
28520            ! perl.h
28521 ____________________________________________________________________________
28522 [  6787] By: jhi                                   on 2000/08/23  15:29:31
28523         Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
28524              From: Spider Boardman <spider@leggy.zk3.dec.com>
28525              Date: Wed, 23 Aug 2000 10:33:23 -0400
28526              Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
28527      Branch: perl
28528            ! lib/Pod/Html.pm
28529 ____________________________________________________________________________
28530 [  6786] By: jhi                                   on 2000/08/23  15:28:11
28531         Log: Bad makefile.
28532      Branch: perl
28533            ! ext/B/Makefile.PL
28534 ____________________________________________________________________________
28535 [  6785] By: jhi                                   on 2000/08/23  14:37:04
28536         Log: Update Changes.
28537      Branch: perl
28538            ! Changes patchlevel.h
28539 ____________________________________________________________________________
28540 [  6784] By: jhi                                   on 2000/08/23  13:58:41
28541         Log: Portability fix from Hugo van der Sanden.
28542      Branch: perl
28543            ! ext/re/Makefile.PL
28544 ____________________________________________________________________________
28545 [  6783] By: jhi                                   on 2000/08/23  13:53:53
28546         Log: Storable support, v-version fixes.
28547              
28548              Subject: CPAN.pm beta for testing available
28549              From: andreas.koenig@anima.de (Andreas J. Koenig)
28550              Date: 22 Aug 2000 23:31:33 +0200
28551              Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
28552      Branch: perl
28553            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
28554 ____________________________________________________________________________
28555 [  6782] By: jhi                                   on 2000/08/23  13:51:26
28556         Log: Mac and other portability updates from Chris Nandor.
28557      Branch: perl
28558            ! pod/perlmodinstall.pod
28559 ____________________________________________________________________________
28560 [  6781] By: jhi                                   on 2000/08/23  13:47:33
28561         Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
28562              From: Peter Prymmer <pvhp@forte.com>
28563              Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
28564              Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
28565      Branch: perl
28566            ! ext/Storable/Storable.xs
28567 ____________________________________________________________________________
28568 [  6780] By: jhi                                   on 2000/08/23  13:33:34
28569         Log: VMS MMS (make) wants null action.
28570      Branch: perl
28571            ! ext/B/Makefile.PL
28572 ____________________________________________________________________________
28573 [  6779] By: jhi                                   on 2000/08/22  19:44:47
28574         Log: Forgot portability nit.
28575      Branch: perl
28576            ! t/lib/st-forgive.t
28577 ____________________________________________________________________________
28578 [  6778] By: jhi                                   on 2000/08/22  19:35:25
28579         Log: Be portable.
28580      Branch: perl
28581            ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
28582            ! t/lib/st-store.t
28583 ____________________________________________________________________________
28584 [  6777] By: jhi                                   on 2000/08/22  18:50:53
28585         Log: Update Changes.
28586      Branch: perl
28587            ! Changes patchlevel.h
28588 ____________________________________________________________________________
28589 [  6776] By: jhi                                   on 2000/08/22  18:44:46
28590         Log: cSVOPo_*v things index into the current PL_curpad
28591              under ithreads, which is different from the curpad
28592              used by the XSUB.  (In other words, the code as-is
28593              before this patch wouldn't work under ithreads.)
28594              From Sarathy.
28595      Branch: perl
28596            ! ext/B/B.xs
28597 ____________________________________________________________________________
28598 [  6775] By: jhi                                   on 2000/08/22  18:18:37
28599         Log: Make the selection of NVff et al stricter.
28600      Branch: metaconfig/U/perl
28601            ! perlxvf.U
28602      Branch: perl
28603            ! Configure config_h.SH
28604 ____________________________________________________________________________
28605 [  6774] By: jhi                                   on 2000/08/22  17:19:42
28606         Log: perldelta nits.
28607      Branch: perl
28608            ! pod/perldelta.pod
28609 ____________________________________________________________________________
28610 [  6773] By: jhi                                   on 2000/08/22  17:06:26
28611         Log: Long double fixes from Spider Boardman.
28612              
28613              Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
28614              From: system PRIVILEGED account <root@peano.zk3.dec.com>
28615              Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
28616              Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
28617      Branch: perl
28618            ! t/lib/bigfltpm.t t/lib/st-06compat.t
28619 ____________________________________________________________________________
28620 [  6772] By: jhi                                   on 2000/08/22  15:04:53
28621         Log: Update Changes.
28622      Branch: perl
28623            ! Changes patchlevel.h
28624 ____________________________________________________________________________
28625 [  6771] By: jhi                                   on 2000/08/22  15:01:44
28626         Log: perldelta fixes from Hugo van der Sanden.
28627      Branch: perl
28628            ! pod/perldelta.pod
28629 ____________________________________________________________________________
28630 [  6770] By: jhi                                   on 2000/08/22  14:34:49
28631         Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
28632              From: Hugo <hv@crypt.compulink.co.uk>
28633              Date: Tue, 22 Aug 2000 11:21:53 +0100
28634              Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
28635      Branch: perl
28636            ! regcomp.c
28637 ____________________________________________________________________________
28638 [  6769] By: jhi                                   on 2000/08/22  14:30:02
28639         Log: Add Yitzchak, reformat.
28640      Branch: perl
28641            ! Changes config_h.SH
28642 ____________________________________________________________________________
28643 [  6768] By: jhi                                   on 2000/08/22  14:21:35
28644         Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
28645              and Spider Boardman.
28646      Branch: metaconfig
28647            ! U/compline/d_gconvert.U
28648      Branch: perl
28649            ! Configure
28650 ____________________________________________________________________________
28651 [  6767] By: jhi                                   on 2000/08/22  14:11:24
28652         Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
28653              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
28654              Date: Mon, 21 Aug 2000 19:08:31 -0700
28655              Message-ID: <fCeo5gzkgmhY092yn@efn.org>
28656      Branch: perl
28657            - ext/Storable/patchlevel.h
28658            ! MANIFEST ext/Storable/MANIFEST
28659 ____________________________________________________________________________
28660 [  6766] By: jhi                                   on 2000/08/22  13:49:29
28661         Log: Subject: [PATCH: 6757] configure.com updates and syslog build
28662              From: Peter Prymmer <pvhp@forte.com>
28663              Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
28664              Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
28665      Branch: perl
28666            ! configure.com ext/Storable/Makefile.PL
28667 ____________________________________________________________________________
28668 [  6765] By: jhi                                   on 2000/08/22  13:44:59
28669         Log: Subject: [PATCH blead] B:: missing dependency
28670              From: Hugo <hv@crypt.compulink.co.uk>
28671              Date: Tue, 22 Aug 2000 06:44:33 +0100
28672              Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
28673      Branch: perl
28674            ! ext/B/Makefile.PL
28675 ____________________________________________________________________________
28676 [  6764] By: jhi                                   on 2000/08/22  13:38:12
28677         Log: More bytecompiler.
28678      Branch: perl
28679            ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
28680 ____________________________________________________________________________
28681 [  6763] By: jhi                                   on 2000/08/22  13:36:44
28682         Log: Bytecompiler patches from Benjamin Stuhl.
28683      Branch: perl
28684            ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
28685            ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
28686            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
28687            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
28688            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
28689            ! perl.c perlapi.h pod/perldelta.pod
28690 ____________________________________________________________________________
28691 [  6762] By: jhi                                   on 2000/08/21  23:43:40
28692         Log: An obsoleted diagnostic.
28693      Branch: perl
28694            ! pod/perldelta.pod
28695 ____________________________________________________________________________
28696 [  6761] By: jhi                                   on 2000/08/21  23:01:45
28697         Log: The #6759 wasn't quite right.
28698      Branch: perl
28699            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
28700            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
28701            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
28702            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
28703            ! t/lib/st-tieditems.t
28704 ____________________________________________________________________________
28705 [  6760] By: jhi                                   on 2000/08/21  22:35:49
28706         Log: Be verydeepclean.
28707      Branch: perl
28708            ! Makefile.SH
28709 ____________________________________________________________________________
28710 [  6759] By: jhi                                   on 2000/08/21  22:25:40
28711         Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
28712              From: Peter Prymmer <pvhp@forte.com>
28713              Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
28714              Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
28715      Branch: perl
28716            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
28717            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
28718            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
28719            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
28720            ! t/lib/st-tieditems.t
28721 ____________________________________________________________________________
28722 [  6758] By: jhi                                   on 2000/08/21  22:22:32
28723         Log: Few more casts, need reported in
28724              
28725              Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
28726              From: Mike Stok <mike@stok.co.uk>
28727              Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
28728              Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
28729              
28730              and
28731              
28732              Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
28733              From: abigail@foad.org
28734              Date: 21 Aug 2000 21:31:34 -0000
28735              Message-Id: <20000821213134.30170.qmail@foad.org>
28736      Branch: perl
28737            ! ext/Storable/Storable.xs
28738 ____________________________________________________________________________
28739 [  6757] By: jhi                                   on 2000/08/21  18:37:07
28740         Log: Update Changes.
28741      Branch: perl
28742            ! Changes patchlevel.h
28743 ____________________________________________________________________________
28744 [  6756] By: jhi                                   on 2000/08/21  18:34:02
28745         Log: A pod nit.
28746              
28747              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
28748              From: <abigail@foad.org>
28749              Date: Mon, 21 Aug 2000 14:00:16 -0400
28750              Message-ID: <20000821180016.28627.qmail@foad.org>
28751      Branch: perl
28752            ! pod/perlre.pod
28753 ____________________________________________________________________________
28754 [  6755] By: jhi                                   on 2000/08/21  18:30:56
28755         Log: Use PodParser 1.18 new test.
28756      Branch: perl
28757            ! t/pod/special_seqs.t t/pod/special_seqs.xr
28758 ____________________________________________________________________________
28759 [  6754] By: jhi                                   on 2000/08/21  18:28:35
28760         Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
28761              patches cannot be applied since #6712 conflicts.
28762      Branch: perl
28763            ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
28764 ____________________________________________________________________________
28765 [  6753] By: jhi                                   on 2000/08/21  18:15:11
28766         Log: Weed out some smaller changes.
28767      Branch: perl
28768            ! pod/perldelta.pod
28769 ____________________________________________________________________________
28770 [  6752] By: jhi                                   on 2000/08/21  18:02:30
28771         Log: Also under djgpp the timestamps are funky.
28772      Branch: perl
28773            ! t/op/stat.t
28774 ____________________________________________________________________________
28775 [  6751] By: jhi                                   on 2000/08/21  17:55:56
28776         Log: Tweak the floating point output routine preferences.
28777      Branch: metaconfig
28778            ! U/compline/d_gconvert.U
28779      Branch: perl
28780            ! Configure
28781 ____________________________________________________________________________
28782 [  6750] By: jhi                                   on 2000/08/21  17:51:29
28783         Log: Unicos/mk requires elaborate paranoia.
28784      Branch: perl
28785            ! lib/Math/Complex.pm
28786 ____________________________________________________________________________
28787 [  6749] By: gsar                                  on 2000/08/21  16:53:31
28788         Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
28789      Branch: perl
28790            ! lib/Cwd.pm
28791 ____________________________________________________________________________
28792 [  6748] By: gsar                                  on 2000/08/21  16:22:19
28793         Log: free TLS slot properly on Windows
28794      Branch: perl
28795            ! thread.h win32/perllib.c win32/win32thread.h
28796 ____________________________________________________________________________
28797 [  6747] By: jhi                                   on 2000/08/21  16:20:58
28798         Log: Rename the macro argument because some preprocessors
28799              can't tell the difference and expand arguments also inside
28800              double quoted strings.
28801      Branch: perl
28802            ! regcomp.c
28803 ____________________________________________________________________________
28804 [  6746] By: jhi                                   on 2000/08/21  16:09:41
28805         Log: Support long doubles in Storable.
28806              
28807              Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
28808              From: Radu Greab <radu@netsoft.ro>
28809              Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
28810              Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
28811      Branch: perl
28812            ! ext/Storable/Storable.xs
28813 ____________________________________________________________________________
28814 [  6745] By: jhi                                   on 2000/08/21  15:51:40
28815         Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
28816              From: "Fifer, Eric" <EFifer@sanwaint.com>
28817              Date: Mon, 21 Aug 2000 15:34:49 +0100
28818              Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
28819      Branch: perl
28820            ! t/pragma/warn/9enabled
28821 ____________________________________________________________________________
28822 [  6744] By: jhi                                   on 2000/08/21  15:39:35
28823         Log: Document the endianness of Alpha more precisely.
28824      Branch: perl
28825            ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
28826            ! pod/perlport.pod
28827 ____________________________________________________________________________
28828 [  6743] By: jhi                                   on 2000/08/21  14:47:05
28829         Log: perldelta fixes from the p5p crowd.
28830      Branch: perl
28831            ! pod/perldelta.pod pod/perlop.pod
28832 ____________________________________________________________________________
28833 [  6742] By: jhi                                   on 2000/08/21  13:34:51
28834         Log: Update to Pod::LaTeX 0.53.
28835              
28836              Subject: [PATCH] lib/Pod/LaTeX.pm updates
28837              From: Tim Jenness <timj@jach.hawaii.edu>
28838              Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
28839              Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
28840      Branch: perl
28841            ! lib/Pod/LaTeX.pm
28842 ____________________________________________________________________________
28843 [  6741] By: jhi                                   on 2000/08/21  13:33:01
28844         Log: Subject: [PATCH] os2.c fix for use64bitint
28845              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
28846              Date: Mon, 21 Aug 2000 01:32:25 -0700
28847              Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
28848      Branch: perl
28849            ! os2/os2.c
28850 ____________________________________________________________________________
28851 [  6740] By: jhi                                   on 2000/08/21  13:28:52
28852         Log: Array context keeps slithering in.
28853              
28854              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
28855              From: Daniel Chetlin <daniel@chetlin.com>
28856              Date: Sun, 20 Aug 2000 21:40:25 -0700
28857              Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
28858      Branch: perl
28859            ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
28860            ! pod/perldebtut.pod
28861 ____________________________________________________________________________
28862 [  6739] By: jhi                                   on 2000/08/21  13:23:55
28863         Log: Big-endian quad fixes for Storable from Radu Greab,
28864              plus few explicit null casts for picky compilers.
28865      Branch: perl
28866            ! ext/Storable/Storable.xs
28867 ____________________________________________________________________________
28868 [  6738] By: gsar                                  on 2000/08/21  05:56:13
28869         Log: small tweaks for change#6705: avoid C++ style comments in C code;
28870              use Perl's malloc API rather than the low level system one
28871      Branch: perl
28872            ! win32/win32.c
28873 ____________________________________________________________________________
28874 [  6737] By: gsar                                  on 2000/08/21  05:35:41
28875         Log: add Storable to list of extensions on Windows
28876      Branch: perl
28877            ! win32/Makefile win32/makefile.mk
28878 ____________________________________________________________________________
28879 [  6736] By: jhi                                   on 2000/08/21  02:57:53
28880         Log: Update Changes.
28881      Branch: perl
28882            ! Changes patchlevel.h
28883 ____________________________________________________________________________
28884 [  6735] By: jhi                                   on 2000/08/21  02:57:20
28885         Log: Draft 0.
28886      Branch: perl
28887            ! pod/perldelta.pod
28888 ____________________________________________________________________________
28889 [  6734] By: jhi                                   on 2000/08/21  02:57:03
28890         Log: Add Storable 0.7.2 from Raphael Manfredi,
28891              plus the patch from
28892              
28893              Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
28894              From: Radu Greab <radu@netsoft.ro>
28895              Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
28896              Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
28897              
28898              plus changes to get Storable to compile with
28899              picky ANSI compilers.
28900      Branch: perl
28901            + ext/Storable/ChangeLog ext/Storable/MANIFEST
28902            + ext/Storable/Makefile.PL ext/Storable/README
28903            + ext/Storable/Storable.pm ext/Storable/Storable.xs
28904            + ext/Storable/patchlevel.h t/lib/st-06compat.t
28905            + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
28906            + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
28907            + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
28908            + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
28909            + t/lib/st-tieditems.t
28910            ! MANIFEST
28911 ____________________________________________________________________________
28912 [  6733] By: jhi                                   on 2000/08/21  02:29:09
28913         Log: The correct cleaning order is an art.
28914      Branch: perl
28915            ! Makefile.SH
28916 ____________________________________________________________________________
28917 [  6732] By: jhi                                   on 2000/08/21  01:23:39
28918         Log: The #6724 is here.
28919      Branch: perl
28920            ! t/lib/ftmp-security.t
28921 ____________________________________________________________________________
28922 [  6731] By: jhi                                   on 2000/08/20  23:17:03
28923         Log: s/this one/the 5.6.0 release/
28924      Branch: perl
28925            ! pod/perl56delta.pod
28926 ____________________________________________________________________________
28927 [  6730] By: jhi                                   on 2000/08/20  23:07:34
28928         Log: Mention perlebcdic and perlposix-bc.
28929      Branch: perl
28930            ! pod/perlport.pod
28931 ____________________________________________________________________________
28932 [  6729] By: jhi                                   on 2000/08/20  21:32:59
28933         Log: Document the number of exponent digits.
28934      Branch: perl
28935            ! pod/perlfunc.pod
28936 ____________________________________________________________________________
28937 [  6728] By: jhi                                   on 2000/08/20  21:16:47
28938         Log: Use File::Spec->tmpdir().
28939              
28940              Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
28941              From: Tim Jenness <timj@jach.hawaii.edu>
28942              Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
28943              MIME-Version: 1.0
28944              Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
28945      Branch: perl
28946            ! utils/perlbug.PL
28947 ____________________________________________________________________________
28948 [  6727] By: jhi                                   on 2000/08/20  20:43:32
28949         Log: Update Changes.
28950      Branch: perl
28951            ! Changes patchlevel.h
28952 ____________________________________________________________________________
28953 [  6726] By: jhi                                   on 2000/08/20  20:41:44
28954         Log: The veryclean target needs to clobber.
28955      Branch: perl
28956            ! Makefile.SH
28957 ____________________________________________________________________________
28958 [  6725] By: jhi                                   on 2000/08/20  20:37:38
28959         Log: Document odd vs even subreleases and -Dusedevel.
28960      Branch: perl
28961            ! INSTALL
28962 ____________________________________________________________________________
28963 [  6724] By: jhi                                   on 2000/08/20  19:58:05
28964         Log: Use temporary directory instead of current directory.
28965              
28966              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
28967              From: Tim Jenness <timj@jach.hawaii.edu>
28968              Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
28969              Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
28970      Branch: perl
28971            ! t/lib/ftmp-security.t
28972 ____________________________________________________________________________
28973 [  6723] By: jhi                                   on 2000/08/20  19:55:55
28974         Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
28975              From: andreas.koenig@anima.de (Andreas J. Koenig)
28976              Date: 20 Aug 2000 15:52:03 +0200
28977              Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
28978      Branch: perl
28979            ! lib/ExtUtils/MM_Unix.pm
28980 ____________________________________________________________________________
28981 [  6722] By: jhi                                   on 2000/08/20  19:46:01
28982         Log: Update to CGI 2.72, from Lincoln Stein.
28983      Branch: perl
28984            ! lib/CGI.pm
28985 ____________________________________________________________________________
28986 [  6721] By: jhi                                   on 2000/08/20  19:43:54
28987         Log: Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
28988              From: Radu Greab <radu@netsoft.ro>
28989              Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
28990              Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
28991      Branch: perl
28992            ! ext/GDBM_File/GDBM_File.xs
28993 ____________________________________________________________________________
28994 [  6720] By: jhi                                   on 2000/08/20  19:42:01
28995         Log: pp_open() could pass an uninitialized filename down to do_open9().
28996      Branch: perl
28997            ! pp_sys.c
28998 ____________________________________________________________________________
28999 [  6719] By: jhi                                   on 2000/08/20  14:06:41
29000         Log: UTF8 concat fixes.
29001              
29002              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
29003              From: Hugo <hv@crypt.compulink.co.uk>
29004              Date: Sun, 20 Aug 2000 07:30:46 +0100
29005              Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
29006      Branch: perl
29007            ! pp_hot.c t/op/append.t
29008 ____________________________________________________________________________
29009 [  6718] By: jhi                                   on 2000/08/20  02:09:37
29010         Log: Let's try #6717 again.
29011      Branch: perl
29012            ! lib/File/Temp.pm
29013 ____________________________________________________________________________
29014 [  6717] By: jhi                                   on 2000/08/20  01:56:55
29015         Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
29016              From: "Craig A. Berry" <craig.berry@metamorgs.com>
29017              Date: Sat, 19 Aug 2000 18:15:39 -0500
29018              Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
29019      Branch: perl
29020            ! lib/File/Temp.pm
29021 ____________________________________________________________________________
29022 [  6716] By: jhi                                   on 2000/08/19  15:50:11
29023         Log: Update Changes.
29024      Branch: perl
29025            ! Changes patchlevel.h
29026 ____________________________________________________________________________
29027 [  6715] By: jhi                                   on 2000/08/19  15:39:09
29028         Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
29029              From: Jonathan D Johnston <jdjohnston2@juno.com>
29030              Date: Thu, 17 Aug 2000 23:13:01 -0400       
29031              Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
29032      Branch: perl
29033            ! pod/perlfunc.pod
29034 ____________________________________________________________________________
29035 [  6714] By: jhi                                   on 2000/08/19  15:34:04
29036         Log: Introduce a 'veryclean' target that is like 'distclean'
29037              but also removes *~ and *.orig.
29038      Branch: perl
29039            ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
29040            ! utils/Makefile x2p/Makefile.SH
29041 ____________________________________________________________________________
29042 [  6713] By: jhi                                   on 2000/08/19  14:15:45
29043         Log: Put back the long double avoidance code to POSIX.xs
29044              because VMS seems to need it still.
29045      Branch: perl
29046            ! ext/POSIX/POSIX.xs
29047 ____________________________________________________________________________
29048 [  6712] By: jhi                                   on 2000/08/19  14:10:41
29049         Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
29050              From: Peter Prymmer <pvhp@forte.com>
29051              Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
29052              Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
29053      Branch: perl
29054            ! lib/Pod/Find.pm t/pod/find.t
29055 ____________________________________________________________________________
29056 [  6711] By: jhi                                   on 2000/08/19  14:09:19
29057         Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
29058              From: Peter Prymmer <pvhp@forte.com>
29059              Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
29060              Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
29061              cc: vmsperl@perl.org
29062      Branch: perl
29063            ! t/lib/peek.t
29064 ____________________________________________________________________________
29065 [  6710] By: jhi                                   on 2000/08/19  14:08:01
29066         Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
29067              From: Jan Dubois <jand@ActiveState.com>
29068              Date: Fri, 18 Aug 2000 16:31:48 -0700
29069              Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
29070      Branch: perl
29071            ! win32/win32.c
29072 ____________________________________________________________________________
29073 [  6709] By: jhi                                   on 2000/08/19  14:06:57
29074         Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
29075              
29076              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
29077              From: Spider.Boardman@Orb.Nashua.NH.US
29078              Date: Fri, 18 Aug 2000 18:41:14 -0400
29079              Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
29080      Branch: perl
29081            ! regcomp.c
29082 ____________________________________________________________________________
29083 [  6708] By: jhi                                   on 2000/08/18  22:04:49
29084         Log: Update Changes.
29085      Branch: perl
29086            ! Changes patchlevel.h
29087 ____________________________________________________________________________
29088 [  6707] By: jhi                                   on 2000/08/18  21:55:14
29089         Log: Add warnif(), check warnings further up the stack,
29090              all the warnings functions now can take an optional object reference.
29091              
29092              Subject: [PATCH bleedperl@6691] warnings pragma update
29093              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
29094              Date: Fri, 18 Aug 2000 22:42:06 +0100
29095              Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
29096      Branch: perl
29097            ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
29098            ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
29099            ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
29100 ____________________________________________________________________________
29101 [  6706] By: jhi                                   on 2000/08/18  21:41:45
29102         Log: Typo in pp_complement().
29103              
29104              Subject: [PATCH perl-current] Deparse
29105              From: Peter Scott <Peter@PSDT.com>
29106              Date: Fri, 18 Aug 2000 12:44:37 -0700
29107              Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
29108      Branch: perl
29109            ! ext/B/B/Deparse.pm
29110 ____________________________________________________________________________
29111 [  6705] By: jhi                                   on 2000/08/18  21:25:59
29112         Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
29113              From: Jan Dubois <jand@ActiveState.com>
29114              Date: Fri, 18 Aug 2000 14:22:51 -0700
29115              Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
29116      Branch: perl
29117            ! lib/Win32.pod win32/win32.c
29118 ____________________________________________________________________________
29119 [  6704] By: jhi                                   on 2000/08/18  21:16:14
29120         Log: Don't eat leading os from index entries.
29121              
29122              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
29123              From: Russ Allbery <rra@stanford.edu>
29124              Date: 10 Aug 2000 20:49:25 -0700
29125              Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
29126      Branch: perl
29127            ! lib/Pod/Man.pm
29128 ____________________________________________________________________________
29129 [  6703] By: jhi                                   on 2000/08/18  21:07:06
29130         Log: Add [[:blank:]] as suggested in
29131              
29132              Subject: [ID 20000716.024] [=cc=] / [:blank:]
29133              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
29134              Date: Sun, 16 Jul 2000 17:55:29 -0700
29135              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
29136              
29137              (the [=cc=] has already been taken care of by #6439
29138              so the whole bug report can be closed)
29139              
29140              and make [[:space:]] to be equivalent to isspace(3)
29141              (as opposed to \s, which is isSPACE()).  The difference
29142              is that now [[:space:]] matches the mythical vertical tab,
29143              while \s doesn't.
29144      Branch: perl
29145            ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
29146            ! regexec.c t/op/pat.t
29147 ____________________________________________________________________________
29148 [  6702] By: jhi                                   on 2000/08/18  18:47:47
29149         Log: The new tests were missing from #6415.
29150      Branch: perl
29151            ! t/op/bop.t
29152 ____________________________________________________________________________
29153 [  6701] By: jhi                                   on 2000/08/18  18:20:40
29154         Log: Document the NDBM_File and ODBM_File as SDBM_File
29155              was documented in #6417.
29156      Branch: perl
29157            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
29158            ! ext/SDBM_File/SDBM_File.pm
29159 ____________________________________________________________________________
29160 [  6700] By: jhi                                   on 2000/08/18  18:10:39
29161         Log: Subject: [PATCH perl@6698] cygwin port
29162              From: "Fifer, Eric" <EFifer@sanwaint.com>
29163              Date: Fri, 18 Aug 2000 17:30:05 +0100
29164              Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
29165      Branch: perl
29166            ! lib/File/Temp.pm
29167 ____________________________________________________________________________
29168 [  6699] By: jhi                                   on 2000/08/18  16:21:49
29169         Log: Document code point which makes if (defined %stash::) to work
29170              (noted by Spider Boardman).
29171      Branch: perl
29172            ! op.c
29173 ____________________________________________________________________________
29174 [  6698] By: jhi                                   on 2000/08/18  13:43:27
29175         Log: Update Changes.
29176      Branch: perl
29177            ! Changes patchlevel.h
29178 ____________________________________________________________________________
29179 [  6697] By: jhi                                   on 2000/08/18  13:35:57
29180         Log: Tiny Getopt::Long patch from Johan Vromans.
29181      Branch: perl
29182            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
29183 ____________________________________________________________________________
29184 [  6696] By: jhi                                   on 2000/08/18  13:26:14
29185         Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
29186              From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
29187              Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
29188              Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
29189      Branch: perl
29190            ! pod/perldiag.pod pod/perlsyn.pod
29191 ____________________________________________________________________________
29192 [  6695] By: jhi                                   on 2000/08/18  13:13:26
29193         Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
29194              From: Daniel Chetlin <daniel@chetlin.com>
29195              Date: Fri, 18 Aug 2000 03:13:36 -0700
29196              Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
29197      Branch: perl
29198            ! pod/perlfunc.pod
29199 ____________________________________________________________________________
29200 [  6694] By: jhi                                   on 2000/08/18  13:08:05
29201         Log: Subject: [PATCH] perltrap.pod spring cleaning
29202              From: Daniel Chetlin <daniel@chetlin.com>
29203              Date: Fri, 18 Aug 2000 03:06:54 -0700
29204              Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
29205              
29206              plus Mike Guy's nitfix.
29207      Branch: perl
29208            ! pod/perltrap.pod
29209 ____________________________________________________________________________
29210 [  6693] By: jhi                                   on 2000/08/18  13:00:26
29211         Log: Unbuffer the output.
29212              
29213              Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
29214              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
29215              Date: Thu, 17 Aug 2000 18:39:29 -0700
29216              Message-ID: <RPJn5gzkgydf092yn@efn.org>
29217      Branch: perl
29218            ! t/op/fork.t
29219 ____________________________________________________________________________
29220 [  6692] By: jhi                                   on 2000/08/18  05:19:17
29221         Log: Delete the image, too, not just its MANIFEStation.
29222      Branch: perl
29223            - lib/CGI/eg/wilogo.gif
29224 ____________________________________________________________________________
29225 [  6691] By: jhi                                   on 2000/08/18  05:10:26
29226         Log: Propagate new Configure vars.
29227      Branch: perl
29228            ! configure.com epoc/config.sh uconfig.h uconfig.sh
29229            ! vos/config.def vos/config.h vos/config_h.SH_orig
29230            ! win32/config.bc win32/config.gc win32/config.vc
29231            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
29232 ____________________________________________________________________________
29233 [  6690] By: jhi                                   on 2000/08/18  04:30:56
29234         Log: Update Changes.
29235      Branch: perl
29236            ! Changes patchlevel.h
29237 ____________________________________________________________________________
29238 [  6689] By: jhi                                   on 2000/08/18  04:12:30
29239         Log: Fix the lib/complex failure of
29240              
29241              From: abigail@foad.org
29242              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
29243              Date: 15 Aug 2000 04:06:38 -0000
29244              Message-Id: <20000815040638.8524.qmail@foad.org> 
29245              
29246              Linux long double accuracy issue: something that
29247              when printed with %g looks like "2" but int() of it is 1.
29248      Branch: perl
29249            ! lib/Math/Complex.pm
29250 ____________________________________________________________________________
29251 [  6688] By: jhi                                   on 2000/08/18  03:15:35
29252         Log: The byteorder code in #6671 was wrong.
29253      Branch: perl
29254            ! configpm
29255 ____________________________________________________________________________
29256 [  6687] By: jhi                                   on 2000/08/18  02:08:42
29257         Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
29258              From: Jan Dubois <jand@ActiveState.com>
29259              Date: Thu, 17 Aug 2000 18:31:55 -0700
29260              Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
29261      Branch: perl
29262            ! sv.c
29263 ____________________________________________________________________________
29264 [  6686] By: jhi                                   on 2000/08/18  02:04:15
29265         Log: Use NVs in POSIX math, not doubles.
29266              
29267              From: abigail@foad.org
29268              Subject: [ID 20000817.014] POSIX & modfl
29269              Date: 17 Aug 2000 20:49:18 -0000
29270              Message-Id: <20000817204918.23123.qmail@foad.org>
29271      Branch: perl
29272            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
29273 ____________________________________________________________________________
29274 [  6685] By: jhi                                   on 2000/08/18  02:02:12
29275         Log: Introduce NVef, NVff, and NVgf, use the middle one.
29276              (helps for lib/peek + Linux + long doubles)  Reported in
29277              
29278              From: abigail@foad.org
29279              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
29280              Date: 15 Aug 2000 04:06:38 -0000
29281              Message-Id: <20000815040638.8524.qmail@foad.org> 
29282              
29283              (note: the lib/complex failure has not yet been addressed)
29284      Branch: metaconfig/U/perl
29285            ! perlxvf.U
29286      Branch: perl
29287            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
29288            ! config_h.SH dump.c perl.h pod/perlguts.pod
29289 ____________________________________________________________________________
29290 [  6684] By: jhi                                   on 2000/08/17  23:22:19
29291         Log: Add byteorder to the myconfig output.
29292      Branch: perl
29293            ! myconfig.SH
29294 ____________________________________________________________________________
29295 [  6683] By: jhi                                   on 2000/08/17  23:20:19
29296         Log: The image doth not exist, spotted by Johan Vromans.
29297      Branch: perl
29298            ! MANIFEST
29299 ____________________________________________________________________________
29300 [  6682] By: jhi                                   on 2000/08/17  22:38:16
29301         Log: Document what the backtick returns if the command fails.
29302      Branch: perl
29303            ! pod/perlop.pod
29304 ____________________________________________________________________________
29305 [  6681] By: jhi                                   on 2000/08/17  22:33:12
29306         Log: Do not use prototyping here.
29307              
29308              Subject: [ID 20000817.016] [PATCH] Peek.xs
29309              From: abigail@foad.org
29310              Date: 17 Aug 2000 20:55:56 -0000
29311              Message-Id: <20000817205556.24270.qmail@foad.org>
29312      Branch: perl
29313            ! ext/Devel/Peek/Makefile.PL
29314 ____________________________________________________________________________
29315 [  6680] By: jhi                                   on 2000/08/17  19:46:43
29316         Log: Don't propose using modules built for 5.005 if no binary
29317              compatibility with 5.005 is attempted.
29318              
29319              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
29320              Subject: Minor nit with 5.7.0 (6655)
29321              Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
29322              Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
29323      Branch: metaconfig
29324            ! U/installdirs/inc_version_list.U
29325      Branch: perl
29326            ! Configure config_h.SH
29327 ____________________________________________________________________________
29328 [  6679] By: jhi                                   on 2000/08/17  19:16:39
29329         Log: Microperl config update.
29330      Branch: perl
29331            ! uconfig.h uconfig.sh
29332 ____________________________________________________________________________
29333 [  6678] By: jhi                                   on 2000/08/17  19:16:13
29334         Log: The #6648 wasn't protective enough for limited platforms
29335              (like microperl).
29336      Branch: perl
29337            ! dump.c sv.c
29338 ____________________________________________________________________________
29339 [  6677] By: jhi                                   on 2000/08/17  14:46:35
29340         Log: Update Changes.
29341      Branch: perl
29342            ! Changes patchlevel.h
29343 ____________________________________________________________________________
29344 [  6676] By: jhi                                   on 2000/08/17  14:44:02
29345         Log: Add perlebcdic from Peter Prymmer, regen toc.
29346      Branch: perl
29347            + pod/perlebcdic.pod
29348            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
29349 ____________________________________________________________________________
29350 [  6675] By: jhi                                   on 2000/08/17  14:41:52
29351         Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
29352      Branch: perl
29353            ! pod/perldebtut.pod
29354 ____________________________________________________________________________
29355 [  6674] By: jhi                                   on 2000/08/17  14:29:43
29356         Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
29357              
29358              Subject: [ID 20000724.006] -DLEAKTEST problem
29359              From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
29360              Date: Tue, 25 Jul 2000 00:36:32 -0500
29361              Message-Id: <20000725003632.A26186@www.llamacom.com>
29362              
29363              Reminder sent
29364              
29365              Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error      
29366              From: Hugo <hv@crypt.compulink.co.uk>
29367              Date: Thu, 17 Aug 2000 15:23:42 +0100
29368              Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
29369      Branch: perl
29370            ! util.c
29371 ____________________________________________________________________________
29372 [  6673] By: jhi                                   on 2000/08/17  04:07:10
29373         Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
29374              From: John Peacock <JPeacock@UnivPress.com>
29375              Date: Tue, 01 Aug 2000 09:38:12 -0400
29376              Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
29377      Branch: perl
29378            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
29379 ____________________________________________________________________________
29380 [  6672] By: jhi                                   on 2000/08/17  03:04:35
29381         Log: Subject: [PATCH] Cwd.pm now uses strict
29382              From: Tim Jenness <timj@jach.hawaii.edu>
29383              Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
29384              Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
29385      Branch: perl
29386            ! lib/Cwd.pm
29387 ____________________________________________________________________________
29388 [  6671] By: jhi                                   on 2000/08/17  02:16:35
29389         Log: Make $Config{byteorder} more magical so that it is
29390              dynamically computed: nice for 'fat binaries'.
29391              
29392              Subject: [PATCH]: default byteorder
29393              From: Wilfredo Sánchez <wsanchez@apple.com>
29394              Date: Mon, 31 Jul 2000 19:45:31 -0700
29395              Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
29396      Branch: perl
29397            ! configpm
29398 ____________________________________________________________________________
29399 [  6670] By: gsar                                  on 2000/08/17  01:22:21
29400         Log: move WNOHANG definition to where other such things are
29401      Branch: perl
29402            ! win32/win32.h
29403 ____________________________________________________________________________
29404 [  6669] By: jhi                                   on 2000/08/17  01:19:17
29405         Log: Update Changes.
29406      Branch: perl
29407            ! Changes patchlevel.h
29408 ____________________________________________________________________________
29409 [  6668] By: jhi                                   on 2000/08/17  01:16:29
29410         Log: Doc nits spotted by Richard Soderberg.
29411      Branch: perl
29412            ! README.posix-bc README.vmesa
29413 ____________________________________________________________________________
29414 [  6667] By: jhi                                   on 2000/08/17  01:12:11
29415         Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
29416              From: "Casey R. Tweten" <crt@kiski.net>
29417              Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
29418              Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
29419      Branch: perl
29420            ! pod/perldebtut.pod
29421 ____________________________________________________________________________
29422 [  6666] By: jhi                                   on 2000/08/17  01:09:31
29423         Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
29424              From: "Casey R. Tweten" <crt@kiski.net>
29425              Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
29426              Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
29427      Branch: perl
29428            ! lib/Shell.pm
29429 ____________________________________________________________________________
29430 [  6665] By: gsar                                  on 2000/08/17  01:03:52
29431         Log: add "ok" targets from change#6632 in makefile.mk
29432      Branch: perl
29433            ! pod/perlport.pod win32/Makefile win32/makefile.mk
29434 ____________________________________________________________________________
29435 [  6664] By: gsar                                  on 2000/08/17  00:56:11
29436         Log: avoid warnings from dense compiler
29437      Branch: perl
29438            ! win32/win32.c
29439 ____________________________________________________________________________
29440 [  6663] By: jhi                                   on 2000/08/17  00:51:49
29441         Log: Tweak the regex compilation errors once more.
29442      Branch: perl
29443            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
29444            ! t/op/regmesg.t t/pragma/warn/regcomp
29445 ____________________________________________________________________________
29446 [  6662] By: gsar                                  on 2000/08/17  00:28:19
29447         Log: trailing new %ENV entries weren't being pushed into the real
29448              environment of subprocesses on Windows
29449      Branch: perl
29450            ! t/op/magic.t win32/perlhost.h
29451 ____________________________________________________________________________
29452 [  6661] By: gsar                                  on 2000/08/17  00:19:20
29453         Log: waitpid() now handles externally spawned pids correctly;
29454              fixes for backtick/wait/waitpid failures on Windows 9x
29455              
29456              these changes make the pid returned by process functions on
29457              Windows 9x always positive by clearing the high bit (which
29458              is always set on Win9x); pseudo-process PIDs are likewise
29459              always negative now on Win9x (just as on NT/2000)
29460      Branch: perl
29461            ! pp_sys.c win32/perlhost.h win32/win32.c
29462 ____________________________________________________________________________
29463 [  6660] By: jhi                                   on 2000/08/17  00:04:32
29464         Log: Retract #6645.
29465      Branch: perl
29466            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
29467            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
29468            ! t/op/sprintf.t
29469 ____________________________________________________________________________
29470 [  6659] By: gsar                                  on 2000/08/16  23:59:28
29471         Log: on windows, the return values from wait() and waitpid() don't
29472              match those of pseudo-pids
29473      Branch: perl
29474            ! pp_sys.c t/op/fork.t util.c win32/win32.c
29475 ____________________________________________________________________________
29476 [  6658] By: gsar                                  on 2000/08/16  23:56:14
29477         Log: pod nit seen in passing
29478      Branch: perl
29479            ! pod/perlfunc.pod
29480 ____________________________________________________________________________
29481 [  6657] By: gsar                                  on 2000/08/16  23:53:42
29482         Log: change#6328 could make close(SOCKET) return false on windows
29483              when it shouldn't
29484      Branch: perl
29485            ! win32/win32sck.c
29486 ____________________________________________________________________________
29487 [  6656] By: gsar                                  on 2000/08/16  23:46:57
29488         Log: check that the number pseudo children doesn't exceed
29489              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
29490              the WaitForMultipleObjects() limit that would cause wait()
29491              to crash)
29492              
29493              wait() and waitpid() could potentially be rewritten to use
29494              more than one thread to do the waiting to eliminate this
29495              limitation
29496      Branch: perl
29497            ! win32/perlhost.h
29498 ____________________________________________________________________________
29499 [  6655] By: jhi                                   on 2000/08/16  14:11:05
29500         Log: Update Changes.
29501      Branch: perl
29502            ! Changes patchlevel.h
29503 ____________________________________________________________________________
29504 [  6654] By: jhi                                   on 2000/08/16  14:10:12
29505         Log: Update to perldebtut 1.9, from Richard Foley.
29506      Branch: perl
29507            ! pod/perldebtut.pod
29508 ____________________________________________________________________________
29509 [  6653] By: jhi                                   on 2000/08/16  14:08:17
29510         Log: Change the regx compilation error markers to use = instead of <
29511              since pod makes using the latter quite messy.  Reported in
29512              ID 20000814.006 by Abigail and in
29513              Subject: Unknown escape E<> ?
29514              From: Lupe Christoph <lupe@lupe-christoph.de>
29515              Date: Fri, 11 Aug 2000 00:30:27 +0200
29516              Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
29517      Branch: perl
29518            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
29519            ! t/op/regmesg.t t/pragma/warn/regcomp
29520 ____________________________________________________________________________
29521 [  6652] By: jhi                                   on 2000/08/16  13:25:31
29522         Log: Change the perlbug address to perl.org since it's more forgiving.
29523              
29524              Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
29525              From: abigail@foad.org
29526              Date: 15 Aug 2000 04:15:40 -0000
29527              Message-Id: <20000815041540.8633.qmail@foad.org>
29528      Branch: perl
29529            ! utils/perlbug.PL
29530 ____________________________________________________________________________
29531 [  6651] By: jhi                                   on 2000/08/16  13:22:35
29532         Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
29533              From: Tim Jenness <timj@jach.hawaii.edu>
29534              Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
29535              Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
29536      Branch: perl
29537            ! lib/Cwd.pm
29538 ____________________________________________________________________________
29539 [  6650] By: jhi                                   on 2000/08/16  13:18:13
29540         Log: Update to CPAN 1.57.
29541              
29542              Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
29543              From: andreas.koenig@anima.de (Andreas J. Koenig)
29544              Date: 16 Aug 2000 15:09:46 +0200
29545              Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
29546      Branch: perl
29547            ! lib/CPAN.pm
29548 ____________________________________________________________________________
29549 [  6649] By: jhi                                   on 2000/08/16  13:12:31
29550         Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
29551              From: "Larry W. Virden" <lvirden@cas.org>
29552              Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
29553              Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
29554      Branch: perl
29555            ! README.hpux
29556 ____________________________________________________________________________
29557 [  6648] By: jhi                                   on 2000/08/16  13:03:53
29558         Log: The numeric locale was reset to "C" by s?printf and never restored.
29559              
29560              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
29561              From: Christian Kirsch <ck@held.mind.de>
29562              Date: Wed, 9 Aug 2000 17:05:17 +0200
29563              Message-Id: <20000809170517.A25389@held>
29564              
29565              No test since adding the failing example to locale.t
29566              does not fail -- probably because the locale settings are so
29567              thoroughly tweaked by that time.  Running the example standalone
29568              does fail, though.  UPDATE: test case added at change #7540.
29569      Branch: perl
29570            ! dump.c perl.h pp.c pp_ctl.c sv.c
29571 ____________________________________________________________________________
29572 [  6647] By: jhi                                   on 2000/08/16  00:07:54
29573         Log: Update Changes and test semi-automatic patchlevel updating.
29574      Branch: perl
29575            ! Changes patchlevel.h
29576 ____________________________________________________________________________
29577 [  6646] By: jhi                                   on 2000/08/15  23:35:07
29578         Log: Fix a dependency problem.
29579              
29580              Subject: [PATCH: 6640] VMS Makefile.SH update
29581              From: Peter Prymmer <pvhp@forte.com>
29582              Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
29583              Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
29584      Branch: perl
29585            ! vms/descrip_mms.template
29586 ____________________________________________________________________________
29587 [  6645] By: jhi                                   on 2000/08/15  23:33:23
29588         Log: (Retracted by #6660)
29589              
29590              Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
29591              From: Dominic Dunlop <domo@computer.org>
29592              Date: Tue, 15 Aug 2000 22:20:52 +0200
29593              Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
29594      Branch: metaconfig/U/perl
29595            + d_printfed.U
29596      Branch: perl
29597            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
29598            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
29599            ! t/op/sprintf.t
29600 ____________________________________________________________________________
29601 [  6644] By: jhi                                   on 2000/08/15  21:17:20
29602         Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
29603              From: abigail@foad.org
29604              Date: 15 Aug 2000 20:12:41 -0000
29605              Message-Id: <20000815201241.25556.qmail@foad.org>
29606      Branch: perl
29607            ! INSTALL
29608 ____________________________________________________________________________
29609 [  6643] By: jhi                                   on 2000/08/15  21:15:28
29610         Log: (an already applied patch)
29611      Branch: perl
29612            ! lib/CGI.pm
29613 ____________________________________________________________________________
29614 [  6642] By: gsar                                  on 2000/08/15  19:54:05
29615         Log: magic callbacks all need to have same type signature
29616      Branch: perl
29617            ! embed.pl mg.c proto.h
29618 ____________________________________________________________________________
29619 [  6641] By: jhi                                   on 2000/08/15  17:56:27
29620         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)
29621              From: Mike Guy <mjtg@cam.ac.uk>
29622              Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
29623              Date: Tue, 15 Aug 2000 18:26:45 +0100
29624              
29625              Only the peek.t part applied, not the hash quality part.
29626      Branch: perl
29627            ! t/lib/peek.t
29628 ____________________________________________________________________________
29629 [  6640] By: jhi                                   on 2000/08/15  16:37:37
29630         Log: Update Changes.
29631      Branch: perl
29632            ! Changes
29633 ____________________________________________________________________________
29634 [  6639] By: jhi                                   on 2000/08/15  16:34:55
29635         Log: Missed a file from #6638.
29636      Branch: perl
29637            ! lib/File/Temp.pm
29638 ____________________________________________________________________________
29639 [  6638] By: jhi                                   on 2000/08/15  16:33:19
29640         Log: Subject: [PATCH perl@6620] cygwin port
29641              From: "Fifer, Eric" <EFifer@sanwaint.com>
29642              Date: Tue, 15 Aug 2000 17:00:49 +0100
29643              Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
29644      Branch: perl
29645            ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
29646 ____________________________________________________________________________
29647 [  6637] By: jhi                                   on 2000/08/15  16:29:22
29648         Log: Subject: [PATCH] debugger exit code should reflect user exit code
29649              From: Mike Guy <mjtg@cam.ac.uk>
29650              Date: Tue, 15 Aug 2000 16:55:59 +0100
29651              Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
29652      Branch: perl
29653            ! lib/perl5db.pl
29654 ____________________________________________________________________________
29655 [  6636] By: jhi                                   on 2000/08/15  15:30:58
29656         Log: Update Changes.
29657      Branch: perl
29658            ! Changes
29659 ____________________________________________________________________________
29660 [  6635] By: jhi                                   on 2000/08/15  15:27:21
29661         Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
29662      Branch: metaconfig
29663            ! U/mkglossary U/mksample
29664      Branch: metaconfig/U/perl
29665            ! Devel.U
29666      Branch: perl
29667            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
29668 ____________________________________________________________________________
29669 [  6634] By: jhi                                   on 2000/08/15  14:11:55
29670         Log: Don't blow limited stacks, a lower number is enough to
29671              tickle the lookbehind limit.
29672              
29673              Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
29674              From: Dominic Dunlop <domo@computer.org>
29675              Date: Tue, 15 Aug 2000 13:51:24 +0200
29676              Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
29677      Branch: perl
29678            ! t/op/regmesg.t
29679 ____________________________________________________________________________
29680 [  6633] By: jhi                                   on 2000/08/15  14:01:46
29681         Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
29682              From: Mike Guy <mjtg@cam.ac.uk>
29683              Date: Tue, 15 Aug 2000 12:10:50 +0100
29684              Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
29685      Branch: perl
29686            ! utils/perldoc.PL
29687 ____________________________________________________________________________
29688 [  6632] By: jhi                                   on 2000/08/15  13:58:48
29689         Log: make ok etc also for win32.
29690              
29691              Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
29692              From: Prymmer/Kahn <pvhp@best.com>
29693              Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
29694              Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
29695      Branch: perl
29696            ! win32/Makefile
29697 ____________________________________________________________________________
29698 [  6631] By: jhi                                   on 2000/08/15  13:45:03
29699         Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
29700      Branch: perl
29701            ! lib/Test.pm
29702 ____________________________________________________________________________
29703 [  6630] By: jhi                                   on 2000/08/15  03:25:09
29704         Log: Update Changes.
29705      Branch: perl
29706            ! Changes
29707 ____________________________________________________________________________
29708 [  6629] By: jhi                                   on 2000/08/15  03:23:53
29709         Log: magic_regdatum_set() is void, not int.
29710      Branch: perl
29711            ! embed.pl mg.c proto.h
29712 ____________________________________________________________________________
29713 [  6628] By: jhi                                   on 2000/08/15  03:08:02
29714         Log: Make the user to give up his firstborn, err, to knowingly
29715              verify installing an unstable developer release.  Also bump
29716              the release to 5.7.0, but leave a patch tag in the local
29717              patches saying that this is not yet the real thing.
29718      Branch: metaconfig
29719            ! U/modified/Instruct.U
29720      Branch: metaconfig/U/perl
29721            + Devel.U
29722      Branch: perl
29723            ! Configure patchlevel.h
29724 ____________________________________________________________________________
29725 [  6627] By: jhi                                   on 2000/08/14  22:32:52
29726         Log: README.os2 update.
29727              
29728              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
29729              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
29730              Date: Wed, 02 Aug 2000 21:55:09 -0700
29731              Message-ID: <tsPi5gzkgegX092yn@efn.org>
29732      Branch: perl
29733            ! README.os2
29734 ____________________________________________________________________________
29735 [  6626] By: jhi                                   on 2000/08/14  21:00:02
29736         Log: Subject: Re: File::Temp problems on VMS in bleedperl
29737              From: Tim Jenness <timj@jach.hawaii.edu>
29738              cc: vmsperl@perl.org
29739              Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
29740              Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
29741      Branch: perl
29742            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
29743 ____________________________________________________________________________
29744 [  6625] By: jhi                                   on 2000/08/14  20:52:16
29745         Log: Add SUIDMAIL as was done for the CERT alert.
29746      Branch: perl
29747            ! patchlevel.h
29748 ____________________________________________________________________________
29749 [  6624] By: jhi                                   on 2000/08/14  20:48:50
29750         Log: Subject: sfio2000
29751              From: Daniel Muino <dmuino@afip.gov.ar>
29752              Date: Mon, 14 Aug 2000 16:58:11 -0300
29753              Message-ID: <20000814165811.B16368@con2-dgi>
29754      Branch: perl
29755            ! perlsdio.h perlsfio.h
29756 ____________________________________________________________________________
29757 [  6623] By: jhi                                   on 2000/08/14  20:47:36
29758         Log: Subject: warning: storage class after type is obsolescent
29759              From: Daniel Muino <dmuino@afip.gov.ar>
29760              Date: Mon, 14 Aug 2000 16:42:47 -0300
29761              Message-ID: <20000814164247.A16368@con2-dgi>
29762      Branch: perl
29763            ! regcomp.pl regnodes.h
29764 ____________________________________________________________________________
29765 [  6622] By: jhi                                   on 2000/08/14  20:43:05
29766         Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
29767              From: abigail@foad.org
29768              Date: 14 Aug 2000 20:00:10 -0000
29769              Message-Id: <20000814200010.27271.qmail@foad.org>
29770      Branch: perl
29771            ! Changes
29772 ____________________________________________________________________________
29773 [  6621] By: jhi                                   on 2000/08/14  15:23:05
29774         Log: Update Changes.
29775      Branch: perl
29776            ! Changes
29777 ____________________________________________________________________________
29778 [  6620] By: jhi                                   on 2000/08/14  15:22:14
29779         Log: Subject: Re: [PATCH] @+, @- readonly
29780              From: Mike Guy <mjtg@cam.ac.uk>
29781              Date: Mon, 14 Aug 2000 15:26:55 +0100
29782              Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
29783      Branch: perl
29784            ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
29785            ! sv.c t/op/pat.t
29786 ____________________________________________________________________________
29787 [  6619] By: jhi                                   on 2000/08/14  14:12:08
29788         Log: Update Changes.
29789      Branch: perl
29790            ! Changes
29791 ____________________________________________________________________________
29792 [  6618] By: jhi                                   on 2000/08/14  14:09:34
29793         Log: For now remove the mail code.
29794      Branch: perl
29795            ! perl.c
29796 ____________________________________________________________________________
29797 [  6617] By: jhi                                   on 2000/08/14  14:08:28
29798         Log: Drop the eg/ mentions and also mention the recent suidperl thing.
29799      Branch: perl
29800            ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
29801            ! pod/perlfaq8.pod pod/perlsec.pod
29802 ____________________________________________________________________________
29803 [  6616] By: jhi                                   on 2000/08/14  14:00:11
29804         Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
29805              From: Mike Guy <mjtg@cam.ac.uk>
29806              Date: Mon, 14 Aug 2000 08:26:02 +0100
29807              Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
29808      Branch: perl
29809            ! lib/perl5db.pl
29810 ____________________________________________________________________________
29811 [  6615] By: jhi                                   on 2000/08/14  13:58:45
29812         Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
29813              From: Mike Guy <mjtg@cam.ac.uk>
29814              Date: Mon, 14 Aug 2000 08:04:22 +0100
29815              Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
29816      Branch: perl
29817            ! gv.c mg.c t/op/pat.t
29818 ____________________________________________________________________________
29819 [  6614] By: jhi                                   on 2000/08/14  13:56:45
29820         Log: Subject: Test fails / warnings with perl-current #6612
29821              From: Mike Guy <mjtg@cam.ac.uk>
29822              Date: Mon, 14 Aug 2000 07:57:23 +0100
29823              Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
29824      Branch: perl
29825            ! t/lib/b.t t/lib/peek.t
29826 ____________________________________________________________________________
29827 [  6613] By: jhi                                   on 2000/08/14  13:45:33
29828         Log: VMS configure.com update continues.
29829      Branch: perl
29830            - vms/configure.com
29831            ! MANIFEST configure.com
29832 ____________________________________________________________________________
29833 [  6612] By: jhi                                   on 2000/08/13  22:13:35
29834         Log: Update Changes.
29835      Branch: perl
29836            ! Changes
29837 ____________________________________________________________________________
29838 [  6611] By: jhi                                   on 2000/08/13  16:21:45
29839         Log: Upgrade to CGI 2.71, from Lincoln Stein.
29840      Branch: perl
29841            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
29842 ____________________________________________________________________________
29843 [  6610] By: jhi                                   on 2000/08/13  15:09:16
29844         Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
29845              From: Mike Guy <mjtg@cam.ac.uk>
29846              Date: Sun, 13 Aug 2000 13:45:51 +0100
29847              Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
29848      Branch: perl
29849            ! t/op/regmesg.t
29850 ____________________________________________________________________________
29851 [  6609] By: jhi                                   on 2000/08/13  14:31:26
29852         Log: Andreas says that 1.56 is fine, so reverting back to it.
29853      Branch: perl
29854            ! lib/CPAN.pm
29855 ____________________________________________________________________________
29856 [  6608] By: jhi                                   on 2000/08/13  05:34:20
29857         Log: Update Changes.
29858      Branch: perl
29859            ! Changes
29860 ____________________________________________________________________________
29861 [  6607] By: jhi                                   on 2000/08/13  05:32:01
29862         Log: Put back the \z changes of #5406 to CPAN.pm.
29863      Branch: perl
29864            ! lib/CPAN.pm
29865 ____________________________________________________________________________
29866 [  6606] By: jhi                                   on 2000/08/13  05:20:16
29867         Log: Fix-n-skip the tests under 5005threads.
29868      Branch: perl
29869            ! t/lib/b.t
29870 ____________________________________________________________________________
29871 [  6605] By: jhi                                   on 2000/08/13  05:07:48
29872         Log: Fix the test for 5005threads.
29873      Branch: perl
29874            ! t/lib/peek.t
29875 ____________________________________________________________________________
29876 [  6604] By: jhi                                   on 2000/08/13  03:35:37
29877         Log: Should have deleted this in #6603.
29878      Branch: perl
29879            - vms/subconfigure.com
29880 ____________________________________________________________________________
29881 [  6603] By: jhi                                   on 2000/08/12  18:29:32
29882         Log: Rewrite of vms/subconfigure.com as configure.com,
29883              from Peter Prymmer and the vmsperl crew.
29884      Branch: perl
29885            + vms/configure.com
29886            ! MANIFEST
29887 ____________________________________________________________________________
29888 [  6602] By: jhi                                   on 2000/08/11  13:00:01
29889         Log: PlainText.pm is dead.
29890      Branch: perl
29891            - lib/Pod/PlainText.pm
29892            ! MANIFEST
29893 ____________________________________________________________________________
29894 [  6601] By: jhi                                   on 2000/08/11  04:06:45
29895         Log: Update Changes.
29896      Branch: perl
29897            ! Changes
29898 ____________________________________________________________________________
29899 [  6600] By: jhi                                   on 2000/08/11  04:06:10
29900         Log: Add a few missing files, update MANIFEST.
29901      Branch: perl
29902            + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
29903            + lib/Pod/PlainText.pm t/pod/find.t
29904            ! MANIFEST t/op/regmesg.t
29905 ____________________________________________________________________________
29906 [  6599] By: jhi                                   on 2000/08/11  03:31:10
29907         Log: Add Perl debugging tutorial, regen toc. 
29908              
29909              Subject: perldebtut.pod
29910              From: Richard Foley <Richard.Foley@m.dasa.de>
29911              Date: Wed, 09 Aug 2000 10:17:15 +0200
29912              Message-id: <3991138B.262247B8@m.dasa.de>
29913      Branch: perl
29914            + pod/perldebtut.pod
29915            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
29916 ____________________________________________________________________________
29917 [  6598] By: jhi                                   on 2000/08/11  02:48:56
29918         Log: tiny Changes edit
29919      Branch: perl
29920            ! Changes
29921 ____________________________________________________________________________
29922 [  6597] By: jhi                                   on 2000/08/11  02:39:04
29923         Log: Tests for #6589.
29924              
29925              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
29926              From: simon@brecon.co.uk (Simon Cozens)
29927              Date: 11 Aug 2000 02:24:52 GMT
29928              Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
29929      Branch: perl
29930            ! t/lib/b.t
29931 ____________________________________________________________________________
29932 [  6596] By: jhi                                   on 2000/08/11  01:50:07
29933         Log: Update Changes.
29934      Branch: perl
29935            ! Changes
29936 ____________________________________________________________________________
29937 [  6595] By: jhi                                   on 2000/08/11  01:47:16
29938         Log: nitfix
29939      Branch: perl
29940            ! Changes
29941 ____________________________________________________________________________
29942 [  6594] By: jhi                                   on 2000/08/11  01:36:16
29943         Log: Subject: Getting perlio and threads to compile
29944              From: Lupe Christoph <lupe@lupe-christoph.de>
29945              Date: Wed, 9 Aug 2000 11:35:54 +0200
29946              Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
29947              
29948              (the Solaris version changes in Configure skipped)
29949      Branch: perl
29950            ! hints/solaris_2.sh thread.h
29951 ____________________________________________________________________________
29952 [  6593] By: jhi                                   on 2000/08/11  01:30:16
29953         Log: Subject: Re: [ID 20000730.003] utf8::length() bad
29954              From: simon@brecon.co.uk (Simon Cozens)
29955              Date: 1 Aug 2000 06:55:19 GMT
29956              Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
29957      Branch: perl
29958            ! lib/utf8.pm
29959 ____________________________________________________________________________
29960 [  6592] By: jhi                                   on 2000/08/11  01:26:39
29961         Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
29962              From: Peter Scott <Peter@PeterScott.com>
29963              Date: Thu, 10 Aug 2000 08:23:27 -0700
29964              Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
29965      Branch: perl
29966            ! lib/perl5db.pl
29967 ____________________________________________________________________________
29968 [  6591] By: jhi                                   on 2000/08/11  01:22:02
29969         Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
29970              From: Hugo <hv@crypt.compulink.co.uk>
29971              Date: Thu, 10 Aug 2000 19:23:04 +0100
29972              Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
29973      Branch: perl
29974            ! regexec.c t/op/pat.t
29975 ____________________________________________________________________________
29976 [  6590] By: jhi                                   on 2000/08/11  01:19:19
29977         Log: Preprocessing and postprocessing for File::Find.
29978              
29979              Subject: Patch to Find::File.pm to allow alphabetical results
29980              From: Joe Smith <jsmith@inwap.com>
29981              Date: Wed, 9 Aug 2000 02:44:54 -0700
29982              Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
29983      Branch: perl
29984            ! lib/File/Find.pm
29985 ____________________________________________________________________________
29986 [  6589] By: jhi                                   on 2000/08/11  01:12:39
29987         Log: B::Deparse didn't do sub attributes.
29988              
29989              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
29990              From: simon@brecon.co.uk (Simon Cozens)
29991              Date: 9 Aug 2000 04:49:20 GMT
29992              Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
29993      Branch: perl
29994            ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
29995 ____________________________________________________________________________
29996 [  6588] By: jhi                                   on 2000/08/11  01:06:40
29997         Log: Subject: debugger "d" command doesnt check line number
29998              From: Mike Guy <mjtg@cam.ac.uk>
29999              Date: Tue, 08 Aug 2000 21:54:29 +0100
30000              Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
30001      Branch: perl
30002            ! lib/perl5db.pl mg.c pod/perldiag.pod
30003 ____________________________________________________________________________
30004 [  6587] By: jhi                                   on 2000/08/11  00:45:03
30005         Log: sleep(1) does not necessarily return 1.
30006              
30007              Subject: [PATCH bleadperl] op/lex_assign.t  
30008              From: Hugo <hv@crypt.compulink.co.uk>
30009              Date: Thu, 03 Aug 2000 14:34:22 +0100        
30010              Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
30011      Branch: perl
30012            ! t/op/lex_assign.t
30013 ____________________________________________________________________________
30014 [  6586] By: jhi                                   on 2000/08/11  00:31:50
30015         Log: Document the IO::Select timeout.
30016      Branch: perl
30017            ! ext/IO/lib/IO/Select.pm
30018 ____________________________________________________________________________
30019 [  6585] By: jhi                                   on 2000/08/11  00:13:54
30020         Log: Forgot contributor.
30021      Branch: perl
30022            ! Changes
30023 ____________________________________________________________________________
30024 [  6584] By: jhi                                   on 2000/08/11  00:09:19
30025         Log: detypo
30026      Branch: perl
30027            ! Changes
30028 ____________________________________________________________________________
30029 [  6583] By: jhi                                   on 2000/08/11  00:07:53
30030         Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
30031              
30032              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
30033              From: Mike Guy <mjtg@cam.ac.uk> 
30034              Date: Thu, 10 Aug 2000 15:50:54 +0100
30035              Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
30036      Branch: perl
30037            ! sv.c t/op/int.t
30038 ____________________________________________________________________________
30039 [  6582] By: jhi                                   on 2000/08/10  23:29:32
30040         Log: Update Changes.
30041      Branch: perl
30042            ! Changes
30043 ____________________________________________________________________________
30044 [  6581] By: jhi                                   on 2000/08/10  23:26:16
30045         Log: Put back the std @INC thing.
30046      Branch: perl
30047            ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
30048            ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
30049            ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
30050            ! t/lib/gol-oo.t
30051 ____________________________________________________________________________
30052 [  6580] By: jhi                                   on 2000/08/10  23:03:34
30053         Log: Update to CGI 2.70, from Lincoln Stein.
30054      Branch: perl
30055            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
30056            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
30057            ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
30058            ! t/lib/cgi-request.t
30059 ____________________________________________________________________________
30060 [  6579] By: jhi                                   on 2000/08/10  22:41:50
30061         Log: Update to CPAN 1.56, from Andreas König.
30062      Branch: perl
30063            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
30064 ____________________________________________________________________________
30065 [  6578] By: jhi                                   on 2000/08/10  22:38:13
30066         Log: Update to Pod::Parser 1.17, from Brad Appleton.
30067      Branch: perl
30068            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
30069            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
30070            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
30071            ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
30072            ! t/pod/include.t t/pod/included.t t/pod/lref.t
30073            ! t/pod/multiline_items.t t/pod/nested_items.t
30074            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
30075            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
30076            ! t/pod/special_seqs.t
30077 ____________________________________________________________________________
30078 [  6577] By: jhi                                   on 2000/08/10  22:35:41
30079         Log: Small AUTHORS and MAINTAIN updates.  Could do with big updates.
30080      Branch: perl
30081            ! AUTHORS MAINTAIN
30082 ____________________________________________________________________________
30083 [  6576] By: jhi                                   on 2000/08/10  22:24:54
30084         Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
30085      Branch: perl
30086            + t/lib/gol-oo.t
30087            ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
30088            ! t/lib/gol-compat.t t/lib/gol-linkage.t
30089 ____________________________________________________________________________
30090 [  6575] By: jhi                                   on 2000/08/10  22:02:07
30091         Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
30092      Branch: perl
30093            ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
30094 ____________________________________________________________________________
30095 [  6574] By: jhi                                   on 2000/08/10  21:55:03
30096         Log: Iterating perl6 description.
30097      Branch: perl
30098            ! pod/perlfaq1.pod
30099 ____________________________________________________________________________
30100 [  6573] By: jhi                                   on 2000/08/10  21:48:26
30101         Log: Revert the sv.c part of #6559, a better fix is needed.
30102      Branch: perl
30103            ! sv.c
30104 ____________________________________________________________________________
30105 [  6572] By: jhi                                   on 2000/08/10  20:33:43
30106         Log: It's the 2ndO'ROSSC.
30107      Branch: perl
30108            ! pod/perlfaq1.pod
30109 ____________________________________________________________________________
30110 [  6571] By: jhi                                   on 2000/08/10  15:55:48
30111         Log: detypo
30112      Branch: perl
30113            ! pod/perlfaq1.pod
30114 ____________________________________________________________________________
30115 [  6570] By: jhi                                   on 2000/08/10  14:11:17
30116         Log: An exceptionally sticky typo.
30117      Branch: perl
30118            ! Changes
30119 ____________________________________________________________________________
30120 [  6569] By: jhi                                   on 2000/08/10  14:09:33
30121         Log: detypo (and test Changes updating script)
30122      Branch: perl
30123            ! Changes
30124 ____________________________________________________________________________
30125 [  6568] By: jhi                                   on 2000/08/10  14:07:07
30126         Log: Update Changes.
30127      Branch: perl
30128            ! Changes
30129 ____________________________________________________________________________
30130 [  6567] By: jhi                                   on 2000/08/10  14:06:19
30131         Log: Amend the description of Perl6.
30132              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
30133              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
30134              Date: Wed, 9 Aug 2000 22:11:06 -0500
30135              Message-ID: <20000809221106.A12246@chaos.wustl.edu>
30136      Branch: perl
30137            ! pod/perlfaq1.pod
30138 ____________________________________________________________________________
30139 [  6566] By: jhi                                   on 2000/08/10  13:58:57
30140         Log: Subject: Remove dead entry in perldiag
30141              From: Mike Guy <mjtg@cam.ac.uk>
30142              Date: Thu, 10 Aug 2000 14:19:19 +0100
30143              Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
30144      Branch: perl
30145            ! pod/perldiag.pod
30146 ____________________________________________________________________________
30147 [  6565] By: jhi                                   on 2000/08/10  13:51:48
30148         Log: Zero entries were skipped, fix from Adrian Goalby
30149              <argoalby@yahoo.co.uk>
30150      Branch: perl
30151            ! lib/unicode/Number.pl lib/unicode/mktables.PL
30152 ____________________________________________________________________________
30153 [  6564] By: jhi                                   on 2000/08/10  13:00:12
30154         Log: Subject: [PATCH 5.6.0] cygwin port
30155              From: "Fifer, Eric" <EFifer@sanwaint.com>
30156              Date: Thu, 10 Aug 2000 13:15:36 +0100
30157              Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
30158      Branch: perl
30159            ! README.cygwin hints/cygwin.sh
30160 ____________________________________________________________________________
30161 [  6563] By: jhi                                   on 2000/08/10  12:55:16
30162         Log: Get back into sync with Jeffrey on the enhanced regex warnings.
30163      Branch: perl
30164            ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
30165 ____________________________________________________________________________
30166 [  6562] By: gsar                                  on 2000/08/10  08:38:39
30167         Log: warn is a macro, avoid using at a variable to avoid warnings
30168              in some configurations; readdir.t is too conservative in
30169              estimating number of *.t's
30170      Branch: perl
30171            ! t/op/readdir.t util.c
30172 ____________________________________________________________________________
30173 [  6561] By: jhi                                   on 2000/08/09  23:35:42
30174         Log: Update Changes.
30175      Branch: perl
30176            ! Changes
30177 ____________________________________________________________________________
30178 [  6560] By: jhi                                   on 2000/08/09  23:05:47
30179         Log: Subject: Re: enhanced(?) regex error messages
30180              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
30181              Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
30182              Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
30183              
30184              (plus two small patches sent privately)
30185              (this still seems to leave few test failures)
30186      Branch: perl
30187            + t/op/regmesg.t
30188            ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
30189            ! t/pragma/warn/regcomp
30190 ____________________________________________________________________________
30191 [  6559] By: jhi                                   on 2000/08/09  20:41:18
30192         Log: (The fix did work but was not right, retracted in #6573)
30193              
30194              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
30195              From: Christian Kirsch <ck@held.mind.de>
30196              Date: Wed, 9 Aug 2000 17:05:17 +0200
30197              Message-Id: <20000809170517.A25389@held>
30198      Branch: perl
30199            ! sv.c t/pragma/locale.t
30200 ____________________________________________________________________________
30201 [  6558] By: jhi                                   on 2000/08/08  22:34:08
30202         Log: Tiny updates on the contributors list.
30203      Branch: perl
30204            ! Changes
30205 ____________________________________________________________________________
30206 [  6557] By: jhi                                   on 2000/08/08  19:34:28
30207         Log: Double check that we have a dirhandle.
30208      Branch: perl
30209            ! util.c
30210 ____________________________________________________________________________
30211 [  6556] By: jhi                                   on 2000/08/08  19:01:51
30212         Log: Delete eg as agreed at TPC3 (yes, 3).  Dusty, obsolete, non-w-clean.
30213              May be repopulated with fresh maintained examples.
30214      Branch: perl
30215            + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
30216            + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
30217            + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
30218            + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
30219            + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
30220            + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
30221            + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
30222            + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
30223            + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
30224            + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
30225            + lib/CGI/eg/wilogo_gif.uu
30226            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
30227            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
30228            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
30229            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
30230            - eg/cgi/frameset.cgi eg/cgi/index.html
30231            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
30232            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
30233            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
30234            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
30235            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
30236            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
30237            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
30238            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
30239            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
30240            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
30241            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
30242            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
30243            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
30244            - eg/van/vanish eg/who eg/wrapsuid
30245            ! MANIFEST
30246 ____________________________________________________________________________
30247 [  6555] By: jhi                                   on 2000/08/08  18:51:08
30248         Log: Delete chat2 as requested by Randal.
30249              
30250              Subject: Re: perlfaq8 coyness
30251              From: merlyn@stonehenge.com (Randal L. Schwartz) 
30252              Date: 15 May 2000 18:52:42 -0700 
30253              Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com> 
30254      Branch: perl
30255            - lib/chat2.pl
30256            ! MANIFEST
30257 ____________________________________________________________________________
30258 [  6554] By: jhi                                   on 2000/08/08  18:31:35
30259         Log: Regen global.sym.
30260      Branch: perl
30261            ! global.sym
30262 ____________________________________________________________________________
30263 [  6553] By: jhi                                   on 2000/08/08  18:28:13
30264         Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
30265              (either perlbug or p5p ate the original), plus regen
30266              perlapi and perltoc. 
30267      Branch: perl
30268            ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
30269            ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
30270            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
30271            ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
30272            ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
30273            ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
30274            ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
30275            ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
30276            ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
30277            ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
30278 ____________________________________________________________________________
30279 [  6552] By: jhi                                   on 2000/08/08  18:06:29
30280         Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
30281              From: Mike Guy <mjtg@cam.ac.uk>
30282              Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
30283              Date: Tue, 08 Aug 2000 15:51:27 +0100
30284      Branch: perl
30285            ! doop.c sv.h t/op/join.t t/pragma/overload.t
30286 ____________________________________________________________________________
30287 [  6551] By: jhi                                   on 2000/08/08  18:01:11
30288         Log: Re-apply #6549.
30289      Branch: perl
30290            ! lib/perl5db.pl
30291 ____________________________________________________________________________
30292 [  6550] By: jhi                                   on 2000/08/08  17:43:08
30293         Log: Accidental retraction of #6549.
30294      Branch: perl
30295            ! lib/perl5db.pl
30296 ____________________________________________________________________________
30297 [  6549] By: jhi                                   on 2000/08/08  17:40:04
30298         Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
30299              From: Mike Guy <mjtg@cam.ac.uk>
30300              Date: Mon, 07 Aug 2000 21:49:58 +0100
30301              Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
30302      Branch: perl
30303            ! lib/perl5db.pl
30304 ____________________________________________________________________________
30305 [  6548] By: jhi                                   on 2000/08/08  17:37:57
30306         Log: Document here-doc better.
30307              
30308              Subject: Re: [ID 20000804.003] heredoc in s///e replacement
30309              From: Mike Guy <mjtg@cam.ac.uk>
30310              Date: Mon, 07 Aug 2000 14:02:09 +0100
30311              Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
30312      Branch: perl
30313            ! pod/perldata.pod
30314 ____________________________________________________________________________
30315 [  6547] By: jhi                                   on 2000/08/08  17:33:34
30316         Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
30317              From: "Randy J. Ray" <rjray@redhat.com>
30318              Date: Mon, 07 Aug 2000 19:12:25 -0700
30319              Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
30320      Branch: perl
30321            ! perl.c pod/perlrun.pod
30322 ____________________________________________________________________________
30323 [  6546] By: jhi                                   on 2000/08/08  17:29:26
30324         Log: Subject: Re: enhanced(?) regex error messages 
30325              From: Hugo <hv@crypt.compulink.co.uk>
30326              Date: Tue, 08 Aug 2000 03:25:51 +0100
30327              Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
30328              
30329              plus Capitalize the error messages, plus perldiag them.
30330      Branch: perl
30331            ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
30332 ____________________________________________________________________________
30333 [  6545] By: jhi                                   on 2000/08/08  13:59:28
30334         Log: Augment #6539 a bit: don't croak if there's magic in the air.
30335              
30336              Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) 
30337              From: Hugo <hv@crypt.compulink.co.uk>
30338              Date: Tue, 08 Aug 2000 03:02:03 +0100
30339              Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
30340      Branch: perl
30341            ! pp.c t/op/bless.t
30342 ____________________________________________________________________________
30343 [  6544] By: jhi                                   on 2000/08/07  21:11:52
30344         Log: Make the test -w clean.
30345      Branch: perl
30346            ! t/op/bless.t
30347 ____________________________________________________________________________
30348 [  6543] By: jhi                                   on 2000/08/07  19:49:53
30349         Log: use warnings instead of $^W.
30350      Branch: perl
30351            ! t/op/bless.t
30352 ____________________________________________________________________________
30353 [  6542] By: jhi                                   on 2000/08/07  17:41:41
30354         Log: Disable a portability warning Because We Know What We Are Doing.
30355      Branch: perl
30356            ! t/op/bless.t
30357 ____________________________________________________________________________
30358 [  6541] By: jhi                                   on 2000/08/07  17:29:51
30359         Log: Tiny tidying on report_evil_fh().
30360      Branch: perl
30361            ! util.c
30362 ____________________________________________________________________________
30363 [  6540] By: jhi                                   on 2000/08/07  16:37:38
30364         Log: Make regular expression parse error messages easier to understand.
30365              
30366              Subject: Re: enhanced(?) regex error messages
30367              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
30368              Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
30369              Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
30370      Branch: perl
30371            ! regcomp.c
30372 ____________________________________________________________________________
30373 [  6539] By: jhi                                   on 2000/08/07  16:12:27
30374         Log: Make bless(REF, REF) a fatal error, add bless tests.
30375              
30376              Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
30377              From: Hugo <hv@crypt.compulink.co.uk>
30378              Date: Mon, 07 Aug 2000 16:59:38 +0100
30379              Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
30380      Branch: perl
30381            + t/op/bless.t
30382            ! MANIFEST pod/perldiag.pod pp.c sv.c
30383 ____________________________________________________________________________
30384 [  6538] By: jhi                                   on 2000/08/07  15:59:43
30385         Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
30386              From: Tim Conrow <tim@spindrift.srl.caltech.edu>
30387              Date: Thu, 3 Aug 2000 14:29:21 -0700
30388              Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
30389      Branch: perl
30390            ! lib/lib_pm.PL
30391 ____________________________________________________________________________
30392 [  6537] By: jhi                                   on 2000/08/07  15:47:18
30393         Log: Retract #6419 for now since it breaks in AFS and MachTen.
30394      Branch: perl
30395            ! lib/Cwd.pm
30396 ____________________________________________________________________________
30397 [  6536] By: jhi                                   on 2000/08/07  15:05:29
30398         Log: Plug the security hole described in the Aug 05 2000 bugtraq message
30399              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
30400              The security hole exists only in suidperls, which isn't
30401              installed or even built by default.
30402      Branch: perl
30403            ! perl.c
30404 ____________________________________________________________________________
30405 [  6535] By: jhi                                   on 2000/08/07  14:45:14
30406         Log: tr memory corruption fix from Simon Cozens.
30407      Branch: perl
30408            ! doop.c
30409 ____________________________________________________________________________
30410 [  6534] By: jhi                                   on 2000/08/06  11:38:16
30411         Log: Document a bit that UDP is not what you might think.
30412              
30413              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
30414              From: Lupe Christoph <lupe@lupe-christoph.de>
30415              Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
30416              Date: Mon, 24 Jul 2000 08:59:15 +0200
30417      Branch: perl
30418            ! pod/perlipc.pod
30419 ____________________________________________________________________________
30420 [  6533] By: jhi                                   on 2000/08/06  11:35:01
30421         Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
30422              From: Jeff Pinyan <jeffp@hut.crusoe.net>
30423              Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
30424              Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
30425      Branch: perl
30426            ! pod/perlfunc.pod
30427 ____________________________________________________________________________
30428 [  6532] By: jhi                                   on 2000/08/06  03:45:41
30429         Log: Have symbols for the IoTYPEs.
30430      Branch: perl
30431            ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
30432 ____________________________________________________________________________
30433 [  6531] By: jhi                                   on 2000/08/06  01:33:55
30434         Log: Continue fixing the io warnings.  This also
30435              sort of fixes bug ID 20000802.003: the core dump
30436              is no more.  Whether the current behaviour is correct
30437              (giving a warning: "Not a format reference"), is another matter.
30438      Branch: perl
30439            ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
30440            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
30441 ____________________________________________________________________________
30442 [  6530] By: jhi                                   on 2000/08/05  21:33:12
30443         Log: Change the Policy policy: now -Dprefix= with an existing
30444              Policy.sh and prefix == siteprefix == vendorprefix, then all
30445              of them follow along the new prefix.
30446              
30447              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
30448              From: Andy Dougherty <doughera@lafayette.edu>
30449              Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
30450              Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
30451      Branch: perl
30452            ! Policy_sh.SH
30453 ____________________________________________________________________________
30454 [  6529] By: jhi                                   on 2000/08/05  18:57:28
30455         Log: Zap lib/Sys directory when cleaning up.
30456      Branch: perl
30457            ! Makefile.SH
30458 ____________________________________________________________________________
30459 [  6528] By: jhi                                   on 2000/08/05  18:40:44
30460         Log: Essential prototype changes were missing from #6527.
30461              Also make report_evil_fh() more bomb-proof.
30462      Branch: perl
30463            ! embed.h util.c
30464 ____________________________________________________________________________
30465 [  6527] By: jhi                                   on 2000/08/05  03:22:05
30466         Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
30467              From: "Ronald F. Guilmette" <rfg@monkeys.com>
30468              Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
30469              Message-Id: <200007242247.PAA52177@monkeys.com>
30470      Branch: perl
30471            ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
30472 ____________________________________________________________________________
30473 [  6526] By: jhi                                   on 2000/08/04  21:23:27
30474         Log: gcc versions might have (parentheses) in them.
30475      Branch: metaconfig/U/perl
30476            ! gccvers.U
30477      Branch: perl
30478            ! Configure config_h.SH
30479 ____________________________________________________________________________
30480 [  6525] By: jhi                                   on 2000/08/04  20:23:12
30481         Log: Weed buglets pointed out by
30482              
30483              From: Lupe Christoph <lupe@lupe-christoph.de>
30484              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
30485              Date: Fri, 4 Aug 2000 17:34:39 +0200
30486              Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
30487      Branch: metaconfig/U/perl
30488            ! gccvers.U uselfs.U
30489      Branch: perl
30490            ! Configure config_h.SH
30491 ____________________________________________________________________________
30492 [  6524] By: jhi                                   on 2000/08/04  19:02:08
30493         Log: Warn under -w if lstat(FH) is attempted.
30494              
30495              Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
30496              From: "Todd C. Miller" <Todd.Miller@courtesan.com> 
30497              Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT) 
30498              Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com> 
30499      Branch: perl
30500            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
30501            ! t/pragma/warn/pp_sys
30502 ____________________________________________________________________________
30503 [  6523] By: jhi                                   on 2000/08/04  12:31:11
30504         Log: Subject: New perlcc, take 2
30505              From: simon@brecon.co.uk (Simon Cozens)
30506              Date: 4 Aug 2000 06:21:04 GMT
30507              Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
30508      Branch: perl
30509            ! utils/perlcc.PL
30510 ____________________________________________________________________________
30511 [  6522] By: jhi                                   on 2000/08/04  12:26:33
30512         Log: Subject: Re: Array vs. List context
30513              From: Daniel Chetlin <daniel@chetlin.com>
30514              Date: Fri, 4 Aug 2000 00:22:44 -0700
30515              Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
30516      Branch: perl
30517            ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
30518            ! pod/perlfaq4.pod
30519 ____________________________________________________________________________
30520 [  6521] By: jhi                                   on 2000/08/04  12:22:38
30521         Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
30522              From: Raymund Will <ray@caldera.de>
30523              Date: Fri, 4 Aug 2000 12:07:09 +0200
30524              Message-Id: <20000804120709.A14982@caldera.de>
30525      Branch: perl
30526            ! configure.gnu
30527 ____________________________________________________________________________
30528 [  6520] By: jhi                                   on 2000/08/04  04:09:06
30529         Log: After the #6519 a warning about stat() is just that,
30530              not about a filetest, which now have their own warning.
30531      Branch: perl
30532            ! pod/perldiag.pod
30533 ____________________________________________________________________________
30534 [  6519] By: jhi                                   on 2000/08/04  04:06:30
30535         Log: In the warnings call filehandles consistently so;
30536              add "unopened" warning for stat().
30537      Branch: perl
30538            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
30539            ! t/pragma/warn/pp_sys
30540 ____________________________________________________________________________
30541 [  6518] By: jhi                                   on 2000/08/04  02:55:35
30542         Log: Subject: Minor tweak to perlvar.pod
30543              From: "Stephen P. Potter" <spp@ds.net>
30544              Date: Tue, 18 Apr 2000 09:26:03 -0400
30545              Message-Id: <200004181326.JAA01560@spp.users.ds.net>
30546      Branch: perl
30547            ! pod/perlvar.pod
30548 ____________________________________________________________________________
30549 [  6517] By: jhi                                   on 2000/08/04  02:50:08
30550         Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
30551              From: "Clinton Pierce" <cpierce1@ford.com>
30552              Date: Wed, 21 Jul 1999 16:45:31 -0400
30553              Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
30554              
30555              Fix by Stephen Potter (visible in the bug db but not in p5p?)
30556      Branch: perl
30557            ! pod/perlfunc.pod pod/perlop.pod
30558 ____________________________________________________________________________
30559 [  6516] By: jhi                                   on 2000/08/04  02:09:25
30560         Log: This is 6512.  Really.
30561      Branch: perl
30562            ! dump.c
30563 ____________________________________________________________________________
30564 [  6515] By: jhi                                   on 2000/08/04  01:25:50
30565         Log: mention the idea of @( and @)
30566      Branch: perl
30567            ! Todo-5.6
30568 ____________________________________________________________________________
30569 [  6514] By: bailey                                on 2000/08/04  01:18:46
30570         Log: YA resync with mainstem, including VMS patches from others
30571      Branch: vmsperl
30572           +> (branch 48 files)
30573            - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
30574           !> (integrate 354 files)
30575 ____________________________________________________________________________
30576 [  6513] By: jhi                                   on 2000/08/04  01:18:18
30577         Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
30578              From: Mark Dickinson <dickins3@fas.harvard.edu>
30579              Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
30580              Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
30581      Branch: perl
30582            ! t/op/grent.t t/op/pwent.t
30583 ____________________________________________________________________________
30584 [  6512] By: jhi                                   on 2000/08/04  01:14:06
30585         Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
30586              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
30587              Date: Wed, 02 Aug 2000 10:51:01 +0100
30588              Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
30589      Branch: perl
30590            ! sv.c
30591 ____________________________________________________________________________
30592 [  6511] By: jhi                                   on 2000/08/04  00:57:00
30593         Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question                
30594              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
30595              Date: Thu, 03 Aug 2000 17:20:04 -0700
30596              Message-ID: <0wgi5gzkgqLb092yn@efn.org> 
30597      Branch: metaconfig
30598            ! U/modified/Cppsym.U
30599      Branch: perl
30600            ! Configure config_h.SH
30601 ____________________________________________________________________________
30602 [  6510] By: jhi                                   on 2000/08/04  00:25:28
30603         Log: detypo
30604      Branch: perl
30605            ! Makefile.SH
30606 ____________________________________________________________________________
30607 [  6509] By: jhi                                   on 2000/08/03  23:43:18
30608         Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
30609              From: Dominic Dunlop <domo@computer.org>
30610              Date: Thu, 3 Aug 2000 22:16:46 +0200
30611              Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
30612      Branch: perl
30613            ! t/op/sprintf.t
30614 ____________________________________________________________________________
30615 [  6508] By: jhi                                   on 2000/08/03  23:40:37
30616         Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
30617              From: Hugo <hv@crypt.compulink.co.uk>
30618              Date: Thu, 03 Aug 2000 18:25:30 +0100
30619              Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
30620      Branch: perl
30621            ! regcomp.c t/op/re_tests
30622 ____________________________________________________________________________
30623 [  6507] By: jhi                                   on 2000/08/03  23:38:28
30624         Log: Subject: [PATCH] sv.h documentation - SvLEN
30625              From: Mike Guy <mjtg@cam.ac.uk>
30626              Date: Thu, 03 Aug 2000 14:43:09 +0100
30627              Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
30628      Branch: perl
30629            ! sv.h
30630 ____________________________________________________________________________
30631 [  6506] By: jhi                                   on 2000/08/03  15:49:14
30632         Log: Disable the fix_pl hack for now.
30633      Branch: perl
30634            ! Makefile.SH
30635 ____________________________________________________________________________
30636 [  6505] By: jhi                                   on 2000/08/03  13:49:04
30637         Log: Add a URL for FSF.
30638              
30639              Subject: Patch for README
30640              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
30641              Date: Wed, 2 Aug 2000 13:25:09 -0500
30642              Message-ID: <20000802132509.I10379@chaos.wustl.edu>
30643      Branch: perl
30644            ! README
30645 ____________________________________________________________________________
30646 [  6504] By: jhi                                   on 2000/08/03  13:29:19
30647         Log: Be more informative on what is skipped and why,
30648              also repeat the list at the end.
30649      Branch: perl
30650            ! Porting/p4desc
30651 ____________________________________________________________________________
30652 [  6503] By: jhi                                   on 2000/08/03  13:07:05
30653         Log: Circumvent the removal of .patch by fix_pl.
30654              
30655              Subject: Re: [ID 20000802.011] unable to 'make test'          
30656              From: simon@brecon.co.uk (Simon Cozens) 
30657              Date: 3 Aug 2000 04:17:00 GMT
30658              Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org> 
30659      Branch: perl
30660            ! Makefile.SH
30661 ____________________________________________________________________________
30662 [  6502] By: jhi                                   on 2000/08/03  00:14:34
30663         Log: Add the missing setproctitle unit.
30664      Branch: metaconfig/U/perl
30665            + d_setproctitle.U
30666 ____________________________________________________________________________
30667 [  6501] By: jhi                                   on 2000/08/03  00:00:26
30668         Log: The subtest 4 may fail also on VOBS, as pointed out
30669              by Nick Ing-Simmons in November 1999, bug id 19991124.003
30670              (but the failure in that bug report isn't the subtest 4).
30671      Branch: perl
30672            ! t/op/stat.t
30673 ____________________________________________________________________________
30674 [  6500] By: jhi                                   on 2000/08/02  23:49:30
30675         Log: Better skip message for the test; one of the two problems in
30676              
30677              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
30678              From: Lupe Christoph <lupe@lupe-christoph.de>
30679              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
30680              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
30681      Branch: perl
30682            ! t/op/numconvert.t
30683 ____________________________________________________________________________
30684 [  6499] By: jhi                                   on 2000/08/02  22:49:16
30685         Log: Allow "no Module;" even if there is no 'unimport'.
30686              
30687              Subject: [ID 20000324.029] `unimport' is not special the way `import' is
30688              From: mjd@plover.com
30689              Date: 24 Mar 2000 15:24:34 -0000
30690              Message-Id: <20000324152434.15160.qmail@plover.com>
30691      Branch: perl
30692            ! gv.c
30693 ____________________________________________________________________________
30694 [  6498] By: jhi                                   on 2000/08/02  22:42:58
30695         Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
30696              that are hopefully soon put into use.
30697      Branch: perl
30698            ! opcode.h opcode.pl opnames.h
30699 ____________________________________________________________________________
30700 [  6497] By: gsar                                  on 2000/08/02  22:28:59
30701         Log: require.t needs binmode() to work on windows
30702      Branch: perl
30703            ! t/comp/require.t
30704 ____________________________________________________________________________
30705 [  6496] By: jhi                                   on 2000/08/02  22:08:51
30706         Log: Document the IVdf UVuf UVof UVxf.
30707      Branch: perl
30708            ! pod/perlguts.pod
30709 ____________________________________________________________________________
30710 [  6495] By: jhi                                   on 2000/08/02  21:54:26
30711         Log: detypo #6494
30712      Branch: perl
30713            ! ext/Data/Dumper/Dumper.xs
30714 ____________________________________________________________________________
30715 [  6494] By: jhi                                   on 2000/08/02  21:49:17
30716         Log: Dump UVs as UVs in Data::Dumper.
30717              
30718              Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
30719              From: Gurusamy Sarathy <gsar@ActiveState.com>
30720              Date: Thu, 27 Apr 2000 12:26:25 -0700
30721              Message-Id: <200004271926.MAA04331@molotok.activestate.com>
30722      Branch: perl
30723            ! ext/Data/Dumper/Dumper.xs
30724 ____________________________________________________________________________
30725 [  6493] By: jhi                                   on 2000/08/02  17:01:58
30726         Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
30727              From: Hugo <hv@crypt.compulink.co.uk>
30728              Date: Wed, 02 Aug 2000 14:53:56 +0100
30729              Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
30730      Branch: perl
30731            ! regexec.c t/op/re_tests
30732 ____________________________________________________________________________
30733 [  6492] By: jhi                                   on 2000/08/02  15:02:46
30734         Log: The new setproctitle() feature is available only in 
30735              bleeding edge FreeBSD.  From Paul Saab.
30736      Branch: perl
30737            ! mg.c
30738 ____________________________________________________________________________
30739 [  6491] By: jhi                                   on 2000/08/02  13:34:36
30740         Log: The tr utf8 patching continues.
30741              
30742              Subject: Re: #6469, too many tests claimed in require.t
30743              From: simon@brecon.co.uk (Simon Cozens)
30744              Date: 2 Aug 2000 02:37:17 GMT
30745              Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
30746              
30747              (the logic of the test was the wrong way round in the patch)
30748      Branch: perl
30749            ! doop.c
30750 ____________________________________________________________________________
30751 [  6490] By: jhi                                   on 2000/08/02  13:27:38
30752         Log: The name of a filehandle does not have <these>.
30753      Branch: perl
30754            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
30755            ! t/pragma/warn/pp_sys util.c
30756 ____________________________________________________________________________
30757 [  6489] By: jhi                                   on 2000/08/02  04:26:46
30758         Log: Remove the extraneous "main::" prefix from all the
30759              "opened only for", "on closed", and "never opened" warnings.
30760              
30761              Subject: Re: inappropriate warning
30762              From: Gurusamy Sarathy <gsar@ActiveState.com>
30763              Date: Mon, 20 Mar 2000 11:28:02 -0800
30764              Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
30765      Branch: perl
30766            ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
30767            ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
30768            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
30769 ____________________________________________________________________________
30770 [  6488] By: jhi                                   on 2000/08/02  03:02:57
30771         Log: memcpy has n o in it, as pinted ut by Sarathy.
30772      Branch: perl
30773            ! pod/perlguts.pod
30774 ____________________________________________________________________________
30775 [  6487] By: jhi                                   on 2000/08/02  02:44:51
30776         Log: Document in one place the memory abstractions used in Perl core.
30777              
30778              Subject: Re: Memory abstraction
30779              From: simon@brecon.co.uk (Simon Cozens)
30780              Date: 2 Aug 2000 02:20:23 GMT
30781              Organization: Earth.li Origins
30782      Branch: perl
30783            ! pod/perlguts.pod
30784 ____________________________________________________________________________
30785 [  6486] By: jhi                                   on 2000/08/02  02:41:57
30786         Log: regen_headers, regen perltoc.
30787      Branch: perl
30788            ! perlapi.c pod/perltoc.pod
30789 ____________________________________________________________________________
30790 [  6485] By: jhi                                   on 2000/08/02  01:43:33
30791         Log: "This little thing tests for a file .patch, and if it contains
30792              a number, pops into patchlevel.h" (making it easier to track
30793              which development version people are reporting bugs against)
30794              
30795              Subject: Patchlevel autogeneration for repository perls
30796              From: simon@brecon.co.uk (Simon Cozens)
30797              Date: 14 Jul 2000 07:12:15 GMT
30798              Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
30799      Branch: perl
30800            + fix_pl
30801            ! MANIFEST Makefile.SH
30802 ____________________________________________________________________________
30803 [  6484] By: jhi                                   on 2000/08/02  01:32:54
30804         Log: FreeBSD 3.* updates from
30805              
30806              From: Paul Saab <ps@yahoo-inc.com>
30807              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
30808              Date: Tue, 1 Aug 2000 15:41:39 -0700
30809              Message-Id: <20000801154139.A53740@yahoo-inc.com>
30810      Branch: perl
30811            ! hints/freebsd.sh
30812 ____________________________________________________________________________
30813 [  6483] By: jhi                                   on 2000/08/02  01:27:44
30814         Log: In new BSDs changes to argv[] do not show up in ps(1) output,
30815              instead one must use setproctitle().  This was already addressed
30816              by change #6457, but the below has a new variant for FreeBSD 4.0
30817              or later, and the matter is also documented more.
30818              
30819              From: Paul Saab <ps@yahoo-inc.com>
30820              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
30821              Date: Tue, 1 Aug 2000 15:41:39 -0700
30822              Message-Id: <20000801154139.A53740@yahoo-inc.com>
30823      Branch: metaconfig/U/perl
30824            + i_libutil.U
30825      Branch: perl
30826            ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
30827 ____________________________________________________________________________
30828 [  6482] By: jhi                                   on 2000/08/01  22:17:32
30829         Log: The test from this
30830              
30831              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
30832              Date: Sat, 15 Apr 2000 17:03:44 +0100
30833              From: Tom Hughes <tom@compton.nu>
30834              Message-ID: <d1c9b2af49.tom@compton.compton.nu>
30835              
30836              was missing, the code change went in as #5989
30837              (which had a different test?)
30838      Branch: perl
30839            ! t/op/misc.t
30840 ____________________________________________________________________________
30841 [  6481] By: jhi                                   on 2000/08/01  21:48:38
30842         Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
30843              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
30844              Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
30845              Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
30846      Branch: perl
30847            ! perl.h
30848 ____________________________________________________________________________
30849 [  6480] By: jhi                                   on 2000/08/01  18:05:28
30850         Log: Make p4desc to skip non-mainperl branches by default.
30851      Branch: perl
30852            ! Porting/p4desc
30853 ____________________________________________________________________________
30854 [  6479] By: jhi                                   on 2000/08/01  17:29:19
30855         Log: If gccosandvers is equal to osname, clear gccosandvers.
30856      Branch: metaconfig/U/perl
30857            ! gccvers.U
30858      Branch: perl
30859            ! Configure config_h.SH
30860 ____________________________________________________________________________
30861 [  6478] By: jhi                                   on 2000/08/01  15:54:08
30862         Log: BOM patching from Simon Cozens.
30863      Branch: perl
30864            ! toke.c
30865 ____________________________________________________________________________
30866 [  6477] By: jhi                                   on 2000/08/01  04:50:33
30867         Log: Stash away the largefiles flags and libswanted.
30868      Branch: perl
30869            ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
30870 ____________________________________________________________________________
30871 [  6476] By: gsar                                  on 2000/08/01  04:24:24
30872         Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
30873              on Windows)
30874      Branch: perl
30875            ! t/pragma/utf8.t utf8.c win32/win32.c
30876 ____________________________________________________________________________
30877 [  6475] By: jhi                                   on 2000/08/01  03:35:24
30878         Log: Make chr() for values >127 to create utf8 when under utf8.
30879              
30880              Subject: Re: uft8/chr()
30881              From: simon@brecon.co.uk (Simon Cozens)
30882              Date: 1 Aug 2000 02:37:02 GMT
30883              Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
30884      Branch: perl
30885            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
30886 ____________________________________________________________________________
30887 [  6474] By: jhi                                   on 2000/08/01  02:36:18
30888         Log: In Digital UNIX warn if gcc explicitly chosen because even
30889              2.95.2 is known to cause problems.
30890      Branch: perl
30891            ! hints/dec_osf.sh
30892 ____________________________________________________________________________
30893 [  6473] By: jhi                                   on 2000/08/01  02:00:56
30894         Log: Make the safety catch for buggy gccs work with triple version
30895              numbers like 2.95.2.  Reported in
30896              
30897              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
30898              From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
30899              Date: Mon, 31 Jul 2000 14:55:06 +0200
30900              Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
30901      Branch: perl
30902            ! hints/dec_osf.sh
30903 ____________________________________________________________________________
30904 [  6472] By: jhi                                   on 2000/08/01  01:13:33
30905         Log: Subject: fix and question re: waitpid() under win32
30906              From: Brian Clarke <clarke@appliedmeta.com>
30907              Date: Fri, 28 Jul 2000 15:18:29 -0400
30908              Message-ID: <3981DC85.290314EB@appliedmeta.com>
30909              
30910              Slightly reformatted and WNOHANG # define moved to win32.h
30911              so that also POSIX.xs sees it, as suggsted by Sarathy.
30912      Branch: perl
30913            ! win32/win32.c win32/win32.h
30914 ____________________________________________________________________________
30915 [  6471] By: jhi                                   on 2000/08/01  00:55:05
30916         Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
30917              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
30918              Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
30919              Date: Mon, 31 Jul 2000 13:28:51 +0100
30920              
30921              (aka ID 20000730.002)
30922      Branch: perl
30923            ! op.c t/op/tr.t
30924 ____________________________________________________________________________
30925 [  6470] By: jhi                                   on 2000/07/31  23:34:42
30926         Log: Document the problem with -P in HP-UX and its workaround.
30927              
30928              Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
30929              From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
30930              Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
30931              Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
30932      Branch: perl
30933            ! README.hpux
30934 ____________________________________________________________________________
30935 [  6469] By: jhi                                   on 2000/07/31  04:15:02
30936         Log: The swallow_bom() saga continues.  The #23 of require.t
30937              (UTF16-LE) still fails (silently, no output) but the #22
30938              (UTF16-BE) seems to be working now.  The root of the
30939              failure may be in sv_gets(): is it UTF-16LE-aware,
30940              especially when it comes to line endings? 
30941      Branch: perl
30942            ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
30943            ! t/comp/require.t toke.c utf8.c
30944 ____________________________________________________________________________
30945 [  6468] By: jhi                                   on 2000/07/30  19:05:48
30946         Log: Find green threads before native threads.
30947              
30948              Subject: Re: Patch to jpl/JNI/Makefile.PL
30949              From: Jens Thomsen <jens@fiend.cis.com>
30950              Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
30951              Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
30952      Branch: perl
30953            ! jpl/JNI/Makefile.PL
30954 ____________________________________________________________________________
30955 [  6467] By: jhi                                   on 2000/07/30  18:36:22
30956         Log: Fix the HALF_UPGRADE() macro introduced in #6263.
30957      Branch: perl
30958            ! doop.c
30959 ____________________________________________________________________________
30960 [  6466] By: jhi                                   on 2000/07/30  04:37:29
30961         Log: A new version of the "remove UPPERACSE string comparison"
30962              operators.  The problem with the previous one (change #6454)
30963              was that it was for Perl 5.6.0.  From Paul Marquess.
30964      Branch: perl
30965            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
30966            ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
30967            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
30968 ____________________________________________________________________________
30969 [  6465] By: jhi                                   on 2000/07/29  22:39:56
30970         Log: Do not upgrade SVs into utf8 just because they participate
30971              in eq or cmp.  Reported and fix suggested in
30972              
30973              Subject: [ID 20000720.009] sv_eq UTF8 bug
30974              From: "Simon Cozens" <simon@othersideofthe.earth.li>
30975              Date: 21 Jul 2000 04:37:29 -0000
30976              Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
30977              
30978              Exercise for the kind reader: should we or should we not
30979              cache the utf8 conversion alonside the SV? (as magic,
30980              as thestrxfrm()ed version is cached under use locale)
30981              Argue both for and against.
30982      Branch: perl
30983            ! sv.c
30984 ____________________________________________________________________________
30985 [  6464] By: jhi                                   on 2000/07/29  22:36:22
30986         Log: Subject: UTF8 concat
30987              From: simon@brecon.co.uk (Simon Cozens) 
30988              Date: 30 Jun 2000 06:13:25 GMT
30989              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org> 
30990              
30991              (with a memory leak fixed, plus a few casts added)
30992              
30993              This also seems to help for
30994              
30995              Subject: [ID 20000716.015] join UTF8 weirdness
30996              From: root <root@ak-71.mind.de> 
30997              Date: Sat, 15 Jul 2000 15:29:54 +0200
30998              Message-Id: <200007151329.PAA13970@ak-71.mind.de>
30999              
31000              (from Andreas König)
31001      Branch: perl
31002            ! pp_hot.c
31003 ____________________________________________________________________________
31004 [  6463] By: jhi                                   on 2000/07/29  00:55:39
31005         Log: Tune the comments and hopefully stop a memory leak.
31006      Branch: perl
31007            ! toke.c utf8.c
31008 ____________________________________________________________________________
31009 [  6462] By: jhi                                   on 2000/07/29  00:16:53
31010         Log: The problem described in this
31011              
31012              Subject: [ID 20000322.018] named chars aren't magical enough
31013              From: root <root@dixie.cscaper.com>     
31014              Date: Wed, 22 Mar 2000 18:37:42 -0700
31015              Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
31016              
31017              has been fixed in perl 5.6.0 but just in case added a test
31018              to keep it away.  (The report from Joseph Hall.)
31019      Branch: perl
31020            ! t/lib/charnames.t
31021 ____________________________________________________________________________
31022 [  6461] By: jhi                                   on 2000/07/28  23:56:36
31023         Log: Tiny fixes for #6460.
31024      Branch: metaconfig/U/perl
31025            ! gccvers.U
31026      Branch: perl
31027            ! Configure config_h.SH
31028 ____________________________________________________________________________
31029 [  6460] By: jhi                                   on 2000/07/28  23:24:41
31030         Log: Warn if the version of the operating system used to compile gcc
31031              differs from the current version of the operating system.
31032              Also display the gcc compilation os and version in myconfig.
31033              Inspiration from
31034              
31035              Subject: Re: [ID 20000710.003] ERRORS!!         
31036              From: "Kurt D. Starsinic" <kstar@chapin.edu>
31037              Date: Mon, 10 Jul 2000 15:54:16 -0400
31038              Message-ID: <20000710155416.A1384@O2.chapin.edu>
31039      Branch: metaconfig/U/perl
31040            ! gccvers.U
31041      Branch: perl
31042            ! Configure config_h.SH myconfig.SH
31043 ____________________________________________________________________________
31044 [  6459] By: jhi                                   on 2000/07/28  22:00:32
31045         Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
31046              letter to $Config{osvers}.
31047      Branch: metaconfig
31048            ! U/modified/Oldconfig.U
31049      Branch: perl
31050            ! Configure config_h.SH
31051 ____________________________________________________________________________
31052 [  6458] By: jhi                                   on 2000/07/28  04:15:39
31053         Log: Back out #6454, doesn't seem to work.
31054              (Reason: that patch was for perl 5.6.0, not perl-current)
31055              (A version of the patch for perl-current came in later as #6466)
31056      Branch: perl
31057            ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
31058            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
31059            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
31060 ____________________________________________________________________________
31061 [  6457] By: jhi                                   on 2000/07/27  23:31:49
31062         Log: Use setproctitle() if available to modify $0.
31063              
31064              Subject: setting $* on BSD4 broken
31065              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
31066              Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
31067              Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
31068      Branch: metaconfig
31069            ! U/modified/Myinit.U
31070      Branch: perl
31071            ! Configure config_h.SH mg.c
31072 ____________________________________________________________________________
31073 [  6456] By: jhi                                   on 2000/07/27  14:50:47
31074         Log: Allow "no AutoLoader;", based on change #6444,
31075              suggested by Graham Barr.
31076      Branch: perl
31077            ! lib/AutoLoader.pm
31078 ____________________________________________________________________________
31079 [  6455] By: jhi                                   on 2000/07/27  14:19:10
31080         Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
31081              From: rspier@pobox.com (Robert Spier)
31082              Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
31083              Message-ID: <14720.15855.787664.424783@rls.cx>
31084      Branch: perl
31085            ! pod/perldiag.pod
31086 ____________________________________________________________________________
31087 [  6454] By: jhi                                   on 2000/07/27  14:03:02
31088         Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
31089              for a long time).
31090              
31091              Reported in
31092              
31093              Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
31094              From: Ryan Herbert <rherbert@sycamorehq.com>
31095              Date: Mon, 17 Jul 2000 11:40:42 -0400
31096              Message-Id: <200007171540.LAA20480@beorn.hq.sai>
31097              
31098              Patched in
31099              
31100              Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
31101              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
31102              Date: Wed, 26 Jul 2000 23:40:18 +0100
31103              Message-ID: <000001bff752$79511880$0a17073e@tiny>
31104              
31105              based on an earlier patch from Stephen P. Potter.
31106              
31107              (Removed later by change #6458 because this patch was for
31108              perl 5.6.0, not perl-current)
31109      Branch: perl
31110            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
31111            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
31112            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
31113 ____________________________________________________________________________
31114 [  6453] By: jhi                                   on 2000/07/27  13:48:02
31115         Log: Subject: [PATCH] fixes bug 20000508.004
31116              From: Michael Stevens <mstevens@globnix.org>
31117              Date: Thu, 27 Jul 2000 13:49:04 +0100
31118              Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
31119      Branch: perl
31120            ! pod/perldata.pod
31121 ____________________________________________________________________________
31122 [  6452] By: jhi                                   on 2000/07/26  23:51:26
31123         Log: Further File::Temp patches from Yitzchak Scott-Thoennes
31124              and Craig A. Berry.
31125      Branch: perl
31126            ! lib/File/Temp.pm pod/perlport.pod
31127 ____________________________________________________________________________
31128 [  6451] By: jhi                                   on 2000/07/26  19:43:30
31129         Log: Be wary of close()s, too.
31130              
31131              Subject: Re: [PATCH] perlbug cleanup
31132              From: Tim Jenness <t.jenness@jach.hawaii.edu>
31133              Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
31134              Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
31135      Branch: perl
31136            ! utils/perlbug.PL
31137 ____________________________________________________________________________
31138 [  6450] By: jhi                                   on 2000/07/26  18:41:40
31139         Log: Subject: Minor doc patch: handy.h
31140              From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
31141              Date: Wed, 26 Jul 2000 15:34:25 -0300
31142              Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
31143      Branch: perl
31144            ! handy.h pod/perlapi.pod
31145 ____________________________________________________________________________
31146 [  6449] By: jhi                                   on 2000/07/26  18:23:55
31147         Log: Subject: [PATCH] minor doc change - perlguts
31148              From: Michael Stevens <mstevens@globnix.org>
31149              Date: Thu, 13 Jul 2000 12:39:18 +0100
31150              Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
31151      Branch: perl
31152            ! pod/perlguts.pod
31153 ____________________________________________________________________________
31154 [  6448] By: jhi                                   on 2000/07/26  18:20:30
31155         Log: open() wariness in perlbug.
31156              
31157              Subject: [PATCH] perlbug cleanup
31158              From: Michael Stevens <mstevens@globnix.org>
31159              Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
31160              Date: Thu, 13 Jul 2000 15:52:23 +0100
31161      Branch: perl
31162            ! utils/perlbug.PL
31163 ____________________________________________________________________________
31164 [  6447] By: jhi                                   on 2000/07/26  18:13:04
31165         Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
31166      Branch: perl
31167            ! lib/File/Temp.pm t/lib/ftmp-security.t
31168 ____________________________________________________________________________
31169 [  6446] By: jhi                                   on 2000/07/26  18:06:32
31170         Log: docfix from Peter Scott <Peter@PSDT.com>.
31171      Branch: perl
31172            ! pod/perlfunc.pod
31173 ____________________________________________________________________________
31174 [  6445] By: jhi                                   on 2000/07/26  17:53:31
31175         Log: Fix *foo{FORMAT}.
31176              
31177              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
31178              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
31179              Date: Wed, 26 Jul 2000 19:51:02 +0200
31180              Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
31181              
31182              From: Graham Barr <gbarr@pobox.com>
31183              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
31184              Date: Wed, 26 Jul 2000 17:38:36 +0100
31185              Message-ID: <20000726173836.L472@pobox.com>
31186      Branch: perl
31187            ! pp.c sv.c t/op/gv.t
31188 ____________________________________________________________________________
31189 [  6444] By: jhi                                   on 2000/07/26  17:49:14
31190         Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
31191              from Graham Barr in the module list.
31192      Branch: perl
31193            ! gv.c pod/perlobj.pod
31194 ____________________________________________________________________________
31195 [  6443] By: jhi                                   on 2000/07/26  16:06:56
31196         Log: More split() doc and test patches from Mike Guy.
31197      Branch: perl
31198            ! pod/perlfunc.pod t/op/split.t
31199 ____________________________________________________________________________
31200 [  6442] By: jhi                                   on 2000/07/26  16:05:30
31201         Log: MacOS nits from Matthias Neeracher.
31202      Branch: perl
31203            ! perl.c pp_ctl.c
31204 ____________________________________________________________________________
31205 [  6441] By: jhi                                   on 2000/07/26  04:39:57
31206         Log: Subject: [PATCH] split /^/
31207              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
31208              Date: Tue, 25 Jul 2000 14:18:57 +0100
31209              Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
31210              
31211              (with notes from tchrist and gbarr)
31212      Branch: perl
31213            ! pod/perlfunc.pod t/op/split.t
31214 ____________________________________________________________________________
31215 [  6440] By: jhi                                   on 2000/07/26  04:32:32
31216         Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
31217              From: Peter Prymmer <pvhp@forte.com>
31218              Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
31219              Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
31220      Branch: perl
31221            ! vms/munchconfig.c
31222 ____________________________________________________________________________
31223 [  6439] By: jhi                                   on 2000/07/26  04:31:01
31224         Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
31225              to be fatal errors (instead of by default ignoring them, and
31226              ignoring with a bug: even though -w gave an error, the opening [
31227              was left in)  Reported in:
31228              
31229              Subject: [ID 20000716.024] [=cc=] / [:blank:]
31230              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
31231              Date: Sun, 16 Jul 2000 17:55:29 -0700
31232              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
31233      Branch: perl
31234            ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
31235 ____________________________________________________________________________
31236 [  6438] By: jhi                                   on 2000/07/25  15:41:15
31237         Log: Subject: [PATCH] av.c apidoc
31238              From: simon@brecon.co.uk (Simon Cozens)
31239              Date: 24 Jul 2000 06:40:52 GMT
31240              Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
31241      Branch: perl
31242            ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
31243            ! perlapi.c perlapi.h pod/perlapi.pod proto.h
31244 ____________________________________________________________________________
31245 [  6437] By: jhi                                   on 2000/07/25  14:05:36
31246         Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
31247              From: "Stephen P. Potter" <spp@ds.net>
31248              Date: Mon, 24 Jul 2000 14:22:23 -0400
31249              Message-Id: <200007241822.OAA06827@spp.users.ds.net>
31250      Branch: perl
31251            ! pod/perllocale.pod
31252 ____________________________________________________________________________
31253 [  6436] By: jhi                                   on 2000/07/25  14:02:03
31254         Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
31255              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
31256              Date: Mon, 24 Jul 2000 18:04:28 +0100
31257              Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
31258      Branch: perl
31259            ! t/lib/syslfs.t t/op/lfs.t
31260 ____________________________________________________________________________
31261 [  6435] By: jhi                                   on 2000/07/25  13:59:28
31262         Log: Get UTF16 BOMs working.  Patch from
31263              
31264              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
31265              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
31266              Date: Tue, 25 Jul 2000 12:52:45 +0100
31267              Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
31268              
31269              and notes from
31270              
31271              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
31272              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
31273              Date: Tue, 25 Jul 2000 11:43:25 +0100
31274              Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
31275      Branch: perl
31276            ! t/comp/require.t toke.c utf8.c
31277 ____________________________________________________________________________
31278 [  6434] By: jhi                                   on 2000/07/25  02:39:54
31279         Log: Make the "uninit variable" warning to say "concat or string"
31280              or "join or string" when in concat or join .
31281              
31282              Subject: Re: [ID 20000403.009] uninitialised concatenation???
31283              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
31284              Date: Tue, 04 Apr 2000 18:22:58 +0100
31285              Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
31286              
31287              Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
31288              From: William R Ward <hermit@BayView.COM>
31289              Date: Thu, 30 Mar 2000 19:50:03 -0800
31290              Message-Id: <200003310350.TAA13319@komodo.bayview.com>
31291      Branch: perl
31292            ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
31293            ! t/pragma/warn/op t/pragma/warn/sv
31294 ____________________________________________________________________________
31295 [  6433] By: jhi                                   on 2000/07/24  17:52:56
31296         Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
31297      Branch: perl
31298            ! lib/File/Spec/VMS.pm
31299 ____________________________________________________________________________
31300 [  6432] By: jhi                                   on 2000/07/24  17:44:44
31301         Log: Test cases for #6431.
31302              
31303              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
31304              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
31305              Date: Mon, 24 Jul 2000 15:32:29 +0100
31306              Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
31307      Branch: perl
31308            ! t/op/pat.t t/op/split.t
31309 ____________________________________________________________________________
31310 [  6431] By: jhi                                   on 2000/07/24  17:43:17
31311         Log: Bind op fix.
31312              
31313              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
31314              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
31315              Date: Mon, 17 Jul 2000 20:04:56 +0100
31316              Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
31317      Branch: perl
31318            ! op.c
31319 ____________________________________________________________________________
31320 [  6430] By: jhi                                   on 2000/07/24  03:42:42
31321         Log: Subject: [ID 20000716.023] syslog test fails without sockets
31322              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
31323              Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
31324              Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
31325      Branch: metaconfig/U/perl
31326            ! Extensions.U
31327      Branch: perl
31328            ! Configure config_h.SH
31329 ____________________________________________________________________________
31330 [  6429] By: jhi                                   on 2000/07/24  03:11:52
31331         Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
31332              case, but add also notes explaining the relationship of this
31333              patch and the earlier notes by Sarathy.
31334              
31335              Subject: Map is still slow
31336              From: "Ben Tilly" <ben_tilly@hotmail.com>
31337              Date: Sat, 15 Jul 2000 17:23:27 EDT
31338              Message-ID: <20000715212327.21656.qmail@hotmail.com>
31339      Branch: perl
31340            ! pp_ctl.c
31341 ____________________________________________________________________________
31342 [  6428] By: jhi                                   on 2000/07/24  02:58:52
31343         Log: Documentation to explain the behaviour of map().
31344              
31345              Subject: Re: Map is still slow 
31346              From: Gurusamy Sarathy <gsar@ActiveState.com>
31347              Date: Sat, 15 Jul 2000 16:05:09 -0700
31348              Message-Id: <200007152305.QAA26887@molotok.activestate.com>
31349      Branch: perl
31350            ! pp_ctl.c
31351 ____________________________________________________________________________
31352 [  6427] By: jhi                                   on 2000/07/24  02:50:03
31353         Log: Add tests for
31354              [ID 19991110.003] another matching finding by pcre author
31355              which has already been fixed by some patch, as verified in
31356              
31357              Subject: Re: two regex bugs from the mists of time (well, last November)
31358              From: Hugo <hv@crypt.compulink.co.uk>
31359              Date: Sat, 22 Jul 2000 18:12:58 +0100
31360              Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
31361      Branch: perl
31362            ! t/op/re_tests
31363 ____________________________________________________________________________
31364 [  6426] By: jhi                                   on 2000/07/24  02:11:20
31365         Log: A missing 'break' after the [[:space:]] switch case.
31366              
31367              Subject: [ID 20000718.006] Missing 'break' in regcomp.c
31368              From: "Stephen P. Potter" <spp@ds.net>
31369              Date: Tue, 18 Jul 2000 16:25:17 -0400
31370              Message-Id: <200007182025.QAA28383@spp.users.ds.net>
31371      Branch: perl
31372            ! regcomp.c
31373 ____________________________________________________________________________
31374 [  6425] By: jhi                                   on 2000/07/24  02:06:12
31375         Log: The output might have been produced in the wrong order.
31376              
31377              Subject: [ID 20000720.003] [PATCH] t/op/write.t
31378              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
31379              Date: Thu, 20 Jul 2000 18:49:18 +0100
31380              Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
31381      Branch: perl
31382            ! t/op/write.t
31383 ____________________________________________________________________________
31384 [  6424] By: jhi                                   on 2000/07/24  02:00:07
31385         Log: Use STDOUT consistently.
31386              
31387              Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
31388              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
31389              Date: Thu, 20 Jul 2000 18:04:01 +0100
31390              Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
31391      Branch: perl
31392            ! lib/Test/Harness.pm
31393 ____________________________________________________________________________
31394 [  6423] By: jhi                                   on 2000/07/24  01:54:54
31395         Log: Protect against "wild next"s, that is, callbacks doing "next"
31396              instead of "return".
31397              
31398              Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
31399              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
31400              Date: Tue, 18 Jul 2000 11:30:16 +0100
31401              Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
31402      Branch: perl
31403            ! lib/File/Find.pm
31404 ____________________________________________________________________________
31405 [  6422] By: jhi                                   on 2000/07/24  01:35:47
31406         Log: Out-of-date note removed.
31407              
31408              Subject: [PATCH] documentation perlipc
31409              From: rspier@pobox.com (Robert Spier)
31410              Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
31411              Message-ID: <14711.35178.572612.502654@rls.cx>
31412      Branch: perl
31413            ! pod/perlipc.pod
31414 ____________________________________________________________________________
31415 [  6421] By: jhi                                   on 2000/07/24  00:09:18
31416         Log: Send all installperl messages to STDERR and be -w clean.
31417              
31418              Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
31419              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
31420              Date: Sat, 22 Jul 2000 14:02:11 +0100
31421              Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
31422      Branch: perl
31423            ! installperl
31424 ____________________________________________________________________________
31425 [  6420] By: jhi                                   on 2000/07/24  00:04:19
31426         Log: Decutandpasto.
31427              
31428              Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
31429              From: "Richard Soderberg" <rs@crystalflame.net>
31430              Date: Sun, 23 Jul 2000 01:37:23 -0700
31431              Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
31432      Branch: perl
31433            ! pod/perlipc.pod
31434 ____________________________________________________________________________
31435 [  6419] By: jhi                                   on 2000/07/24  00:01:12
31436         Log: A cleaner abs_path().
31437              Subject: Re: unix alternative to Cwd.pm
31438              From: Jeff Pinyan <jeffp@crusoe.net>
31439              Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
31440              Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
31441      Branch: perl
31442            ! lib/Cwd.pm
31443 ____________________________________________________________________________
31444 [  6418] By: jhi                                   on 2000/07/23  23:48:56
31445         Log: Detypo.
31446              
31447              Subject: [PATCH perl-current] Typo in hints/powerux.sh
31448              From: "Richard Soderberg" <rs@crystalflame.net>
31449              Date: Sun, 23 Jul 2000 01:27:33 -0700
31450              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
31451      Branch: perl
31452            ! hints/powerux.sh
31453 ____________________________________________________________________________
31454 [  6417] By: jhi                                   on 2000/07/17  22:13:31
31455         Log: Subject: SDBM_File documentation
31456              From: mjd@plover.com
31457              Date: 16 Jul 2000 17:41:17 -0000
31458              Message-ID: <20000716174117.18515.qmail@plover.com>
31459      Branch: perl
31460            ! ext/SDBM_File/SDBM_File.pm
31461 ____________________________________________________________________________
31462 [  6416] By: jhi                                   on 2000/07/17  19:13:26
31463         Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
31464      Branch: perl
31465            ! hints/mpeix.sh mpeix/relink
31466 ____________________________________________________________________________
31467 [  6415] By: jhi                                   on 2000/07/15  14:11:02
31468         Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
31469              the utf8 'characters' can be more than one octet).
31470              
31471              Date: Sat, 15 Jul 2000 00:21:56 +0100
31472              From: Tom Hughes <tom@compton.nu>
31473              Subject: Re: [ID 20000714.002]
31474              Message-ID: <db2334de49.tom@compton.compton.nu>
31475              
31476              Reported in
31477              
31478              Subject: [ID 20000714.002]
31479              From: "Simon Cozens" <simon@othersideofthe.earth.li>
31480              Date: 14 Jul 2000 15:13:09 -0000
31481              Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
31482      Branch: perl
31483            ! doop.c
31484 ____________________________________________________________________________
31485 [  6414] By: jhi                                   on 2000/07/15  03:13:41
31486         Log: another VMS build tweak from Peter Prymmer
31487      Branch: perl
31488            ! vms/descrip_mms.template
31489 ____________________________________________________________________________
31490 [  6413] By: jhi                                   on 2000/07/15  03:10:40
31491         Log: perlvms.pod whitespace cleanup to keep pod utils happy.
31492      Branch: perl
31493            ! vms/perlvms.pod
31494 ____________________________________________________________________________
31495 [  6412] By: jhi                                   on 2000/07/15  00:31:05
31496         Log: More docs for sv functions.
31497              
31498              Subject: [PATCH cfgperl] sv.c apidoc
31499              From: simon@brecon.co.uk (Simon Cozens)
31500              Date: 13 Jul 2000 09:00:20 GMT
31501              Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
31502              
31503              Subject: Re: [PATCH cfgperl] sv.c apidoc
31504              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
31505              Date: Thu, 13 Jul 2000 12:27:41 +0100
31506              Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
31507              
31508              Subject: Re: [PATCH cfgperl] sv.c apidoc
31509              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
31510              Date: Thu, 13 Jul 2000 13:23:09 +0100
31511              Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
31512              
31513              Subject: Re: [PATCH cfgperl] sv.c apidoc
31514              From: simon@brecon.co.uk (Simon Cozens)
31515              Date: 14 Jul 2000 06:51:02 GMT
31516              Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
31517      Branch: perl
31518            ! embed.pl pod/perlapi.pod sv.c
31519 ____________________________________________________________________________
31520 [  6411] By: jhi                                   on 2000/07/15  00:10:41
31521         Log: lib/b test fixes from Peter Prymmer.
31522      Branch: perl
31523            ! t/lib/b.t
31524 ____________________________________________________________________________
31525 [  6410] By: jhi                                   on 2000/07/15  00:02:09
31526         Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
31527              From: Hugo <hv@crypt.compulink.co.uk>
31528              Date: Fri, 14 Jul 2000 23:05:20 +0100
31529              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
31530              
31531              Didn't anymore apply, but that point still could use another fix.
31532      Branch: perl
31533            ! pod/perlfunc.pod
31534 ____________________________________________________________________________
31535 [  6409] By: jhi                                   on 2000/07/14  23:15:15
31536         Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
31537              not in pod, from Peter Prymmer
31538      Branch: perl
31539            ! vms/descrip_mms.template
31540 ____________________________________________________________________________
31541 [  6408] By: jhi                                   on 2000/07/14  20:35:05
31542         Log: The bug report
31543              [ID 19991110.002] minimal matching discrepancy found by pcre author
31544              seems to have been fixed (though differently from what was suggested
31545              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
31546      Branch: perl
31547            ! t/op/re_tests
31548 ____________________________________________________________________________
31549 [  6407] By: jhi                                   on 2000/07/14  17:38:08
31550         Log: Fix AutoSplit to use File::Spec the right way in VMS,
31551              from Peter Prymmer.
31552      Branch: perl
31553            ! lib/AutoSplit.pm
31554 ____________________________________________________________________________
31555 [  6406] By: jhi                                   on 2000/07/14  14:13:22
31556         Log: Merge perlhacktut into perlhack, update perlguts.
31557              
31558              Subject: Re: Perlhacktut
31559              From: simon@brecon.co.uk (Simon Cozens)
31560              Date: 14 Jul 2000 06:49:21 GMT
31561              Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
31562              
31563              Subject: Re: Perlhacktut
31564              From: simon@brecon.co.uk (Simon Cozens)
31565              Date: 14 Jul 2000 07:09:45 GMT
31566              Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
31567      Branch: perl
31568            ! pod/perlguts.pod pod/perlhack.pod
31569 ____________________________________________________________________________
31570 [  6405] By: jhi                                   on 2000/07/14  14:02:31
31571         Log: Integrate with Sarathy.
31572      Branch: cfgperl
31573           !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
31574           !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
31575           !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
31576 ____________________________________________________________________________
31577 [  6404] By: gsar                                  on 2000/07/14  12:15:02
31578         Log: PERL_OBJECT build tweaks
31579      Branch: perl
31580            ! toke.c
31581 ____________________________________________________________________________
31582 [  6403] By: gsar                                  on 2000/07/14  11:23:41
31583         Log: inconsistent types needs casts
31584      Branch: perl
31585            ! toke.c
31586 ____________________________________________________________________________
31587 [  6402] By: gsar                                  on 2000/07/14  11:12:04
31588         Log: typos in change#6399, regen headers
31589      Branch: perl
31590            ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
31591 ____________________________________________________________________________
31592 [  6401] By: gsar                                  on 2000/07/14  10:59:12
31593         Log: typecasts needed for change#6394
31594      Branch: perl
31595            ! toke.c
31596 ____________________________________________________________________________
31597 [  6400] By: gsar                                  on 2000/07/14  10:49:37
31598         Log: integrate cfgperl contents into mainline
31599      Branch: perl
31600           !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
31601           !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
31602 ____________________________________________________________________________
31603 [  6399] By: gsar                                  on 2000/07/14  10:38:35
31604         Log: enable UTF-16 filter by default if relevant BOM is seen; various
31605              cleanups (typos, misformatted code, and small bugs)
31606      Branch: perl
31607            ! doop.c embed.pl mg.c op.c pp.c toke.c
31608 ____________________________________________________________________________
31609 [  6398] By: gsar                                  on 2000/07/14  08:55:38
31610         Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
31611              name suggests anyway)
31612      Branch: perl
31613            ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
31614 ____________________________________________________________________________
31615 [  6397] By: gsar                                  on 2000/07/14  08:44:33
31616         Log: move new variables to the end of the interpreter structure (for
31617              bincompat in code that doesn't #include XSUB.h)
31618      Branch: perl
31619            ! intrpvar.h
31620 ____________________________________________________________________________
31621 [  6396] By: gsar                                  on 2000/07/14  08:13:58
31622         Log: MakeMaker should not remove editor backups (*~) on `make clean`
31623              by default (completes change#6383)
31624      Branch: perl
31625            ! lib/ExtUtils/MM_Unix.pm
31626 ____________________________________________________________________________
31627 [  6395] By: jhi                                   on 2000/07/14  05:20:33
31628         Log: Replace change #6337 with a better one.
31629              
31630              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
31631              From: Hugo <hv@crypt.compulink.co.uk>
31632              Date: Fri, 14 Jul 2000 04:16:20 +0100
31633              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
31634      Branch: cfgperl
31635            ! regexec.c t/op/re_tests
31636 ____________________________________________________________________________
31637 [  6394] By: jhi                                   on 2000/07/14  01:33:59
31638         Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
31639      Branch: cfgperl
31640            ! embed.pl global.sym proto.h toke.c
31641 ____________________________________________________________________________
31642 [  6393] By: jhi                                   on 2000/07/13  23:41:23
31643         Log: remove discarded test
31644      Branch: cfgperl
31645            ! MANIFEST
31646 ____________________________________________________________________________
31647 [  6392] By: jhi                                   on 2000/07/13  23:32:25
31648         Log: The {multiplier} of a fixed substring was overlooked which
31649              caused a wrong initial search offset for that substring.
31650              
31651              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
31652              From: Hugo <hv@crypt.compulink.co.uk>
31653              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
31654              Date: Thu, 13 Jul 2000 19:27:13 +0100
31655      Branch: cfgperl
31656            ! regcomp.c t/op/re_tests
31657 ____________________________________________________________________________
31658 [  6391] By: jhi                                   on 2000/07/13  16:37:42
31659         Log: typo fix from Craig Berry
31660      Branch: cfgperl
31661            ! vms/subconfigure.com
31662 ____________________________________________________________________________
31663 [  6390] By: jhi                                   on 2000/07/13  13:20:12
31664         Log: Integrate with Sarathy.
31665      Branch: cfgperl
31666            - t/op/method2entersub.t
31667           !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
31668           !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
31669           !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
31670           !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
31671 ____________________________________________________________________________
31672 [  6389] By: jhi                                   on 2000/07/13  13:18:48
31673         Log: Detypo from Peter Prymmer, part of #6388.
31674      Branch: cfgperl
31675            ! Configure config_h.SH
31676      Branch: metaconfig
31677            ! U/modified/d_longlong.U
31678 ____________________________________________________________________________
31679 [  6388] By: gsar                                  on 2000/07/13  06:33:40
31680         Log: typos (spotted by Peter Prymmer)
31681      Branch: perl
31682            ! Configure t/lib/english.t
31683 ____________________________________________________________________________
31684 [  6387] By: gsar                                  on 2000/07/13  05:35:28
31685         Log: new selfloader.t in change#6183 doesn't close DATA handles,
31686              and thus fails to clean up tmp files on dosish platforms
31687      Branch: perl
31688            ! t/lib/selfloader.t
31689 ____________________________________________________________________________
31690 [  6386] By: gsar                                  on 2000/07/12  21:42:39
31691         Log: sprintf test tweaks (from Dominic Dunlop)
31692      Branch: perl
31693            ! t/op/sprintf.t
31694 ____________________________________________________________________________
31695 [  6385] By: gsar                                  on 2000/07/12  21:33:46
31696         Log: fix bugs in processing %v-*d and similar format specs (from
31697              Avi Finkel <avi@finkel.org>)
31698      Branch: perl
31699            ! sv.c t/op/sprintf.t
31700 ____________________________________________________________________________
31701 [  6384] By: gsar                                  on 2000/07/12  16:04:19
31702         Log: readd missing perldelta.pod changes from changes#6339,6376
31703      Branch: perl
31704            ! pod/perldelta.pod
31705 ____________________________________________________________________________
31706 [  6383] By: gsar                                  on 2000/07/12  16:00:51
31707         Log: don't clobber *.orig files on *clean targets
31708      Branch: perl
31709            ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
31710 ____________________________________________________________________________
31711 [  6382] By: gsar                                  on 2000/07/12  07:59:12
31712         Log: fix broken integrations in cfgperl
31713      Branch: cfgperl
31714           !> Changes pod/perldelta.pod
31715 ____________________________________________________________________________
31716 [  6381] By: gsar                                  on 2000/07/12  07:42:17
31717         Log: integrate cfgperl changes into mainline
31718      Branch: perl
31719            ! Changes
31720           !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
31721           !> pod/perlre.pod
31722 ____________________________________________________________________________
31723 [  6380] By: gsar                                  on 2000/07/12  07:31:00
31724         Log: get sprintf.t to adjust properly for 3-digit exponents
31725      Branch: perl
31726            ! t/op/sprintf.t
31727 ____________________________________________________________________________
31728 [  6379] By: gsar                                  on 2000/07/12  06:40:04
31729         Log: change#6174 needs corresponding change in win32/config_h.PL,
31730              which grovels through config_h.SH to find the config.h name
31731      Branch: perl
31732            ! win32/config_h.PL
31733 ____________________________________________________________________________
31734 [  6378] By: jhi                                   on 2000/07/12  05:03:59
31735         Log: Do the cc sanity check both before the hints and
31736              after the cc selction.
31737      Branch: cfgperl
31738            ! Configure config_h.SH
31739      Branch: metaconfig
31740            ! U/modified/Oldconfig.U U/modified/cc.U
31741      Branch: metaconfig/U/perl
31742            + Checkcc.U
31743 ____________________________________________________________________________
31744 [  6377] By: jhi                                   on 2000/07/12  02:49:22
31745         Log: Fix nits noticed by Boston.pm.
31746      Branch: cfgperl
31747            ! pod/perlre.pod
31748 ____________________________________________________________________________
31749 [  6376] By: jhi                                   on 2000/07/11  21:22:13
31750         Log: Configure cosmetics and perldelta.
31751      Branch: cfgperl
31752            ! Configure config_h.SH pod/perldelta.pod
31753      Branch: metaconfig
31754            ! U/modified/cc.U
31755 ____________________________________________________________________________
31756 [  6375] By: gsar                                  on 2000/07/11  21:17:35
31757         Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
31758      Branch: perl
31759            ! t/op/sprintf.t win32/Makefile win32/makefile.mk
31760            ! win32/win32sck.c
31761 ____________________________________________________________________________
31762 [  6374] By: gsar                                  on 2000/07/11  20:48:50
31763         Log: tweak for build failure under multiplicity
31764      Branch: perl
31765            ! toke.c
31766 ____________________________________________________________________________
31767 [  6373] By: gsar                                  on 2000/07/11  20:37:23
31768         Log: integrate cfgperl changes#6325..6373 into mainline
31769              (NOTE: today's batch of integrations still untested)
31770      Branch: perl
31771           +> ext/DynaLoader/hints/netbsd.pl
31772            ! Changes
31773           !> (integrate 26 files)
31774 ____________________________________________________________________________
31775 [  6372] By: jhi                                   on 2000/07/11  20:30:36
31776         Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
31777              regen perltoc.
31778      Branch: cfgperl
31779            + pod/perlbook.pod
31780            ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
31781            ! pod/perltoc.pod
31782 ____________________________________________________________________________
31783 [  6371] By: jhi                                   on 2000/07/11  20:08:56
31784         Log: Minor cleanups on the booklist.
31785      Branch: cfgperl
31786            ! pod/perlfaq2.pod
31787 ____________________________________________________________________________
31788 [  6370] By: jhi                                   on 2000/07/11  19:31:13
31789         Log: mjd's tr patches "broke" tr/z-Z/z-Z/
31790      Branch: cfgperl
31791            ! t/pragma/overload.t
31792 ____________________________________________________________________________
31793 [  6369] By: gsar                                  on 2000/07/11  19:27:48
31794         Log: integrate cfgperl changes#6293..6324 into mainline
31795      Branch: perl
31796           +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
31797            - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
31798           !> (integrate 30 files)
31799 ____________________________________________________________________________
31800 [  6368] By: gsar                                  on 2000/07/11  19:18:57
31801         Log: skip integrate of problematic change#6292 from cfgperl into mainline
31802      Branch: perl
31803           !> pp_hot.c
31804 ____________________________________________________________________________
31805 [  6367] By: gsar                                  on 2000/07/11  19:17:21
31806         Log: integrate cfgperl changes#6288..6290 into mainline
31807      Branch: perl
31808           !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
31809 ____________________________________________________________________________
31810 [  6366] By: gsar                                  on 2000/07/11  19:11:18
31811         Log: integrate cfgperl changes#6268..6282 into mainline
31812      Branch: perl
31813           !> (integrate 30 files)
31814 ____________________________________________________________________________
31815 [  6365] By: gsar                                  on 2000/07/11  18:57:00
31816         Log: delete new accidentally branched file
31817      Branch: perl
31818            - t/op/method2entersub.t
31819 ____________________________________________________________________________
31820 [  6364] By: gsar                                  on 2000/07/11  18:55:13
31821         Log: skip integrate of change#6267 from cfgperl into mainline (the
31822              method call optimization is flawed without additional hints
31823              from user about immutableness of @ISA and no runtime method
31824              definitions)
31825      Branch: perl
31826           +> t/op/method2entersub.t
31827           !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
31828           !> perl.h t/op/sprintf.t xsutils.c
31829 ____________________________________________________________________________
31830 [  6363] By: gsar                                  on 2000/07/11  18:49:43
31831         Log: integrate cfgperl changes#6261..6266 into mainline
31832      Branch: perl
31833           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
31834           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
31835           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
31836           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
31837 ____________________________________________________________________________
31838 [  6362] By: gsar                                  on 2000/07/11  18:43:26
31839         Log: integrate cfgperl changes#6252..6260 into mainline
31840      Branch: perl
31841           !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
31842           !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
31843           !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
31844           !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
31845 ____________________________________________________________________________
31846 [  6361] By: gsar                                  on 2000/07/11  18:37:12
31847         Log: skip integrate of problematic change#6251 from cfgperl into mainline
31848      Branch: perl
31849           !> lib/Exporter.pm
31850 ____________________________________________________________________________
31851 [  6360] By: gsar                                  on 2000/07/11  18:34:56
31852         Log: integrate cfgperl change#6250 into mainline
31853      Branch: perl
31854           +> t/op/my_stash.t
31855           !> MANIFEST embed.pl proto.h toke.c
31856 ____________________________________________________________________________
31857 [  6359] By: gsar                                  on 2000/07/11  18:21:19
31858         Log: integrate cfgperl changes#6242..6249 into mainline
31859      Branch: perl
31860           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
31861           !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
31862           !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
31863           !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
31864           !> t/lib/peek.t utf8.c
31865 ____________________________________________________________________________
31866 [  6358] By: gsar                                  on 2000/07/11  18:15:45
31867         Log: skip integrate of problematic change#6241 from cfgperl into mainline
31868      Branch: perl
31869           !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
31870 ____________________________________________________________________________
31871 [  6357] By: jhi                                   on 2000/07/11  18:15:16
31872         Log: Fix for
31873              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
31874              From: Roderick Schertler <roderick@argon.org> 
31875              Date: Tue, 11 Jul 2000 13:55:05 -0400 
31876              Message-Id: <200007111755.NAA05077@jones.argon.org> 
31877      Branch: cfgperl
31878            ! doio.c
31879 ____________________________________________________________________________
31880 [  6356] By: jhi                                   on 2000/07/11  18:12:51
31881         Log: Typo in #6341.
31882      Branch: cfgperl
31883            ! pp_hot.c
31884 ____________________________________________________________________________
31885 [  6355] By: gsar                                  on 2000/07/11  18:12:10
31886         Log: integrate cfgperl changes#6231..6240 into mainline
31887      Branch: perl
31888           +> pod/perlutil.pod
31889           !> (integrate 35 files)
31890 ____________________________________________________________________________
31891 [  6354] By: jhi                                   on 2000/07/11  18:04:34
31892         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
31893              From: Dominic Dunlop <domo@computer.org> 
31894              Date: Tue, 11 Jul 2000 12:27:33 +0200 
31895              Message-Id: <p04320405b590a14d4650@[192.168.1.4]> 
31896              
31897              Replaces change #6268.
31898      Branch: cfgperl
31899            ! t/op/sprintf.t
31900 ____________________________________________________________________________
31901 [  6353] By: gsar                                  on 2000/07/11  17:59:51
31902         Log: skip integrate of problematic change#6230 from cfgperl into mainline
31903              (a later version of File::Spec is already in mainline)
31904      Branch: perl
31905           !> lib/File/Spec.pm lib/File/Spec/Functions.pm
31906           !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
31907 ____________________________________________________________________________
31908 [  6352] By: gsar                                  on 2000/07/11  17:57:48
31909         Log: integrate cfgperl changes#6224..6229 into mainline
31910      Branch: perl
31911           +> lib/lib.pm.PL
31912            - lib/lib.pm
31913           !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
31914           !> lib/English.pm op.c t/lib/english.t
31915 ____________________________________________________________________________
31916 [  6351] By: gsar                                  on 2000/07/11  17:50:10
31917         Log: skip integrate of problematic change#6223 from cfgperl into mainline
31918      Branch: perl
31919           !> doio.c
31920 ____________________________________________________________________________
31921 [  6350] By: gsar                                  on 2000/07/11  17:48:28
31922         Log: integrate cfgperl changes#6220..6222 into mainline
31923      Branch: perl
31924           !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
31925           !> toke.c utf8.c win32/win32.h
31926 ____________________________________________________________________________
31927 [  6349] By: gsar                                  on 2000/07/11  17:46:13
31928         Log: skip integrate of problematic changes#6218..6219 from cfgperl into
31929              mainline
31930      Branch: perl
31931           !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
31932           !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
31933           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
31934 ____________________________________________________________________________
31935 [  6348] By: jhi                                   on 2000/07/11  17:45:49
31936         Log: README.posix-bc podified from Thomas Dorner.
31937      Branch: cfgperl
31938            ! README.posix-bc
31939 ____________________________________________________________________________
31940 [  6347] By: gsar                                  on 2000/07/11  17:42:04
31941         Log: integrate cfgperl change#6217 into mainline
31942      Branch: perl
31943           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
31944           !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
31945           !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
31946 ____________________________________________________________________________
31947 [  6346] By: gsar                                  on 2000/07/11  17:39:37
31948         Log: skip integrate of problematic changes#6211..6212 from cfgperl into
31949              mainline
31950      Branch: perl
31951           !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
31952           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
31953           !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
31954           !> perlapi.h pod/perlapi.pod
31955 ____________________________________________________________________________
31956 [  6345] By: gsar                                  on 2000/07/11  17:36:42
31957         Log: integrate cfgperl changes#6207..6210 into mainline
31958      Branch: perl
31959           !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
31960           !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
31961 ____________________________________________________________________________
31962 [  6344] By: gsar                                  on 2000/07/11  17:31:20
31963         Log: skip integrate of problematic changes#6204..6206 from cfgperl into
31964              mainline
31965      Branch: perl
31966           !> (integrate 40 files)
31967 ____________________________________________________________________________
31968 [  6343] By: gsar                                  on 2000/07/11  17:19:08
31969         Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
31970      Branch: perl
31971           +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
31972            ! Changes
31973           !> (integrate 34 files)
31974 ____________________________________________________________________________
31975 [  6342] By: jhi                                   on 2000/07/11  16:05:48
31976         Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
31977              To: perl5-porters@perl.org
31978              From: Karsten Sperling <spiff@phreax.net>
31979              Date: Mon, 10 Jul 2000 15:12:52 +0200
31980              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
31981      Branch: cfgperl
31982            ! lib/Symbol.pm
31983 ____________________________________________________________________________
31984 [  6341] By: jhi                                   on 2000/07/11  15:59:23
31985         Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
31986              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
31987              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
31988              Date: Fri, 07 Jul 2000 17:57:16 +0100
31989      Branch: cfgperl
31990            ! pp_hot.c
31991 ____________________________________________________________________________
31992 [  6340] By: jhi                                   on 2000/07/11  15:55:47
31993         Log: Subject: Re: format bug report  [Patch]
31994              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
31995              Date: Wed, 05 Jul 2000 13:12:52 +0200
31996              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
31997              
31998              Subject: Re: format bug report  [Patch]
31999              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
32000              Date: Wed, 05 Jul 2000 14:10:01 +0200
32001              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
32002      Branch: cfgperl
32003            ! t/op/write.t toke.c
32004 ____________________________________________________________________________
32005 [  6339] By: jhi                                   on 2000/07/11  13:54:09
32006         Log: Be less forgiving about ambiguous and illegal tr ranges.
32007              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
32008              From: Mark-Jason Dominus <mjd@plover.com>
32009              Date: Tue, 04 Jul 2000 10:00:12 -0400
32010              Message-ID: <20000704140012.17772.qmail@plover.com>
32011              
32012              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
32013              From: Mark-Jason Dominus <mjd@plover.com>
32014              Date: Wed, 05 Jul 2000 09:37:36 -0400
32015              Message-ID: <20000705133736.27293.qmail@plover.com>
32016      Branch: cfgperl
32017            ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
32018 ____________________________________________________________________________
32019 [  6338] By: jhi                                   on 2000/07/11  13:31:24
32020         Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
32021              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
32022              Date: Tue, 11 Jul 2000 13:50:51 +0100
32023              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
32024      Branch: cfgperl
32025            ! sv.c
32026 ____________________________________________________________________________
32027 [  6337] By: jhi                                   on 2000/07/11  13:29:14
32028         Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
32029              From: Hugo <hv@crypt.compulink.co.uk>
32030              Date: Tue, 11 Jul 2000 12:44:50 +0100
32031              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
32032      Branch: cfgperl
32033            ! regexec.c t/op/re_tests
32034 ____________________________________________________________________________
32035 [  6336] By: jhi                                   on 2000/07/11  13:26:47
32036         Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
32037              From: simon@brecon.co.uk (Simon Cozens)
32038              Date: 7 Jul 2000 11:26:09 GMT
32039              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
32040      Branch: cfgperl
32041            ! mg.c
32042 ____________________________________________________________________________
32043 [  6335] By: jhi                                   on 2000/07/11  13:23:37
32044         Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
32045              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
32046              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
32047              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
32048      Branch: cfgperl
32049            + ext/DynaLoader/hints/netbsd.pl
32050            ! MANIFEST ext/DynaLoader/hints/openbsd.pl
32051 ____________________________________________________________________________
32052 [  6334] By: jhi                                   on 2000/07/11  13:20:38
32053         Log: Subject: PATCH perlguts.pod: Document D and d magic types
32054              From: mjd@plover.com
32055              Date: 5 Jul 2000 18:01:51 -0000
32056              Message-ID: <20000705180151.29413.qmail@plover.com>
32057      Branch: cfgperl
32058            ! pod/perlguts.pod
32059 ____________________________________________________________________________
32060 [  6333] By: jhi                                   on 2000/07/11  13:15:51
32061         Log: Precedence goof, fix based on
32062              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
32063              From: Hugo <hv@crypt.compulink.co.uk>
32064              Date: Tue, 11 Jul 2000 12:52:38 +0100
32065              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
32066      Branch: cfgperl
32067            ! t/op/taint.t
32068 ____________________________________________________________________________
32069 [  6332] By: jhi                                   on 2000/07/11  12:40:17
32070         Log: Integrate with Sarathy.
32071      Branch: cfgperl
32072           !> win32/win32sck.c
32073 ____________________________________________________________________________
32074 [  6331] By: jhi                                   on 2000/07/10  20:14:16
32075         Log: Sprinkle ldlibpath.
32076      Branch: cfgperl
32077            ! pod/Makefile.SH
32078 ____________________________________________________________________________
32079 [  6330] By: jhi                                   on 2000/07/10  17:54:49
32080         Log: More POSIX.pod tweaks.
32081      Branch: cfgperl
32082            ! ext/POSIX/POSIX.pod
32083 ____________________________________________________________________________
32084 [  6329] By: jhi                                   on 2000/07/10  14:02:12
32085         Log: Reorder perl.pod once more.
32086      Branch: cfgperl
32087            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
32088 ____________________________________________________________________________
32089 [  6328] By: gsar                                  on 2000/07/10  07:06:00
32090         Log: accept() leaks memory on windows due to incorrect ordering of
32091              closesocket() and fclose() calls
32092      Branch: perl
32093            ! win32/win32sck.c
32094 ____________________________________________________________________________
32095 [  6327] By: gsar                                  on 2000/07/10  06:49:17
32096         Log: winsock options weren't being set in all threads under ithreads
32097              (caused send()s from second and subsequent threads to fail)
32098      Branch: perl
32099            ! win32/win32sck.c
32100 ____________________________________________________________________________
32101 [  6326] By: jhi                                   on 2000/07/08  02:45:40
32102         Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
32103              was cast to an unsigned (32-bit) integer with wild abandon.
32104      Branch: cfgperl
32105            ! ext/Devel/DProf/DProf.xs
32106 ____________________________________________________________________________
32107 [  6325] By: jhi                                   on 2000/07/07  18:50:33
32108         Log: Remove perlbook, update perlfaq book listing,
32109              rearrange perl.pod, regenerate perltoc.
32110      Branch: cfgperl
32111            - pod/perlbook.pod
32112            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
32113            ! pod/perlfaq2.pod pod/perltoc.pod
32114 ____________________________________________________________________________
32115 [  6324] By: jhi                                   on 2000/07/07  14:03:40
32116         Log: Fix the alignment problem in Crays ([ID 20000612.002]).
32117      Branch: cfgperl
32118            ! sv.h toke.c
32119 ____________________________________________________________________________
32120 [  6323] By: jhi                                   on 2000/07/06  16:03:55
32121         Log: Fix complaints of buildtoc.
32122      Branch: cfgperl
32123            + lib/Win32.pod
32124            - pod/Win32.pod
32125            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
32126 ____________________________________________________________________________
32127 [  6322] By: jhi                                   on 2000/07/06  15:15:52
32128         Log: Add =head1 NAMEs so that buildtoc is happy.
32129              (The CGI::Util nit reported to Lincoln.)
32130      Branch: cfgperl
32131            ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
32132            ! pod/perltoc.pod
32133 ____________________________________________________________________________
32134 [  6321] By: jhi                                   on 2000/07/06  03:16:04
32135         Log: Config is being used.
32136      Branch: cfgperl
32137            ! t/op/method.t
32138 ____________________________________________________________________________
32139 [  6320] By: jhi                                   on 2000/07/06  03:13:13
32140         Log: Integrate with Sarathy.
32141      Branch: cfgperl
32142           !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
32143 ____________________________________________________________________________
32144 [  6319] By: jhi                                   on 2000/07/06  03:11:46
32145         Log: Autogenerate pod/Makefile and pod/buildtoc.
32146              buildtoc also checks whether the existin pods are
32147              mentioned in MANIFEST and perl.pod, and vice versa.
32148              (None of the thusly found discrepancies fixed yet.)
32149              roffitall also needs to be autogenerated similarly but it
32150              seems so badly out of date that I didn't touch it yet.
32151      Branch: cfgperl
32152            + pod/Makefile.SH pod/buildtoc.PL
32153            - pod/Makefile pod/buildtoc
32154            ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
32155 ____________________________________________________________________________
32156 [  6318] By: gsar                                  on 2000/07/05  22:10:54
32157         Log: fix UNC path handling on Windows under ithreads, and chdir()
32158              return value when given a non-existent directory
32159      Branch: perl
32160            ! win32/vdir.h
32161 ____________________________________________________________________________
32162 [  6317] By: gsar                                  on 2000/07/05  22:08:19
32163         Log: winsock cleanup never done on Windows (leads to handle leaks)
32164      Branch: perl
32165            ! win32/perllib.c win32/win32sck.c
32166 ____________________________________________________________________________
32167 [  6316] By: gsar                                  on 2000/07/05  22:06:19
32168         Log: some debugger output does not go to the socket when RemotePort is set
32169      Branch: perl
32170            ! lib/perl5db.pl
32171 ____________________________________________________________________________
32172 [  6315] By: jhi                                   on 2000/07/05  00:25:21
32173         Log: Integrate with Sarathy, preliminary fix for unicos
32174              alignment problems in [ID 20000612.002] Perl problem on Cray system.
32175      Branch: cfgperl
32176            ! sv.h
32177           !> pp_hot.c
32178 ____________________________________________________________________________
32179 [  6314] By: gsar                                  on 2000/07/04  23:34:02
32180         Log: tyop in change#6306
32181      Branch: perl
32182            ! pp_hot.c
32183 ____________________________________________________________________________
32184 [  6313] By: jhi                                   on 2000/07/04  22:14:38
32185         Log: Multiline string literals ENONPORTABLE.
32186      Branch: cfgperl
32187            ! pp_hot.c
32188 ____________________________________________________________________________
32189 [  6312] By: jhi                                   on 2000/07/04  20:34:44
32190         Log: Integrate with Sarathy.
32191      Branch: cfgperl
32192           !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
32193           !> t/op/method.t
32194 ____________________________________________________________________________
32195 [  6311] By: jhi                                   on 2000/07/04  20:30:56
32196         Log: More POSIX.pod embellishment.
32197      Branch: cfgperl
32198            ! ext/POSIX/POSIX.pod
32199 ____________________________________________________________________________
32200 [  6310] By: gsar                                  on 2000/07/04  17:28:48
32201         Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
32202      Branch: perl
32203            ! t/lib/b.t
32204 ____________________________________________________________________________
32205 [  6309] By: jhi                                   on 2000/07/04  17:22:18
32206         Log: The #6308 required a little bit more.
32207      Branch: cfgperl
32208            ! Makefile.SH win32/Makefile
32209 ____________________________________________________________________________
32210 [  6308] By: jhi                                   on 2000/07/04  16:35:24
32211         Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
32212      Branch: cfgperl
32213            + lib/lib_pm.PL
32214            - lib/lib.pm.PL
32215            ! MANIFEST Makefile.SH
32216 ____________________________________________________________________________
32217 [  6307] By: jhi                                   on 2000/07/04  16:28:58
32218         Log: Win32 patches for cfgperl from Sarathy.
32219      Branch: cfgperl
32220            ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
32221            ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
32222            ! thread.h toke.c util.c win32/Makefile win32/win32.c
32223 ____________________________________________________________________________
32224 [  6306] By: gsar                                  on 2000/07/04  16:28:40
32225         Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
32226              (from Richard Soderberg <rs@oregonnet.com>)
32227      Branch: perl
32228            ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
32229 ____________________________________________________________________________
32230 [  6305] By: jhi                                   on 2000/07/04  16:24:24
32231         Log: Integrate with Sarathy.
32232      Branch: cfgperl
32233           !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
32234           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
32235           !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
32236           !> proto.h win32/win32.c
32237 ____________________________________________________________________________
32238 [  6304] By: gsar                                  on 2000/07/04  16:17:24
32239         Log: missing perldiag entry for unpack("w",...) diagnostic (from
32240              Andreas Koenig)
32241      Branch: perl
32242            ! pod/perldiag.pod
32243 ____________________________________________________________________________
32244 [  6303] By: gsar                                  on 2000/07/04  16:14:44
32245         Log: remove rel2abs prototypes (from Barrie Slaymaker)
32246      Branch: perl
32247            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
32248            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
32249 ____________________________________________________________________________
32250 [  6302] By: gsar                                  on 2000/07/04  04:59:35
32251         Log: adjust change#6299
32252      Branch: perl
32253            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
32254            ! win32/win32.c
32255 ____________________________________________________________________________
32256 [  6301] By: jhi                                   on 2000/07/04  04:50:07
32257         Log: Integrate with Sarathy.
32258      Branch: cfgperl
32259           !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
32260           !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
32261           !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
32262 ____________________________________________________________________________
32263 [  6300] By: gsar                                  on 2000/07/04  04:42:09
32264         Log: PERL_OBJECT build tweak
32265      Branch: perl
32266            ! perl.h
32267 ____________________________________________________________________________
32268 [  6299] By: gsar                                  on 2000/07/04  04:37:00
32269         Log: fix memory leak on Windows (PL_sys_intern contents were never
32270              freed)
32271      Branch: perl
32272            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
32273            ! perlapi.c proto.h win32/win32.c
32274 ____________________________________________________________________________
32275 [  6298] By: gsar                                  on 2000/07/04  04:15:59
32276         Log: fix large memory leak that has been around for ever, masked by
32277              -DPURIFY (most of the arenas were never freed!)
32278      Branch: perl
32279            ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
32280 ____________________________________________________________________________
32281 [  6297] By: gsar                                  on 2000/07/04  04:07:46
32282         Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
32283      Branch: perl
32284            ! perl.c
32285 ____________________________________________________________________________
32286 [  6296] By: jhi                                   on 2000/06/30  18:28:37
32287         Log: Elaborate POSIX.pod.  Still needs work.
32288      Branch: cfgperl
32289            ! ext/POSIX/POSIX.pod
32290 ____________________________________________________________________________
32291 [  6295] By: jhi                                   on 2000/06/30  14:58:18
32292         Log: Point to perlipc for more SysV IPC examples.
32293      Branch: cfgperl
32294            ! pod/perlfunc.pod
32295 ____________________________________________________________________________
32296 [  6294] By: gsar                                  on 2000/06/30  14:47:45
32297         Log: slurp mode fix in change#4736 still not quite right
32298      Branch: perl
32299            ! pp_hot.c t/io/argv.t
32300 ____________________________________________________________________________
32301 [  6293] By: jhi                                   on 2000/06/30  12:02:55
32302         Log: Integrate with Sarathy.
32303      Branch: cfgperl
32304           !> cop.h pp_ctl.c pp_hot.c t/op/args.t
32305 ____________________________________________________________________________
32306 [  6292] By: jhi                                   on 2000/06/30  12:01:11
32307         Log: From: simon@brecon.co.uk (Simon Cozens)
32308              Subject: UTF8 concat
32309              Date: 30 Jun 2000 06:13:25 GMT
32310              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
32311      Branch: cfgperl
32312            ! pp_hot.c
32313 ____________________________________________________________________________
32314 [  6291] By: gsar                                  on 2000/06/30  04:37:33
32315         Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
32316              when @_ is modified, causing coredumps
32317      Branch: perl
32318            ! cop.h pp_ctl.c pp_hot.c t/op/args.t
32319 ____________________________________________________________________________
32320 [  6290] By: jhi                                   on 2000/06/30  02:21:44
32321         Log: Integrate with Sarathy.
32322      Branch: cfgperl
32323           !> vms/vms.c vms/vmsish.h
32324 ____________________________________________________________________________
32325 [  6289] By: jhi                                   on 2000/06/30  02:21:02
32326         Log: Check VERSIONs.
32327      Branch: cfgperl
32328            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
32329            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
32330            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
32331 ____________________________________________________________________________
32332 [  6288] By: jhi                                   on 2000/06/30  02:18:52
32333         Log: Integrate with Sarathy.
32334      Branch: cfgperl
32335           !> ext/Opcode/Opcode.xs lib/File/Spec.pm
32336           !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
32337           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
32338           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
32339 ____________________________________________________________________________
32340 [  6287] By: gsar                                  on 2000/06/30  02:17:08
32341         Log: integrate vmsperl changes into mainline
32342      Branch: perl
32343           !> vms/vms.c vms/vmsish.h
32344 ____________________________________________________________________________
32345 [  6285] By: gsar                                  on 2000/06/30  02:05:28
32346         Log: localize %INC in a Safe compartment so that use/require work
32347              (many other magic globals probably need similar treatment)
32348      Branch: perl
32349            ! ext/Opcode/Opcode.xs
32350 ____________________________________________________________________________
32351 [  6284] By: gsar                                  on 2000/06/30  01:54:54
32352         Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
32353              about Windows
32354      Branch: perl
32355            ! pod/perlembed.pod
32356 ____________________________________________________________________________
32357 [  6283] By: jhi                                   on 2000/06/30  01:50:10
32358         Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
32359              From: Barrie Slaymaker <barries@jester.slaysys.com>
32360              Date: Wed, 28 Jun 2000 11:35:29 -0400
32361              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
32362      Branch: perl
32363            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
32364            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
32365            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
32366            ! lib/File/Spec/Win32.pm
32367 ____________________________________________________________________________
32368 [  6282] By: jhi                                   on 2000/06/29  22:57:22
32369         Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
32370              From: Dan Sugalski <dan@sidhe.org>
32371              Date: Tue, 06 Jun 2000 11:59:50 -0400
32372              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
32373      Branch: cfgperl
32374            ! vms/vms.c
32375 ____________________________________________________________________________
32376 [  6281] By: jhi                                   on 2000/06/29  22:52:50
32377         Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
32378              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
32379              Date: Wed, 7 Jun 2000 04:02:04 -0500
32380              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
32381      Branch: cfgperl
32382            ! utils/h2xs.PL
32383 ____________________________________________________________________________
32384 [  6280] By: jhi                                   on 2000/06/29  22:45:47
32385         Log: Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
32386              From: rspier@pobox.com (Robert Spier)
32387              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
32388              Message-ID: <14654.31913.845602.610277@rls.cx>
32389      Branch: cfgperl
32390            ! utils/h2xs.PL
32391 ____________________________________________________________________________
32392 [  6279] By: jhi                                   on 2000/06/29  22:38:16
32393         Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
32394              From: Tim Ayers <tayers@bridge.com>
32395              Date: Thu, 08 Jun 2000 08:11:06 +0200
32396              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
32397              [resent by Richard Foley, Message-Id probably wrong]
32398      Branch: cfgperl
32399            ! pod/perlsub.pod
32400 ____________________________________________________________________________
32401 [  6278] By: jhi                                   on 2000/06/29  22:21:45
32402         Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
32403              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
32404              Date: Fri, 09 Jun 2000 12:39:27 -0400
32405              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
32406              (plus update the version "number" of Text::Wrap)
32407      Branch: cfgperl
32408            ! lib/Text/Wrap.pm
32409 ____________________________________________________________________________
32410 [  6277] By: jhi                                   on 2000/06/29  22:13:10
32411         Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
32412              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
32413              Date: Mon, 12 Jun 2000 14:55:59 +0100
32414              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
32415      Branch: cfgperl
32416            ! pod/perlfunc.pod
32417 ____________________________________________________________________________
32418 [  6276] By: jhi                                   on 2000/06/29  22:11:06
32419         Log: Subject: [PATCH] Re: eval documentation: context
32420              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
32421              Date: Mon, 12 Jun 2000 15:07:29 +0100
32422              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
32423      Branch: cfgperl
32424            ! pod/perlfunc.pod
32425 ____________________________________________________________________________
32426 [  6275] By: jhi                                   on 2000/06/29  21:59:46
32427         Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
32428              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
32429              Date: Tue, 13 Jun 2000 02:43:48 -0500
32430              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
32431      Branch: cfgperl
32432            ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
32433 ____________________________________________________________________________
32434 [  6274] By: jhi                                   on 2000/06/29  21:56:14
32435         Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
32436              From: Andy Dougherty <doughera@lafayette.edu>
32437              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
32438              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
32439      Branch: cfgperl
32440            ! ext/File/Glob/Glob.pm
32441 ____________________________________________________________________________
32442 [  6273] By: jhi                                   on 2000/06/29  21:49:09
32443         Log: Subject: [PATCH] xsub attributes
32444              From: Doug MacEachern <dougm@covalent.net>
32445              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
32446              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
32447      Branch: cfgperl
32448            ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
32449            ! objXSUB.h op.c perlapi.c perlapi.h proto.h
32450 ____________________________________________________________________________
32451 [  6272] By: jhi                                   on 2000/06/29  21:41:28
32452         Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
32453              From: Tom Phoenix <rootbeer@redcat.com>
32454              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
32455              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
32456      Branch: cfgperl
32457            ! lib/Net/Ping.pm
32458 ____________________________________________________________________________
32459 [  6271] By: jhi                                   on 2000/06/29  21:36:55
32460         Log: Subject: PATCH pod/perltie.pod
32461              From: Ian Phillipps <Ian.Phillipps@iname.com>
32462              Date: Fri, 16 Jun 2000 00:17:19 +0100
32463              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
32464              (only the first hunk, the second hunk had already been done
32465              by some other patch)
32466      Branch: cfgperl
32467            ! pod/perltie.pod
32468 ____________________________________________________________________________
32469 [  6270] By: jhi                                   on 2000/06/29  21:24:51
32470         Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
32471              From: Nicholas Clark <nick@talking.bollo.cx>
32472              Date: Fri, 23 Jun 2000 16:21:15 +0100
32473              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
32474      Branch: cfgperl
32475            ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
32476            ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
32477 ____________________________________________________________________________
32478 [  6269] By: jhi                                   on 2000/06/29  19:38:15
32479         Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
32480              silence few compiler warnings.
32481      Branch: cfgperl
32482            ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
32483 ____________________________________________________________________________
32484 [  6268] By: jhi                                   on 2000/06/29  18:21:50
32485         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
32486              From: Dominic Dunlop <domo@computer.org> 
32487              Date: Thu, 29 Jun 2000 12:32:39 +0200 
32488              Message-Id: <p04320403b580cc1338db@[192.168.1.4]> 
32489      Branch: cfgperl
32490            ! t/op/sprintf.t
32491 ____________________________________________________________________________
32492 [  6267] By: jhi                                   on 2000/06/29  18:16:07
32493         Log: Subject: Re: [PATCH] Re: Speeding up method lookups 
32494              From: Doug MacEachern <dougm@covalent.net>
32495              Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
32496              Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
32497      Branch: cfgperl
32498            + t/op/method2entersub.t
32499            ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
32500            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
32501            ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
32502            ! xsutils.c
32503 ____________________________________________________________________________
32504 [  6266] By: jhi                                   on 2000/06/29  15:11:15
32505         Log: Subject: [PATCH 5.6.0] cygwin port
32506              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
32507              From: "Fifer, Eric" <EFifer@sanwaint.com>
32508              Date: Thu, 29 Jun 2000 12:58:29 +0100
32509      Branch: cfgperl
32510            ! cygwin/Makefile.SHs
32511 ____________________________________________________________________________
32512 [  6265] By: jhi                                   on 2000/06/29  15:04:05
32513         Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
32514              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
32515              Date: Wed, 28 Jun 2000 17:50:12 -0700
32516              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
32517      Branch: cfgperl
32518            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
32519 ____________________________________________________________________________
32520 [  6264] By: jhi                                   on 2000/06/29  15:00:57
32521         Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
32522              From: Marty Lucich <marty@netcom.com>
32523              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
32524              Message-Id: <200006282116.OAA11148@netcom.com>
32525              ccdlflags update (the BSD/OS 4.1 part had already been taken
32526              care of by #6141).
32527      Branch: cfgperl
32528            ! hints/bsdos.sh
32529 ____________________________________________________________________________
32530 [  6263] By: jhi                                   on 2000/06/29  13:47:44
32531         Log: tr fixes from Simon Cozens
32532      Branch: cfgperl
32533            ! doop.c
32534 ____________________________________________________________________________
32535 [  6262] By: jhi                                   on 2000/06/28  18:46:01
32536         Log: Subject: 5.6.0 Patch for EPOC
32537              From: Olaf Flebbe <o.flebbe@gmx.de>
32538              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
32539              Message-ID: <23449.960929969@www11.gmx.net>
32540      Branch: cfgperl
32541            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
32542            ! epoc/epocish.h
32543 ____________________________________________________________________________
32544 [  6261] By: jhi                                   on 2000/06/28  18:29:07
32545         Log: Subject: Re: [PATCH cfgperl] BOMs away!
32546              From: simon@brecon.co.uk (Simon Cozens)
32547              Date: 17 Jun 2000 11:49:57 GMT
32548              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
32549      Branch: cfgperl
32550            ! pod/perldiag.pod t/comp/require.t toke.c
32551 ____________________________________________________________________________
32552 [  6260] By: jhi                                   on 2000/06/28  17:47:16
32553         Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
32554              From: simon@brecon.co.uk (Simon Cozens) 
32555              Date: 17 Jun 2000 11:56:44 GMT 
32556              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org> 
32557              pack U0, pack C0
32558      Branch: cfgperl
32559            ! pod/perlfunc.pod pp.c t/op/pack.t
32560 ____________________________________________________________________________
32561 [  6259] By: jhi                                   on 2000/06/28  16:43:17
32562         Log: perlnewmod was missing from MANIFEST.
32563      Branch: cfgperl
32564            ! MANIFEST
32565 ____________________________________________________________________________
32566 [  6258] By: jhi                                   on 2000/06/28  15:54:30
32567         Log: linenumber tweak
32568      Branch: cfgperl
32569            ! t/pragma/warn/regcomp
32570 ____________________________________________________________________________
32571 [  6257] By: jhi                                   on 2000/06/28  15:50:44
32572         Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
32573              From: Doug MacEachern <dougm@covalent.net>
32574              Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
32575              Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
32576              (one part of the patch had been applied earlier)
32577      Branch: cfgperl
32578            ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
32579 ____________________________________________________________________________
32580 [  6256] By: jhi                                   on 2000/06/28  15:40:22
32581         Log: tweaks from Simon Cozens to further fix tr/// under utf8
32582      Branch: cfgperl
32583            ! doop.c
32584 ____________________________________________________________________________
32585 [  6255] By: jhi                                   on 2000/06/28  15:33:45
32586         Log: small thinko tweaks
32587      Branch: cfgperl
32588            ! lib/IPC/Open3.pm t/op/my_stash.t
32589 ____________________________________________________________________________
32590 [  6254] By: jhi                                   on 2000/06/28  15:33:25
32591         Log: Subject: tr///, help wanted.
32592              From: simon@brecon.co.uk (Simon Cozens)
32593              Date: 28 Jun 2000 11:29:04 GMT
32594              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
32595      Branch: cfgperl
32596            ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
32597            ! pp_proto.h proto.h t/op/tr.t
32598 ____________________________________________________________________________
32599 [  6253] By: jhi                                   on 2000/06/28  15:09:17
32600         Log: Paranoia tweak on #6249.
32601              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
32602              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
32603              Date: Sun, 25 Jun 2000 23:43:12 -0400
32604              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
32605      Branch: cfgperl
32606            ! lib/IPC/Open3.pm
32607 ____________________________________________________________________________
32608 [  6252] By: jhi                                   on 2000/06/28  15:01:38
32609         Log: Document #6249 and #6251.
32610      Branch: cfgperl
32611            ! lib/Exporter.pm lib/IPC/Open3.pm
32612 ____________________________________________________________________________
32613 [  6251] By: jhi                                   on 2000/06/28  14:50:43
32614         Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
32615              From: Doug MacEachern <dougm@covalent.net>
32616              Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
32617              Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
32618      Branch: cfgperl
32619            ! lib/Exporter.pm
32620 ____________________________________________________________________________
32621 [  6250] By: jhi                                   on 2000/06/28  14:45:23
32622         Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
32623              From: Doug MacEachern <dougm@covalent.net>
32624              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
32625              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
32626      Branch: cfgperl
32627            + t/op/my_stash.t
32628            ! MANIFEST embed.pl global.sym proto.h toke.c
32629 ____________________________________________________________________________
32630 [  6249] By: jhi                                   on 2000/06/28  14:36:34
32631         Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's 
32632              From: Frank Tobin <ftobin@uiuc.edu>
32633              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
32634              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
32635      Branch: cfgperl
32636            ! lib/IPC/Open3.pm
32637 ____________________________________________________________________________
32638 [  6248] By: jhi                                   on 2000/06/28  14:11:25
32639         Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
32640              From: Mark-Jason Dominus <mjd@plover.com>
32641              Date: Tue, 27 Jun 2000 22:36:42 -0400
32642              Message-ID: <20000628023642.12166.qmail@plover.com>
32643      Branch: cfgperl
32644            ! pod/perlfunc.pod
32645 ____________________________________________________________________________
32646 [  6247] By: jhi                                   on 2000/06/27  12:46:37
32647         Log: Tweak $VERSION, patch from Doug MacEachern.
32648      Branch: cfgperl
32649            ! lib/File/Spec.pm
32650 ____________________________________________________________________________
32651 [  6246] By: jhi                                   on 2000/06/27  03:34:46
32652         Log: Allow for standalone testing.
32653      Branch: cfgperl
32654            ! t/lib/filefunc.t t/lib/filespec.t
32655 ____________________________________________________________________________
32656 [  6245] By: jhi                                   on 2000/06/27  02:50:02
32657         Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
32658              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
32659              Date: Sat, 24 Jun 2000 13:06:20 +0100
32660              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
32661      Branch: cfgperl
32662            ! ext/DynaLoader/DynaLoader_pm.PL
32663 ____________________________________________________________________________
32664 [  6244] By: jhi                                   on 2000/06/27  02:46:10
32665         Log: Subject: [PATCH] avoid mg_ptr in '*' magic
32666              From: Doug MacEachern <dougm@covalent.net>
32667              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
32668              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
32669      Branch: cfgperl
32670            ! gv.c sv.c t/lib/peek.t
32671 ____________________________________________________________________________
32672 [  6243] By: jhi                                   on 2000/06/27  02:38:07
32673         Log: Subject: [PATCH] is_utf8_string
32674              From: simon@brecon.co.uk (Simon Cozens)
32675              Date: 26 Jun 2000 02:25:59 GMT
32676              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
32677      Branch: cfgperl
32678            ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
32679            ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
32680            ! proto.h utf8.c
32681 ____________________________________________________________________________
32682 [  6242] By: jhi                                   on 2000/06/27  02:24:00
32683         Log: Subject: [PATCH] bytes<->utf8 fixes
32684              From: simon@brecon.co.uk (Simon Cozens)
32685              Date: 26 Jun 2000 04:55:45 GMT
32686              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
32687      Branch: cfgperl
32688            ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
32689 ____________________________________________________________________________
32690 [  6241] By: jhi                                   on 2000/06/27  02:12:42
32691         Log: Do no -warn on \_, only on \alpha.
32692              Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
32693              From: David Dyck <dcd@tc.fluke.com>
32694              Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
32695              Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
32696      Branch: cfgperl
32697            ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
32698 ____________________________________________________________________________
32699 [  6240] By: jhi                                   on 2000/06/27  02:00:01
32700         Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
32701              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
32702              Date: Mon, 26 Jun 2000 18:40:14 +0100
32703              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
32704      Branch: cfgperl
32705            ! utils/h2xs.PL
32706 ____________________________________________________________________________
32707 [  6239] By: jhi                                   on 2000/06/27  01:53:40
32708         Log: Configure maintenance.  Sever some dependency cycles,
32709              separate gccversion from the cc unit,
32710              address [ID 20000623.006] Configure script patch for using gcc on AIX
32711              (but solve it a little bit differently),
32712              unduplex some accidentally duplicated units,
32713              suggest using gcc if no cc available
32714              (p5p thread: "Solaris configure: counterproposal", 1999-09)
32715      Branch: cfgperl
32716            ! Configure Todo-5.6 config_h.SH
32717      Branch: metaconfig
32718            ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
32719            ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
32720      Branch: metaconfig/U/perl
32721            + gccvers.U
32722            ! d_getespwnam.U d_getprpwnam.U i_prot.U
32723 ____________________________________________________________________________
32724 [  6238] By: jhi                                   on 2000/06/25  18:04:56
32725         Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
32726              From: Dan Sugalski <dan@sidhe.org>
32727              Date: Fri, 23 Jun 2000 17:00:00 -0400
32728              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
32729      Branch: cfgperl
32730            ! lib/ExtUtils/MM_VMS.pm vms/vms.c
32731 ____________________________________________________________________________
32732 [  6237] By: jhi                                   on 2000/06/25  16:36:45
32733         Log: Tweak embed.pl, regen headers.
32734      Branch: cfgperl
32735            ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
32736            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
32737            ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
32738            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
32739            ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
32740 ____________________________________________________________________________
32741 [  6236] By: jhi                                   on 2000/06/25  15:26:42
32742         Log: Regen headers.
32743      Branch: cfgperl
32744            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
32745            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
32746            ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
32747            ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
32748            ! regnodes.h warnings.h
32749 ____________________________________________________________________________
32750 [  6235] By: jhi                                   on 2000/06/23  19:39:35
32751         Log: The thread begun by
32752              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
32753              From: Kevin.Ruscoe@ubsw.com
32754              Date: Fri, 16 Jun 2000 16:38:51 +0100
32755              Message-Id: <H000019b03c300d6@MHS>
32756      Branch: cfgperl
32757            ! hints/solaris_2.sh
32758 ____________________________________________________________________________
32759 [  6234] By: jhi                                   on 2000/06/23  19:23:36
32760         Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
32761              because when run as services (Win32ese for daemons)
32762              no environment variables are set and tmpdir ends up as /tmp,
32763              which is ambiguous.
32764              
32765              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
32766              From: matt@sergeant.org
32767              Date: 16 Jun 2000 16:30:43 -0000
32768              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
32769      Branch: cfgperl
32770            ! lib/File/Spec/Win32.pm
32771 ____________________________________________________________________________
32772 [  6233] By: jhi                                   on 2000/06/23  19:18:58
32773         Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
32774              From: Mark-Jason Dominus <mjd@plover.com>
32775              Date: Fri, 16 Jun 2000 20:53:04 -0400
32776              Message-ID: <20000617005304.8008.qmail@plover.com>
32777      Branch: cfgperl
32778            ! op.h
32779 ____________________________________________________________________________
32780 [  6232] By: jhi                                   on 2000/06/23  16:10:02
32781         Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
32782              From: simon@brecon.co.uk (Simon Cozens)
32783              Date: 19 Jun 2000 15:18:27 GMT
32784              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
32785              
32786              plus update pod/Makefile and regenerate perltoc
32787      Branch: cfgperl
32788            + pod/perlutil.pod
32789            ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
32790 ____________________________________________________________________________
32791 [  6231] By: jhi                                   on 2000/06/23  15:19:18
32792         Log: Subject: [PATCH 5.6.0] cygwin port
32793              From: "Fifer, Eric" <EFifer@sanwaint.com>
32794              Date: Tue, 20 Jun 2000 14:30:58 +0100
32795              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
32796      Branch: cfgperl
32797            ! README.cygwin lib/File/Find.pm
32798 ____________________________________________________________________________
32799 [  6230] By: jhi                                   on 2000/06/23  14:25:21
32800         Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
32801      Branch: cfgperl
32802            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
32803            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
32804            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
32805            ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
32806 ____________________________________________________________________________
32807 [  6229] By: jhi                                   on 2000/06/23  14:13:34
32808         Log: Subject: README.hpux version 0.6.1
32809              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
32810              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
32811              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
32812      Branch: cfgperl
32813            ! README.hpux
32814 ____________________________________________________________________________
32815 [  6228] By: jhi                                   on 2000/06/23  14:07:20
32816         Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
32817              From: Doug MacEachern <dougm@covalent.net>
32818              Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
32819              Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
32820      Branch: cfgperl
32821            ! op.c
32822 ____________________________________________________________________________
32823 [  6227] By: jhi                                   on 2000/06/23  14:01:06
32824         Log: Subject: [PATCH] lib.pm -> lib.pm.PL
32825              From: Doug MacEachern <dougm@covalent.net>
32826              Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
32827              Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
32828      Branch: cfgperl
32829            + lib/lib.pm.PL
32830            - lib/lib.pm
32831            ! MANIFEST Makefile.SH
32832 ____________________________________________________________________________
32833 [  6226] By: jhi                                   on 2000/06/23  13:53:07
32834         Log: Subject: [PATCH] remove forward declarations in Socket.pm
32835              From: Doug MacEachern <dougm@covalent.net>
32836              Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
32837              Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
32838              
32839              From: Doug MacEachern <dougm@covalent.net>
32840              Subject: Re: [PATCH] remove forward declarations in Socket.pm
32841              Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
32842              Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
32843      Branch: cfgperl
32844            ! ext/Socket/Socket.pm op.c
32845 ____________________________________________________________________________
32846 [  6225] By: jhi                                   on 2000/06/23  13:41:52
32847         Log: Add source code filenames to apidoc.
32848              From: simon@brecon.co.uk (Simon Cozens)
32849              Subject: [PATCH embed.pl] Source X-ref
32850              Date: 22 Jun 2000 02:18:49 GMT
32851              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
32852      Branch: cfgperl
32853            ! embed.pl
32854 ____________________________________________________________________________
32855 [  6224] By: jhi                                   on 2000/06/23  13:32:33
32856         Log: A way to avoid English.pm performance hit.
32857              From: root <root@jester.slaysys.com>
32858              Subject: [YAPATCH English.pm] My turn to putt again
32859              Date: Thu, 22 Jun 2000 20:33:58 -0400
32860              Message-Id: <200006230033.UAA05960@jester.slaysys.com>
32861      Branch: cfgperl
32862            ! lib/English.pm t/lib/english.t
32863 ____________________________________________________________________________
32864 [  6223] By: jhi                                   on 2000/06/23  13:27:06
32865         Log: Avoid double close().
32866              Subject: [PATCH] avoid double close()
32867              From: Doug MacEachern <dougm@covalent.net>
32868              Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
32869              Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
32870      Branch: cfgperl
32871            ! doio.c
32872 ____________________________________________________________________________
32873 [  6222] By: jhi                                   on 2000/06/23  13:25:54
32874         Log: doc typo fix
32875              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
32876              From: Ian Phillipps <Ian.Phillipps@iname.com>
32877              Date: Fri, 23 Jun 2000 10:40:58 +0100
32878              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
32879      Branch: cfgperl
32880            ! lib/Pod/Usage.pm
32881 ____________________________________________________________________________
32882 [  6221] By: jhi                                   on 2000/06/23  13:24:15
32883         Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
32884              From: simon@brecon.co.uk (Simon Cozens)
32885              Subject: [PATCH] Eliminate tr///[CU][CU]
32886              Date: 23 Jun 2000 11:05:40 GMT
32887              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
32888      Branch: cfgperl
32889            ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
32890 ____________________________________________________________________________
32891 [  6220] By: jhi                                   on 2000/06/22  16:07:51
32892         Log: Win32 patches from Benjamin Stuhl.
32893      Branch: cfgperl
32894            ! makedef.pl win32/win32.h
32895 ____________________________________________________________________________
32896 [  6219] By: jhi                                   on 2000/06/22  16:06:34
32897         Log: Bytecode patches from Benjamin Stuhl.
32898      Branch: cfgperl
32899            ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
32900            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
32901            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
32902 ____________________________________________________________________________
32903 [  6218] By: jhi                                   on 2000/06/15  23:54:16
32904         Log: Bytecode patches from Benjamin Stuhl.
32905      Branch: cfgperl
32906            ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
32907 ____________________________________________________________________________
32908 [  6217] By: jhi                                   on 2000/06/09  13:38:29
32909         Log: Rename the fdpid locking and integrate with Sarathy.
32910      Branch: cfgperl
32911            ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
32912            ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
32913            ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
32914            ! win32/win32.c
32915           !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
32916 ____________________________________________________________________________
32917 [  6216] By: gsar                                  on 2000/06/08  14:54:21
32918         Log: be more optimal about clearing @_
32919      Branch: perl
32920            ! cop.h
32921 ____________________________________________________________________________
32922 [  6215] By: gsar                                  on 2000/06/08  14:33:04
32923         Log: tweak comment about @DB::args
32924      Branch: perl
32925            ! av.h pp_ctl.c
32926 ____________________________________________________________________________
32927 [  6214] By: gsar                                  on 2000/06/08  13:57:54
32928         Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
32929              caller() wants to populate @DB::args with it (causes a coredump
32930              in Carp::confess())
32931      Branch: perl
32932            ! cop.h t/op/runlevel.t
32933 ____________________________________________________________________________
32934 [  6213] By: gsar                                  on 2000/06/08  07:06:35
32935         Log: back out change#6106 (seems problematic)
32936      Branch: perl
32937            ! hints/solaris_2.sh
32938 ____________________________________________________________________________
32939 [  6212] By: jhi                                   on 2000/06/07  03:10:36
32940         Log: Continuing mopup for #6204.
32941      Branch: cfgperl
32942            ! ext/B/defsubs_h.PL
32943 ____________________________________________________________________________
32944 [  6211] By: jhi                                   on 2000/06/07  02:41:50
32945         Log: Mopup for #6204.
32946              Under the 5005 threads the t/lib/b.t for B::Deparse fails:
32947              Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
32948              This is comes from const() where POK isn't on when expected.
32949      Branch: cfgperl
32950            ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
32951            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
32952            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
32953            ! perlapi.h pod/perlapi.pod
32954 ____________________________________________________________________________
32955 [  6210] By: jhi                                   on 2000/06/07  01:56:29
32956         Log: Mopup for #6207 and #6209.
32957      Branch: cfgperl
32958            ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
32959 ____________________________________________________________________________
32960 [  6209] By: jhi                                   on 2000/06/07  01:33:12
32961         Log: Lock PL_fdpid against race conditions, based on:
32962              Subject: [PATCH 5.6.0]subprocess fixup for threads
32963              From: Dan Sugalski <dan@sidhe.org>
32964              To: perl5-porters@perl.org
32965              Date: Tue, 11 Apr 2000 17:02:32 -0400
32966              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
32967      Branch: cfgperl
32968            ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
32969            ! win32/win32.c
32970 ____________________________________________________________________________
32971 [  6208] By: jhi                                   on 2000/06/07  01:05:23
32972         Log: Regen headers for #6207.
32973      Branch: cfgperl
32974            ! embed.h global.sym objXSUB.h proto.h
32975 ____________________________________________________________________________
32976 [  6207] By: jhi                                   on 2000/06/06  23:43:13
32977         Log: Subject: [PATCH 5.6.0] Threadsafe patches
32978              From: Dan Sugalski <dan@sidhe.org>
32979              To: perl5-porters@perl.org
32980              Date: Mon, 08 May 2000 18:08:13 -0400
32981              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
32982      Branch: cfgperl
32983            ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
32984            ! proto.h sv.h util.c
32985 ____________________________________________________________________________
32986 [  6206] By: jhi                                   on 2000/06/06  23:21:23
32987         Log: Subject: [PATCH] Eliminate $a/$b in pod
32988              From: David Glasser <me@davidglasser.net>
32989              To: perl5-porters@perl.org
32990              Date: Mon, 29 May 2000 21:15:59 -0400
32991              Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
32992      Branch: cfgperl
32993            ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
32994            ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
32995            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
32996            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
32997            ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
32998            ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
32999            ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
33000            ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
33001            ! pod/perlvar.pod pod/perlxs.pod
33002 ____________________________________________________________________________
33003 [  6205] By: jhi                                   on 2000/06/06  23:12:14
33004         Log: Subject: [PATCH] Win32 improvements
33005              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
33006              To: gsar@activestate.com, perl5-porters@perl.org
33007              Date: Mon, 29 May 2000 17:22:24 PDT
33008              Message-ID: <20000530002224.91142.qmail@hotmail.com>
33009              (MUA had mangled many lines by wordwrapping)
33010      Branch: cfgperl
33011            ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
33012 ____________________________________________________________________________
33013 [  6204] By: jhi                                   on 2000/06/06  23:01:50
33014         Log: Subject: [PATCH] B::Bytecode patches
33015              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
33016              To: gsar@activestate.com, jhi@iki.fi
33017              Cc: perl5-porters@perl.org
33018              Message-ID: <20000602202526.48694.qmail@hotmail.com>
33019              (MUA had mangled many lines by wordwrapping)
33020      Branch: cfgperl
33021            ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
33022            ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
33023            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
33024            ! intrpvar.h perl.c
33025 ____________________________________________________________________________
33026 [  6203] By: jhi                                   on 2000/06/06  22:32:43
33027         Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
33028              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
33029              Date: Tue, 06 Jun 2000 13:07:45 -0700
33030              Message-ID: <RoVP5gzkgmTL092yn@efn.org>
33031      Branch: cfgperl
33032            ! pod/perldiag.pod
33033 ____________________________________________________________________________
33034 [  6202] By: jhi                                   on 2000/06/06  19:38:35
33035         Log: Integrate with Sarathy.
33036      Branch: cfgperl
33037           !> perl.c
33038 ____________________________________________________________________________
33039 [  6201] By: gsar                                  on 2000/06/06  00:42:59
33040         Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
33041              does a PUSHMARK that's never ever POPMARKed; in general, only
33042              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
33043              Perl_eval_[sp]v() don't because they don't take any incoming
33044              arguments (this leak has been around since the original version
33045              of perl_eval_pv() in 5.003_97e)
33046      Branch: perl
33047            ! perl.c
33048 ____________________________________________________________________________
33049 [  6200] By: jhi                                   on 2000/06/04  03:44:52
33050         Log: Update to cperl-mode.el 4.31 from
33051              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
33052              Subject: A couple of notes
33053              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33054              To: Mailing list Perl5 <perl5-porters@perl.org>
33055              Date: Sat, 3 Jun 2000 23:33:32 -0400
33056              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
33057      Branch: cfgperl
33058            ! emacs/cperl-mode.el
33059 ____________________________________________________________________________
33060 [  6199] By: jhi                                   on 2000/06/03  15:11:05
33061         Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
33062              From: Dan Sugalski <dan@sidhe.org>
33063              To: perl5-porters@perl.org, vmsperl@perl.org
33064              Date: Fri, 02 Jun 2000 17:30:51 -0400
33065              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
33066      Branch: cfgperl
33067            ! vms/descrip_mms.template vms/gen_shrfls.pl
33068 ____________________________________________________________________________
33069 [  6198] By: jhi                                   on 2000/06/03  14:59:15
33070         Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
33071              From: Dan Sugalski <dan@sidhe.org>
33072              To: vmsperl@perl.org, perl5-porters@perl.org
33073              Date: Fri, 02 Jun 2000 16:00:41 -0400
33074              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
33075              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
33076      Branch: cfgperl
33077            ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
33078            ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
33079            ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
33080 ____________________________________________________________________________
33081 [  6197] By: jhi                                   on 2000/06/03  14:41:30
33082         Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
33083              From: John Borwick <jhborwic@unity.ncsu.edu>
33084              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
33085              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
33086      Branch: cfgperl
33087            ! pod/perlsyn.pod
33088 ____________________________________________________________________________
33089 [  6196] By: jhi                                   on 2000/06/03  14:38:09
33090         Log: Integrate with Sarathy.
33091      Branch: cfgperl
33092           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
33093           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
33094           !> vms/perly_c.vms
33095 ____________________________________________________________________________
33096 [  6195] By: gsar                                  on 2000/06/02  22:43:13
33097         Log: fix yet another eval"" leak under USE_ITHREADS
33098      Branch: perl
33099            ! op.c
33100 ____________________________________________________________________________
33101 [  6194] By: gsar                                  on 2000/06/02  18:22:06
33102         Log: fix small eval"" memory leaks under USE_ITHREADS
33103      Branch: perl
33104            ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
33105            ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
33106            ! vms/perly_c.vms
33107 ____________________________________________________________________________
33108 [  6193] By: jhi                                   on 2000/06/01  13:03:56
33109         Log: Signals-be-gone for microperl.
33110      Branch: cfgperl
33111            ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
33112 ____________________________________________________________________________
33113 [  6192] By: jhi                                   on 2000/06/01  12:52:02
33114         Log: Integrate with Sarathy.
33115      Branch: cfgperl
33116           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
33117           !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
33118           !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
33119           !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
33120           !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
33121           !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
33122           !> t/op/vec.t utils/h2xs.PL
33123 ____________________________________________________________________________
33124 [  6191] By: gsar                                  on 2000/06/01  09:38:21
33125         Log: vec() loses numericalness (modified version of patch suggested
33126              by Robin Barker)
33127      Branch: perl
33128            ! doop.c t/op/vec.t
33129 ____________________________________________________________________________
33130 [  6190] By: gsar                                  on 2000/06/01  09:26:15
33131         Log: submit missing embed.pl change
33132      Branch: perl
33133            ! embed.pl
33134 ____________________________________________________________________________
33135 [  6189] By: gsar                                  on 2000/06/01  09:05:34
33136         Log: counting tr/// corrupts later operation (from M.J.T Guy)
33137      Branch: perl
33138            ! doop.c t/op/tr.t
33139 ____________________________________________________________________________
33140 [  6188] By: gsar                                  on 2000/06/01  08:58:39
33141         Log: h2xs tweaks
33142      Branch: perl
33143            ! utils/h2xs.PL
33144 ____________________________________________________________________________
33145 [  6187] By: gsar                                  on 2000/06/01  08:50:07
33146         Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
33147              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
33148      Branch: perl
33149            + lib/Pod/LaTeX.pm
33150            ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
33151            ! pod/pod2latex.PL
33152 ____________________________________________________________________________
33153 [  6186] By: gsar                                  on 2000/06/01  08:24:40
33154         Log: further qualify references to "alphanumeric" (from Wolfgang Laun
33155              <wolfgang.laun@alcatel.at>)
33156      Branch: perl
33157            ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
33158            ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
33159 ____________________________________________________________________________
33160 [  6185] By: gsar                                  on 2000/06/01  08:12:00
33161         Log: remove incorrect documentation about implicit split to @_ in
33162              list context, which never really worked in perl 5 (from
33163              M.J.T. Guy)
33164      Branch: perl
33165            ! pod/perlfunc.pod pod/perltrap.pod
33166 ____________________________________________________________________________
33167 [  6184] By: gsar                                  on 2000/06/01  07:52:27
33168         Log: tweak for change#6127
33169      Branch: perl
33170            ! perl.c
33171 ____________________________________________________________________________
33172 [  6183] By: gsar                                  on 2000/06/01  07:41:02
33173         Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
33174              <nick@ccl4.org>)
33175      Branch: perl
33176            + t/lib/selfloader.t
33177            ! MANIFEST lib/SelfLoader.pm
33178 ____________________________________________________________________________
33179 [  6182] By: jhi                                   on 2000/06/01  00:34:42
33180         Log: Be Cleaner Part Deux.
33181      Branch: cfgperl
33182            ! Makefile.SH
33183 ____________________________________________________________________________
33184 [  6181] By: jhi                                   on 2000/06/01  00:32:09
33185         Log: Integrate with Sarathy.
33186      Branch: cfgperl
33187           !> pp.c t/op/arith.t
33188 ____________________________________________________________________________
33189 [  6180] By: jhi                                   on 2000/06/01  00:31:13
33190         Log: microperl nits from Simon Cozens.
33191      Branch: cfgperl
33192            + uconfig.h
33193            ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
33194            ! unixish.h
33195 ____________________________________________________________________________
33196 [  6179] By: gsar                                  on 2000/05/31  22:37:51
33197         Log: buggy modulus on UVs introduced by change#3378 (resulted in
33198              4063328477 % 65535 amounting to 27406, instead of 27407)
33199      Branch: perl
33200            ! pp.c t/op/arith.t
33201 ____________________________________________________________________________
33202 [  6178] By: jhi                                   on 2000/05/31  21:52:41
33203         Log: Be cleaner.
33204      Branch: cfgperl
33205            ! Makefile.SH
33206 ____________________________________________________________________________
33207 [  6177] By: jhi                                   on 2000/05/31  21:47:33
33208         Log: Substitution utf8 patch from Simon Cozens.
33209      Branch: cfgperl
33210            ! pp_hot.c
33211 ____________________________________________________________________________
33212 [  6176] By: jhi                                   on 2000/05/31  21:45:34
33213         Log: Single-quoted utf8 patch from Simon Cozens.
33214      Branch: cfgperl
33215            ! toke.c
33216 ____________________________________________________________________________
33217 [  6175] By: jhi                                   on 2000/05/31  21:40:18
33218         Log: Integrate with Sarathy.
33219      Branch: cfgperl
33220           !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
33221 ____________________________________________________________________________
33222 [  6174] By: jhi                                   on 2000/05/31  21:37:31
33223         Log: microperl changes from Simon Cozens; Makefile for microperl
33224              written from scratch; few casts added as microperl compilation
33225              doesn't have all prototypes available.
33226      Branch: cfgperl
33227            + Makefile.micro README.micro Todo.micro uconfig.sh
33228            ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
33229            ! perl.c perl.h perlio.c unixish.h utf8.c util.c
33230      Branch: metaconfig
33231            + U/modified/Config_h.U
33232 ____________________________________________________________________________
33233 [  6173] By: jhi                                   on 2000/05/31  20:00:24
33234         Log: metaconfig maintenance.
33235      Branch: metaconfig
33236            + U/modified/Inhdr.U U/typedefs/inotype.U
33237      Branch: metaconfig/U/perl
33238            + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
33239            + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
33240 ____________________________________________________________________________
33241 [  6172] By: gsar                                  on 2000/05/31  05:05:42
33242         Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
33243              (from Ilya Zakharevich)
33244      Branch: perl
33245            ! regexec.c t/op/re_tests
33246 ____________________________________________________________________________
33247 [  6171] By: gsar                                  on 2000/05/31  05:01:47
33248         Log: scalar() doesn't force scalar context when used in void context
33249              (from Simon Cozens)
33250      Branch: perl
33251            ! op.c t/op/wantarray.t
33252 ____________________________________________________________________________
33253 [  6170] By: gsar                                  on 2000/05/31  04:41:33
33254         Log: change#6142 needs tweaks to tests to work where there's no symlink()
33255              (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
33256      Branch: perl
33257            ! t/lib/filefind.t
33258 ____________________________________________________________________________
33259 [  6169] By: gsar                                  on 2000/05/31  04:29:49
33260         Log: integrate cfgperl contents into mainline
33261      Branch: perl
33262           +> pod/perlmodlib.PL pod/perlnewmod.pod
33263           !> (integrate 42 files)
33264 ____________________________________________________________________________
33265 [  6168] By: jhi                                   on 2000/05/30  22:53:37
33266         Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
33267      Branch: cfgperl
33268            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
33269            ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
33270            ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
33271            ! win32/config.bc win32/config.gc win32/config.vc
33272            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
33273            ! win32/config_h.PL win32/config_sh.PL
33274      Branch: metaconfig/U/perl
33275            ! perlxv.U
33276 ____________________________________________________________________________
33277 [  6167] By: jhi                                   on 2000/05/30  22:20:21
33278         Log: tweak todo 
33279      Branch: cfgperl
33280            ! Todo-5.6
33281 ____________________________________________________________________________
33282 [  6166] By: jhi                                   on 2000/05/30  22:11:51
33283         Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
33284              in case somebody wants to write an extension for more
33285              shadow database interfaces.
33286      Branch: cfgperl
33287            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
33288            ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
33289            ! vos/config.def vos/config.h vos/config_h.SH_orig
33290            ! win32/config.bc win32/config.gc win32/config.vc
33291            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
33292      Branch: metaconfig
33293            ! U/modified/Myinit.U
33294      Branch: metaconfig/U/perl
33295            + d_getespwnam.U d_getprpwnam.U i_prot.U
33296 ____________________________________________________________________________
33297 [  6165] By: jhi                                   on 2000/05/30  18:35:34
33298         Log: Integrate with Sarathy.
33299      Branch: cfgperl
33300           !> op.c
33301 ____________________________________________________________________________
33302 [  6164] By: jhi                                   on 2000/05/30  18:30:16
33303         Log: detypo
33304      Branch: cfgperl
33305            ! Configure config_h.SH
33306      Branch: metaconfig/U/perl
33307            ! perlxv.U
33308 ____________________________________________________________________________
33309 [  6163] By: gsar                                  on 2000/05/30  03:24:03
33310         Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
33311      Branch: perl
33312            ! op.c
33313 ____________________________________________________________________________
33314 [  6162] By: gsar                                  on 2000/05/30  03:09:38
33315         Log: fix memory leak in method call optimization (change#3768);
33316              made C<eval "$x->foo()"> leak
33317      Branch: perl
33318            ! op.c
33319 ____________________________________________________________________________
33320 [  6161] By: jhi                                   on 2000/05/29  17:56:26
33321         Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
33322              both from Simon Cozens.
33323      Branch: cfgperl
33324            + pod/perlmodlib.PL pod/perlnewmod.pod
33325            ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
33326            ! pod/perlmodlib.pod pod/perltoc.pod
33327 ____________________________________________________________________________
33328 [  6160] By: jhi                                   on 2000/05/29  17:23:55
33329         Log: Changes for the File::Temp 0.08 (change #6159) test suite
33330              to fit better into the Perl distribution test framework.
33331      Branch: cfgperl
33332            ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
33333            ! t/lib/ftmp-tempfile.t
33334 ____________________________________________________________________________
33335 [  6159] By: jhi                                   on 2000/05/29  16:55:36
33336         Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
33337      Branch: cfgperl
33338            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
33339            ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
33340 ____________________________________________________________________________
33341 [  6158] By: bailey                                on 2000/05/29  16:22:08
33342         Log: Add fallback to tmpfile for use in cases where user's relying on
33343              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
33344              Lane's patch)
33345      Branch: vmsperl
33346            ! vms/vms.c vms/vmsish.h
33347 ____________________________________________________________________________
33348 [  6157] By: jhi                                   on 2000/05/29  03:10:36
33349         Log: Regen Configure to jive with #6149.
33350      Branch: cfgperl
33351            ! Configure
33352      Branch: metaconfig
33353            ! U/modified/Getfile.U
33354 ____________________________________________________________________________
33355 [  6156] By: jhi                                   on 2000/05/29  03:01:38
33356         Log: Integrate with Sarathy.
33357      Branch: cfgperl
33358           +> ext/DynaLoader/dl_mac.xs
33359           !> (integrate 38 files)
33360 ____________________________________________________________________________
33361 [  6155] By: gsar                                  on 2000/05/28  21:15:58
33362         Log: small bug in change#6144; remove random \xA0 character that snuck
33363              in via change#6145
33364      Branch: perl
33365            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
33366 ____________________________________________________________________________
33367 [  6154] By: gsar                                  on 2000/05/28  21:04:19
33368         Log: avoid type mismatch warning
33369      Branch: perl
33370            ! perl.c
33371 ____________________________________________________________________________
33372 [  6153] By: gsar                                  on 2000/05/28  20:58:31
33373         Log: prettier Test::Harness output on failed tests (from Nicholas Clark
33374              <nick@Bagpuss.uk.boo.com>)
33375      Branch: perl
33376            ! lib/Test/Harness.pm
33377 ____________________________________________________________________________
33378 [  6152] By: gsar                                  on 2000/05/28  20:53:42
33379         Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
33380      Branch: perl
33381            ! regexec.c
33382 ____________________________________________________________________________
33383 [  6151] By: gsar                                  on 2000/05/28  20:50:28
33384         Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
33385      Branch: perl
33386            ! regexec.c
33387 ____________________________________________________________________________
33388 [  6150] By: gsar                                  on 2000/05/28  20:39:58
33389         Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
33390      Branch: perl
33391            ! pod/perlrequick.pod
33392 ____________________________________________________________________________
33393 [  6149] By: gsar                                  on 2000/05/28  20:35:16
33394         Log: OS/2 tweaks for usethreads build (from Rocco Caputo
33395              <troc@netrus.net>)
33396      Branch: perl
33397            ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
33398            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
33399            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
33400            ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
33401 ____________________________________________________________________________
33402 [  6148] By: gsar                                  on 2000/05/28  20:21:07
33403         Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
33404      Branch: perl
33405            ! lib/ExtUtils/MM_Unix.pm
33406 ____________________________________________________________________________
33407 [  6147] By: gsar                                  on 2000/05/28  20:12:41
33408         Log: add a make entry to Config.pm so "perl -V:make" works on VMS
33409              (from Peter Prymmer)
33410      Branch: perl
33411            ! vms/subconfigure.com
33412 ____________________________________________________________________________
33413 [  6146] By: gsar                                  on 2000/05/28  20:06:15
33414         Log: doc typo
33415      Branch: perl
33416            ! lib/warnings.pm warnings.h warnings.pl
33417 ____________________________________________________________________________
33418 [  6145] By: gsar                                  on 2000/05/28  18:44:33
33419         Log: make xsubpp skip embedded pod (from Matthias Neeracher
33420              <neeri@iis.ee.ethz.ch>)
33421      Branch: perl
33422            ! lib/ExtUtils/xsubpp
33423 ____________________________________________________________________________
33424 [  6144] By: gsar                                  on 2000/05/28  18:42:49
33425         Log: MacOS support, part 2: make AutoSplit use File::Spec instead
33426              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
33427              <neeri@iis.ee.ethz.ch>)
33428      Branch: perl
33429            ! lib/AutoSplit.pm
33430 ____________________________________________________________________________
33431 [  6143] By: gsar                                  on 2000/05/28  18:41:12
33432         Log: MacOS support, part 1 (from Matthias Neeracher
33433              <neeri@iis.ee.ethz.ch>)
33434      Branch: perl
33435            + ext/DynaLoader/dl_mac.xs
33436            ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
33437            ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
33438            ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
33439            ! util.h
33440 ____________________________________________________________________________
33441 [  6142] By: gsar                                  on 2000/05/28  18:21:51
33442         Log: File::Find fails to chdir when chasing symlinks (from
33443              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
33444      Branch: perl
33445            ! lib/File/Find.pm t/lib/filefind.t
33446 ____________________________________________________________________________
33447 [  6141] By: jhi                                   on 2000/05/28  14:25:15
33448         Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
33449              forwarded by Peter Seebach from the bsdi-users mailing list.
33450              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
33451      Branch: perl
33452            ! hints/bsdos.sh
33453 ____________________________________________________________________________
33454 [  6140] By: jhi                                   on 2000/05/28  14:11:57
33455         Log: Integrate with Sarathy.
33456      Branch: cfgperl
33457           +> (branch 30 files)
33458           !> (integrate 93 files)
33459 ____________________________________________________________________________
33460 [  6139] By: gsar                                  on 2000/05/28  10:01:48
33461         Log: revise mktables.PL for bugs and newness in Unicode 3.0
33462              (from James Bence <jbence@amgen.com>)
33463      Branch: perl
33464            + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
33465            + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
33466            + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
33467            + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
33468            + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
33469            + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
33470            + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
33471            + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
33472            + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
33473            + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
33474            + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
33475            + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
33476            + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
33477            + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
33478            + lib/unicode/Is/SylWU.pl
33479            ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
33480            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
33481            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
33482            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
33483            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
33484            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
33485            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
33486            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
33487            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
33488            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
33489            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
33490            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
33491            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
33492            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
33493            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
33494            ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
33495            ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
33496            ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
33497            ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
33498            ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
33499            ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
33500            ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
33501            ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
33502            ! lib/unicode/Makefile lib/unicode/mktables.PL
33503 ____________________________________________________________________________
33504 [  6138] By: gsar                                  on 2000/05/28  08:50:32
33505         Log: add note about the handling of negative indices to tied arrays
33506              (from Michael G Schwern <schwern@pobox.com>)
33507      Branch: perl
33508            ! pod/perltie.pod
33509 ____________________________________________________________________________
33510 [  6137] By: gsar                                  on 2000/05/28  08:46:10
33511         Log: fix bogus redeclaration warning for "our" variables in different
33512              scopes
33513      Branch: perl
33514            ! op.c t/pragma/strict-vars
33515 ____________________________________________________________________________
33516 [  6136] By: gsar                                  on 2000/05/28  08:31:20
33517         Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
33518      Branch: perl
33519            ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
33520 ____________________________________________________________________________
33521 [  6135] By: gsar                                  on 2000/05/28  08:17:50
33522         Log: enable Test::Harness to dynamically determine column width etc.
33523              (from Rob Napier <rnapier@employees.org>)
33524      Branch: perl
33525            ! lib/Test/Harness.pm
33526 ____________________________________________________________________________
33527 [  6134] By: gsar                                  on 2000/05/28  08:13:39
33528         Log: make Test::Harness use wait.h/WCOREDUMP if available
33529              (from Ben Tilly <ben_tilly@hotmail.com>)
33530      Branch: perl
33531            ! lib/Test/Harness.pm
33532 ____________________________________________________________________________
33533 [  6133] By: gsar                                  on 2000/05/28  08:08:05
33534         Log: elide bogus test in change#6132
33535      Branch: perl
33536            ! t/pragma/warn/9enabled
33537 ____________________________________________________________________________
33538 [  6132] By: gsar                                  on 2000/05/28  08:03:14
33539         Log: warnings::enabled() doesn't fall back to looking at $^W if
33540              caller isn't using lexical warnings (from Paul Marquess)
33541      Branch: perl
33542            ! pp_ctl.c t/pragma/warn/9enabled
33543 ____________________________________________________________________________
33544 [  6131] By: gsar                                  on 2000/05/28  07:57:47
33545         Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
33546      Branch: perl
33547            ! ext/POSIX/POSIX.pm
33548 ____________________________________________________________________________
33549 [  6130] By: gsar                                  on 2000/05/28  07:29:12
33550         Log: fix places that mean C<"word" character> but say C<alphanumeric
33551              character>
33552      Branch: perl
33553            ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
33554 ____________________________________________________________________________
33555 [  6129] By: gsar                                  on 2000/05/28  07:18:41
33556         Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
33557      Branch: perl
33558            ! vms/test.com
33559 ____________________________________________________________________________
33560 [  6128] By: gsar                                  on 2000/05/28  07:12:55
33561         Log: new perlxstut example for passing/returning refs to arrays
33562              (from David Lowe <dlowe@pootpoot.com>)
33563      Branch: perl
33564            ! pod/perlxstut.pod
33565 ____________________________________________________________________________
33566 [  6127] By: gsar                                  on 2000/05/28  07:02:50
33567         Log: call_method(...,G_EVAL) can longjmp() out if the method probing
33568              failed (from Gisle Aas)
33569      Branch: perl
33570            ! cop.h perl.c
33571 ____________________________________________________________________________
33572 [  6126] By: gsar                                  on 2000/05/28  06:39:53
33573         Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
33574              (reworked variant of patch suggested by Simon Cozens)
33575      Branch: perl
33576            ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
33577            ! pp_hot.c proto.h t/op/gv.t
33578 ____________________________________________________________________________
33579 [  6125] By: gsar                                  on 2000/05/28  05:14:55
33580         Log: enable propagating exception objects via Perl_croak() in XS code
33581              (from Gisle Aas)
33582      Branch: perl
33583            ! util.c
33584 ____________________________________________________________________________
33585 [  6124] By: gsar                                  on 2000/05/28  05:07:28
33586         Log: integrate vmsperl contents into mainline
33587      Branch: perl
33588           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
33589           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
33590           !> vms/vmsish.h
33591 ____________________________________________________________________________
33592 [  6123] By: gsar                                  on 2000/05/28  05:03:53
33593         Log: clarify gotcha with #line directives (from Rocco Caputo
33594              <troc@netrus.net>)
33595      Branch: perl
33596            ! pod/perldebug.pod pod/perlsyn.pod
33597 ____________________________________________________________________________
33598 [  6122] By: gsar                                  on 2000/05/28  04:58:29
33599         Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
33600              (from Mark-Jason Dominus)
33601      Branch: perl
33602            ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
33603            ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
33604            ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
33605            ! toke.c
33606 ____________________________________________________________________________
33607 [  6121] By: bailey                                on 2000/05/25  04:46:54
33608         Log: Allow eliminate_macros() and fixpath() to handle space-delimited
33609              lists (based on fixes by Craig Berry)
33610      Branch: vmsperl
33611            ! lib/File/Spec/VMS.pm
33612 ____________________________________________________________________________
33613 [  6120] By: bailey                                on 2000/05/25  04:25:38
33614         Log: Add missing escape (Charles Lane)
33615      Branch: vmsperl
33616            ! t/op/lex_assign.t
33617 ____________________________________________________________________________
33618 [  6119] By: bailey                                on 2000/05/25  04:21:25
33619         Log: Quiet error messages in vmsish.t (Charles Lane)
33620      Branch: vmsperl
33621            ! vms/ext/vmsish.t
33622 ____________________________________________________________________________
33623 [  6118] By: bailey                                on 2000/05/25  04:17:57
33624         Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
33625              Flatten case labels in switch statements uniformly (Charles Bailey)
33626      Branch: vmsperl
33627            ! vms/vms.c
33628 ____________________________________________________________________________
33629 [  6117] By: bailey                                on 2000/05/25  03:58:09
33630         Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
33631      Branch: vmsperl
33632            ! vms/vmsish.h
33633 ____________________________________________________________________________
33634 [  6116] By: bailey                                on 2000/05/25  03:11:15
33635         Log: Miscellaneous cosmetic fixes (Charles Lane)
33636      Branch: vmsperl
33637            ! lib/ExtUtils/MM_VMS.pm
33638 ____________________________________________________________________________
33639 [  6115] By: bailey                                on 2000/05/25  03:10:36
33640         Log: Add bounds checking for several strings (Charles Lane)
33641      Branch: vmsperl
33642            ! vms/vms.c
33643 ____________________________________________________________________________
33644 [  6114] By: bailey                                on 2000/05/25  02:25:34
33645         Log: Urk -- undo previous removal of vmsish 'exit' change
33646      Branch: vmsperl
33647            ! vms/ext/vmsish.pm vms/vmsish.h
33648 ____________________________________________________________________________
33649 [  6113] By: bailey                                on 2000/05/24  02:24:40
33650         Log: Ugly workaround for version-specific RTL error
33651      Branch: vmsperl
33652            ! vms/vms.c
33653 ____________________________________________________________________________
33654 [  6112] By: bailey                                on 2000/05/24  02:19:55
33655         Log: Check for existence of file before trying to delete
33656      Branch: vmsperl
33657            ! vms/test.com
33658 ____________________________________________________________________________
33659 [  6111] By: bailey                                on 2000/05/23  23:35:13
33660         Log: Resync with mainline prior to post-5.6.0 updates
33661      Branch: vmsperl
33662           +> (branch 49 files)
33663            - t/lib/thread.t t/op/64bit.t t/op/nothread.t
33664            ! vms/ext/vmsish.pm
33665           !> (integrate 334 files)
33666 ____________________________________________________________________________
33667 [  6110] By: jhi                                   on 2000/05/23  19:28:32
33668         Log: todo tweak
33669      Branch: cfgperl
33670            ! Todo-5.6
33671 ____________________________________________________________________________
33672 [  6109] By: jhi                                   on 2000/05/18  17:38:54
33673         Log: Integrate with Sarathy.
33674      Branch: cfgperl
33675           !> mg.c perl.h win32/perlhost.h
33676 ____________________________________________________________________________
33677 [  6108] By: gsar                                  on 2000/05/17  02:24:56
33678         Log: reenable fake signal handling on Windows, bugs and all
33679      Branch: perl
33680            ! mg.c perl.h win32/perlhost.h
33681 ____________________________________________________________________________
33682 [  6107] By: jhi                                   on 2000/05/15  18:01:41
33683         Log: Tweak the todo list.
33684      Branch: cfgperl
33685            ! Todo-5.6
33686 ____________________________________________________________________________
33687 [  6106] By: jhi                                   on 2000/05/15  13:41:48
33688         Log: The (Configure) script refuses to go on, after asking for
33689              'You may also choose to try maximal 64-bitness....'.
33690              If answer is yes the script can't find the 'workshoplibpth.cbu' file.
33691              -- Patrick Zima
33692              p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de> 
33693      Branch: cfgperl
33694            ! hints/solaris_2.sh
33695 ____________________________________________________________________________
33696 [  6105] By: jhi                                   on 2000/05/11  14:37:43
33697         Log: Integrate with Sarathy.
33698      Branch: cfgperl
33699           !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
33700           !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
33701 ____________________________________________________________________________
33702 [  6104] By: gsar                                  on 2000/05/11  03:39:07
33703         Log: PL_sys_intern was being initialized too late on windows
33704      Branch: perl
33705            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
33706            ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
33707 ____________________________________________________________________________
33708 [  6103] By: jhi                                   on 2000/05/09  19:42:20
33709         Log: Test tweaking for Unicos continues.
33710      Branch: cfgperl
33711            ! t/op/64bitint.t
33712 ____________________________________________________________________________
33713 [  6102] By: jhi                                   on 2000/05/09  16:47:27
33714         Log: The test suite tweak in #6101 wasn't quite right.
33715      Branch: cfgperl
33716            ! t/lib/complex.t
33717 ____________________________________________________________________________
33718 [  6101] By: jhi                                   on 2000/05/09  15:35:34
33719         Log: Hints and test tweaks for Unicos.
33720      Branch: cfgperl
33721            ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
33722 ____________________________________________________________________________
33723 [  6100] By: jhi                                   on 2000/05/08  21:15:06
33724         Log: More compilation tweakery from Allen Smith.
33725      Branch: cfgperl
33726            ! hints/irix_6.sh
33727 ____________________________________________________________________________
33728 [  6099] By: jhi                                   on 2000/05/08  19:21:18
33729         Log: Tweaks for the cc bugs from Allen Smith.
33730      Branch: cfgperl
33731            ! hints/irix_6.sh
33732 ____________________________________________________________________________
33733 [  6098] By: jhi                                   on 2000/05/08  19:13:37
33734         Log: Add a note about other, yet unsupported, shadow password APIs.
33735      Branch: cfgperl
33736            ! pp_sys.c
33737 ____________________________________________________________________________
33738 [  6097] By: jhi                                   on 2000/05/08  18:46:34
33739         Log: Add a note about possible compilation problems from Allen Smith.
33740      Branch: cfgperl
33741            ! hints/irix_6.sh
33742 ____________________________________________________________________________
33743 [  6096] By: jhi                                   on 2000/05/08  17:33:10
33744         Log: Integrate with Sarathy.
33745      Branch: cfgperl
33746           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
33747           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
33748 ____________________________________________________________________________
33749 [  6095] By: jhi                                   on 2000/05/08  16:21:33
33750         Log: Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
33751              might be useful in future.
33752      Branch: cfgperl
33753            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
33754            ! config_h.SH
33755      Branch: metaconfig
33756            ! U/installdirs/inc_version_list.U
33757      Branch: metaconfig/U/perl
33758            ! perlxv.U
33759 ____________________________________________________________________________
33760 [  6094] By: gsar                                  on 2000/05/08  14:22:22
33761         Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
33762      Branch: perl
33763            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
33764            ! hints/cygwin.sh pp_sys.c
33765 ____________________________________________________________________________
33766 [  6093] By: gsar                                  on 2000/05/08  12:52:28
33767         Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
33768              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
33769      Branch: perl
33770            ! pp_sys.c sv.c win32/perlhost.h
33771 ____________________________________________________________________________
33772 [  6092] By: jhi                                   on 2000/05/07  22:40:34
33773         Log: Regen perltoc with the fixed buildtoc.
33774      Branch: cfgperl
33775            ! pod/perltoc.pod
33776 ____________________________________________________________________________
33777 [  6091] By: jhi                                   on 2000/05/07  22:24:16
33778         Log: Integrate with Sarathy.
33779      Branch: cfgperl
33780           !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
33781           !> t/op/substr.t toke.c
33782 ____________________________________________________________________________
33783 [  6090] By: gsar                                  on 2000/05/07  19:47:07
33784         Log: concat doesn't preserve utf8-ness, and doesn't invalidate
33785              [NI]OK; added tests for both
33786      Branch: perl
33787            ! perl.c pp_hot.c sv.c t/op/substr.t
33788 ____________________________________________________________________________
33789 [  6089] By: gsar                                  on 2000/05/07  18:18:38
33790         Log: buildtoc tweak to fix newline lossage
33791      Branch: perl
33792            ! pod/buildtoc
33793 ____________________________________________________________________________
33794 [  6088] By: jhi                                   on 2000/05/07  16:35:36
33795         Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
33796              because we do not use those.  The HAS_GETSPNAM remains,
33797              though, because we still do use that.
33798      Branch: cfgperl
33799            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
33800            ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
33801            ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
33802            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
33803            ! win32/config.vc win32/config_H.bc win32/config_H.gc
33804            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
33805 ____________________________________________________________________________
33806 [  6087] By: gsar                                  on 2000/05/07  16:05:16
33807         Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
33808      Branch: perl
33809            ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
33810 ____________________________________________________________________________
33811 [  6086] By: jhi                                   on 2000/05/07  15:27:07
33812         Log: Integrate with Sarathy.
33813      Branch: cfgperl
33814           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
33815           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
33816           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
33817           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
33818           !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
33819           !> utils/perlbug.PL vms/vms.c vms/vmsish.h
33820 ____________________________________________________________________________
33821 [  6085] By: gsar                                  on 2000/05/07  05:52:02
33822         Log: repeat operator (x) doesn't preserve utf8-ness
33823      Branch: perl
33824            ! pp.c t/op/substr.t
33825 ____________________________________________________________________________
33826 [  6084] By: gsar                                  on 2000/05/07  05:39:55
33827         Log: substr() does not preserve utf8-ness (from Stefan Eissing
33828              <Eissing@medicaldataservice.de>); added tests
33829      Branch: perl
33830            ! pp.c t/op/substr.t
33831 ____________________________________________________________________________
33832 [  6083] By: gsar                                  on 2000/05/07  05:24:46
33833         Log: note about undocumented caller() return value (from M.J.T. Guy);
33834              yet another peek.t tweak
33835      Branch: perl
33836            ! pod/perlfunc.pod t/lib/peek.t
33837 ____________________________________________________________________________
33838 [  6082] By: gsar                                  on 2000/05/07  05:08:40
33839         Log: peek.t non-portable to ithreads
33840      Branch: perl
33841            ! t/lib/peek.t
33842 ____________________________________________________________________________
33843 [  6081] By: gsar                                  on 2000/05/07  04:17:04
33844         Log: better default perlbug categories for ok reports (from Richard Foley)
33845      Branch: perl
33846            ! utils/perlbug.PL
33847 ____________________________________________________________________________
33848 [  6080] By: gsar                                  on 2000/05/07  04:08:07
33849         Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
33850              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
33851      Branch: perl
33852            + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
33853            + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
33854            ! AUTHORS MAINTAIN MANIFEST
33855 ____________________________________________________________________________
33856 [  6079] By: gsar                                  on 2000/05/07  04:01:38
33857         Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
33858      Branch: perl
33859            ! lib/Carp/Heavy.pm
33860 ____________________________________________________________________________
33861 [  6078] By: gsar                                  on 2000/05/07  01:24:19
33862         Log: workaround for CRT bug in chdir() (from Charles Lane, via
33863              Peter Prymmer)
33864      Branch: perl
33865            ! iperlsys.h vms/vms.c vms/vmsish.h
33866 ____________________________________________________________________________
33867 [  6077] By: gsar                                  on 2000/05/07  01:22:23
33868         Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
33869              and Tom Phoenix)
33870      Branch: perl
33871            ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
33872 ____________________________________________________________________________
33873 [  6076] By: gsar                                  on 2000/05/06  17:36:29
33874         Log: integrate cfgperl contents into mainline
33875      Branch: perl
33876           +> t/lib/peek.t
33877           !> Configure MANIFEST Porting/Glossary Porting/config.sh
33878           !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
33879           !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
33880           !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
33881 ____________________________________________________________________________
33882 [  6075] By: jhi                                   on 2000/05/05  18:56:10
33883         Log: Make the test more portable.
33884      Branch: cfgperl
33885            ! t/lib/peek.t
33886 ____________________________________________________________________________
33887 [  6074] By: jhi                                   on 2000/05/05  18:49:20
33888         Log: Introduce t/lib/peek.t.
33889      Branch: cfgperl
33890            + t/lib/peek.t
33891            ! MANIFEST
33892 ____________________________________________________________________________
33893 [  6073] By: jhi                                   on 2000/05/05  14:30:45
33894         Log: Complex tweaks.
33895      Branch: cfgperl
33896            ! lib/Math/Complex.pm t/lib/complex.t
33897 ____________________________________________________________________________
33898 [  6072] By: jhi                                   on 2000/05/05  12:27:13
33899         Log: Integrate with Sarathy.
33900      Branch: cfgperl
33901           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
33902           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
33903           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
33904           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
33905 ____________________________________________________________________________
33906 [  6071] By: gsar                                  on 2000/05/05  02:24:46
33907         Log: misformatted perllocal.pod (from Tim Jenness
33908              <t.jenness@jach.hawaii.edu>)
33909      Branch: perl
33910            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
33911 ____________________________________________________________________________
33912 [  6070] By: gsar                                  on 2000/05/05  02:16:52
33913         Log: remove misleading comment (from M.J.T. Guy)
33914      Branch: perl
33915            ! t/lib/anydbm.t
33916 ____________________________________________________________________________
33917 [  6069] By: gsar                                  on 2000/05/05  02:15:13
33918         Log: File::Spec compatibility update (from Barrie Slaymaker
33919              <barries@slaysys.com>)
33920      Branch: perl
33921            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
33922            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
33923 ____________________________________________________________________________
33924 [  6068] By: gsar                                  on 2000/05/05  02:01:50
33925         Log: note about values()
33926      Branch: perl
33927            ! pod/perlfunc.pod
33928 ____________________________________________________________________________
33929 [  6067] By: gsar                                  on 2000/05/05  01:33:09
33930         Log: replace direct call to sighandler() with (*PL_sighandlerp)()
33931      Branch: perl
33932            ! win32/win32.c
33933 ____________________________________________________________________________
33934 [  6066] By: gsar                                  on 2000/05/05  01:23:43
33935         Log: s/END/CHECK/
33936      Branch: perl
33937            ! perl.c
33938 ____________________________________________________________________________
33939 [  6065] By: jhi                                   on 2000/05/04  17:30:22
33940         Log: Integrate with Sarathy.
33941      Branch: cfgperl
33942           !> pp_sys.c sv.c t/pragma/utf8.t toke.c
33943 ____________________________________________________________________________
33944 [  6064] By: gsar                                  on 2000/05/04  17:26:14
33945         Log: change#5905 wasn't quite right--it's intent only applies when arguments
33946              to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
33947      Branch: perl
33948            ! pp_sys.c sv.c
33949 ____________________________________________________________________________
33950 [  6063] By: gsar                                  on 2000/05/04  16:52:29
33951         Log: tokeq() could read unallocated field in argument
33952      Branch: perl
33953            ! toke.c
33954 ____________________________________________________________________________
33955 [  6062] By: gsar                                  on 2000/05/04  16:34:51
33956         Log: additional tests for utf8.t
33957      Branch: perl
33958            ! t/pragma/utf8.t
33959 ____________________________________________________________________________
33960 [  6061] By: gsar                                  on 2000/05/04  16:09:28
33961         Log: change#5921 neglected to make eq honor "use bytes"
33962      Branch: perl
33963            ! sv.c
33964 ____________________________________________________________________________
33965 [  6060] By: jhi                                   on 2000/05/04  15:30:16
33966         Log: Integrate with Sarathy.
33967      Branch: cfgperl
33968           !> perl.c regcomp.c t/pragma/utf8.t
33969 ____________________________________________________________________________
33970 [  6059] By: jhi                                   on 2000/05/04  15:26:37
33971         Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
33972              in natively 64-bit platforms where a long is a quad (no need
33973              for long longs).  Also added bias for IVs.
33974      Branch: cfgperl
33975            ! toke.c
33976 ____________________________________________________________________________
33977 [  6058] By: gsar                                  on 2000/05/04  00:19:14
33978         Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
33979              (spotted by Donald Kinzer <dkinzer@premia.com>)
33980      Branch: perl
33981            ! perl.c
33982 ____________________________________________________________________________
33983 [  6057] By: gsar                                  on 2000/05/03  18:34:01
33984         Log: fix broken parsing of /\x{ab}/
33985      Branch: perl
33986            ! regcomp.c t/pragma/utf8.t
33987 ____________________________________________________________________________
33988 [  6056] By: jhi                                   on 2000/05/03  17:57:16
33989         Log: The search of infinity continues, this time simplified.
33990      Branch: cfgperl
33991            ! lib/Math/Complex.pm
33992 ____________________________________________________________________________
33993 [  6055] By: jhi                                   on 2000/05/03  17:45:30
33994         Log: Detypo.
33995      Branch: cfgperl
33996            ! hints/unicos.sh
33997 ____________________________________________________________________________
33998 [  6054] By: jhi                                   on 2000/05/02  22:28:27
33999         Log: Be more forgiving in POSIX about HUGE_VALL.
34000      Branch: cfgperl
34001            ! ext/POSIX/POSIX.xs
34002 ____________________________________________________________________________
34003 [  6053] By: jhi                                   on 2000/05/02  22:25:05
34004         Log: Integrate with Sarathy.
34005      Branch: cfgperl
34006           !> hints/irix_6.sh pod/perlop.pod
34007 ____________________________________________________________________________
34008 [  6052] By: jhi                                   on 2000/05/02  22:24:31
34009         Log: Unicos hint tweak.
34010      Branch: cfgperl
34011            ! hints/unicos.sh
34012 ____________________________________________________________________________
34013 [  6051] By: jhi                                   on 2000/05/02  22:21:26
34014         Log: Complex tweakery.
34015      Branch: cfgperl
34016            ! lib/Math/Complex.pm t/lib/complex.t
34017 ____________________________________________________________________________
34018 [  6050] By: jhi                                   on 2000/05/02  19:26:22
34019         Log: Use setxxent()/endxxent().
34020      Branch: cfgperl
34021            ! t/op/grent.t t/op/pwent.t
34022 ____________________________________________________________________________
34023 [  6049] By: jhi                                   on 2000/05/02  19:06:02
34024         Log: Test both the scalar and list contexts.
34025      Branch: cfgperl
34026            ! t/op/grent.t t/op/pwent.t
34027 ____________________________________________________________________________
34028 [  6048] By: gsar                                  on 2000/05/02  18:29:10
34029         Log: add note about how $( doesn't interpolate in REs (from
34030              Philip Newton <newton@ficus.frogspace.net>)
34031      Branch: perl
34032            ! pod/perlop.pod
34033 ____________________________________________________________________________
34034 [  6047] By: jhi                                   on 2000/05/02  17:41:24
34035         Log: Call getspnam() only iff needd.
34036      Branch: cfgperl
34037            ! pp_sys.c
34038 ____________________________________________________________________________
34039 [  6046] By: gsar                                  on 2000/05/02  17:07:25
34040         Log: libscheck has insufficient checks for n32 libs (from
34041              Albert Chin-A-Young <china@thewrittenword.com>)
34042      Branch: perl
34043            ! hints/irix_6.sh
34044 ____________________________________________________________________________
34045 [  6045] By: jhi                                   on 2000/05/02  13:57:17
34046         Log: Integrate with Sarathy.
34047      Branch: cfgperl
34048           !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
34049           !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
34050 ____________________________________________________________________________
34051 [  6044] By: gsar                                  on 2000/05/02  06:48:19
34052         Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
34053              such that underscores are only ignored in literal numbers,
34054              "\x{...}", and hex/oct argument
34055      Branch: perl
34056            ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
34057 ____________________________________________________________________________
34058 [  6043] By: gsar                                  on 2000/05/02  02:22:29
34059         Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
34060      Branch: perl
34061            ! pod/perlretut.pod
34062 ____________________________________________________________________________
34063 [  6042] By: gsar                                  on 2000/05/02  02:17:51
34064         Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
34065      Branch: perl
34066            ! pod/perltrap.pod
34067 ____________________________________________________________________________
34068 [  6041] By: gsar                                  on 2000/05/02  01:53:51
34069         Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
34070              to compensate
34071      Branch: perl
34072            ! Porting/makerel
34073 ____________________________________________________________________________
34074 [  6040] By: gsar                                  on 2000/05/02  01:51:57
34075         Log: missing files in MANIFEST
34076      Branch: perl
34077            ! MANIFEST
34078 ____________________________________________________________________________
34079 [  6039] By: jhi                                   on 2000/05/02  00:36:46
34080         Log: Infinite problems.
34081      Branch: cfgperl
34082            ! lib/Math/Complex.pm
34083 ____________________________________________________________________________
34084 [  6038] By: jhi                                   on 2000/05/02  00:06:38
34085         Log: pwent/spent #ifdef imbalance.
34086      Branch: cfgperl
34087            ! pp_sys.c
34088 ____________________________________________________________________________
34089 [  6037] By: jhi                                   on 2000/05/01  22:50:11
34090         Log: Use HUGE_VALL if applicable.
34091      Branch: cfgperl
34092            ! ext/POSIX/POSIX.xs util.c
34093 ____________________________________________________________________________
34094 [  6036] By: jhi                                   on 2000/05/01  22:20:53
34095         Log: Correct Freudian slip.
34096      Branch: cfgperl
34097            ! pp_sys.c
34098 ____________________________________________________________________________
34099 [  6035] By: jhi                                   on 2000/05/01  21:07:38
34100         Log: Continue on the pwent/spent case.
34101      Branch: cfgperl
34102            ! pp_sys.c
34103 ____________________________________________________________________________
34104 [  6034] By: jhi                                   on 2000/05/01  17:45:14
34105         Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
34106              adjustments in 6032 conflicted badly with this, will have
34107              to revisit them later.
34108      Branch: cfgperl
34109           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
34110           !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
34111           !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
34112           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
34113           !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
34114           !> t/lib/cgi-html.t t/lib/cgi-request.t
34115 ____________________________________________________________________________
34116 [  6033] By: jhi                                   on 2000/05/01  17:40:49
34117         Log: Rewrite the pwent/spent logic to be a little bit more clearer.
34118      Branch: cfgperl
34119            ! pp_sys.c
34120 ____________________________________________________________________________
34121 [  6032] By: gsar                                  on 2000/05/01  15:56:32
34122         Log: whitespace adjustments
34123      Branch: perl
34124            ! pp_sys.c
34125 ____________________________________________________________________________
34126 [  6031] By: gsar                                  on 2000/05/01  15:19:41
34127         Log: small nits in diagnostics.pm (from Robin Barker)
34128      Branch: perl
34129            ! lib/diagnostics.pm pod/perldiag.pod
34130 ____________________________________________________________________________
34131 [  6030] By: gsar                                  on 2000/05/01  08:39:18
34132         Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
34133              for @- and @+ (from Johan Vromans)
34134      Branch: perl
34135            ! lib/English.pm pod/perlvar.pod
34136 ____________________________________________________________________________
34137 [  6029] By: gsar                                  on 2000/05/01  08:16:10
34138         Log: add CGI.pm v2.66 (from Lincoln Stein)
34139      Branch: perl
34140            + lib/CGI/Util.pm t/lib/cgi-pretty.t
34141            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
34142            ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
34143            ! t/lib/cgi-html.t t/lib/cgi-request.t
34144 ____________________________________________________________________________
34145 [  6028] By: gsar                                  on 2000/05/01  06:34:41
34146         Log: Pod::Man generates groff-incompatible macro definition (from
34147              Tom Christiansen)
34148      Branch: perl
34149            ! lib/Pod/Man.pm
34150 ____________________________________________________________________________
34151 [  6027] By: gsar                                  on 2000/05/01  06:31:36
34152         Log: podlators-1.02 update (from Russ Allbery)
34153      Branch: perl
34154            ! lib/Pod/Man.pm lib/Pod/Text.pm
34155 ____________________________________________________________________________
34156 [  6026] By: jhi                                   on 2000/04/30  23:24:23
34157         Log: Integrate with Sarathy.
34158      Branch: cfgperl
34159           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
34160           !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
34161           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
34162           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
34163           !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
34164           !> t/lib/syslog.t toke.c win32/win32.h
34165 ____________________________________________________________________________
34166 [  6025] By: gsar                                  on 2000/04/30  18:17:47
34167         Log: Is{Alnum,Alpha,Word} don't match titlecase
34168              
34169              TODO: IsSpace is defined recursively!
34170              
34171              (both spotted by Larry)
34172      Branch: perl
34173            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
34174            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
34175 ____________________________________________________________________________
34176 [  6024] By: gsar                                  on 2000/04/30  17:50:19
34177         Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
34178              (from Hugo van der Sanden)
34179      Branch: perl
34180            ! toke.c
34181 ____________________________________________________________________________
34182 [  6023] By: gsar                                  on 2000/04/30  17:14:43
34183         Log: debugger stomps on $. (from M.J.T. Guy)
34184      Branch: perl
34185            ! lib/perl5db.pl
34186 ____________________________________________________________________________
34187 [  6022] By: gsar                                  on 2000/04/30  16:59:22
34188         Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
34189      Branch: perl
34190            ! sv.c
34191 ____________________________________________________________________________
34192 [  6021] By: gsar                                  on 2000/04/29  21:00:08
34193         Log: remove Win2K issue in pod (fixed by change#6020)
34194      Branch: perl
34195            ! README.win32 pod/perl56delta.pod
34196 ____________________________________________________________________________
34197 [  6020] By: gsar                                  on 2000/04/29  20:51:49
34198         Log: test tweak
34199      Branch: perl
34200            ! t/lib/open3.t
34201 ____________________________________________________________________________
34202 [  6019] By: gsar                                  on 2000/04/29  20:34:27
34203         Log: windows portability tweaks
34204      Branch: perl
34205            ! t/lib/b.t win32/win32.h
34206 ____________________________________________________________________________
34207 [  6018] By: gsar                                  on 2000/04/29  19:55:24
34208         Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
34209              make _PATH_LOG() return "" if unavailable
34210      Branch: perl
34211            ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
34212            ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
34213 ____________________________________________________________________________
34214 [  6017] By: jhi                                   on 2000/04/28  22:49:46
34215         Log: Integrate with Sarathy.
34216      Branch: cfgperl
34217           !> op.c perl.c pod/perldiag.pod t/lib/b.t
34218 ____________________________________________________________________________
34219 [  6016] By: jhi                                   on 2000/04/28  22:46:14
34220         Log: Do not warn that an infinity does not look like a number.
34221      Branch: cfgperl
34222            ! sv.c
34223 ____________________________________________________________________________
34224 [  6015] By: gsar                                  on 2000/04/28  22:35:49
34225         Log: tweak test for portability
34226      Branch: perl
34227            ! t/lib/b.t
34228 ____________________________________________________________________________
34229 [  6014] By: gsar                                  on 2000/04/28  22:05:31
34230         Log: glob() loading File::Glob behind the scenes may cause syntax errors
34231      Branch: perl
34232            ! op.c
34233 ____________________________________________________________________________
34234 [  6013] By: gsar                                  on 2000/04/28  21:25:22
34235         Log: tweak change#5945 to display correct switch name in diagnostic
34236      Branch: perl
34237            ! perl.c pod/perldiag.pod
34238 ____________________________________________________________________________
34239 [  6012] By: jhi                                   on 2000/04/28  21:08:12
34240         Log: Integrate with Sarathy.
34241      Branch: cfgperl
34242           !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
34243           !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
34244           !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
34245 ____________________________________________________________________________
34246 [  6011] By: jhi                                   on 2000/04/28  21:04:46
34247         Log: &HUGE_VAL is not defined, it exists.
34248      Branch: cfgperl
34249            ! lib/Math/Complex.pm
34250 ____________________________________________________________________________
34251 [  6010] By: gsar                                  on 2000/04/28  21:02:58
34252         Log: clarify note about shadow password support (from
34253              gellyfish@gellyfish.com)
34254      Branch: perl
34255            ! pod/perlfunc.pod
34256 ____________________________________________________________________________
34257 [  6009] By: gsar                                  on 2000/04/28  21:00:00
34258         Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
34259      Branch: perl
34260            ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
34261 ____________________________________________________________________________
34262 [  6008] By: gsar                                  on 2000/04/28  20:56:33
34263         Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
34264      Branch: perl
34265            ! installperl vms/subconfigure.com
34266 ____________________________________________________________________________
34267 [  6007] By: gsar                                  on 2000/04/28  20:51:21
34268         Log: note about compile failures and END blocks (from M.J.T. Guy)
34269      Branch: perl
34270            ! pod/perl56delta.pod pod/perlmod.pod
34271 ____________________________________________________________________________
34272 [  6006] By: jhi                                   on 2000/04/28  20:42:14
34273         Log: Regen Configure.
34274      Branch: cfgperl
34275            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
34276            ! config_h.SH
34277 ____________________________________________________________________________
34278 [  6005] By: gsar                                  on 2000/04/28  20:41:16
34279         Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
34280      Branch: perl
34281            ! utils/perldoc.PL
34282 ____________________________________________________________________________
34283 [  6004] By: jhi                                   on 2000/04/28  20:28:21
34284         Log: Integrate with Sarathy.
34285      Branch: cfgperl
34286           !> Configure INSTALL Porting/Glossary Porting/config.sh
34287           !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
34288           !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
34289           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
34290           !> win32/config.vc win32/win32.c
34291 ____________________________________________________________________________
34292 [  6003] By: gsar                                  on 2000/04/28  20:11:20
34293         Log: allow REG_EXPAND_SZ keys in Windows registry (from
34294              John Clayton <John.Clayton@barclayscapital.com>)
34295      Branch: perl
34296            ! win32/win32.c
34297 ____________________________________________________________________________
34298 [  6002] By: gsar                                  on 2000/04/28  19:34:16
34299         Log: destructive sv_setsv() can lose UV-ness from source, causing
34300              numeric promotions/comparisons to fail to do the right thing
34301      Branch: perl
34302            ! sv.c
34303 ____________________________________________________________________________
34304 [  6001] By: gsar                                  on 2000/04/28  18:44:15
34305         Log: support additional library locations via $Config{otherlibdirs}
34306              (from Andy Dougherty)
34307      Branch: perl
34308            ! Configure INSTALL Porting/Glossary Porting/config.sh
34309            ! Porting/config_H config_h.SH epoc/config.sh perl.c
34310            ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
34311            ! win32/config.bc win32/config.gc win32/config.vc
34312 ____________________________________________________________________________
34313 [  6000] By: gsar                                  on 2000/04/28  18:26:58
34314         Log: reworked otherlibdirs.U (from Andy Dougherty)
34315      Branch: metaconfig
34316            ! U/installdirs/otherlibdirs.U
34317 ____________________________________________________________________________
34318 [  5999] By: gsar                                  on 2000/04/28  18:17:07
34319         Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
34320      Branch: perl
34321            ! t/pragma/warn/toke toke.c
34322 ____________________________________________________________________________
34323 [  5998] By: jhi                                   on 2000/04/28  13:32:17
34324         Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
34325      Branch: cfgperl
34326            ! lib/Math/Complex.pm
34327 ____________________________________________________________________________
34328 [  5997] By: jhi                                   on 2000/04/28  13:14:04
34329         Log: Preserve $!.
34330      Branch: cfgperl
34331            ! lib/Math/Complex.pm
34332 ____________________________________________________________________________
34333 [  5996] By: jhi                                   on 2000/04/28  12:59:23
34334         Log: Integrate with Sarathy.
34335      Branch: cfgperl
34336           +> pod/perlrequick.pod pod/perlretut.pod
34337           !> (integrate 51 files)
34338 ____________________________________________________________________________
34339 [  5995] By: gsar                                  on 2000/04/28  09:37:36
34340         Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
34341      Branch: perl
34342            ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
34343 ____________________________________________________________________________
34344 [  5994] By: gsar                                  on 2000/04/28  09:33:26
34345         Log: fix for missed accounting for null byte in pack("Z",...) (from
34346              M.J.T. Guy)
34347      Branch: perl
34348            ! pp.c t/op/pack.t
34349 ____________________________________________________________________________
34350 [  5993] By: gsar                                  on 2000/04/28  09:30:05
34351         Log: various minor tweaks seen on p5p
34352      Branch: perl
34353            ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
34354 ____________________________________________________________________________
34355 [  5992] By: gsar                                  on 2000/04/28  09:08:19
34356         Log: pod nit (from Simon Cozens)
34357      Branch: perl
34358            ! pod/perlop.pod
34359 ____________________________________________________________________________
34360 [  5991] By: gsar                                  on 2000/04/28  09:06:36
34361         Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
34362      Branch: perl
34363            ! README.posix-bc hints/posix-bc.sh
34364 ____________________________________________________________________________
34365 [  5990] By: gsar                                  on 2000/04/28  08:54:52
34366         Log: use $ENV{LIB} to search for libs under Visual C compiler
34367              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
34368      Branch: perl
34369            ! lib/ExtUtils/Liblist.pm
34370 ____________________________________________________________________________
34371 [  5989] By: gsar                                  on 2000/04/28  08:27:12
34372         Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
34373              itself and no other (from Tom Hughes)
34374      Branch: perl
34375            ! t/op/array.t toke.c
34376 ____________________________________________________________________________
34377 [  5988] By: gsar                                  on 2000/04/28  08:01:38
34378         Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
34379              <paul@miraclefish.com>)
34380      Branch: perl
34381            ! lib/ExtUtils/MakeMaker.pm
34382 ____________________________________________________________________________
34383 [  5987] By: gsar                                  on 2000/04/28  07:53:09
34384         Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
34385      Branch: perl
34386            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
34387 ____________________________________________________________________________
34388 [  5986] By: gsar                                  on 2000/04/28  07:44:17
34389         Log: add regular expressions tutorial and quick-start guide (from
34390              Mark Kvale <kvale@phy.ucsf.edu>)
34391      Branch: perl
34392            + pod/perlrequick.pod pod/perlretut.pod
34393            ! AUTHORS MAINTAIN MANIFEST
34394 ____________________________________________________________________________
34395 [  5985] By: gsar                                  on 2000/04/28  07:30:28
34396         Log: forked child may not exit correctly if it failed to open
34397              /dev/console (from Graham Barr)
34398      Branch: perl
34399            ! ext/Sys/Syslog/Syslog.pm
34400 ____________________________________________________________________________
34401 [  5984] By: gsar                                  on 2000/04/28  07:27:20
34402         Log: attributes::reftype() doesn't work on tied argument
34403      Branch: perl
34404            ! xsutils.c
34405 ____________________________________________________________________________
34406 [  5983] By: gsar                                  on 2000/04/28  07:15:04
34407         Log: numeric conversion of non-number in change#3378 tramples on
34408              OOK offset, causing segfaults
34409      Branch: perl
34410            ! sv.c
34411 ____________________________________________________________________________
34412 [  5982] By: gsar                                  on 2000/04/28  04:48:25
34413         Log: avoid error in IO::Socket::INET when given an unknown service name
34414              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
34415      Branch: perl
34416            ! ext/IO/lib/IO/Socket/INET.pm
34417 ____________________________________________________________________________
34418 [  5981] By: gsar                                  on 2000/04/28  04:31:31
34419         Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
34420              prototype mismatch with CORE::glob(); update pod and tests to
34421              suit (File::Glob::glob() is still available for backward
34422              compatibility, but should be considered deprecated)
34423      Branch: perl
34424            ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
34425            ! t/lib/glob-taint.t
34426 ____________________________________________________________________________
34427 [  5980] By: gsar                                  on 2000/04/28  03:47:29
34428         Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
34429              <ghudson@mit.edu>)
34430      Branch: metaconfig
34431            ! U/modified/Options.U
34432      Branch: perl
34433            ! Configure
34434 ____________________________________________________________________________
34435 [  5979] By: gsar                                  on 2000/04/28  03:07:54
34436         Log: under useithreads, constant pad entries could inadvertantly be
34437              shared across threads (from Eric Blood <eblood@xmission.com>);
34438              added Eric's test case to testsuite
34439      Branch: perl
34440            ! op.c t/op/misc.t
34441 ____________________________________________________________________________
34442 [  5978] By: gsar                                  on 2000/04/27  21:13:00
34443         Log: sync version numbers in File::Spec with the ones on CPAN
34444              (from Barrie Slaymaker)
34445      Branch: perl
34446            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
34447            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
34448            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
34449 ____________________________________________________________________________
34450 [  5977] By: gsar                                  on 2000/04/27  21:07:29
34451         Log: autoquote barewords followed by newline and arrow properly
34452              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
34453      Branch: perl
34454            ! t/pragma/warn/toke toke.c
34455 ____________________________________________________________________________
34456 [  5976] By: gsar                                  on 2000/04/27  20:41:20
34457         Log: DB_File v1.73 update (from Paul Marquess)
34458      Branch: perl
34459            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
34460            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
34461 ____________________________________________________________________________
34462 [  5975] By: gsar                                  on 2000/04/27  20:34:24
34463         Log: allow sort() reentrancy (variant of patch suggested by
34464              Hugo van der Sanden)
34465      Branch: perl
34466            ! pp_ctl.c t/op/sort.t
34467 ____________________________________________________________________________
34468 [  5974] By: gsar                                  on 2000/04/27  19:46:57
34469         Log: change#4197 somehow missed initializing PL_errors, meaning
34470              sytax error queueing wasn't working outside eval"" at all;
34471              also fixed eval"" to localize PL_error_count, so that compile-time
34472              eval's don't clobber the error state of the outer context
34473      Branch: perl
34474            ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
34475            ! t/pragma/warn/toke
34476 ____________________________________________________________________________
34477 [  5973] By: gsar                                  on 2000/04/27  18:29:05
34478         Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
34479      Branch: perl
34480            ! regcomp.c regexec.c t/op/re_tests
34481 ____________________________________________________________________________
34482 [  5972] By: jhi                                   on 2000/04/27  18:22:41
34483         Log: Integrate with Sarathy.
34484      Branch: cfgperl
34485           +> t/lib/b.t t/lib/syslog.t
34486           !> (integrate 31 files)
34487 ____________________________________________________________________________
34488 [  5971] By: jhi                                   on 2000/04/27  18:18:46
34489         Log: Unicos tweaks from Mark P. Lutz.
34490      Branch: cfgperl
34491            ! hints/unicos.sh lib/Math/Complex.pm
34492 ____________________________________________________________________________
34493 [  5970] By: gsar                                  on 2000/04/27  18:05:11
34494         Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
34495              IV is >32bits
34496      Branch: perl
34497            ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
34498 ____________________________________________________________________________
34499 [  5969] By: gsar                                  on 2000/04/27  17:50:56
34500         Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
34501      Branch: perl
34502            + t/lib/syslog.t
34503            ! MANIFEST ext/Sys/Syslog/Syslog.pm
34504 ____________________________________________________________________________
34505 [  5968] By: gsar                                  on 2000/04/27  17:44:49
34506         Log: tolerate spaces in group names in test on solaris (from David Boyce
34507              <dsb@boyski.com>)
34508      Branch: perl
34509            ! t/op/groups.t
34510 ____________________________________________________________________________
34511 [  5967] By: gsar                                  on 2000/04/27  17:41:22
34512         Log: improved docs on the warn_uninit diagnostic (from David Glasser
34513              and Simon Cozens)
34514      Branch: perl
34515            ! pod/perldiag.pod
34516 ____________________________________________________________________________
34517 [  5966] By: gsar                                  on 2000/04/27  16:54:58
34518         Log: add testsuite for B backends, fix bug in B::Deparse (from
34519              Simon Cozens <simon@brecon.co.uk>)
34520      Branch: perl
34521            + t/lib/b.t
34522            ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
34523 ____________________________________________________________________________
34524 [  5965] By: gsar                                  on 2000/04/27  16:10:37
34525         Log: avoid "will not stay shared" warnings for our variables (from
34526              Robin Barker)
34527      Branch: perl
34528            ! op.c t/pragma/warn/op
34529 ____________________________________________________________________________
34530 [  5964] By: gsar                                  on 2000/04/27  07:05:05
34531         Log: reformat to 72 columns (again)
34532      Branch: perl
34533            ! pod/perldiag.pod
34534 ____________________________________________________________________________
34535 [  5963] By: gsar                                  on 2000/04/27  06:28:31
34536         Log: patch from Larry to make (\&) prototype work; added tests for
34537              the same
34538      Branch: perl
34539            ! op.c t/comp/proto.t
34540 ____________________________________________________________________________
34541 [  5962] By: gsar                                  on 2000/04/27  06:15:47
34542         Log: updated README.hpux (from Jeff Okamoto)
34543      Branch: perl
34544            ! README.hpux
34545 ____________________________________________________________________________
34546 [  5961] By: gsar                                  on 2000/04/27  05:55:03
34547         Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
34548      Branch: perl
34549            ! emacs/cperl-mode.el
34550 ____________________________________________________________________________
34551 [  5960] By: gsar                                  on 2000/04/27  05:49:26
34552         Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
34553      Branch: perl
34554            ! INSTALL
34555 ____________________________________________________________________________
34556 [  5959] By: gsar                                  on 2000/04/27  05:33:41
34557         Log: doubled words in pods (from Simon Cozens
34558              <simon.p.cozens@jp.pwcglobal.com>)
34559      Branch: perl
34560            ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
34561            ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
34562            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
34563            ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
34564            ! pod/perltootc.pod
34565 ____________________________________________________________________________
34566 [  5958] By: gsar                                  on 2000/04/27  05:11:39
34567         Log: change#3569 deleted some essential code, revert; avoid use of
34568              atexit() to make DynaLoader work properly on AIX under mod_perl
34569              (from Jens-Uwe Mager <jum@helios.de>)
34570      Branch: perl
34571            ! ext/DynaLoader/dl_aix.xs
34572 ____________________________________________________________________________
34573 [  5957] By: gsar                                  on 2000/04/27  04:54:51
34574         Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
34575      Branch: perl
34576            ! pod/perlmod.pod
34577 ____________________________________________________________________________
34578 [  5956] By: gsar                                  on 2000/04/27  04:51:47
34579         Log: better diagnostics on failed tests (from Ilya Zakharevich)
34580      Branch: perl
34581            ! t/op/lex_assign.t
34582 ____________________________________________________________________________
34583 [  5955] By: gsar                                  on 2000/04/27  04:26:44
34584         Log: longstanding bug exposed by change#3307: sort arguments weren't
34585              compiled with the right wantarray context (ensuing runtime lookup
34586              via block_gimme() was getting the incidental context of the
34587              sort() itself)
34588      Branch: perl
34589            ! op.c t/op/sort.t
34590 ____________________________________________________________________________
34591 [  5954] By: gsar                                  on 2000/04/26  23:42:12
34592         Log: integrate cfgperl contents into mainline
34593      Branch: perl
34594           !> (integrate 30 files)
34595 ____________________________________________________________________________
34596 [  5953] By: jhi                                   on 2000/04/26  23:06:42
34597         Log: Integrate with Sarathy.
34598      Branch: cfgperl
34599           !> README.win32 ext/B/B/Deparse.pm
34600           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
34601           !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
34602           !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
34603           !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
34604           !> utils/perldoc.PL vms/perlvms.pod
34605 ____________________________________________________________________________
34606 [  5952] By: jhi                                   on 2000/04/26  23:03:46
34607         Log: Undo "use integer" addition from 64bitint as it seems
34608              to break most of the subtests in Digital UNIX;
34609              Unicos needs to find another way.
34610      Branch: cfgperl
34611            ! t/op/64bitint.t
34612 ____________________________________________________________________________
34613 [  5951] By: jhi                                   on 2000/04/26  22:57:53
34614         Log: Be more robust on "extreme" (large absolute value)
34615              arguments.  Originally reported by Daniel Connelly
34616              as a problem with asinh() on large negative arguments,
34617              asinh() used to bail out because an argument to log()
34618              ended up being zero.  Ilya Zakharevich proposed using
34619              Taylor's series in such cases, which for such large
34620              arguments is a very good approximation.
34621      Branch: cfgperl
34622            ! lib/Math/Complex.pm t/lib/complex.t
34623 ____________________________________________________________________________
34624 [  5950] By: gsar                                  on 2000/04/25  19:13:12
34625         Log: reformat perldiag to avoid long lines
34626      Branch: perl
34627            ! pod/perldiag.pod
34628 ____________________________________________________________________________
34629 [  5949] By: gsar                                  on 2000/04/25  18:41:11
34630         Log: make perldoc use the pod2man from the same version (from
34631              M.J.T. Guy)
34632      Branch: perl
34633            ! utils/perldoc.PL
34634 ____________________________________________________________________________
34635 [  5948] By: gsar                                  on 2000/04/25  18:21:57
34636         Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
34637              <kompas@kompas.usr.onet.pl>)
34638      Branch: perl
34639            ! lib/vars.pm
34640 ____________________________________________________________________________
34641 [  5947] By: gsar                                  on 2000/04/25  18:11:53
34642         Log: use &dl_error rather than &dl_load_file as the guard for calling
34643              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
34644              statically built perl)
34645      Branch: perl
34646            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
34647 ____________________________________________________________________________
34648 [  5946] By: jhi                                   on 2000/04/25  17:37:54
34649         Log: Document that tr() is not tr(1).
34650      Branch: cfgperl
34651            ! pod/perlop.pod
34652 ____________________________________________________________________________
34653 [  5945] By: gsar                                  on 2000/04/25  16:34:33
34654         Log: make module name mandatory after -M switch; reorder perldiag
34655              alphabetically (from Mark-Jason Dominus)
34656      Branch: perl
34657            ! perl.c pod/perldiag.pod
34658 ____________________________________________________________________________
34659 [  5944] By: jhi                                   on 2000/04/25  01:15:18
34660         Log: On second thoughts frexp() does have two arguments.
34661      Branch: cfgperl
34662            ! perl.h
34663 ____________________________________________________________________________
34664 [  5943] By: jhi                                   on 2000/04/24  22:56:32
34665         Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
34666              Now pp_ncmp() returns undef is either operand is a NaN.
34667      Branch: cfgperl
34668            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
34669            ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
34670            ! vms/subconfigure.com vos/config.def vos/config.h
34671            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
34672            ! win32/config.vc win32/config_H.bc win32/config_H.gc
34673            ! win32/config_H.vc
34674      Branch: metaconfig/U/perl
34675            + d_modfl.U
34676 ____________________________________________________________________________
34677 [  5942] By: jhi                                   on 2000/04/24  19:45:17
34678         Log: Regen Configure to match #5937.
34679      Branch: cfgperl
34680            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
34681            ! config_h.SH
34682      Branch: metaconfig
34683            ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
34684 ____________________________________________________________________________
34685 [  5941] By: jhi                                   on 2000/04/24  19:24:11
34686         Log: Further Unicos fixes for Mark Lutz.
34687      Branch: cfgperl
34688            ! hints/unicos.sh pp_ctl.c
34689 ____________________________________________________________________________
34690 [  5940] By: jhi                                   on 2000/04/24  19:09:06
34691         Log: Various Unicos 10.0.0.6 fixes.
34692              
34693              Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
34694              From: Mark P Lutz <tecmpl1@triton.ca.boeing.com> 
34695              Reply-To: tecmpl1@triton.ca.boeing.com 
34696              To: perl5-porters@perl.org 
34697              Date: Fri, 14 Apr 2000 20:21:00 GMT 
34698              Message-Id: <200004142021.UAA36232@triton.ca.boeing.com> 
34699      Branch: cfgperl
34700            ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
34701 ____________________________________________________________________________
34702 [  5939] By: gsar                                  on 2000/04/24  19:01:24
34703         Log: more pod nits (from Larry Virden)
34704      Branch: perl
34705            ! README.win32 pod/perlsub.pod pod/perlsyn.pod
34706            ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
34707            ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
34708 ____________________________________________________________________________
34709 [  5938] By: gsar                                  on 2000/04/24  18:54:01
34710         Log: Consolidated B::Deparse fixes (from Stephen McCamant)
34711      Branch: perl
34712            ! ext/B/B/Deparse.pm
34713 ____________________________________________________________________________
34714 [  5937] By: jhi                                   on 2000/04/24  17:39:00
34715         Log: Integrate with Sarathy.
34716      Branch: cfgperl
34717           +> (branch 31 files)
34718           !> (integrate 73 files)
34719 ____________________________________________________________________________
34720 [  5936] By: gsar                                  on 2000/04/24  17:30:06
34721         Log: additional tests for change#5934 (from Paul Marquess, who also
34722              sent in the same fix)
34723      Branch: perl
34724            ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
34725            ! t/pragma/warn/5nolint t/pragma/warn/6default
34726 ____________________________________________________________________________
34727 [  5935] By: jhi                                   on 2000/04/24  17:26:05
34728         Log: Do not assume sign propagation.
34729              Subject:  [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
34730              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 
34731              To: payner@ncifcrf.gov, perl5-porters@perl.org 
34732              Date: Tue, 18 Apr 2000 18:24:49 +0100 
34733              Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk> 
34734      Branch: cfgperl
34735            ! t/op/bop.t t/op/misc.t
34736 ____________________________________________________________________________
34737 [  5934] By: gsar                                  on 2000/04/24  17:16:54
34738         Log: propagate lexical warnings from surrounding scope correctly
34739              within string eval()
34740      Branch: perl
34741            ! pp_ctl.c t/pragma/warn/pp_ctl
34742 ____________________________________________________________________________
34743 [  5933] By: jhi                                   on 2000/04/24  17:01:07
34744         Log: Flatten the cpp jungle doing the nosuid checking.
34745      Branch: cfgperl
34746            ! perl.c
34747 ____________________________________________________________________________
34748 [  5932] By: gsar                                  on 2000/04/24  09:08:14
34749         Log: add rsignal(), whichsig() and do_join() to public API list
34750              (mod_perl uses them to good advantage)
34751      Branch: perl
34752            ! embed.pl global.sym objXSUB.h perlapi.c proto.h
34753 ____________________________________________________________________________
34754 [  5931] By: gsar                                  on 2000/04/24  09:01:40
34755         Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
34756      Branch: perl
34757            ! pp_hot.c regexec.c t/op/pat.t
34758 ____________________________________________________________________________
34759 [  5930] By: gsar                                  on 2000/04/24  08:58:33
34760         Log: small os390 tweaks (from Peter Prymmer)
34761      Branch: perl
34762            ! config_h.SH makedepend.SH
34763 ____________________________________________________________________________
34764 [  5929] By: gsar                                  on 2000/04/24  08:55:25
34765         Log: pod nits
34766      Branch: perl
34767            ! pod/perlguts.pod
34768 ____________________________________________________________________________
34769 [  5928] By: gsar                                  on 2000/04/24  08:50:13
34770         Log: revert change#5923 ("breaks" t/lib/io_poll.t)
34771      Branch: perl
34772            ! ext/IO/lib/IO/Poll.pm
34773 ____________________________________________________________________________
34774 [  5927] By: gsar                                  on 2000/04/24  08:43:24
34775         Log: arrange for next() to resume at the unstack op rather than the
34776              loop conditional, so that scope cleanup happens correctly
34777              (from Stephen McCamant)
34778      Branch: perl
34779            ! op.c pp_ctl.c t/op/misc.t
34780 ____________________________________________________________________________
34781 [  5926] By: gsar                                  on 2000/04/24  08:18:40
34782         Log: on windows, reserve 16M of stack rather than 128M (allows more
34783              threads to run concurrently)
34784      Branch: perl
34785            ! win32/Makefile win32/makefile.mk
34786 ____________________________________________________________________________
34787 [  5925] By: gsar                                  on 2000/04/24  08:13:52
34788         Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
34789      Branch: perl
34790            ! toke.c
34791 ____________________________________________________________________________
34792 [  5924] By: gsar                                  on 2000/04/24  08:08:59
34793         Log: avoid using uninitialized memory in require version check
34794      Branch: perl
34795            ! pp_ctl.c universal.c
34796 ____________________________________________________________________________
34797 [  5923] By: gsar                                  on 2000/04/24  07:20:14
34798         Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
34799      Branch: perl
34800            ! ext/IO/lib/IO/Poll.pm
34801 ____________________________________________________________________________
34802 [  5922] By: gsar                                  on 2000/04/24  07:08:42
34803         Log: commentary about IoTYPE() (from Nathan Torkington)
34804      Branch: perl
34805            ! sv.h
34806 ____________________________________________________________________________
34807 [  5921] By: gsar                                  on 2000/04/24  06:58:26
34808         Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
34809              by fix
34810      Branch: perl
34811            ! sv.c t/lib/charnames.t t/pragma/utf8.t
34812 ____________________________________________________________________________
34813 [  5920] By: gsar                                  on 2000/04/24  06:37:59
34814         Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
34815      Branch: perl
34816            ! doop.c t/op/ver.t
34817 ____________________________________________________________________________
34818 [  5919] By: gsar                                  on 2000/04/24  06:21:58
34819         Log: Configure might miss old directories when prefix must be
34820              expanded (from Robin Barker)
34821      Branch: metaconfig
34822            ! U/installdirs/inc_version_list.U
34823      Branch: perl
34824            ! Configure
34825 ____________________________________________________________________________
34826 [  5918] By: gsar                                  on 2000/04/24  06:16:11
34827         Log: VMS nits in glob() test (from Charles Lane)
34828      Branch: perl
34829            ! t/lib/glob-basic.t
34830 ____________________________________________________________________________
34831 [  5917] By: gsar                                  on 2000/04/24  06:11:56
34832         Log: various pod nits (from Larry Virden and others)
34833      Branch: perl
34834            ! README.amiga README.hpux README.machten README.os2
34835            ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
34836            ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
34837            ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
34838            ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
34839            ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
34840            ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
34841            ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
34842            ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
34843 ____________________________________________________________________________
34844 [  5916] By: gsar                                  on 2000/04/24  05:52:43
34845         Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
34846              <wjones@tc.fluke.com>)
34847      Branch: perl
34848            ! t/lib/glob-basic.t
34849 ____________________________________________________________________________
34850 [  5915] By: gsar                                  on 2000/04/24  05:07:01
34851         Log: supported platforms mixed up
34852      Branch: perl
34853            ! pod/perl56delta.pod pod/perlport.pod
34854 ____________________________________________________________________________
34855 [  5914] By: gsar                                  on 2000/04/24  04:56:08
34856         Log: caller() wasn't returning the right number of elements for
34857              eval {...}
34858      Branch: perl
34859            ! pp_ctl.c t/pragma/warn/9enabled
34860 ____________________________________________________________________________
34861 [  5913] By: gsar                                  on 2000/04/24  04:35:41
34862         Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
34863              Mark-Jason Dominus)
34864      Branch: perl
34865            ! pod/perlfunc.pod
34866 ____________________________________________________________________________
34867 [  5912] By: gsar                                  on 2000/04/24  04:17:15
34868         Log: fix totally broken caching in UNIVERSAL::isa() (from
34869              Nick Ing-Simmons)
34870      Branch: perl
34871            ! t/op/universal.t universal.c
34872 ____________________________________________________________________________
34873 [  5911] By: gsar                                  on 2000/04/24  03:39:47
34874         Log: add linebreak properties from unicode/LineBrk.txt (from
34875              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
34876      Branch: perl
34877            + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
34878            + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
34879            + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
34880            + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
34881            + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
34882            + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
34883            + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
34884            + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
34885            + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
34886            + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
34887            + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
34888            + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
34889            + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
34890            + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
34891            + lib/unicode/Is/LbrkZW.pl
34892            ! lib/unicode/mktables.PL
34893 ____________________________________________________________________________
34894 [  5910] By: gsar                                  on 2000/04/24  03:23:10
34895         Log: typo in pod
34896      Branch: perl
34897            ! ext/Thread/Thread.pm
34898 ____________________________________________________________________________
34899 [  5909] By: gsar                                  on 2000/04/24  03:22:03
34900         Log: mode argument to do_binmode() should be file mode, not boolean
34901      Branch: perl
34902            ! pp_sys.c
34903 ____________________________________________________________________________
34904 [  5908] By: gsar                                  on 2000/04/16  16:51:08
34905         Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
34906              always returns a valid GV even when the symbol is trapped by strictures
34907              (avoids coredumps)
34908              
34909              TODO: the C<package;> hack needs similar treatment
34910      Branch: perl
34911            ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
34912            ! t/pragma/strict-vars
34913 ____________________________________________________________________________
34914 [  5907] By: jhi                                   on 2000/03/31  23:42:56
34915         Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
34916              an assumption which #5905 demolished.
34917      Branch: cfgperl
34918            ! pp_sys.c
34919 ____________________________________________________________________________
34920 [  5906] By: jhi                                   on 2000/03/31  18:54:37
34921         Log: Typo in #5905.
34922      Branch: cfgperl
34923            ! t/op/64bitint.t
34924 ____________________________________________________________________________
34925 [  5905] By: jhi                                   on 2000/03/31  18:50:54
34926         Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
34927              reported by Joseph N. Hall.  The bug was that even with use64bitint
34928              one had to use the prefixes q, L, or ll with printf/sprintf,
34929              contrary to the documentation and common sense.
34930      Branch: cfgperl
34931            ! sv.c t/op/64bitint.t
34932 ____________________________________________________________________________
34933 [  5904] By: gsar                                  on 2000/03/28  02:31:32
34934         Log: add Changes, perldelta.pod
34935      Branch: perl
34936            + Changes pod/perldelta.pod
34937 ____________________________________________________________________________
34938 [  5903] By: gsar                                  on 2000/03/28  02:03:55
34939         Log: rename Changes and perldelta.pod
34940      Branch: perl
34941           +> Changes5.6 pod/perl56delta.pod
34942            - Changes pod/perldelta.pod
34943            ! MANIFEST
34944 ____________________________________________________________________________
34945 [  5902] By: gsar                                  on 2000/03/28  01:59:14
34946         Log: create maint-5.6 branch
34947      Branch: maint-5.6/perl
34948           +> (branch 1611 files)
34949 ____________________________________________________________________________
34950 [  5901] By: jhi                                   on 2000/03/23  05:48:43
34951         Log: Integrate with Sarathy.
34952      Branch: cfgperl
34953           !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
34954 ____________________________________________________________________________
34955 [  5900] By: gsar                                  on 2000/03/23  05:42:43
34956         Log: three guesses on what this is :-)
34957      Branch: perl
34958            ! Changes