MPE/iX tweaks from Mark Bixby.
[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 [ 10537] By: jhi                                   on 2001/06/12  14:11:26
35         Log: One less -Wall whine (found under DEBUGGING).
36      Branch: perl
37            ! x2p/Makefile.SH x2p/a2p.c
38 ____________________________________________________________________________
39 [ 10536] By: jhi                                   on 2001/06/12  13:32:09
40         Log: s/case-independent/case-insensitive/g
41      Branch: perl
42            ! pod/perldebug.pod
43 ____________________________________________________________________________
44 [ 10535] By: jhi                                   on 2001/06/12  13:27:28
45         Log: As suggested in    
46              
47              Subject: Re: ext/ + -Wall
48              From: Gurusamy Sarathy <gsar@ActiveState.com>
49              Date: Mon, 11 Jun 2001 23:34:31 -0700
50              Message-Id: <200106120634.f5C6YVM07246@smtp3.ActiveState.com>
51      Branch: perl
52            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs globals.c
53            ! perl.h
54 ____________________________________________________________________________
55 [ 10534] By: jhi                                   on 2001/06/12  13:13:27
56         Log: Subject: ext/ + -Wall
57              From: Doug MacEachern <dougm@covalent.net>
58              Date: Mon, 11 Jun 2001 22:19:45 -0700 (PDT)
59              Message-ID: <Pine.LNX.4.21.0106112212261.24181-100000@mako.covalent.net>
60      Branch: perl
61            ! ext/ByteLoader/ByteLoader.xs ext/DB_File/DB_File.xs
62            ! ext/DB_File/version.c ext/Devel/DProf/DProf.xs
63            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dlutils.c
64            ! ext/Encode/Encode.xs ext/File/Glob/bsd_glob.c
65            ! ext/Filter/Util/Call/Call.xs ext/GDBM_File/GDBM_File.xs
66            ! ext/List/Util/Util.xs ext/MIME/Base64/Base64.xs
67            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
68            ! ext/PerlIO/Via/Via.xs ext/Time/HiRes/HiRes.xs
69            ! ext/Time/Piece/Piece.xs ext/attrs/attrs.xs globals.c
70            ! lib/ExtUtils/xsubpp
71 ____________________________________________________________________________
72 [ 10533] By: jhi                                   on 2001/06/12  12:52:57
73         Log: Subject: [PATCH] anonymous stashes
74              From: Abhijit Menon-Sen <ams@wiw.org>
75              Date: Tue, 12 Jun 2001 12:47:04 +0530
76              Message-ID: <20010612124704.A29029@lustre.linux.in>
77      Branch: perl
78            ! dump.c gv.c sv.c xsutils.c
79 ____________________________________________________________________________
80 [ 10532] By: jhi                                   on 2001/06/12  12:37:36
81         Log: One more test for $^S.
82      Branch: perl
83            ! t/op/magic.t
84 ____________________________________________________________________________
85 [ 10531] By: jhi                                   on 2001/06/12  12:35:02
86         Log: Subject: [PATCH 20010612.002] $^S almost entirely broken with 5.6.1
87              From: Abhijit Menon-Sen <ams@wiw.org>
88              Date: Tue, 12 Jun 2001 17:35:55 +0530
89              Message-ID: <20010612173555.A32426@lustre.linux.in>
90      Branch: perl
91            ! mg.c t/op/magic.t
92 ____________________________________________________________________________
93 [ 10530] By: jhi                                   on 2001/06/12  12:31:11
94         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
95              From: Mike Guy <mjtg@cam.ac.uk>
96              Date: Tue, 12 Jun 2001 13:14:15 +0100
97              Message-Id: <E159n3n-0000xa-00@draco.cus.cam.ac.uk>
98      Branch: perl
99            ! pod/perlop.pod
100 ____________________________________________________________________________
101 [ 10529] By: jhi                                   on 2001/06/12  12:21:06
102         Log: AUTHORS updates.
103      Branch: perl
104            ! AUTHORS
105 ____________________________________________________________________________
106 [ 10528] By: jhi                                   on 2001/06/12  12:19:47
107         Log: Subject: [PATCH] rhapsody/darwin minor cleanup
108              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
109              Content-Transfer-Encoding: 7bit
110              Message-Id: <200106121009.GAA01968@melbourne-city-street.mit.edu>
111      Branch: perl
112            ! Makefile.SH hints/darwin.sh hints/rhapsody.sh
113 ____________________________________________________________________________
114 [ 10527] By: jhi                                   on 2001/06/12  11:58:53
115         Log: Subject: [MacPerl-Porters] Re: [PATCH] Mac OS Compatability for bleadperl
116              From: "Philip Newton" <Philip.Newton@gmx.net>
117              Date: Mon, 11 Jun 2001 07:08:03 +0200
118              Message-Id: <200106120802.LAA08992@taas.iki.fi>
119      Branch: perl
120            ! t/base/term.t
121 ____________________________________________________________________________
122 [ 10526] By: jhi                                   on 2001/06/12  01:35:34
123         Log: Cleanup the a2p.c for -Wall.
124      Branch: perl
125            ! x2p/Makefile.SH x2p/a2p.c
126 ____________________________________________________________________________
127 [ 10525] By: jhi                                   on 2001/06/12  01:10:56
128         Log: File::Find update for MacOS from Chris Nandor.
129      Branch: perl
130            ! lib/File/Find.pm t/lib/filefind.t
131 ____________________________________________________________________________
132 [ 10524] By: jhi                                   on 2001/06/12  00:29:20
133         Log: gcc -Wall nits picked out by a non-UNIX system
134              (courtesy of Mark Bixby)
135      Branch: perl
136            ! doio.c ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_mpeix.xs
137            ! ext/IO/IO.xs ext/PerlIO/Via/Via.xs ext/Socket/Socket.xs
138            ! pp_sys.c util.c
139 ____________________________________________________________________________
140 [ 10523] By: jhi                                   on 2001/06/11  22:34:03
141         Log: Metaconfig unit change for #10522.  (The d_modfl changes
142              placate metalint.)
143      Branch: metaconfig/U/perl
144            ! d_modfl.U d_u32align.U
145 ____________________________________________________________________________
146 [ 10522] By: jhi                                   on 2001/06/11  22:33:00
147         Log: Buglet found by Mark Bixby: "./try >&2 >/dev/null" should
148              be "./try 2>&1 >/dev/null".
149      Branch: perl
150            ! Configure
151 ____________________________________________________________________________
152 [ 10521] By: jhi                                   on 2001/06/11  19:49:54
153         Log: Subject: [PATCH perl@10517] DCL quoting syntax drives pumpking mad
154              From: "Craig A. Berry" <craigberry@mac.com>
155              Date: Mon, 11 Jun 2001 14:00:32 -0500
156              Message-Id: <5.1.0.14.0.20010611134750.03985cb8@exchi01>
157      Branch: perl
158            ! configure.com
159 ____________________________________________________________________________
160 [ 10520] By: jhi                                   on 2001/06/11  17:55:47
161         Log: Move the full \p\P lists to perlunicode.
162      Branch: perl
163            ! pod/perlretut.pod pod/perlunicode.pod
164 ____________________________________________________________________________
165 [ 10519] By: jhi                                   on 2001/06/11  17:10:00
166         Log: VOS build tweak for 5.6.1 from Paul Green.
167      Branch: maint-5.6/perl
168            ! vos/build.cm
169 ____________________________________________________________________________
170 [ 10518] By: jhi                                   on 2001/06/11  17:07:03
171         Log: Subject: [PATCH perl@10476] no PerlIO at startup time on VMS
172              From: "Craig A. Berry" <craigberry@mac.com>
173              Date: Fri, 8 Jun 2001 18:08:18 -0500
174              Message-Id: <a05101000b746f9dd4fca@[192.168.56.145]>
175      Branch: perl
176            ! vms/vms.c
177 ____________________________________________________________________________
178 [ 10517] By: jhi                                   on 2001/06/11  14:52:01
179         Log: Update Changes.
180      Branch: perl
181            ! Changes patchlevel.h
182 ____________________________________________________________________________
183 [ 10516] By: jhi                                   on 2001/06/11  14:46:33
184         Log: Add the modfl_pow32_bug (anti)definition also to VOS headers.
185      Branch: perl
186            ! vos/config.alpha.h vos/config.ga.h
187 ____________________________________________________________________________
188 [ 10515] By: jhi                                   on 2001/06/11  14:39:05
189         Log: VOS updates from Paul Green for @10476.
190      Branch: perl
191            ! README.vos vos/Changes vos/build.cm vos/compile_perl.cm
192            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
193            ! vos/config.ga.h vos/configure_perl.cm
194 ____________________________________________________________________________
195 [ 10514] By: jhi                                   on 2001/06/11  12:58:43
196         Log: Subject: [PATCH] Not many people know this ...
197              From: Mike Guy <mjtg@cam.ac.uk>
198              Date: Mon, 11 Jun 2001 14:55:15 +0100
199              Message-Id: <E159S9z-00015D-00@draco.cus.cam.ac.uk>
200      Branch: perl
201            ! pod/perldebug.pod
202 ____________________________________________________________________________
203 [ 10513] By: jhi                                   on 2001/06/11  12:30:06
204         Log: Add final commas to lists as suggested by Philip Newton.
205      Branch: perl
206            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
207 ____________________________________________________________________________
208 [ 10512] By: jhi                                   on 2001/06/11  12:28:49
209         Log: Subject: [MacPerl-Porters] [PATCH] Mac OS Compatability for bleadperl
210              Date: Sun, 10 Jun 2001 23:35:38 -0400
211              From: Chris Nandor <pudge@pobox.com>
212              Message-Id: <p05100306b749ec0eaade@[10.0.1.177]>
213      Branch: perl
214            ! lib/DirHandle.pm lib/File/Basename.pm lib/diagnostics.pm
215            ! perl.c t/base/term.t t/comp/cpp.t t/comp/multiline.t
216            ! t/comp/script.t t/lib/anydbm.t t/lib/autoloader.t
217            ! t/lib/dirhand.t t/lib/selfloader.t t/op/anonsub.t
218            ! t/op/closure.t t/op/defins.t t/op/exec.t t/op/goto.t
219            ! t/op/pack.t t/op/regexp.t t/op/regexp_noamp.t t/op/split.t
220            ! t/op/write.t t/pragma/strict.t
221 ____________________________________________________________________________
222 [ 10511] By: jhi                                   on 2001/06/11  12:13:31
223         Log: Subject: [RESEND] [PATCH] Mac OS lib patches for bleadperl
224              From: Chris Nandor <pudge@pobox.com>
225              Date: Mon, 11 Jun 2001 08:24:28 -0400
226              Message-Id: <p05100303b74a66faf625@[10.0.1.177]>
227      Branch: perl
228            ! ext/IO/lib/IO/Dir.pm lib/File/Copy.pm t/lib/filecopy.t
229            ! t/lib/io_dir.t
230 ____________________________________________________________________________
231 [ 10510] By: jhi                                   on 2001/06/11  12:03:16
232         Log: One more run_byacc (a hand-tweaked version had slipped in).
233      Branch: perl
234            ! perly.c vms/perly_c.vms
235 ____________________________________________________________________________
236 [ 10509] By: nick                                  on 2001/06/11  07:49:15
237         Log: Integrate mainline
238      Branch: perlio
239           !> Makefile.SH embed.h embed.pl global.sym
240           !> lib/ExtUtils/Constant.pm lib/ExtUtils/Manifest.pm objXSUB.h
241           !> perl.h perlapi.c perlapi.h perly.c perly.fixer perly.h perly.y
242           !> perly_c.diff pod/perl572delta.pod pod/perlapi.pod proto.h sv.c
243           !> t/lib/extutils.t util.c vms/perly_c.vms vms/perly_h.vms
244 ____________________________________________________________________________
245 [ 10508] By: jhi                                   on 2001/06/10  22:38:05
246         Log: Subject: [PATCH] ExtUtils::Manifest not -w clean
247              From: Mike Guy <mjtg@cam.ac.uk>
248              Reply-To: mjtg@cam.ac.uk
249              Message-Id: <E159Ei8-0006Tz-00@draco.cus.cam.ac.uk>
250      Branch: perl
251            ! lib/ExtUtils/Manifest.pm
252 ____________________________________________________________________________
253 [ 10507] By: jhi                                   on 2001/06/10  22:37:16
254         Log: Subject: [PATCH] ExtUtils::Constant
255              From: Nicholas Clark <nick@ccl4.org>
256              Date: Sun, 10 Jun 2001 23:25:41 +0100
257              Message-ID: <20010610232540.C76396@plum.flirble.org>
258      Branch: perl
259            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
260 ____________________________________________________________________________
261 [ 10506] By: jhi                                   on 2001/06/10  20:57:20
262         Log: Integrate perlio.
263      Branch: perl
264           !> iperlsys.h
265 ____________________________________________________________________________
266 [ 10505] By: jhi                                   on 2001/06/10  18:37:57
267         Log: Move the grok_number and its lieutenant grok_numeric_radix
268              from sv.c statics to util.c and public.
269      Branch: perl
270            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c
271            ! perlapi.h pod/perlapi.pod proto.h sv.c util.c
272 ____________________________________________________________________________
273 [ 10504] By: nick                                  on 2001/06/10  17:47:06
274         Log: Fix (valid) -Wall warnings in perlio.c
275      Branch: perlio
276            ! iperlsys.h
277 ____________________________________________________________________________
278 [ 10503] By: jhi                                   on 2001/06/10  17:38:28
279         Log: Update perly_c.diff, update perly.fixer to edit away
280              some of the -Wall noise.
281      Branch: perl
282            ! perly.c perly.fixer perly_c.diff vms/perly_c.vms
283 ____________________________________________________________________________
284 [ 10502] By: jhi                                   on 2001/06/10  17:09:42
285         Log: Check the version of byacc.
286      Branch: perl
287            ! Makefile.SH
288 ____________________________________________________________________________
289 [ 10501] By: jhi                                   on 2001/06/10  17:00:08
290         Log: Subject: [PATCH] perly.y overhaul
291              From: Simon Cozens <simon@netthink.co.uk>
292              Date: Sun, 10 Jun 2001 16:56:54 +0100
293              Message-ID: <20010610165654.A16597@deep-dark-truthful-mirror.pmb.ox.ac.uk>
294              
295              Plus make run_byacc.
296      Branch: perl
297            ! perly.c perly.h perly.y vms/perly_c.vms vms/perly_h.vms
298 ____________________________________________________________________________
299 [ 10500] By: jhi                                   on 2001/06/10  16:07:28
300         Log: Integrate perlio.
301      Branch: perl
302           !> perlio.c perlsfio.h
303 ____________________________________________________________________________
304 [ 10499] By: nick                                  on 2001/06/10  15:01:08
305         Log: Integrate mainline
306      Branch: perlio
307           !> Changes Configure embed.h embed.pl patchlevel.h proto.h sv.c
308           !> t/pragma/locale.t util.c
309 ____________________________________________________________________________
310 [ 10498] By: jhi                                   on 2001/06/10  13:49:23
311         Log: Put some meat on the perl572delta bones.  The list of
312              selected bug fixes needs more work, as does still the
313              whole document.
314      Branch: perl
315            ! pod/perl572delta.pod
316 ____________________________________________________________________________
317 [ 10497] By: nick                                  on 2001/06/10  12:27:51
318         Log: Paper over a crack or two with USE_SFIO
319      Branch: perlio
320            ! perlio.c perlsfio.h
321 ____________________________________________________________________________
322 [ 10496] By: jhi                                   on 2001/06/10  11:04:22
323         Log: Update Changes.
324      Branch: perl
325            ! Changes patchlevel.h
326 ____________________________________________________________________________
327 [ 10495] By: jhi                                   on 2001/06/10  10:55:34
328         Log: Subject: Re: pragma/locale.t #107
329              From: Hugo <hv@crypt.compulink.co.uk>
330              Date: Sun, 10 Jun 2001 11:23:30 +0100
331              Message-Id: <200106101023.LAA32085@crypt.compulink.co.uk>
332              
333              Encapsulate the scan of the decimal radix separator.
334      Branch: perl
335            ! embed.h embed.pl proto.h sv.c
336 ____________________________________________________________________________
337 [ 10494] By: jhi                                   on 2001/06/10  03:00:17
338         Log: Try to grok numbers both with the locale specific separator
339              and with the usual "." (if different from the lss); add a test
340              to locale.t to do also a little bit of math in addition to just
341              equalness testing; remove extraneous logic as suggested in
342              
343              Subject: Re: pragma/locale.t #107
344              From: Nicholas Clark <nick@ccl4.org>
345              Date: Sat, 9 Jun 2001 22:37:36 +0100
346              Message-ID: <20010609223735.Y76396@plum.flirble.org>
347      Branch: perl
348            ! sv.c t/pragma/locale.t
349 ____________________________________________________________________________
350 [ 10493] By: jhi                                   on 2001/06/10  01:25:23
351         Log: Metaconfig unit change for #10492.
352      Branch: metaconfig/U/perl
353            ! Extensions.U
354 ____________________________________________________________________________
355 [ 10492] By: jhi                                   on 2001/06/10  01:23:59
356         Log: Subject: [PATCH] Don't build Thread.pm if USEITHREADS
357              From: Artur Bergman <artur@contiller.se> 
358              Date: Sat, 09 Jun 2001 21:03:51 +0200
359              Message-ID: <B7483FB6.1398%artur@contiller.se>
360      Branch: perl
361            ! Configure
362 ____________________________________________________________________________
363 [ 10491] By: jhi                                   on 2001/06/10  01:15:40
364         Log: Integrate perlio.
365      Branch: perl
366           !> perlsfio.h
367 ____________________________________________________________________________
368 [ 10490] By: jhi                                   on 2001/06/10  01:08:26
369         Log: Do locale specific separator if only in locale.
370      Branch: perl
371            ! util.c
372 ____________________________________________________________________________
373 [ 10489] By: nick                                  on 2001/06/09  19:13:25
374         Log: Make XS/Typemap compile (but fail) with sfio
375      Branch: perlio
376            ! perlsfio.h
377 ____________________________________________________________________________
378 [ 10488] By: nick                                  on 2001/06/09  19:12:51
379         Log: Re-integrate mainline
380      Branch: perlio
381           !> embed.h embed.pl embedvar.h intrpvar.h perl.h perlapi.h
382           !> proto.h sv.c util.c
383 ____________________________________________________________________________
384 [ 10487] By: nick                                  on 2001/06/09  16:26:29
385         Log: Integrate mainline
386      Branch: perlio
387           !> (integrate 31 files)
388 ____________________________________________________________________________
389 [ 10486] By: jhi                                   on 2001/06/09  16:11:51
390         Log: Subject: [PATCH] New attempt to clone callack
391              From: Artur Bergman <artur@contiller.se> 
392              Date: Thu, 07 Jun 2001 11:52:16 +0200
393              Message-ID: <B7451B6F.12B7%artur@contiller.se>
394      Branch: perl
395            ! embedvar.h intrpvar.h perlapi.h sv.c
396 ____________________________________________________________________________
397 [ 10485] By: jhi                                   on 2001/06/09  15:23:52
398         Log: Numeric conversion tweaks suggested by Hugo and Nicholas.
399      Branch: perl
400            ! embed.h embed.pl perl.h proto.h sv.c util.c
401 ____________________________________________________________________________
402 [ 10484] By: jhi                                   on 2001/06/09  14:47:25
403         Log: Subject: Re: pragma/locale.t #107
404              From: Nicholas Clark <nick@ccl4.org>
405              Date: Sat, 9 Jun 2001 16:26:10 +0100
406              Message-ID: <20010609162609.V76396@plum.flirble.org>
407              
408              A missing NVification.
409      Branch: perl
410            ! sv.c
411 ____________________________________________________________________________
412 [ 10483] By: jhi                                   on 2001/06/08  19:40:32
413         Log: Redo the #10482, there already was a test script for formats.
414      Branch: perl
415            - t/io/format.t
416            ! MANIFEST t/op/write.t
417 ____________________________________________________________________________
418 [ 10482] By: jhi                                   on 2001/06/08  19:34:45
419         Log: Twisted format testing, from Merijn.
420      Branch: perl
421            + t/io/format.t
422            ! MANIFEST
423 ____________________________________________________________________________
424 [ 10481] By: jhi                                   on 2001/06/08  19:21:56
425         Log: More \p{In...} testing, combined with \N{...}.
426      Branch: perl
427            ! lib/utf8_heavy.pl t/op/pat.t
428 ____________________________________________________________________________
429 [ 10480] By: jhi                                   on 2001/06/08  14:16:06
430         Log: Metaconfig changes for #10479.
431      Branch: metaconfig
432            ! U/Glossary.patch
433      Branch: metaconfig/U/perl
434            ! d_modfl.U
435 ____________________________________________________________________________
436 [ 10479] By: jhi                                   on 2001/06/08  14:15:32
437         Log: Be inspired more by Hugo-- introduce HAS_MODFL_POW32_BUG.
438      Branch: perl
439            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
440            ! config_h.SH configure.com epoc/config.sh pp.c uconfig.h
441            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
442            ! win32/config.bc win32/config.gc win32/config.vc
443 ____________________________________________________________________________
444 [ 10478] By: jhi                                   on 2001/06/08  12:20:41
445         Log: Subject: Re: [PATCH perl@10439] fix old $^S description in perlvms.pod
446              From: "Craig A. Berry" <craigberry@mac.com>
447              Date: Thu, 7 Jun 2001 14:27:20 -0500
448              Message-Id: <a05100e01b7458075db7d@[172.16.52.1]>
449      Branch: perl
450            ! vms/perlvms.pod
451 ____________________________________________________________________________
452 [ 10477] By: jhi                                   on 2001/06/08  12:19:00
453         Log: Subject: [PATCH] Unresolved symbol in ext/re/re.xs
454              From: Gisle Aas <gisle@ActiveState.com>
455              Date: 07 Jun 2001 17:04:29 -0700
456              Message-ID: <lrae3jsupe.fsf@caliper.ActiveState.com>
457      Branch: perl
458            ! ext/re/re.xs
459 ____________________________________________________________________________
460 [ 10476] By: jhi                                   on 2001/06/08  01:35:42
461         Log: Update Changes.
462      Branch: perl
463            ! Changes patchlevel.h
464 ____________________________________________________________________________
465 [ 10475] By: jhi                                   on 2001/06/08  00:53:45
466         Log: Regen Glossary et alia.
467      Branch: perl
468            ! Porting/Glossary Porting/config.sh Porting/config_H
469 ____________________________________________________________________________
470 [ 10474] By: jhi                                   on 2001/06/07  22:06:38
471         Log: Metaconfig unit changes for #10473.
472      Branch: metaconfig/U/perl
473            ! d_modfl.U
474 ____________________________________________________________________________
475 [ 10473] By: jhi                                   on 2001/06/07  22:06:16
476         Log: Harumph, also AIX will spill its guts (i.e. dump core)
477              if an executable contains modfl() but it hasn't been
478              compiled right (in the case of AIX, with cc -qlongdouble).
479      Branch: perl
480            ! Configure
481 ____________________________________________________________________________
482 [ 10472] By: gsar                                  on 2001/06/07  20:04:28
483         Log: integrate change#10471 from mainline
484              
485              in change#10451, check that CvOUTSIDE is a CV before looking in
486              (it can apparently be SVt_NULL during global destruction)
487      Branch: maint-5.6/perl
488           !> op.c
489 ____________________________________________________________________________
490 [ 10471] By: gsar                                  on 2001/06/07  20:01:31
491         Log: in change#10451, check that CvOUTSIDE is a CV before looking in
492              (it can apparently be SVt_NULL during global destruction)
493      Branch: perl
494            ! op.c
495 ____________________________________________________________________________
496 [ 10470] By: jhi                                   on 2001/06/07  12:17:51
497         Log: Subject: Re: [PATCH perl@10439] diagnostics and long C<=item>s
498              From: Robin Barker <rmb1@cise.npl.co.uk>
499              Date: Thu, 7 Jun 2001 13:01:06 +0100 (BST)
500              Message-Id: <200106071201.NAA13627@tempest.npl.co.uk>
501      Branch: perl
502            ! lib/diagnostics.pm pod/perldiag.pod
503 ____________________________________________________________________________
504 [ 10469] By: jhi                                   on 2001/06/07  12:16:12
505         Log: Subject: [PATCH perl@10439] long =item
506              From: Robin Barker <rmb1@cise.npl.co.uk>
507              Date: Thu, 7 Jun 2001 12:34:08 +0100 (BST)
508              Message-Id: <200106071134.MAA10288@tempest.npl.co.uk>
509      Branch: perl
510            ! README.amiga lib/Attribute/Handlers.pm
511            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
512 ____________________________________________________________________________
513 [ 10468] By: jhi                                   on 2001/06/07  12:08:56
514         Log: Subject: [PATCH 5.7.1 pod/perlguts.pod] IOK vs pIOK docs
515              Date: Thu, 7 Jun 2001 10:09:59 +0100 (BST)
516              Reply-To: Dave Mitchell <davem@fdgroup.co.uk>
517              Message-Id: <200106070909.KAA25610@gizmo.fdgroup.co.uk>
518      Branch: perl
519            ! pod/perlguts.pod
520 ____________________________________________________________________________
521 [ 10467] By: jhi                                   on 2001/06/07  12:04:26
522         Log: Integrate perlio.
523      Branch: perl
524           !> sv.c
525 ____________________________________________________________________________
526 [ 10466] By: nick                                  on 2001/06/07  10:25:40
527         Log: MULTIPLICITY fix for S_grok_number(), also a few gratuitious trailing
528              whitespace tweaks.
529              Still coredumps in pragma/overload.t - what a nice hard fail that is...
530      Branch: perlio
531            ! sv.c
532 ____________________________________________________________________________
533 [ 10465] By: nick                                  on 2001/06/07  08:41:58
534         Log: Raw integrate of mainline for S_grok_number debug
535              (sv.c has MULTIPLICITY issues as well as whatever else ...)
536      Branch: perlio
537            - plan9/perlplan9.doc plan9/perlplan9.pod
538           !> (integrate 46 files)
539 ____________________________________________________________________________
540 [ 10464] By: jhi                                   on 2001/06/06  23:33:58
541         Log: The proper prototyping for #10463.
542      Branch: perl
543            ! embed.h embed.pl proto.h sv.c
544 ____________________________________________________________________________
545 [ 10463] By: jhi                                   on 2001/06/06  23:15:30
546         Log: Subject: Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
547              From: Nicholas Clark <nick@ccl4.org>
548              Date: Thu, 7 Jun 2001 00:29:59 +0100
549              Message-ID: <20010607002959.Z76396@plum.flirble.org>
550      Branch: perl
551            ! sv.c
552 ____________________________________________________________________________
553 [ 10462] By: jhi                                   on 2001/06/06  23:13:19
554         Log: Subject: [PATCH perl@10439] fix old $^S description in perlvms.pod
555              From: "Craig A. Berry" <craigberry@mac.com>
556              Date: Wed, 06 Jun 2001 17:54:30 -0500
557              Message-Id: <5.1.0.14.0.20010606174814.03c2c880@exchi01>
558      Branch: perl
559            ! vms/perlvms.pod
560 ____________________________________________________________________________
561 [ 10461] By: jhi                                   on 2001/06/06  23:10:00
562         Log: Podify the remaining README.platform files;
563              merge README.plan9 and plan9/perlplan9.pod;
564              delete plan9/perlplan9.* (the perlplan.doc needs to
565              be regenerated in Plan 9); make the =head1 and =head2
566              in the README.platform to be a little more verbose
567              (skipped README.os2 not to anger Ilya) so that they
568              look better in the toc; regen toc.
569      Branch: perl
570            - plan9/perlplan9.doc plan9/perlplan9.pod
571            ! MANIFEST README.aix README.amiga README.apollo README.beos
572            ! README.bs2000 README.cygwin README.dgux README.dos README.epoc
573            ! README.hpux README.hurd README.machten README.macos
574            ! README.micro README.mint README.mpeix README.os390
575            ! README.plan9 README.qnx README.solaris README.threads
576            ! README.tru64 README.vmesa README.vms README.vos README.win32
577            ! plan9/mkfile pod/buildtoc.PL pod/perl.pod pod/perlport.pod
578            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
579 ____________________________________________________________________________
580 [ 10460] By: jhi                                   on 2001/06/06  20:58:53
581         Log: Subject: [PATCH] Re: Bug in perlguts documentation?
582              From: Mike Guy <mjtg@cam.ac.uk>
583              Reply-To: mjtg@cam.ac.uk
584              Message-Id: <E157fiS-0006Q7-00@draco.cus.cam.ac.uk>
585      Branch: perl
586            ! pod/perlguts.pod
587 ____________________________________________________________________________
588 [ 10459] By: jhi                                   on 2001/06/06  20:58:15
589         Log: Subject: [PATCH] Re: [ID 20010604.015] taint + comma = false insecurity
590              From: Mike Guy <mjtg@cam.ac.uk>
591              Reply-To: mjtg@cam.ac.uk
592              Message-Id: <E157flx-0006Uz-00@draco.cus.cam.ac.uk>
593      Branch: perl
594            ! pod/perlsec.pod
595 ____________________________________________________________________________
596 [ 10458] By: jhi                                   on 2001/06/06  20:56:04
597         Log: Disable long doubles from pre-5.0 Tru64s.
598      Branch: perl
599            ! README.tru64 hints/dec_osf.sh
600 ____________________________________________________________________________
601 [ 10457] By: jhi                                   on 2001/06/06  20:49:23
602         Log: The #10455 exposed that modfl() is fundamentally busted
603              (as in: dumps core) in pre-5.0 Tru64, so better avoid even
604              testing it.
605      Branch: perl
606            ! hints/dec_osf.sh
607 ____________________________________________________________________________
608 [ 10456] By: jhi                                   on 2001/06/06  20:48:35
609         Log: Metaconfig unit change for #10455.
610      Branch: metaconfig/U/perl
611            ! d_modfl.U
612 ____________________________________________________________________________
613 [ 10455] By: jhi                                   on 2001/06/06  20:48:09
614         Log: Configure check for geborken modfl(), inspired by
615              
616              Subject: Re: [20010118.017] op/int.t failure 
617              From: Hugo <hv@crypt.compulink.co.uk>
618              Date: Tue, 05 Jun 2001 13:43:27 +0100
619              Message-Id: <200106051243.NAA15525@crypt.compulink.co.uk>
620      Branch: perl
621            ! Configure
622 ____________________________________________________________________________
623 [ 10454] By: jhi                                   on 2001/06/06  11:45:08
624         Log: Integrate changes #10450 and #10451 from maintperl:
625              
626              optimize change#10448 slightly (don't repeat search in eval""s lexical
627              scope, since that has already been searched)
628              
629              change#9108 needs subtler treatment for case of closures created
630              within eval""
631      Branch: perl
632           !> op.c t/op/misc.t
633 ____________________________________________________________________________
634 [ 10453] By: jhi                                   on 2001/06/06  11:42:10
635         Log: MakeMaker magic to compile (when no dynamic loading)
636              List/Util.xsc as (ListUtil.c and) ListUtil.o since
637              POSIX-BC (BS2000) linker has an evil limitation of
638              being unable to include in the same executable several
639              object files with the same name - case-insensitively -
640              because otherwise we conflict with util.c.
641              Strictly speaking currently required only in POSIX-BC
642              but probably will do no harm elsewhere where static
643              linking is required.
644      Branch: perl
645            ! ext/List/Util/Makefile.PL
646 ____________________________________________________________________________
647 [ 10452] By: nick                                  on 2001/06/06  08:59:51
648         Log: Integrate mainline.
649      Branch: perlio
650           +> lib/Attribute/Handlers/demo/Demo.pm
651           +> lib/Attribute/Handlers/demo/Descriptions.pm
652           +> lib/Attribute/Handlers/demo/MyClass.pm
653           +> lib/Attribute/Handlers/demo/demo.pl
654           +> lib/Attribute/Handlers/demo/demo2.pl
655           +> lib/Attribute/Handlers/demo/demo3.pl
656           +> lib/Attribute/Handlers/demo/demo4.pl
657           +> lib/Attribute/Handlers/demo/demo_call.pl
658           +> lib/Attribute/Handlers/demo/demo_chain.pl
659           +> lib/Attribute/Handlers/demo/demo_cycle.pl
660           +> lib/Attribute/Handlers/demo/demo_hashdir.pl
661           +> lib/Attribute/Handlers/demo/demo_phases.pl
662           +> lib/Attribute/Handlers/demo/demo_range.pl
663           +> lib/Attribute/Handlers/demo/demo_rawdata.pl t/op/override.t
664           +> uts/strtol_wrap.c
665           !> (integrate 91 files)
666 ____________________________________________________________________________
667 [ 10451] By: gsar                                  on 2001/06/06  07:11:36
668         Log: change#9108 needs subtler treatment for case of closures created
669              within eval""
670      Branch: maint-5.6/perl
671            ! op.c t/op/misc.t
672 ____________________________________________________________________________
673 [ 10450] By: gsar                                  on 2001/06/06  05:47:25
674         Log: optimize change#10448 slightly (don't repeat search in eval""s lexical
675              scope, since that has already been searched)
676      Branch: maint-5.6/perl
677            ! op.c
678 ____________________________________________________________________________
679 [ 10449] By: jhi                                   on 2001/06/06  01:33:31
680         Log: Integrate change #10448 from maintperl; lexicals
681              outside an eval"" weren't resolved correctly inside a subroutine
682              definition inside the eval"" if they were not already referenced
683              in the toplevel of the eval""-ed code
684      Branch: perl
685           !> cop.h op.c pp_ctl.c t/op/misc.t
686 ____________________________________________________________________________
687 [ 10448] By: gsar                                  on 2001/06/06  01:03:26
688         Log: fix yet another bug of hoary vintage found by change#10394: lexicals
689              outside an eval"" weren't resolved correctly inside a subroutine
690              definition inside the eval"" if they were not already referenced
691              in the toplevel of the eval""-ed code
692      Branch: maint-5.6/perl
693            ! cop.h op.c pp_ctl.c t/op/misc.t
694 ____________________________________________________________________________
695 [ 10447] By: jhi                                   on 2001/06/06  00:51:04
696         Log: Subject: [PATCH] perl570delta.pod
697              From: Peter Scott <Peter@PSDT.com> 
698              Date: Tue, 05 Jun 2001 18:51:02 -0700
699              Message-Id: <4.3.2.7.2.20010605183619.00a94400@psdt.com>
700      Branch: perl
701            ! pod/perl570delta.pod
702 ____________________________________________________________________________
703 [ 10446] By: jhi                                   on 2001/06/05  23:45:05
704         Log: The fudge factor is no more needed.  I hope.
705      Branch: perl
706            ! t/lib/posix.t
707 ____________________________________________________________________________
708 [ 10445] By: jhi                                   on 2001/06/05  23:19:19
709         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms 
710              From: Hugo <hv@crypt.compulink.co.uk>
711              Date: Tue, 05 Jun 2001 12:58:19 +0100
712              Message-Id: <200106051158.MAA04605@crypt.compulink.co.uk>
713      Branch: perl
714            ! util.c
715 ____________________________________________________________________________
716 [ 10444] By: jhi                                   on 2001/06/05  11:09:01
717         Log: Make up prototypes only for those who have the functions
718              but not the prototypes.
719      Branch: perl
720            ! perl.h
721 ____________________________________________________________________________
722 [ 10443] By: jhi                                   on 2001/06/05  11:02:13
723         Log: Subject: Re: Not OK: perl@10439 on win32 
724              From: Prymmer/Kahn <pvhp@best.com> 
725              Date: Mon, 4 Jun 2001 22:11:02 -0700 (PDT)
726              Message-ID: <Pine.BSF.4.21.0106042136410.26316-100000@shell8.ba.best.com>
727      Branch: perl
728            ! perl.h util.c
729 ____________________________________________________________________________
730 [ 10442] By: jhi                                   on 2001/06/05  00:55:46
731         Log: The metaconfig units changes for #10441.
732      Branch: metaconfig
733            ! U/modified/Extract.U U/modified/Extractall.U
734            ! U/modified/Finish.U
735 ____________________________________________________________________________
736 [ 10441] By: jhi                                   on 2001/06/05  00:55:17
737         Log: Extraction of the *.SH wasn't quite working with -Dmksymlinks.
738      Branch: perl
739            ! Configure
740 ____________________________________________________________________________
741 [ 10440] By: jhi                                   on 2001/06/05  00:28:27
742         Log: Unnecessary fuzziness undone, noted by Mike Guy.
743      Branch: perl
744            ! t/op/tr.t
745 ____________________________________________________________________________
746 [ 10439] By: jhi                                   on 2001/06/04  17:14:31
747         Log: Update Changes.
748      Branch: perl
749            ! Changes patchlevel.h
750 ____________________________________________________________________________
751 [ 10438] By: jhi                                   on 2001/06/04  17:10:16
752         Log: Test case for 'eval "a.b.c.d.e.f;sub"' save stack imbalance
753              bug found by Ilmari Karonen; the bug fixed by Sarathy's lexical
754              leakage patch.
755      Branch: perl
756            ! t/op/misc.t
757 ____________________________________________________________________________
758 [ 10437] By: jhi                                   on 2001/06/04  17:01:06
759         Log: Test case for #10433/#10424.
760      Branch: perl
761            ! t/op/misc.t
762 ____________________________________________________________________________
763 [ 10436] By: jhi                                   on 2001/06/04  16:54:21
764         Log: Subject: One fix for strtoul not setting errno
765              From: hom00@utsglobal.com (Hal Morris)
766              Date: Sat, 2 Jun 2001 09:23:11 -0700 (PDT)
767              Message-Id: <200106021623.JAA06906@cepheus.utsglobal.com>
768      Branch: perl
769            + uts/strtol_wrap.c
770            ! MANIFEST hints/uts.sh
771 ____________________________________________________________________________
772 [ 10435] By: jhi                                   on 2001/06/04  16:54:01
773         Log: Metaconfig units changes for #10434.
774      Branch: metaconfig
775            ! U/modified/Cppsym.U
776      Branch: metaconfig/U/perl
777            + d_dbminitproto.U d_flockproto.U d_sockatmarkproto.U
778            + d_syscallproto.U d_usleepproto.U
779            ! longdblfio.U quadfio.U
780 ____________________________________________________________________________
781 [ 10434] By: jhi                                   on 2001/06/04  16:48:33
782         Log: Configure tweaks; add prototype probes, make the cpp symbols
783              probe to cast, not whine; test for %Ld and %Lf before %lld and
784              %llf because the L is the ANSI way.
785      Branch: perl
786            ! Configure config_h.SH configure.com epoc/config.sh
787            ! ext/ODBM_File/ODBM_File.xs perl.h pod/perltoc.pod uconfig.h
788            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
789            ! win32/config.bc win32/config.gc win32/config.vc x2p/str.c
790 ____________________________________________________________________________
791 [ 10433] By: jhi                                   on 2001/06/04  16:45:23
792         Log: Sigh.  This is what #10424 was supposed to check in.
793      Branch: perl
794            ! op.c sv.c sv.h
795 ____________________________________________________________________________
796 [ 10432] By: jhi                                   on 2001/06/04  16:29:40
797         Log: More verbose failure.
798      Branch: perl
799            ! t/op/ver.t
800 ____________________________________________________________________________
801 [ 10431] By: jhi                                   on 2001/06/04  16:21:55
802         Log: The .pm changes to go with #10428.
803      Branch: perl
804            ! ext/Fcntl/Fcntl.pm ext/Socket/Socket.pm
805            ! ext/Sys/Syslog/Syslog.pm
806 ____________________________________________________________________________
807 [ 10430] By: jhi                                   on 2001/06/04  16:05:20
808         Log: On second thoughts show to utf8 skippage message only
809              on failures, it's too confusing otherwise,
810      Branch: perl
811            ! t/pragma/locale.t
812 ____________________________________________________________________________
813 [ 10429] By: jhi                                   on 2001/06/04  14:47:50
814         Log: Do not import anything from Encode.
815      Branch: perl
816            ! ext/MIME/Base64/QuotedPrint.pm
817 ____________________________________________________________________________
818 [ 10428] By: jhi                                   on 2001/06/04  14:45:47
819         Log: The #10402 didn't take.  Weird.
820      Branch: perl
821            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
822            ! ext/Sys/Syslog/Syslog.xs
823 ____________________________________________________________________________
824 [ 10427] By: jhi                                   on 2001/06/04  12:55:39
825         Log: Eradicate traces of 'asciirange' re subpragma.
826      Branch: perl
827            ! ext/B/B/Deparse.pm ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm
828            ! pod/perldiag.pod
829 ____________________________________________________________________________
830 [ 10426] By: jhi                                   on 2001/06/04  12:44:05
831         Log: use is a compile-time thing.
832      Branch: perl
833            ! ext/MIME/Base64/QuotedPrint.pm
834 ____________________________________________________________________________
835 [ 10425] By: jhi                                   on 2001/06/04  12:39:44
836         Log: Subject: [PATCH perl@10419] -Wall casting patch
837              From: Robin Barker <rmb1@cise.npl.co.uk>
838              Date: Mon, 4 Jun 2001 14:27:28 +0100 (BST)
839              Message-Id: <200106041327.OAA15338@tempest.npl.co.uk>
840      Branch: perl
841            ! ext/Devel/DProf/DProf.xs mg.c
842 ____________________________________________________________________________
843 [ 10424] By: jhi                                   on 2001/06/04  12:23:30
844         Log: Subject: [PATCH #2] introducing SVpad_TYPED
845              From: Abhijit Menon-Sen <ams@wiw.org>
846              Date: Mon, 4 Jun 2001 12:26:02 +0530
847              Message-ID: <20010604122602.A5775@lustre.linux.in>
848      Branch: perl
849            ! op.c sv.c sv.h
850 ____________________________________________________________________________
851 [ 10423] By: gsar                                  on 2001/06/04  05:12:18
852         Log: testsuite for change#10192 (from Gisle Aas)
853      Branch: perl
854            + t/op/override.t
855            ! MANIFEST
856 ____________________________________________________________________________
857 [ 10422] By: gsar                                  on 2001/06/04  02:32:03
858         Log: integrate changes#10414-10416 from mainline
859              
860              Potential buffer overrun if the radix separator is more than
861              one byte.  Also, under locales, prefer the locale-specific
862              separator over the old boring ".".
863              
864              "10.", that is, decimal numbers can have no decimal part at all.
865              
866              The non-locale places need love, too.
867      Branch: maint-5.6/perl
868           !> perl.h sv.c
869 ____________________________________________________________________________
870 [ 10421] By: jhi                                   on 2001/06/04  02:25:53
871         Log: Missed from #10420.
872      Branch: perl
873            ! epoc/config.sh
874 ____________________________________________________________________________
875 [ 10420] By: jhi                                   on 2001/06/04  02:19:58
876         Log: Missed HAS_SETRESGID_PROTO.  No serious harm done since
877              often this prototype goes with HAS_SETRESUID_PROTO.
878      Branch: perl
879            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
880            ! config_h.SH configure.com perl.h uconfig.h
881 ____________________________________________________________________________
882 [ 10419] By: jhi                                   on 2001/06/04  00:24:55
883         Log: Update Changes.
884      Branch: perl
885            ! Changes patchlevel.h
886 ____________________________________________________________________________
887 [ 10418] By: jhi                                   on 2001/06/03  23:58:04
888         Log: -Wall "subscript has type `char'" cleanup.
889      Branch: perl
890            ! ext/File/Glob/bsd_glob.c x2p/a2py.c x2p/str.c x2p/walk.c
891 ____________________________________________________________________________
892 [ 10417] By: jhi                                   on 2001/06/03  23:37:17
893         Log: Various "cast to pointer from integer of different size"
894              picked up by gcc -Wall (in Tru64 where pointers are 64 bits
895              wide but I32 (int) only 32 bits wide).
896              
897              WARNING: the classnum and tagnum changes in Storable.xs
898              may not be wise, they may be breaking binary compatibility
899              (in 64-bit platforms), asked Raphael Manfredi about the changes.
900      Branch: perl
901            ! embed.pl ext/Devel/DProf/DProf.xs ext/Storable/Storable.xs
902            ! mg.c proto.h
903 ____________________________________________________________________________
904 [ 10416] By: jhi                                   on 2001/06/03  23:15:24
905         Log: The non-locale places need love, too.
906      Branch: perl
907            ! perl.h
908 ____________________________________________________________________________
909 [ 10415] By: jhi                                   on 2001/06/03  23:10:55
910         Log: "10.", that is, decimal numbers can have no decimal part at all.
911      Branch: perl
912            ! perl.h
913 ____________________________________________________________________________
914 [ 10414] By: jhi                                   on 2001/06/03  22:49:55
915         Log: Potential buffer overrun if the radix separator is more than
916              one byte.  Also, under locales, prefer the locale-specific
917              separator over the old boring ".".
918      Branch: perl
919            ! perl.h sv.c
920 ____________________________________________________________________________
921 [ 10413] By: jhi                                   on 2001/06/03  22:42:10
922         Log: Integrate change #10412 from maintperl; locale is now
923              per-cop, not per-op; plus retweak the locale.t to always
924              list the skipped utf8 locales.
925      Branch: perl
926            ! t/pragma/locale.t
927           !> embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
928           !> pp.sym pp_ctl.c pp_proto.h pp_sys.c util.c
929 ____________________________________________________________________________
930 [ 10412] By: gsar                                  on 2001/06/03  22:23:16
931         Log: rationalize locale handling to fix the bugs uncovered by change#10394
932              
933              the major issue was that the runtime was looking at PL_hints rather
934              than op_private to notice whether locale was enabled
935              
936              the secondary issue was that many locale-sensitive numeric ops didn't
937              have HINT_LOCALE propagated into their op_private
938              
939              HINT_LOCALE is now propagated per-statement (i.e., via PL_curcop)
940              instead of per-op, just like HINT_BYTE and the hints for lexical
941              warnings (this makes the hint available to every op via PL_curcop)
942              
943              pragma/locale.t may need to be reworked with these fixes in mind
944              (it currently passes its tests)
945      Branch: maint-5.6/perl
946            ! embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
947            ! pp.sym pp_ctl.c pp_proto.h pp_sys.c t/pragma/locale.t util.c
948 ____________________________________________________________________________
949 [ 10411] By: jhi                                   on 2001/06/03  17:50:49
950         Log: More verbose debugging.
951      Branch: perl
952            ! t/pragma/locale.t
953 ____________________________________________________________________________
954 [ 10410] By: jhi                                   on 2001/06/03  17:36:40
955         Log: Subject: RE: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
956              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
957              Date: Sat, 2 Jun 2001 22:53:33 +0100
958              Message-ID: <000601c0ebae$77d10dc0$99dcfea9@bfs.phone.com>
959      Branch: perl
960            ! regcomp.c t/pragma/warn/regcomp
961 ____________________________________________________________________________
962 [ 10409] By: jhi                                   on 2001/06/03  17:27:13
963         Log: Mention that lexicalizing $a or $b is a bad idea if one
964              wants to use sort().
965      Branch: perl
966            ! pod/perlvar.pod
967 ____________________________________________________________________________
968 [ 10408] By: jhi                                   on 2001/06/03  16:52:41
969         Log: Tweak the test to be happy if the accuracy is 'good enough'.
970      Branch: perl
971            ! t/lib/posix.t
972 ____________________________________________________________________________
973 [ 10407] By: jhi                                   on 2001/06/03  16:50:33
974         Log: Upgrade to Attribute::Handlers 0.70.
975              
976              NOTE: this unearthed the "too late for CHECK block" bug,
977              that's why the 1_compile.t change.
978      Branch: perl
979            + lib/Attribute/Handlers/demo/Demo.pm
980            + lib/Attribute/Handlers/demo/Descriptions.pm
981            + lib/Attribute/Handlers/demo/MyClass.pm
982            + lib/Attribute/Handlers/demo/demo.pl
983            + lib/Attribute/Handlers/demo/demo2.pl
984            + lib/Attribute/Handlers/demo/demo3.pl
985            + lib/Attribute/Handlers/demo/demo4.pl
986            + lib/Attribute/Handlers/demo/demo_call.pl
987            + lib/Attribute/Handlers/demo/demo_chain.pl
988            + lib/Attribute/Handlers/demo/demo_cycle.pl
989            + lib/Attribute/Handlers/demo/demo_hashdir.pl
990            + lib/Attribute/Handlers/demo/demo_phases.pl
991            + lib/Attribute/Handlers/demo/demo_range.pl
992            + lib/Attribute/Handlers/demo/demo_rawdata.pl
993            ! MANIFEST lib/Attribute/Handlers.pm t/lib/1_compile.t
994            ! t/lib/attrhand.t
995 ____________________________________________________________________________
996 [ 10406] By: jhi                                   on 2001/06/03  16:40:03
997         Log: One less -Wall whine.
998      Branch: perl
999            ! regcomp.c
1000 ____________________________________________________________________________
1001 [ 10405] By: jhi                                   on 2001/06/03  16:30:34
1002         Log: Integrate change #10404 from maintperl; eval.t was in pre-10394 mood.
1003      Branch: perl
1004           !> t/op/eval.t
1005 ____________________________________________________________________________
1006 [ 10404] By: gsar                                  on 2001/06/03  16:23:07
1007         Log: eval.t was relying on pre-change#10394 buggy behavior (lexicals
1008              aren't "normally" visible inside eval""s contained in subs unless
1009              a cloned reference to them already exists)
1010              
1011              strangely enough, t/harness did show this up as a failure (harness
1012              needs fixing?)
1013      Branch: maint-5.6/perl
1014            ! t/op/eval.t
1015 ____________________________________________________________________________
1016 [ 10403] By: jhi                                   on 2001/06/03  16:22:59
1017         Log: Update to Text::Balanced 1.85.
1018      Branch: perl
1019            ! lib/Text/Balanced.pm t/lib/tb-xvari.t
1020 ____________________________________________________________________________
1021 [ 10402] By: jhi                                   on 2001/06/03  16:18:09
1022         Log: Subject: [PATCH] Re: ext/Socket/Socket.xs
1023              From: Nicholas Clark <nick@ccl4.org>
1024              Date: Sun, 3 Jun 2001 17:54:36 +0100
1025              Message-ID: <20010603175436.E76396@plum.flirble.org> 
1026      Branch: perl
1027            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
1028            ! ext/Sys/Syslog/Syslog.xs
1029 ____________________________________________________________________________
1030 [ 10401] By: jhi                                   on 2001/06/03  16:09:33
1031         Log: Unused variables.
1032      Branch: perl
1033            ! util.c
1034 ____________________________________________________________________________
1035 [ 10400] By: jhi                                   on 2001/06/03  16:04:26
1036         Log: Subject: [PATCH] APIfy op_clear 
1037              From: Simon Cozens <simon@netthink.co.uk>
1038              Date: Sun, 3 Jun 2001 13:51:46 +0100
1039              Message-ID: <20010603135146.A9984@deep-dark-truthful-mirror.pmb.ox.ac.uk>
1040              
1041              (despite the subject line, op_null is APIfied by the patch)
1042      Branch: perl
1043            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
1044 ____________________________________________________________________________
1045 [ 10399] By: jhi                                   on 2001/06/03  15:51:35
1046         Log: Subject: [PATCH] t/lib/extutils.t
1047              From: Nicholas Clark <nick@ccl4.org>
1048              Date: Sat, 2 Jun 2001 23:57:05 +0100
1049              Message-ID: <20010602235705.Q12698@plum.flirble.org>
1050      Branch: perl
1051            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
1052 ____________________________________________________________________________
1053 [ 10398] By: jhi                                   on 2001/06/03  15:34:11
1054         Log: Subject: [PATCH: perl@10360] update two win32 Makefiles
1055              From: Prymmer/Kahn <pvhp@best.com>
1056              Date: Sun, 3 Jun 2001 08:55:14 -0700 (PDT)
1057              Message-ID: <Pine.BSF.4.21.0106030845550.21619-100000@shell8.ba.best.com>
1058      Branch: perl
1059            ! win32/Makefile win32/makefile.mk
1060 ____________________________________________________________________________
1061 [ 10397] By: jhi                                   on 2001/06/03  15:12:13
1062         Log: Subject: Re: 'decimal digits' macro? 
1063              From: Hugo <hv@crypt.compulink.co.uk>
1064              Date: Sun, 03 Jun 2001 04:26:36 +0100
1065              Message-Id: <200106030326.EAA18786@crypt.compulink.co.uk>
1066      Branch: perl
1067            ! handy.h t/lib/posix.t t/op/tr.t
1068 ____________________________________________________________________________
1069 [ 10396] By: jhi                                   on 2001/06/03  15:10:49
1070         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
1071              From: Hugo <hv@crypt.compulink.co.uk>
1072              Date: Sun, 03 Jun 2001 14:56:30 +0100
1073              Message-Id: <200106031356.OAA12517@crypt.compulink.co.uk>
1074      Branch: perl
1075            ! util.c
1076 ____________________________________________________________________________
1077 [ 10395] By: jhi                                   on 2001/06/03  14:59:41
1078         Log: Integrate change #10394 from maintperl; lexical file scope leakage.
1079      Branch: perl
1080           !> perly.c perly.y t/op/misc.t t/pragma/warn/universal
1081           !> vms/perly_c.vms
1082 ____________________________________________________________________________
1083 [ 10394] By: gsar                                  on 2001/06/03  03:05:43
1084         Log: fix leakage of lexicals at file scope into subroutines that were
1085              declared before them; this appears to be a longstanding bug that
1086              meant that lexicals at file scope were never "deintroduced", meaning
1087              their scope range was never properly closed, and their visibility
1088              extended to all subsequent eval""s or requires
1089              
1090              added a test case
1091              
1092              seems to also fix a case of bogus duplicate warnings
1093      Branch: maint-5.6/perl
1094            ! perly.c perly.y t/op/misc.t t/pragma/warn/universal
1095            ! vms/perly_c.vms
1096 ____________________________________________________________________________
1097 [ 10393] By: jhi                                   on 2001/06/02  16:55:03
1098         Log: More VMS tweaks from Craig A. Berry.
1099      Branch: perl
1100            ! configure.com t/lib/extutils.t
1101 ____________________________________________________________________________
1102 [ 10392] By: jhi                                   on 2001/06/02  16:48:26
1103         Log: -Wall cleanup continues.
1104      Branch: perl
1105            ! README.tru64 embed.h embed.pl ext/NDBM_File/NDBM_File.xs
1106            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
1107            ! ext/Storable/Storable.xs ext/Sys/Hostname/Hostname.xs
1108            ! ext/Sys/Syslog/Syslog.xs perl.c proto.h regcomp.c regexec.c
1109            ! run.c toke.c util.c
1110 ____________________________________________________________________________
1111 [ 10391] By: jhi                                   on 2001/06/02  13:29:47
1112         Log: The metaconfig unit change for #10390.
1113      Branch: metaconfig/U/perl
1114            ! gccvers.U
1115 ____________________________________________________________________________
1116 [ 10390] By: jhi                                   on 2001/06/02  13:29:12
1117         Log: Drop the -ansi from the default gcc flags.
1118              
1119              Off_t/off_t is a struct in Solaris with largefiles, and with -ansi
1120              that struct cannot be compared with a flat integer, such as STRLEN.
1121              The -ansi will also cause a lot of noise in Solaris because of:
1122              /usr/include/sys/resource.h:148: warning: `struct rlimit64' declared inside parameter list
1123      Branch: perl
1124            ! Configure
1125 ____________________________________________________________________________
1126 [ 10389] By: jhi                                   on 2001/06/02  13:14:57
1127         Log: Integrate perlio.
1128      Branch: perl
1129           !> pod/perlapi.pod util.c
1130 ____________________________________________________________________________
1131 [ 10388] By: nick                                  on 2001/06/02  08:01:12
1132         Log: Integrate mainline
1133      Branch: perlio
1134           +> lib/Attribute/Handlers.pm t/lib/attrhand.t
1135           !> MANIFEST configure.com ext/MIME/Base64/QuotedPrint.pm
1136           !> lib/File/Find.pm pod/perlmodlib.pod pod/perltoc.pod
1137           !> t/lib/1_compile.t t/lib/mimeqp.t
1138 ____________________________________________________________________________
1139 [ 10387] By: nick                                  on 2001/06/02  07:39:17
1140         Log: Tweak util.c's atof2 for MULTIPLICITY
1141      Branch: perlio
1142            ! util.c
1143 ____________________________________________________________________________
1144 [ 10386] By: nick                                  on 2001/06/02  07:38:33
1145         Log: Integrate mainline
1146      Branch: perlio
1147           !> (integrate 41 files)
1148 ____________________________________________________________________________
1149 [ 10385] By: jhi                                   on 2001/06/01  22:12:48
1150         Log: Add Attribute::Handlers 0.61 from Damian Conway.
1151      Branch: perl
1152            + lib/Attribute/Handlers.pm t/lib/attrhand.t
1153            ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod t/lib/1_compile.t
1154 ____________________________________________________________________________
1155 [ 10384] By: jhi                                   on 2001/06/01  21:53:14
1156         Log: Subject: [PATCH: perl@10328] allow MIME::QuotePrint to handle ASCII code numbers on EBCDIC machines
1157              From: Peter Prymmer <pvhp@forte.com>
1158              Date: Fri, 1 Jun 2001 15:49:22 -0700 (PDT)
1159              Message-ID: <Pine.OSF.4.10.10106011545140.323662-100000@aspara.forte.com>
1160      Branch: perl
1161            ! ext/MIME/Base64/QuotedPrint.pm t/lib/mimeqp.t
1162 ____________________________________________________________________________
1163 [ 10383] By: jhi                                   on 2001/06/01  21:36:11
1164         Log: Subject: [PATCH File::Find] 'do 1' and puzzling (?>...)
1165              From: Jeff Pinyan <jeffp@crusoe.net>
1166              Date: Fri, 1 Jun 2001 14:13:56 -0400 (EDT)
1167              Message-ID: <Pine.GSO.4.21.0106011412520.21027-100000@crusoe.crusoe.net>
1168      Branch: perl
1169            ! lib/File/Find.pm
1170 ____________________________________________________________________________
1171 [ 10382] By: jhi                                   on 2001/06/01  21:35:02
1172         Log: Subject: [PATCH perl@10381] configure.com tweaks
1173              From: "Craig A. Berry" <craigberry@mac.com>
1174              Date: Fri, 1 Jun 2001 13:55:43 -0500
1175              Message-Id: <a05100e00b73d942aa9da@[172.16.52.1]>
1176      Branch: perl
1177            ! configure.com
1178 ____________________________________________________________________________
1179 [ 10381] By: jhi                                   on 2001/06/01  16:37:21
1180         Log: Update Changes.
1181      Branch: perl
1182            ! Changes patchlevel.h
1183 ____________________________________________________________________________
1184 [ 10380] By: jhi                                   on 2001/06/01  16:19:18
1185         Log: Subject: [PATCH] Re: [ID 20010529.004] program doesn't work unless in debug mode
1186              From: Mike Guy <mjtg@cam.ac.uk>
1187              Date: Fri, 01 Jun 2001 18:17:02 +0100
1188              Message-Id: <E155sXm-0001C2-00@draco.cus.cam.ac.uk>
1189      Branch: perl
1190            ! lib/perl5db.pl
1191 ____________________________________________________________________________
1192 [ 10379] By: jhi                                   on 2001/06/01  16:13:28
1193         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
1194              From: Hugo <hv@crypt.compulink.co.uk>
1195              Date: Thu, 31 May 2001 20:49:48 +0100
1196              Message-Id: <200105311949.UAA02798@crypt.compulink.co.uk>
1197      Branch: perl
1198            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c proto.h
1199            ! util.c
1200 ____________________________________________________________________________
1201 [ 10378] By: jhi                                   on 2001/06/01  15:56:35
1202         Log: Zero() is not available in x2p (or, rather, some of its
1203              implementations like memzero() might not be available.)
1204      Branch: perl
1205            ! x2p/hash.c
1206 ____________________________________________________________________________
1207 [ 10377] By: jhi                                   on 2001/06/01  15:44:48
1208         Log: Subject: [PATCH x2p/hash.c] bzero -> memset
1209              From: Michael G Schwern <schwern@pobox.com>
1210              Date: Fri, 1 Jun 2001 12:00:29 +0100
1211              Message-ID: <20010601120029.F29027@blackrider.blackstar.co.uk>
1212              
1213              (But use Zero() instead of memset.)
1214      Branch: perl
1215            ! x2p/hash.c
1216 ____________________________________________________________________________
1217 [ 10376] By: jhi                                   on 2001/06/01  15:39:52
1218         Log: Subject: Re: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
1219              From: Jeff Pinyan <jeffp@crusoe.net>
1220              Date: Fri, 1 Jun 2001 10:33:55 -0400 (EDT)
1221              Message-ID: <Pine.GSO.4.21.0106011032080.21027-100000@crusoe.crusoe.net>
1222      Branch: perl
1223            ! pod/perldiag.pod regcomp.c t/op/pat.t
1224 ____________________________________________________________________________
1225 [ 10375] By: jhi                                   on 2001/06/01  15:36:35
1226         Log: Retract #10324 and #10333; not needed.
1227      Branch: perl
1228            ! hints/irix_6.sh hints/linux.sh
1229 ____________________________________________________________________________
1230 [ 10374] By: jhi                                   on 2001/06/01  15:35:19
1231         Log: The #10370 wasn't quite right.
1232      Branch: perl
1233            ! ext/XS/Typemap/Typemap.xs
1234 ____________________________________________________________________________
1235 [ 10373] By: jhi                                   on 2001/06/01  15:34:49
1236         Log: The metaconfig units changes for #10372.
1237      Branch: metaconfig/U/perl
1238            + d_realpath.U d_sresgproto.U d_sresuproto.U
1239            ! gccvers.U i_db.U
1240 ____________________________________________________________________________
1241 [ 10372] By: jhi                                   on 2001/06/01  15:34:24
1242         Log: Configure tweaks; record the Berkeley DB version,
1243              probe for realpath(), for setresuid() and setresgid()
1244              prototypes; use realpath() (try to be paranoid enough),
1245              use the setres[ug]id prototypes because glibc has the functions
1246              but not their prototypes; add -Wall -ansi to gcc ccflags;
1247              regen toc.
1248      Branch: perl
1249            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1250            ! config_h.SH configure.com epoc/config.sh
1251            ! ext/DB_File/DB_File.xs perl.h pod/perlapi.pod pod/perltoc.pod
1252            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
1253            ! vos/config.ga.def win32/config.bc win32/config.gc
1254            ! win32/config.vc
1255 ____________________________________________________________________________
1256 [ 10371] By: jhi                                   on 2001/06/01  12:50:05
1257         Log: Subject: Re: [PATCH xsutils.c] Quieting warnings
1258              From: Michael G Schwern <schwern@pobox.com>
1259              Date: Fri, 1 Jun 2001 11:28:14 +0100
1260              Message-ID: <20010601112814.B29027@blackrider.blackstar.co.uk>
1261      Branch: perl
1262            ! lib/attributes.pm xsutils.c
1263 ____________________________________________________________________________
1264 [ 10370] By: jhi                                   on 2001/06/01  12:48:55
1265         Log: Subject: [PATCH] Fix -Wall on XS::Typemap
1266              From: Tim Jenness <t.jenness@jach.hawaii.edu>
1267              Date: Thu, 31 May 2001 16:15:37 -1000 (HST)
1268              Message-ID: <Pine.LNX.4.33.0105311610110.9337-100000@lapaki.jach.hawaii.edu>
1269      Branch: perl
1270            ! ext/XS/Typemap/Typemap.xs
1271 ____________________________________________________________________________
1272 [ 10369] By: jhi                                   on 2001/06/01  12:47:21
1273         Log: Subject: [patch] Cwd.xs optimizations/abstraction
1274              From: Doug MacEachern <dougm@covalent.net>
1275              Date: Thu, 31 May 2001 17:37:37 -0700 (PDT)
1276              Message-ID: <Pine.LNX.4.21.0105311733270.732-100000@mako.covalent.net> 
1277      Branch: perl
1278            ! embed.h embed.pl ext/Cwd/Cwd.xs global.sym lib/Cwd.pm
1279            ! objXSUB.h perlapi.c pod/perlapi.pod proto.h util.c
1280 ____________________________________________________________________________
1281 [ 10368] By: jhi                                   on 2001/06/01  12:32:00
1282         Log: Subject: Re: Why t/lib/extutils.t is failing  (was Re: [PATCH] Re: [PATCH] Re: [SPAM] Re: [SPAM] Re: [EGGS] Re: [BACON] Re: [TOAST] Re: [PATCH] Re: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!])
1283              From: Nicholas Clark <nick@ccl4.org>
1284              Date: Thu, 31 May 2001 23:56:40 +0100
1285              Message-ID: <20010531235640.F12698@plum.flirble.org>
1286              
1287              Make the test work also under only static extensions
1288              (sh Configure -Uusedl fakes this nicely)
1289      Branch: perl
1290            ! t/lib/extutils.t
1291 ____________________________________________________________________________
1292 [ 10367] By: jhi                                   on 2001/06/01  12:27:53
1293         Log: Subject: [PATCH hv.c] Eliminating trigraph
1294              From: Michael G Schwern <schwern@pobox.com>
1295              Message-ID: <20010601114955.E29027@blackrider.blackstar.co.uk>
1296              Date: Fri, 1 Jun 2001 11:49:56 +0100
1297      Branch: perl
1298            ! hv.c
1299 ____________________________________________________________________________
1300 [ 10366] By: jhi                                   on 2001/06/01  12:14:57
1301         Log: Subject: Re: [PATCH] Tests for File::Compare 
1302              From: "Philip Newton" <Philip.Newton@gmx.net>
1303              Date: Thu, 31 May 2001 19:44:05 +0200
1304              Message-Id: <200105311748.f4VHmCt18269@chaos.wustl.edu>
1305              
1306              Unnecessary "quotation marks".
1307      Branch: perl
1308            ! t/lib/filecomp.t
1309 ____________________________________________________________________________
1310 [ 10365] By: jhi                                   on 2001/06/01  12:13:26
1311         Log: Integrate perlio.
1312      Branch: perl
1313           !> lib/ExtUtils/MM_Win32.pm t/lib/filecomp.t
1314 ____________________________________________________________________________
1315 [ 10364] By: nick                                  on 2001/06/01  10:13:31
1316         Log: Cleanup dll.base and dll.exp created by GCC builds.
1317      Branch: perlio
1318            ! lib/ExtUtils/MM_Win32.pm
1319 ____________________________________________________________________________
1320 [ 10363] By: nick                                  on 2001/06/01  10:02:17
1321         Log: Make filecomp test work on CRLF platforms by adding binmode.
1322      Branch: perlio
1323            ! t/lib/filecomp.t
1324 ____________________________________________________________________________
1325 [ 10362] By: nick                                  on 2001/06/01  08:37:17
1326         Log: Integrate mainline
1327      Branch: perlio
1328           !> Changes Configure patchlevel.h perlio.c
1329 ____________________________________________________________________________
1330 [ 10361] By: jhi                                   on 2001/05/31  15:09:34
1331         Log: panic:claustrophobia.
1332      Branch: perl
1333            ! perlio.c
1334 ____________________________________________________________________________
1335 [ 10360] By: jhi                                   on 2001/05/31  13:04:25
1336         Log: Update Changes.
1337      Branch: perl
1338            ! Changes patchlevel.h
1339 ____________________________________________________________________________
1340 [ 10359] By: nick                                  on 2001/05/31  12:35:50
1341         Log: Integrate mainline.
1342      Branch: perlio
1343           +> t/lib/filecomp.t
1344           !> AUTHORS MANIFEST ext/Storable/Storable.xs gv.c perl.c perl.h
1345           !> pp_ctl.c sv.c t/lib/1_compile.t toke.c util.c
1346 ____________________________________________________________________________
1347 [ 10358] By: jhi                                   on 2001/05/31  12:35:05
1348         Log: Integrate perlio.
1349      Branch: perl
1350           !> t/pragma/warn/toke win32/config_H.bc win32/config_H.gc
1351           !> win32/config_H.vc
1352 ____________________________________________________________________________
1353 [ 10357] By: jhi                                   on 2001/05/31  12:34:04
1354         Log: Metaconfig unit change for #10356.
1355      Branch: metaconfig
1356            ! U/installdirs/inc_version_list.U
1357 ____________________________________________________________________________
1358 [ 10356] By: jhi                                   on 2001/05/31  12:33:41
1359         Log: Allow Configure -Dinc_version_list='5.6.0/$archname 5.6.0' ...
1360              (idea from Sarathy; implementation from Andy)
1361      Branch: perl
1362            ! Configure
1363 ____________________________________________________________________________
1364 [ 10355] By: jhi                                   on 2001/05/31  12:18:06
1365         Log: More AUTHORS.
1366      Branch: perl
1367            ! AUTHORS
1368 ____________________________________________________________________________
1369 [ 10354] By: jhi                                   on 2001/05/31  12:16:24
1370         Log: Subject: Re: [PATCH] Tests for File::Compare
1371              From: Alexander Gough <alexander.gough@st-hughs.oxford.ac.uk>
1372              Date: Thu, 31 May 2001 13:26:34 +0100 (GMT)
1373              Message-Id: <E155RX8-0004X2-00@wing1.herald.ox.ac.uk>
1374      Branch: perl
1375            + t/lib/filecomp.t
1376            ! MANIFEST t/lib/1_compile.t
1377 ____________________________________________________________________________
1378 [ 10353] By: jhi                                   on 2001/05/31  12:11:24
1379         Log: Subject: [PATCH] DEBUG_* macro cleanups
1380              From: Abhijit Menon-Sen <ams@wiw.org>
1381              Date: Thu, 31 May 2001 12:16:22 +0530
1382              Message-ID: <20010531121622.B4829@lustre.linux.in>
1383              
1384              Subject: Re: [PATCH] DEBUG_* macro cleanups
1385              From: Abhijit Menon-Sen <ams@wiw.org>
1386              Date: Thu, 31 May 2001 13:57:01 +0530
1387              Message-ID: <20010531135701.A21775@lustre.linux.in>
1388              
1389              (The DEBUG_ definitions in perl.h changed to use the
1390              STMT_START and STMT_END.)
1391      Branch: perl
1392            ! perl.h pp_ctl.c sv.c toke.c
1393 ____________________________________________________________________________
1394 [ 10352] By: jhi                                   on 2001/05/31  11:53:31
1395         Log: Subject: [PATCH] -Wall cleanups: perl.c, gv.c, Storable.xs
1396              From: Abhijit Menon-Sen <ams@wiw.org>
1397              Date: Thu, 31 May 2001 08:27:55 +0530
1398              Message-ID: <20010531082755.A10018@lustre.linux.in>
1399      Branch: perl
1400            ! ext/Storable/Storable.xs gv.c perl.c
1401 ____________________________________________________________________________
1402 [ 10351] By: jhi                                   on 2001/05/31  11:45:16
1403         Log: Subject: [PATCH] AUTHORS
1404              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
1405              Date: Thu, 31 May 2001 01:27:59 -0500
1406              Message-ID: <20010531012758.A1595@staff1.cso.uiuc.edu>
1407              
1408              Subject: Re: [PATCH] AUTHORS
1409              From: "Philip Newton" <Philip.Newton@gmx.net>
1410              Date: Thu, 31 May 2001 10:08:06 +0200
1411              (Message-Id missing?)
1412      Branch: perl
1413            ! AUTHORS
1414 ____________________________________________________________________________
1415 [ 10350] By: nick                                  on 2001/05/31  11:40:43
1416         Log: win32 - dmake regen_config_h
1417      Branch: perlio
1418            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
1419 ____________________________________________________________________________
1420 [ 10349] By: jhi                                   on 2001/05/31  11:38:27
1421         Log: Subject: Re: [PATCH util.c] More warning cleanups.
1422              From: "Philip Newton" <Philip.Newton@gmx.net>
1423              Date: Thu, 31 May 2001 07:41:36 +0200
1424              Message-Id: <200105310538.IAA25458@taku.hut.fi>
1425              
1426              Undo C++-ism that snekt in.
1427      Branch: perl
1428            ! util.c
1429 ____________________________________________________________________________
1430 [ 10348] By: nick                                  on 2001/05/31  11:36:46
1431         Log: Tolerate Win32 numerics
1432      Branch: perlio
1433            ! t/pragma/warn/toke
1434 ____________________________________________________________________________
1435 [ 10347] By: jhi                                   on 2001/05/31  11:29:40
1436         Log: Integrate perlio.
1437      Branch: perl
1438           !> perlio.c win32/win32.h
1439 ____________________________________________________________________________
1440 [ 10346] By: nick                                  on 2001/05/31  10:54:55
1441         Log: Hack to restore Win32 pseudo fork broken by Multiple Interpreter
1442              perlio.c change 10255.
1443      Branch: perlio
1444            ! perlio.c
1445 ____________________________________________________________________________
1446 [ 10345] By: nick                                  on 2001/05/31  10:01:57
1447         Log: Conditionaly put back some "unused" dTHX which are used
1448              with PERL_IMPLICIT_SYS
1449      Branch: perlio
1450            ! perlio.c
1451 ____________________________________________________________________________
1452 [ 10344] By: nick                                  on 2001/05/31  10:00:59
1453         Log: Fix Win32 for new spelling IN_BYTES 
1454      Branch: perlio
1455            ! win32/win32.h
1456 ____________________________________________________________________________
1457 [ 10343] By: nick                                  on 2001/05/31  08:01:32
1458         Log: perlio.c -Wall cleaner under MULTIPLICITY
1459              - still minor noise with linux stdio
1460      Branch: perlio
1461            ! perlio.c
1462 ____________________________________________________________________________
1463 [ 10342] By: nick                                  on 2001/05/31  07:52:23
1464         Log: Integrate mainline.
1465      Branch: perlio
1466           !> (integrate 42 files)
1467 ____________________________________________________________________________
1468 [ 10341] By: jhi                                   on 2001/05/31  01:39:02
1469         Log: AUTHORS updates.
1470      Branch: perl
1471            ! AUTHORS
1472 ____________________________________________________________________________
1473 [ 10340] By: jhi                                   on 2001/05/31  00:19:29
1474         Log: Subject: [PATCH: perl@10328] new md5sum for modified MD5.xs file
1475              From: Peter Prymmer <pvhp@forte.com>
1476              Date: Wed, 30 May 2001 17:57:20 -0700 (PDT)
1477              Message-ID: <Pine.OSF.4.10.10105301753210.129765-100000@aspara.forte.com>
1478      Branch: perl
1479            ! t/lib/md5-file.t
1480 ____________________________________________________________________________
1481 [ 10339] By: jhi                                   on 2001/05/31  00:16:44
1482         Log: Salvage bits and pieces from the experimental 'utf8 everywhere'
1483              patch: rename HINT_BYTE and IN_BYTE to HINT_BYTES and IN_BYTES
1484              to match the pragma name; various robustness cleanups.
1485      Branch: perl
1486            ! lib/utf8_heavy.pl mg.c perl.h pp.c pp_ctl.c pp_sys.c regexec.c
1487            ! sv.c toke.c utf8.c utf8.h utfebcdic.h
1488 ____________________________________________________________________________
1489 [ 10338] By: jhi                                   on 2001/05/30  23:56:14
1490         Log: More -Wall sweeping.
1491      Branch: perl
1492            ! av.c doio.c ext/Cwd/Cwd.xs ext/Devel/DProf/DProf.xs
1493            ! ext/Devel/Peek/Peek.xs ext/Encode/Encode.xs
1494            ! ext/List/Util/Util.xs gv.c op.c pp.c pp_ctl.c pp_hot.c
1495            ! regcomp.c sv.c toke.c utf8.c
1496 ____________________________________________________________________________
1497 [ 10337] By: jhi                                   on 2001/05/30  23:20:23
1498         Log: Subject: [PATCH] (was Re: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1)
1499              From: Nicholas Clark <nick@ccl4.org>
1500              Date: Wed, 30 May 2001 22:34:41 +0100
1501              Message-ID: <20010530223441.Y86445@plum.flirble.org>
1502      Branch: perl
1503            ! t/op/cmp.t
1504 ____________________________________________________________________________
1505 [ 10336] By: jhi                                   on 2001/05/30  23:18:48
1506         Log: It's is not, it isn't ain't, and it's it's, not its,
1507              if you mean it is. If you don't, it's its. Then too,
1508              it's hers. It isn't her's. It isn't our's either.
1509              It's ours, and likewise yours and theirs.
1510              -- Oxford University Press, Edpress News
1511      Branch: perl
1512            ! lib/autouse.pm
1513 ____________________________________________________________________________
1514 [ 10335] By: jhi                                   on 2001/05/30  23:12:30
1515         Log: More -Wall silencing from Michael Schwern and Jarkko Hietaniemi.
1516      Branch: perl
1517            ! doop.c ext/ByteLoader/bytecode.h ext/DB_File/DB_File.xs mg.c
1518            ! perl.c perlio.c regexec.c universal.c util.c x2p/a2py.c
1519            ! x2p/str.c x2p/walk.c xsutils.c
1520 ____________________________________________________________________________
1521 [ 10334] By: jhi                                   on 2001/05/30  22:52:41
1522         Log: Subject: [PATCH perl.c t/run/runenv.t] (was Re: [[ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
1523              From: Michael G Schwern <schwern@pobox.com>
1524              Date: Wed, 30 May 2001 17:10:38 +0100
1525              Message-ID: <20010530171038.L670@blackrider.blackstar.co.uk>
1526              
1527              Subject: Re: [PATCH perl.c t/run/runenv.t] (was Re: [ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
1528              From: Abhijit Menon-Sen <ams@wiw.org>
1529              Date: Wed, 30 May 2001 23:16:13 +0530
1530              Message-ID: <20010530231613.A31933@lustre.linux.in>
1531      Branch: perl
1532            ! perl.c t/run/runenv.t
1533 ____________________________________________________________________________
1534 [ 10333] By: jhi                                   on 2001/05/30  22:25:02
1535         Log: (Retracted by #10375.)
1536              
1537              IRIX hints patch from Merijn Broeren.
1538              
1539              TODO: (this and the earlier Linux hints patch) should be solved
1540              at Configure level.  Merijn: -ldb should not be used on any platform
1541              for perl, just when linking DBFile itself. Trying to be helpful here
1542              is counterproductive.
1543      Branch: perl
1544            ! hints/irix_6.sh
1545 ____________________________________________________________________________
1546 [ 10332] By: jhi                                   on 2001/05/30  22:11:13
1547         Log: Subject: Re: [PATCH doop.c] unused variable in Perl_do_join
1548              From: Nicholas Clark <nick@ccl4.org>
1549              Date: Wed, 30 May 2001 23:20:58 +0100
1550              Message-ID: <20010530232058.B86445@plum.flirble.org>
1551      Branch: perl
1552            ! doop.c
1553 ____________________________________________________________________________
1554 [ 10331] By: jhi                                   on 2001/05/30  22:09:49
1555         Log: Subject: Re: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
1556              From: Michael G Schwern <schwern@pobox.com> 
1557              Date: Wed, 30 May 2001 15:24:20 +0100
1558              Message-ID: <20010530152420.H670@blackrider.blackstar.co.uk>
1559      Branch: perl
1560            ! t/pragma/autouse.t
1561 ____________________________________________________________________________
1562 [ 10330] By: jhi                                   on 2001/05/30  22:02:21
1563         Log: The regex trick wasn't a good idea.
1564      Branch: perl
1565            ! pod/perlfaq4.pod
1566 ____________________________________________________________________________
1567 [ 10329] By: nick                                  on 2001/05/30  18:34:35
1568         Log: Integrate mainline
1569      Branch: perlio
1570           !> (integrate 40 files)
1571 ____________________________________________________________________________
1572 [ 10328] By: jhi                                   on 2001/05/30  14:28:39
1573         Log: Update Changes.
1574      Branch: perl
1575            ! Changes patchlevel.h
1576 ____________________________________________________________________________
1577 [ 10327] By: jhi                                   on 2001/05/30  14:07:01
1578         Log: The metaconfig unit change for #10325.
1579      Branch: metaconfig
1580            + U/modified/afs.U
1581 ____________________________________________________________________________
1582 [ 10326] By: jhi                                   on 2001/05/30  14:06:36
1583         Log: More -Wall cleanup from Schwern; the EBCDIC MD5.xs checksum
1584              is now wrong.
1585      Branch: perl
1586            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
1587 ____________________________________________________________________________
1588 [ 10325] By: jhi                                   on 2001/05/30  14:04:28
1589         Log: Introduce $Config{afsroot}.
1590      Branch: perl
1591            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1592            ! config_h.SH epoc/config.sh uconfig.sh win32/config.bc
1593            ! win32/config.gc win32/config.vc
1594 ____________________________________________________________________________
1595 [ 10324] By: jhi                                   on 2001/05/30  13:49:44
1596         Log: (Retracted by #10375.)
1597              
1598              Linux DB tweak from Merijn Broeren <merijnb@iloquent.nl>.
1599      Branch: perl
1600            ! hints/linux.sh
1601 ____________________________________________________________________________
1602 [ 10323] By: jhi                                   on 2001/05/30  13:49:29
1603         Log: AFS patches from Merijn Broeren <merijnb@iloquent.nl>.
1604              (Also Configure tweaks needed; coming up soon.)
1605      Branch: perl
1606            ! t/io/fs.t t/lib/glob-basic.t t/op/stat.t
1607 ____________________________________________________________________________
1608 [ 10322] By: jhi                                   on 2001/05/30  13:37:56
1609         Log: Subject: [PATCH lib/perl5db.pl] Conditional breakpoints
1610              From: Michael G Schwern <schwern@pobox.com>
1611              Date: Sun, 27 May 2001 10:29:43 +0100
1612              Message-ID: <20010527102942.J711@blackrider.blackstar.co.uk>
1613      Branch: perl
1614            ! lib/perl5db.pl
1615 ____________________________________________________________________________
1616 [ 10321] By: jhi                                   on 2001/05/30  13:36:28
1617         Log: Medley of -Wall cleanups from Michael Schwen, Hugo van der Sanden,
1618              and Abhijit Menon-Sen.
1619      Branch: perl
1620            ! av.c doio.c doop.c dump.c ext/Digest/MD5/MD5.xs malloc.c op.c
1621            ! perl.c pp_sys.c regcomp.c
1622 ____________________________________________________________________________
1623 [ 10320] By: jhi                                   on 2001/05/30  13:35:27
1624         Log: Fix the BOOT section to call myU2time properly.
1625      Branch: perl
1626            ! ext/Time/HiRes/HiRes.xs
1627 ____________________________________________________________________________
1628 [ 10319] By: jhi                                   on 2001/05/30  13:06:09
1629         Log: Subject: Re: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
1630              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
1631              Date: Wed, 30 May 2001 09:44:29 -0400
1632              Message-ID: <20010530094429.B133085@linguist.thayer.dartmouth.edu>
1633              
1634              Detypo; plus add one more trick.
1635      Branch: perl
1636            ! pod/perlfaq4.pod
1637 ____________________________________________________________________________
1638 [ 10318] By: jhi                                   on 2001/05/30  12:47:11
1639         Log: Subject: Re: [PATCH lib/autouse.pm t/pragma/autouse.t]  (was Re: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed)
1640              From: Michael G Schwern <schwern@pobox.com>
1641              Date: Wed, 30 May 2001 14:39:06 +0100
1642              Message-ID: <20010530143906.E670@blackrider.blackstar.co.uk>
1643      Branch: perl
1644            ! lib/autouse.pm t/pragma/autouse.t
1645 ____________________________________________________________________________
1646 [ 10317] By: jhi                                   on 2001/05/30  12:46:02
1647         Log: Subject: Re: AIX and gcc (moving targets)
1648              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1649              Date: Wed, 30 May 2001 15:25:08 +0200
1650              Message-Id: <20010530152117.7097.H.M.BRAND@hccnet.nl>
1651      Branch: perl
1652            ! ext/Time/HiRes/HiRes.xs
1653 ____________________________________________________________________________
1654 [ 10316] By: jhi                                   on 2001/05/30  12:40:46
1655         Log: Subject: [PATCH t/TEST] sorting tests
1656              From: Michael G Schwern <schwern@pobox.com>
1657              Date: Wed, 30 May 2001 10:24:02 +0100
1658              Message-ID: <20010530102402.Q670@blackrider.blackstar.co.uk>
1659      Branch: perl
1660            ! t/TEST
1661 ____________________________________________________________________________
1662 [ 10315] By: jhi                                   on 2001/05/30  12:37:43
1663         Log: Subject: [ID 20010529.002] typos in man page perlre
1664              From: bart@cg681574-a.adubn1.nj.home.com 
1665              Date: Tue, 29 May 2001 13:58:59 -0500
1666              Message-Id: <E154ohn-00053j-00@debian.adubn1.nj.home.com>
1667      Branch: perl
1668            ! pod/perlre.pod
1669 ____________________________________________________________________________
1670 [ 10314] By: jhi                                   on 2001/05/30  12:33:53
1671         Log: Subject: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
1672              From: "Craig A. Berry" <craigberry@mac.com>
1673              Date: Tue, 29 May 2001 23:23:45 -0500
1674              Message-Id: <a05100e01b73a21721dee@[192.168.56.153]>
1675      Branch: perl
1676            ! t/lib/extutils.t t/pragma/autouse.t
1677 ____________________________________________________________________________
1678 [ 10313] By: jhi                                   on 2001/05/30  12:32:17
1679         Log: Subject: Re: [ID 20010529.003] find2perl and File::Find doesn't emulate find when path is a symlink (patch to t/lib/filefind.t as requested)
1680              From: David Dyck <dcd@tc.fluke.com>
1681              Date: Tue, 29 May 2001 22:05:28 -0700 (PDT)
1682              Message-ID: <Pine.LNX.4.33.0105292200060.26992-100000@dd.tc.fluke.com>
1683      Branch: perl
1684            ! t/lib/filefind.t
1685 ____________________________________________________________________________
1686 [ 10312] By: jhi                                   on 2001/05/30  12:31:02
1687         Log: AIX hints update for gcc from Merijn H. Brand.
1688      Branch: perl
1689            ! hints/aix.sh
1690 ____________________________________________________________________________
1691 [ 10311] By: jhi                                   on 2001/05/30  12:18:20
1692         Log: Retract #10295 and #10296: a more generic solution
1693              is needed (there's something funny with gcc on AIX).
1694      Branch: perl
1695            ! ext/POSIX/Makefile.PL ext/Storable/Makefile.PL
1696 ____________________________________________________________________________
1697 [ 10310] By: jhi                                   on 2001/05/30  12:08:07
1698         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
1699              From: Hugo <hv@crypt.compulink.co.uk>
1700              Date: Wed, 30 May 2001 11:59:19 +0100
1701              Message-Id: <200105301059.LAA03182@crypt.compulink.co.uk>
1702              
1703              localizing $@ has unfortunate semantics - if you die past
1704              a local $@, the die message is lost.
1705      Branch: perl
1706            ! lib/utf8_heavy.pl
1707 ____________________________________________________________________________
1708 [ 10309] By: nick                                  on 2001/05/30  08:23:02
1709         Log: Integrate mainline (autouse works again.)
1710      Branch: perlio
1711           !> ext/Time/Piece/Piece.pm hints/os2.sh lib/File/Find.pm
1712           !> lib/autouse.pm pod/perlfaq4.pod pod/perlfaq6.pod
1713           !> pod/perlvar.pod t/op/cmp.t
1714 ____________________________________________________________________________
1715 [ 10308] By: jhi                                   on 2001/05/30  01:55:02
1716         Log: Subject: [ID 20010529.003] find2perl and File::Find doesn't emulate find when path is a symlink (with proposed patch)
1717              From: David Dyck <dcd@tc.fluke.com>
1718              Date: Tue, 29 May 2001 12:19:38 -0700 (PDT)
1719              Message-Id: <Pine.LNX.4.33.0105291216510.17409-100000@dd.tc.fluke.com>
1720      Branch: perl
1721            ! lib/File/Find.pm
1722 ____________________________________________________________________________
1723 [ 10307] By: jhi                                   on 2001/05/30  01:47:22
1724         Log: Subject: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1
1725              From: Nicholas Clark <nick@ccl4.org>
1726              Date: Tue, 29 May 2001 23:16:09 +0100
1727              Message-ID: <20010529231609.U86445@plum.flirble.org>
1728              
1729              Make the test output slightly clearer by distinguishing
1730              between '' and undef.
1731      Branch: perl
1732            ! t/op/cmp.t
1733 ____________________________________________________________________________
1734 [ 10306] By: jhi                                   on 2001/05/30  01:45:12
1735         Log: Subject: [PATCH 5.6.1] flushNULL OS/2
1736              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1737              Date: Tue, 29 May 2001 19:15:19 -0400
1738              Message-ID: <20010529191519.A16020@math.ohio-state.edu>
1739      Branch: perl
1740            ! hints/os2.sh
1741 ____________________________________________________________________________
1742 [ 10305] By: jhi                                   on 2001/05/30  01:42:36
1743         Log: Subject: perlvar.pod addition
1744              From: Peter Gessner <peter.gessner@post.rwth-aachen.de>
1745              Date: Fri, 25 May 2001 20:23:12 +0200
1746              Message-ID: <3B0EA310.B265C048@post.rwth-aachen.de>
1747              
1748              Subject: Re: perlvar.pod addition
1749              From: "Abigail" <abigail@foad.org> 
1750              Date: Fri, 25 May 2001 22:00:39 +0200
1751              Message-ID: <20010525200039.28029.qmail@foad.org>
1752              
1753              Mention $a and $b in perlvar.
1754      Branch: perl
1755            ! pod/perlvar.pod
1756 ____________________________________________________________________________
1757 [ 10304] By: jhi                                   on 2001/05/30  01:36:37
1758         Log: Subject: [PATCH] perlvar.pod -- why isn't @F here?
1759              From: Jeff Pinyan <jeffp@crusoe.net>
1760              Date: Tue, 29 May 2001 22:27:51 -0400 (EDT)
1761              Message-ID: <Pine.GSO.4.21.0105292227150.1961-100000@crusoe.crusoe.net>
1762      Branch: perl
1763            ! pod/perlvar.pod
1764 ____________________________________________________________________________
1765 [ 10303] By: jhi                                   on 2001/05/30  01:35:31
1766         Log: Subject: Re: [PATCH] perlfaq6.pod -- case-aware s///
1767              From: Jeff Pinyan <jeffp@crusoe.net>
1768              Date: Tue, 29 May 2001 18:03:27 -0400 (EDT)
1769              Message-ID: <Pine.GSO.4.21.0105291802330.1961-100000@crusoe.crusoe.net>
1770      Branch: perl
1771            ! pod/perlfaq6.pod
1772 ____________________________________________________________________________
1773 [ 10302] By: jhi                                   on 2001/05/29  20:18:49
1774         Log: Mention Time::localtime and Time::gmtime.
1775      Branch: perl
1776            ! ext/Time/Piece/Piece.pm
1777 ____________________________________________________________________________
1778 [ 10301] By: jhi                                   on 2001/05/29  20:13:54
1779         Log: Subject: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
1780              From: Michael G Schwern <schwern@pobox.com>
1781              Date: Tue, 29 May 2001 18:51:32 +0100
1782              Message-ID: <20010529185132.C706@blackrider.blackstar.co.uk>
1783      Branch: perl
1784            ! pod/perlfaq4.pod
1785 ____________________________________________________________________________
1786 [ 10300] By: jhi                                   on 2001/05/29  20:12:09
1787         Log: Retract #10243.
1788      Branch: perl
1789            ! lib/autouse.pm
1790 ____________________________________________________________________________
1791 [ 10299] By: nick                                  on 2001/05/29  18:41:19
1792         Log: Post weekend integrate mainline (fails one test pragma/autouse).
1793      Branch: perlio
1794           +> (branch 29 files)
1795           !> (integrate 91 files)
1796 ____________________________________________________________________________
1797 [ 10298] By: jhi                                   on 2001/05/29  16:29:19
1798         Log: Update Changes.
1799      Branch: perl
1800            ! Changes patchlevel.h
1801 ____________________________________________________________________________
1802 [ 10297] By: jhi                                   on 2001/05/29  16:25:47
1803         Log: Fix Perl_swash_init & Perl_swash_fetch to save ERRSV (= $@)
1804              before Perl_load_module/Perl_call_method and restore the value
1805              after if !SvTRUE(ERRSV).  (from Inaba Hiroto)
1806      Branch: perl
1807            ! utf8.c
1808 ____________________________________________________________________________
1809 [ 10296] By: jhi                                   on 2001/05/29  16:01:53
1810         Log: Subject: Re: AIX and gcc (moving targets)
1811              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1812              Date: Tue, 29 May 2001 17:59:40 +0200
1813              Message-Id: <20010529175841.7078.H.M.BRAND@hccnet.nl>
1814      Branch: perl
1815            ! ext/Storable/Makefile.PL
1816 ____________________________________________________________________________
1817 [ 10295] By: jhi                                   on 2001/05/29  15:59:05
1818         Log: Subject: Re: AIX and gcc (moving targets)
1819              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1820              Date: Tue, 29 May 2001 12:32:57 +0200
1821              Message-Id: <20010529115151.9FE0.H.M.BRAND@hccnet.nl>
1822      Branch: perl
1823            ! ext/POSIX/Makefile.PL
1824 ____________________________________________________________________________
1825 [ 10294] By: jhi                                   on 2001/05/29  15:53:43
1826         Log: Subject: [PATCH lib/Test/Harness.pm t/lib/test-harness.t] Syncing with 1.21
1827              From: Michael G Schwern <schwern@pobox.com>
1828              Date: Tue, 29 May 2001 09:53:29 +0100
1829              Message-ID: <20010529095329.T675@blackrider.blackstar.co.uk>
1830              
1831              (#10280 retracted)
1832      Branch: perl
1833            ! lib/Test/Harness.pm t/lib/test-harness.t
1834 ____________________________________________________________________________
1835 [ 10293] By: jhi                                   on 2001/05/29  15:46:10
1836
1837         Log: Subject: [PATCH t/TEST lib/Test.pm t/lib/Test/*.t] Syncing with Test-1.17
1838              From: Michael G Schwern <schwern@pobox.com>
1839              Date: Tue, 29 May 2001 09:19:52 +0100
1840              Message-ID: <20010529091952.R675@blackrider.blackstar.co.uk>
1841      Branch: perl
1842            + t/lib/Test/fail.t t/lib/Test/mix.t t/lib/Test/onfail.t
1843            + t/lib/Test/qr.t t/lib/Test/skip.t t/lib/Test/success.t
1844            + t/lib/Test/todo.t
1845            ! MANIFEST lib/Test.pm t/TEST
1846 ____________________________________________________________________________
1847 [ 10292] By: jhi                                   on 2001/05/29  15:34:08
1848         Log: From: Michael G Schwern <schwern@pobox.com>
1849              Subject: Re: [PATCH t/TEST] Allowing deeper test subdirectories
1850              Date: Tue, 29 May 2001 08:26:09 +0100
1851              Message-ID: <20010529082609.P675@blackrider.blackstar.co.uk>
1852      Branch: perl
1853            ! t/TEST
1854 ____________________________________________________________________________
1855 [ 10291] By: jhi                                   on 2001/05/29  15:29:37
1856         Log: Add tests for Time::gmtime and Time::localtime.
1857      Branch: perl
1858            + t/lib/time-gmtime.t t/lib/time-localtime.t
1859            ! MANIFEST t/lib/1_compile.t
1860 ____________________________________________________________________________
1861 [ 10290] By: jhi                                   on 2001/05/29  15:15:44
1862         Log: Add test for File::stat.
1863      Branch: perl
1864            + t/lib/filestat.t
1865            ! MANIFEST t/lib/1_compile.t
1866 ____________________________________________________________________________
1867 [ 10289] By: jhi                                   on 2001/05/29  15:05:38
1868         Log: Add test for Net::servent.
1869      Branch: perl
1870            + t/lib/net-sent.t
1871            ! MANIFEST t/lib/1_compile.t
1872 ____________________________________________________________________________
1873 [ 10288] By: jhi                                   on 2001/05/29  14:57:15
1874         Log: Add test for Net::protoent.
1875      Branch: perl
1876            + t/lib/net-pent.t
1877            ! MANIFEST t/lib/1_compile.t
1878 ____________________________________________________________________________
1879 [ 10287] By: jhi                                   on 2001/05/29  14:53:10
1880         Log: Add test for Net::netent.
1881      Branch: perl
1882            + t/lib/net-nent.t
1883            ! MANIFEST t/lib/1_compile.t
1884 ____________________________________________________________________________
1885 [ 10286] By: jhi                                   on 2001/05/29  14:31:57
1886         Log: Add test for User::grent.  Portability doubtful.
1887      Branch: perl
1888            + t/lib/user-grent.t
1889            ! MANIFEST t/lib/1_compile.t
1890 ____________________________________________________________________________
1891 [ 10285] By: jhi                                   on 2001/05/29  14:24:20
1892         Log: Add test for User::pwent.
1893              Probably will fall down somewhere for portability reasons.
1894      Branch: perl
1895            + t/lib/user-pwent.t
1896            ! MANIFEST t/lib/1_compile.t
1897 ____________________________________________________________________________
1898 [ 10284] By: jhi                                   on 2001/05/29  13:26:43
1899         Log: Metaconfig units changes for #10283.
1900      Branch: metaconfig
1901            ! U/installdirs/inc_version_list.U U/installdirs/perl5.U
1902            ! U/installdirs/siteman1.U U/installdirs/siteman3.U
1903            ! U/installdirs/sitescript.U U/modified/Signal.U
1904 ____________________________________________________________________________
1905 [ 10283] By: jhi                                   on 2001/05/29  13:26:24
1906         Log: Subject: [PATCH 5.6.1] signal names in Configure
1907              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1908              Date: Tue, 29 May 2001 03:52:25 -0400
1909              Message-ID: <20010529035225.A9400@math.ohio-state.edu>
1910              
1911              Subject: [PATCH 5.6.1] older perl in Configure
1912              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1913              Date: Tue, 29 May 2001 03:55:40 -0400
1914              Message-ID: <20010529035539.A9411@math.ohio-state.edu>
1915              
1916              Subject: [PATCH 5.6.1] goofs in Configure
1917              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1918              Date: Tue, 29 May 2001 04:13:07 -0400
1919              Message-ID: <20010529041307.A9658@math.ohio-state.edu>
1920              
1921              Configure portability tweaks.
1922      Branch: perl
1923            ! Configure
1924 ____________________________________________________________________________
1925 [ 10282] By: jhi                                   on 2001/05/29  12:41:41
1926         Log: Subject: [PATCH 5.6.1] extLibpath for OS/2
1927              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1928              Date: Tue, 29 May 2001 04:07:06 -0400
1929              Message-ID: <20010529040706.A9579@math.ohio-state.edu>
1930      Branch: perl
1931            ! os2/os2.c
1932 ____________________________________________________________________________
1933 [ 10281] By: jhi                                   on 2001/05/29  12:40:31
1934         Log: Subject: [PATCH 5.6.1] extra static libs for OS/2
1935              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1936              Date: Tue, 29 May 2001 04:01:38 -0400
1937              Message-ID: <20010529040138.A9482@math.ohio-state.edu>
1938      Branch: perl
1939            ! hints/os2.sh os2/Makefile.SHs
1940 ____________________________________________________________________________
1941 [ 10280] By: jhi                                   on 2001/05/29  12:38:48
1942         Log: Subject: Re: [PATCH 5.6.1] Test::Harness clumsy
1943              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1944              Date: Tue, 29 May 2001 03:50:18 -0400
1945              Message-ID: <20010529035018.A9387@math.ohio-state.edu>
1946      Branch: perl
1947            ! lib/Test/Harness.pm
1948 ____________________________________________________________________________
1949 [ 10279] By: jhi                                   on 2001/05/29  12:34:53
1950         Log: Additional safeguard against $@ getting trampled; idea from Hugo.
1951      Branch: perl
1952            ! lib/utf8_heavy.pl
1953 ____________________________________________________________________________
1954 [ 10278] By: jhi                                   on 2001/05/29  02:15:24
1955         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
1956              From: Hugo <hv@crypt.compulink.co.uk>
1957              Date: Tue, 29 May 2001 03:03:45 +0100
1958              Message-Id: <200105290203.DAA00825@crypt.compulink.co.uk>
1959              
1960              Explanation why the $@ always gets the UTF8 flag when under use utf8--
1961              because we told it to have the flag when under use utf8.
1962      Branch: perl
1963            ! pp_ctl.c
1964 ____________________________________________________________________________
1965 [ 10277] By: jhi                                   on 2001/05/29  00:51:34
1966         Log: At least a partial fix for 20010528.004.
1967      Branch: perl
1968            ! lib/utf8_heavy.pl
1969 ____________________________________________________________________________
1970 [ 10276] By: jhi                                   on 2001/05/29  00:42:59
1971         Log: Subject: Re: Report /pro/3gl/CPAN/perl-5.7.1
1972              From: Nicholas Clark <nick@ccl4.org> 
1973              Date: Mon, 28 May 2001 23:39:38 +0100
1974              Message-ID: <20010528233938.M86445@plum.flirble.org>
1975              
1976              More portable non-zero UV.
1977      Branch: perl
1978            ! t/lib/extutils.t
1979 ____________________________________________________________________________
1980 [ 10275] By: jhi                                   on 2001/05/29  00:40:28
1981         Log: Subject: [PATCH] (was Re: Why t/lib/extutils.t is failing ...
1982              From: Nicholas Clark <nick@ccl4.org>
1983              Date: Mon, 28 May 2001 22:46:09 +0100
1984              Message-ID: <20010528224608.L86445@plum.flirble.org>
1985              
1986              Test also "make clean".
1987      Branch: perl
1988            ! t/lib/extutils.t
1989 ____________________________________________________________________________
1990 [ 10274] By: jhi                                   on 2001/05/29  00:39:18
1991         Log: Subject: Re: Would -Wno-unused -Wall be better?
1992              From: Michael G Schwern <schwern@pobox.com>
1993              Date: Tue, 29 May 2001 00:55:54 +0100
1994              Message-ID: <20010529005553.B675@blackrider.blackstar.co.uk>
1995      Branch: perl
1996            ! pp.h
1997 ____________________________________________________________________________
1998 [ 10273] By: jhi                                   on 2001/05/29  00:36:06
1999         Log: Add a test for 20010528.007, fixed in #10272.
2000      Branch: perl
2001            ! t/op/misc.t toke.c
2002 ____________________________________________________________________________
2003 [ 10272] By: jhi                                   on 2001/05/29  00:21:12
2004         Log: Subject: Re: [ID 20010528.007] "\x{" causes panic:constant overflowed allocated space 
2005              From: Hugo <hv@crypt.compulink.co.uk>
2006              Date: Tue, 29 May 2001 00:23:23 +0100
2007              Message-Id: <200105282323.AAA07930@crypt.compulink.co.uk>
2008      Branch: perl
2009            ! toke.c
2010 ____________________________________________________________________________
2011 [ 10271] By: jhi                                   on 2001/05/28  22:52:11
2012         Log: Subject: Re: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
2013              From: Michael G Schwern <schwern@pobox.com>
2014              Date: Tue, 29 May 2001 00:42:59 +0100
2015              Message-ID: <20010529004259.A675@blackrider.blackstar.co.uk>
2016      Branch: perl
2017            ! t/pragma/autouse.t
2018 ____________________________________________________________________________
2019 [ 10270] By: jhi                                   on 2001/05/28  21:44:06
2020         Log: Some shells seemingly arrange the signal handlers differently
2021              (bug id 20010521.004).
2022      Branch: perl
2023            ! t/lib/sigaction.t
2024 ____________________________________________________________________________
2025 [ 10269] By: jhi                                   on 2001/05/28  20:34:21
2026         Log: Regen perlmodlib.
2027      Branch: perl
2028            ! pod/perlmodlib.pod
2029 ____________________________________________________________________________
2030 [ 10268] By: jhi                                   on 2001/05/28  19:08:45
2031         Log: Update Changes.
2032      Branch: perl
2033            ! Changes patchlevel.h
2034 ____________________________________________________________________________
2035 [ 10267] By: jhi                                   on 2001/05/28  19:03:54
2036         Log: Subject: [PATCH] perlnewmod.pod to reflect DLSI(P) change
2037              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
2038              Date: Mon, 28 May 2001 14:56:35 -0500
2039              Message-ID: <20010528145635.L8487@chaos.wustl.edu>
2040      Branch: perl
2041            ! pod/perlnewmod.pod
2042 ____________________________________________________________________________
2043 [ 10266] By: jhi                                   on 2001/05/28  18:35:03
2044         Log: Regen toc.
2045      Branch: perl
2046            ! pod/perltoc.pod
2047 ____________________________________________________________________________
2048 [ 10265] By: jhi                                   on 2001/05/28  18:33:32
2049         Log: Subject: [PATCH] RE: [20000223.001] no test cases for splice(@array) 
2050              From: "Richard Soderberg" <rs@crystalflame.net>
2051              Date: Mon, 28 May 2001 12:31:23 -0700
2052              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFLDFAA.rs@crystalflame.net>
2053      Branch: perl
2054            ! t/op/splice.t
2055 ____________________________________________________________________________
2056 [ 10264] By: jhi                                   on 2001/05/28  17:59:00
2057         Log: The #10260 was too bold: locales and utf8 still do not mix.
2058      Branch: perl
2059            ! t/pragma/locale.t
2060 ____________________________________________________________________________
2061 [ 10263] By: jhi                                   on 2001/05/28  17:52:25
2062         Log: Subject: [PATCH] Pod nitpicks
2063              From: "Richard Soderberg" <rs@crystalflame.net>
2064              Date: Mon, 28 May 2001 10:08:58 -0700
2065              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFGDFAA.rs@crystalflame.net>
2066      Branch: perl
2067            ! pod/perl571delta.pod pod/perlapi.pod sv.h
2068 ____________________________________________________________________________
2069 [ 10262] By: jhi                                   on 2001/05/28  17:50:05
2070         Log: Upgrade to I18N::LangTags 0.22.
2071      Branch: perl
2072            + lib/I18N/LangTags/List.pod
2073            ! MANIFEST lib/I18N/LangTags.pm
2074 ____________________________________________________________________________
2075 [ 10261] By: jhi                                   on 2001/05/28  17:23:40
2076         Log: A slightly more serious bug found by -Mutf8; op/misc and
2077              lib/complex dumped core.
2078      Branch: perl
2079            ! regexec.c
2080 ____________________________________________________________________________
2081 [ 10260] By: jhi                                   on 2001/05/28  16:58:11
2082         Log: Various buglets shaken out by -Mutf8.
2083      Branch: perl
2084            ! t/io/utf8.t t/lib/charnames.t t/lib/lc-language.t
2085            ! t/pragma/locale.t
2086 ____________________________________________________________________________
2087 [ 10259] By: jhi                                   on 2001/05/28  15:48:46
2088         Log: STDERR looks much like STDOUT.  (Subtest #2 wasn't really okay.)
2089      Branch: perl
2090            ! t/lib/carp.t
2091 ____________________________________________________________________________
2092 [ 10258] By: jhi                                   on 2001/05/28  15:32:41
2093         Log: Subject: [PATCH] todo patch
2094              From: Artur Bergman <artur@contiller.se> 
2095              Date: Mon, 28 May 2001 17:03:51 +0200
2096              Message-ID: <B7383577.F34%artur@contiller.se>
2097      Branch: perl
2098            ! pod/perltodo.pod
2099 ____________________________________________________________________________
2100 [ 10257] By: jhi                                   on 2001/05/28  15:31:25
2101         Log: Subject: typo in perlguts.pod
2102              From: "John P. Linderman" <jpl@research.att.com>
2103              Date: Mon, 28 May 2001 09:35:47 -0400 (EDT)
2104              Message-Id: <200105281335.JAA27851@raptor.research.att.com>
2105      Branch: perl
2106            ! pod/perlguts.pod
2107 ____________________________________________________________________________
2108 [ 10256] By: jhi                                   on 2001/05/28  15:30:42
2109         Log: Subject: AIX and gcc (moving targets)
2110              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2111              Date: Mon, 28 May 2001 12:54:04 +0200
2112              Message-Id: <20010528124531.9FAB.H.M.BRAND@hccnet.nl>
2113      Branch: perl
2114            ! hints/aix.sh
2115 ____________________________________________________________________________
2116 [ 10255] By: jhi                                   on 2001/05/28  15:28:55
2117         Log: Subject: Re: perlio + multiple perl_alloc..destruct
2118              From: Doug MacEachern <dougm@covalent.net>
2119              Date: Sun, 27 May 2001 13:47:13 -0700 (PDT)
2120              Message-ID: <Pine.LNX.4.21.0105271340370.5938-100000@mako.covalent.net>
2121      Branch: perl
2122            ! perlio.c
2123 ____________________________________________________________________________
2124 [ 10254] By: jhi                                   on 2001/05/28  15:27:49
2125         Log: The #10251 wasn't quite up-to-the-code.
2126      Branch: perl
2127            ! t/op/misc.t
2128 ____________________________________________________________________________
2129 [ 10253] By: jhi                                   on 2001/05/28  15:26:39
2130         Log: Test case for bug 20010526.004, fixed in #10252.
2131      Branch: perl
2132            ! t/op/taint.t
2133 ____________________________________________________________________________
2134 [ 10252] By: jhi                                   on 2001/05/28  15:26:14
2135         Log: Subject: Re: [ID 20010526.004] Taint looses value
2136              From: Hugo <hv@crypt.compulink.co.uk>
2137              Date: Sun, 27 May 2001 20:39:32 +0100
2138              Message-Id: <200105271939.UAA27591@crypt.compulink.co.uk>
2139      Branch: perl
2140            ! sv.c
2141 ____________________________________________________________________________
2142 [ 10251] By: jhi                                   on 2001/05/28  15:13:40
2143         Log: Test case for 20010422.005, fixed by #10250.
2144      Branch: perl
2145            ! t/op/misc.t
2146 ____________________________________________________________________________
2147 [ 10250] By: jhi                                   on 2001/05/28  15:11:16
2148         Log: Subject: [PATCH] Re: [ID 20010422.005] perl -e '{s//${}/; //}' # segfaults on FreeBSD 
2149              From: Spider Boardman <spider@Orb.Nashua.NH.US>
2150              Date: Mon, 28 May 2001 06:39:12 -0400
2151              Message-Id: <200105281039.GAA03962@Orb.Nashua.NH.US>
2152      Branch: perl
2153            ! toke.c
2154 ____________________________________________________________________________
2155 [ 10249] By: jhi                                   on 2001/05/28  15:09:24
2156         Log: Linerewrapping.
2157      Branch: perl
2158            ! lib/open.pm
2159 ____________________________________________________________________________
2160 [ 10248] By: jhi                                   on 2001/05/28  15:09:07
2161         Log: Updates on the modules list.
2162      Branch: perl
2163            ! t/lib/1_compile.t
2164 ____________________________________________________________________________
2165 [ 10247] By: jhi                                   on 2001/05/28  15:03:35
2166         Log: Add a test for PerlIO.
2167              
2168              (I probably got the crlf/raw thing wrong for clrfy platforms...)
2169      Branch: perl
2170            + t/lib/perlio.t
2171            ! MANIFEST lib/PerlIO.pm
2172 ____________________________________________________________________________
2173 [ 10246] By: jhi                                   on 2001/05/28  14:24:08
2174         Log: Add a test for carp et alia.
2175      Branch: perl
2176            + t/lib/carp.t
2177            ! MANIFEST
2178 ____________________________________________________________________________
2179 [ 10245] By: jhi                                   on 2001/05/28  13:42:55
2180         Log: Adding the new test would be swell.
2181      Branch: perl
2182            + t/pragma/autouse.t
2183 ____________________________________________________________________________
2184 [ 10244] By: jhi                                   on 2001/05/28  13:42:34
2185         Log: Add a test for the autouse pragma.
2186      Branch: perl
2187            ! MANIFEST
2188 ____________________________________________________________________________
2189 [ 10243] By: jhi                                   on 2001/05/28  13:26:25
2190         Log: Subject: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
2191              From: dLux <dlux@spam.sch.bme.hu>
2192              Date: Sun, 27 May 2001 16:14:26 +0200
2193              Message-Id: <E1541JK-0000YC-00@dl.sch.bme.hu>
2194      Branch: perl
2195            ! lib/autouse.pm
2196 ____________________________________________________________________________
2197 [ 10242] By: jhi                                   on 2001/05/28  13:21:50
2198         Log: Subject: [PATCH #2] RE: [ID 20010528.002] dprofpp: "-R" does not work
2199              From: "Richard Soderberg" <rs@crystalflame.net>
2200              Date: Mon, 28 May 2001 03:56:36 -0700
2201              Message-ID: <NAEKLNAAHLMBPMPNBMLEEEFADFAA.rs@crystalflame.net>
2202      Branch: perl
2203            ! utils/dprofpp.PL
2204 ____________________________________________________________________________
2205 [ 10241] By: jhi                                   on 2001/05/28  13:18:56
2206         Log: Subject: Re: [ID 20010522.003] Time::Local module bug
2207              From: "Stephen P. Potter" <spp@spotter.yi.org>
2208              Date: Tue, 22 May 2001 11:40:25 -0400
2209              Message-Id: <20010522154030.584F4729E2@belgarath.spotter.yi.org>
2210              
2211              Subject: Re: [ID 20010522.003] Time::Local module bug
2212              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu> 
2213              Date: Tue, 22 May 2001 11:50:19 -0400
2214              Message-ID: <20010522115019.D48634@linguist.thayer.dartmouth.edu>
2215      Branch: perl
2216            ! lib/Time/Local.pm
2217 ____________________________________________________________________________
2218 [ 10240] By: jhi                                   on 2001/05/27  22:44:49
2219         Log: The PERL_DL_NONLAZY can have whitespace in front.
2220      Branch: perl
2221            ! t/lib/extutils.t
2222 ____________________________________________________________________________
2223 [ 10239] By: jhi                                   on 2001/05/27  21:23:21
2224         Log: Document strftime() and strptime().
2225      Branch: perl
2226            ! ext/POSIX/POSIX.pod ext/Time/Piece/Piece.pm t/lib/time-piece.t
2227 ____________________________________________________________________________
2228 [ 10238] By: jhi                                   on 2001/05/27  20:29:07
2229         Log: Make Time::Piece::strptime() to be a function, not a method.
2230      Branch: perl
2231            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
2232 ____________________________________________________________________________
2233 [ 10237] By: jhi                                   on 2001/05/27  20:22:09
2234         Log: Tweak the test to be more portable.
2235      Branch: perl
2236            ! t/lib/extutils.t
2237 ____________________________________________________________________________
2238 [ 10236] By: jhi                                   on 2001/05/27  19:15:54
2239         Log: Subject: PATCH: Re: Re: Attributes that tie
2240              From: Leon Brocard <acme@astray.com>
2241              Date: Sun, 27 May 2001 12:37:29 +0100
2242              Message-ID: <20010527123729.A22663@ns0.astray.com>
2243              
2244              Document that variable attributes are not currently usable
2245              for tieing.  (An ugly limitation that should be fixed.)
2246      Branch: perl
2247            ! lib/attributes.pm
2248 ____________________________________________________________________________
2249 [ 10235] By: jhi                                   on 2001/05/27  19:03:31
2250         Log: Microperl tweaks.
2251      Branch: perl
2252            ! Makefile.micro uconfig.h uconfig.sh
2253 ____________________________________________________________________________
2254 [ 10234] By: jhi                                   on 2001/05/27  18:22:09
2255         Log: Add make target for microperl (kind of silly, but convenient).
2256      Branch: perl
2257            ! Makefile.SH
2258 ____________________________________________________________________________
2259 [ 10233] By: jhi                                   on 2001/05/27  18:18:56
2260         Log: O_APPEND and O_TRUNC are not portable.  (Not available e.g.
2261              for microperl.)
2262      Branch: perl
2263            ! doio.c
2264 ____________________________________________________________________________
2265 [ 10232] By: jhi                                   on 2001/05/27  17:57:18
2266         Log: Subject: [PATCH] [ID 19991013.005] utime undef, undef, @files  
2267              From: rspier@pobox.com (Robert Spier)
2268              Date: Sat, 26 May 2001 20:05:23 -0400
2269              Message-ID: <15120.17603.148648.12430@rls.cx>
2270              
2271              Subject: Re: [PATCH] [ID 19991013.005] utime undef, undef, @files
2272              From: rspier@pobox.com (Robert Spier)
2273              Date: Sun, 27 May 2001 00:23:12 -0400
2274              Message-ID: <15120.33072.511966.767230@rls.cx>
2275      Branch: perl
2276            ! doio.c pod/perlfunc.pod
2277 ____________________________________________________________________________
2278 [ 10231] By: jhi                                   on 2001/05/27  15:45:20
2279         Log: Regen toc.  (And add the README.tru64 from #10230 to MANIFEST.)
2280      Branch: perl
2281            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
2282 ____________________________________________________________________________
2283 [ 10230] By: jhi                                   on 2001/05/27  15:41:06
2284         Log: Add README.tru64.
2285      Branch: perl
2286            + README.tru64
2287 ____________________________________________________________________________
2288 [ 10229] By: jhi                                   on 2001/05/27  13:50:57
2289         Log: Integrate Locale::Maketext 1.01 from Sean Burke.
2290      Branch: perl
2291            + lib/Locale/Maketext.pm lib/Locale/Maketext.pod
2292            + lib/Locale/Maketext/TPJ13.pod t/lib/lc-maketext.t
2293            ! MANIFEST
2294 ____________________________________________________________________________
2295 [ 10228] By: jhi                                   on 2001/05/27  13:43:38
2296         Log: Integrate I18N::LangTags from Sean Burke.
2297              
2298              TODO: the language list from RFC 3066 needs to be integrated
2299              and made available somehow.  The list is included in the
2300              I18N-LangTags 0.21 distribution, but it is undocumented
2301              and unconnected to the module.
2302      Branch: perl
2303            + lib/I18N/LangTags.pm t/lib/i18n-langtags.t
2304            ! MANIFEST
2305 ____________________________________________________________________________
2306 [ 10227] By: jhi                                   on 2001/05/27  01:41:33
2307         Log: Allow 'eval "v200"' to work (part of 20000323.059); fix as
2308              envisioned by Sarathy.
2309      Branch: perl
2310            ! t/op/ver.t toke.c
2311 ____________________________________________________________________________
2312 [ 10226] By: jhi                                   on 2001/05/27  00:28:34
2313         Log: Subject: [ID 20010525.001] Pod typo nits fixed
2314              From: lvirden@cas.org
2315              Date: Fri, 25 May 2001 06:57:43 -0400 (EDT)
2316              Message-Id: <200105251057.f4PAvhY13003@lwv26awu.cas.org>
2317              
2318              minus the perlsolaris decimation plus the
2319              
2320              Subject: Re: [ID 20010525.001] Pod typo nits fixed
2321              From: "Philip Newton" <Philip.Newton@gmx.net>
2322              Date: Fri, 25 May 2001 18:05:55 +0200
2323              Message-Id: <200105251604.f4PG4kt15034@chaos.wustl.edu>
2324      Branch: perl
2325            ! README.amiga README.cygwin README.mpeix pod/perl5005delta.pod
2326            ! pod/perldebtut.pod pod/perlebcdic.pod pod/perlfaq3.pod
2327            ! pod/perlhack.pod pod/perltoc.pod pod/perltodo.pod
2328            ! pod/perlutil.pod pod/perlxstut.pod
2329 ____________________________________________________________________________
2330 [ 10225] By: jhi                                   on 2001/05/26  22:38:16
2331         Log: return clauses are nice.
2332      Branch: perl
2333            ! sv.c
2334 ____________________________________________________________________________
2335 [ 10224] By: jhi                                   on 2001/05/26  22:35:31
2336         Log: Subject: change 10199 backwards?
2337              From: Doug MacEachern <dougm@covalent.net>
2338              Date: Sat, 26 May 2001 11:26:07 -0700 (PDT)
2339              Message-ID: <Pine.LNX.4.21.0105261118510.22038-100000@mako.covalent.net>
2340      Branch: perl
2341            ! sv.c
2342 ____________________________________________________________________________
2343 [ 10223] By: jhi                                   on 2001/05/26  22:31:46
2344         Log: Subject: Re: 5.6.*, bleadperl: bugs in pp_concat
2345              From: Hugo <hv@crypt.compulink.co.uk>
2346              Date: Sat, 26 May 2001 17:05:12 +0100
2347              Message-Id: <200105261605.RAA12295@crypt.compulink.co.uk>
2348      Branch: perl
2349            + t/op/gmagic.t
2350            ! MANIFEST doop.c embed.h embed.pl global.sym
2351            ! lib/File/Basename.pm objXSUB.h perlapi.c pod/perlapi.pod
2352            ! pp_hot.c proto.h sv.c sv.h t/pragma/warn/pp_hot
2353 ____________________________________________________________________________
2354 [ 10222] By: jhi                                   on 2001/05/26  22:10:38
2355         Log: Regen headers for #10221.
2356      Branch: perl
2357            ! global.sym objXSUB.h perlapi.c
2358 ____________________________________________________________________________
2359 [ 10221] By: jhi                                   on 2001/05/26  22:06:06
2360         Log: Subject: [ID 20010506.012] Patch for 5.6.1 embed.pl (shared libperl&mod_perl)
2361              From: Juha Laiho <juha.laiho@Elma.Net>
2362              Date: Thu, 3 May 2001 09:51:30 +0300
2363              Message-Id: <200105030651.JAA327254@tokka.elma.fi>
2364      Branch: perl
2365            ! embed.pl
2366 ____________________________________________________________________________
2367 [ 10220] By: jhi                                   on 2001/05/26  22:01:30
2368         Log: Subject: Re: [PATCH] Re: stability of sort()?
2369              From: "John P. Linderman" <jpl@research.att.com>
2370              Date: Sat, 26 May 2001 13:27:19 -0400
2371              Message-Id: <200105261727.NAA06654@raptor.research.att.com>
2372      Branch: perl
2373            ! pod/perlfunc.pod
2374 ____________________________________________________________________________
2375 [ 10219] By: jhi                                   on 2001/05/26  14:02:34
2376         Log: Integrate perlio.
2377      Branch: perl
2378           !> pod/perlguts.pod
2379 ____________________________________________________________________________
2380 [ 10218] By: jhi                                   on 2001/05/26  13:39:52
2381         Log: Subject: [PATCH perl@10210] PerlIO for VMS
2382              From: "Craig A. Berry" <craigberry@mac.com>
2383              Date: Sat, 26 May 2001 09:34:11 -0500
2384              Message-Id: <a05100e0ab734816701a5@[172.16.52.1]>
2385      Branch: perl
2386            ! configure.com doio.c iperlsys.h perlio.c perlio.h perliol.h
2387            ! perlsdio.h vms/ext/Stdio/Stdio.xs vms/gen_shrfls.pl vms/vms.c
2388            ! vms/vmsish.h
2389 ____________________________________________________________________________
2390 [ 10217] By: jhi                                   on 2001/05/26  13:19:05
2391         Log: Subject: patch to fix: [ID 20010524.004] perl5db.pl version 1.12  doesn't stop on breakpoints
2392              From: David Dyck <dcd@tc.fluke.com>
2393              Date: Fri, 25 May 2001 00:03:04 -0700 (PDT)
2394              Message-ID: <Pine.LNX.4.33.0105242354030.17331-100000@dd.tc.fluke.com>
2395      Branch: perl
2396            ! lib/perl5db.pl
2397 ____________________________________________________________________________
2398 [ 10216] By: jhi                                   on 2001/05/26  13:17:47
2399         Log: Subject: utf8 regexp tests
2400              From: Hugo <hv@crypt.compulink.co.uk>
2401              Date: Fri, 25 May 2001 22:35:01 +0100
2402              Message-Id: <200105252135.WAA03197@crypt.compulink.co.uk>
2403      Branch: perl
2404            ! t/op/regexp.t
2405 ____________________________________________________________________________
2406 [ 10215] By: jhi                                   on 2001/05/26  13:15:40
2407         Log: Subject: [PATCH] Re: stability of sort()?
2408              From: Nicholas Clark <nick@ccl4.org>
2409              Date: Fri, 25 May 2001 22:40:19 +0100
2410              Message-ID: <20010525224019.B86445@plum.flirble.org>
2411      Branch: perl
2412            ! pod/perlfunc.pod
2413 ____________________________________________________________________________
2414 [ 10214] By: jhi                                   on 2001/05/26  13:14:30
2415         Log: Subject: Re: [ID 20010426.005] Magic not being removed at scope exit [PATCH]
2416              From: John Peacock <jpeacock@rowman.com>
2417              Date: Thu, 24 May 2001 22:14:01 -0400
2418              Message-ID: <3B0DBFE9.A7C49084@rowman.com>
2419      Branch: perl
2420            ! mg.c scope.c sv.c
2421 ____________________________________________________________________________
2422 [ 10213] By: jhi                                   on 2001/05/26  13:08:56
2423         Log: Subject: [PATCH] Re: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
2424              From: Nicholas Clark <nick@ccl4.org>
2425              Date: Sun, 20 May 2001 19:24:13 +0100
2426              Message-ID: <20010520192413.G83222@plum.flirble.org>
2427      Branch: perl
2428            + lib/ExtUtils/Constant.pm t/lib/extutils.t
2429            ! MANIFEST utils/h2xs.PL
2430 ____________________________________________________________________________
2431 [ 10212] By: nick                                  on 2001/05/26  09:49:28
2432         Log: Change perlguts docs to not suggest PUSHi etc. for multiple results,
2433              add a few more notes there on use of mortals on the stack.
2434      Branch: perlio
2435            ! pod/perlguts.pod
2436 ____________________________________________________________________________
2437 [ 10211] By: nick                                  on 2001/05/26  09:05:36
2438         Log: Integrate mainline
2439      Branch: perlio
2440           +> t/lib/fcntl.t t/pragma/vars.t
2441           !> (integrate 49 files)
2442 ____________________________________________________________________________
2443 [ 10210] By: jhi                                   on 2001/05/25  12:29:16
2444         Log: Update Changes.
2445      Branch: perl
2446            ! Changes patchlevel.h
2447 ____________________________________________________________________________
2448 [ 10209] By: jhi                                   on 2001/05/25  12:24:45
2449         Log: Based on
2450              
2451              Subject: [PATCH pp.c] Wrapping pack("C",256)
2452              From: Simon Cozens <simon@netthink.co.uk>
2453              Date: Sat, 12 May 2001 17:58:41 +0100
2454              Message-ID: <20010512175841.A6132@netthink.co.uk>
2455      Branch: perl
2456            ! pod/perldiag.pod pp.c t/pragma/warn/pp
2457 ____________________________________________________________________________
2458 [ 10208] By: jhi                                   on 2001/05/25  01:37:03
2459         Log: Subject: [PATCH] 5.6.1 Term::Cap -- add terminfo fallback
2460              From: "Brendan O'Dea" <bod@compusol.com.au>
2461              Date: Fri, 25 May 2001 11:18:29 +1000
2462              Message-ID: <20010525111829.A28411@compusol.com.au>
2463              
2464              (Slightly modified.)
2465      Branch: perl
2466            ! lib/Term/Cap.pm
2467 ____________________________________________________________________________
2468 [ 10207] By: jhi                                   on 2001/05/25  01:12:14
2469         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string 
2470              From: Hugo <hv@crypt.compulink.co.uk>
2471              Date: Fri, 25 May 2001 02:13:25 +0100
2472              Message-Id: <200105250113.CAA23158@crypt.compulink.co.uk>
2473      Branch: perl
2474            ! t/op/misc.t
2475 ____________________________________________________________________________
2476 [ 10206] By: jhi                                   on 2001/05/25  01:07:59
2477         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string
2478              From: Inaba Hiroto <hiroto.inaba@toshiba.co.jp>
2479              Date: Fri, 25 May 2001 10:25:36 +0900
2480              Message-Id: <200105250124.KAA19571@toshiba.co.jp> 
2481      Branch: perl
2482            ! regcomp.c regexec.c
2483 ____________________________________________________________________________
2484 [ 10205] By: jhi                                   on 2001/05/25  01:07:00
2485         Log: Subject: [PATCH #2] stash autovivification and method call error messages
2486              From: Ilmari Karonen <iltzu@sci.fi>
2487              Date: Thu, 24 May 2001 01:51:48 +0300 (EET DST)
2488              Message-ID: <Pine.SOL.3.96.1010524013737.18819D-100000@simpukka>
2489      Branch: perl
2490            ! gv.c pp_hot.c t/op/method.t
2491 ____________________________________________________________________________
2492 [ 10204] By: jhi                                   on 2001/05/25  01:03:50
2493         Log: Add make target and documentation for gprof profiling.
2494      Branch: perl
2495            ! Makefile.SH pod/perlhack.pod
2496 ____________________________________________________________________________
2497 [ 10203] By: jhi                                   on 2001/05/24  21:09:36
2498         Log: Subject: Don't think about UTF8 
2499              From: Mike Guy <mjtg@cam.ac.uk> 
2500              Date: Tue, 22 May 2001 14:35:39 +0100
2501              Message-Id: <E152CK3-00028O-00@virgo.cus.cam.ac.uk>
2502      Branch: perl
2503            ! sv.h
2504 ____________________________________________________________________________
2505 [ 10202] By: jhi                                   on 2001/05/24  21:07:25
2506         Log: Subject: [ID 20010524.002] find2perl bug in fileglob_to_re
2507              From: Geraint A Edwards <gedge@serf.org> 
2508              Date: Thu, 24 May 2001 22:51:24 +0100
2509              Message-Id: <20010524225124.A34981@cymru.serf.org>
2510      Branch: perl
2511            ! x2p/find2perl.PL
2512 ____________________________________________________________________________
2513 [ 10201] By: jhi                                   on 2001/05/24  21:02:30
2514         Log: DB_File has its own attribute story.
2515      Branch: perl
2516            ! ext/DB_File/DB_File.xs
2517 ____________________________________________________________________________
2518 [ 10200] By: jhi                                   on 2001/05/24  19:54:21
2519         Log: Subject: Re: Making perl with -Wall
2520              From: Andy Dougherty <doughera@lafayette.edu>
2521              Date: Thu, 24 May 2001 14:33:37 -0400 (EDT)
2522              Message-ID: <Pine.SOL.4.10.10105241415460.2443-100000@maxwell.phys.lafayette.edu>
2523      Branch: perl
2524            ! perl.h
2525 ____________________________________________________________________________
2526 [ 10199] By: jhi                                   on 2001/05/24  15:15:03
2527         Log: Subject: RE: [ID 20010521.003] - [PATCH #2] sv.c: sv_dup_inc(SvRV(sstr)) wasn't checking SvWEAKREF
2528              From: "Richard Soderberg" <rs@crystalflame.net>
2529              Date: Thu, 24 May 2001 08:58:16 -0700
2530              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEPODEAA.rs@crystalflame.net>
2531      Branch: perl
2532            ! sv.c
2533 ____________________________________________________________________________
2534 [ 10198] By: jhi                                   on 2001/05/24  15:10:04
2535         Log: IV/UV casting fixes from Nicholas Clark.
2536      Branch: perl
2537            ! perl.h pp_sys.c util.c
2538 ____________________________________________________________________________
2539 [ 10197] By: jhi                                   on 2001/05/24  14:19:44
2540         Log: Subject: Re: Making perl with -Wall
2541              From: Michael G Schwern <schwern@pobox.com>
2542              Date: Thu, 24 May 2001 15:40:28 +0100
2543              Message-ID: <20010524154028.B1988@blackrider.blackstar.co.uk>
2544      Branch: perl
2545            ! malloc.c perl.h
2546 ____________________________________________________________________________
2547 [ 10196] By: jhi                                   on 2001/05/24  14:04:41
2548         Log: Subject: [PATCH] Re: [ID 20010521.004] Two test suite failures on this platform with latest rsync 
2549              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2550              Date: Tue, 22 May 2001 11:49:37 +0200
2551              Message-Id: <20010522114044.BC4E.H.M.BRAND@hccnet.nl>
2552      Branch: metaconfig
2553            ! U/modified/Oldsym.U
2554      Branch: metaconfig/U/perl
2555            ! patchlevel.U
2556      Branch: perl
2557            ! Configure config_h.SH myconfig.SH
2558 ____________________________________________________________________________
2559 [ 10195] By: jhi                                   on 2001/05/24  13:25:04
2560         Log: Under versiononly install also the scripts with the version suffix.
2561              (e.g. .../bin/h2xs5.7.1)
2562      Branch: perl
2563            ! installperl
2564 ____________________________________________________________________________
2565 [ 10194] By: jhi                                   on 2001/05/24  13:02:49
2566         Log: Subject: [PATCH] Stop segfault in mg.c:636
2567              From: "Richard Soderberg" <rs@crystalflame.net>
2568              Date: Thu, 24 May 2001 05:51:52 -0700
2569              Message-ID: <NAEKLNAAHLMBPMPNBMLEGEPGDEAA.rs@crystalflame.net>
2570      Branch: perl
2571            ! mg.c
2572 ____________________________________________________________________________
2573 [ 10193] By: jhi                                   on 2001/05/24  12:37:13
2574         Log: Iteration continues; hopefully convergently.
2575      Branch: perl
2576            ! t/lib/b-stash.t
2577 ____________________________________________________________________________
2578 [ 10192] By: jhi                                   on 2001/05/24  12:36:35
2579         Log: Subject: [PATCH] CORE::GLOBAL::require override happens too early
2580              From: Gisle Aas <gisle@ActiveState.com>
2581              Date: 23 May 2001 16:13:10 -0700
2582              Message-ID: <lrofsjfym1.fsf@caliper.ActiveState.com>
2583      Branch: perl
2584            ! op.c toke.c
2585 ____________________________________________________________________________
2586 [ 10191] By: jhi                                   on 2001/05/24  12:25:12
2587         Log: Subject: [PATCH] lib/dumpvar.pl, lib/perl5db.pl - fix warnings
2588              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
2589              Date: Thu, 24 May 2001 05:05:22 -0500
2590              Message-ID: <20010524050522.A18997@staff1.cso.uiuc.edu>
2591      Branch: perl
2592            ! lib/dumpvar.pl lib/perl5db.pl
2593 ____________________________________________________________________________
2594 [ 10190] By: jhi                                   on 2001/05/24  12:24:07
2595         Log: Subject: Re: [ID 20010524.001] perl5db.pl   x @INC  doesn't work like it used to
2596              From: David Dyck <dcd@tc.fluke.com>
2597              Date: Thu, 24 May 2001 01:42:09 -0700 (PDT)
2598              Message-ID: <Pine.LNX.4.33.0105240134580.5179-100000@dd.tc.fluke.com>
2599      Branch: perl
2600            ! lib/perl5db.pl
2601 ____________________________________________________________________________
2602 [ 10189] By: jhi                                   on 2001/05/23  22:43:31
2603         Log: Tiny pod nits on READMEs, mostly whitespace issues.
2604      Branch: perl
2605            ! README.amiga README.dos README.macos README.mpeix README.vmesa
2606            ! README.win32
2607 ____________________________________________________________________________
2608 [ 10188] By: jhi                                   on 2001/05/23  22:26:03
2609         Log: The DG/UX part of the 20010521.005.
2610      Branch: perl
2611            ! README.dgux
2612 ____________________________________________________________________________
2613 [ 10187] By: jhi                                   on 2001/05/23  22:04:05
2614         Log: Subject: Re: [ID 20000716.007] \G in a m//g expression causes problems 
2615              From: Hugo <hv@crypt.compulink.co.uk>
2616              Date: Mon, 21 May 2001 16:32:02 +0100
2617              Message-Id: <200105211532.QAA03999@crypt.compulink.co.uk>
2618      Branch: perl
2619            ! regcomp.c t/op/misc.t
2620 ____________________________________________________________________________
2621 [ 10186] By: jhi                                   on 2001/05/23  21:42:15
2622         Log: Subject: [PATCH] Extra UNIVERSAL tests
2623              From: Mike Guy <mjtg@cam.ac.uk>
2624              Date: Wed, 23 May 2001 12:29:20 +0100
2625              Message-Id: <E152WpM-0001yP-00@virgo.cus.cam.ac.uk>
2626      Branch: perl
2627            ! t/op/universal.t
2628 ____________________________________________________________________________
2629 [ 10185] By: jhi                                   on 2001/05/23  21:38:48
2630         Log: Subject: [PATCH] Remove EQ keyword
2631              From: Mike Guy <mjtg@cam.ac.uk>
2632              Message-Id: <E152Vhp-00072x-00@virgo.cus.cam.ac.uk>
2633              Date: Wed, 23 May 2001 11:17:29 +0100
2634      Branch: perl
2635            ! keywords.h keywords.pl
2636 ____________________________________________________________________________
2637 [ 10184] By: jhi                                   on 2001/05/23  21:29:41
2638         Log: Subject: [PATCH] lib/perl5db.pl
2639              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
2640              Date: Wed, 23 May 2001 02:18:03 -0500
2641              Message-ID: <20010523021803.A21965@staff1.cso.uiuc.edu>
2642      Branch: perl
2643            ! lib/perl5db.pl
2644 ____________________________________________________________________________
2645 [ 10183] By: jhi                                   on 2001/05/23  21:27:54
2646         Log: Subject: [PATCH lib/Term/Cap.pm] Avoid -W warnings in Tgetent and Tputs
2647              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
2648              Date: Tue, 22 May 2001 23:34:41 -0500
2649              Message-ID: <20010522233441.A12431@staff1.cso.uiuc.edu>
2650      Branch: perl
2651            ! lib/Term/Cap.pm
2652 ____________________________________________________________________________
2653 [ 10182] By: jhi                                   on 2001/05/23  21:24:30
2654         Log: Subject: [PATCH emacs/e2ctags.pl] big speedup
2655              From: davem@fdgroup.co.uk
2656              Date: Tue, 22 May 2001 22:08:09 +0100 (BST)
2657              Message-Id: <200105222108.WAA09442@gizmo.fdgroup.co.uk>
2658      Branch: perl
2659            ! emacs/e2ctags.pl
2660 ____________________________________________________________________________
2661 [ 10181] By: jhi                                   on 2001/05/23  21:23:29
2662         Log: Subject: [PATCH lib/vars.pm] Sensible minimum version
2663              From: Michael G Schwern <schwern@pobox.com>
2664              Date: Tue, 22 May 2001 14:15:09 +0100
2665              Message-ID: <20010522141509.J701@blackrider.blackstar.co.uk>
2666      Branch: perl
2667            ! lib/vars.pm
2668 ____________________________________________________________________________
2669 [ 10180] By: jhi                                   on 2001/05/23  21:22:14
2670         Log: Subject: [PATCH lib/vars.pm] Odd code nit
2671              From: Michael G Schwern <schwern@pobox.com>
2672              Date: Tue, 22 May 2001 14:14:28 +0100
2673              Message-ID: <20010522141427.I701@blackrider.blackstar.co.uk>
2674      Branch: perl
2675            ! lib/vars.pm
2676 ____________________________________________________________________________
2677 [ 10179] By: jhi                                   on 2001/05/23  21:19:51
2678         Log: Use the new use vars feature.
2679      Branch: perl
2680            ! t/lib/b-stash.t
2681 ____________________________________________________________________________
2682 [ 10178] By: jhi                                   on 2001/05/23  21:19:28
2683         Log: Subject: [PATCH] vars.pm to support qualified variables (was Re: [ID 20010521.001])
2684              From: Mike Guy <mjtg@cam.ac.uk>
2685              Sender: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
2686              Date: Tue, 22 May 2001 13:11:39 +0100
2687      Branch: perl
2688            + t/pragma/vars.t
2689            ! MANIFEST lib/vars.pm t/lib/1_compile.t
2690 ____________________________________________________________________________
2691 [ 10177] By: jhi                                   on 2001/05/23  21:01:48
2692         Log: -qlongdouble considered harmful by Merijn.
2693      Branch: perl
2694            ! hints/aix.sh
2695 ____________________________________________________________________________
2696 [ 10176] By: jhi                                   on 2001/05/21  13:21:21
2697         Log: Update Changes.
2698      Branch: perl
2699            ! Changes patchlevel.h
2700 ____________________________________________________________________________
2701 [ 10175] By: jhi                                   on 2001/05/21  13:17:28
2702         Log: Add a test of its very own for Fcntl.  Hopefully portable.
2703      Branch: perl
2704            + t/lib/fcntl.t
2705            ! MANIFEST
2706 ____________________________________________________________________________
2707 [ 10174] By: jhi                                   on 2001/05/21  12:45:41
2708         Log: Must be trickier for 'minitest' not to die.
2709      Branch: perl
2710            ! t/op/taint.t
2711 ____________________________________________________________________________
2712 [ 10173] By: jhi                                   on 2001/05/21  11:24:43
2713         Log: Can't declare other people's variables.
2714      Branch: perl
2715            ! t/lib/b-stash.t
2716 ____________________________________________________________________________
2717 [ 10172] By: jhi                                   on 2001/05/20  20:33:08
2718         Log: Fix for ID 20010519.003: sysopen() wasn't tainting :-(
2719      Branch: perl
2720            ! doio.c t/op/taint.t
2721 ____________________________________________________________________________
2722 [ 10171] By: jhi                                   on 2001/05/20  20:18:45
2723         Log: The OS/2 variable needs to be declared.
2724      Branch: perl
2725            ! t/lib/b-stash.t
2726 ____________________________________________________________________________
2727 [ 10170] By: nick                                  on 2001/05/20  16:48:29
2728         Log: Integrate mainline
2729      Branch: perlio
2730           !> (integrate 41 files)
2731 ____________________________________________________________________________
2732 [ 10169] By: jhi                                   on 2001/05/20  11:50:20
2733         Log: Small perlsec updates: clarify the taintedness of filename
2734              globbing; suggest using Scalar::Util::tainted().
2735      Branch: perl
2736            ! pod/perlsec.pod
2737 ____________________________________________________________________________
2738 [ 10168] By: jhi                                   on 2001/05/20  11:24:11
2739         Log: Subject: [PATCH 5.7.1@10135] [LARGE!] symbolic magic
2740              From: Dave Mitchell <davem@fdgroup.co.uk>
2741              Date: Sat, 19 May 2001 20:12:56 +0100 (BST)
2742              Message-Id: <200105191912.UAA23925@gizmo.fdgroup.co.uk>
2743      Branch: perl
2744            ! av.c cc_runtime.h doop.c dump.c gv.c hv.c mg.c op.c perl.c
2745            ! perl.h perlio.c pod/perlguts.pod pp.c pp_ctl.c pp_hot.c
2746            ! pp_sys.c regexec.c scope.c sv.c t/lib/peek.t taint.c util.c
2747            ! xsutils.c
2748 ____________________________________________________________________________
2749 [ 10167] By: jhi                                   on 2001/05/20  11:12:14
2750         Log: Subject: [PATCH 5.6.1] DLL descriptions on OS/2
2751              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2752              Date: Sat, 19 May 2001 04:08:46 -0400
2753              Message-ID: <20010519040846.A16969@math.ohio-state.edu>
2754      Branch: perl
2755            ! lib/ExtUtils/Mksymlists.pm makedef.pl
2756 ____________________________________________________________________________
2757 [ 10166] By: jhi                                   on 2001/05/20  11:08:27
2758         Log: Subject: [PATCH 5.6.1] DLL name mangling on OS/2
2759              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2760              Date: Sat, 19 May 2001 04:30:45 -0400
2761              Message-ID: <20010519043045.A17033@math.ohio-state.edu>
2762      Branch: perl
2763            ! os2/os2.c
2764 ____________________________________________________________________________
2765 [ 10165] By: jhi                                   on 2001/05/20  11:07:06
2766         Log: Subject: [PATCH 5.6.1] build bugs OS/2
2767              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2768              Date: Sat, 19 May 2001 04:35:28 -0400
2769              Message-ID: <20010519043528.A17363@math.ohio-state.edu>
2770      Branch: perl
2771            ! os2/Makefile.SHs os2/os2.c
2772 ____________________________________________________________________________
2773 [ 10164] By: jhi                                   on 2001/05/20  11:06:01
2774         Log: Subject: [PATCH 5.6.1] Mis-Failing tests
2775              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2776              Date: Sat, 19 May 2001 04:04:23 -0400
2777              Message-ID: <20010519040423.A16861@math.ohio-state.edu>
2778              
2779              (In bleadperl patched b-stash.t instead of b.t)
2780      Branch: perl
2781            ! t/lib/b-stash.t t/lib/bigfltpm.t
2782 ____________________________________________________________________________
2783 [ 10163] By: jhi                                   on 2001/05/20  10:59:46
2784         Log: Subject: [PATCH 5.6.1] perl5db
2785              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2786              Date: Sat, 19 May 2001 03:49:09 -0400
2787              Message-ID: <20010519034909.A14902@math.ohio-state.edu>
2788      Branch: perl
2789            ! lib/perl5db.pl
2790 ____________________________________________________________________________
2791 [ 10162] By: jhi                                   on 2001/05/20  10:58:18
2792         Log: Subject: [PATCH] require $mod where $mod has touched numeric context
2793              From: Gisle Aas <gisle@ActiveState.com>
2794              Date: 18 May 2001 14:24:51 -0700
2795              Message-ID: <lr3da2cpuk.fsf@caliper.ActiveState.com>
2796      Branch: perl
2797            ! pp_ctl.c
2798 ____________________________________________________________________________
2799 [ 10161] By: jhi                                   on 2001/05/20  10:57:00
2800         Log: Subject: [PATCH] Chomp should not always stringify
2801              From: Gisle Aas <gisle@ActiveState.com>
2802              Date: 18 May 2001 07:55:25 -0700
2803              Message-ID: <lrk83eogf6.fsf@caliper.ActiveState.com>
2804      Branch: perl
2805            ! doop.c t/op/chop.t
2806 ____________________________________________________________________________
2807 [ 10160] By: jhi                                   on 2001/05/20  10:49:40
2808         Log: Integrate perlio.
2809      Branch: perl
2810           !> pod/perlfunc.pod
2811 ____________________________________________________________________________
2812 [ 10159] By: nick                                  on 2001/05/20  09:39:46
2813         Log: Document some more of open's features.
2814      Branch: perlio
2815            ! pod/perlfunc.pod
2816 ____________________________________________________________________________
2817 [ 10158] By: gsar                                  on 2001/05/18  18:43:38
2818         Log: back out change#10153 (it has compatibility issues such as the
2819              changed behavior of /[~%@+-]/, and after talking to Jarkko, the
2820              benefit for 5.6.x doesn't seem worth the risk)
2821      Branch: maint-5.6/perl
2822            ! toke.c
2823 ____________________________________________________________________________
2824 [ 10157] By: jhi                                   on 2001/05/18  17:05:40
2825         Log: \$escaping the $vars in !GROK!THIS! section is a good idea.
2826      Branch: perl
2827            ! x2p/s2p.PL
2828 ____________________________________________________________________________
2829 [ 10156] By: jhi                                   on 2001/05/18  12:06:40
2830         Log: Update Changes.
2831      Branch: perl
2832            ! Changes patchlevel.h
2833 ____________________________________________________________________________
2834 [ 10155] By: jhi                                   on 2001/05/18  11:58:57
2835         Log: Integrate change #10144 from maintperl.
2836              
2837              s/CONFIGDOTSH/PERL_CONFIG_SH/ for Win32, too.
2838      Branch: perl
2839           !> win32/config.bc win32/config.gc win32/config.vc
2840           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
2841 ____________________________________________________________________________
2842 [ 10154] By: nick                                  on 2001/05/18  07:23:03
2843         Log: Integrate mainline.
2844      Branch: perlio
2845           +> README.dgux t/lib/i18n-collate.t utils.lst
2846           !> (integrate 49 files)
2847 ____________________________________________________________________________
2848 [ 10153] By: jhi                                   on 2001/05/18  00:41:51
2849         Log: Integrate change #7224 from mainline into maintperl.
2850              
2851              Allow @+ and @- to be doublequoted, from Simon Cozens. 
2852              (Approved by Larry, see Tom's comment in 20000830.005.)
2853      Branch: maint-5.6/perl
2854           !> toke.c
2855 ____________________________________________________________________________
2856 [ 10152] By: jhi                                   on 2001/05/17  23:18:15
2857         Log: Subject: [PATCH bleadperl] small lookbehind fix
2858              From: Hugo <hv@crypt.compulink.co.uk>
2859              Date: Fri, 18 May 2001 00:07:19 +0100
2860              Message-Id: <200105172307.AAA06142@crypt.compulink.co.uk>
2861      Branch: perl
2862            ! regexec.c
2863 ____________________________________________________________________________
2864 [ 10151] By: jhi                                   on 2001/05/17  22:00:06
2865         Log: Detypos.
2866      Branch: perl
2867            ! installman utils.lst
2868 ____________________________________________________________________________
2869 [ 10150] By: jhi                                   on 2001/05/17  20:32:48
2870         Log: Add better debug to glob/basic #8 as suggested by Nick Clark
2871              in 20001222.001.
2872      Branch: perl
2873            ! t/lib/glob-basic.t
2874 ____________________________________________________________________________
2875 [ 10149] By: jhi                                   on 2001/05/17  20:08:58
2876         Log: Subject: [PATCH] Test for bug 20010515.004
2877              From: Benjamin Sugars <bsugars@canoe.ca>
2878              Date: Thu, 17 May 2001 15:48:18 -0400 (EDT)
2879              Message-ID: <Pine.LNX.4.21.0105171544270.9064-100000@marmot.rim.canoe.ca>
2880      Branch: perl
2881            ! t/op/misc.t
2882 ____________________________________________________________________________
2883 [ 10148] By: jhi                                   on 2001/05/17  20:06:23
2884         Log: Integrate #10145 from maintperl.
2885              
2886              fix for ID 20010515.004 (needs test)
2887      Branch: perl
2888           !> pp_hot.c
2889 ____________________________________________________________________________
2890 [ 10147] By: jhi                                   on 2001/05/17  19:10:46
2891         Log: Thinko noticed by Doug MacEachern.
2892      Branch: perl
2893            ! thread.h
2894 ____________________________________________________________________________
2895 [ 10146] By: jhi                                   on 2001/05/17  17:30:37
2896         Log: Subject: Re: [PATCH] HERE mark in regex
2897              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
2898              Date: Thu, 17 May 2001 12:20:33 -0400
2899              Message-ID: <20010517122033.B1547290@linguist.thayer.dartmouth.edu> 
2900      Branch: perl
2901            ! t/op/re_tests
2902 ____________________________________________________________________________
2903 [ 10145] By: gsar                                  on 2001/05/17  16:59:55
2904         Log: fix for ID 20010515.004 (needs test)
2905      Branch: maint-5.6/perl
2906            ! pp_hot.c
2907 ____________________________________________________________________________
2908 [ 10144] By: gsar                                  on 2001/05/17  16:39:02
2909         Log: s/CONFIGDOTSH/PERL_CONFIG_SH/g
2910      Branch: maint-5.6/perl
2911            ! win32/config.bc win32/config.gc win32/config.vc
2912            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
2913 ____________________________________________________________________________
2914 [ 10143] By: jhi                                   on 2001/05/17  14:21:08
2915         Log: Macrofy the getspecific (and use it also in util.c)
2916      Branch: perl
2917            ! thread.h util.c
2918 ____________________________________________________________________________
2919 [ 10142] By: jhi                                   on 2001/05/17  01:43:50
2920         Log: Use the unchecked thread-specific key fetch also in Tru64.
2921      Branch: perl
2922            ! thread.h
2923 ____________________________________________________________________________
2924 [ 10141] By: jhi                                   on 2001/05/17  01:41:07
2925         Log: Subject: [PATCH 5.6.1]Quick thread speedup
2926              From: Dan Sugalski <dan@sidhe.org> 
2927              Date: Wed, 16 May 2001 18:05:19 -0400
2928              Message-Id: <5.1.0.14.0.20010516175826.01afde08@24.8.96.48>
2929      Branch: perl
2930            ! thread.h util.c
2931 ____________________________________________________________________________
2932 [ 10140] By: jhi                                   on 2001/05/16  19:58:29
2933         Log: I think this is quite enough testing for a deprecated feature.
2934      Branch: perl
2935            + t/lib/i18n-collate.t
2936            ! MANIFEST t/lib/1_compile.t
2937 ____________________________________________________________________________
2938 [ 10139] By: jhi                                   on 2001/05/16  18:47:03
2939         Log: More HP-UX lore from Jeff Okamoto.
2940      Branch: perl
2941            ! README.hpux
2942 ____________________________________________________________________________
2943 [ 10138] By: jhi                                   on 2001/05/16  18:21:04
2944         Log: Sort utils.lst for easier maintenance.
2945      Branch: perl
2946            ! utils.lst
2947 ____________________________________________________________________________
2948 [ 10137] By: jhi                                   on 2001/05/16  18:12:01
2949         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
2950              From: Tim Jenness <t.jenness@jach.hawaii.edu>
2951              Date: Wed, 16 May 2001 08:59:59 -1000 (HST)
2952              Message-ID: <Pine.LNX.4.33.0105160858480.2488-100000@lapaki.jach.hawaii.edu>
2953              
2954              Add pod2latex to utils.lst.
2955      Branch: perl
2956            ! MANIFEST utils.lst
2957 ____________________________________________________________________________
2958 [ 10136] By: jhi                                   on 2001/05/16  18:00:00
2959         Log: Subject: Re: [PATCH] HERE mark in regex
2960              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
2961              Date: Wed, 16 May 2001 13:04:43 -0400
2962              Message-ID: <20010516130443.E1516273@linguist.thayer.dartmouth.edu> 
2963      Branch: perl
2964            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
2965            ! t/op/regmesg.t t/pragma/warn/regcomp
2966 ____________________________________________________________________________
2967 [ 10135] By: jhi                                   on 2001/05/16  17:51:50
2968         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
2969              From: Simon Cozens <simon@netthink.co.uk>
2970              Date: Wed, 16 May 2001 18:02:08 +0100
2971              Message-ID: <20010516180208.A6458@netthink.co.uk>
2972      Branch: perl
2973            ! installman utils.lst
2974 ____________________________________________________________________________
2975 [ 10134] By: jhi                                   on 2001/05/16  17:47:26
2976         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
2977              From: "Philip Newton" <pnewton@gmx.de>
2978              Date: Tue, 15 May 2001 15:09:30 +0200
2979              Message-ID: <3B0146AA.2839.17BFDA6@localhost>
2980              
2981              Test case for #10128.
2982      Branch: perl
2983            ! t/pragma/warn/pp_hot
2984 ____________________________________________________________________________
2985 [ 10133] By: jhi                                   on 2001/05/16  15:12:52
2986         Log: Update Changes.
2987      Branch: perl
2988            ! Changes patchlevel.h
2989 ____________________________________________________________________________
2990 [ 10132] By: jhi                                   on 2001/05/16  14:50:55
2991         Log: Deprecate pseudo-hashes.
2992      Branch: perl
2993            ! pod/perl572delta.pod pod/perlref.pod pod/perltodo.pod
2994 ____________________________________________________________________________
2995 [ 10131] By: jhi                                   on 2001/05/16  14:26:01
2996         Log: HP-UX hints update from Merijn.
2997      Branch: perl
2998            ! hints/hpux.sh
2999 ____________________________________________________________________________
3000 [ 10130] By: jhi                                   on 2001/05/16  14:23:01
3001         Log: README.hpux update from Merijn.
3002      Branch: perl
3003            ! README.hpux
3004 ____________________________________________________________________________
3005 [ 10129] By: jhi                                   on 2001/05/16  14:18:56
3006         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
3007              From: Simon Cozens <simon@netthink.co.uk>
3008              Date: Wed, 16 May 2001 15:57:55 +0100
3009              Message-ID: <20010516155755.A4728@netthink.co.uk>
3010      Branch: perl
3011            + utils.lst
3012            ! MANIFEST installman installperl
3013 ____________________________________________________________________________
3014 [ 10128] By: jhi                                   on 2001/05/16  14:15:36
3015         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
3016              From: "Philip Newton" <pnewton@gmx.de>
3017              Date: Tue, 15 May 2001 16:31:05 +0200
3018              Message-ID: <3B0159C9.1905.1C6AEF9@localhost>
3019              
3020              Fix PERL_Y2KWARN test to check before rather than after appending.
3021      Branch: perl
3022            ! pp_hot.c
3023 ____________________________________________________________________________
3024 [ 10127] By: jhi                                   on 2001/05/16  14:08:15
3025         Log: Regen Porting stuff.
3026      Branch: perl
3027            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3028            ! config_h.SH
3029 ____________________________________________________________________________
3030 [ 10126] By: jhi                                   on 2001/05/16  13:41:50
3031         Log: Metaconfig unit change for #10125.
3032      Branch: metaconfig
3033            ! U/modified/Oldconfig.U
3034 ____________________________________________________________________________
3035 [ 10125] By: jhi                                   on 2001/05/16  13:41:35
3036         Log: Use OSVERS.
3037      Branch: perl
3038            ! Configure config_h.SH perl.c
3039 ____________________________________________________________________________
3040 [ 10124] By: jhi                                   on 2001/05/16  13:41:09
3041         Log: Regen toc.
3042      Branch: perl
3043            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
3044 ____________________________________________________________________________
3045 [ 10123] By: jhi                                   on 2001/05/16  13:25:38
3046         Log: Adding the README.dgux to the MANIFEST would be a good idea.
3047      Branch: perl
3048            ! MANIFEST
3049 ____________________________________________________________________________
3050 [ 10122] By: jhi                                   on 2001/05/16  13:08:33
3051         Log: Move the stack desire definition to thread.h.
3052      Branch: perl
3053            ! ext/Thread/Thread.xs thread.h
3054 ____________________________________________________________________________
3055 [ 10121] By: jhi                                   on 2001/05/16  13:00:12
3056         Log: DG-UX threading patches, including a README.dgux,
3057              from Takis Psarogiannakopoulos.
3058      Branch: perl
3059            + README.dgux
3060            ! config_h.SH ext/Thread/Thread.xs hints/dgux.sh perl.c
3061 ____________________________________________________________________________
3062 [ 10120] By: jhi                                   on 2001/05/16  12:55:33
3063         Log: Subject: [PATCH B::Deparse] More on /x regexes
3064              From: Robin Houston <robin@kitsite.com>
3065              Date: Tue, 15 May 2001 19:09:35 +0100
3066              Message-ID: <20010515190935.A27268@penderel>
3067      Branch: perl
3068            ! ext/B/B/Deparse.pm
3069 ____________________________________________________________________________
3070 [ 10119] By: jhi                                   on 2001/05/16  12:45:29
3071         Log: Document that the core time() may be rounding rather
3072              than truncating, would have saved at least my confusion.
3073      Branch: perl
3074            ! ext/Time/HiRes/HiRes.pm
3075 ____________________________________________________________________________
3076 [ 10118] By: jhi                                   on 2001/05/16  12:37:57
3077         Log: Subject: perl-current/t/time-hires.t
3078              From: John Peacock <jpeacock@rowman.com>
3079              Date: Fri, 11 May 2001 14:09:41 -0400
3080              Message-ID: <3AFC2AE5.5E787E54@rowman.com>
3081      Branch: perl
3082            ! t/lib/time-hires.t
3083 ____________________________________________________________________________
3084 [ 10117] By: jhi                                   on 2001/05/15  13:40:33
3085         Log: Subject: [PATCH dump.c] Op private flags
3086              From: Simon Cozens <simon@netthink.co.uk>
3087              Date: Sun, 13 May 2001 20:20:36 +0100
3088              Message-ID: <20010513202036.A21896@netthink.co.uk>
3089      Branch: perl
3090            ! dump.c
3091 ____________________________________________________________________________
3092 [ 10116] By: jhi                                   on 2001/05/15  13:28:26
3093         Log: Upgrade to Switch 2.03.
3094      Branch: perl
3095            ! lib/Switch.pm
3096 ____________________________________________________________________________
3097 [ 10115] By: jhi                                   on 2001/05/15  13:19:01
3098         Log: Integrate change #10113 from mainline: rename CONFIGDOTSH
3099              to PERL_CONFIG_SH and use it consistently.
3100      Branch: maint-5.6/perl
3101           !> Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
3102           !> configpm configure.com makeaperl.SH makedepend.SH makedir.SH
3103           !> myconfig.SH writemain.SH
3104 ____________________________________________________________________________
3105 [ 10114] By: jhi                                   on 2001/05/15  13:13:21
3106         Log: Metaconfig units changes for #10113.
3107      Branch: metaconfig
3108            ! U/modified/Config_h.U U/modified/Extract.U U/modified/Oldsym.U
3109 ____________________________________________________________________________
3110 [ 10113] By: jhi                                   on 2001/05/15  13:12:40
3111         Log: The problem described in 20010514.031 still wasn't
3112              fully cured, there were remnants of $CONFIG when
3113              $CONFIGDOTSH was expected.  Now renamed to PERL_CONFIG_SH
3114              to avoid future conflicts.
3115      Branch: perl
3116            ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
3117            ! configpm configure.com makeaperl.SH makedepend.SH makedir.SH
3118            ! myconfig.SH writemain.SH
3119 ____________________________________________________________________________
3120 [ 10112] By: jhi                                   on 2001/05/15  11:55:44
3121         Log: Half of #10107 got lost.
3122      Branch: perl
3123            ! ext/B/B/Deparse.pm
3124 ____________________________________________________________________________
3125 [ 10111] By: nick                                  on 2001/05/15  08:39:14
3126         Log: Integrate mainline.
3127      Branch: perlio
3128           +> ext/POSIX/hints/uts.pl
3129            - Todo Todo-5.6 t/camel-III/vstring.t
3130           !> (integrate 48 files)
3131 ____________________________________________________________________________
3132 [ 10110] By: jhi                                   on 2001/05/15  02:04:05
3133         Log: Subject: [PATCH TestInit.pm] Give Deparse tester a fair chance
3134              From: Robin Houston <robin@kitsite.com>
3135              Date: Mon, 14 May 2001 22:27:08 +0100
3136              Message-ID: <20010514222708.A22963@penderel>
3137      Branch: perl
3138            ! t/TestInit.pm
3139 ____________________________________________________________________________
3140 [ 10109] By: jhi                                   on 2001/05/15  02:03:12
3141         Log: Subject: [PATCH B::Deparse] Lvaluable method calls
3142              From: Robin Houston <robin@kitsite.com>
3143              Date: Mon, 14 May 2001 22:16:43 +0100
3144              Message-ID: <20010514221643.A22437@penderel>
3145      Branch: perl
3146            ! ext/B/B/Deparse.pm
3147 ____________________________________________________________________________
3148 [ 10108] By: jhi                                   on 2001/05/15  02:02:17
3149         Log: Subject: [PATCH B::Deparse] C<$foo =~ give_me_a_regex>; /x modifier
3150              From: Robin Houston <robin@kitsite.com>
3151              Date: Mon, 14 May 2001 22:03:44 +0100
3152              Message-ID: <20010514220344.A20643@penderel>
3153      Branch: perl
3154            ! ext/B/B/Deparse.pm
3155 ____________________________________________________________________________
3156 [ 10107] By: jhi                                   on 2001/05/15  02:01:24
3157         Log: Subject: [PATCH B::Deparse] "${foo}_bar"
3158              From: Robin Houston <robin@kitsite.com>
3159              Date: Mon, 14 May 2001 22:10:07 +0100
3160              Message-ID: <20010514221007.A21118@penderel>
3161      Branch: perl
3162            ! ext/B/B/Deparse.pm
3163 ____________________________________________________________________________
3164 [ 10106] By: jhi                                   on 2001/05/15  01:41:26
3165         Log: Fix for 20010514.037; substr() didn't invalidate the locale
3166              collation magic.
3167      Branch: perl
3168            ! pp.c
3169 ____________________________________________________________________________
3170 [ 10105] By: jhi                                   on 2001/05/14  18:18:24
3171         Log: Update Changes.
3172      Branch: perl
3173            ! Changes patchlevel.h
3174 ____________________________________________________________________________
3175 [ 10104] By: jhi                                   on 2001/05/14  18:09:07
3176         Log: Retract #10094.
3177      Branch: perl
3178            ! lib/Pod/Text.pm
3179 ____________________________________________________________________________
3180 [ 10103] By: jhi                                   on 2001/05/14  15:20:58
3181         Log: Integrate change #10100 from maintperl.
3182              
3183              PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
3184              bug ID 20010514.027)
3185      Branch: perl
3186           !> mg.c pp_ctl.c
3187 ____________________________________________________________________________
3188 [ 10102] By: jhi                                   on 2001/05/14  15:19:21
3189         Log: Document the deprecatedness of suidperl.
3190      Branch: perl
3191            ! INSTALL pod/perlfaq1.pod
3192 ____________________________________________________________________________
3193 [ 10101] By: jhi                                   on 2001/05/14  14:54:31
3194         Log: Subject: Re: [ID 20010514.022] Makemaker a bit too prefix-happy
3195              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
3196              Date: Mon, 14 May 2001 09:38:59 -0400
3197              Message-ID: <20010514093859.A1479715@linguist.thayer.dartmouth.edu>
3198      Branch: perl
3199            ! lib/ExtUtils/MM_Unix.pm
3200 ____________________________________________________________________________
3201 [ 10100] By: gsar                                  on 2001/05/14  14:43:50
3202         Log: PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
3203              bug ID 20010514.027)
3204              
3205              TODO: this needs a testsuite addition
3206      Branch: maint-5.6/perl
3207            ! mg.c pp_ctl.c
3208 ____________________________________________________________________________
3209 [ 10099] By: jhi                                   on 2001/05/14  13:42:38
3210         Log: More DWIMminess for Class::Struct: calling the array or hash
3211              accessors only with one argument, an array or a hash reference,
3212              sets the underlying array or hash.  This mirrors nicely also
3213              the usage in the constructor.
3214              From Bernd Sokolowsky <ulmo@garozzo.franken.de>, via Damian Conway.
3215      Branch: perl
3216            ! lib/Class/Struct.pm t/lib/class-struct.t
3217 ____________________________________________________________________________
3218 [ 10098] By: jhi                                   on 2001/05/14  13:10:34
3219         Log: Reference cmp'ing should go through the whole stringification
3220              process shebang, as pointed out by Sarathy in #10091.
3221      Branch: perl
3222            ! pp.c
3223 ____________________________________________________________________________
3224 [ 10097] By: jhi                                   on 2001/05/14  12:54:31
3225         Log: Subject: Re: [LONG] Cleaning up Todo/Todo-5.6/perltodo
3226              From: Simon Cozens <simon@netthink.co.uk>
3227              Date: Sat, 12 May 2001 16:36:27 +0100
3228              Message-ID: <20010512163627.A5522@netthink.co.uk>
3229              
3230              with some additions salvaged from Todo and Todo-5.6 before
3231              retiring them.
3232      Branch: perl
3233            - Todo Todo-5.6
3234            ! MANIFEST pod/perltodo.pod
3235 ____________________________________________________________________________
3236 [ 10096] By: jhi                                   on 2001/05/14  12:37:01
3237         Log: Subject: [ID 20010514.025] _SVID3 in <sys/statvfs.h>
3238              From: "Golubev I. N." <gin@mo.msk.ru>
3239              Date: Mon, 07 May 2001 14:33:34 (GMT)
3240              Message-Id: <02453af6b23e63-gin@mo.msk.ru>
3241      Branch: perl
3242            ! perl.h
3243 ____________________________________________________________________________
3244 [ 10095] By: jhi                                   on 2001/05/14  12:34:24
3245         Log: Subject: [ID 20010514.022] Makemaker a bit too prefix-happy
3246              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
3247              Date: Mon, 7 May 2001 09:35:57 -0600 (MDT)
3248              Message-Id: <200105071535.f47FZvf27235@xerxes.courtesan.com>
3249      Branch: perl
3250            ! lib/ExtUtils/MM_Unix.pm
3251 ____________________________________________________________________________
3252 [ 10094] By: jhi                                   on 2001/05/14  12:32:44
3253         Log: (Retracted by #10104.)
3254              
3255              Subject: [PATCH bleadperl Pod::Text] avoid overquoting [Was: rand(0) is rand(1)]
3256              From: barries <barries@slaysys.com>
3257              Date: Sat, 12 May 2001 01:28:10 -0400
3258              Message-ID: <20010512012810.B26358@jester.slaysys.com>
3259      Branch: perl
3260            ! lib/Pod/Text.pm
3261 ____________________________________________________________________________
3262 [ 10093] By: jhi                                   on 2001/05/14  12:30:38
3263         Log: Subject: [PATCH] Incorrect line numbers in AutoSplit
3264              From: Mike Guy <mjtg@cam.ac.uk>
3265              Date: Sat, 12 May 2001 19:24:33 +0100
3266              Message-Id: <E14ye49-0006Fn-00@libra.cus.cam.ac.uk>
3267      Branch: perl
3268            ! lib/AutoSplit.pm
3269 ____________________________________________________________________________
3270 [ 10092] By: jhi                                   on 2001/05/14  12:29:21
3271         Log: Yet another HP-UX hints tweak from Merijn.
3272      Branch: perl
3273            ! hints/hpux.sh
3274 ____________________________________________________________________________
3275 [ 10091] By: gsar                                  on 2001/05/14  04:38:32
3276         Log: $ref1 == $ref2 behaves unpredictably on platforms where NV_PRESERVES_UV
3277              isn't defined (changes#9366,9368,9370 from mainline without the
3278              pp_scmp() change)
3279      Branch: maint-5.6/perl
3280            ! pp.c pp.h pp_hot.c
3281 ____________________________________________________________________________
3282 [ 10090] By: jhi                                   on 2001/05/12  13:39:43
3283         Log: The sorting seems to happen now automatically.
3284      Branch: perl
3285            ! t/lib/glob-basic.t
3286 ____________________________________________________________________________
3287 [ 10089] By: jhi                                   on 2001/05/12  03:38:15
3288         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
3289              From: Benjamin Sugars <bsugars@canoe.ca>
3290              Date: Fri, 11 May 2001 11:36:04 -0400 (EDT)
3291              Message-ID: <Pine.LNX.4.21.0105111131540.1804-100000@marmot.rim.canoe.ca>
3292      Branch: perl
3293            ! pod/perlfunc.pod
3294 ____________________________________________________________________________
3295 [ 10088] By: jhi                                   on 2001/05/12  03:37:00
3296         Log: Subject: Re: undef(&foo) does not work for XS functions
3297              From: Doug MacEachern <dougm@covalent.net>
3298              Date: Fri, 11 May 2001 16:52:29 -0700 (PDT)
3299              Message-ID: <Pine.LNX.4.21.0105111647240.4478-100000@mako.covalent.net>
3300      Branch: perl
3301            ! op.c
3302 ____________________________________________________________________________
3303 [ 10087] By: jhi                                   on 2001/05/12  03:35:58
3304         Log: Subject: [PATCH: perl@10086] fixup t/op/append.t for UTF-EBCDIC
3305              From: Peter Prymmer <pvhp@forte.com>
3306              Date: Fri, 11 May 2001 17:38:43 -0700 (PDT)
3307              Message-ID: <Pine.OSF.4.10.10105111736190.73589-100000@aspara.forte.com>
3308      Branch: perl
3309            ! t/op/append.t
3310 ____________________________________________________________________________
3311 [ 10086] By: jhi                                   on 2001/05/11  14:23:08
3312         Log: Update Changes.
3313      Branch: perl
3314            ! Changes patchlevel.h
3315 ____________________________________________________________________________
3316 [ 10085] By: jhi                                   on 2001/05/11  14:08:20
3317         Log: Remove the 'asciir' re subpragma.  Should instead implement
3318              the 'physical vs logical' range scheme:
3319              
3320              \xAA-\xCC is a native physical range, you want that range of
3321              codepoints in your native encoding.  In EBCDIC the codepoints
3322              in the gaps (between i-j and r-s) should be included.
3323              
3324              \x{AA}-\x{CC} is a physical Unicode range, you want that range of
3325              codepoints in Unicode.
3326              
3327              a-z is a logical range, you want that range of 'logical' codepoints
3328              in your native encoding.  In EBCDIC the codepoints in the gaps
3329              (between i-j and r-s) should not be included.
3330              
3331              Mixed cases (a-\xAA, etc) should either be errors, or maybe
3332              the 'logical' endpoints should be converted to native/Unicode
3333              codepoints, and the range handled as a physical range.
3334              
3335              'Logical endpoints' are to be recognized only in the A-Z, a-z,
3336              and 0-9 ranges.  Probably a warning should be given for mixed
3337              cases like A-z or a-9 (since such expressions are encoding
3338              dependent), with a recommendation to use physical ranges.
3339      Branch: perl
3340            ! ext/re/re.pm perl.h regcomp.c regcomp.h t/op/pat.t
3341            ! t/op/regexp.t
3342 ____________________________________________________________________________
3343 [ 10084] By: jhi                                   on 2001/05/11  13:56:16
3344         Log: Make the test to cleanup the test directory tree
3345              both before and after the testing so that we always
3346              have a clean slate to work with.
3347      Branch: perl
3348            ! t/lib/filefind.t
3349 ____________________________________________________________________________
3350 [ 10083] By: jhi                                   on 2001/05/11  13:46:30
3351         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
3352              From: Jon Eveland <jweveland@yahoo.com>
3353              Date: Fri, 11 May 2001 07:36:28 -0700 (PDT)
3354              Message-ID: <20010511143628.24225.qmail@web10402.mail.yahoo.com>
3355      Branch: perl
3356            ! pod/perlfunc.pod
3357 ____________________________________________________________________________
3358 [ 10082] By: jhi                                   on 2001/05/11  13:45:06
3359         Log: Merge the camel-III/vstring.t with op/ver.t.
3360      Branch: perl
3361            - t/camel-III/vstring.t
3362            ! MANIFEST t/TEST t/harness t/op/ver.t
3363 ____________________________________________________________________________
3364 [ 10081] By: jhi                                   on 2001/05/11  13:15:55
3365         Log: Add test.deparse make target.
3366      Branch: perl
3367            ! Makefile.SH
3368 ____________________________________________________________________________
3369 [ 10080] By: jhi                                   on 2001/05/11  12:52:49
3370         Log: Subject: [PATCH B::Deparse] $foo->bar(0)
3371              From: Robin Houston <robin@kitsite.com>
3372              Date: Fri, 11 May 2001 12:02:22 +0100
3373              Message-ID: <20010511120222.A11529@penderel>
3374      Branch: perl
3375            ! ext/B/B/Deparse.pm t/op/method.t
3376 ____________________________________________________________________________
3377 [ 10079] By: jhi                                   on 2001/05/11  01:59:06
3378         Log: A nicely working combination for UTS from Hal Morris.
3379      Branch: perl
3380            + ext/POSIX/hints/uts.pl
3381            ! MANIFEST hints/uts.sh
3382 ____________________________________________________________________________
3383 [ 10078] By: jhi                                   on 2001/05/11  01:15:04
3384         Log: i_ieeefp=undef for UTS.
3385      Branch: perl
3386            ! hints/uts.sh
3387 ____________________________________________________________________________
3388 [ 10077] By: jhi                                   on 2001/05/10  22:42:35
3389         Log: Subject: RE: rand(0) is rand(1)
3390              From: Larry Shatzer <lshatzer@islanddata.com>
3391              Date: Thu, 10 May 2001 11:09:27 -0700
3392              Message-ID: <95CD90709D74D4118F4600D0B79E8BC9995027@mail.islanddata.com>
3393      Branch: perl
3394            ! pod/perlfunc.pod
3395 ____________________________________________________________________________
3396 [ 10076] By: jhi                                   on 2001/05/10  22:36:50
3397         Log: Subject: [patch] make op_{clear,null} public
3398              From: Doug MacEachern <dougm@covalent.net>
3399              Date: Thu, 10 May 2001 15:54:09 -0700 (PDT)
3400              Message-ID: <Pine.LNX.4.21.0105101546510.2962-100000@mako.covalent.net>
3401      Branch: perl
3402            ! embed.h embed.pl op.c proto.h
3403 ____________________________________________________________________________
3404 [ 10075] By: jhi                                   on 2001/05/10  22:28:36
3405         Log: Subject: [PATCH B.xs] Extend tr/\0-\377/blah/c support
3406              From: Robin Houston <robin@kitsite.com>
3407              Date: Thu, 10 May 2001 18:54:59 +0100
3408              Message-ID: <20010510185459.A5995@penderel>
3409      Branch: perl
3410            ! ext/B/B.xs ext/B/B/Deparse.pm t/op/tr.t
3411 ____________________________________________________________________________
3412 [ 10074] By: jhi                                   on 2001/05/10  22:23:41
3413         Log: Subject: [PATCH B::Deparse] t/op/64bitint.t
3414              From: Robin Houston <robin@kitsite.com>
3415              Date: Thu, 10 May 2001 12:56:39 +0100
3416              Message-ID: <20010510125639.A2119@penderel>
3417      Branch: perl
3418            ! ext/B/B/Deparse.pm
3419 ____________________________________________________________________________
3420 [ 10073] By: jhi                                   on 2001/05/10  14:26:01
3421         Log: Retract #10070, not ready yet.
3422      Branch: perl
3423            ! ext/B/B/Deparse.pm
3424 ____________________________________________________________________________
3425 [ 10072] By: jhi                                   on 2001/05/10  13:40:24
3426         Log: The metaconfig unit change for #10071.
3427      Branch: metaconfig
3428            ! U/modified/mallocsrc.U
3429 ____________________________________________________________________________
3430 [ 10071] By: jhi                                   on 2001/05/10  13:39:57
3431         Log: The #9525+#9526 didn't allow for overriding usemymalloc.
3432      Branch: perl
3433            ! Configure
3434 ____________________________________________________________________________
3435 [ 10070] By: jhi                                   on 2001/05/10  13:18:42
3436         Log: (Retracted by #10073)
3437              
3438              Subject: Re: [PATCH t/TEST] B::Deparse tester 
3439              From: Hugo <hv@crypt.compulink.co.uk>
3440              Date: Thu, 10 May 2001 05:48:09 +0100
3441              Message-Id: <200105100448.FAA13584@crypt.compulink.co.uk>
3442      Branch: perl
3443            ! ext/B/B/Deparse.pm
3444 ____________________________________________________________________________
3445 [ 10069] By: jhi                                   on 2001/05/10  12:24:06
3446         Log: Add a for(func()) test.
3447      Branch: perl
3448            ! t/cmd/for.t
3449 ____________________________________________________________________________
3450 [ 10068] By: jhi                                   on 2001/05/10  12:16:00
3451         Log: Subject: [PATCH B::Deparse] our() lists and foreach loops
3452              From: Robin Houston <robin@kitsite.com>
3453              Date: Thu, 10 May 2001 13:50:08 +0100
3454              Message-ID: <20010510135008.A2454@penderel>
3455      Branch: perl
3456            ! ext/B/B/Deparse.pm
3457 ____________________________________________________________________________
3458 [ 10067] By: jhi                                   on 2001/05/10  01:45:03
3459         Log: A thinko in #10065.
3460      Branch: perl
3461            ! hv.c
3462 ____________________________________________________________________________
3463 [ 10066] By: jhi                                   on 2001/05/10  01:33:12
3464         Log: Subject: [PATCH B::Deparse] Fix tr///ansliteration
3465              From: Robin Houston <robin@kitsite.com>
3466              Date: Thu, 10 May 2001 02:10:34 +0100
3467              Message-ID: <20010510021034.A19421@penderel>
3468      Branch: perl
3469            ! ext/B/B.xs ext/B/B/Deparse.pm
3470 ____________________________________________________________________________
3471 [ 10065] By: jhi                                   on 2001/05/10  01:30:43
3472         Log: Subject: [patch] make hv_fetch{_ent} SvGMAGICAL aware
3473              From: Doug MacEachern <dougm@covalent.net>
3474              Date: Mon, 7 May 2001 09:50:58 -0700 (PDT)
3475              Message-ID: <Pine.LNX.4.21.0105070947060.23808-100000@mako.covalent.net>
3476      Branch: perl
3477            ! hv.c
3478 ____________________________________________________________________________
3479 [ 10064] By: jhi                                   on 2001/05/09  23:13:29
3480         Log: One more workaround for the UTS compiler from Hal Morris.
3481      Branch: perl
3482            ! perl.h
3483 ____________________________________________________________________________
3484 [ 10063] By: jhi                                   on 2001/05/09  23:09:53
3485         Log: Subject: [PATCH B::Debug] Show string for PVOP, and referent for RV
3486              From: Robin Houston <robin@kitsite.com>
3487              Date: Thu, 10 May 2001 01:02:08 +0100
3488              Message-ID: <20010510010208.A18200@penderel>
3489      Branch: perl
3490            ! ext/B/B/Debug.pm
3491 ____________________________________________________________________________
3492 [ 10062] By: jhi                                   on 2001/05/09  23:06:25
3493         Log: Subject: [PATCH] Simplify deb_curcv() a bit
3494              From: Benjamin Sugars <bsugars@canoe.ca>
3495              Date: Wed, 9 May 2001 18:14:34 -0400 (EDT)
3496              Message-ID: <Pine.LNX.4.21.0105091811340.1160-100000@marmot.rim.canoe.ca>
3497      Branch: perl
3498            ! run.c
3499 ____________________________________________________________________________
3500 [ 10061] By: jhi                                   on 2001/05/09  23:05:28
3501         Log: Subject: [PATCH] Additional test case for PerlIO::Scalar
3502              From: Benjamin Sugars <bsugars@canoe.ca>
3503              Date: Wed, 9 May 2001 18:03:45 -0400 (EDT)
3504              Message-ID: <Pine.LNX.4.21.0105091758220.1160-100000@marmot.rim.canoe.ca>
3505      Branch: perl
3506            ! t/lib/io_scalar.t
3507 ____________________________________________________________________________
3508 [ 10060] By: jhi                                   on 2001/05/09  23:04:38
3509         Log: Subject: [PATCH: perl@10022] update md5sum for MD5.xs on IBM-1047
3510              From: Peter Prymmer <pvhp@forte.com>
3511              Date: Wed, 9 May 2001 12:08:02 -0700 (PDT)
3512              Message-ID: <Pine.OSF.4.10.10105091205250.455254-100000@aspara.forte.com>
3513      Branch: perl
3514            ! t/lib/md5-file.t
3515 ____________________________________________________________________________
3516 [ 10059] By: jhi                                   on 2001/05/09  23:03:52
3517         Log: Subject: [PATCH t/TEST] B::Deparse tester
3518              From: Robin Houston <robin@kitsite.com>
3519              Date: Wed, 9 May 2001 19:17:50 +0100
3520              Message-ID: <20010509191750.A16940@penderel>
3521      Branch: perl
3522            ! ext/B/O.pm t/TEST
3523 ____________________________________________________________________________
3524 [ 10058] By: jhi                                   on 2001/05/09  23:02:56
3525         Log: Subject: [PATCH] Pod::Html -- fixes extra gaps in raw text
3526              From: Jeff Pinyan <jeffp@crusoe.net>
3527              Date: Wed, 9 May 2001 14:36:25 -0400 (EDT)
3528              Message-ID: <Pine.GSO.4.21.0105091430420.357-100000@crusoe.crusoe.net>
3529      Branch: perl
3530            ! lib/Pod/Html.pm
3531 ____________________________________________________________________________
3532 [ 10057] By: nick                                  on 2001/05/09  18:37:56
3533         Log: Integrate mainline.
3534      Branch: perlio
3535           !> Changes epoc/epocish.h ext/PerlIO/Scalar/Scalar.xs
3536           !> hints/hpux.sh lib/Pod/Html.pm patchlevel.h perlio.c
3537 ____________________________________________________________________________
3538 [ 10056] By: jhi                                   on 2001/05/09  16:44:44
3539         Log: Update Changes.
3540      Branch: perl
3541            ! Changes patchlevel.h
3542 ____________________________________________________________________________
3543 [ 10055] By: jhi                                   on 2001/05/09  16:26:47
3544         Log: Integrate perlio.
3545      Branch: perl
3546           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
3547 ____________________________________________________________________________
3548 [ 10054] By: jhi                                   on 2001/05/09  16:25:42
3549         Log: Subject: Re: [PATCH] Test offset when reading from a PerlIO::Scalar
3550              From: Benjamin Sugars <bsugars@canoe.ca>
3551              Date: Wed, 9 May 2001 12:42:30 -0400 (EDT)
3552              Message-ID: <Pine.LNX.4.21.0105091230110.1516-100000@marmot.rim.canoe.ca>
3553      Branch: perl
3554            ! perlio.c
3555 ____________________________________________________________________________
3556 [ 10053] By: jhi                                   on 2001/05/09  16:24:37
3557         Log: Subject: [PATCH] Test offset when reading from a PerlIO::Scalar
3558              From: Benjamin Sugars <bsugars@canoe.ca>
3559              Date: Tue, 8 May 2001 17:09:44 -0400 (EDT)
3560              Message-ID: <Pine.LNX.4.21.0105081654140.1212-100000@marmot.rim.canoe.ca>
3561      Branch: perl
3562            ! ext/PerlIO/Scalar/Scalar.xs
3563 ____________________________________________________________________________
3564 [ 10052] By: jhi                                   on 2001/05/09  16:19:04
3565         Log: Subject: [PATCH] Pod::Html doesn't honor =begin ... =end properly
3566              From: Jeff Pinyan <jeffp@crusoe.net>
3567              Date: Wed, 9 May 2001 12:35:24 -0400 (EDT)
3568              Message-ID: <Pine.GSO.4.21.0105091233430.357-100000@crusoe.crusoe.net>
3569      Branch: perl
3570            ! lib/Pod/Html.pm
3571 ____________________________________________________________________________
3572 [ 10051] By: jhi                                   on 2001/05/09  15:30:17
3573         Log: EPOC tweak from Olaf Flebbe.
3574      Branch: perl
3575            ! epoc/epocish.h
3576 ____________________________________________________________________________
3577 [ 10050] By: nick                                  on 2001/05/09  14:37:57
3578         Log: win32, regen_config_h
3579      Branch: perlio
3580            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
3581 ____________________________________________________________________________
3582 [ 10049] By: jhi                                   on 2001/05/09  12:33:39
3583         Log: Integrate perlio.
3584      Branch: perl
3585           !> pp_sys.c
3586 ____________________________________________________________________________
3587 [ 10048] By: nick                                  on 2001/05/09  11:59:50
3588         Log: If wait() or waitpid() ends due to EINTR despatch perl interrupt handler
3589              and re-try. Fixes "perl 5.7.x prefers suicide over killing more than one child."
3590      Branch: perlio
3591            ! pp_sys.c
3592 ____________________________________________________________________________
3593 [ 10047] By: jhi                                   on 2001/05/09  10:50:12
3594         Log: Integrate perlio.
3595      Branch: perl
3596           !> run.c
3597 ____________________________________________________________________________
3598 [ 10046] By: jhi                                   on 2001/05/09  10:49:34
3599         Log: Subject: Re: Less warnings during configure
3600              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3601              Date: Wed, 09 May 2001 13:12:49 +0200
3602              Message-Id: <20010509125337.995D.H.M.BRAND@hccnet.nl>
3603      Branch: perl
3604            ! hints/hpux.sh
3605 ____________________________________________________________________________
3606 [ 10045] By: nick                                  on 2001/05/09  09:56:59
3607         Log: MULTIPLICITY/DEBUGGING build fix.
3608      Branch: perlio
3609            ! run.c
3610 ____________________________________________________________________________
3611 [ 10044] By: nick                                  on 2001/05/09  09:46:37
3612         Log: Merge of mainline (does not build MULTIPLICITY/DEBUGGING issue).
3613      Branch: perlio
3614           +> hints/atheos.sh pod/perl572delta.pod t/pod/plainer.t
3615            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
3616           !> (integrate 65 files)
3617 ____________________________________________________________________________
3618 [ 10043] By: jhi                                   on 2001/05/08  22:41:49
3619         Log: Subject: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
3620              From: Robin Houston <robin@kitsite.com>
3621              Date: Tue, 8 May 2001 19:38:00 +0100
3622              Message-ID: <20010508193800.A4389@penderel>
3623              
3624              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
3625              From: Robin Houston <robin@kitsite.com>
3626              Date: Tue, 8 May 2001 20:03:57 +0100
3627              Message-ID: <20010508200357.A4614@penderel>
3628              
3629              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
3630              From: Robin Houston <robin@kitsite.com>
3631              Date: Wed, 9 May 2001 00:12:05 +0100
3632              Message-ID: <20010509001205.A18521@puffinry.freeserve.co.uk>
3633      Branch: perl
3634            ! op.c pod/perldiag.pod t/pragma/overload.t t/pragma/warn/op
3635 ____________________________________________________________________________
3636 [ 10042] By: jhi                                   on 2001/05/08  22:09:35
3637         Log: Retract #10031.
3638      Branch: perl
3639            ! pod/perlfunc.pod
3640 ____________________________________________________________________________
3641 [ 10041] By: jhi                                   on 2001/05/08  18:27:34
3642         Log: The metaconfig unit changes for #10040.
3643      Branch: metaconfig/U/perl
3644            ! Checkcc.U d_dlsymun.U dlsrc.U
3645 ____________________________________________________________________________
3646 [ 10040] By: jhi                                   on 2001/05/08  18:24:47
3647         Log: The Configure half of
3648              
3649              Subject: Less warnings during configure
3650              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3651              Date: Tue, 08 May 2001 08:44:02 +0200
3652              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
3653      Branch: perl
3654            ! Configure
3655 ____________________________________________________________________________
3656 [ 10039] By: jhi                                   on 2001/05/08  16:48:31
3657         Log: Subject: Less warnings during configure
3658              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3659              Date: Tue, 08 May 2001 08:44:02 +0200
3660              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
3661      Branch: perl
3662            ! hints/hpux.sh
3663 ____________________________________________________________________________
3664 [ 10038] By: jhi                                   on 2001/05/08  16:32:07
3665         Log: Don't forget to whine about \d__\d.
3666      Branch: perl
3667            ! t/pragma/warn/toke toke.c
3668 ____________________________________________________________________________
3669 [ 10037] By: jhi                                   on 2001/05/08  16:07:05
3670         Log: Allow underscores also in the exponent part.
3671      Branch: perl
3672            ! t/pragma/warn/toke toke.c
3673 ____________________________________________________________________________
3674 [ 10036] By: jhi                                   on 2001/05/08  13:33:55
3675         Log: CodeMagicCD doesn't look like an *I*DE.
3676      Branch: perl
3677            ! pod/perlfaq3.pod
3678 ____________________________________________________________________________
3679 [ 10035] By: jhi                                   on 2001/05/08  13:27:48
3680         Log: Add Open Perl IDE, remove Perl Code Magic (the site seems
3681              to be consistently down).
3682      Branch: perl
3683            ! pod/perlfaq3.pod
3684 ____________________________________________________________________________
3685 [ 10034] By: jhi                                   on 2001/05/08  13:21:07
3686         Log: Upgrade to Text::Balanced 1.84.
3687      Branch: perl
3688            ! lib/Text/Balanced.pm t/lib/tb-xbrak.t
3689 ____________________________________________________________________________
3690 [ 10033] By: jhi                                   on 2001/05/08  12:41:53
3691         Log: Subject: Re: [PATCH] Find the last of the missing pad variables 
3692              From: Benjamin Sugars <bsugars@canoe.ca>
3693              Date: Tue, 8 May 2001 09:14:30 -0400 (EDT)
3694              Message-ID: <Pine.LNX.4.21.0105080912370.1930-100000@marmot.rim.canoe.ca>
3695      Branch: perl
3696            ! run.c
3697 ____________________________________________________________________________
3698 [ 10032] By: jhi                                   on 2001/05/08  12:40:28
3699         Log: Subject: [PATCH: perl@10022] cleaner cleanup for t/pod/plainer.t
3700              From: Peter Prymmer <pvhp@forte.com>
3701              Date: Mon, 7 May 2001 18:13:06 -0700 (PDT)
3702              Message-ID: <Pine.OSF.4.10.10105071810100.317708-100000@aspara.forte.com>
3703      Branch: perl
3704            ! t/pod/plainer.t
3705 ____________________________________________________________________________
3706 [ 10031] By: jhi                                   on 2001/05/08  12:35:25
3707         Log: (Retracted by #10042)
3708              
3709              Subject: Re: [ID 20010506.040] Infinite loop in lib/selfstubber.t under Cygwin
3710              From: "Philip Newton" <pnewton@gmx.de>
3711              Date: Tue, 8 May 2001 09:18:10 +0200
3712              Message-ID: <3AF7B9D2.28861.603732@localhost>
3713      Branch: perl
3714            ! pod/perlfunc.pod
3715 ____________________________________________________________________________
3716 [ 10030] By: jhi                                   on 2001/05/08  12:32:23
3717         Log: Subject: [PATCH B::Deparse] Document known bugs
3718              From: Robin Houston <robin@kitsite.com>
3719              Date: Tue, 8 May 2001 01:53:34 +0100
3720              Message-ID: <20010508015334.A32394@penderel>
3721      Branch: perl
3722            ! ext/B/B/Deparse.pm
3723 ____________________________________________________________________________
3724 [ 10029] By: jhi                                   on 2001/05/08  12:28:28
3725         Log: Subject: Re: Perl book, magazine and website updates.
3726              From: "Philip Newton" <pnewton@gmx.de>
3727              Date: Mon, 7 May 2001 17:03:58 +0200
3728              Message-ID: <3AF6D57E.5387.1E29930@localhost>
3729      Branch: perl
3730            ! pod/perlfaq2.pod
3731 ____________________________________________________________________________
3732 [ 10028] By: jhi                                   on 2001/05/07  23:53:30
3733         Log: Subject: [PATCH: perl@10022] YA tweak to avoid open file conflict in io/fflush.t
3734              From: Peter Prymmer <pvhp@forte.com>
3735              Date: Mon, 7 May 2001 17:50:48 -0700 (PDT)
3736              Message-ID: <Pine.OSF.4.10.10105071746570.317708-100000@aspara.forte.com> 
3737      Branch: perl
3738            ! t/io/fflush.t
3739 ____________________________________________________________________________
3740 [ 10027] By: jhi                                   on 2001/05/07  23:22:48
3741         Log: Subject: [PATCH B::Deparse] Give (?{...}) a taste of its own medicine
3742              From: Robin Houston <robin@kitsite.com>
3743              Date: Tue, 8 May 2001 01:14:55 +0100
3744              Message-ID: <20010508011455.A32162@penderel>
3745      Branch: perl
3746            ! ext/B/B/Deparse.pm
3747 ____________________________________________________________________________
3748 [ 10026] By: jhi                                   on 2001/05/07  23:15:05
3749         Log: Typo in #10025.
3750      Branch: perl
3751            ! hints/uts.sh
3752 ____________________________________________________________________________
3753 [ 10025] By: jhi                                   on 2001/05/07  21:15:35
3754         Log: cc, cflags, and optimize tweaks for UTS from Hal Morris.
3755      Branch: perl
3756            ! hints/uts.sh
3757 ____________________________________________________________________________
3758 [ 10024] By: jhi                                   on 2001/05/07  20:58:40
3759         Log: Subject: Re: [ID 20010506.045] question about hash syntax
3760              From: Peter Scott <Peter@PSDT.com>
3761              Date: Sun, 06 May 2001 13:10:40 -0700
3762              Message-Id: <4.3.2.7.2.20010506113015.00b46100@psdt.com>
3763      Branch: perl
3764            ! pod/perl56delta.pod
3765 ____________________________________________________________________________
3766 [ 10023] By: jhi                                   on 2001/05/07  20:41:26
3767         Log: Configure should figure out the list of dynamic extensions
3768              just fine in UTS-- and in fact it does, as reported by Hal Morris.
3769      Branch: perl
3770            ! hints/uts.sh
3771 ____________________________________________________________________________
3772 [ 10022] By: jhi                                   on 2001/05/07  20:24:11
3773         Log: Update Changes.
3774      Branch: perl
3775            ! Changes patchlevel.h
3776 ____________________________________________________________________________
3777 [ 10021] By: jhi                                   on 2001/05/07  20:11:31
3778         Log: Subject: [PATCH regcomp.c] Insecure regexes
3779              From: Robin Houston <robin@kitsite.com>
3780              Date: Mon, 7 May 2001 21:56:12 +0100
3781              Message-ID: <20010507215612.A31114@penderel>
3782      Branch: perl
3783            ! regcomp.c
3784 ____________________________________________________________________________
3785 [ 10020] By: jhi                                   on 2001/05/07  20:02:30
3786         Log: Drop the foobar.perl.com references for now until Simon
3787              gets them sorted out.
3788      Branch: perl
3789            ! pod/perlfaq2.pod
3790 ____________________________________________________________________________
3791 [ 10019] By: jhi                                   on 2001/05/07  19:54:33
3792         Log: Subject: Re: RFC: changing Devel::SelfStubber to relinquish its grasp
3793              From: Prymmer/Kahn <pvhp@best.com>
3794              Date: Mon, 7 May 2001 07:47:21 -0700 (PDT)
3795              Message-ID: <Pine.BSF.4.21.0105070733080.13301-100000@shell8.ba.best.com>
3796      Branch: perl
3797            ! lib/Devel/SelfStubber.pm
3798 ____________________________________________________________________________
3799 [ 10018] By: jhi                                   on 2001/05/07  19:53:10
3800         Log: Subject: Re: [ID 20010506.022] Win32/Makefile problems in 5.7.1 
3801              From: Prymmer/Kahn <pvhp@best.com>
3802              Date: Sun, 6 May 2001 21:34:56 -0700 (PDT)
3803              Message-ID: <Pine.BSF.4.21.0105062131520.17625-100000@shell8.ba.best.com>
3804      Branch: perl
3805            ! win32/Makefile
3806 ____________________________________________________________________________
3807 [ 10017] By: jhi                                   on 2001/05/07  19:35:10
3808         Log: s/WebTechnique's/WebTechniques/
3809      Branch: perl
3810            ! pod/perlfaq2.pod
3811 ____________________________________________________________________________
3812 [ 10016] By: jhi                                   on 2001/05/07  12:26:29
3813         Log: Llama 3 updates from Randal.
3814      Branch: perl
3815            ! pod/perlfaq2.pod
3816 ____________________________________________________________________________
3817 [ 10015] By: jhi                                   on 2001/05/07  01:34:38
3818         Log: Subject: [PATCH] Help -Dt show correct pad variables
3819              From: Benjamin Sugars <ben.sugars@home.com>
3820              Date: Sun, 6 May 2001 12:54:13 -0400 (EDT)
3821              Message-ID: <Pine.LNX.4.21.0105061142040.12858-100000@localhost.localdomain>
3822      Branch: perl
3823            ! embed.h embed.pl proto.h run.c
3824 ____________________________________________________________________________
3825 [ 10014] By: jhi                                   on 2001/05/07  01:23:56
3826         Log: Subject: [PATCH] Document C<our $foo : shared>
3827              From: Benjamin Sugars <ben.sugars@home.com>
3828              Date: Sun, 6 May 2001 19:00:55 -0400 (EDT)
3829              Message-ID: <Pine.LNX.4.21.0105061847090.9500-100000@localhost.localdomain>
3830      Branch: perl
3831            ! pod/perlfunc.pod
3832 ____________________________________________________________________________
3833 [ 10013] By: jhi                                   on 2001/05/07  01:22:22
3834         Log: Subject: [PATCH B::Deparse] undefined folded constants
3835              From: Robin Houston <robin@kitsite.com>
3836              Date: Sun, 6 May 2001 17:19:09 +0100
3837              Message-ID: <20010506171909.A7046@penderel>
3838      Branch: perl
3839            ! ext/B/B/Deparse.pm
3840 ____________________________________________________________________________
3841 [ 10012] By: jhi                                   on 2001/05/07  00:57:38
3842         Log: Subject: [PATCH B::Deparse] use Foo (sub {...});
3843              From: Robin Houston <robin@kitsite.com>
3844              Message-ID: <20010506164654.A6848@penderel>
3845              Date: Sun, 6 May 2001 16:46:54 +0100
3846      Branch: perl
3847            ! ext/B/B/Deparse.pm
3848 ____________________________________________________________________________
3849 [ 10011] By: jhi                                   on 2001/05/07  00:52:18
3850         Log: Subject: [PATCH t/op/my_stash.t] Naughty?
3851              From: Robin Houston <robin@kitsite.com>
3852              Date: Sun, 6 May 2001 14:47:02 +0100
3853              Message-ID: <20010506144702.A6308@penderel>
3854      Branch: perl
3855            ! t/op/my_stash.t
3856 ____________________________________________________________________________
3857 [ 10010] By: jhi                                   on 2001/05/06  15:07:51
3858         Log: Subject: Perl book, magazine and website updates.
3859              From: Simon Cozens <simon@netthink.co.uk>
3860              Date: Sun, 6 May 2001 16:55:36 +0100
3861              Message-ID: <20010506165536.A1795@netthink.co.uk>
3862      Branch: perl
3863            ! pod/perlbook.pod pod/perlfaq2.pod
3864 ____________________________________________________________________________
3865 [ 10009] By: jhi                                   on 2001/05/06  14:11:40
3866         Log: Tweaks on the Tru64 prof options.
3867      Branch: perl
3868            ! pod/perlhack.pod
3869 ____________________________________________________________________________
3870 [ 10008] By: jhi                                   on 2001/05/06  13:51:49
3871         Log: Subject: [PATCH t/pod/testp2pt.pl] Give deparse tester a chance
3872              From: Robin Houston <robin@kitsite.com>
3873              Date: Sun, 6 May 2001 14:40:51 +0100
3874              Message-ID: <20010506144051.A6279@penderel>
3875      Branch: perl
3876            ! t/pod/testp2pt.pl
3877 ____________________________________________________________________________
3878 [ 10007] By: jhi                                   on 2001/05/06  13:49:31
3879         Log: Subject: [PATCH B::Deparse] scoping
3880              From: Robin Houston <robin@kitsite.com>
3881              Date: Sun, 6 May 2001 14:36:56 +0100
3882              Message-ID: <20010506143656.A4006@penderel>
3883      Branch: perl
3884            ! ext/B/B/Deparse.pm ext/B/defsubs_h.PL t/lib/b-deparse.t
3885 ____________________________________________________________________________
3886 [ 10006] By: jhi                                   on 2001/05/06  13:24:12
3887         Log: Document the undefinedness of bitshifting out of range.
3888      Branch: perl
3889            ! pod/perlop.pod
3890 ____________________________________________________________________________
3891 [ 10005] By: jhi                                   on 2001/05/06  13:03:17
3892         Log: Retract #10003 and update the IDE descriptions a bit.
3893      Branch: perl
3894            ! pod/perlfaq3.pod
3895 ____________________________________________________________________________
3896 [ 10004] By: jhi                                   on 2001/05/06  03:02:41
3897         Log: Subject: [PATCH: perl@10001] win32 update (VC,Borland,gcc), nmake update
3898              From: Prymmer/Kahn <pvhp@best.com>
3899              Date: Sat, 5 May 2001 20:30:49 -0700 (PDT)
3900              Message-ID: <Pine.BSF.4.21.0105052017370.3961-100000@shell8.ba.best.com>
3901      Branch: perl
3902            ! win32/Makefile win32/buildext.pl win32/config.bc
3903            ! win32/config.gc win32/config.vc
3904 ____________________________________________________________________________
3905 [ 10003] By: jhi                                   on 2001/05/05  20:24:44
3906         Log: (Retracted by #10005.)
3907      Branch: perl
3908            ! pod/perlfaq3.pod
3909 ____________________________________________________________________________
3910 [ 10002] By: jhi                                   on 2001/05/05  19:23:36
3911         Log: It's "psed", not "sed".
3912      Branch: perl
3913            ! x2p/s2p.PL
3914 ____________________________________________________________________________
3915 [ 10001] By: jhi                                   on 2001/05/05  18:35:38
3916         Log: Update Changes.
3917      Branch: perl
3918            ! Changes patchlevel.h
3919 ____________________________________________________________________________
3920 [ 10000] By: jhi                                   on 2001/05/05  18:32:15
3921         Log: Subject: Re: bleadperl make install fails due to "psed"
3922              From: andreas.koenig@anima.de (Andreas J. Koenig)
3923              Date: 05 May 2001 18:23:28 +0200
3924              Message-ID: <m3u22zg3y7.fsf@ak-71.mind.de>
3925      Branch: perl
3926            ! x2p/Makefile.SH x2p/s2p.PL
3927 ____________________________________________________________________________
3928 [  9999] By: jhi                                   on 2001/05/05  18:28:09
3929         Log: AUTHORS updates.
3930      Branch: perl
3931            ! AUTHORS
3932 ____________________________________________________________________________
3933 [  9998] By: jhi                                   on 2001/05/05  18:16:00
3934         Log: Updates on the pods related to the modules included since 5.6.
3935              
3936              TODO: perltodo really could use major updating.
3937      Branch: perl
3938            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq7.pod
3939            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
3940            ! pod/perlop.pod pod/perlport.pod pod/perlsec.pod
3941            ! pod/perlsyn.pod pod/perltodo.pod
3942 ____________________________________________________________________________
3943 [  9997] By: jhi                                   on 2001/05/05  17:35:17
3944         Log: Hints file for AtheOS ( http://www.atheos.cx/ ),
3945              from Kurt Skauen.
3946      Branch: perl
3947            + hints/atheos.sh
3948            ! MANIFEST
3949 ____________________________________________________________________________
3950 [  9996] By: jhi                                   on 2001/05/05  17:25:00
3951         Log: Add preemptive #undefs for some of the shorter and more prone
3952              to collision regcomp.h #defines.  (Background: the MASK collided
3953              with a system header #define in Rhapsody.)
3954      Branch: perl
3955            ! regcomp.h
3956 ____________________________________________________________________________
3957 [  9995] By: jhi                                   on 2001/05/05  13:24:21
3958         Log: Subject: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
3959              From: Nicholas Clark <nick@ccl4.org>
3960              Date: Sat, 5 May 2001 14:46:39 +0100
3961              Message-ID: <20010505144639.O53513@plum.flirble.org>
3962              
3963              Add a test for the constants (if any) being processed correctly.
3964      Branch: perl
3965            ! utils/h2xs.PL
3966 ____________________________________________________________________________
3967 [  9994] By: jhi                                   on 2001/05/05  02:11:03
3968         Log: Subject: [PATCH & retract: perl@9973] the real fix for t/lib/b-stash.t
3969              From: Peter Prymmer <pvhp@forte.com>
3970              Date: Fri, 4 May 2001 17:44:13 -0700 (PDT)
3971              Message-ID: <Pine.OSF.4.10.10105041734280.67333-100000@aspara.forte.com>
3972      Branch: perl
3973            ! t/lib/b-stash.t
3974 ____________________________________________________________________________
3975 [  9993] By: jhi                                   on 2001/05/05  02:03:49
3976         Log: Subject: [PATCH: perl@9973] fix const poisioning in  PerlIO_openn->fdopen->openn
3977              From: Peter Prymmer <pvhp@forte.com>
3978              Date: Fri, 4 May 2001 17:29:02 -0700 (PDT)
3979              Message-ID: <Pine.OSF.4.10.10105041727420.67333-100000@aspara.forte.com>
3980      Branch: perl
3981            ! perlio.c vms/vmsish.h
3982 ____________________________________________________________________________
3983 [  9992] By: jhi                                   on 2001/05/04  17:21:12
3984         Log: Subject: [PATHC perl@9944] missing library tests: Pod::Plainer
3985              From: Robin Barker <rmb1@cise.npl.co.uk>
3986              Date: Fri, 4 May 2001 18:13:47 +0100 (BST)
3987              Message-Id: <200105041713.SAA14842@tempest.npl.co.uk>
3988      Branch: perl
3989            + t/pod/plainer.t
3990            ! MANIFEST
3991 ____________________________________________________________________________
3992 [  9991] By: jhi                                   on 2001/05/04  16:47:45
3993         Log: Subject: [PATCH perl@9944] -Wformat error from ext/re/re_comp.c
3994              From: Robin Barker <rmb1@cise.npl.co.uk>
3995              Date: Fri, 4 May 2001 18:09:13 +0100 (BST)
3996              Message-Id: <200105041709.SAA14835@tempest.npl.co.uk>
3997      Branch: perl
3998            ! regcomp.c
3999 ____________________________________________________________________________
4000 [  9990] By: jhi                                   on 2001/05/04  14:37:20
4001         Log: Subject: [PATCH: perl@9973] let win32 run t/lib/b-stash.t
4002              From: Prymmer/Kahn <pvhp@best.com>
4003              Date: Fri, 4 May 2001 07:31:01 -0700 (PDT)
4004              Message-ID: <Pine.BSF.4.21.0105040727430.14844-100000@shell8.ba.best.com>
4005      Branch: perl
4006            ! t/lib/b-stash.t
4007 ____________________________________________________________________________
4008 [  9989] By: jhi                                   on 2001/05/04  14:03:58
4009         Log: Introduce perl572delta, update Todo, add the missing
4010              mention about signal safety since 5.7.1 (though this
4011              requires verification and more details.)
4012      Branch: perl
4013            + pod/perl572delta.pod
4014            ! MANIFEST Todo pod/perl571delta.pod
4015 ____________________________________________________________________________
4016 [  9988] By: jhi                                   on 2001/05/04  12:41:51
4017         Log: Subject: [PATCH perl@9944] long =item
4018              From: Robin Barker <rmb1@cise.npl.co.uk>
4019              Date: Fri, 4 May 2001 14:15:20 +0100 (BST)
4020              Message-Id: <200105041315.OAA00436@tempest.npl.co.uk>
4021      Branch: perl
4022            ! ext/Time/HiRes/HiRes.pm
4023 ____________________________________________________________________________
4024 [  9987] By: jhi                                   on 2001/05/04  12:39:19
4025         Log: The #9901 had removed one line essential for EBCDIC.
4026      Branch: perl
4027            ! regcomp.c
4028 ____________________________________________________________________________
4029 [  9986] By: jhi                                   on 2001/05/04  12:30:23
4030         Log: Subject: cygwin/Makefile.SHs INSTALL patch
4031              From: Reini Urban <rurban@sbox.tu-graz.ac.at>
4032              Date: Mon, 08 Jan 2001 04:59:21 +0200
4033              Message-ID: <3A592D09.FD6AD35D@sbox.tu-graz.ac.at> 
4034      Branch: perl
4035            ! cygwin/Makefile.SHs
4036 ____________________________________________________________________________
4037 [  9985] By: jhi                                   on 2001/05/04  03:51:39
4038         Log: Encode/IO doc tweaks.
4039      Branch: perl
4040            ! ext/Encode/Encode.pm
4041 ____________________________________________________________________________
4042 [  9984] By: jhi                                   on 2001/05/04  03:29:34
4043         Log: Remove GDBM_File from the dynamic extensions for UTS,
4044              GDBM is not a standard feature.
4045      Branch: perl
4046            ! hints/uts.sh
4047 ____________________________________________________________________________
4048 [  9983] By: jhi                                   on 2001/05/04  03:22:59
4049         Log: Document the \pX and \p{Yz} (and \p{BidiXYZ}) classes a bit more.
4050      Branch: perl
4051            ! pod/perlretut.pod
4052 ____________________________________________________________________________
4053 [  9982] By: jhi                                   on 2001/05/03  23:21:03
4054         Log: Subject: [PATCH] Let sv_dump understand GvSHARED
4055              From: Benjamin Sugars <bsugars@canoe.ca>
4056              Date: Thu, 3 May 2001 16:51:07 -0400 (EDT)
4057              Message-ID: <Pine.LNX.4.21.0105031645280.805-100000@marmot.rim.canoe.ca>
4058      Branch: perl
4059            ! dump.c
4060 ____________________________________________________________________________
4061 [  9981] By: jhi                                   on 2001/05/03  23:20:05
4062         Log: Subject: [PATCH] Allow clobbering of a PerlIO::Scalar and more tests
4063              From: Benjamin Sugars <bsugars@canoe.ca>
4064              Date: Thu, 3 May 2001 15:28:21 -0400 (EDT)
4065              Message-ID: <Pine.LNX.4.21.0105031508360.805-100000@marmot.rim.canoe.ca>
4066      Branch: perl
4067            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
4068 ____________________________________________________________________________
4069 [  9980] By: jhi                                   on 2001/05/03  23:15:29
4070         Log: Integrate perlio.
4071      Branch: perl
4072           !> ext/Encode/Encode.pm
4073 ____________________________________________________________________________
4074 [  9979] By: jhi                                   on 2001/05/03  16:54:59
4075         Log: Install psed man page.
4076      Branch: perl
4077            ! installman
4078 ____________________________________________________________________________
4079 [  9978] By: jhi                                   on 2001/05/03  16:45:58
4080         Log: Remove unused files; noted by Sarathy.
4081      Branch: perl
4082            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
4083            ! MANIFEST
4084 ____________________________________________________________________________
4085 [  9977] By: jhi                                   on 2001/05/03  16:42:30
4086         Log: Subject: [PATCH bleadperl] INSTALL patch -- space requirements
4087              From: Andy Dougherty <doughera@lafayette.edu>
4088              Date: Thu, 3 May 2001 11:16:10 -0400 (EDT)
4089              Message-ID: <Pine.SOL.4.10.10105031114500.17868-100000@maxwell.phys.lafayette.edu>
4090      Branch: perl
4091            ! INSTALL
4092 ____________________________________________________________________________
4093 [  9976] By: nick                                  on 2001/05/03  16:40:42
4094         Log: Allow $answer = encode($object,$text); like it says in docs.
4095      Branch: perlio
4096            ! ext/Encode/Encode.pm
4097 ____________________________________________________________________________
4098 [  9975] By: nick                                  on 2001/05/03  16:22:30
4099         Log: Fix latin1 etc. alias code - (bit rot?) - the @latin2iso array now seems to need
4100              to be in scope (fair enough), and also a package variable (our) for eval to see it.
4101      Branch: perlio
4102            ! ext/Encode/Encode.pm
4103 ____________________________________________________________________________
4104 [  9974] By: nick                                  on 2001/05/03  15:48:17
4105         Log: Integrate mainline.
4106      Branch: perlio
4107           +> lib/NEXT.pm t/io/fflush.t t/lib/MyFilter.pm
4108           +> t/lib/filter-simple.t t/lib/next.t
4109           !> (integrate 70 files)
4110 ____________________________________________________________________________
4111 [  9973] By: jhi                                   on 2001/05/03  13:09:09
4112         Log: Update Changes.
4113      Branch: perl
4114            ! Changes patchlevel.h
4115 ____________________________________________________________________________
4116 [  9972] By: jhi                                   on 2001/05/03  12:58:33
4117         Log: Subject: [PATCH: perl@9945] fix handling of $Config{variables} in io/fflush.t
4118              From: Prymmer/Kahn <pvhp@best.com>
4119              Date: Wed, 2 May 2001 23:56:13 -0700 (PDT)
4120              Message-ID: <Pine.BSF.4.21.0105022353380.24421-100000@shell8.ba.best.com>
4121      Branch: perl
4122            ! t/io/fflush.t
4123 ____________________________________________________________________________
4124 [  9971] By: jhi                                   on 2001/05/03  12:57:26
4125         Log: Subject: [PATCH: perl@9945] two fixes for win32/FindExt.pm
4126              From: Prymmer/Kahn <pvhp@best.com>
4127              Date: Wed, 2 May 2001 23:42:33 -0700 (PDT)
4128              Message-ID: <Pine.BSF.4.21.0105022337070.24421-100000@shell8.ba.best.com>
4129      Branch: perl
4130            ! win32/FindExt.pm
4131 ____________________________________________________________________________
4132 [  9970] By: jhi                                   on 2001/05/03  02:42:46
4133         Log: Can't croak sans thread context, from Doug MacEachern.
4134      Branch: perl
4135            ! toke.c
4136 ____________________________________________________________________________
4137 [  9969] By: jhi                                   on 2001/05/03  01:23:48
4138         Log: Subject: Random input test and Perl
4139              From: Ilya Zakharevich <ilya@math.berkeley.edu>
4140              Date: Wed, 2 May 2001 14:35:50 -0700 (PDT)
4141              Message-Id: <200105022135.OAA26245@fac-813-1.math.Berkeley.EDU>
4142      Branch: perl
4143            ! toke.c
4144 ____________________________________________________________________________
4145 [  9968] By: jhi                                   on 2001/05/02  22:17:21
4146         Log: Subject: [PATCH: perl@9945] fix some misinformation in perlfunc.pod
4147              From: Peter Prymmer <pvhp@forte.com>
4148              Date: Wed, 2 May 2001 15:58:18 -0700 (PDT)
4149              Message-ID: <Pine.OSF.4.10.10105021554040.342459-100000@aspara.forte.com>
4150      Branch: perl
4151            ! pod/perlfunc.pod pod/perlport.pod
4152 ____________________________________________________________________________
4153 [  9967] By: jhi                                   on 2001/05/02  20:12:45
4154         Log: Workaround for UTS compiler casting bug from Hal Morris.
4155      Branch: perl
4156            ! perl.h
4157 ____________________________________________________________________________
4158 [  9966] By: jhi                                   on 2001/05/02  18:31:37
4159         Log: Subject: Re: [PATCH 5.6.1] Multiplicity and thread fixes for VMS 
4160              From: Dan Sugalski <dan@sidhe.org>
4161              Date: Wed, 02 May 2001 15:23:22 -0400
4162              Message-Id: <5.0.2.1.0.20010502152210.01f65550@24.8.96.48>
4163      Branch: perl
4164            ! perl.c vms/vms.c
4165 ____________________________________________________________________________
4166 [  9965] By: jhi                                   on 2001/05/02  18:21:29
4167         Log: Minor doc tweaks on endianness, closes bug 20010327.004.
4168      Branch: perl
4169            ! pod/perlfunc.pod
4170 ____________________________________________________________________________
4171 [  9964] By: jhi                                   on 2001/05/02  18:15:01
4172         Log: Document large files in INSTALL, document also the %x
4173              limitation if not use64bitint, closes bug 20010326.007.
4174      Branch: perl
4175            ! INSTALL
4176 ____________________________________________________________________________
4177 [  9963] By: jhi                                   on 2001/05/02  17:24:47
4178         Log: perlmodlib tweaks; regen pods.
4179      Branch: perl
4180            ! pod/Makefile.SH pod/perlmodlib.PL pod/perlmodlib.pod
4181            ! pod/perltoc.pod
4182 ____________________________________________________________________________
4183 [  9962] By: jhi                                   on 2001/05/02  17:14:00
4184         Log: Fix for a segfault, from Marc Lehmann.
4185      Branch: perl
4186            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.xs
4187 ____________________________________________________________________________
4188 [  9961] By: jhi                                   on 2001/05/02  15:55:53
4189         Log: Subject: [DOC PATCH bleadperl] minor nits in perlop.pod
4190              From: "Philip Newton" <pnewton@gmx.de>
4191              Date: Wed, 2 May 2001 18:39:03 +0200
4192              Message-ID: <3AF05447.15525.173B588@localhost>
4193      Branch: perl
4194            ! pod/perlop.pod
4195 ____________________________________________________________________________
4196 [  9960] By: jhi                                   on 2001/05/02  15:35:37
4197         Log: Subject: [PATCH 5.6.1] Multiplicity and thread fixes for VMS
4198              From: Dan Sugalski <dan@sidhe.org>
4199              Date: Wed, 02 May 2001 11:37:27 -0400
4200              Message-Id: <5.0.2.1.0.20010502112909.01f24e28@24.8.96.48>
4201      Branch: perl
4202            ! doio.c ext/File/Glob/bsd_glob.c perl.c perl.h pp_sys.c
4203            ! thread.h vms/vms.c vms/vmsish.h
4204 ____________________________________________________________________________
4205 [  9959] By: jhi                                   on 2001/05/02  15:21:08
4206         Log: Subject: Re: [PATCH] Allow appending on a PerlIO::Scalar
4207              From: Benjamin Sugars <bsugars@canoe.ca>
4208              Date: Wed, 2 May 2001 10:53:11 -0400 (EDT)
4209              Message-ID: <Pine.LNX.4.21.0105021041380.1652-100000@marmot.rim.canoe.ca>
4210      Branch: perl
4211            ! ext/PerlIO/Scalar/Scalar.xs
4212 ____________________________________________________________________________
4213 [  9958] By: jhi                                   on 2001/05/02  15:15:53
4214         Log: Bug in #9915, spotted by Mike Guy.
4215      Branch: perl
4216            ! installperl
4217 ____________________________________________________________________________
4218 [  9957] By: jhi                                   on 2001/05/02  13:26:01
4219         Log: Add a test for not griping about references as array
4220              indices if the reference has magic in it (overloaded
4221              methods).
4222      Branch: perl
4223            ! pod/perldiag.pod t/pragma/warn/pp_hot
4224 ____________________________________________________________________________
4225 [  9956] By: jhi                                   on 2001/05/02  13:07:01
4226         Log: Retracted a bit too much in #9952.
4227      Branch: perl
4228            ! t/pragma/sub_lval.t
4229 ____________________________________________________________________________
4230 [  9955] By: jhi                                   on 2001/05/02  13:05:38
4231         Log: Test for #9952.
4232      Branch: perl
4233            ! t/op/tie.t
4234 ____________________________________________________________________________
4235 [  9954] By: jhi                                   on 2001/05/02  11:48:18
4236         Log: Additional note on the encoding example: one cannot
4237              convert string constants in-place.
4238      Branch: perl
4239            ! ext/Encode/Encode.pm
4240 ____________________________________________________________________________
4241 [  9953] By: jhi                                   on 2001/05/02  11:43:51
4242         Log: Note that if you have recent enough Perl you already
4243              have Filter::Util::Call.
4244      Branch: perl
4245            ! lib/Filter/Simple.pm
4246 ____________________________________________________________________________
4247 [  9952] By: jhi                                   on 2001/05/02  11:31:53
4248         Log: Retract changes #8254 and #8255, causes coredump in
4249              'tie FH, "main"', reported by Abigail, culprit found by
4250              Benjamin Sugars.  Mirrors maintperl change #9950.
4251      Branch: perl
4252            ! op.c t/pragma/sub_lval.t
4253 ____________________________________________________________________________
4254 [  9951] By: jhi                                   on 2001/05/02  11:14:29
4255         Log: Forgot from #9942.  (Needed by t/lib/filter-simple.t.)
4256      Branch: perl
4257            + t/lib/MyFilter.pm
4258 ____________________________________________________________________________
4259 [  9950] By: gsar                                  on 2001/05/02  03:17:11
4260         Log: revert integration of changes#8254,8255 in change#8620 (causes
4261              a coredump in C<tie FH, 'foo'>; the idea itself may need better
4262              rationalization)
4263      Branch: maint-5.6/perl
4264            ! op.c t/pragma/sub_lval.t
4265 ____________________________________________________________________________
4266 [  9949] By: gsar                                  on 2001/05/02  02:56:32
4267         Log: integrate changes#9774,9814 from mainline (Unixware fixes)
4268              
4269              Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
4270              
4271              Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
4272      Branch: maint-5.6/perl
4273           !> hints/svr5.sh
4274 ____________________________________________________________________________
4275 [  9948] By: gsar                                  on 2001/05/02  02:49:15
4276         Log: pod/find.t breaks on VMS (from Craig Berry)
4277      Branch: maint-5.6/perl
4278            ! t/pod/find.t
4279 ____________________________________________________________________________
4280 [  9947] By: jhi                                   on 2001/05/02  02:43:09
4281         Log: Add an encoding conversion example.
4282      Branch: perl
4283            ! ext/Encode/Encode.pm
4284 ____________________________________________________________________________
4285 [  9946] By: jhi                                   on 2001/05/02  01:34:22
4286         Log: Another coat of paint but still nowhere finished.
4287              Need to decide on the semantics of strptime(): should
4288              strptime() be a function instead of a method?  To do
4289              the week/monthname-strptiming the i18n/l10n bullet needs
4290              to be bitten with gusto.
4291      Branch: perl
4292            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
4293 ____________________________________________________________________________
4294 [  9945] By: jhi                                   on 2001/05/01  23:40:52
4295         Log: Update Changes.
4296      Branch: perl
4297            ! Changes patchlevel.h
4298 ____________________________________________________________________________
4299 [  9944] By: jhi                                   on 2001/05/01  23:33:37
4300         Log: Add known-to-be-tested modules to the list-to-be-skipped.
4301      Branch: perl
4302            ! t/lib/1_compile.t
4303 ____________________________________________________________________________
4304 [  9943] By: jhi                                   on 2001/05/01  23:24:40
4305         Log: Subject: BorlandC++ fix
4306              From: "Vadim Konovalov" <watman@inbox.ru>
4307              Date: Mon, 30 Apr 2001 20:12:26 -0700
4308              Message-ID: <006e01c0d1ec$8fb1b8d0$406bff87@vad>
4309      Branch: perl
4310            ! win32/makefile.mk
4311 ____________________________________________________________________________
4312 [  9942] By: jhi                                   on 2001/05/01  23:18:02
4313         Log: Update to Filter::Simple 0.60, create a test for it.
4314      Branch: perl
4315            + t/lib/filter-simple.t
4316            ! MANIFEST lib/Filter/Simple.pm
4317 ____________________________________________________________________________
4318 [  9941] By: jhi                                   on 2001/05/01  19:47:24
4319         Log: Subject: Re: bleadperl: s/// failure with \b and /g 
4320              From: Hugo <hv@crypt.compulink.co.uk>
4321              Date: Tue, 01 May 2001 20:12:20 +0100
4322              Message-Id: <200105011912.UAA06826@crypt.compulink.co.uk>
4323      Branch: perl
4324            ! pp_hot.c t/op/re_tests
4325 ____________________________________________________________________________
4326 [  9940] By: jhi                                   on 2001/05/01  19:42:16
4327         Log: Integrate perlio.
4328      Branch: perl
4329           !> lib/base.pm t/lib/fields.t
4330 ____________________________________________________________________________
4331 [  9939] By: jhi                                   on 2001/05/01  19:39:51
4332         Log: Subject: [PATCH] Allow appending on a PerlIO::Scalar
4333              From: Benjamin Sugars <bsugars@canoe.ca>
4334              Date: Tue, 1 May 2001 16:32:03 -0400 (EDT)
4335              Message-ID: <Pine.LNX.4.21.0105011627110.1526-100000@marmot.rim.canoe.ca>
4336      Branch: perl
4337            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
4338 ____________________________________________________________________________
4339 [  9938] By: jhi                                   on 2001/05/01  19:34:09
4340         Log: Add NEXT, a pseudo-class for method redispatching.
4341              <Damian>NEXT.pm probably offers more bang-for-buck
4342              than anything else I've ever written.</Damian>
4343      Branch: perl
4344            + lib/NEXT.pm t/lib/next.t
4345            ! MANIFEST
4346 ____________________________________________________________________________
4347 [  9937] By: jhi                                   on 2001/05/01  19:21:41
4348         Log: Update to Switch 2.02.
4349      Branch: perl
4350            ! lib/Switch.pm t/lib/switch.t
4351 ____________________________________________________________________________
4352 [  9936] By: nick                                  on 2001/05/01  19:09:21
4353         Log: Fix for base.pm clobbering $VERSION
4354      Branch: perlio
4355            ! lib/base.pm
4356 ____________________________________________________________________________
4357 [  9935] By: nick                                  on 2001/05/01  18:54:38
4358         Log: Test for base.pm clobbering $VERSION.
4359      Branch: perlio
4360            ! t/lib/fields.t
4361 ____________________________________________________________________________
4362 [  9934] By: jhi                                   on 2001/05/01  18:39:10
4363         Log: Add information about Scalar::Util::blessed.
4364      Branch: perl
4365            ! pod/perlobj.pod
4366 ____________________________________________________________________________
4367 [  9933] By: jhi                                   on 2001/05/01  18:33:51
4368         Log: Subject: Extra UNIVERSAL documentation
4369              From: Mike Guy <mjtg@cam.ac.uk>
4370              Date: Tue, 01 May 2001 20:12:11 +0100
4371              Message-Id: <E14ufZD-0007kD-00@libra.cus.cam.ac.uk>
4372      Branch: perl
4373            ! pod/perlobj.pod
4374 ____________________________________________________________________________
4375 [  9932] By: jhi                                   on 2001/05/01  18:26:54
4376         Log: Subject: Autoflush in tests as appropriate
4377              From: Mike Guy <mjtg@cam.ac.uk>
4378              Date: Tue, 01 May 2001 20:05:31 +0100
4379              Message-Id: <E14ufSl-0007gS-00@libra.cus.cam.ac.uk>
4380      Branch: perl
4381            ! t/lib/syslfs.t t/op/die_exit.t t/op/lex_assign.t t/op/lfs.t
4382            ! t/op/taint.t
4383 ____________________________________________________________________________
4384 [  9931] By: jhi                                   on 2001/05/01  18:02:29
4385         Log: Subject: [PATCH] Multiple consecutive writes on PerlIO::Scalar
4386              From: Benjamin Sugars <bsugars@canoe.ca>
4387              Date: Tue, 1 May 2001 14:58:24 -0400 (EDT)
4388              Message-ID: <Pine.LNX.4.21.0105011431300.1526-100000@marmot.rim.canoe.ca>
4389      Branch: perl
4390            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
4391 ____________________________________________________________________________
4392 [  9930] By: jhi                                   on 2001/05/01  15:12:26
4393         Log: Subject: Re: Finally got a round tuit
4394              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4395              Date: Tue, 01 May 2001 14:14:10 +0200
4396              Message-Id: <20010501135740.19E4.H.M.BRAND@hccnet.nl>
4397              
4398              The -DP part, slightly modified.
4399      Branch: perl
4400            ! perl.c
4401 ____________________________________________________________________________
4402 [  9929] By: jhi                                   on 2001/05/01  14:17:15
4403         Log: Subject: Re: Finally got a round tuit
4404              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4405              Date: Tue, 01 May 2001 16:34:06 +0200
4406              Message-Id: <20010501163255.19F2.H.M.BRAND@hccnet.nl>
4407              
4408              cpp and optimization tweaks for HP-UX.
4409      Branch: perl
4410            ! hints/hpux.sh
4411 ____________________________________________________________________________
4412 [  9928] By: jhi                                   on 2001/05/01  13:24:20
4413         Log: Tune the scan_num() comments to reality.
4414      Branch: perl
4415            ! toke.c
4416 ____________________________________________________________________________
4417 [  9927] By: jhi                                   on 2001/05/01  13:14:01
4418         Log: Subject: [PATCH B::Deparse] optimised sort
4419              From: Robin Houston <robin@kitsite.com>
4420              Date: Tue, 1 May 2001 14:07:12 +0100
4421              Message-ID: <20010501140712.A4266@penderel>
4422      Branch: perl
4423            ! ext/B/B/Deparse.pm
4424 ____________________________________________________________________________
4425 [  9926] By: jhi                                   on 2001/05/01  13:10:53
4426         Log: Subject: [PATCH t/lib/b-deparse.t] 
4427              From: Robin Houston <robin@kitsite.com>
4428              Date: Tue, 1 May 2001 13:37:42 +0100
4429              Message-ID: <20010501133742.A4082@penderel>
4430      Branch: perl
4431            ! t/lib/b-deparse.t
4432 ____________________________________________________________________________
4433 [  9925] By: jhi                                   on 2001/05/01  13:10:13
4434         Log: Subject: [PATCH B::Deparse] for(;;), sort
4435              From: Robin Houston <robin@kitsite.com>
4436              Date: Tue, 1 May 2001 13:35:00 +0100
4437              Message-ID: <20010501133500.A4061@penderel>
4438      Branch: perl
4439            ! ext/B/B/Deparse.pm
4440 ____________________________________________________________________________
4441 [  9924] By: jhi                                   on 2001/05/01  13:09:22
4442         Log: Subject: [PATCH B::Deparse] do, warn, use
4443              From: Robin Houston <robin@kitsite.com>
4444              Date: Tue, 1 May 2001 13:31:03 +0100
4445              Message-ID: <20010501133103.A4041@penderel>
4446      Branch: perl
4447            ! ext/B/B/Deparse.pm
4448 ____________________________________________________________________________
4449 [  9923] By: jhi                                   on 2001/05/01  11:45:36
4450         Log: Subject: [PATCH] Test autoflush on fork (Was: Should I remove something?)
4451              From: Benjamin Sugars <ben.sugars@home.com>
4452              Date: Mon, 30 Apr 2001 22:21:54 -0400 (EDT)
4453              Message-ID: <Pine.LNX.4.21.0104302213190.19002-100000@localhost.localdomain>
4454      Branch: perl
4455            + t/io/fflush.t
4456            ! MANIFEST
4457 ____________________________________________________________________________
4458 [  9922] By: jhi                                   on 2001/05/01  11:35:42
4459         Log: Subject: [PATCH: perl@9917] more VMS tweaks for addn'l selfstubber tests
4460              From: Peter Prymmer <pvhp@forte.com>
4461              Date: Mon, 30 Apr 2001 16:26:30 -0700 (PDT)
4462              Message-ID: <Pine.OSF.4.10.10104301621200.161547-100000@aspara.forte.com>
4463      Branch: perl
4464            ! t/lib/selfstubber.t
4465 ____________________________________________________________________________
4466 [  9921] By: jhi                                   on 2001/04/30  16:34:33
4467         Log: Subject: [PATCH B::Concise] suppress warning
4468              From: Robin Houston <robin@kitsite.com>
4469              Date: Mon, 30 Apr 2001 16:09:49 +0100
4470              Message-ID: <20010430160949.A25086@penderel>
4471      Branch: perl
4472            ! ext/B/B/Concise.pm
4473 ____________________________________________________________________________
4474 [  9920] By: jhi                                   on 2001/04/30  13:56:04
4475         Log: Strip the *markers* from #9919.
4476      Branch: perl
4477            ! pod/perlfaq.pod pod/perlfaq5.pod
4478 ____________________________________________________________________________
4479 [  9919] By: jhi                                   on 2001/04/30  13:54:04
4480         Log: Subject: [PATCH] (perlfaq/bleadperl) append mode and locking
4481              From: Gwyn Judd <b.judd@xtra.co.nz>
4482              Date: Sun, 29 Apr 2001 01:47:49 +1200
4483              Message-ID: <20010429014749.A4418@thislove>
4484      Branch: perl
4485            ! pod/perlfaq.pod pod/perlfaq5.pod
4486 ____________________________________________________________________________
4487 [  9918] By: jhi                                   on 2001/04/30  13:13:54
4488         Log: More_tweakage.
4489      Branch: perl
4490            ! pod/perldata.pod pod/perldiag.pod
4491 ____________________________________________________________________________
4492 [  9917] By: jhi                                   on 2001/04/30  13:01:27
4493         Log: Update Changes.
4494      Branch: perl
4495            ! Changes patchlevel.h
4496 ____________________________________________________________________________
4497 [  9916] By: jhi                                   on 2001/04/30  12:57:03
4498         Log: T_w_e_a_k_a_g_e.
4499      Branch: perl
4500            ! pod/perldata.pod pod/perldiag.pod
4501 ____________________________________________________________________________
4502 [  9915] By: jhi                                   on 2001/04/30  12:39:29
4503         Log: Install s2p also as psed.
4504              
4505              TODO: psed documentation?
4506      Branch: perl
4507            ! installperl
4508 ____________________________________________________________________________
4509 [  9914] By: jhi                                   on 2001/04/30  12:29:21
4510         Log: Subject: Re: [ID 20010303.009] SOCKS5 work around breaks other sockets
4511              From: Jens Hamisch <jens@Strawberry.COM>
4512              Date: Fri, 27 Apr 2001 17:00:36 +0200
4513              Message-ID: <20010427170036.K1372@Strawberry.COM>
4514              
4515              SOCKS5_VERSION_NAME is the right symbol to detect
4516              the presence of SOCKS5.  (HAS_SOCKS5_INIT is telling whether
4517              function called socks5_init() is available, and even that is
4518              not universal, most SOCKS5 installations use SOCKSinit()).
4519      Branch: perl
4520            ! perlio.c
4521 ____________________________________________________________________________
4522 [  9913] By: jhi                                   on 2001/04/30  12:22:15
4523         Log: Allow a zero timeout on IO::Socket accept and connect--
4524              though one really shouldn't do that.  Based on
4525              
4526              Subject: Not possible to set zero second timeout on accept() in IO::Socket and company..
4527              From: "John Holdsworth" <coldwave@bigfoot.com>
4528              Date: Sun, 4 Feb 2001 12:48:18 +0100
4529              Message-ID: <005a01c08ea0$5e6039d0$03ac2ac0@planc>
4530      Branch: perl
4531            ! ext/IO/lib/IO/Socket.pm
4532 ____________________________________________________________________________
4533 [  9912] By: jhi                                   on 2001/04/30  11:27:27
4534         Log: Save the spot of regprev (see #9911) for binary compatibility;
4535              regen API.
4536      Branch: perl
4537            ! embedvar.h perlapi.h thrdvar.h
4538 ____________________________________________________________________________
4539 [  9911] By: jhi                                   on 2001/04/30  11:22:03
4540         Log: Subject: Re: [PATCH bleadperl] [ID 20010426.002] Word boundry regex [...] 
4541              From: Hugo <hv@crypt.compulink.co.uk>
4542              Date: Sun, 29 Apr 2001 17:09:30 +0100
4543              Message-Id: <200104291609.RAA17790@crypt.compulink.co.uk>
4544      Branch: perl
4545            ! regcomp.c regexec.c sv.c t/op/re_tests t/op/subst.t thrdvar.h
4546 ____________________________________________________________________________
4547 [  9910] By: jhi                                   on 2001/04/30  11:15:12
4548         Log: Change PL_numeric_radix to PL_numeric_radix_sv (and leave in
4549              a dummy for PL_numeric_radix); no pressing reason to break
4550              binary compatibility; regen API.
4551      Branch: perl
4552            ! embedvar.h global.sym intrpvar.h objXSUB.h perl.c perl.h
4553            ! perlapi.c perlapi.h pod/perlapi.pod sv.c util.c
4554 ____________________________________________________________________________
4555 [  9909] By: jhi                                   on 2001/04/30  10:56:08
4556         Log: Subject: [DOC PATCH bleadperl] Document generation of random integers
4557              From: Walt Mankowski <waltman@netaxs.com>
4558              Date: Sun, 29 Apr 2001 21:53:48 -0400
4559              Message-ID: <20010429215348.A3971@netaxs.com>
4560      Branch: perl
4561            ! pod/perlfunc.pod
4562 ____________________________________________________________________________
4563 [  9908] By: jhi                                   on 2001/04/30  10:49:40
4564         Log: Reintroduce #9889 to unbuffer the stderr/stdout on stdio configs.
4565      Branch: perl
4566            ! t/lib/selfstubber.t
4567 ____________________________________________________________________________
4568 [  9907] By: nick                                  on 2001/04/30  09:26:50
4569         Log: Integrate mainline.
4570      Branch: perlio
4571           !> pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
4572 ____________________________________________________________________________
4573 [  9906] By: jhi                                   on 2001/04/29  23:24:20
4574         Log: Abigail spotted a thinko in #9905.
4575      Branch: perl
4576            ! pod/perldiag.pod
4577 ____________________________________________________________________________
4578 [  9905] By: jhi                                   on 2001/04/29  15:55:39
4579         Log: Changed the underscore/undebar syntax in numeric constants;
4580              now any grouping will do, as long as the underscores are not
4581              consecutive (so "zero-grouping" is out), and they do not begin
4582              or end the integer or fractional parts.
4583      Branch: perl
4584            ! pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
4585 ____________________________________________________________________________
4586 [  9904] By: nick                                  on 2001/04/29  15:43:22
4587         Log: Integrate mainline.
4588      Branch: perlio
4589           +> (branch 98 files)
4590            - lib/unicode/Block.pl
4591            - lib/unicode/In/AlphabeticPresentationForms.pl
4592            - lib/unicode/In/Arabic.pl
4593            - lib/unicode/In/ArabicPresentationForms-A.pl
4594            - lib/unicode/In/ArabicPresentationForms-B.pl
4595            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
4596            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
4597            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
4598            - lib/unicode/In/BopomofoExtended.pl
4599            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
4600            - lib/unicode/In/CJKCompatibility.pl
4601            - lib/unicode/In/CJKCompatibilityForms.pl
4602            - lib/unicode/In/CJKCompatibilityIdeographs.pl
4603            - lib/unicode/In/CJKRadicalsSupplement.pl
4604            - lib/unicode/In/CJKSymbolsandPunctuation.pl
4605            - lib/unicode/In/CJKUnifiedIdeographs.pl
4606            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
4607            - lib/unicode/In/Cherokee.pl
4608            - lib/unicode/In/CombiningDiacriticalMarks.pl
4609            - lib/unicode/In/CombiningHalfMarks.pl
4610            - lib/unicode/In/CombiningMarksforSymbols.pl
4611            - lib/unicode/In/ControlPictures.pl
4612            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
4613            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
4614            - lib/unicode/In/EnclosedAlphanumerics.pl
4615            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
4616            - lib/unicode/In/Ethiopic.pl
4617            - lib/unicode/In/GeneralPunctuation.pl
4618            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
4619            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
4620            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
4621            - lib/unicode/In/HalfwidthandFullwidthForms.pl
4622            - lib/unicode/In/HangulCompatibilityJamo.pl
4623            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
4624            - lib/unicode/In/Hebrew.pl
4625            - lib/unicode/In/HighPrivateUseSurrogates.pl
4626            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
4627            - lib/unicode/In/IPAExtensions.pl
4628            - lib/unicode/In/IdeographicDescriptionCharacters.pl
4629            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
4630            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
4631            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
4632            - lib/unicode/In/Latin-1Supplement.pl
4633            - lib/unicode/In/LatinExtended-A.pl
4634            - lib/unicode/In/LatinExtended-B.pl
4635            - lib/unicode/In/LatinExtendedAdditional.pl
4636            - lib/unicode/In/LetterlikeSymbols.pl
4637            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
4638            - lib/unicode/In/MathematicalOperators.pl
4639            - lib/unicode/In/MiscellaneousSymbols.pl
4640            - lib/unicode/In/MiscellaneousTechnical.pl
4641            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
4642            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
4643            - lib/unicode/In/OpticalCharacterRecognition.pl
4644            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
4645            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
4646            - lib/unicode/In/SmallFormVariants.pl
4647            - lib/unicode/In/SpacingModifierLetters.pl
4648            - lib/unicode/In/Specials.pl
4649            - lib/unicode/In/SuperscriptsandSubscripts.pl
4650            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
4651            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
4652            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
4653            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
4654            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
4655           !> INSTALL MANIFEST doop.c embed.h embed.pl ext/B/B/Deparse.pm
4656           !> ext/IO/lib/IO/Seekable.pm hints/hpux.sh
4657           !> lib/unicode/mktables.PL lib/utf8_heavy.pl objXSUB.h perl.h
4658           !> pod/perldiag.pod pod/perlunicode.pod proto.h regcomp.c
4659           !> regexec.c t/lib/b-deparse.t t/lib/selfstubber.t t/op/pat.t
4660           !> utf8.c win32/Makefile
4661 ____________________________________________________________________________
4662 [  9903] By: jhi                                   on 2001/04/29  14:30:53
4663         Log: Subject: [PATCH: perl@9885] win32/Makefile (nmake) update
4664              From: Prymmer/Kahn <pvhp@best.com>
4665              Date: Sat, 28 Apr 2001 21:56:51 -0700 (PDT)
4666              Message-ID: <Pine.BSF.4.21.0104282147270.2927-100000@shell8.ba.best.com>
4667      Branch: perl
4668            ! win32/Makefile
4669 ____________________________________________________________________________
4670 [  9902] By: jhi                                   on 2001/04/29  02:52:44
4671         Log: Subject: [PATCH ext/IO/lib/IO/Seekable.pm] Doc fixes.
4672              From: "Abigail" <abigail@foad.org>
4673              Date: Sun, 29 Apr 2001 03:14:25 +0200
4674              Message-ID: <20010429011425.24503.qmail@foad.org>
4675      Branch: perl
4676            ! ext/IO/lib/IO/Seekable.pm
4677 ____________________________________________________________________________
4678 [  9901] By: jhi                                   on 2001/04/29  02:04:46
4679         Log: In character classes one couldn't have 0x80..0xff characters
4680              at the left hand side if there were 0x100.. characters in the
4681              character class.
4682      Branch: perl
4683            ! doop.c embed.h embed.pl objXSUB.h proto.h regcomp.c regexec.c
4684            ! t/op/pat.t utf8.c
4685 ____________________________________________________________________________
4686 [  9900] By: jhi                                   on 2001/04/28  22:55:04
4687         Log: Forgot the latest mktables.PL from #9899.
4688      Branch: perl
4689            ! lib/unicode/mktables.PL
4690 ____________________________________________________________________________
4691 [  9899] By: jhi                                   on 2001/04/28  22:53:28
4692         Log: Explain the \p{} and \P{} error message better and
4693              have prettier prettyprint in In.pl.
4694      Branch: perl
4695            ! lib/unicode/In.pl lib/unicode/mktables.PL lib/utf8_heavy.pl
4696            ! pod/perldiag.pod
4697 ____________________________________________________________________________
4698 [  9898] By: jhi                                   on 2001/04/28  21:03:34
4699         Log: Add one possible explanation for the "Invalid [] range" error.
4700      Branch: perl
4701            ! pod/perldiag.pod
4702 ____________________________________________________________________________
4703 [  9897] By: jhi                                   on 2001/04/28  17:18:26
4704         Log: Add a level of indirection to the implementation of \p{InFoo}
4705              so that we don't have to have long filenames.  (Nothing changes
4706              in the user interface.)   The indirection is defined in
4707              the file lib/unicode/In.pl and it is handled in lib/utf8_heavy.pl.
4708              Also rename some the character classes by removing '-' from
4709              the classnames, and finally renamed Block.pl as Blocks.pl.
4710      Branch: perl
4711            + lib/unicode/Blocks.pl lib/unicode/In.pl lib/unicode/In/0.pl
4712            + lib/unicode/In/1.pl lib/unicode/In/10.pl lib/unicode/In/11.pl
4713            + lib/unicode/In/12.pl lib/unicode/In/13.pl lib/unicode/In/14.pl
4714            + lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
4715            + lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/2.pl
4716            + lib/unicode/In/20.pl lib/unicode/In/21.pl lib/unicode/In/22.pl
4717            + lib/unicode/In/23.pl lib/unicode/In/24.pl lib/unicode/In/25.pl
4718            + lib/unicode/In/26.pl lib/unicode/In/27.pl lib/unicode/In/28.pl
4719            + lib/unicode/In/29.pl lib/unicode/In/3.pl lib/unicode/In/30.pl
4720            + lib/unicode/In/31.pl lib/unicode/In/32.pl lib/unicode/In/33.pl
4721            + lib/unicode/In/34.pl lib/unicode/In/35.pl lib/unicode/In/36.pl
4722            + lib/unicode/In/37.pl lib/unicode/In/38.pl lib/unicode/In/39.pl
4723            + lib/unicode/In/4.pl lib/unicode/In/40.pl lib/unicode/In/41.pl
4724            + lib/unicode/In/42.pl lib/unicode/In/43.pl lib/unicode/In/44.pl
4725            + lib/unicode/In/45.pl lib/unicode/In/46.pl lib/unicode/In/47.pl
4726            + lib/unicode/In/48.pl lib/unicode/In/49.pl lib/unicode/In/5.pl
4727            + lib/unicode/In/50.pl lib/unicode/In/51.pl lib/unicode/In/52.pl
4728            + lib/unicode/In/53.pl lib/unicode/In/54.pl lib/unicode/In/55.pl
4729            + lib/unicode/In/56.pl lib/unicode/In/57.pl lib/unicode/In/58.pl
4730            + lib/unicode/In/59.pl lib/unicode/In/6.pl lib/unicode/In/60.pl
4731            + lib/unicode/In/61.pl lib/unicode/In/62.pl lib/unicode/In/63.pl
4732            + lib/unicode/In/64.pl lib/unicode/In/65.pl lib/unicode/In/66.pl
4733            + lib/unicode/In/67.pl lib/unicode/In/68.pl lib/unicode/In/69.pl
4734            + lib/unicode/In/7.pl lib/unicode/In/70.pl lib/unicode/In/71.pl
4735            + lib/unicode/In/72.pl lib/unicode/In/73.pl lib/unicode/In/74.pl
4736            + lib/unicode/In/75.pl lib/unicode/In/76.pl lib/unicode/In/77.pl
4737            + lib/unicode/In/78.pl lib/unicode/In/79.pl lib/unicode/In/8.pl
4738            + lib/unicode/In/80.pl lib/unicode/In/81.pl lib/unicode/In/82.pl
4739            + lib/unicode/In/83.pl lib/unicode/In/84.pl lib/unicode/In/85.pl
4740            + lib/unicode/In/86.pl lib/unicode/In/87.pl lib/unicode/In/88.pl
4741            + lib/unicode/In/89.pl lib/unicode/In/9.pl lib/unicode/In/90.pl
4742            + lib/unicode/In/91.pl lib/unicode/In/92.pl lib/unicode/In/93.pl
4743            + lib/unicode/In/94.pl lib/unicode/In/95.pl
4744            - lib/unicode/Block.pl
4745            - lib/unicode/In/AlphabeticPresentationForms.pl
4746            - lib/unicode/In/Arabic.pl
4747            - lib/unicode/In/ArabicPresentationForms-A.pl
4748            - lib/unicode/In/ArabicPresentationForms-B.pl
4749            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
4750            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
4751            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
4752            - lib/unicode/In/BopomofoExtended.pl
4753            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
4754            - lib/unicode/In/CJKCompatibility.pl
4755            - lib/unicode/In/CJKCompatibilityForms.pl
4756            - lib/unicode/In/CJKCompatibilityIdeographs.pl
4757            - lib/unicode/In/CJKRadicalsSupplement.pl
4758            - lib/unicode/In/CJKSymbolsandPunctuation.pl
4759            - lib/unicode/In/CJKUnifiedIdeographs.pl
4760            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
4761            - lib/unicode/In/Cherokee.pl
4762            - lib/unicode/In/CombiningDiacriticalMarks.pl
4763            - lib/unicode/In/CombiningHalfMarks.pl
4764            - lib/unicode/In/CombiningMarksforSymbols.pl
4765            - lib/unicode/In/ControlPictures.pl
4766            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
4767            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
4768            - lib/unicode/In/EnclosedAlphanumerics.pl
4769            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
4770            - lib/unicode/In/Ethiopic.pl
4771            - lib/unicode/In/GeneralPunctuation.pl
4772            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
4773            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
4774            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
4775            - lib/unicode/In/HalfwidthandFullwidthForms.pl
4776            - lib/unicode/In/HangulCompatibilityJamo.pl
4777            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
4778            - lib/unicode/In/Hebrew.pl
4779            - lib/unicode/In/HighPrivateUseSurrogates.pl
4780            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
4781            - lib/unicode/In/IPAExtensions.pl
4782            - lib/unicode/In/IdeographicDescriptionCharacters.pl
4783            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
4784            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
4785            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
4786            - lib/unicode/In/Latin-1Supplement.pl
4787            - lib/unicode/In/LatinExtended-A.pl
4788            - lib/unicode/In/LatinExtended-B.pl
4789            - lib/unicode/In/LatinExtendedAdditional.pl
4790            - lib/unicode/In/LetterlikeSymbols.pl
4791            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
4792            - lib/unicode/In/MathematicalOperators.pl
4793            - lib/unicode/In/MiscellaneousSymbols.pl
4794            - lib/unicode/In/MiscellaneousTechnical.pl
4795            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
4796            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
4797            - lib/unicode/In/OpticalCharacterRecognition.pl
4798            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
4799            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
4800            - lib/unicode/In/SmallFormVariants.pl
4801            - lib/unicode/In/SpacingModifierLetters.pl
4802            - lib/unicode/In/Specials.pl
4803            - lib/unicode/In/SuperscriptsandSubscripts.pl
4804            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
4805            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
4806            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
4807            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
4808            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
4809            ! MANIFEST lib/unicode/mktables.PL lib/utf8_heavy.pl
4810            ! pod/perlunicode.pod
4811 ____________________________________________________________________________
4812 [  9896] By: jhi                                   on 2001/04/28  14:33:17
4813         Log: Update the information on shared library path on HP-UX.
4814      Branch: perl
4815            ! INSTALL
4816 ____________________________________________________________________________
4817 [  9895] By: jhi                                   on 2001/04/28  14:32:30
4818         Log: Because #9894 seems to do the trick, this workaround can be removed.
4819      Branch: perl
4820            ! t/lib/selfstubber.t
4821 ____________________________________________________________________________
4822 [  9894] By: jhi                                   on 2001/04/28  14:26:13
4823         Log: For PerlIO flush the children's file handles (on fork/exec/system).
4824      Branch: perl
4825            ! perl.h
4826 ____________________________________________________________________________
4827 [  9893] By: jhi                                   on 2001/04/28  14:23:15
4828         Log: Test tweak for #9891.
4829      Branch: perl
4830            ! t/lib/b-deparse.t
4831 ____________________________________________________________________________
4832 [  9892] By: jhi                                   on 2001/04/28  14:10:13
4833         Log: New HP-UX hints from Merijn.
4834      Branch: perl
4835            ! hints/hpux.sh
4836 ____________________________________________________________________________
4837 [  9891] By: jhi                                   on 2001/04/28  14:07:27
4838         Log: Subject: [PATCH B::Deparse] non-block scopes
4839              From: Robin Houston <robin@kitsite.com>
4840              Date: Fri, 27 Apr 2001 19:15:14 +0100
4841              Message-ID: <20010427191514.A30951@puffinry.freeserve.co.uk>
4842      Branch: perl
4843            ! ext/B/B/Deparse.pm
4844 ____________________________________________________________________________
4845 [  9890] By: nick                                  on 2001/04/27  19:41:25
4846         Log: Integrate mainline
4847      Branch: perlio
4848           +> t/lib/selfstubber.t
4849           !> (integrate 50 files)
4850 ____________________________________________________________________________
4851 [  9889] By: jhi                                   on 2001/04/27  18:23:46
4852         Log: Subject: Re: selfstubber test fail on bleadperl
4853              From: Mike Guy <mjtg@cam.ac.uk>
4854              Date: Fri, 27 Apr 2001 19:31:18 +0100
4855              Message-Id: <E14tD1S-0001tJ-00@libra.cus.cam.ac.uk>
4856      Branch: perl
4857            ! t/lib/selfstubber.t
4858 ____________________________________________________________________________
4859 [  9888] By: jhi                                   on 2001/04/27  16:20:54
4860         Log: Test tweak for #9886.
4861      Branch: perl
4862            ! t/lib/b-deparse.t
4863 ____________________________________________________________________________
4864 [  9887] By: jhi                                   on 2001/04/27  16:16:33
4865         Log: Buffering issue at least in Solaris (even with perlio).
4866      Branch: perl
4867            ! t/lib/selfstubber.t
4868 ____________________________________________________________________________
4869 [  9886] By: jhi                                   on 2001/04/27  14:59:23
4870         Log: Subject: [PATCH B::Deparse] Human-readable pragmas &c
4871              From: Robin Houston <robin@kitsite.com>
4872              Date: Fri, 27 Apr 2001 16:53:20 +0100
4873              Message-ID: <20010427165320.A30479@puffinry.freeserve.co.uk>
4874      Branch: perl
4875            ! ext/B/B/Deparse.pm
4876 ____________________________________________________________________________
4877 [  9885] By: jhi                                   on 2001/04/27  14:23:51
4878         Log: Update Changes.
4879      Branch: perl
4880            ! Changes patchlevel.h
4881 ____________________________________________________________________________
4882 [  9884] By: jhi                                   on 2001/04/27  14:14:12
4883         Log: Subject: [DOC PATCH bleadperl] Document underscores in numeric literals
4884              From: "Philip Newton" <pnewton@gmx.de>
4885              Date: Fri, 27 Apr 2001 16:40:13 +0200
4886              Message-ID: <3AE9A0ED.5248.CEA127@localhost>
4887      Branch: perl
4888            ! pod/perldata.pod
4889 ____________________________________________________________________________
4890 [  9883] By: jhi                                   on 2001/04/27  13:28:19
4891         Log: Add LOG_PERROR; prettify the "removed".
4892      Branch: perl
4893            ! ext/Sys/Syslog/Syslog.xs
4894 ____________________________________________________________________________
4895 [  9882] By: jhi                                   on 2001/04/27  13:13:18
4896         Log: h2xs tweaks: use NV instead of double, "quote" the removed
4897              prefixes for clarity (especially when nothing is removed),
4898              slight pod reformats.
4899      Branch: perl
4900            ! utils/h2xs.PL
4901 ____________________________________________________________________________
4902 [  9881] By: jhi                                   on 2001/04/27  12:58:48
4903         Log: Don't bother creating existing directories.
4904      Branch: perl
4905            ! utils/h2xs.PL
4906 ____________________________________________________________________________
4907 [  9880] By: jhi                                   on 2001/04/27  12:45:39
4908         Log: Subject: MakeMaker 'make test' weirdness -- fix for h2xs provided
4909              From: Mike Schilli <m@perlmeister.com>
4910              Date: Wed, 25 Apr 2001 01:29:21 -0700
4911              Message-id: <3AE68AE1.6A981723@perlmeister.com>
4912      Branch: perl
4913            ! utils/h2xs.PL
4914 ____________________________________________________________________________
4915 [  9879] By: jhi                                   on 2001/04/27  12:40:55
4916         Log: break is not yet Perl.  Added the template license also to README.
4917      Branch: perl
4918            ! utils/h2xs.PL
4919 ____________________________________________________________________________
4920 [  9878] By: jhi                                   on 2001/04/27  03:08:20
4921         Log: Subject: Re: [ID 20010426.003] Not OK: perl v5.7.1 +DEVEL9849 on i686-linux-thread-multi-64int-ld 2.2.13
4922              From: Tim Jenness <t.jenness@jach.hawaii.edu>
4923              Date: Thu, 26 Apr 2001 15:30:17 -1000 (HST)
4924              Message-ID: <Pine.LNX.4.33.0104261529300.13049-100000@lapaki.jach.hawaii.edu>
4925      Branch: perl
4926            ! t/lib/xs-typemap.t
4927 ____________________________________________________________________________
4928 [  9877] By: jhi                                   on 2001/04/26  23:54:40
4929         Log: Subject: [PATCH: utils/h2xs.PL (bleadperl)] Fill in details we're likely to know.
4930              From: "Abigail" <abigail@foad.org>
4931              Date: Fri, 27 Apr 2001 01:44:28 +0200
4932              Message-ID: <20010426234428.19786.qmail@foad.org>
4933      Branch: perl
4934            ! utils/h2xs.PL
4935 ____________________________________________________________________________
4936 [  9876] By: jhi                                   on 2001/04/26  23:52:06
4937         Log: Subject: [PATCH: perl@9865] vms specific tweak to new selfstubber.t
4938              From: Peter Prymmer <pvhp@forte.com>
4939              Date: Thu, 26 Apr 2001 17:41:58 -0700 (PDT)
4940              Message-ID: <Pine.OSF.4.10.10104261738370.338047-100000@aspara.forte.com>
4941      Branch: perl
4942            ! t/lib/selfstubber.t
4943 ____________________________________________________________________________
4944 [  9875] By: jhi                                   on 2001/04/26  23:48:10
4945         Log: Deparse nits.
4946      Branch: perl
4947            ! ext/B/B/Deparse.pm t/lib/b-deparse.t
4948 ____________________________________________________________________________
4949 [  9874] By: jhi                                   on 2001/04/26  22:46:05
4950         Log: Document ANYOF_CLASS.
4951      Branch: perl
4952            ! regcomp.h
4953 ____________________________________________________________________________
4954 [  9873] By: jhi                                   on 2001/04/26  22:35:03
4955         Log: Subject: Re: [PATCH @9846] dumping ANYOF
4956              From: Hugo <hv@crypt.compulink.co.uk>
4957              Date: Thu, 26 Apr 2001 23:33:38 +0100
4958              Message-Id: <200104262233.XAA22352@crypt.compulink.co.uk>
4959      Branch: perl
4960            ! regcomp.c regcomp.h
4961 ____________________________________________________________________________
4962 [  9872] By: jhi                                   on 2001/04/26  22:34:31
4963         Log: Subject: [PATCH] more for Devel::SelfStubber
4964              From: Nicholas Clark <nick@ccl4.org>
4965              Date: Fri, 27 Apr 2001 00:13:52 +0100
4966              Message-ID: <20010427001351.K88186@plum.flirble.org>
4967      Branch: perl
4968            ! lib/Devel/SelfStubber.pm lib/SelfLoader.pm t/lib/selfstubber.t
4969 ____________________________________________________________________________
4970 [  9871] By: jhi                                   on 2001/04/26  21:59:17
4971         Log: Subject: [PATCH B::Deparse] formats must be flush left
4972              From: Robin Houston <robin@kitsite.com>
4973              Date: Thu, 26 Apr 2001 23:54:29 +0100
4974              Message-ID: <20010426235429.A28747@puffinry.freeserve.co.uk>
4975      Branch: perl
4976            ! ext/B/B/Deparse.pm
4977 ____________________________________________________________________________
4978 [  9870] By: jhi                                   on 2001/04/26  21:57:37
4979         Log: If some of the constants are prefixes of others,
4980              the prefixes may never get recognized.  (See 20010426.006.)
4981      Branch: perl
4982            ! utils/h2xs.PL
4983 ____________________________________________________________________________
4984 [  9869] By: jhi                                   on 2001/04/26  21:50:42
4985         Log: Subject: [ID 20010426.006] Sys::Syslog ignores LOG_AUTH constant
4986              From: Chris Bongaarts <cab@tc.umn.edu>
4987              Date: Thu, 26 Apr 2001 17:10:31 -0500
4988              Message-Id: <iss.2042.3ae89cd7.6cfba.1@earth.tc.umn.edu>
4989      Branch: perl
4990            ! ext/Sys/Syslog/Syslog.xs
4991 ____________________________________________________________________________
4992 [  9868] By: jhi                                   on 2001/04/26  21:35:12
4993         Log: Further cuts and more docs from Graham Barr.
4994      Branch: perl
4995            ! ext/List/Util/lib/List/Util.pm
4996            ! ext/List/Util/lib/Scalar/Util.pm
4997 ____________________________________________________________________________
4998 [  9867] By: jhi                                   on 2001/04/26  21:18:57
4999         Log: Subject: [PATCH 5.7.1] DB_File-1.77
5000              From: "Paul Marquess" <Paul.Marquess@Openwave.com>
5001              Date: Thu, 26 Apr 2001 22:37:53 +0100
5002              Message-ID: <000a01c0ce99$269cc3e0$99dcfea9@bfs.phone.com>
5003      Branch: perl
5004            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
5005            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
5006 ____________________________________________________________________________
5007 [  9866] By: jhi                                   on 2001/04/26  21:12:31
5008         Log: Subject: [PATCH B::Deparse] fix easy bugs
5009              From: Robin Houston <robin@kitsite.com>
5010              Date: Thu, 26 Apr 2001 23:03:33 +0100
5011              Message-ID: <20010426230333.A28657@puffinry.freeserve.co.uk>
5012      Branch: perl
5013            ! ext/B/B/Deparse.pm
5014 ____________________________________________________________________________
5015 [  9865] By: jhi                                   on 2001/04/26  20:26:13
5016         Log: Update Changes.
5017      Branch: perl
5018            ! Changes patchlevel.h
5019 ____________________________________________________________________________
5020 [  9864] By: jhi                                   on 2001/04/26  19:27:48
5021         Log: Dethinko from Robin Houston.
5022      Branch: perl
5023            ! ext/B/B/Deparse.pm
5024 ____________________________________________________________________________
5025 [  9863] By: jhi                                   on 2001/04/26  19:10:35
5026         Log: Subject: [PATCH B::Deparse] C<$x = /(.)/> ne C<($x) = /(.)/>
5027              From: Robin Houston <robin@kitsite.com>
5028              Date: Thu, 26 Apr 2001 21:08:32 +0100
5029              Message-ID: <20010426210832.A28419@puffinry.freeserve.co.uk>
5030      Branch: perl
5031            ! ext/B/B/Deparse.pm
5032 ____________________________________________________________________________
5033 [  9862] By: jhi                                   on 2001/04/26  19:04:23
5034         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
5035              From: Robin Houston <robin@kitsite.com>
5036              Date: Thu, 26 Apr 2001 20:52:50 +0100
5037              Message-ID: <20010426205249.A28328@puffinry.freeserve.co.uk>
5038      Branch: perl
5039            ! ext/B/B/Deparse.pm
5040 ____________________________________________________________________________
5041 [  9861] By: jhi                                   on 2001/04/26  18:56:14
5042         Log: Subject: Re: [PATCH] UNIVERSAL shouldn't require Exporter
5043              From: Mike Guy <mjtg@cam.ac.uk>
5044              Date: Thu, 26 Apr 2001 14:22:40 +0100
5045              Message-Id: <E14sljE-0003X9-00@libra.cus.cam.ac.uk>
5046      Branch: perl
5047            ! pod/perlobj.pod
5048 ____________________________________________________________________________
5049 [  9860] By: jhi                                   on 2001/04/26  18:46:42
5050         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
5051              From: Robin Houston <robin@kitsite.com>
5052              Date: Thu, 26 Apr 2001 20:34:29 +0100
5053              Message-ID: <20010426203429.A28261@puffinry.freeserve.co.uk>
5054              
5055              Hashes do not interpolate.
5056      Branch: perl
5057            ! ext/B/B/Deparse.pm
5058 ____________________________________________________________________________
5059 [  9859] By: jhi                                   on 2001/04/26  18:43:51
5060         Log: Subject: The Time::Piece conspiracy unmasked!!!
5061              From: Mike Guy <mjtg@cam.ac.uk>
5062              Date: Thu, 26 Apr 2001 19:02:50 +0100
5063              Message-Id: <E14sq6M-0002g9-00@libra.cus.cam.ac.uk>
5064              
5065              Subject: [PATCH] that's enough UNIVERSAL stuff for one day ...
5066              From: Mike Guy <mjtg@cam.ac.uk>
5067              Date: Thu, 26 Apr 2001 19:08:21 +0100
5068              Message-Id: <E14sqBh-0002mI-00@libra.cus.cam.ac.uk>
5069              
5070              Subject: Re: [PATCH] that's enough UNIVERSAL stuff for one day ...
5071              From: Graham Barr <gbarr@pobox.com>
5072              Date: Thu, 26 Apr 2001 19:12:03 +0100
5073              Message-ID: <20010426191203.A70835@pobox.com>
5074              
5075              Eradicate UNIVERSAL (Mike) and remove the fallback Perl code (Graham)
5076      Branch: perl
5077            ! ext/List/Util/lib/List/Util.pm
5078            ! ext/List/Util/lib/Scalar/Util.pm ext/Time/Piece/Piece.pm gv.c
5079 ____________________________________________________________________________
5080 [  9858] By: jhi                                   on 2001/04/26  18:17:42
5081         Log: Subject: [PATCH t/comp/proto.t] disable correct warning
5082              From: Robin Houston <robin@kitsite.com>
5083              Date: Thu, 26 Apr 2001 16:09:35 +0100
5084              Message-ID: <20010426160934.A27140@puffinry.freeserve.co.uk>
5085      Branch: perl
5086            ! t/comp/proto.t
5087 ____________________________________________________________________________
5088 [  9857] By: jhi                                   on 2001/04/26  18:04:59
5089         Log: Subject: Re: [PATCH perldiag.pod] Re: [PATCH] Re: Useless use of constants other than 0,1 in void context?
5090              From: barries <barries@slaysys.com>
5091              Date: Thu, 26 Apr 2001 12:01:10 -0400
5092              Message-ID: <20010426120110.E29698@jester.slaysys.com>
5093      Branch: perl
5094            ! pod/perldiag.pod
5095 ____________________________________________________________________________
5096 [  9856] By: jhi                                   on 2001/04/26  18:03:33
5097         Log: Subject: [PATCH B::Deparse] fix string uninterpretation
5098              Date: Thu, 26 Apr 2001 17:13:41 +0100
5099              From: Robin Houston <robin@kitsite.com>
5100              Message-ID: <20010426171341.A27299@puffinry.freeserve.co.uk>
5101              
5102              Subject: Re: [PATCH B::Deparse] fix string uninterpretation
5103              From: Robin Houston <robin@kitsite.com>
5104              Date: Thu, 26 Apr 2001 18:44:29 +0100
5105              Message-ID: <20010426184429.A27734@puffinry.freeserve.co.uk>
5106      Branch: perl
5107            ! ext/B/B/Deparse.pm
5108 ____________________________________________________________________________
5109 [  9855] By: jhi                                   on 2001/04/26  17:56:04
5110         Log: Subject: [PATCH B::Deparse] filetests, open(my $x,...), warnings, formats &c
5111              From: Robin Houston <robin@kitsite.com>
5112              Date: Thu, 26 Apr 2001 17:04:08 +0100
5113              Message-ID: <20010426170408.A27257@puffinry.freeserve.co.uk>
5114      Branch: perl
5115            ! ext/B/B/Deparse.pm
5116 ____________________________________________________________________________
5117 [  9854] By: jhi                                   on 2001/04/26  17:47:26
5118         Log: Subject: Re: Short test case for undef %stash:: crash
5119              From: Benjamin Sugars <bsugars@canoe.ca> 
5120              Date: Mon, 23 Apr 2001 16:59:33 -0400 (EDT) 
5121              Message-ID: <Pine.LNX.4.21.0104231623520.790-100000@marmot.rim.canoe.ca>
5122              Changed and moved the perldiag entry.
5123      Branch: perl
5124            ! gv.c pod/perldiag.pod
5125 ____________________________________________________________________________
5126 [  9853] By: jhi                                   on 2001/04/26  14:35:16
5127         Log: Beginnings of strptime().  Do not touch the wet paint.
5128      Branch: perl
5129            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
5130 ____________________________________________________________________________
5131 [  9852] By: jhi                                   on 2001/04/26  13:17:21
5132         Log: Retract #9851, core dumps from pod2man.
5133      Branch: perl
5134            ! regcomp.c
5135 ____________________________________________________________________________
5136 [  9851] By: jhi                                   on 2001/04/26  11:54:41
5137         Log: (Retracted by #9852.)
5138              
5139              Subject: [PATCH @9846] dumping ANYOF
5140              From: Hugo <hv@crypt.compulink.co.uk>
5141              Date: Thu, 26 Apr 2001 05:32:38 +0100
5142              Message-Id: <200104260432.FAA12669@crypt.compulink.co.uk>
5143      Branch: perl
5144            ! regcomp.c
5145 ____________________________________________________________________________
5146 [  9850] By: jhi                                   on 2001/04/26  02:34:44
5147         Log: If ccflags was empty the _previous_ $* containing all the
5148              environment variables and Configure variables was used,
5149              which lead, among other bad things, into $ccflags being your
5150              uname -a output, which lead into test compile with cc failing,
5151              which lead into gcc being selected, which didn't work that well
5152              since gcc (ancient 2.8.1 in that particular box) wasn't too happy
5153              with large files, et cetera.
5154      Branch: perl
5155            ! hints/hpux.sh
5156 ____________________________________________________________________________
5157 [  9849] By: jhi                                   on 2001/04/26  01:44:57
5158         Log: Make selfstubber test more portable.
5159      Branch: perl
5160            ! t/lib/selfstubber.t
5161 ____________________________________________________________________________
5162 [  9848] By: jhi                                   on 2001/04/26  00:50:26
5163         Log: Subject: Re: [PATCH: perl@9841] fix a typo for Cwd.xs
5164              From: Benjamin Sugars <ben.sugars@home.com>
5165              Date: Wed, 25 Apr 2001 21:47:37 -0400 (EDT)
5166              Message-ID: <Pine.LNX.4.21.0104252145280.30055-100000@localhost.localdomain>
5167      Branch: perl
5168            ! ext/Cwd/Cwd.xs
5169 ____________________________________________________________________________
5170 [  9847] By: jhi                                   on 2001/04/26  00:46:58
5171         Log: Subject: [PATCH: perl@9841] VMS updates
5172              From: Peter Prymmer <pvhp@forte.com>
5173              Date: Wed, 25 Apr 2001 18:43:27 -0700 (PDT)
5174              Message-ID: <Pine.OSF.4.10.10104251842130.257877-100000@aspara.forte.com>
5175      Branch: perl
5176            ! README.vms configure.com vms/descrip_mms.template
5177            ! vms/ext/filespec.t
5178 ____________________________________________________________________________
5179 [  9846] By: jhi                                   on 2001/04/26  00:11:56
5180         Log: re 'debug' was broken by #9084.
5181      Branch: perl
5182            ! ext/re/re.xs
5183 ____________________________________________________________________________
5184 [  9845] By: jhi                                   on 2001/04/25  22:33:17
5185         Log: Subject: [PATCH] test for Devel::SelfStubber
5186              From: Nicholas Clark <nick@ccl4.org>
5187              Date: Thu, 26 Apr 2001 00:00:54 +0100
5188              Message-ID: <20010426000054.D89026@plum.flirble.org>
5189      Branch: perl
5190            + t/lib/selfstubber.t
5191            ! MANIFEST lib/Devel/SelfStubber.pm t/lib/1_compile.t
5192 ____________________________________________________________________________
5193 [  9844] By: jhi                                   on 2001/04/25  22:29:32
5194         Log: Subject: Re: [PATCH 5.7.1] B::Concise and extra variables
5195              From: Paul Johnson <paul@pjcj.net>
5196              Date: Thu, 26 Apr 2001 00:46:08 +0200
5197              Message-ID: <20010426004608.H2338@pjcj.net>
5198      Branch: perl
5199            ! ext/B/B/Concise.pm
5200 ____________________________________________________________________________
5201 [  9843] By: jhi                                   on 2001/04/25  22:28:28
5202         Log: Subject: [PATCH: perl@9841] fix a typo for Cwd.xs
5203              From: Peter Prymmer <pvhp@forte.com>
5204              Date: Wed, 25 Apr 2001 16:18:44 -0700 (PDT)
5205              Message-ID: <Pine.OSF.4.10.10104251614200.257877-100000@aspara.forte.com>
5206      Branch: perl
5207            ! ext/Cwd/Cwd.xs
5208 ____________________________________________________________________________
5209 [  9842] By: jhi                                   on 2001/04/25  20:58:12
5210         Log: Subject: Re: [ID 20010422.002] 5.7.1 Breaks "use Module(version)"
5211              From: John Peacock <jpeacock@rowman.com>
5212              Date: Wed, 25 Apr 2001 17:30:26 -0400
5213              Message-ID: <3AE741F2.B3217464@rowman.com>
5214      Branch: perl
5215            ! lib/Math/BigInt.pm t/lib/bigintpm.t
5216 ____________________________________________________________________________
5217 [  9841] By: jhi                                   on 2001/04/25  20:07:05
5218         Log: Update Changes.
5219      Branch: perl
5220            ! Changes patchlevel.h
5221 ____________________________________________________________________________
5222 [  9840] By: jhi                                   on 2001/04/25  19:56:51
5223         Log: Yet another HP-UX hints version from Merijn.
5224      Branch: perl
5225            ! hints/hpux.sh
5226 ____________________________________________________________________________
5227 [  9839] By: jhi                                   on 2001/04/25  19:53:04
5228         Log: abs_path() didn't terminate the filename correctly,
5229              in DIRNAMLENless systems like HP-UX this would fail.
5230      Branch: perl
5231            ! ext/Cwd/Cwd.xs
5232 ____________________________________________________________________________
5233 [  9838] By: jhi                                   on 2001/04/25  16:37:26
5234         Log: Subject: [PATCH] Re: Useless use of constants other than 0,1 in void context?
5235              From: Mike Guy <mjtg@cam.ac.uk>
5236              Date: Wed, 25 Apr 2001 18:31:47 +0100
5237              Message-Id: <E14sT8l-0004IE-00@libra.cus.cam.ac.uk>
5238      Branch: perl
5239            ! op.c
5240 ____________________________________________________________________________
5241 [  9837] By: jhi                                   on 2001/04/25  16:21:53
5242         Log: Subject: Re: patch to perl5db.pl (formatting of h h screen)
5243              From: Jon Eveland <jweveland@yahoo.com>
5244              Date: Wed, 25 Apr 2001 09:42:46 -0700 (PDT)
5245              Message-ID: <20010425164246.21611.qmail@web10405.mail.yahoo.com>
5246      Branch: perl
5247            ! lib/perl5db.pl
5248 ____________________________________________________________________________
5249 [  9836] By: jhi                                   on 2001/04/25  14:17:50
5250         Log: Subject: [PATCH bleadperl] Porting/patching.pod: update version number format
5251              From: "Philip Newton" <pnewton@gmx.de>
5252              Date: Wed, 25 Apr 2001 17:05:58 +0200
5253              Message-ID: <3AE703F6.3234.1833C45@localhost>
5254      Branch: perl
5255            ! Porting/patching.pod
5256 ____________________________________________________________________________
5257 [  9835] By: jhi                                   on 2001/04/25  13:58:07
5258         Log: It would seem that both ar and full_ar need to be overridden
5259              for HP-UX to avoid the GNU ar.
5260      Branch: perl
5261            ! hints/hpux.sh
5262 ____________________________________________________________________________
5263 [  9834] By: jhi                                   on 2001/04/25  13:50:40
5264         Log: Subject: Re: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
5265              From: "Philip Newton" <pnewton@gmx.de>
5266              Date: Wed, 25 Apr 2001 16:09:23 +0200
5267              Message-ID: <3AE6F6B3.30503.14F6DEB@localhost>
5268              
5269              Detypo.
5270      Branch: perl
5271            ! t/op/misc.t
5272 ____________________________________________________________________________
5273 [  9833] By: jhi                                   on 2001/04/25  12:36:11
5274         Log: In HP-UX set ar to /usr/bin/ar but only iff none set.
5275      Branch: perl
5276            ! hints/hpux.sh
5277 ____________________________________________________________________________
5278 [  9832] By: jhi                                   on 2001/04/25  12:33:36
5279         Log: New version of HP-UX hints from Merijn.
5280      Branch: perl
5281            ! hints/hpux.sh
5282 ____________________________________________________________________________
5283 [  9831] By: jhi                                   on 2001/04/25  03:39:45
5284         Log: Reintroduce the avoidance of mixing HP-UX cc and GNU ar.
5285      Branch: perl
5286            ! hints/hpux.sh
5287 ____________________________________________________________________________
5288 [  9830] By: jhi                                   on 2001/04/25  02:53:25
5289         Log: The tzname[] bit is not needed by util.c -- and causes
5290              heartburn in VMS (and it missing was probably the cause of
5291              the Mac OS X trouble).  Ouch.
5292      Branch: perl
5293            ! ext/POSIX/POSIX.xs util.c
5294 ____________________________________________________________________________
5295 [  9829] By: jhi                                   on 2001/04/25  00:10:06
5296         Log: Metaconfig unit change for #9828.
5297      Branch: metaconfig
5298            ! U/compline/ccflags.U
5299 ____________________________________________________________________________
5300 [  9828] By: jhi                                   on 2001/04/25  00:04:18
5301         Log: Allow setting cppflags hints.  This may affect Darwin (Mac OS X)
5302              (which is actually the reason for the change, we need to pass
5303              cppflags='-traditional-cpp' so that Errno builds right), Dynix/ptx,
5304              EP/IX, OS/2, and TitanOS, based on the hints files.
5305      Branch: perl
5306            ! Configure config_h.SH
5307 ____________________________________________________________________________
5308 [  9827] By: jhi                                   on 2001/04/24  23:49:20
5309         Log: makedepend.SH patch for AmigaOS from Jan-Erik Karlsson;
5310              the $cat must have an absolute path.
5311      Branch: perl
5312            ! makedepend.SH
5313 ____________________________________________________________________________
5314 [  9826] By: jhi                                   on 2001/04/24  23:40:53
5315         Log: 5.7.1-updated README.amiga from Jan-Erik Karlsson.
5316      Branch: perl
5317            ! README.amiga
5318 ____________________________________________________________________________
5319 [  9825] By: jhi                                   on 2001/04/24  23:35:35
5320         Log: Subject: [ID 20010424.002] [PATCH bleadperl] find2perl: prototypes and doexec
5321              From: "Philip Newton" <pnewton@gmx.de>
5322              Date: Tue, 24 Apr 2001 18:52:49 +0200
5323              Message-Id: <3AE5CB81.12234.1FC246F@localhost>
5324      Branch: perl
5325            ! x2p/find2perl.PL
5326 ____________________________________________________________________________
5327 [  9824] By: jhi                                   on 2001/04/24  23:33:07
5328         Log: New HP-UX hints from Jeff and Merijn, should work with IA-64.
5329              Some gcc specifics dropped out due to extensive rewriting;
5330              will be put back later as needed.
5331      Branch: perl
5332            ! hints/hpux.sh
5333 ____________________________________________________________________________
5334 [  9823] By: jhi                                   on 2001/04/24  23:27:57
5335         Log: Mac OS X patch for missing tzname definition from Paul Schinder.
5336      Branch: perl
5337            ! ext/POSIX/POSIX.xs
5338 ____________________________________________________________________________
5339 [  9822] By: jhi                                   on 2001/04/24  23:25:21
5340         Log: Subject: Re: [ID 20010421.032] Not OK: perl v5.7.1 +DEVEL9717 on sun4-solaris-64int-ld-stdio 2.8 (UNINSTALLED)
5341              From: Tim Jenness <t.jenness@jach.hawaii.edu>
5342              Date: Tue, 24 Apr 2001 11:29:28 -1000 (HST)
5343              Message-ID: <Pine.LNX.4.30.0104241123020.5085-100000@lapaki.jach.hawaii.edu>
5344      Branch: perl
5345            ! ext/XS/Typemap/Typemap.xs
5346 ____________________________________________________________________________
5347 [  9821] By: jhi                                   on 2001/04/24  23:24:10
5348         Log: Subject: [PATCH: pod/perlport.pod] Updated email addresses.
5349              From: "Abigail" <abigail@foad.org>
5350              Date: Tue, 24 Apr 2001 23:12:03 +0200
5351              Message-ID: <20010424211203.7901.qmail@foad.org>
5352      Branch: perl
5353            ! pod/perlport.pod
5354 ____________________________________________________________________________
5355 [  9820] By: jhi                                   on 2001/04/24  23:23:15
5356         Log: Subject: [PATCH pod/perlfaq4.pod] Time::Piece additions
5357              From: Matt Sergeant <matt@sergeant.org>
5358              Date: Tue, 24 Apr 2001 16:48:17 +0100 (BST)
5359              Message-ID: <Pine.LNX.4.30.0104241645030.32279-100000@ted.sergeant.org>
5360      Branch: perl
5361            ! pod/perlfaq4.pod
5362 ____________________________________________________________________________
5363 [  9819] By: nick                                  on 2001/04/24  18:49:43
5364         Log: Integrate mainline.
5365      Branch: perlio
5366           +> t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
5367           !> (integrate 37 files)
5368 ____________________________________________________________________________
5369 [  9818] By: jhi                                   on 2001/04/24  14:35:23
5370         Log: Update Changes.
5371      Branch: perl
5372            ! Changes patchlevel.h
5373 ____________________________________________________________________________
5374 [  9817] By: jhi                                   on 2001/04/24  14:09:17
5375         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries 
5376              From: "Philip Newton" <pnewton@gmx.de>
5377              Date: Tue, 24 Apr 2001 12:58:12 +0200
5378              Message-ID: <3AE57864.8304.B77A0A@localhost> 
5379              
5380              plus add CPAN to the list of modules that have their own tests.
5381      Branch: perl
5382            ! t/lib/1_compile.t
5383 ____________________________________________________________________________
5384 [  9816] By: jhi                                   on 2001/04/24  14:07:03
5385         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries
5386              From: Michael G Schwern <schwern@pobox.com>
5387              Date: Sat, 21 Apr 2001 22:35:00 +0100
5388              Message-ID: <20010421223500.N2946@blackrider.blackstar.co.uk>
5389      Branch: perl
5390            ! t/lib/1_compile.t
5391 ____________________________________________________________________________
5392 [  9815] By: jhi                                   on 2001/04/24  13:54:32
5393         Log: Subject: Re: [ID 20010423.006] Test failed in perl@9794
5394              From: Robin Houston <robin@kitsite.com>
5395              Date: Tue, 24 Apr 2001 15:51:18 +0100
5396              Message-ID: <20010424155118.A22913@puffinry.freeserve.co.uk>
5397      Branch: perl
5398            ! ext/B/B/Deparse.pm
5399 ____________________________________________________________________________
5400 [  9814] By: jhi                                   on 2001/04/24  13:17:34
5401         Log: Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
5402              From: Bill Glicker <billg@burrelles.com>
5403              Date: Tue, 24 Apr 2001 09:22:40 -0400 (EDT)
5404              Message-ID: <Pine.SCO.4.30.0104240918160.13514-100000@laura.burrelles.com>
5405      Branch: perl
5406            ! hints/svr5.sh
5407 ____________________________________________________________________________
5408 [  9813] By: jhi                                   on 2001/04/24  12:54:23
5409         Log: Prevent path disclosure (probing for existence of filenames)
5410              using suidperl; bug id 20010322.218.
5411      Branch: perl
5412            ! perl.c pod/perldiag.pod
5413 ____________________________________________________________________________
5414 [  9812] By: jhi                                   on 2001/04/24  12:08:36
5415         Log: Retract #9811.
5416      Branch: perl
5417            ! ext/POSIX/POSIX.xs
5418 ____________________________________________________________________________
5419 [  9811] By: jhi                                   on 2001/04/24  11:57:35
5420         Log: (Retracted by #9812.)
5421      Branch: perl
5422            ! ext/POSIX/POSIX.xs
5423 ____________________________________________________________________________
5424 [  9810] By: jhi                                   on 2001/04/24  03:32:35
5425         Log: Fix for 20010219.013, "perlio perl -we tell goes SEGV".
5426      Branch: perl
5427            ! util.c
5428 ____________________________________________________________________________
5429 [  9809] By: jhi                                   on 2001/04/24  03:16:13
5430         Log: The Math::BigFloat::import() was broken.
5431              (Fixes bug id 20010422.002.)
5432      Branch: perl
5433            ! lib/Math/BigFloat.pm
5434 ____________________________________________________________________________
5435 [  9808] By: jhi                                   on 2001/04/24  01:11:40
5436         Log: Additional dependencies; should help for parallel makes
5437              not to fail on missing lib/lib.pm or lib/re.pm.
5438      Branch: perl
5439            ! Makefile.SH
5440 ____________________________________________________________________________
5441 [  9807] By: jhi                                   on 2001/04/24  00:57:01
5442         Log: Update the test failure disclaimer.
5443      Branch: perl
5444            ! t/pragma/warn/pp_hot
5445 ____________________________________________________________________________
5446 [  9806] By: jhi                                   on 2001/04/24  00:54:04
5447         Log: Add make target "install-all" which is alias for "install"
5448              to cater for case-preserving filesystems like HFS+.
5449      Branch: perl
5450            ! INSTALL Makefile.SH
5451 ____________________________________________________________________________
5452 [  9805] By: jhi                                   on 2001/04/24  00:47:28
5453         Log: Subject: Re: 5.6.1 darwin Configure fails to extract Makefile
5454              From: Peter Prymmer <pvhp@forte.com>
5455              Date: Wed, 11 Apr 2001 10:43:52 -0700 (PDT)
5456              Message-ID: <Pine.OSF.4.10.10104111038480.113314-100000@aspara.forte.com>
5457              
5458              (Ken William's message forwarded from macosx@perl.org)
5459      Branch: perl
5460            ! hints/darwin.sh
5461 ____________________________________________________________________________
5462 [  9804] By: jhi                                   on 2001/04/23  23:57:35
5463         Log: Cut-and-pasto.
5464      Branch: perl
5465            ! perlio.c
5466 ____________________________________________________________________________
5467 [  9803] By: jhi                                   on 2001/04/23  23:52:25
5468         Log: More PerlIO robustness.
5469      Branch: perl
5470            ! perlio.c
5471 ____________________________________________________________________________
5472 [  9802] By: jhi                                   on 2001/04/23  23:43:35
5473         Log: Make the "STD* opened only for ..." errors more consistent.
5474      Branch: perl
5475            ! doio.c
5476 ____________________________________________________________________________
5477 [  9801] By: jhi                                   on 2001/04/23  23:34:26
5478         Log: Test case for #9800.
5479      Branch: perl
5480            ! t/op/misc.t
5481 ____________________________________________________________________________
5482 [  9800] By: jhi                                   on 2001/04/23  23:14:43
5483         Log: Avoid coredump on 'close STDERR; die' by making
5484              the PerlIO calls more robust.  Also use SETERRNO()
5485              instead of errno = to be more VMS-ready.
5486      Branch: perl
5487            ! perlio.c
5488 ____________________________________________________________________________
5489 [  9799] By: jhi                                   on 2001/04/23  21:41:10
5490         Log: Subject: test for ID 20010423.002
5491              From: Robin Houston <robin@kitsite.com>
5492              Date: Mon, 23 Apr 2001 16:52:21 +0100
5493              Message-ID: <20010423165221.A20739@puffinry.freeserve.co.uk>
5494      Branch: perl
5495            ! t/op/avhv.t
5496 ____________________________________________________________________________
5497 [  9798] By: jhi                                   on 2001/04/23  21:40:07
5498         Log: Subject: patch to installperl (change warn to print STDERR in sub yn)
5499              From: David Dyck <dcd@tc.fluke.com>
5500              Date: Mon, 23 Apr 2001 10:19:46 -0700 (PDT)
5501              Message-ID: <Pine.LNX.4.33.0104231018270.10985-100000@dd.tc.fluke.com>
5502      Branch: perl
5503            ! installperl
5504 ____________________________________________________________________________
5505 [  9797] By: jhi                                   on 2001/04/23  21:37:56
5506         Log: Subject: [PATCH] Implement Cwd::abs_path in XS
5507              From: Benjamin Sugars <bsugars@canoe.ca>
5508              Date: Mon, 23 Apr 2001 11:59:48 -0400 (EDT)
5509              Message-ID: <Pine.LNX.4.21.0104231151340.3238-100000@marmot.rim.canoe.ca>
5510      Branch: perl
5511            ! ext/Cwd/Cwd.xs lib/Cwd.pm
5512 ____________________________________________________________________________
5513 [  9796] By: jhi                                   on 2001/04/23  21:29:24
5514         Log: Synchronize h2xs and pod2man some more on the documentation
5515              templates they propose.
5516      Branch: perl
5517            ! pod/pod2man.PL utils/h2xs.PL
5518 ____________________________________________________________________________
5519 [  9795] By: jhi                                   on 2001/04/23  17:30:40
5520         Log: Add one more naughty test for base64; make encoding logic cleaner.
5521      Branch: perl
5522            ! t/lib/mimeb64.t
5523 ____________________________________________________________________________
5524 [  9794] By: jhi                                   on 2001/04/23  13:51:32
5525         Log: Update Changes.
5526      Branch: perl
5527            ! Changes patchlevel.h
5528 ____________________________________________________________________________
5529 [  9793] By: jhi                                   on 2001/04/23  13:44:18
5530         Log: Duplicate lines.
5531      Branch: perl
5532            ! MANIFEST
5533 ____________________________________________________________________________
5534 [  9792] By: jhi                                   on 2001/04/23  13:39:13
5535         Log: Subject: Re: PATCH 5.7.1
5536              From: Mark-Jason Dominus <mjd@plover.com>
5537              Date: Mon, 23 Apr 2001 10:30:21 -0400
5538              Message-ID: <20010423143021.17335.qmail@plover.com>
5539      Branch: perl
5540            ! perl.h sv.c
5541 ____________________________________________________________________________
5542 [  9791] By: jhi                                   on 2001/04/23  13:32:40
5543         Log: Add the CPAN.pm 1.59_54 tests.
5544      Branch: perl
5545            + t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
5546            ! MANIFEST
5547 ____________________________________________________________________________
5548 [  9790] By: jhi                                   on 2001/04/23  13:21:55
5549         Log: Subject: Deparse nit
5550              From: Robin Houston <robin@kitsite.com>
5551              Date: Mon, 23 Apr 2001 12:38:20 +0100
5552              Message-ID: <20010423123820.A19945@puffinry.freeserve.co.uk>
5553      Branch: perl
5554            ! ext/B/B/Deparse.pm
5555 ____________________________________________________________________________
5556 [  9789] By: jhi                                   on 2001/04/23  13:19:07
5557         Log: Subject: [PATCH] bug 20010423.002
5558              From: Robin Houston <robin@kitsite.com>
5559              Date: Mon, 23 Apr 2001 13:12:30 +0100
5560              Message-ID: <20010423131230.A20074@puffinry.freeserve.co.uk>
5561      Branch: perl
5562            ! pp.c
5563 ____________________________________________________________________________
5564 [  9788] By: jhi                                   on 2001/04/23  13:02:49
5565         Log: Subject: PATCH [5.7.1] hv.c unused #define
5566              From: Mark-Jason Dominus <mjd@plover.com>
5567              Date: Sun, 22 Apr 2001 14:17:49 -0400
5568              Message-ID: <20010422181749.26976.qmail@plover.com>
5569      Branch: perl
5570            ! hv.c
5571 ____________________________________________________________________________
5572 [  9787] By: jhi                                   on 2001/04/23  13:02:02
5573         Log: Subject: PATCH 5.7.1
5574              From: Mark-Jason Dominus <mjd@plover.com>
5575              Date: Sun, 22 Apr 2001 15:12:57 -0400
5576              Message-ID: <20010422191258.6539.qmail@plover.com>
5577              
5578              plus Sarathy's STMT_START + STMT_END suggestion.
5579      Branch: perl
5580            ! perl.h
5581 ____________________________________________________________________________
5582 [  9786] By: jhi                                   on 2001/04/23  12:53:25
5583         Log: Fix for
5584              
5585              Subject: [ID 20010423.001] perlapi documentation inconsistency (SvGROW)
5586              From: dLux <dlux@spam.sch.bme.hu>
5587              Date: Mon, 23 Apr 2001 01:25:26 +0200
5588              Message-Id: <E14rTEM-0000CB-00@dl.sch.bme.hu>
5589              
5590              (SvGROW really does return a char *.)
5591      Branch: perl
5592            ! pod/perlapi.pod sv.h
5593 ____________________________________________________________________________
5594 [  9785] By: jhi                                   on 2001/04/23  04:34:04
5595         Log: Time::Piece work continues.  $t->day removed since
5596              I think it's too confusing.  Now has normal and
5597              abbreviated length weekday names and month names,
5598              the names change with _names(), not _list().
5599              Now has strftime() in Perl, _strftime() is
5600              the libc version (to which strftime() falls back
5601              if it doesn't know the format.  To do: the reverse
5602              of strftime, strptime(), and the localisation of both.
5603      Branch: perl
5604            ! ext/Time/Piece/Piece.pm ext/Time/Piece/Piece.xs
5605            ! t/lib/time-piece.t
5606 ____________________________________________________________________________
5607 [  9784] By: jhi                                   on 2001/04/23  02:41:46
5608         Log: Subject: Re: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using ' 
5609              From: andreas.koenig@anima.de (Andreas J. Koenig)
5610              Date: 23 Apr 2001 05:20:55 +0200
5611              Message-ID: <m3ofto5mjs.fsf@ak-71.mind.de>
5612      Branch: perl
5613            ! t/pragma/overload.t
5614 ____________________________________________________________________________
5615 [  9783] By: jhi                                   on 2001/04/22  23:32:42
5616         Log: Subject: [PATCH B::Deparse] Distinguish package variables, if necessary
5617              From: Robin Houston <robin@kitsite.com>
5618              Date: Mon, 23 Apr 2001 00:38:18 +0100
5619              Message-ID: <20010423003818.A19109@puffinry.freeserve.co.uk>
5620      Branch: perl
5621            ! ext/B/B/Deparse.pm
5622 ____________________________________________________________________________
5623 [  9782] By: jhi                                   on 2001/04/22  20:55:43
5624         Log: Subject: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using '
5625              From: Simon Cozens <simon@netthink.co.uk>
5626              Date: Sun, 22 Apr 2001 18:47:25 +0100
5627              Message-ID: <20010422184725.A14411@netthink.co.uk>
5628      Branch: perl
5629            ! sv.c t/pragma/overload.t
5630 ____________________________________________________________________________
5631 [  9781] By: jhi                                   on 2001/04/22  20:52:13
5632         Log: Subject: [PATCH] Support BEGIN blocks in B::Deparse (& more)
5633              From: Robin Houston <robin@kitsite.com>
5634              Date: Sun, 22 Apr 2001 22:14:50 +0100
5635              Message-ID: <20010422221450.A18921@puffinry.freeserve.co.uk>
5636      Branch: perl
5637            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
5638 ____________________________________________________________________________
5639 [  9780] By: nick                                  on 2001/04/22  20:40:31
5640         Log: Integrate mainline.
5641      Branch: perlio
5642           +> t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
5643           +> t/lib/b-stash.t
5644           !> (integrate 38 files)
5645 ____________________________________________________________________________
5646 [  9779] By: jhi                                   on 2001/04/22  15:16:03
5647         Log: Subject: IO::Socket::INET patch
5648              From: andrew deryabin <djsf@technarchy.ru>
5649              Date: Sat, 21 Apr 2001 17:46:52 +0400
5650              Message-ID: <20010421174652.B1426@technarchy>
5651      Branch: perl
5652            ! ext/IO/lib/IO/Socket/INET.pm
5653 ____________________________________________________________________________
5654 [  9778] By: jhi                                   on 2001/04/22  15:14:33
5655         Log: Subject: Re: ANYOF_SIZE is wrong in 5.7.1 
5656              From: Mark-Jason Dominus <mjd@plover.com>
5657              Date: Sat, 21 Apr 2001 21:27:49 -0400
5658              Message-ID: <20010422012749.27024.qmail@plover.com>
5659      Branch: perl
5660            ! regcomp.c
5661 ____________________________________________________________________________
5662 [  9777] By: jhi                                   on 2001/04/22  15:10:51
5663         Log: Subject: Re: Regex debugger patch 
5664              From: Mark-Jason Dominus <mjd@plover.com>
5665              Date: Sat, 21 Apr 2001 21:48:51 -0400
5666              Message-ID: <20010422014851.27165.qmail@plover.com>
5667      Branch: perl
5668            ! pod/perldebguts.pod
5669 ____________________________________________________________________________
5670 [  9776] By: jhi                                   on 2001/04/22  15:09:48
5671         Log: Subject: Re: Regex debugger patch
5672              From: Mark-Jason Dominus <mjd@plover.com>
5673              Date: Sat, 21 Apr 2001 14:24:39 -0400
5674              Message-ID: <20010421182439.16508.qmail@plover.com>
5675              
5676              Regex debugger backend.
5677      Branch: perl
5678            ! regcomp.c regexp.h
5679 ____________________________________________________________________________
5680 [  9775] By: jhi                                   on 2001/04/21  16:45:40
5681         Log: Subject: [PATCH] Typo in utf8.h
5682              From: Jesús Quiroga <jquiroga@pobox.com>
5683              Date: Sat, 21 Apr 2001 19:25:33 +0200
5684              Message-Id: <5.0.2.1.1.20010421192107.01ce5a50@ix.netcorps.com>
5685      Branch: perl
5686            ! utf8.h
5687 ____________________________________________________________________________
5688 [  9774] By: jhi                                   on 2001/04/21  16:43:52
5689         Log: Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
5690              From: Joe Orton <jorton@redhat.com>
5691              Date: Tue, 17 Apr 2001 15:50:43 +0100
5692              Message-Id: <20010417155043.D19132@eu.c2.net>
5693      Branch: perl
5694            ! hints/svr5.sh
5695 ____________________________________________________________________________
5696 [  9773] By: jhi                                   on 2001/04/21  15:30:15
5697         Log: Subject: Patch utils/h2xs.PL
5698              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
5699              Date: Sat, 21 Apr 2001 10:32:16 -0500
5700              Message-ID: <20010421103216.C14521@chaos.wustl.edu>
5701              
5702              Add MAILING list and LICENSE templates.
5703      Branch: perl
5704            ! utils/h2xs.PL
5705 ____________________________________________________________________________
5706 [  9772] By: jhi                                   on 2001/04/21  15:28:36
5707         Log: Subject: perlfaq2.patch for 5.7.1
5708              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
5709              Message-ID: <20010420164219.J3194@chaos.wustl.edu>
5710              Date: Fri, 20 Apr 2001 16:42:19 -0500
5711              
5712              rm an extra tab, a blurb about the xx.cpan to clarify
5713              which countries actually have that and dejanews is history
5714              as well as most of that nonsensical entry.
5715      Branch: perl
5716            ! pod/perlfaq2.pod
5717 ____________________________________________________________________________
5718 [  9771] By: jhi                                   on 2001/04/21  15:27:17
5719         Log: Subject: perlfaq1.patch for 5.7.1
5720              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
5721              Date: Fri, 20 Apr 2001 16:57:36 -0500
5722              Message-ID: <20010420165736.K3194@chaos.wustl.edu>
5723              
5724              Evil URLs must die. Especially when they are broken.
5725      Branch: perl
5726            ! pod/perlfaq1.pod
5727 ____________________________________________________________________________
5728 [  9770] By: jhi                                   on 2001/04/21  15:23:38
5729         Log: Subject: [PATCH ext/B/B.pm and tests] B::walksymtable improperly documented?
5730              From: Michael G Schwern <schwern@pobox.com>
5731              Date: Sat, 21 Apr 2001 16:11:12 +0100
5732              Message-ID: <20010421161112.L19736@blackrider.blackstar.co.uk>
5733      Branch: perl
5734            + t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
5735            + t/lib/b-stash.t
5736            ! MANIFEST ext/B/B.pm t/lib/b.t
5737 ____________________________________________________________________________
5738 [  9769] By: jhi                                   on 2001/04/21  15:03:32
5739         Log: Subject: [PATCH utils/h2ph.PL] Confused by "#if &__GNUC_PREREQ (2,97)"
5740              From: Michael G Schwern <schwern@pobox.com>
5741              Date: Sat, 21 Apr 2001 09:48:00 +0100
5742              Message-ID: <20010421094759.B19736@blackrider.blackstar.co.uk>
5743      Branch: perl
5744            ! utils/h2ph.PL
5745 ____________________________________________________________________________
5746 [  9768] By: jhi                                   on 2001/04/21  14:33:49
5747         Log: PerlIO and Encode doc cleanup and tweaks.
5748      Branch: perl
5749            ! ext/Encode/Encode.pm ext/PerlIO/Scalar/Scalar.pm
5750            ! ext/PerlIO/Via/Via.pm lib/PerlIO.pm
5751 ____________________________________________________________________________
5752 [  9767] By: jhi                                   on 2001/04/21  12:40:16
5753         Log: Integrate perlio.
5754      Branch: perl
5755           !> doio.c
5756 ____________________________________________________________________________
5757 [  9766] By: nick                                  on 2001/04/20  18:28:35
5758         Log: Avoid core dump on
5759              open(STDOUT,">",\$foo);
5760      Branch: perlio
5761            ! doio.c
5762 ____________________________________________________________________________
5763 [  9765] By: jhi                                   on 2001/04/20  13:23:43
5764         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
5765              From: Robin Houston <robin@kitsite.com>
5766              Date: Fri, 20 Apr 2001 14:29:22 +0100
5767              Message-ID: <20010420142921.A14960@puffinry.freeserve.co.uk>
5768      Branch: perl
5769            ! ext/B/B.pm ext/B/B/Deparse.pm
5770 ____________________________________________________________________________
5771 [  9764] By: jhi                                   on 2001/04/20  13:19:33
5772         Log: Subject: [PATCH: perl@9742] avoid t/u-*.t test on platforms where List/Util was not built
5773              From: Peter Prymmer <pvhp@forte.com>
5774              Date: Thu, 19 Apr 2001 17:40:14 -0700 (PDT)
5775              Message-ID: <Pine.OSF.4.10.10104191737200.348917-100000@aspara.forte.com>
5776      Branch: perl
5777            ! t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
5778            ! t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
5779            ! t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
5780            ! t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
5781 ____________________________________________________________________________
5782 [  9763] By: jhi                                   on 2001/04/20  12:36:39
5783         Log: Subject: Re: A new PerlIO coredump
5784              From: Nick Ing-Simmons <nik@tiuk.ti.com>
5785              Date: Fri, 20 Apr 2001 14:29:41 +0100 (BST)
5786              Message-Id: <200104201329.OAA16021@mikado.tiuk.ti.com>
5787      Branch: perl
5788            ! doio.c
5789 ____________________________________________________________________________
5790 [  9762] By: jhi                                   on 2001/04/19  23:02:30
5791         Log: Update Changes.
5792      Branch: perl
5793            ! Changes patchlevel.h
5794 ____________________________________________________________________________
5795 [  9761] By: jhi                                   on 2001/04/19  22:59:19
5796         Log: More cleanup cleanup.
5797      Branch: perl
5798            ! Makefile.SH win32/Makefile win32/makefile.mk
5799 ____________________________________________________________________________
5800 [  9760] By: jhi                                   on 2001/04/19  22:50:31
5801         Log: lib/Time is non-empty, let's not rmdir it.
5802      Branch: perl
5803            ! Makefile.SH
5804 ____________________________________________________________________________
5805 [  9759] By: jhi                                   on 2001/04/19  22:36:51
5806         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
5807              From: Robin Houston <robin@kitsite.com>
5808              Date: Fri, 20 Apr 2001 00:18:53 +0100
5809              Message-ID: <20010420001853.A13350@puffinry.freeserve.co.uk>
5810      Branch: perl
5811            ! ext/B/B/Deparse.pm
5812 ____________________________________________________________________________
5813 [  9758] By: jhi                                   on 2001/04/19  22:36:00
5814         Log: Subject: [PATCH: perl@9742] void close_dir portability fix for Cwd.xs
5815              From: Peter Prymmer <pvhp@forte.com>
5816              Date: Thu, 19 Apr 2001 12:02:40 -0700 (PDT)
5817              Message-ID: <Pine.OSF.4.10.10104191158490.348917-100000@aspara.forte.com>
5818      Branch: perl
5819            ! ext/Cwd/Cwd.xs
5820 ____________________________________________________________________________
5821 [  9757] By: nick                                  on 2001/04/19  18:53:54
5822         Log: Blind (untested) integrate of mainline.
5823      Branch: perlio
5824           +> ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
5825           +> ext/Time/Piece/Piece.xs ext/Time/Piece/README
5826           +> ext/Time/Piece/Seconds.pm t/lib/time-piece.t
5827           !> (integrate 53 files)
5828 ____________________________________________________________________________
5829 [  9756] By: jhi                                   on 2001/04/19  16:59:23
5830         Log: Document and test Time::Piece.
5831      Branch: perl
5832            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.pm
5833            ! ext/Time/Piece/Piece.xs t/lib/time-piece.t
5834 ____________________________________________________________________________
5835 [  9755] By: jhi                                   on 2001/04/19  12:13:29
5836         Log: A better fix for the \x{12345678} trouble from NI-S.
5837      Branch: perl
5838            ! utf8.c
5839 ____________________________________________________________________________
5840 [  9754] By: jhi                                   on 2001/04/19  11:56:07
5841         Log: Subject: PATCH: Propagate low byte of hints in cop.op_private
5842              From: Robin Houston <robin@kitsite.com>
5843              Date: Wed, 18 Apr 2001 17:58:33 +0100
5844              Message-ID: <20010418175833.B8976@puffinry.freeserve.co.uk>
5845      Branch: perl
5846            ! ext/B/B/Deparse.pm op.c
5847 ____________________________________________________________________________
5848 [  9753] By: jhi                                   on 2001/04/19  04:21:52
5849         Log: Subject: [PATCH] h2ph test suite bugfix and refactoring
5850              From: "Kurt D. Starsinic" <kstar@wolfetech.com>
5851              Date: Thu, 19 Apr 2001 01:11:41 -0400
5852              Message-ID: <20010419011141.A5798@cpan.org>
5853      Branch: perl
5854            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
5855 ____________________________________________________________________________
5856 [  9752] By: jhi                                   on 2001/04/19  02:41:10
5857         Log: The new time utils need to be thread-aware, too.
5858      Branch: perl
5859            ! util.c
5860 ____________________________________________________________________________
5861 [  9751] By: jhi                                   on 2001/04/19  02:26:47
5862         Log: Compilation nit noticed by AIX compiler.
5863      Branch: perl
5864            ! perlio.c
5865 ____________________________________________________________________________
5866 [  9750] By: jhi                                   on 2001/04/19  02:20:06
5867         Log: The new time utils need to be public.
5868      Branch: perl
5869            ! embed.pl
5870 ____________________________________________________________________________
5871 [  9749] By: jhi                                   on 2001/04/19  01:42:39
5872         Log: Regen toc.
5873      Branch: perl
5874            ! pod/perltoc.pod
5875 ____________________________________________________________________________
5876 [  9748] By: jhi                                   on 2001/04/19  01:41:10
5877         Log: Add Time::Piece, a slight rewrite of Time::Object,
5878              from Matt Sergeant.
5879      Branch: perl
5880            + ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
5881            + ext/Time/Piece/Piece.xs ext/Time/Piece/README
5882            + ext/Time/Piece/Seconds.pm t/lib/time-piece.t
5883            ! MANIFEST configure.com djgpp/config.over epoc/config.sh
5884            ! hints/uts.sh hints/uwin.sh hints/vmesa.sh win32/Makefile
5885            ! win32/makefile.mk
5886 ____________________________________________________________________________
5887 [  9747] By: jhi                                   on 2001/04/19  00:55:35
5888         Log: The new metaconfig unit from strftime.
5889      Branch: metaconfig/U/perl
5890            + d_strftime.U
5891 ____________________________________________________________________________
5892 [  9746] By: jhi                                   on 2001/04/19  00:54:54
5893         Log: Move the strftime() wrapper from POSIX.xs to util.c
5894              as my_strftime(), requires HAS_STRFTIME.
5895      Branch: perl
5896            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5897            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
5898            ! ext/POSIX/POSIX.xs proto.h uconfig.h uconfig.sh util.c
5899            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
5900            ! vos/config.ga.h win32/config.bc win32/config.gc
5901            ! win32/config.vc
5902 ____________________________________________________________________________
5903 [  9745] By: jhi                                   on 2001/04/18  23:11:03
5904         Log: Move the init_tm() and mini_mktime() up from POSIX.xs to util.c
5905              in preparation of Time::Piece.
5906      Branch: perl
5907            ! embed.h embed.pl ext/POSIX/POSIX.xs proto.h util.c
5908 ____________________________________________________________________________
5909 [  9744] By: jhi                                   on 2001/04/18  22:33:12
5910         Log: Subject: [PATCH: perl@9718] fix new exporter test to work OK on VMS
5911              From: Peter Prymmer <pvhp@forte.com>
5912              Date: Wed, 18 Apr 2001 15:38:28 -0700 (PDT)
5913              Message-ID: <Pine.OSF.4.10.10104181536440.272477-100000@aspara.forte.com>
5914      Branch: perl
5915            ! t/lib/exporter.t
5916 ____________________________________________________________________________
5917 [  9743] By: jhi                                   on 2001/04/18  22:32:23
5918         Log: Subject: Fwd: pod2html leaves cache files lying around?
5919              From: Rajesh Vaidheeswarran <rv@gnu.org>
5920              Date: Tue, 17 Apr 2001 09:35:00 -0400 (EDT)
5921              Message-Id: <E14pVdE-0004P0-00@fencepost.gnu.org>
5922      Branch: perl
5923            ! lib/Pod/Html.pm
5924 ____________________________________________________________________________
5925 [  9742] By: jhi                                   on 2001/04/18  20:31:49
5926         Log: Update Changes.
5927      Branch: perl
5928            ! Changes patchlevel.h
5929 ____________________________________________________________________________
5930 [  9741] By: jhi                                   on 2001/04/18  20:23:02
5931         Log: Declare hints only if needed.
5932      Branch: perl
5933            ! ext/B/B/Deparse.pm
5934 ____________________________________________________________________________
5935 [  9740] By: jhi                                   on 2001/04/18  19:06:05
5936         Log: Workaround for the "\x{12345678}" plus s/(.)/$1/g plus ord/length
5937              bug noticed by Robin Houston; basically the code of detecting
5938              value wraparound was acting differently under different compilers
5939              and platforms.  The workaround is to remove the overflow check
5940              for now, a real fix would be to do the overflow (portably) right.
5941      Branch: perl
5942            ! t/op/pat.t utf8.c
5943 ____________________________________________________________________________
5944 [  9739] By: jhi                                   on 2001/04/18  19:01:23
5945         Log: Subject: [PATCH B::Deparse] some pragma support
5946              From: Robin Houston <robin@kitsite.com>
5947              Date: Wed, 18 Apr 2001 19:32:12 +0100
5948              Message-ID: <20010418193212.A9184@puffinry.freeserve.co.uk>
5949      Branch: perl
5950            ! ext/B/B/Deparse.pm
5951 ____________________________________________________________________________
5952 [  9738] By: jhi                                   on 2001/04/18  15:16:37
5953         Log: Subject: [PATCH] Test case for C<undef %File::Glob::>
5954              From: Benjamin Sugars <bsugars@canoe.ca>
5955              Date: Wed, 18 Apr 2001 10:53:44 -0400 (EDT)
5956              Message-ID: <Pine.LNX.4.21.0104181047010.2368-100000@marmot.rim.canoe.ca>
5957      Branch: perl
5958            ! t/op/glob.t
5959 ____________________________________________________________________________
5960 [  9737] By: jhi                                   on 2001/04/18  13:24:50
5961         Log: Subject: [PATCH] XS::Typemap - T_OPAQUE
5962              From: Tim Jenness <t.jenness@jach.hawaii.edu>
5963              Date: Tue, 17 Apr 2001 22:49:25 -1000 (HST)
5964              Message-ID: <Pine.LNX.4.30.0104172247440.28672-100000@lapaki.jach.hawaii.edu>
5965      Branch: perl
5966            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
5967            ! ext/XS/Typemap/typemap lib/ExtUtils/typemap t/lib/xs-typemap.t
5968 ____________________________________________________________________________
5969 [  9736] By: jhi                                   on 2001/04/18  04:15:14
5970         Log: The #9735 also changes the subtest 12.
5971      Branch: perl
5972            ! t/lib/b.t
5973 ____________________________________________________________________________
5974 [  9735] By: jhi                                   on 2001/04/18  03:55:17
5975         Log: Subject: Deparse.pm of split(" ") decodes as /\s+/ (with PATCH)
5976              From: David Dyck <dcd@tc.fluke.com>
5977              Date: Tue, 17 Apr 2001 17:12:58 -0700 (PDT)
5978              Message-ID: <Pine.LNX.4.33.0104171508210.23062-100000@dd.tc.fluke.com>
5979      Branch: perl
5980            ! ext/B/B/Deparse.pm
5981 ____________________________________________________________________________
5982 [  9734] By: jhi                                   on 2001/04/18  03:54:11
5983         Log: Subject: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
5984              From: Gisle Aas <gisle@ActiveState.com>
5985              Date: 17 Apr 2001 19:06:45 -0700
5986              Message-ID: <lrae5f9d1m.fsf@caliper.ActiveState.com>
5987      Branch: perl
5988            ! pp_hot.c t/op/misc.t
5989 ____________________________________________________________________________
5990 [  9733] By: jhi                                   on 2001/04/17  22:25:22
5991         Log: Subject: [PATCH: ext/Cwd/Cwd.xs & ext/PerlIO/Scalar/Scalar.xs] Missing prototype behaviour
5992              From: "Abigail" <abigail@foad.org>
5993              Date: Wed, 18 Apr 2001 01:17:46 +0200
5994              Message-ID: <20010417231746.21657.qmail@foad.org>
5995      Branch: perl
5996            ! ext/Cwd/Cwd.xs ext/PerlIO/Scalar/Scalar.xs
5997 ____________________________________________________________________________
5998 [  9732] By: jhi                                   on 2001/04/17  20:47:56
5999         Log: Subject: Re: Deparse - parenthesise args to undeclared subs
6000              From: Robin Houston <robin@kitsite.com>
6001              Date: Tue, 17 Apr 2001 22:37:42 +0100
6002              Message-ID: <20010417223742.A6681@puffinry.freeserve.co.uk>
6003      Branch: perl
6004            ! ext/B/B/Deparse.pm
6005 ____________________________________________________________________________
6006 [  9731] By: nick                                  on 2001/04/17  20:46:35
6007         Log: Re-sync for t/lib/b.t fix
6008      Branch: perlio
6009           !> ext/B/B/Deparse.pm t/lib/b.t t/lib/cwd.t
6010 ____________________________________________________________________________
6011 [  9730] By: jhi                                   on 2001/04/17  20:45:29
6012         Log: Subject: [PATCH B::Deparse] utf8 literal strings (and possibly a unicode/regex bug)
6013              From: Robin Houston <robin@kitsite.com>
6014              Date: Tue, 17 Apr 2001 22:29:36 +0100
6015              Message-ID: <20010417222936.A6644@puffinry.freeserve.co.uk>
6016      Branch: perl
6017            ! ext/B/B.xs ext/B/B/Deparse.pm
6018 ____________________________________________________________________________
6019 [  9729] By: jhi                                   on 2001/04/17  20:43:11
6020         Log: Subject: Deparse - parenthesise args to undeclared subs
6021              From: Robin Houston <robin@kitsite.com>
6022              Date: Tue, 17 Apr 2001 21:31:05 +0100
6023              Message-ID: <20010417213104.A6586@puffinry.freeserve.co.uk>
6024      Branch: perl
6025            ! ext/B/B/Deparse.pm
6026 ____________________________________________________________________________
6027 [  9728] By: jhi                                   on 2001/04/17  18:57:30
6028         Log: Subject: Re: [PATCH] Fix cwd.t when libpth contains symlinks
6029              From: Benjamin Sugars <ben.sugars@home.com>
6030              Date: Tue, 17 Apr 2001 15:27:28 -0400 (EDT)
6031              Message-ID: <Pine.LNX.4.21.0104171516090.22410-100000@localhost.localdomain>
6032      Branch: perl
6033            ! t/lib/cwd.t
6034 ____________________________________________________________________________
6035 [  9727] By: jhi                                   on 2001/04/17  18:20:20
6036         Log: Subject: [PATCH B::Deparse] ambient pragmas
6037              From: Robin Houston <robin@kitsite.com>
6038              Date: Tue, 17 Apr 2001 20:01:59 +0100
6039              Message-ID: <20010417200159.A4882@puffinry.freeserve.co.uk>
6040      Branch: perl
6041            ! ext/B/B/Deparse.pm t/lib/b.t
6042 ____________________________________________________________________________
6043 [  9726] By: nick                                  on 2001/04/17  16:33:51
6044         Log: Integrate mainline (t/lib/b.t fails test 2...)
6045      Branch: perlio
6046           +> ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
6047           +> ext/List/Util/README ext/List/Util/Util.xs
6048           +> ext/List/Util/lib/List/Util.pm
6049           +> ext/List/Util/lib/Scalar/Util.pm t/lib/exporter.t
6050           +> t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
6051           +> t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
6052           +> t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
6053           +> t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
6054           !> (integrate 31 files)
6055 ____________________________________________________________________________
6056 [  9725] By: jhi                                   on 2001/04/17  12:14:24
6057         Log: Subject: multiple B::* changes
6058              From: Robin Houston <robin@kitsite.com>
6059              Date: Thu, 12 Apr 2001 20:12:27 +0100
6060              Message-ID: <20010412201226.A30940@puffinry.freeserve.co.uk>
6061      Branch: perl
6062            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
6063 ____________________________________________________________________________
6064 [  9724] By: jhi                                   on 2001/04/17  11:59:05
6065         Log: Thread-awareness from Doug MacEachern.
6066      Branch: perl
6067            ! ext/List/Util/Util.xs
6068 ____________________________________________________________________________
6069 [  9723] By: jhi                                   on 2001/04/17  11:57:41
6070         Log: Make the test more portable.
6071      Branch: perl
6072            ! t/lib/cwd.t
6073 ____________________________________________________________________________
6074 [  9722] By: jhi                                   on 2001/04/17  11:53:50
6075         Log: Subject: [PATCH] Fix cwd.t when libpth contains symlinks
6076              From: Benjamin Sugars <ben.sugars@home.com>
6077              Date: Mon, 16 Apr 2001 22:43:29 -0400 (EDT)
6078              Message-ID: <Pine.LNX.4.21.0104162234030.17949-100000@localhost.localdomain>
6079      Branch: perl
6080            ! t/lib/cwd.t
6081 ____________________________________________________________________________
6082 [  9721] By: jhi                                   on 2001/04/17  11:52:17
6083         Log: Subject: [PATCH] Fix core dump from undef %File::Glob::
6084              From: Benjamin Sugars <bsugars@canoe.ca>
6085              Date: Mon, 16 Apr 2001 13:23:59 -0400 (EDT)
6086              Message-ID: <Pine.LNX.4.21.0104161313160.1676-100000@marmot.rim.canoe.ca>
6087      Branch: perl
6088            ! op.c
6089 ____________________________________________________________________________
6090 [  9720] By: jhi                                   on 2001/04/17  11:35:42
6091         Log: Subject: [MacPerl-Porters] [PATCH] bsd_glob.c, gv.c fixes for Mac OS
6092              From: Chris Nandor <pudge@pobox.com>
6093              Date: Tue, 17 Apr 2001 00:30:49 -0400
6094              Message-Id: <p05100207b701768712de@[10.0.1.177]>
6095      Branch: perl
6096            ! ext/File/Glob/bsd_glob.c gv.c
6097 ____________________________________________________________________________
6098 [  9719] By: jhi                                   on 2001/04/17  11:32:13
6099         Log: Subject: [PATCH] Tweten->West
6100              From: Casey West <casey@geeknest.com>
6101              Date: Mon, 16 Apr 2001 12:11:22 -0400
6102              Message-ID: <20010416121122.B14554@stupid.geeknest.com>
6103      Branch: perl
6104            ! AUTHORS lib/Class/Struct.pm lib/Shell.pm lib/constant.pm
6105            ! pod/perltie.pod
6106 ____________________________________________________________________________
6107 [  9718] By: jhi                                   on 2001/04/16  03:22:52
6108         Log: Update Changes.
6109      Branch: perl
6110            ! Changes patchlevel.h
6111 ____________________________________________________________________________
6112 [  9717] By: jhi                                   on 2001/04/16  03:06:28
6113         Log: Regen toc.
6114      Branch: perl
6115            ! pod/perltoc.pod
6116 ____________________________________________________________________________
6117 [  9716] By: jhi                                   on 2001/04/16  02:58:42
6118         Log: Subject: [PATCH: perl@9699] updates to apidoc in utf8.c
6119              From: Prymmer/Kahn <pvhp@best.com>
6120              Date: Sun, 15 Apr 2001 20:47:45 -0700 (PDT)
6121              Message-ID: <Pine.BSF.4.21.0104152037470.8946-100000@shell8.ba.best.com>
6122      Branch: perl
6123            ! utf8.c
6124 ____________________________________________________________________________
6125 [  9715] By: jhi                                   on 2001/04/15  23:40:35
6126         Log: Subject: Re: Net::Ping patch, adds stream protocol
6127              From: bronson@rinspin.com (Scott Bronson)
6128              Date: Tue, 10 Apr 2001 23:58:33 -0700
6129              Message-ID: <20010410235833.N29719@rinspin.com>
6130      Branch: perl
6131            ! lib/Net/Ping.pm
6132 ____________________________________________________________________________
6133 [  9714] By: jhi                                   on 2001/04/15  23:31:46
6134         Log: Printing out the ok messages helps successful testing.
6135      Branch: perl
6136            ! t/lib/time-hires.t
6137 ____________________________________________________________________________
6138 [  9713] By: jhi                                   on 2001/04/15  21:43:24
6139         Log: Update Douglas Wegscheid's email.
6140      Branch: perl
6141            ! AUTHORS
6142 ____________________________________________________________________________
6143 [  9712] By: jhi                                   on 2001/04/15  21:40:41
6144         Log: Subject: [PATCH t/lib/exporter.t lib/Exporter/Heavy.pm] Testing Exporter
6145              From: Michael G Schwern <schwern@pobox.com>
6146              Date: Sat, 14 Apr 2001 22:40:50 +0100
6147              Message-ID: <20010414224050.A1872@blackrider.blackstar.co.uk>
6148      Branch: perl
6149            + t/lib/exporter.t
6150            ! MANIFEST lib/Exporter/Heavy.pm
6151 ____________________________________________________________________________
6152 [  9711] By: jhi                                   on 2001/04/15  21:39:21
6153         Log: Subject: [PATCH t/op/loopctl.t] Exit via last, part 1
6154              From: Michael G Schwern <schwern@pobox.com>
6155              Date: Sat, 14 Apr 2001 22:13:59 +0100
6156              Message-ID: <20010414221359.A413@blackrider.blackstar.co.uk>
6157      Branch: perl
6158            ! t/op/loopctl.t
6159 ____________________________________________________________________________
6160 [  9710] By: jhi                                   on 2001/04/15  21:30:19
6161         Log: Subject: [PATCH t/pragma/warnings.t] Doesn't skip RCS files
6162              From: Michael G Schwern <schwern@pobox.com>
6163              Date: Sat, 14 Apr 2001 22:05:32 +0100
6164              Message-ID: <20010414220531.A30178@blackrider.blackstar.co.uk>
6165      Branch: perl
6166            ! t/pragma/warnings.t
6167 ____________________________________________________________________________
6168 [  9709] By: jhi                                   on 2001/04/15  19:34:09
6169         Log: Integrate changes #9706,9707 from maintperl into mainline.
6170              
6171              change#7210 broke .packlist generation
6172              
6173              ExtUtils::Installed doesn't quote regex metacharacters in paths
6174              before using them in match; also make it work for dosish platforms
6175      Branch: perl
6176           !> lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
6177 ____________________________________________________________________________
6178 [  9708] By: jhi                                   on 2001/04/15  19:31:01
6179         Log: Test also the scalar aspect of getitimer().
6180      Branch: perl
6181            ! t/lib/time-hires.t
6182 ____________________________________________________________________________
6183 [  9707] By: gsar                                  on 2001/04/15  17:24:20
6184         Log: ExtUtils::Installed doesn't quote regex metacharacters in paths
6185              before using them in match; also make it work for dosish platforms
6186      Branch: maint-5.6/perl
6187            ! lib/ExtUtils/Installed.pm
6188 ____________________________________________________________________________
6189 [  9706] By: gsar                                  on 2001/04/15  17:21:59
6190         Log: change#7210 broke .packlist generation (listed only filename
6191              rather than fully qualified path name)
6192      Branch: maint-5.6/perl
6193            ! lib/ExtUtils/Install.pm
6194 ____________________________________________________________________________
6195 [  9705] By: jhi                                   on 2001/04/15  12:36:33
6196         Log: Add interval timer (setitimer, getitimer) support to Time::HiRes.
6197      Branch: perl
6198            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.xs
6199            ! t/lib/time-hires.t
6200 ____________________________________________________________________________
6201 [  9704] By: jhi                                   on 2001/04/15  10:49:08
6202         Log: Subject: [PATCH: perl@9622]update perlebcdic.pod with UTF tbl; tweak utf8.pm
6203              From: Prymmer/Kahn <pvhp@best.com>
6204              Date: Sat, 14 Apr 2001 21:36:24 -0700 (PDT)
6205              Message-ID: <Pine.BSF.4.21.0104142127580.27582-100000@shell8.ba.best.com>
6206      Branch: perl
6207            ! lib/utf8.pm pod/perlebcdic.pod
6208 ____________________________________________________________________________
6209 [  9703] By: jhi                                   on 2001/04/15  02:26:26
6210         Log: I keep forgetting to sort MANIFEST.
6211      Branch: perl
6212            ! MANIFEST
6213 ____________________________________________________________________________
6214 [  9702] By: jhi                                   on 2001/04/15  02:07:47
6215         Log: Add Scalar-List-Utils 1.02, from Graham Barr.
6216              Now we have blessed, reftype, tainted, first, reduce, ...
6217      Branch: perl
6218            + ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
6219            + ext/List/Util/README ext/List/Util/Util.xs
6220            + ext/List/Util/lib/List/Util.pm
6221            + ext/List/Util/lib/Scalar/Util.pm t/lib/u-blessed.t
6222            + t/lib/u-dualvar.t t/lib/u-first.t t/lib/u-max.t
6223            + t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
6224            + t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
6225            + t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
6226            ! MANIFEST
6227 ____________________________________________________________________________
6228 [  9701] By: jhi                                   on 2001/04/14  15:05:25
6229         Log: Subject: RE: dprofpp.pl updates 
6230              From: Carl Eklof <CEklof@endeca.com>
6231              Date: Thu, 12 Apr 2001 18:45:46 -0400
6232              Message-ID: <D99914D9109BD411823800508BD957180E1269@exch01.ops.endeca.com>
6233      Branch: perl
6234            ! utils/dprofpp.PL
6235 ____________________________________________________________________________
6236 [  9700] By: jhi                                   on 2001/04/14  14:44:55
6237         Log: Do not just blindly add CR.
6238      Branch: perl
6239            ! Porting/makerel
6240 ____________________________________________________________________________
6241 [  9699] By: jhi                                   on 2001/04/13  13:17:01
6242         Log: Update Changes.
6243      Branch: perl
6244            ! Changes patchlevel.h
6245 ____________________________________________________________________________
6246 [  9698] By: jhi                                   on 2001/04/13  12:44:48
6247         Log: Integrate perlio.
6248      Branch: perl
6249           !> ext/PerlIO/Scalar/Scalar.xs
6250 ____________________________________________________________________________
6251 [  9697] By: jhi                                   on 2001/04/13  12:29:15
6252         Log: Add more debug output to the test.
6253      Branch: perl
6254            ! t/lib/cwd.t
6255 ____________________________________________________________________________
6256 [  9696] By: nick                                  on 2001/04/13  10:14:29
6257         Log: Fix core dump on binmode($fh,'Scalar')
6258      Branch: perlio
6259            ! ext/PerlIO/Scalar/Scalar.xs
6260 ____________________________________________________________________________
6261 [  9695] By: nick                                  on 2001/04/13  09:05:42
6262         Log: Integrate mainline
6263      Branch: perlio
6264           +> ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
6265           +> ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
6266           +> t/lib/time-hires.t
6267           !> AUTHORS MANIFEST Makefile.SH Todo-5.6 configure.com
6268           !> ext/Digest/MD5/MD5.xs ext/File/Glob/Glob.pm
6269           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
6270           !> ext/File/Glob/bsd_glob.h ext/MIME/Base64/Base64.xs
6271           !> hints/uts.sh hints/vmesa.sh lib/Devel/SelfStubber.pm opcode.pl
6272           !> pod/perlfaq5.pod pp.c regexec.c t/comp/proto.t
6273           !> t/lib/md5-file.t t/op/pat.t win32/Makefile win32/makefile.mk
6274 ____________________________________________________________________________
6275 [  9694] By: jhi                                   on 2001/04/12  22:23:35
6276         Log: Integrate change #9693 from maintperl into mainline.
6277              
6278              $VERSION and Version() on the same line provokes a warning from
6279              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
6280      Branch: perl
6281           !> lib/Devel/SelfStubber.pm
6282 ____________________________________________________________________________
6283 [  9693] By: gsar                                  on 2001/04/12  21:55:56
6284         Log: $VERSION and Version() on the same line provokes a warning from
6285              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
6286      Branch: maint-5.6/perl
6287            ! lib/Devel/SelfStubber.pm
6288 ____________________________________________________________________________
6289 [  9692] By: jhi                                   on 2001/04/12  13:54:00
6290         Log: This is at least 5.005.
6291      Branch: perl
6292            ! ext/Time/HiRes/HiRes.xs
6293 ____________________________________________________________________________
6294 [  9691] By: jhi                                   on 2001/04/12  13:37:20
6295         Log: Non-UNIX platforms extensions update.  (Well, UTS is UNIX.)
6296      Branch: perl
6297            ! Makefile.SH configure.com hints/uts.sh hints/vmesa.sh
6298            ! win32/Makefile win32/makefile.mk
6299 ____________________________________________________________________________
6300 [  9690] By: jhi                                   on 2001/04/12  01:34:46
6301         Log: Integrate Time::Hires 1.20 from Douglas E. Wegscheid.
6302      Branch: perl
6303            + ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
6304            + ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
6305            + t/lib/time-hires.t
6306            ! MANIFEST
6307 ____________________________________________________________________________
6308 [  9689] By: jhi                                   on 2001/04/12  00:28:39
6309         Log: Subject: [PATCH] Digest::MD5 on UTF8 strings
6310              From: Gisle Aas <gisle@ActiveState.com>
6311              Date: 11 Apr 2001 16:36:11 -0700
6312              Message-ID: <lrlmp7102c.fsf@caliper.ActiveState.com>
6313      Branch: perl
6314            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
6315 ____________________________________________________________________________
6316 [  9688] By: jhi                                   on 2001/04/12  00:27:39
6317         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
6318              From: Gisle Aas <gisle@ActiveState.com>
6319              Date: 11 Apr 2001 11:13:24 -0700
6320              Message-ID: <lrbsq371a3.fsf@caliper.ActiveState.com>
6321      Branch: perl
6322            ! ext/MIME/Base64/Base64.xs
6323 ____________________________________________________________________________
6324 [  9687] By: jhi                                   on 2001/04/11  19:51:47
6325         Log: Slight update on the Todo list.  (Should integrate to Todo?) 
6326      Branch: perl
6327            ! Todo-5.6
6328 ____________________________________________________________________________
6329 [  9686] By: jhi                                   on 2001/04/11  16:54:25
6330         Log: Subject: [PATCH opcode.pl] Documentation of table format
6331              From: Simon Cozens <simon@netthink.co.uk>
6332              Date: Wed, 11 Apr 2001 12:59:31 +0100
6333              Message-ID: <20010411125931.A25681@netthink.co.uk>
6334      Branch: perl
6335            ! opcode.pl
6336 ____________________________________________________________________________
6337 [  9685] By: jhi                                   on 2001/04/11  16:53:15
6338         Log: Subject: [PATCH] prototype("CORE::recv")
6339              From: Simon Cozens <simon@netthink.co.uk>
6340              Date: Wed, 11 Apr 2001 13:24:35 +0100
6341              Message-ID: <20010411132435.A26169@netthink.co.uk>
6342      Branch: perl
6343            ! pp.c t/comp/proto.t
6344 ____________________________________________________________________________
6345 [  9684] By: jhi                                   on 2001/04/11  16:47:13
6346         Log: FAQ (and AUTHORS) update from Dan Carson: the information
6347              was several years obsolete, Term::Readkey has been updated
6348              to have the functionality.
6349      Branch: perl
6350            ! AUTHORS pod/perlfaq5.pod
6351 ____________________________________________________________________________
6352 [  9683] By: jhi                                   on 2001/04/11  12:15:46
6353         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
6354              From: Calle Dybedahl <calle@lysator.liu.se>
6355              Date: 10 Apr 2001 16:44:16 +0200
6356              Message-ID: <86d7akbyrj.fsf@tezcatlipoca.algonet.se>
6357      Branch: perl
6358            ! ext/MIME/Base64/Base64.xs
6359 ____________________________________________________________________________
6360 [  9682] By: jhi                                   on 2001/04/11  12:12:26
6361         Log: A more minimal fix for 20010410.006 from Hugo.
6362      Branch: perl
6363            ! regexec.c
6364 ____________________________________________________________________________
6365 [  9681] By: jhi                                   on 2001/04/11  11:34:23
6366         Log: Integrate changes #9678,9679 from maintline into mainperl.
6367              
6368              addendum to change#9676
6369              
6370              up $File::Glob::VERSION; add a note pointing out the version of
6371              the OpenBSD glob bsd_glob.c resembles
6372      Branch: perl
6373           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
6374           !> ext/File/Glob/bsd_glob.h
6375 ____________________________________________________________________________
6376 [  9680] By: jhi                                   on 2001/04/11  11:30:38
6377         Log: Bad test numbering in integrate in #9677.
6378              Fixes ID 20010411.001.
6379      Branch: perl
6380            ! t/op/pat.t
6381 ____________________________________________________________________________
6382 [  9679] By: gsar                                  on 2001/04/11  03:38:40
6383         Log: up $File::Glob::VERSION; add a note pointing out the version of
6384              the OpenBSD glob bsd_glob.c resembles
6385      Branch: maint-5.6/perl
6386            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
6387            ! ext/File/Glob/bsd_glob.h
6388 ____________________________________________________________________________
6389 [  9678] By: gsar                                  on 2001/04/11  03:09:48
6390         Log: addendum to change#9676: some missing changes from OpenBSD glob.c
6391              revision 1.8.10.1 found here:
6392              
6393              http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/gen/glob.c
6394      Branch: maint-5.6/perl
6395            ! ext/File/Glob/bsd_glob.c
6396 ____________________________________________________________________________
6397 [  9677] By: jhi                                   on 2001/04/11  02:54:39
6398         Log: Integrate changes #9675,9676 from maintperl into mainline.
6399              
6400              fix for bug 20010410.006, undo change#7115
6401              
6402              port the OpenBSD glob() security patch
6403      Branch: perl
6404           !> ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
6405           !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h regexec.c
6406           !> t/op/pat.t
6407 ____________________________________________________________________________
6408 [  9676] By: gsar                                  on 2001/04/11  02:19:02
6409         Log: port the glob() security patch found at:
6410              
6411              ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/025_glob.patch
6412              
6413              CERT advisory for the issue is here:
6414              
6415              http://www.cert.org/advisories/CA-2001-07.html
6416              
6417              Note that the security scare is only relevant for those who are
6418              foolish enough to build suidperl (which is now officially discouraged)
6419      Branch: maint-5.6/perl
6420            ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
6421            ! ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h
6422 ____________________________________________________________________________
6423 [  9675] By: gsar                                  on 2001/04/10  23:52:11
6424         Log: fix for bug 20010410.006
6425              
6426              undo change#7115 (came into maint-5.6 as change#8156)
6427              
6428              add tests to keep it from coming back
6429      Branch: maint-5.6/perl
6430            ! regexec.c t/op/pat.t
6431 ____________________________________________________________________________
6432 [  9674] By: nick                                  on 2001/04/10  20:39:31
6433         Log: Integrate mainline
6434      Branch: perlio
6435           +> Porting/testall.atom
6436           !> MANIFEST t/lib/lc-all.t t/lib/lc-constants.t
6437           !> t/lib/lc-country.t t/lib/lc-currency.t t/lib/lc-language.t
6438           !> t/lib/lc-uk.t t/pod/find.t
6439 ____________________________________________________________________________
6440 [  9673] By: nick                                  on 2001/04/10  18:46:14
6441         Log: Integrate against change 9670 aka perl-5.7.1
6442      Branch: perlio
6443           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
6444           !> (integrate 53 files)
6445 ____________________________________________________________________________
6446 [  9672] By: jhi                                   on 2001/04/10  13:45:01
6447         Log: Add a script for doing cumulative profile of the test suite.
6448              (Requires ATOM, that is, Tru64.)
6449      Branch: perl
6450            + Porting/testall.atom
6451            ! MANIFEST
6452 ____________________________________________________________________________
6453 [  9671] By: jhi                                   on 2001/04/10  12:38:53
6454         Log: Missing std block.
6455      Branch: perl
6456            ! t/lib/lc-all.t t/lib/lc-constants.t t/lib/lc-country.t
6457            ! t/lib/lc-currency.t t/lib/lc-language.t t/lib/lc-uk.t
6458            ! t/pod/find.t
6459 ____________________________________________________________________________
6460 [  9670] By: jhi                                   on 2001/04/10  01:25:58
6461         Log: This is 5.7.1.
6462      Branch: perl
6463            ! patchlevel.h
6464 ____________________________________________________________________________
6465 [  9669] By: jhi                                   on 2001/04/10  01:09:14
6466         Log: Update Changes.
6467      Branch: perl
6468            ! Changes patchlevel.h
6469 ____________________________________________________________________________
6470 [  9668] By: jhi                                   on 2001/04/10  01:00:38
6471         Log: Regen toc.
6472      Branch: perl
6473            ! pod/perltoc.pod
6474 ____________________________________________________________________________
6475 [  9667] By: jhi                                   on 2001/04/10  00:52:16
6476         Log: Update perlhist.
6477      Branch: perl
6478            ! pod/perlhist.pod
6479 ____________________________________________________________________________
6480 [  9666] By: jhi                                   on 2001/04/09  23:38:59
6481         Log: Slight wording tweaks from Damian to #9658.
6482      Branch: perl
6483            ! pod/perlobj.pod
6484 ____________________________________________________________________________
6485 [  9665] By: jhi                                   on 2001/04/09  19:56:06
6486         Log: Subject: [PATCH perlutil.pod] Nit
6487              From: Simon Cozens <simon@netthink.co.uk>
6488              Date: Mon, 9 Apr 2001 20:29:44 +0100
6489              Message-ID: <20010409202944.A14796@the.earth.li>
6490      Branch: perl
6491            ! pod/perlutil.pod
6492 ____________________________________________________________________________
6493 [  9664] By: jhi                                   on 2001/04/09  19:54:42
6494         Log: Subject: Re: perl571delta.pod@9631
6495              From: Mike Guy <mjtg@cam.ac.uk>
6496              Date: Mon, 09 Apr 2001 18:09:14 +0100
6497              Message-Id: <E14mfAA-0006vi-00@libra.cus.cam.ac.uk>
6498      Branch: perl
6499            ! pod/perl571delta.pod
6500 ____________________________________________________________________________
6501 [  9663] By: jhi                                   on 2001/04/09  13:43:35
6502         Log: Update Changes.
6503      Branch: perl
6504            ! Changes patchlevel.h
6505 ____________________________________________________________________________
6506 [  9662] By: jhi                                   on 2001/04/09  13:24:46
6507         Log: tweak tweak.
6508      Branch: perl
6509            ! AUTHORS pod/perl571delta.pod
6510 ____________________________________________________________________________
6511 [  9661] By: jhi                                   on 2001/04/09  13:15:13
6512         Log: Thinko in manual patch applying.
6513      Branch: perl
6514            ! sv.c
6515 ____________________________________________________________________________
6516 [  9660] By: jhi                                   on 2001/04/09  13:07:53
6517         Log: Subject: Re: [PATCH perl@9424] isn't numeric warning 
6518              From: Robin Barker <rmb1@cise.npl.co.uk> 
6519              Date: Mon, 9 Apr 2001 14:58:04 +0100 (BST)
6520              Message-Id: <200104091358.OAA24811@tempest.npl.co.uk>
6521              
6522              (This corrects the case where the "isn't numeric" string contains \0s
6523              and is longer than the temporary buffer, and contains \0 at the point
6524              the string would be truncated by "...".) 
6525      Branch: perl
6526            ! sv.c
6527 ____________________________________________________________________________
6528 [  9659] By: jhi                                   on 2001/04/09  12:57:41
6529         Log: Upgrade to CGI.pm 2.753, from Lincoln Stein.
6530      Branch: perl
6531            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-esc.t
6532            ! t/lib/cgi-function.t t/lib/cgi-html.t
6533 ____________________________________________________________________________
6534 [  9658] By: jhi                                   on 2001/04/09  12:48:47
6535         Log: Subject: [PATCH] Partial rewrite of perlobj.pod
6536              From: Ilmari Karonen <iltzu@sci.fi>
6537              Date: Sun, 8 Apr 2001 23:14:29 +0300 (EET DST)
6538              Message-ID: <Pine.SOL.3.96.1010408224105.425E-100000@simpukka>
6539              
6540              Rearrange and rewrite the Method Invocation section
6541              to explain the concepts in nicer order.
6542      Branch: perl
6543            ! pod/perlobj.pod
6544 ____________________________________________________________________________
6545 [  9657] By: jhi                                   on 2001/04/09  12:35:58
6546         Log: Upgrade to podlators 1.09, from Russ Allbery.
6547      Branch: perl
6548            ! lib/Pod/Man.pm lib/Pod/Text.pm
6549 ____________________________________________________________________________
6550 [  9656] By: jhi                                   on 2001/04/09  12:31:53
6551         Log: perl571delta.
6552      Branch: perl
6553            ! Todo-5.6 pod/perl571delta.pod pod/perlunicode.pod
6554 ____________________________________________________________________________
6555 [  9655] By: jhi                                   on 2001/04/09  12:20:09
6556         Log: Subject: [PATCH: perl@9622] documentation tweaks for UTF-EBCDIC support
6557              From: Prymmer/Kahn <pvhp@best.com>
6558              Date: Mon, 9 Apr 2001 00:08:58 -0700 (PDT)
6559              Message-ID: <Pine.BSF.4.21.0104090006190.21071-100000@shell8.ba.best.com>
6560      Branch: perl
6561            ! lib/utf8.pm pod/perlunicode.pod
6562 ____________________________________________________________________________
6563 [  9654] By: gsar                                  on 2001/04/09  03:38:33
6564         Log: here lies 5.6.1
6565      Branch: maint-5.6/perl
6566            ! Changes
6567 ____________________________________________________________________________
6568 [  9653] By: jhi                                   on 2001/04/09  03:25:24
6569         Log: Update perlhist.
6570      Branch: perl
6571            ! pod/perlhist.pod
6572 ____________________________________________________________________________
6573 [  9652] By: jhi                                   on 2001/04/09  03:18:49
6574         Log: perl571delta tweaking continues.
6575      Branch: perl
6576            ! pod/perl571delta.pod
6577 ____________________________________________________________________________
6578 [  9651] By: gsar                                  on 2001/04/09  03:11:19
6579         Log: update Changes, patchlevel.h &c.
6580      Branch: maint-5.6/perl
6581            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
6582            ! pod/perltoc.pod
6583 ____________________________________________________________________________
6584 [  9650] By: jhi                                   on 2001/04/09  02:40:24
6585         Log: Integrate the perlfork half of #9513 from maintperl into mainline
6586              (the perlunicode half is obsolete)
6587      Branch: perl
6588            ! pod/perlfork.pod
6589 ____________________________________________________________________________
6590 [  9649] By: gsar                                  on 2001/04/09  02:35:43
6591         Log: tweak perldelta as suggested by Jarkko
6592      Branch: maint-5.6/perl
6593            ! pod/perldelta.pod
6594 ____________________________________________________________________________
6595 [  9648] By: jhi                                   on 2001/04/09  02:13:04
6596         Log: Integrate change #9646 from maintperl into mainline.
6597              
6598              add note about ithreads and Thread.pm
6599      Branch: perl
6600           !> ext/Thread/Thread.pm ext/Thread/Thread.xs
6601 ____________________________________________________________________________
6602 [  9647] By: jhi                                   on 2001/04/09  02:10:18
6603         Log: Bad assumption that shortsize == 2.
6604      Branch: perl
6605            ! t/lib/xs-typemap.t
6606 ____________________________________________________________________________
6607 [  9646] By: gsar                                  on 2001/04/09  00:48:04
6608         Log: add note about ithreads and Thread.pm (too many people are
6609              confused by the fact that Thread.pm is built and installed
6610              under non-5005threads but doesn't work)
6611      Branch: maint-5.6/perl
6612            ! ext/Thread/Thread.pm ext/Thread/Thread.xs
6613 ____________________________________________________________________________
6614 [  9645] By: gsar                                  on 2001/04/09  00:19:03
6615         Log: update perldelta.pod for changes in 5.6.1
6616      Branch: maint-5.6/perl
6617            ! Changes pod/perldelta.pod
6618 ____________________________________________________________________________
6619 [  9644] By: jhi                                   on 2001/04/08  20:37:00
6620         Log: Integrate change #9639 from maintperl into mainline:
6621              on windows, many of the README.* pods were being copied to
6622              the wrong location
6623      Branch: perl
6624           !> win32/Makefile win32/makefile.mk
6625 ____________________________________________________________________________
6626 [  9643] By: jhi                                   on 2001/04/08  20:07:11
6627         Log: Integrate change #9624 from maintperl into mainline:
6628              the pod tests were not okay.  (t/pod/find.t changes ignored)
6629      Branch: perl
6630           !> lib/Pod/Find.pm t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
6631           !> t/pod/include.t t/pod/included.t t/pod/lref.t
6632           !> t/pod/multiline_items.t t/pod/nested_items.t
6633           !> t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
6634           !> t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
6635 ____________________________________________________________________________
6636 [  9642] By: jhi                                   on 2001/04/08  19:57:17
6637         Log: Integrate change #9638 from maintperl into mainline:
6638              update to latest JPL from the anoncvs repository
6639      Branch: perl
6640           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
6641           !> MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
6642           !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
6643 ____________________________________________________________________________
6644 [  9641] By: jhi                                   on 2001/04/08  19:53:30
6645         Log: perl571delta updates.
6646      Branch: perl
6647            ! lib/Filter/Simple.pm pod/perl571delta.pod
6648 ____________________________________________________________________________
6649 [  9640] By: gsar                                  on 2001/04/08  19:20:46
6650         Log: integrate change#9634 from mainline
6651              
6652              Fix the perlmodlib generation (didn't understand separate .pod
6653              files; didn't understand -- as the name-thing separator).
6654              Update the CPAN mirrors list.
6655      Branch: maint-5.6/perl
6656            ! pod/perlmodlib.pod
6657           !> pod/perlmodlib.PL
6658 ____________________________________________________________________________
6659 [  9639] By: gsar                                  on 2001/04/08  18:57:31
6660         Log: on windows, many of the README.* pods were being copied to the wrong
6661              location
6662      Branch: maint-5.6/perl
6663            ! win32/Makefile win32/makefile.mk
6664 ____________________________________________________________________________
6665 [  9638] By: gsar                                  on 2001/04/08  18:38:25
6666         Log: update to latest JPL from the anoncvs repository
6667      Branch: maint-5.6/perl
6668            + jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
6669            ! MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
6670            ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
6671 ____________________________________________________________________________
6672 [  9637] By: jhi                                   on 2001/04/08  17:53:53
6673         Log: Britishify spellings; s/\b(front|back) (end)\b/\1\2/g;
6674      Branch: perl
6675            ! pod/perl571delta.pod
6676 ____________________________________________________________________________
6677 [  9636] By: jhi                                   on 2001/04/08  17:18:32
6678         Log: Regen toc.
6679      Branch: perl
6680            ! pod/perltoc.pod
6681 ____________________________________________________________________________
6682 [  9635] By: jhi                                   on 2001/04/08  17:16:33
6683         Log: Subject: [PATCH perl@9622] fix IO.xs compile failure on VMS
6684              From: "Craig A. Berry" <craigberry@mac.com>
6685              Date: Sun, 08 Apr 2001 12:30:16 -0500
6686              Message-Id: <5.0.2.1.0.20010408120154.02675eb8@exchi01>
6687      Branch: perl
6688            ! ext/IO/IO.xs lib/ExtUtils/xsubpp
6689 ____________________________________________________________________________
6690 [  9634] By: jhi                                   on 2001/04/08  17:09:19
6691         Log: Fix the perlmodlib generation (didn't understand separate .pod
6692              files; didn't understand -- as the name-thing separator).
6693              
6694              Update the CPAN mirrors list.
6695      Branch: perl
6696            ! pod/perlmodlib.PL pod/perlmodlib.pod
6697 ____________________________________________________________________________
6698 [  9633] By: jhi                                   on 2001/04/08  16:49:17
6699         Log: Sort MANIFEST.
6700      Branch: perl
6701            ! MANIFEST
6702 ____________________________________________________________________________
6703 [  9632] By: gsar                                  on 2001/04/08  16:36:06
6704         Log: add $Tie::RefHash::VERSION
6705      Branch: maint-5.6/perl
6706            ! lib/Tie/RefHash.pm
6707 ____________________________________________________________________________
6708 [  9631] By: jhi                                   on 2001/04/08  16:10:15
6709         Log: perl571delta updates based on p5p feedback; still needs
6710              lots of examples.
6711      Branch: perl
6712            ! pod/perl571delta.pod
6713 ____________________________________________________________________________
6714 [  9630] By: jhi                                   on 2001/04/08  15:59:13
6715         Log: Update the list of supported platforms to talk about 5.7.1
6716              (and 5.6.1)
6717      Branch: perl
6718            ! pod/perlport.pod
6719 ____________________________________________________________________________
6720 [  9629] By: jhi                                   on 2001/04/08  15:55:41
6721         Log: Integrate changes #8677,8680,8681,8725,8732,8776,8782,9290
6722              from maintperl into mainline: perlport updates.
6723      Branch: perl
6724            ! pod/perlport.pod
6725 ____________________________________________________________________________
6726 [  9628] By: jhi                                   on 2001/04/08  15:53:17
6727         Log: perlsolaris.pod copied to wrong directory.
6728      Branch: perl
6729            ! win32/makefile.mk
6730 ____________________________________________________________________________
6731 [  9627] By: jhi                                   on 2001/04/08  14:48:18
6732         Log: Subject: Typos in perl571delta.pod
6733              From: "Stephen P. Potter" <spp@spotter.yi.org>
6734              Date: Sat, 07 Apr 2001 20:37:05 -0400
6735              Message-Id: <20010408003710.2A8FC729DD@belgarath.spotter.yi.org>
6736      Branch: perl
6737            ! pod/perl571delta.pod
6738 ____________________________________________________________________________
6739 [  9626] By: jhi                                   on 2001/04/08  14:39:04
6740         Log: Smoke out dTHR, spotted by by Stephen P. Potter.
6741      Branch: perl
6742            ! gv.c
6743 ____________________________________________________________________________
6744 [  9625] By: nick                                  on 2001/04/08  10:14:23
6745         Log: Integrate mainline
6746      Branch: perlio
6747           +> pod/perl570delta.pod pod/perl571delta.pod
6748           !> (integrate 27 files)
6749 ____________________________________________________________________________
6750 [  9624] By: gsar                                  on 2001/04/08  06:08:17
6751         Log: test in t/pod/* were busted
6752              
6753              these tests are still not enabled in t/{harness,TEST}
6754      Branch: maint-5.6/perl
6755            ! lib/Pod/Find.pm t/pod/emptycmd.t t/pod/find.t t/pod/for.t
6756            ! t/pod/headings.t t/pod/include.t t/pod/included.t t/pod/lref.t
6757            ! t/pod/multiline_items.t t/pod/nested_items.t
6758            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
6759            ! t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
6760 ____________________________________________________________________________
6761 [  9623] By: gsar                                  on 2001/04/08  03:37:01
6762         Log: integrate change#9470 from mainline
6763              
6764              Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
6765      Branch: maint-5.6/perl
6766           !> ext/Socket/Socket.xs
6767 ____________________________________________________________________________
6768 [  9622] By: jhi                                   on 2001/04/07  22:40:47
6769         Log: Update Changes.
6770      Branch: perl
6771            ! Changes patchlevel.h
6772 ____________________________________________________________________________
6773 [  9621] By: jhi                                   on 2001/04/07  22:34:16
6774         Log: Update AUTHORS.
6775      Branch: perl
6776            ! AUTHORS
6777 ____________________________________________________________________________
6778 [  9620] By: jhi                                   on 2001/04/07  22:12:47
6779         Log: Forgot to bump the number of tests in #9164.
6780      Branch: perl
6781            ! t/op/array.t
6782 ____________________________________________________________________________
6783 [  9619] By: jhi                                   on 2001/04/07  22:09:50
6784         Log: Bump patchlevel to 5.7.1.
6785      Branch: perl
6786            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6787            ! config_h.SH patchlevel.h
6788 ____________________________________________________________________________
6789 [  9618] By: jhi                                   on 2001/04/07  22:02:41
6790         Log: Populate perl571delta.
6791      Branch: perl
6792            ! pod/perl571delta.pod
6793 ____________________________________________________________________________
6794 [  9617] By: jhi                                   on 2001/04/07  22:01:23
6795         Log: Change 5.7.0 to 5.7.1 in some of the places I would be guaranteed
6796              to forget it later; do not change patchlevel.h yet or regenerate
6797              Configure yet.
6798      Branch: perl
6799            ! epoc/config.sh win32/Makefile win32/config_H.bc
6800            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
6801 ____________________________________________________________________________
6802 [  9616] By: jhi                                   on 2001/04/07  17:46:33
6803         Log: Add PerlIO and Encode information to perl571delta, fron NI-S.
6804      Branch: perl
6805            ! pod/perl571delta.pod
6806 ____________________________________________________________________________
6807 [  9615] By: jhi                                   on 2001/04/07  17:33:21
6808         Log: Change the toc configuration.
6809      Branch: perl
6810            ! pod/buildtoc.PL pod/perl.pod
6811 ____________________________________________________________________________
6812 [  9614] By: jhi                                   on 2001/04/07  17:29:47
6813         Log: Subject: PATCH: $[
6814              From: Robin Houston <robin@kitsite.com>
6815              Date: Fri, 6 Apr 2001 18:10:14 +0100
6816              Message-ID: <20010406181014.A18803@puffinry.freeserve.co.uk>
6817      Branch: perl
6818            ! op.c t/op/array.t
6819 ____________________________________________________________________________
6820 [  9613] By: jhi                                   on 2001/04/07  17:28:26
6821         Log: Subject: [PATCH perl@9424] isn't numeric warning
6822              From: Robin Barker <rmb1@cise.npl.co.uk>
6823              Date: Fri, 6 Apr 2001 18:08:52 +0100 (BST)
6824              Message-Id: <200104061708.SAA06783@tempest.npl.co.uk>
6825      Branch: perl
6826            ! sv.c t/pragma/warn/sv
6827 ____________________________________________________________________________
6828 [  9612] By: jhi                                   on 2001/04/07  17:26:45
6829         Log: Subject: [PATCH bleadperl] Re: [PATCH dump.c] hash quality
6830              From: Mike Guy <mjtg@cam.ac.uk>
6831              Date: Fri, 06 Apr 2001 12:47:06 +0100
6832              Message-Id: <E14lUhm-0000rx-00@libra.cus.cam.ac.uk>
6833      Branch: perl
6834            ! dump.c t/lib/peek.t
6835 ____________________________________________________________________________
6836 [  9611] By: jhi                                   on 2001/04/07  17:21:35
6837         Log: Create perl571delta and seed it off with the perldelta changes
6838              since 5.7.0; remove those changes from perldelta and rename it
6839              as perl570delta; recreate perldelta but leave it almost empty.
6840      Branch: perl
6841            + pod/perl570delta.pod pod/perl571delta.pod
6842            ! MANIFEST pod/perldelta.pod
6843 ____________________________________________________________________________
6844 [  9610] By: jhi                                   on 2001/04/07  16:56:32
6845         Log: Denit.
6846      Branch: perl
6847            ! pod/perldelta.pod
6848 ____________________________________________________________________________
6849 [  9609] By: jhi                                   on 2001/04/07  16:38:32
6850         Log: Retract #9523: needs more thought.
6851      Branch: perl
6852            ! Makefile.SH
6853 ____________________________________________________________________________
6854 [  9608] By: jhi                                   on 2001/04/07  14:59:20
6855         Log: atmark() code cleanaup.
6856      Branch: perl
6857            ! ext/IO/IO.xs
6858 ____________________________________________________________________________
6859 [  9607] By: jhi                                   on 2001/04/07  14:48:14
6860         Log: Integrate change #9605 from maintperl into mainline.
6861              
6862              can't optimize away scope entry if tr/// is present
6863      Branch: perl
6864           !> op.c t/op/tr.t
6865 ____________________________________________________________________________
6866 [  9606] By: jhi                                   on 2001/04/07  14:43:59
6867         Log: Integrate perlio.
6868      Branch: perl
6869           +> win32/FindExt.pm
6870           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c t/lib/md5-file.t
6871           !> win32/buildext.pl win32/config_sh.PL win32/makefile.mk
6872 ____________________________________________________________________________
6873 [  9605] By: gsar                                  on 2001/04/07  11:52:40
6874         Log: can't optimize away scope entry if tr/// is present
6875      Branch: maint-5.6/perl
6876            ! op.c t/op/tr.t
6877 ____________________________________________________________________________
6878 [  9604] By: nick                                  on 2001/04/07  11:39:45
6879         Log: Split out extension finding code from buildext.pl into FindExt.pm
6880              Use it to get Config.pm's idea of available extensions in line
6881              with what is built.
6882      Branch: perlio
6883            + win32/FindExt.pm
6884            ! MANIFEST win32/buildext.pl win32/config_sh.PL
6885            ! win32/makefile.mk
6886 ____________________________________________________________________________
6887 [  9603] By: nick                                  on 2001/04/07  09:11:38
6888         Log: Cleanup correction for failed :Via() layer, also set an error code.
6889      Branch: perlio
6890            ! ext/PerlIO/Via/Via.xs
6891 ____________________________________________________________________________
6892 [  9602] By: nick                                  on 2001/04/07  08:38:04
6893         Log: Digests in lib/md5-file.t are for text files _without_ CRLF i.e. UNIX
6894              style. So don't use binmode() on the handles so that Win32 etc. see
6895              same sequence and produce same digests.
6896      Branch: perlio
6897            ! t/lib/md5-file.t
6898 ____________________________________________________________________________
6899 [  9601] By: nick                                  on 2001/04/07  08:36:26
6900         Log: Allow PerlIOBase_pushed to ignore prefix on mode (e.g. sysopen's "#r")
6901              Else it complains and so crlf layer (say) does not get pushed.
6902      Branch: perlio
6903            ! perlio.c
6904 ____________________________________________________________________________
6905 [  9600] By: jhi                                   on 2001/04/06  23:00:09
6906         Log: Integrate change #9599 from perlio into mainline.
6907      Branch: perl
6908           !> ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
6909           !> win32/config_H.vc
6910 ____________________________________________________________________________
6911 [  9599] By: nick                                  on 2001/04/06  21:42:43
6912         Log: Quote $VERSION in Encode.pm.
6913              regen_config_h as requested.
6914      Branch: perlio
6915            ! ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
6916            ! win32/config_H.vc
6917 ____________________________________________________________________________
6918 [  9598] By: nick                                  on 2001/04/06  20:34:59
6919         Log: Integrate mainline
6920      Branch: perlio
6921           +> README.macos
6922           !> (integrate 39 files)
6923 ____________________________________________________________________________
6924 [  9597] By: gsar                                  on 2001/04/06  18:06:35
6925         Log: integrate change#9464 from mainline (addendum to change#8313)
6926              
6927              Subject: [PATCH @9452] Better peep()ing for foreach() loops
6928      Branch: maint-5.6/perl
6929           !> op.c
6930 ____________________________________________________________________________
6931 [  9596] By: jhi                                   on 2001/04/06  17:26:03
6932         Log: The d_casti32=undef is good for you even when not use64bitall.
6933      Branch: perl
6934            ! hints/hpux.sh
6935 ____________________________________________________________________________
6936 [  9595] By: gsar                                  on 2001/04/06  14:57:17
6937         Log: add a low-impact fix to accomodate darwin-ism
6938      Branch: maint-5.6/perl
6939            ! ext/Errno/Errno_pm.PL
6940 ____________________________________________________________________________
6941 [  9594] By: jhi                                   on 2001/04/06  14:55:14
6942         Log: Integrate changes #9528,9593 from mainline into maintperl;
6943              tweaking the editor/IDE/shell list.
6944      Branch: maint-5.6/perl
6945           !> pod/perlfaq3.pod
6946 ____________________________________________________________________________
6947 [  9593] By: jhi                                   on 2001/04/06  14:51:39
6948         Log: Make the editor/IDE/shell list a little bit airier.
6949      Branch: perl
6950            ! pod/perlfaq3.pod
6951 ____________________________________________________________________________
6952 [  9592] By: gsar                                  on 2001/04/06  14:45:18
6953         Log: integrate change#9477 from mainline (base.pm doc tweak)
6954              
6955              missing doc entry for fmod()
6956      Branch: maint-5.6/perl
6957            ! lib/Math/BigFloat.pm
6958           !> lib/base.pm
6959 ____________________________________________________________________________
6960 [  9591] By: jhi                                   on 2001/04/06  13:55:48
6961         Log: Regen toc.
6962      Branch: perl
6963            ! pod/perltoc.pod
6964 ____________________________________________________________________________
6965 [  9590] By: jhi                                   on 2001/04/06  13:54:52
6966         Log: Math::BigFloat patches from John Peacock.  The equivalent
6967              of #9586 from maintperl but reworked by John to work with
6968              the bleadperl.
6969      Branch: perl
6970            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
6971 ____________________________________________________________________________
6972 [  9589] By: jhi                                   on 2001/04/06  13:42:23
6973         Log: Define the U32_ALIGNMENT_REQUIRED only if it's not already defined.
6974      Branch: perl
6975            ! ext/Digest/MD5/Makefile.PL
6976 ____________________________________________________________________________
6977 [  9588] By: jhi                                   on 2001/04/06  13:31:45
6978         Log: Integrate changes #9584,9587 from maintperl into mainline.
6979              
6980              keep eval"" CVs alive until the end of the statement in which
6981              they're called
6982              
6983              add README.macos (from Chris Nandor)
6984              
6985              tyop in change#9555
6986      Branch: perl
6987           +> README.macos
6988           !> MANIFEST embed.h embed.pl global.sym objXSUB.h perlapi.c
6989           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod pod/perlguts.pod
6990           !> pp_ctl.c proto.h scope.c scope.h sv.c win32/Makefile
6991           !> win32/makefile.mk
6992 ____________________________________________________________________________
6993 [  9587] By: gsar                                  on 2001/04/06  07:31:30
6994         Log: add README.macos (from Chris Nandor)
6995              
6996              tyop in change#9555
6997      Branch: maint-5.6/perl
6998            + README.macos
6999            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod
7000            ! win32/Makefile win32/makefile.mk
7001 ____________________________________________________________________________
7002 [  9586] By: gsar                                  on 2001/04/06  07:08:54
7003         Log: fixes for Math::BigFloat bugs; add fmod() (from John Peacock)
7004      Branch: maint-5.6/perl
7005            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
7006 ____________________________________________________________________________
7007 [  9585] By: gsar                                  on 2001/04/06  06:58:44
7008         Log: integrate changes#9555,9556,9563..9567,9570..9575,9577..9578
7009              from mainline
7010              
7011              Subject: [PATCH] Base64 update to perlfaq9.pod
7012              
7013              Subject: [PATCH AUTHORS] Housekeeping
7014              
7015              Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
7016              Mac OS X (Darwin) has extra pwent fields.
7017              
7018              Subject: [PATCH B::*] print control-character vars readably
7019              Needs EBCDICification.
7020              
7021              Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
7022              
7023              Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
7024              
7025              Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
7026              
7027              Subject: [PATCH B::Deparse] binmode is no longer an UNOP
7028              
7029              Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
7030              
7031              Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
7032              
7033              Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
7034              
7035              Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
7036              
7037              FreeBSD hints tweak from Anton Berezin.
7038              
7039              Subject: [PATCH foolperl & bleadperl] README.vms update
7040              
7041              Subject: Re: [PATCH foolperl & bleadperl] README.vms update
7042      Branch: maint-5.6/perl
7043           !> AUTHORS README.vms ext/B/B.pm ext/B/B/Concise.pm
7044           !> ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
7045           !> hints/freebsd.sh pod/perlfaq9.pod pp.c t/op/oct.t t/op/pwent.t
7046 ____________________________________________________________________________
7047 [  9584] By: gsar                                  on 2001/04/06  04:09:00
7048         Log: keep eval"" CVs alive until the end of the statement in which
7049              they're called; this avoids a coredump ensuing from search for
7050              lexicals in code such as:
7051              
7052              sub bug {
7053              my $s = @_;
7054              eval q[sub { eval 'sub { &$s }' }];
7055              }
7056              bug("x")->()->();
7057              
7058              this code still doesn't work as intended (as it has remained
7059              since time immemorial), but it doesn't provoke a coredump anymore
7060      Branch: maint-5.6/perl
7061            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
7062            ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h sv.c
7063 ____________________________________________________________________________
7064 [  9583] By: jhi                                   on 2001/04/05  23:52:51
7065         Log: Update Changes.
7066      Branch: perl
7067            ! Changes patchlevel.h
7068 ____________________________________________________________________________
7069 [  9582] By: jhi                                   on 2001/04/05  23:11:23
7070         Log: Slight doc tweak.
7071      Branch: perl
7072            ! pod/perlunicode.pod
7073 ____________________________________________________________________________
7074 [  9581] By: jhi                                   on 2001/04/05  23:04:11
7075         Log: Integrate perlio.
7076      Branch: perl
7077           !> pod/perlunicode.pod
7078 ____________________________________________________________________________
7079 [  9580] By: jhi                                   on 2001/04/05  23:03:29
7080         Log: Test for #9579.
7081      Branch: perl
7082            ! t/op/do.t
7083 ____________________________________________________________________________
7084 [  9579] By: jhi                                   on 2001/04/05  22:54:17
7085         Log: Subject: [PATCH] Propagate calling context for do '...'
7086              From: Gisle Aas <gisle@ActiveState.com>
7087              Date: 04 Apr 2001 20:17:29 -0700
7088              Message-ID: <lrg0fo827q.fsf@caliper.ActiveState.com>
7089      Branch: perl
7090            ! pod/perlfunc.pod pp_ctl.c
7091 ____________________________________________________________________________
7092 [  9578] By: jhi                                   on 2001/04/05  22:52:51
7093         Log: Subject: Re: [PATCH foolperl & bleadperl] README.vms update
7094              From: Peter Prymmer <pvhp@forte.com>
7095              Date: Thu, 5 Apr 2001 12:00:04 -0700 (PDT)
7096              Message-ID: <Pine.OSF.4.10.10104051156340.518291-100000@aspara.forte.com>
7097      Branch: perl
7098            ! README.vms
7099 ____________________________________________________________________________
7100 [  9577] By: jhi                                   on 2001/04/05  22:48:22
7101         Log: Subject: [PATCH foolperl & bleadperl] README.vms update
7102              From: "Craig A. Berry" <craigberry@mac.com>
7103              Date: Thu, 5 Apr 2001 13:43:28 -0500
7104              Message-Id: <p04330101b6f269936918@[172.16.52.1]>
7105      Branch: perl
7106            ! README.vms
7107 ____________________________________________________________________________
7108 [  9576] By: jhi                                   on 2001/04/05  22:31:38
7109         Log: Subject: [PATCH lib/base.pm t/lib/base.t] Fix subtle $VERSION mistakes with base.pm
7110              From: Michael G Schwern <schwern@pobox.com>
7111              Date: Thu, 5 Apr 2001 21:53:21 +0100
7112              Message-ID: <20010405215321.A4828@blackrider.blackstar.co.uk>
7113      Branch: perl
7114            ! lib/base.pm t/lib/fields.t
7115 ____________________________________________________________________________
7116 [  9575] By: jhi                                   on 2001/04/05  22:26:10
7117         Log: FreeBSD hints tweak from Anton Berezin.
7118      Branch: perl
7119            ! hints/freebsd.sh
7120 ____________________________________________________________________________
7121 [  9574] By: jhi                                   on 2001/04/05  22:24:03
7122         Log: Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
7123              From: David Dyck <dcd@tc.fluke.com>
7124              Date: Thu, 5 Apr 2001 09:40:58 -0700 (PDT)
7125              Message-ID: <Pine.LNX.4.30.0104050838330.30478-100000@dd.tc.fluke.com>
7126      Branch: perl
7127            ! t/op/oct.t
7128 ____________________________________________________________________________
7129 [  9573] By: jhi                                   on 2001/04/05  22:23:06
7130         Log: Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
7131              Date: Wed, 4 Apr 2001 13:27:15 -0700 (PDT)
7132              From: David Dyck <dcd@tc.fluke.com>
7133              Message-ID: <Pine.LNX.4.30.0104041325310.25358-100000@dd.tc.fluke.com>
7134      Branch: perl
7135            ! pp.c
7136 ____________________________________________________________________________
7137 [  9572] By: jhi                                   on 2001/04/05  22:14:47
7138         Log: Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
7139              From: Robin Houston <robin@kitsite.com>
7140              Date: Thu, 5 Apr 2001 20:56:48 +0100
7141              Message-ID: <20010405205648.A16814@puffinry.freeserve.co.uk>
7142      Branch: perl
7143            ! ext/B/B/Deparse.pm
7144 ____________________________________________________________________________
7145 [  9571] By: jhi                                   on 2001/04/05  22:12:53
7146         Log: Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
7147              From: Robin Houston <robin@kitsite.com>
7148              Date: Thu, 5 Apr 2001 19:55:51 +0100
7149              Message-ID: <20010405195551.A16686@puffinry.freeserve.co.uk>
7150      Branch: perl
7151            ! ext/B/B/Deparse.pm
7152 ____________________________________________________________________________
7153 [  9570] By: jhi                                   on 2001/04/05  22:11:06
7154         Log: Subject: [PATCH B::Deparse] binmode is no longer an UNOP
7155              From: Robin Houston <robin@kitsite.com>
7156              Date: Thu, 5 Apr 2001 20:16:29 +0100
7157              Message-ID: <20010405201629.A16763@puffinry.freeserve.co.uk>
7158      Branch: perl
7159            ! ext/B/B/Deparse.pm
7160 ____________________________________________________________________________
7161 [  9569] By: nick                                  on 2001/04/05  21:32:26
7162         Log: Change sense from "incomplete" to "implemented but needs more work" in perlunicode.pod
7163      Branch: perlio
7164            ! pod/perlunicode.pod
7165 ____________________________________________________________________________
7166 [  9568] By: nick                                  on 2001/04/05  19:38:09
7167         Log: Integrate mainline
7168      Branch: perlio
7169           +> lib/Class/ISA.pm t/lib/class-isa.t t/lib/md5-align.t
7170           !> (integrate 35 files)
7171 ____________________________________________________________________________
7172 [  9567] By: jhi                                   on 2001/04/05  18:31:45
7173         Log: Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
7174              From: Robin Houston <robin@kitsite.com>
7175              Date: Thu, 5 Apr 2001 18:03:23 +0100
7176              Message-ID: <20010405180323.A16388@puffinry.freeserve.co.uk>
7177      Branch: perl
7178            ! ext/B/B/Deparse.pm
7179 ____________________________________________________________________________
7180 [  9566] By: jhi                                   on 2001/04/05  18:29:35
7181         Log: Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
7182              From: Robin Houston <robin@kitsite.com>
7183              Date: Thu, 5 Apr 2001 16:45:18 +0100
7184              Message-ID: <20010405164517.B16037@puffinry.freeserve.co.uk>
7185      Branch: perl
7186            ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
7187 ____________________________________________________________________________
7188 [  9565] By: jhi                                   on 2001/04/05  18:24:23
7189         Log: Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
7190              From: Robin Houston <robin@kitsite.com>
7191              Date: Thu, 5 Apr 2001 14:50:09 +0100
7192              Message-ID: <20010405145009.A15916@puffinry.freeserve.co.uk>
7193      Branch: perl
7194            ! ext/B/B/Deparse.pm
7195 ____________________________________________________________________________
7196 [  9564] By: jhi                                   on 2001/04/05  18:23:03
7197         Log: Subject: [PATCH B::*] print control-character vars readably
7198              From: Robin Houston <robin@kitsite.com>
7199              Date: Thu, 5 Apr 2001 14:27:38 +0100
7200              Message-ID: <20010405142738.A15855@puffinry.freeserve.co.uk>
7201              
7202              Needs EBCDICification.
7203      Branch: perl
7204            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Debug.pm
7205            ! ext/B/B/Terse.pm
7206 ____________________________________________________________________________
7207 [  9563] By: jhi                                   on 2001/04/05  18:20:32
7208         Log: Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
7209              Date: Thu, 5 Apr 2001 13:21:42 -0400
7210              From: Paul Schinder <schinder@pobox.com>
7211              Message-Id: <p05100900b6f25159e767@[10.0.1.52]>
7212              
7213              Mac OS X (Darwin) has extra pwent fields.
7214      Branch: perl
7215            ! t/op/pwent.t
7216 ____________________________________________________________________________
7217 [  9562] By: jhi                                   on 2001/04/05  17:57:51
7218         Log: Regen toc.
7219      Branch: perl
7220            ! pod/perltoc.pod
7221 ____________________________________________________________________________
7222 [  9561] By: jhi                                   on 2001/04/05  17:47:33
7223         Log: Metaconfig units changes for #9560, plus regen Glossary.patch.
7224      Branch: metaconfig
7225            ! U/Glossary.patch
7226      Branch: metaconfig/U/perl
7227            + d_u32align.U
7228            ! d_cmsghdr_s.U d_msghdr_s.U
7229 ____________________________________________________________________________
7230 [  9560] By: jhi                                   on 2001/04/05  17:47:01
7231         Log: Introduce d_u32align / U32_REQUIRES_ALIGNMENT, needed for
7232              ext/Digest/MD5/Makefile.PL and t/lib/md5-align.t.
7233              Introduce probes for struct msghdr, struct cmsghdr,
7234              sendmsg, recvmsg, readv, writev, setitimer, getitimer,
7235              ualarm, usleep, for possible later extension work.
7236      Branch: perl
7237            + t/lib/md5-align.t
7238            ! Configure MANIFEST Porting/Glossary Porting/config.sh
7239            ! Porting/config_H config_h.SH configure.com epoc/config.sh
7240            ! ext/Digest/MD5/Makefile.PL perl.h uconfig.h uconfig.sh
7241            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
7242            ! vos/config.ga.h win32/config.bc win32/config.gc
7243            ! win32/config.vc
7244 ____________________________________________________________________________
7245 [  9559] By: jhi                                   on 2001/04/05  13:03:04
7246         Log: Be traditional in your cpp (for the Errno extension).
7247      Branch: perl
7248            ! hints/darwin.sh
7249 ____________________________________________________________________________
7250 [  9558] By: jhi                                   on 2001/04/05  13:00:05
7251         Log: Add $Config{cppflags} to the gcc incantation.
7252      Branch: perl
7253            ! ext/Errno/Errno_pm.PL
7254 ____________________________________________________________________________
7255 [  9557] By: jhi                                   on 2001/04/05  04:22:39
7256         Log: Introduce Sean Burke's Class::ISA 0.32.
7257      Branch: perl
7258            + lib/Class/ISA.pm t/lib/class-isa.t
7259            ! MANIFEST
7260 ____________________________________________________________________________
7261 [  9556] By: jhi                                   on 2001/04/05  04:09:50
7262         Log: Subject: [PATCH AUTHORS] Housekeeping
7263              From: Paul Johnson <paul@pjcj.net> 
7264              Date: Wed, 4 Apr 2001 22:45:47 +0200
7265              Message-ID: <20010404224547.D9548@pjcj.net>
7266      Branch: perl
7267            ! AUTHORS
7268 ____________________________________________________________________________
7269 [  9555] By: jhi                                   on 2001/04/05  04:06:33
7270         Log: Subject: [PATCH] Base64 update to perlfaq9.pod
7271              From: Gisle Aas <gisle@ActiveState.com>
7272              Date: 04 Apr 2001 14:23:04 -0700
7273              Message-ID: <lrlmpg9x6v.fsf@caliper.ActiveState.com>
7274      Branch: perl
7275            ! pod/perlfaq9.pod
7276 ____________________________________________________________________________
7277 [  9554] By: jhi                                   on 2001/04/05  04:05:49
7278         Log: Downgrade also the "Wide character" diagnostic.
7279      Branch: perl
7280            ! pod/perldiag.pod
7281 ____________________________________________________________________________
7282 [  9553] By: jhi                                   on 2001/04/05  04:00:33
7283         Log: Integrate changes #9544,9547,9549(perlio),9550,9551 from
7284              maintperl into mainline.
7285              
7286              "double" should be "NV"; standard typemap is missing entry
7287              for NV
7288              
7289              s/djSP/dSP/
7290              
7291              Downgrade "Wide character in print" to a warning.
7292              
7293              B::Deparse fix for ${^FOO} and documentation for PVX() method
7294              (from Robin Houston)
7295              
7296              tr/// doesn't null-terminate the result in some situations
7297              (from Gisle Aas)
7298      Branch: perl
7299           !> doio.c doop.c ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
7300           !> ext/B/B/Deparse.pm ext/Thread/Thread.xs lib/ExtUtils/typemap
7301           !> t/io/utf8.t t/op/tr.t
7302 ____________________________________________________________________________
7303 [  9552] By: jhi                                   on 2001/04/05  03:52:50
7304         Log: Retract changes #9542 and #9538 (from maintperl, integrated
7305              at #9540), shouldn't be needed because of the perlio changes.
7306      Branch: perl
7307            ! util.c
7308 ____________________________________________________________________________
7309 [  9551] By: gsar                                  on 2001/04/05  00:18:34
7310         Log: tr/// doesn't null-terminate the result in some situations
7311              (from Gisle Aas)
7312      Branch: maint-5.6/perl
7313            ! doop.c t/op/tr.t
7314 ____________________________________________________________________________
7315 [  9550] By: gsar                                  on 2001/04/04  20:04:17
7316         Log: B::Deparse fix for ${^FOO} and documentation for PVX() method
7317              (from Robin Houston)
7318      Branch: maint-5.6/perl
7319            ! ext/B/B.pm ext/B/B/Deparse.pm
7320 ____________________________________________________________________________
7321 [  9549] By: nick                                  on 2001/04/04  18:56:15
7322         Log: Downgrade "Wide character in print" to a warning.
7323      Branch: perlio
7324            ! doio.c t/io/utf8.t
7325 ____________________________________________________________________________
7326 [  9548] By: gsar                                  on 2001/04/04  18:51:49
7327         Log: integrate changes#9460,9462,9482,9521,9522
7328              
7329              Subject: PATCH: B::Debug should show LOOP-specific fields
7330              
7331              Subject: B::Deparse precedence bug. (Patch included.)
7332              
7333              Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
7334              
7335              Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
7336              
7337              Subject: [PATCH B::Concise] padname values may have bogus SvCUR
7338      Branch: maint-5.6/perl
7339           !> ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Debug.pm
7340           !> ext/B/B/Deparse.pm ext/B/B/Showlex.pm
7341 ____________________________________________________________________________
7342 [  9547] By: gsar                                  on 2001/04/04  18:49:16
7343         Log: s/djSP/dSP/
7344      Branch: maint-5.6/perl
7345            ! ext/Thread/Thread.xs
7346 ____________________________________________________________________________
7347 [  9546] By: nick                                  on 2001/04/04  18:44:00
7348         Log: Integrate mainline.
7349      Branch: perlio
7350           !> Makefile.SH embed.pl ext/File/Glob/Glob.pm jpl/JNI/JNI.pm op.c
7351           !> os2/OS2/Process/Process.pm perl.c pod/perlapi.pod util.c
7352 ____________________________________________________________________________
7353 [  9545] By: gsar                                  on 2001/04/04  18:38:52
7354         Log: integrate change#8837 from mainline
7355              
7356              Subject: [patch] -Wall cleanup round 2
7357      Branch: maint-5.6/perl
7358           !> ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
7359           !> ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
7360           !> ext/File/Glob/Glob.xs ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs
7361           !> ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
7362           !> ext/SDBM_File/SDBM_File.xs
7363 ____________________________________________________________________________
7364 [  9544] By: gsar                                  on 2001/04/04  17:49:57
7365         Log: "double" should be "NV"; standard typemap is missing entry
7366              for NV
7367      Branch: maint-5.6/perl
7368            ! ext/B/B.xs ext/B/B/C.pm lib/ExtUtils/typemap
7369 ____________________________________________________________________________
7370 [  9543] By: jhi                                   on 2001/04/04  14:13:18
7371         Log: Thou shalt not (just) match for English error messages.
7372      Branch: perl
7373            ! ext/File/Glob/Glob.pm jpl/JNI/JNI.pm
7374            ! os2/OS2/Process/Process.pm
7375 ____________________________________________________________________________
7376 [  9542] By: jhi                                   on 2001/04/04  13:20:39
7377         Log: Make the stdio tricks of fflush_all() to exist only if
7378              stdio is being used.
7379      Branch: perl
7380            ! util.c
7381 ____________________________________________________________________________
7382 [  9541] By: jhi                                   on 2001/04/04  04:20:24
7383         Log: Subject: Re: [PATCH] Lighten up glob
7384              From: Benjamin Sugars <bsugars@canoe.ca>
7385              Date: Tue, 3 Apr 2001 17:03:48 -0400 (EDT)
7386              Message-ID: <Pine.LNX.4.21.0104031700340.2143-100000@marmot.rim.canoe.ca>
7387      Branch: perl
7388            ! embed.pl ext/File/Glob/Glob.pm op.c perl.c pod/perlapi.pod
7389            ! util.c
7390 ____________________________________________________________________________
7391 [  9540] By: jhi                                   on 2001/04/04  04:03:57
7392         Log: Integrate changes #9538,9539 from maintperl into mainline.
7393              
7394              fflush() is a macro on SunOS 4.1.x, so provide a wrapper
7395              for use with _fwalk() (fix for change#7705)
7396              
7397              another tweak needed for SunOS 4.1.x build (from Mike Guy)
7398              (cp -f is not portable)
7399      Branch: perl
7400           !> Makefile.SH util.c
7401 ____________________________________________________________________________
7402 [  9539] By: gsar                                  on 2001/04/04  03:01:14
7403         Log: another tweak needed for SunOS 4.1.x build (from Mike Guy)
7404      Branch: maint-5.6/perl
7405            ! Makefile.SH
7406 ____________________________________________________________________________
7407 [  9538] By: gsar                                  on 2001/04/04  01:00:38
7408         Log: fflush() is a macro on SunOS 4.1.x, so provide a wrapper
7409              for use with _fwalk() (fix for change#7705)
7410      Branch: maint-5.6/perl
7411            ! util.c
7412 ____________________________________________________________________________
7413 [  9537] By: nick                                  on 2001/04/03  19:24:55
7414         Log: Integrate mainline
7415      Branch: perlio
7416           +> ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL lib/unicode/NamesList.txt
7417           +> lib/unicode/PropList.html
7418            - lib/unicode/Names.txt lib/unicode/README.Ethiopic
7419           !> (integrate 69 files)
7420 ____________________________________________________________________________
7421 [  9536] By: jhi                                   on 2001/04/03  18:02:31
7422         Log: Integrate change #9533 from maintperl into mainline.
7423              
7424              better fix for change#9517 to accomodate UNC paths like
7425              \\server\share\foo, and paths with trailing backslash
7426              like c:\this\
7427      Branch: perl
7428           !> utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
7429 ____________________________________________________________________________
7430 [  9535] By: jhi                                   on 2001/04/03  17:58:07
7431         Log: Change the push/unshift warning to be of class syntax, not misc.
7432      Branch: perl
7433            ! op.c pod/perldiag.pod t/pragma/warn/op
7434 ____________________________________________________________________________
7435 [  9534] By: jhi                                   on 2001/04/03  15:03:46
7436         Log: Change the push/unshift warning (#9532) to talk about "no values"
7437              instead of "no arguments".
7438      Branch: perl
7439            ! op.c pod/perldiag.pod t/pragma/warn/op
7440 ____________________________________________________________________________
7441 [  9533] By: gsar                                  on 2001/04/03  14:30:07
7442         Log: better fix for change#9517 to accomodate UNC paths like
7443              \\server\share\foo, and paths with trailing backslash
7444              like c:\this\
7445      Branch: maint-5.6/perl
7446            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
7447 ____________________________________________________________________________
7448 [  9532] By: jhi                                   on 2001/04/03  13:11:46
7449         Log: Subject: Re: [ID 20010331.003] new misc warning for push(@x), unshift(@x)
7450              From: Robin Houston <robin@kitsite.com>
7451              Date: Mon, 2 Apr 2001 15:03:29 +0100
7452              Message-ID: <20010402150329.A6636@puffinry.freeserve.co.uk>
7453      Branch: perl
7454            ! op.c pod/perldiag.pod t/lib/db-recno.t t/pragma/warn/op
7455 ____________________________________________________________________________
7456 [  9531] By: jhi                                   on 2001/04/03  13:06:34
7457         Log: Integrate change #9530 from maintperl into mainline.
7458              
7459              accomodate VMS "mailbox overflow" quirk in testsuite (from
7460              Craig Berry)
7461      Branch: perl
7462           !> t/lib/socket.t
7463 ____________________________________________________________________________
7464 [  9530] By: gsar                                  on 2001/04/03  04:56:41
7465         Log: accomodate VMS "mailbox overflow" quirk in testsuite (from
7466              Craig Berry)
7467      Branch: maint-5.6/perl
7468            ! t/lib/socket.t
7469 ____________________________________________________________________________
7470 [  9529] By: jhi                                   on 2001/04/03  02:34:34
7471         Log: Update Changes.
7472      Branch: perl
7473            ! Changes patchlevel.h
7474 ____________________________________________________________________________
7475 [  9528] By: jhi                                   on 2001/04/03  01:27:57
7476         Log: Subject: [PATCH: 9508] perlfaq3: extend the silly long list even further
7477              Date: Mon, 2 Apr 2001 18:24:53 -0700 (PDT)
7478              To: perl5-porters@perl.org
7479              Message-ID: <Pine.OSF.4.10.10104021823330.279908-100000@aspara.forte.com>
7480      Branch: perl
7481            ! pod/perlfaq3.pod
7482 ____________________________________________________________________________
7483 [  9527] By: jhi                                   on 2001/04/03  01:22:09
7484         Log: Subject: [PATCH: 9508] build && test XS::Typemap on VMS, glob-basic insensitivity training
7485              From: Peter Prymmer <pvhp@forte.com>
7486              Date: Mon, 2 Apr 2001 17:40:27 -0700 (PDT)
7487              Message-ID: <Pine.OSF.4.10.10104021727250.278825-100000@aspara.forte.com>      
7488      Branch: perl
7489            ! configure.com t/lib/glob-basic.t t/lib/xs-typemap.t
7490 ____________________________________________________________________________
7491 [  9526] By: jhi                                   on 2001/04/03  01:18:25
7492         Log: The metaconfig unit changes for #9525.
7493      Branch: metaconfig
7494            ! U/a_dvisory/quadtype.U U/modified/mallocsrc.U
7495      Branch: metaconfig/U/perl
7496            ! use64bits.U
7497 ____________________________________________________________________________
7498 [  9525] By: jhi                                   on 2001/04/03  01:17:30
7499         Log: Configure sanity checks:
7500              * if use64bitall is attempted but pointers are only 32-bit,
7501              'downgrade' to use64bitint
7502              * if use64bitint is attempted but there's no quad type,
7503              forget about use64bitint (well, the default for it is 'n',
7504              the user can still override this)
7505              * if pointers are 64 bits, do not try to use Perl's malloc
7506      Branch: perl
7507            ! Configure
7508 ____________________________________________________________________________
7509 [  9524] By: gsar                                  on 2001/04/03  01:09:12
7510         Log: EPOC fix for lib/io_udp.t failure (from Olaf Flebbe)
7511      Branch: maint-5.6/perl
7512            ! pp_sys.c
7513 ____________________________________________________________________________
7514 [  9523] By: jhi                                   on 2001/04/03  00:02:31
7515         Log: (Retracted by #9609)
7516              
7517              Make it harder for parallel makes to enter 'test' before
7518              Dynaloader and File::Glob are happy.  (In principle 'make_ext'
7519              should be unhappy enough, but sometimes parallel makes seem
7520              to sneak past both in Tru64 and AIX.)
7521      Branch: perl
7522            ! Makefile.SH
7523 ____________________________________________________________________________
7524 [  9522] By: jhi                                   on 2001/04/02  22:35:31
7525         Log: Subject: [PATCH B::Concise] padname values may have bogus SvCUR
7526              Date: Mon, 2 Apr 2001 22:54:10 +0100
7527              From: Robin Houston <robin@kitsite.com>
7528              Message-ID: <20010402225410.A8273@puffinry.freeserve.co.uk>
7529      Branch: perl
7530            ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Showlex.pm
7531 ____________________________________________________________________________
7532 [  9521] By: jhi                                   on 2001/04/02  22:32:23
7533         Log: Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
7534              From: Robin Houston <robin@kitsite.com>
7535              Date: Mon, 2 Apr 2001 20:24:03 +0100
7536              Message-ID: <20010402202402.A8005@puffinry.freeserve.co.uk>
7537      Branch: perl
7538            ! ext/B/B/Concise.pm
7539 ____________________________________________________________________________
7540 [  9520] By: jhi                                   on 2001/04/02  22:30:43
7541         Log: Subject: [PATCH] REALLY pedantic hv.h nit
7542              From: Simon Cozens <simon@netthink.co.uk>
7543              Date: Mon, 2 Apr 2001 15:43:06 +0100
7544              Message-ID: <20010402154306.A21711@netthink.co.uk>
7545      Branch: perl
7546            ! hv.h
7547 ____________________________________________________________________________
7548 [  9519] By: jhi                                   on 2001/04/02  22:28:04
7549         Log: Based on
7550              
7551              Subject: [foolperl] EPOC fix
7552              From: Olaf Flebbe <O.Flebbe@science-computing.de>
7553              Date: Mon, 2 Apr 2001 23:36:51 +0200 (CEST)
7554              Message-ID: <Pine.LNX.4.02.10104022335380.5547-100000@milkyway.science-computing.de>
7555      Branch: perl
7556            ! pp_sys.c
7557 ____________________________________________________________________________
7558 [  9518] By: jhi                                   on 2001/04/02  22:22:34
7559         Log: Integrate changes #9511,9514,9517 from maintperl into mainline.
7560              
7561              README.win32 tweaks; add a note about alternative location for
7562              getting a gcc-2.95.2 that will build perl properly on windows
7563              
7564              add some notes about gutsy threading matters
7565              
7566              many of the utilities interpolate literal paths within doublequotes
7567              (fails on dosish platforms where path contains backslashes)
7568      Branch: perl
7569           !> README.win32 pod/perlguts.pod utils/perldoc.PL
7570           !> x2p/find2perl.PL x2p/s2p.PL
7571 ____________________________________________________________________________
7572 [  9517] By: gsar                                  on 2001/04/02  19:52:21
7573         Log: many of the utilities interpolate literal paths within doublequotes
7574              (fails on dosish platforms where path contains backslashes)
7575      Branch: maint-5.6/perl
7576            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
7577 ____________________________________________________________________________
7578 [  9516] By: gsar                                  on 2001/04/02  05:49:37
7579         Log: a foolish release
7580      Branch: maint-5.6/perl
7581            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
7582            ! pod/perltoc.pod
7583 ____________________________________________________________________________
7584 [  9515] By: gsar                                  on 2001/04/02  05:04:29
7585         Log: add missing changelog summaries
7586      Branch: maint-5.6/perl
7587            ! Changes
7588 ____________________________________________________________________________
7589 [  9514] By: gsar                                  on 2001/04/02  04:07:13
7590         Log: add some notes about gutsy threading matters
7591      Branch: maint-5.6/perl
7592            ! pod/perlguts.pod
7593 ____________________________________________________________________________
7594 [  9513] By: gsar                                  on 2001/04/02  03:25:21
7595         Log: add more prominent caveat notices about experimental features
7596      Branch: maint-5.6/perl
7597            ! pod/perlfork.pod pod/perlunicode.pod
7598 ____________________________________________________________________________
7599 [  9512] By: gsar                                  on 2001/04/02  02:54:33
7600         Log: integrate changes#9479,9509 from mainline
7601              
7602              [PATCH] File::Glob stuff for Mac OS
7603              
7604              [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
7605      Branch: maint-5.6/perl
7606           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
7607           !> t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
7608           !> t/lib/glob-taint.t
7609 ____________________________________________________________________________
7610 [  9511] By: gsar                                  on 2001/04/02  02:38:24
7611         Log: README.win32 tweaks; add a note about alternative location for
7612              getting a gcc-2.95.2 that will build perl properly on windows
7613      Branch: maint-5.6/perl
7614            ! README.win32
7615 ____________________________________________________________________________
7616 [  9510] By: jhi                                   on 2001/04/01  20:45:10
7617         Log: An ambiguosity warning.
7618      Branch: perl
7619            ! t/lib/trig.t
7620 ____________________________________________________________________________
7621 [  9509] By: jhi                                   on 2001/04/01  19:53:47
7622         Log: Subject: [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
7623              From: Jonathan Stowe <gellyfish@gellyfish.com>
7624              Date: Sun, 1 Apr 2001 10:04:55 +0100 (BST)
7625              Message-ID: <Pine.LNX.4.30.0104010958250.7703-100000@orpheus.gellyfish.com>
7626      Branch: perl
7627            ! ext/File/Glob/bsd_glob.c
7628 ____________________________________________________________________________
7629 [  9508] By: jhi                                   on 2001/04/01  19:35:03
7630         Log: Update Changes.
7631      Branch: perl
7632            ! Changes patchlevel.h
7633 ____________________________________________________________________________
7634 [  9507] By: jhi                                   on 2001/04/01  19:24:01
7635         Log: Integrate changes #9378,9458,9469,9475,9489,9490,9505,9506
7636              from mainline to maintperl: pod tweaks.
7637      Branch: maint-5.6/perl
7638           !> pod/perldebug.pod pod/perldiag.pod pod/perlfaq1.pod
7639           !> pod/perlguts.pod pod/perlhack.pod pod/perlop.pod
7640           !> pod/perlvar.pod
7641 ____________________________________________________________________________
7642 [  9506] By: jhi                                   on 2001/04/01  19:11:53
7643         Log: Commit Sarathy to April release of 5.6.1 :-)
7644      Branch: perl
7645            ! pod/perlfaq1.pod
7646 ____________________________________________________________________________
7647 [  9505] By: jhi                                   on 2001/04/01  19:03:15
7648         Log: Subject: PATCH 5.6.0 (perldebug.pod)
7649              From: Mark-Jason Dominus <mjd@plover.com>
7650              Date: Sun, 01 Apr 2001 14:25:11 -0400
7651              Message-ID: <20010401182511.9247.qmail@plover.com>
7652      Branch: perl
7653            ! pod/perldebug.pod
7654 ____________________________________________________________________________
7655 [  9504] By: jhi                                   on 2001/04/01  18:43:09
7656         Log: Add great_circle_direction().
7657      Branch: perl
7658            ! lib/Math/Trig.pm t/lib/trig.t
7659 ____________________________________________________________________________
7660 [  9503] By: jhi                                   on 2001/04/01  17:29:12
7661         Log: Unicode ReadMe update for Unicode 3.1.
7662      Branch: perl
7663            ! lib/unicode/ReadMe.txt
7664 ____________________________________________________________________________
7665 [  9502] By: jhi                                   on 2001/04/01  17:18:40
7666         Log: Integrate change #9501 from maintperl into mainline.
7667              
7668              fix the perlembed notes on multiple interpreters
7669              
7670              fix ExtUtils::Embed to work passably on Windows
7671      Branch: perl
7672           !> lib/ExtUtils/Embed.pm pod/perlembed.pod
7673 ____________________________________________________________________________
7674 [  9501] By: gsar                                  on 2001/04/01  07:21:57
7675         Log: fix the perlembed notes on multiple interpreters
7676              
7677              fix ExtUtils::Embed to work passably on Windows
7678      Branch: maint-5.6/perl
7679            ! lib/ExtUtils/Embed.pm pod/perlembed.pod
7680 ____________________________________________________________________________
7681 [  9500] By: jhi                                   on 2001/04/01  05:58:23
7682         Log: Test for #9499.
7683      Branch: perl
7684            ! t/op/tr.t
7685 ____________________________________________________________________________
7686 [  9499] By: jhi                                   on 2001/04/01  05:55:46
7687         Log: tr/// UTF-8 tweaking from Inaba Hiroto.
7688      Branch: perl
7689            ! embed.h embed.pl op.c proto.h
7690 ____________________________________________________________________________
7691 [  9498] By: jhi                                   on 2001/04/01  05:44:34
7692         Log: Protect the workaround hunk more.
7693      Branch: perl
7694            ! toke.c
7695 ____________________________________________________________________________
7696 [  9497] By: jhi                                   on 2001/04/01  00:24:25
7697         Log: Integrate changes #9493,9494,9495,9496 from maintperl
7698              into mainline.
7699              
7700              fix a broken workaround for Borland compiler in change#4739
7701              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
7702              
7703              nits spotted by Borland compiler
7704              
7705              avoid redefinition warnings under Borland 5.02
7706              
7707              various nits identified by the Borland 5.5 compiler; remove suppression
7708              of a few warnings
7709      Branch: perl
7710           !> ext/File/Glob/bsd_glob.c sv.c toke.c utf8.h win32/makefile.mk
7711           !> win32/win32.h
7712 ____________________________________________________________________________
7713 [  9496] By: gsar                                  on 2001/03/31  23:22:28
7714         Log: various nits identified by the Borland 5.5 compiler; remove suppression
7715              of a few warnings
7716      Branch: maint-5.6/perl
7717            ! ext/File/Glob/bsd_glob.c sv.c win32/win32.h
7718 ____________________________________________________________________________
7719 [  9495] By: gsar                                  on 2001/03/31  21:03:08
7720         Log: avoid redefinition warnings under Borland 5.02
7721      Branch: maint-5.6/perl
7722            ! win32/makefile.mk
7723 ____________________________________________________________________________
7724 [  9494] By: gsar                                  on 2001/03/31  20:18:59
7725         Log: nits spotted by Borland compiler
7726      Branch: maint-5.6/perl
7727            ! utf8.h win32/win32.h
7728 ____________________________________________________________________________
7729 [  9493] By: gsar                                  on 2001/03/31  20:18:05
7730         Log: fix a broken workaround for Borland compiler in change#4739
7731              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
7732      Branch: maint-5.6/perl
7733            ! toke.c
7734 ____________________________________________________________________________
7735 [  9492] By: jhi                                   on 2001/03/31  18:36:24
7736         Log: Integrate change #9491 from maintperl into mainline.
7737              
7738              Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
7739              directory is relative (need to fetch the full path name *before*
7740              the chdir!)
7741      Branch: perl
7742           !> lib/Cwd.pm
7743 ____________________________________________________________________________
7744 [  9491] By: gsar                                  on 2001/03/31  17:01:56
7745         Log: Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
7746              directory is relative (need to fetch the full path name *before*
7747              the chdir!)
7748              
7749              this is a followup patch for change#6749
7750      Branch: maint-5.6/perl
7751            ! lib/Cwd.pm
7752 ____________________________________________________________________________
7753 [  9490] By: jhi                                   on 2001/03/31  15:50:18
7754         Log: Subject: Re: [PATCH] av.h cosmetics
7755              From: Simon Cozens <simon@netthink.co.uk>
7756              Date: Sat, 31 Mar 2001 13:09:59 +0100
7757              Message-ID: <20010331130959.A22000@netthink.co.uk>
7758              
7759              Document AvALLOC.
7760      Branch: perl
7761            ! pod/perlguts.pod
7762 ____________________________________________________________________________
7763 [  9489] By: jhi                                   on 2001/03/31  15:48:44
7764         Log: Subject: [PATCH] Re: Math::Big* v1.21
7765              From: Tels <perl_dummy@bloodgate.com>
7766              Date: Sat, 31 Mar 2001 13:21:05 +0200 (CEST)
7767              Message-Id: <200103311125.GAA377738@www08.hway.net>
7768      Branch: perl
7769            ! pod/perlop.pod
7770 ____________________________________________________________________________
7771 [  9488] By: jhi                                   on 2001/03/31  03:39:51
7772         Log: Debug output tweak.
7773      Branch: perl
7774            ! t/lib/cwd.t
7775 ____________________________________________________________________________
7776 [  9487] By: jhi                                   on 2001/03/31  03:33:02
7777         Log: OverVMSification.
7778      Branch: perl
7779            ! t/lib/cwd.t
7780 ____________________________________________________________________________
7781 [  9486] By: jhi                                   on 2001/03/31  03:01:40
7782         Log: Missed MANIFESTations in #9483.
7783      Branch: perl
7784            ! MANIFEST
7785 ____________________________________________________________________________
7786 [  9485] By: jhi                                   on 2001/03/31  02:58:17
7787         Log: Subject: Not OK: perl v5.7.0 +DEVEL9472 on VMS_AXP V7.1 (UNINSTALLED)
7788              From: Peter Prymmer <pvhp@forte.com>
7789              Date: Fri, 30 Mar 2001 18:06:36 -0800 (PST)
7790              Message-ID: <Pine.OSF.4.10.10103301805450.63762-100000@aspara.forte.com>
7791      Branch: perl
7792            ! regexec.c t/lib/cwd.t
7793 ____________________________________________________________________________
7794 [  9484] By: jhi                                   on 2001/03/31  01:04:41
7795         Log: Obsolete file (see #3938)
7796      Branch: perl
7797            - lib/unicode/README.Ethiopic
7798            ! MANIFEST
7799 ____________________________________________________________________________
7800 [  9483] By: jhi                                   on 2001/03/31  00:52:42
7801         Log: Update to Unicode 3.1.
7802              (Rename Names.txt to NamesList.txt.)
7803      Branch: perl
7804            + lib/unicode/NamesList.txt lib/unicode/PropList.html
7805            - lib/unicode/Names.txt
7806            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
7807            ! lib/unicode/Is/LbrkBA.pl lib/unicode/Is/LbrkBB.pl
7808            ! lib/unicode/Is/LbrkID.pl lib/unicode/Is/LbrkSG.pl
7809            ! lib/unicode/LineBrk.txt lib/unicode/NamesList.html
7810            ! lib/unicode/UCD.html lib/unicode/Unicode.html
7811            ! lib/unicode/rename lib/unicode/version
7812 ____________________________________________________________________________
7813 [  9482] By: jhi                                   on 2001/03/30  23:33:44
7814         Log: Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
7815              From: Robin Houston <robin@kitsite.com>
7816              Date: Fri, 30 Mar 2001 20:07:22 +0100
7817              Message-ID: <20010330200722.A2010@puffinry.freeserve.co.uk>
7818      Branch: perl
7819            ! ext/B/B/Deparse.pm
7820 ____________________________________________________________________________
7821 [  9481] By: jhi                                   on 2001/03/30  23:20:25
7822         Log: Subject: Re: [PATCH] CwdXS, Take 2
7823              From: Benjamin Sugars <bsugars@canoe.ca>
7824              Date: Fri, 30 Mar 2001 14:08:51 -0500 (EST)
7825              Message-ID: <Pine.LNX.4.21.0103301357490.1927-100000@marmot.rim.canoe.ca>
7826      Branch: perl
7827            + ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL
7828            ! MANIFEST lib/Cwd.pm t/lib/cwd.t
7829 ____________________________________________________________________________
7830 [  9480] By: jhi                                   on 2001/03/30  22:52:38
7831         Log: Subject: [ID 20010330.006] incorrect WARNING from installperl "You've never run 'make test' or some tests failed!"
7832              From: David Dyck <dcd@tc.fluke.com>
7833              Date: Fri, 30 Mar 2001 14:44:13 -0800
7834              Message-Id: <200103302244.OAA12204@dd.tc.fluke.com>
7835              
7836              The t/rantests flags file creation was accidentally
7837              removed by #9217.
7838      Branch: perl
7839            ! Makefile.SH
7840 ____________________________________________________________________________
7841 [  9479] By: jhi                                   on 2001/03/30  22:45:45
7842         Log: Subject: [PATCH] File::Glob stuff for Mac OS
7843              From: Chris Nandor <pudge@pobox.com>
7844              Date: Fri, 30 Mar 2001 16:51:00 -0500
7845              Message-Id: <p05010400b6eaab36051c@[10.0.1.177]>
7846      Branch: perl
7847            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
7848            ! t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
7849            ! t/lib/glob-taint.t
7850 ____________________________________________________________________________
7851 [  9478] By: jhi                                   on 2001/03/30  22:43:12
7852         Log: Subject: fix for win32/buildext.pl
7853              From: "Vadim Konovalov" <watman@inbox.ru>
7854              Date: Sat, 31 Mar 2001 00:50:36 +0400
7855              Message-ID: <005b01c0b95c$ac277250$7542983e@vad>
7856      Branch: perl
7857            ! win32/buildext.pl
7858 ____________________________________________________________________________
7859 [  9477] By: jhi                                   on 2001/03/30  22:41:16
7860         Log: Subject: small base.pm doc patch
7861              From: Leon Brocard <acme@astray.com>
7862              Date: Fri, 30 Mar 2001 21:49:57 +0100
7863              Message-ID: <20010330214957.B8733@ns0.astray.com>
7864      Branch: perl
7865            ! lib/base.pm
7866 ____________________________________________________________________________
7867 [  9476] By: jhi                                   on 2001/03/30  18:16:57
7868         Log: Subject: [PATCH] av.h cosmetics
7869              From: Simon Cozens <simon@netthink.co.uk>
7870              Date: Fri, 30 Mar 2001 18:12:28 +0100
7871              Message-ID: <20010330181228.A9319@netthink.co.uk>
7872      Branch: perl
7873            ! av.h
7874 ____________________________________________________________________________
7875 [  9475] By: jhi                                   on 2001/03/30  18:15:50
7876         Log: Subject: [DOC PATCH bleadperl] Two nits in perlhack.pod
7877              From: "Philip Newton" <pnewton@gmx.de>
7878              Date: Fri, 30 Mar 2001 19:06:57 +0200
7879              Message-ID: <3AC4D951.14815.1AC7068@localhost>
7880      Branch: perl
7881            ! pod/perlhack.pod
7882 ____________________________________________________________________________
7883 [  9474] By: jhi                                   on 2001/03/30  18:14:02
7884         Log: Subject: [PATCH] glob-basic.t (Was: [ID 20010328.016])
7885              From: Benjamin Sugars <bsugars@canoe.ca>
7886              Date: Fri, 30 Mar 2001 11:04:35 -0500 (EST)
7887              Message-ID: <Pine.LNX.4.21.0103301045130.1927-100000@marmot.rim.canoe.ca>
7888      Branch: perl
7889            ! t/lib/glob-basic.t
7890 ____________________________________________________________________________
7891 [  9473] By: jhi                                   on 2001/03/30  16:09:24
7892         Log: Update Changes.
7893      Branch: perl
7894            ! Changes patchlevel.h
7895 ____________________________________________________________________________
7896 [  9472] By: jhi                                   on 2001/03/30  15:16:08
7897         Log: Integrate perlio.
7898      Branch: perl
7899           !> t/lib/cwd.t t/lib/glob-basic.t
7900 ____________________________________________________________________________
7901 [  9471] By: nick                                  on 2001/03/30  14:47:10
7902         Log: Should be (^O eq 'MSWin32') not 'Win32'
7903              Fail #12 seems real - chdir is in wrong dir.
7904      Branch: perlio
7905            ! t/lib/cwd.t
7906 ____________________________________________________________________________
7907 [  9470] By: jhi                                   on 2001/03/30  14:41:11
7908         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
7909              From: Radu Greab <radu@netsoft.ro>
7910              Date: Fri, 30 Mar 2001 15:09:06 +0300 (EEST)
7911              Message-ID: <15044.30562.566390.559726@ix.netsoft.ro>
7912              
7913              Replace #9352.
7914      Branch: perl
7915            ! ext/Socket/Socket.xs pp_sys.c
7916 ____________________________________________________________________________
7917 [  9469] By: jhi                                   on 2001/03/30  14:37:51
7918         Log: Subject: PATCH pod/perldiag.pod
7919              From: Robin Houston <robin@kitsite.com>
7920              Date: Fri, 30 Mar 2001 14:10:36 +0100
7921              Message-ID: <20010330141036.A1105@puffinry.freeserve.co.uk>
7922      Branch: perl
7923            ! pod/perldiag.pod t/lib/glob-basic.t
7924 ____________________________________________________________________________
7925 [  9468] By: jhi                                   on 2001/03/30  14:36:36
7926         Log: Subject: Better diagnostic in io/fs.t
7927              From: andreas.koenig@anima.de (Andreas J. Koenig)
7928              Date: 30 Mar 2001 10:11:43 +0200
7929              Message-ID: <m3hf0boev4.fsf@ak-71.mind.de>
7930      Branch: perl
7931            ! t/io/fs.t
7932 ____________________________________________________________________________
7933 [  9467] By: nick                                  on 2001/03/30  14:25:43
7934         Log: Skip order test of glob if case-ignoring system cannot 
7935              create a.test and A.test
7936      Branch: perlio
7937            ! t/lib/glob-basic.t
7938 ____________________________________________________________________________
7939 [  9466] By: nick                                  on 2001/03/30  13:03:12
7940         Log: Integrate mainline.
7941      Branch: perlio
7942            - ext/re/hints/aix.pl
7943           !> MANIFEST ext/B/B/Debug.pm ext/B/B/Deparse.pm
7944           !> lib/ExtUtils/MM_VMS.pm op.c pod/perlop.pod t/comp/require.t
7945           !> t/io/utf8.t t/lib/b.t t/lib/digest.t t/lib/glob-basic.t
7946           !> t/lib/io_multihomed.t t/lib/io_sock.t t/lib/md5-file.t
7947 ____________________________________________________________________________
7948 [  9465] By: jhi                                   on 2001/03/30  03:53:37
7949         Log: Add timeouts to the tests.  (In AIX 4.3.1.0 + vac 5.0.0.0
7950              the tests sometimes hang, sometimes not.)
7951      Branch: perl
7952            ! t/lib/io_multihomed.t t/lib/io_sock.t
7953 ____________________________________________________________________________
7954 [  9464] By: jhi                                   on 2001/03/30  02:56:04
7955         Log: Subject: [PATCH @9452] Better peep()ing for foreach() loops
7956              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
7957              Date: Thu, 29 Mar 2001 18:50:45 -0800 (PST)
7958              Message-ID: <15043.62129.253487.470281@soda.csua.berkeley.edu>
7959      Branch: perl
7960            ! op.c
7961 ____________________________________________________________________________
7962 [  9463] By: jhi                                   on 2001/03/30  02:34:48
7963         Log: Test for #9462.
7964      Branch: perl
7965            ! t/lib/b.t
7966 ____________________________________________________________________________
7967 [  9462] By: jhi                                   on 2001/03/30  02:29:37
7968         Log: Subject: B::Deparse precedence bug. (Patch included.)
7969              From: Jeremy Madea <jmadea@inktomi.com>
7970              Date: Thu, 29 Mar 2001 12:05:02 -0800
7971              Message-ID: <20010329120502.A24881@dr.inktomi.com>
7972      Branch: perl
7973            ! ext/B/B/Deparse.pm
7974 ____________________________________________________________________________
7975 [  9461] By: jhi                                   on 2001/03/30  02:18:41
7976         Log: Subject: [PATCH: 9452] more tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
7977              From: Peter Prymmer <pvhp@forte.com>
7978              Date: Thu, 29 Mar 2001 18:01:18 -0800 (PST)
7979              Message-ID: <Pine.OSF.4.10.10103291731150.1326-100000@aspara.forte.com>
7980      Branch: perl
7981            ! t/comp/require.t t/io/utf8.t t/lib/digest.t t/lib/glob-basic.t
7982            ! t/lib/md5-file.t
7983 ____________________________________________________________________________
7984 [  9460] By: jhi                                   on 2001/03/30  02:17:07
7985         Log: Subject: PATCH: B::Debug should show LOOP-specific fields
7986              From: Robin Houston <robin@kitsite.com>
7987              Date: Thu, 29 Mar 2001 20:47:56 +0100
7988              Message-ID: <20010329204756.A32042@puffinry.freeserve.co.uk>
7989      Branch: perl
7990            ! ext/B/B/Debug.pm
7991 ____________________________________________________________________________
7992 [  9459] By: jhi                                   on 2001/03/30  02:16:05
7993         Log: Subject: [PATCH perl@9424] further MM_VMS.pm tweak
7994              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
7995              Date: Wed, 28 Mar 2001 18:02:20 -0600
7996              Message-Id: <5.0.2.1.0.20010328172535.017d5600@exchi01>
7997      Branch: perl
7998            ! lib/ExtUtils/MM_VMS.pm
7999 ____________________________________________________________________________
8000 [  9458] By: jhi                                   on 2001/03/30  02:07:58
8001         Log: Subject: [ID 20010328.013] Misspelling in perlop(1p) manual page
8002              From: "Joshua E. Rodd" <jrodd@pbs.org>
8003              Date: Wed, 28 Mar 2001 17:29:12 -0500
8004              Message-Id: <E14iORE-0000ZV-00@shaggy.pbs.org>
8005      Branch: perl
8006            ! pod/perlop.pod
8007 ____________________________________________________________________________
8008 [  9457] By: jhi                                   on 2001/03/30  02:04:33
8009         Log: Subject: ext/re/aix.pl can go
8010              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
8011              Date: Thu, 29 Mar 2001 12:03:28 +0200
8012              Message-Id: <20010329120132.7C3B.H.M.BRAND@hccnet.nl>
8013      Branch: perl
8014            - ext/re/hints/aix.pl
8015            ! MANIFEST
8016 ____________________________________________________________________________
8017 [  9456] By: jhi                                   on 2001/03/30  02:03:32
8018         Log: Integrate perlio.
8019      Branch: perl
8020           !> ext/Encode/Encode.xs installperl
8021 ____________________________________________________________________________
8022 [  9455] By: nick                                  on 2001/03/29  21:11:46
8023         Log: DLL name has changed so installperl needs to know
8024              (Why isn't it working it out or passed it?)
8025      Branch: perlio
8026            ! installperl
8027 ____________________________________________________________________________
8028 [  9454] By: nick                                  on 2001/03/29  20:56:12
8029         Log: Change Encode's check arguments to 'bool' so SvTRUE gets used
8030              and we don't get undef warnings.
8031      Branch: perlio
8032            ! ext/Encode/Encode.xs
8033 ____________________________________________________________________________
8034 [  9453] By: nick                                  on 2001/03/29  17:58:48
8035         Log: Integrate mainline
8036      Branch: perlio
8037           !> Changes patchlevel.h
8038 ____________________________________________________________________________
8039 [  9452] By: jhi                                   on 2001/03/29  16:44:55
8040         Log: Update Changes.
8041      Branch: perl
8042            ! Changes patchlevel.h
8043 ____________________________________________________________________________
8044 [  9451] By: nick                                  on 2001/03/29  16:31:38
8045         Log: Integrate mainline
8046      Branch: perlio
8047           !> Changes Makefile.SH dump.c ext/Data/Dumper/Dumper.xs
8048           !> ext/Encode/Encode.xs ext/Storable/Storable.xs
8049           !> lib/ExtUtils/typemap patchlevel.h pod/perlhack.pod
8050           !> pod/perliol.pod t/lib/charnames.t t/lib/cwd.t t/op/bop.t
8051           !> t/op/vec.t t/op/ver.t toke.c utils/h2xs.PL
8052 ____________________________________________________________________________
8053 [  9450] By: jhi                                   on 2001/03/29  16:29:17
8054         Log: Integrate perlio.
8055      Branch: perl
8056           !> win32/buildext.pl
8057 ____________________________________________________________________________
8058 [  9449] By: jhi                                   on 2001/03/29  15:50:01
8059         Log: Update Changes.
8060      Branch: perl
8061            ! Changes patchlevel.h
8062 ____________________________________________________________________________
8063 [  9448] By: nick                                  on 2001/03/29  15:47:15
8064         Log: Make sure buildext.pl finds Errno.pm
8065      Branch: perlio
8066            ! win32/buildext.pl
8067 ____________________________________________________________________________
8068 [  9447] By: jhi                                   on 2001/03/29  15:39:34
8069         Log: Integrate perlio.
8070      Branch: perl
8071           !> win32/makefile.mk
8072 ____________________________________________________________________________
8073 [  9446] By: nick                                  on 2001/03/29  15:30:03
8074         Log: Integrate win32/makefile.mk with mainline.
8075      Branch: perlio
8076           !> win32/makefile.mk
8077 ____________________________________________________________________________
8078 [  9445] By: nick                                  on 2001/03/29  15:27:32
8079         Log: Fix breakage ... 
8080      Branch: perlio
8081            ! win32/makefile.mk
8082 ____________________________________________________________________________
8083 [  9444] By: jhi                                   on 2001/03/29  15:03:08
8084         Log: Subject: RE: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
8085              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
8086              Date: Thu, 29 Mar 2001 10:32:59 +0400
8087              Message-ID: <402099F49BEED211999700805FC7359FA8442D@ru0028exch01.spb.lucent.com>
8088      Branch: perl
8089            ! win32/makefile.mk
8090 ____________________________________________________________________________
8091 [  9443] By: jhi                                   on 2001/03/29  15:02:12
8092         Log: Integrate perlio.
8093      Branch: perl
8094           +> win32/buildext.pl
8095           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c perlio.h sv.c
8096           !> t/io/utf8.t t/lib/io_scalar.t win32/makefile.mk
8097 ____________________________________________________________________________
8098 [  9442] By: nick                                  on 2001/03/29  14:59:11
8099         Log: Work in progress - determine win32 extensions to build via script.
8100      Branch: perlio
8101            + win32/buildext.pl
8102            ! MANIFEST win32/makefile.mk
8103 ____________________________________________________________________________
8104 [  9441] By: jhi                                   on 2001/03/29  14:51:47
8105         Log: Reintroduce the use of external pwd.
8106      Branch: perl
8107            ! t/lib/cwd.t
8108 ____________________________________________________________________________
8109 [  9440] By: jhi                                   on 2001/03/29  14:42:58
8110         Log: use warnings instead of -w.
8111      Branch: perl
8112            ! utils/h2xs.PL
8113 ____________________________________________________________________________
8114 [  9439] By: jhi                                   on 2001/03/29  14:41:52
8115         Log: Subject: [PATCH h2xs.PL perl@9423] h2xs -w nits
8116              From: Jonathan Stowe <gellyfish@gellyfish.com>
8117              Date: Thu, 29 Mar 2001 09:34:12 +0100 (BST)
8118              Message-ID: <Pine.LNX.4.30.0103290929130.19409-100000@orpheus.gellyfish.com>
8119      Branch: perl
8120            ! utils/h2xs.PL
8121 ____________________________________________________________________________
8122 [  9438] By: jhi                                   on 2001/03/29  14:39:38
8123         Log: Subject: [PATCH perl@9424] minor pod nits
8124              From: Robin Barker <rmb1@cise.npl.co.uk>
8125              Date: Thu, 29 Mar 2001 14:43:05 +0100 (BST)
8126              Message-Id: <200103291343.OAA10827@tempest.npl.co.uk>
8127      Branch: perl
8128            ! pod/perlhack.pod pod/perliol.pod
8129 ____________________________________________________________________________
8130 [  9437] By: jhi                                   on 2001/03/29  14:29:16
8131         Log: Subject: [PATCH perl@9424] typemap cast warning
8132              From: Robin Barker <rmb1@cise.npl.co.uk>
8133              Date: Thu, 29 Mar 2001 13:58:47 +0100 (BST)
8134              Message-Id: <200103291258.NAA09360@tempest.npl.co.uk>
8135      Branch: perl
8136            ! lib/ExtUtils/typemap
8137 ____________________________________________________________________________
8138 [  9436] By: jhi                                   on 2001/03/29  14:26:03
8139         Log: Subject: [PATCH perl@9424] printf warning
8140              From: Robin Barker <rmb1@cise.npl.co.uk>
8141              Date: Thu, 29 Mar 2001 13:29:21 +0100 (BST)
8142              Message-Id: <200103291229.NAA03968@tempest.npl.co.uk>
8143      Branch: perl
8144            ! dump.c ext/Data/Dumper/Dumper.xs ext/Encode/Encode.xs
8145            ! ext/Storable/Storable.xs toke.c
8146 ____________________________________________________________________________
8147 [  9435] By: nick                                  on 2001/03/29  14:23:31
8148         Log: Win32 has name conflict with ERROR
8149      Branch: perlio
8150            ! ext/PerlIO/Via/Via.xs
8151 ____________________________________________________________________________
8152 [  9434] By: jhi                                   on 2001/03/29  14:17:48
8153         Log: Subject: [PATCH: 9424] some tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
8154              From: Peter Prymmer <pvhp@forte.com>
8155              Date: Wed, 28 Mar 2001 19:09:57 -0800 (PST)
8156              Message-ID: <Pine.OSF.4.10.10103281858520.314137-100000@aspara.forte.com>
8157      Branch: perl
8158            ! t/lib/charnames.t t/op/bop.t t/op/vec.t t/op/ver.t
8159 ____________________________________________________________________________
8160 [  9433] By: jhi                                   on 2001/03/29  13:52:44
8161         Log: test-prep target was missing.
8162      Branch: perl
8163            ! Makefile.SH
8164 ____________________________________________________________________________
8165 [  9432] By: nick                                  on 2001/03/29  12:40:03
8166         Log: Make as-shipped compiler default to MSVC6 
8167      Branch: perlio
8168            ! win32/makefile.mk
8169 ____________________________________________________________________________
8170 [  9431] By: nick                                  on 2001/03/29  12:12:16
8171         Log: Allow someone to write PerlIO::Array, PerlIO::Code, ...
8172              akin to PerlIO::Scalar.
8173      Branch: perlio
8174            ! perlio.c perlio.h
8175 ____________________________________________________________________________
8176 [  9430] By: nick                                  on 2001/03/29  10:56:35
8177         Log: Integrate mainline.
8178      Branch: perlio
8179           !> lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
8180           !> lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
8181           !> lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
8182           !> win32/makefile.mk win32/win32sck.c
8183 ____________________________________________________________________________
8184 [  9429] By: nick                                  on 2001/03/29  09:03:43
8185         Log: Noticed that two tests were skipped as perlio:: package
8186              isn't there any more. Changed the skip condition.
8187              Avoid core-dump if sv_utf8_upgrade() called on something
8188              that does not become SvPOK after SvPV() (e.g. a ref).
8189      Branch: perlio
8190            ! sv.c t/io/utf8.t t/lib/io_scalar.t
8191 ____________________________________________________________________________
8192 [  9428] By: jhi                                   on 2001/03/29  01:31:47
8193         Log: Subject: [PATCH] Enable warnings in File::* (was: B::Terse and warnings)
8194              From: Benjamin Sugars <bsugars@canoe.ca> 
8195              Date: Tue, 27 Mar 2001 16:27:38 -0500 (EST)
8196              Message-ID: <Pine.LNX.4.21.0103271612250.2007-100000@marmot.rim.canoe.ca>
8197      Branch: perl
8198            ! lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
8199            ! lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
8200            ! lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
8201 ____________________________________________________________________________
8202 [  9427] By: jhi                                   on 2001/03/29  00:49:30
8203         Log: Subject: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
8204              From: "Vadim Konovalov" <watman@inbox.ru>
8205              Date: Thu, 29 Mar 2001 01:50:12 +0400
8206              Message-ID: <001c01c0b7d1$463dd880$5742983e@vad>
8207      Branch: perl
8208            ! win32/makefile.mk win32/win32sck.c
8209 ____________________________________________________________________________
8210 [  9426] By: gsar                                  on 2001/03/29  00:28:04
8211         Log: dmake can only handle == and != in comparisons; support building
8212              with Borland's VCL libraries (from Vadim Konovalov)
8213      Branch: maint-5.6/perl
8214            ! win32/makefile.mk
8215 ____________________________________________________________________________
8216 [  9425] By: nick                                  on 2001/03/28  19:29:56
8217         Log: Integrate (@snapshot)
8218      Branch: perlio
8219           !> Changes Makefile.SH patchlevel.h t/lib/cwd.t
8220 ____________________________________________________________________________
8221 [  9424] By: jhi                                   on 2001/03/28  19:03:16
8222         Log: Update Changes.
8223      Branch: perl
8224            ! Changes patchlevel.h
8225 ____________________________________________________________________________
8226 [  9423] By: jhi                                   on 2001/03/28  18:52:09
8227         Log: Rmdir lib/XS on cleanup.
8228      Branch: perl
8229            ! Makefile.SH
8230 ____________________________________________________________________________
8231 [  9422] By: jhi                                   on 2001/03/28  18:49:34
8232         Log: Integrate perlio.
8233      Branch: perl
8234           !> t/op/utf8decode.t
8235 ____________________________________________________________________________
8236 [  9421] By: nick                                  on 2001/03/28  18:46:44
8237         Log: Loose duplicate chunk.
8238      Branch: perlio
8239            ! t/op/utf8decode.t
8240 ____________________________________________________________________________
8241 [  9420] By: nick                                  on 2001/03/28  18:44:11
8242         Log: Integrate mainline.
8243      Branch: perlio
8244           !> ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm makedef.pl vms/vms.c
8245           !> vms/vmsish.h
8246 ____________________________________________________________________________
8247 [  9419] By: jhi                                   on 2001/03/28  18:42:05
8248         Log: Can't trust external pwds
8249              (either shell builtins or external programs)
8250      Branch: perl
8251            ! t/lib/cwd.t
8252 ____________________________________________________________________________
8253 [  9418] By: jhi                                   on 2001/03/28  18:34:05
8254         Log: Integrate perlio.
8255      Branch: perl
8256            - lib/perlio.pm
8257           !> MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
8258           !> t/op/utf8decode.t
8259 ____________________________________________________________________________
8260 [  9417] By: nick                                  on 2001/03/28  18:24:02
8261         Log: PerlIO.pm / perlio.pm conflict.
8262              Update some pods.
8263              Make t/op/utf8decode.t a text file.
8264      Branch: perlio
8265            - lib/perlio.pm
8266            ! MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
8267            ! t/op/utf8decode.t
8268 ____________________________________________________________________________
8269 [  9416] By: jhi                                   on 2001/03/28  18:06:07
8270         Log: Integrate change #9409 from mainline to maintperl.
8271              
8272              Yet another tweak on AIX dynaloading.
8273      Branch: maint-5.6/perl
8274           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
8275 ____________________________________________________________________________
8276 [  9415] By: gsar                                  on 2001/03/28  17:13:01
8277         Log: integrate changes#9377,9385,9401 from mainline
8278              
8279              Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
8280              
8281              If directory entries compare equal case-insensitively,
8282              retry case-sensitively.
8283              
8284              Subject: [PATCH] B::Terse and warnings
8285      Branch: maint-5.6/perl
8286           !> ext/B/B.pm ext/B/B/Terse.pm ext/File/Glob/bsd_glob.c gv.c
8287           !> t/pragma/warn/perl
8288 ____________________________________________________________________________
8289 [  9414] By: jhi                                   on 2001/03/28  17:11:12
8290         Log: Subject: [PATCH perl@9359] VMS fix-ups and status
8291              From: "Craig A. Berry" <craigberry@mac.com>
8292              Date: Wed, 28 Mar 2001 10:55:20 -0600
8293              Message-Id: <5.0.2.1.0.20010327164600.031563e8@exchi01>
8294      Branch: perl
8295            ! ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm vms/vms.c vms/vmsish.h
8296 ____________________________________________________________________________
8297 [  9413] By: jhi                                   on 2001/03/28  17:03:12
8298         Log: Dup hunk.
8299      Branch: perl
8300            ! t/op/utf8decode.t
8301 ____________________________________________________________________________
8302 [  9412] By: jhi                                   on 2001/03/28  17:02:36
8303         Log: Forced integrate from perlio.
8304      Branch: perl
8305           !> t/op/utf8decode.t
8306 ____________________________________________________________________________
8307 [  9411] By: nick                                  on 2001/03/28  16:50:03
8308         Log: Integrate mainline.
8309      Branch: perlio
8310           +> t/lib/cwd.t
8311           !> MANIFEST ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
8312           !> ext/IO/lib/IO/Socket.pm ext/XS/Typemap/Typemap.pm
8313           !> ext/XS/Typemap/Typemap.xs ext/XS/Typemap/typemap gv.c
8314           !> makedef.pl pp.c t/lib/xs-typemap.t t/op/utf8decode.t
8315           !> t/pragma/warn/perl
8316 ____________________________________________________________________________
8317 [  9410] By: jhi                                   on 2001/03/28  16:44:23
8318         Log: Subject: Re: [PATCH] 9403 cannot be tested
8319              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
8320              Date: Wed, 28 Mar 2001 18:33:56 +0200
8321              Message-Id: <20010328182418.7C17.H.M.BRAND@hccnet.nl>
8322      Branch: perl
8323            ! makedef.pl
8324 ____________________________________________________________________________
8325 [  9409] By: jhi                                   on 2001/03/28  16:12:45
8326         Log: Yet another tweak on AIX dynaloading.
8327      Branch: perl
8328            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
8329 ____________________________________________________________________________
8330 [  9408] By: jhi                                   on 2001/03/28  15:52:55
8331         Log: Subject: [PATCH] 9403 cannot be tested
8332              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
8333              Date: Wed, 28 Mar 2001 17:23:00 +0200
8334              Message-Id: <20010328171835.7C14.H.M.BRAND@hccnet.nl>
8335              
8336              A missing symbol.
8337      Branch: perl
8338            ! makedef.pl
8339 ____________________________________________________________________________
8340 [  9407] By: jhi                                   on 2001/03/28  15:47:43
8341         Log: Integrate perlio. (with tweaks on t/op/utf8decode.t)
8342      Branch: perl
8343            ! t/op/utf8decode.t
8344           !> ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
8345           !> t/op/each.t t/op/pat.t t/op/regexp.t utf8.c
8346 ____________________________________________________________________________
8347 [  9406] By: jhi                                   on 2001/03/28  15:37:08
8348         Log: Subject: [PATCH] cwd.t (was: Cwd has no tests?)
8349              From: Benjamin Sugars <bsugars@canoe.ca> 
8350              Date: Tue, 27 Mar 2001 17:37:05 -0500 (EST)
8351              Message-ID: <Pine.LNX.4.21.0103271719540.2007-100000@marmot.rim.canoe.ca>
8352      Branch: perl
8353            + t/lib/cwd.t
8354            ! MANIFEST
8355 ____________________________________________________________________________
8356 [  9405] By: jhi                                   on 2001/03/28  15:13:18
8357         Log: pp_ne() needs a CORRECT boolean.
8358      Branch: perl
8359            ! pp.c
8360 ____________________________________________________________________________
8361 [  9404] By: jhi                                   on 2001/03/28  15:09:23
8362         Log: pp_ne() needs a boolean, not an integer.
8363      Branch: perl
8364            ! pp.c
8365 ____________________________________________________________________________
8366 [  9403] By: jhi                                   on 2001/03/28  14:47:43
8367         Log: (Retracted by #9404.)
8368      Branch: perl
8369            ! pp.c
8370 ____________________________________________________________________________
8371 [  9402] By: jhi                                   on 2001/03/28  14:43:59
8372         Log: Subject: Re: [PATCH] Typemap testing
8373              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
8374              Date: Tue, 27 Mar 2001 16:34:03 -1000 (HST)
8375              Message-ID: <Pine.LNX.4.30.0103271633030.21198-100000@lapaki.jach.hawaii.edu>
8376      Branch: perl
8377            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
8378            ! ext/XS/Typemap/typemap t/lib/xs-typemap.t
8379 ____________________________________________________________________________
8380 [  9401] By: jhi                                   on 2001/03/28  14:42:14
8381         Log: Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
8382              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
8383              Date: Sun, 25 Mar 2001 21:59:15 +0100
8384              Message-ID: <000701c0b56e$73944220$07bdfea9@bfs.phone.com>
8385              
8386              A variable will be checked for the "use once" warnings if:
8387              
8388              1. It is in the scope of a use warnings 'once'
8389              2. It isn't in the scope of the warnings pragma at all AND $^W is set.
8390              
8391              Otherwise it won't be checked at all.
8392              
8393              Part 1 is what is in perl >= 5.6.0, Part 2 is what I'm fixing.
8394              
8395              The enclosed patch partially fixes this issue. What I didn't
8396              get to work was the case where the "used once" warning is enabled
8397              in any file other than the main file.
8398      Branch: perl
8399            ! gv.c t/pragma/warn/perl
8400 ____________________________________________________________________________
8401 [  9400] By: nick                                  on 2001/03/28  14:38:24
8402         Log: More EBCDIC tweaks:
8403              - one more swash issue &~(0xA0-1) did not do the right thing,
8404              for UTF-EBCDIC where &~(0x80-1) does for UTF-8.
8405              - add "use re 'asciirange'" to make [!-~] etc. work
8406              use it in MIME::QuotedPrint and t/op/regexp.t and t/op/pat.t
8407              - Choose a key for t/op/each.t test which gets encoded.
8408              - Skip utf8decode if this is UTF-EBCDIC.
8409      Branch: perlio
8410            ! ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
8411            ! t/op/each.t t/op/pat.t t/op/regexp.t t/op/utf8decode.t utf8.c
8412 ____________________________________________________________________________
8413 [  9399] By: jhi                                   on 2001/03/28  14:21:00
8414         Log: Extend the SvROK() testing also to pp_ne(), pointed out by
8415              Andreas Schwab.
8416      Branch: perl
8417            ! pp.c
8418 ____________________________________________________________________________
8419 [  9398] By: jhi                                   on 2001/03/28  00:55:56
8420         Log: Subject: [ID 20010327.007] New warning from IO::Socket for sockatmark
8421              From: David Dyck <dcd@tc.fluke.com>
8422              Date: Tue, 27 Mar 2001 15:16:24 -0800
8423              Message-Id: <200103272316.PAA21921@dd.tc.fluke.com>
8424      Branch: perl
8425            ! ext/IO/lib/IO/Socket.pm
8426 ____________________________________________________________________________
8427 [  9397] By: jhi                                   on 2001/03/27  21:52:49
8428         Log: Integrate perlio.
8429      Branch: perl
8430           +> ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
8431           +> ext/PerlIO/Via/Via.xs
8432           !> MANIFEST ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
8433 ____________________________________________________________________________
8434 [  9396] By: nick                                  on 2001/03/27  21:45:13
8435         Log: Integrate mainline.
8436      Branch: perlio
8437           !> embed.h embed.pl ext/XS/Typemap/Typemap.xs gv.c
8438           !> pod/perlapi.pod proto.h sv.c sv.h t/op/magic.t utils/h2xs.PL
8439 ____________________________________________________________________________
8440 [  9395] By: nick                                  on 2001/03/27  21:18:58
8441         Log: Outline docs for PerlIO and PerlIO::Scalar
8442      Branch: perlio
8443            ! ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
8444 ____________________________________________________________________________
8445 [  9394] By: nick                                  on 2001/03/27  20:50:13
8446         Log: PerlIO::Via layer (alpha-ish).
8447      Branch: perlio
8448            + ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
8449            + ext/PerlIO/Via/Via.xs
8450            ! MANIFEST
8451 ____________________________________________________________________________
8452 [  9393] By: jhi                                   on 2001/03/27  20:49:55
8453         Log: Retract #9329 now that 9390 should take care of the matter.
8454      Branch: perl
8455            ! utils/h2xs.PL
8456 ____________________________________________________________________________
8457 [  9390] By: jhi                                   on 2001/03/27  20:47:50
8458         Log: Subject: Autoloading Errno.pm when %! is encountered
8459              From: Robin Houston <robin@kitsite.com>
8460              Date: Tue, 27 Mar 2001 20:57:11 +0100
8461              Message-ID: <20010327205710.A24053@puffinry.freeserve.co.uk>
8462      Branch: perl
8463            ! embed.h embed.pl gv.c proto.h t/op/magic.t
8464 ____________________________________________________________________________
8465 [  9389] By: jhi                                   on 2001/03/27  20:24:31
8466         Log: Integrate perlio.
8467      Branch: perl
8468           !> doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
8469           !> ext/MIME/Base64/QuotedPrint.pm t/lib/encode.t t/lib/mimeb64.t
8470           !> utf8.c
8471 ____________________________________________________________________________
8472 [  9388] By: jhi                                   on 2001/03/27  20:21:38
8473         Log: Better have a three-element array if one is going to assign
8474              to the third element of that array. (from Tim Jenness)
8475      Branch: perl
8476            ! ext/XS/Typemap/Typemap.xs
8477 ____________________________________________________________________________
8478 [  9387] By: nick                                  on 2001/03/27  20:15:43
8479         Log: Integrate mainline.
8480      Branch: perlio
8481           +> ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
8482           +> ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
8483           +> ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
8484           +> t/lib/xs-typemap.t
8485           !> (integrate 34 files)
8486 ____________________________________________________________________________
8487 [  9386] By: jhi                                   on 2001/03/27  20:04:18
8488         Log: Subject: Re: perl@9359 breaks HTML::Parser
8489              From: Gisle Aas <gisle@ActiveState.com>
8490              Date: 27 Mar 2001 11:30:24 -0800
8491              Message-ID: <lrr8zjxb5b.fsf@caliper.ActiveState.com>
8492              
8493              Clarify the UTF-8 issues of the API docs.
8494              (Slightly reworded and expanded.)
8495      Branch: perl
8496            ! pod/perlapi.pod sv.c sv.h
8497 ____________________________________________________________________________
8498 [  9385] By: jhi                                   on 2001/03/27  19:44:25
8499         Log: If directory entries compare equal case-insensitively,
8500              retry case-sensitively.
8501      Branch: perl
8502            ! ext/File/Glob/bsd_glob.c
8503 ____________________________________________________________________________
8504 [  9384] By: nick                                  on 2001/03/27  19:38:50
8505         Log: Various EBCDIC fixes:
8506              - major revelation that swash code is encoding aware,
8507              (or thought it was) - now it is ;-)
8508              - With that out of the way fix a slab of tr/// cases.
8509              - Fix Encode 'Unicode' to be true Unicode so tests pass.
8510              - As anticipated Base64.xs needed tweaks.
8511              - Until tr/// works right avoid old_encode64 in MIME tests.
8512      Branch: perlio
8513            ! doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
8514            ! t/lib/encode.t t/lib/mimeb64.t utf8.c
8515 ____________________________________________________________________________
8516 [  9383] By: jhi                                   on 2001/03/27  18:34:41
8517         Log: Add the std test suite BEGIN block.
8518      Branch: perl
8519            ! t/lib/xs-typemap.t
8520 ____________________________________________________________________________
8521 [  9382] By: jhi                                   on 2001/03/27  15:16:07
8522         Log: Add debugging output to the test.
8523      Branch: perl
8524            ! t/lib/glob-basic.t
8525 ____________________________________________________________________________
8526 [  9381] By: jhi                                   on 2001/03/27  15:08:10
8527         Log: Add Tim Jenness' XS::Typemap for exercizing the standard typemap.
8528      Branch: perl
8529            + ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
8530            + ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
8531            + ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
8532            + t/lib/xs-typemap.t
8533            ! MANIFEST
8534 ____________________________________________________________________________
8535 [  9380] By: jhi                                   on 2001/03/27  14:48:34
8536         Log: Subject: [PATCH] Typemap testing
8537              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
8538              Date: Sun, 25 Mar 2001 16:46:12 -1000 (HST)
8539              Message-ID: <Pine.LNX.4.30.0103251629350.16988-101000@lapaki.jach.hawaii.edu>
8540              
8541              (The first part of the patch.)
8542      Branch: perl
8543            ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
8544 ____________________________________________________________________________
8545 [  9379] By: jhi                                   on 2001/03/27  14:44:56
8546         Log: Subject: Re: [PATCH] t/lib/glob-basic.t  
8547              From: Benjamin Sugars <bsugars@canoe.ca> 
8548              Date: Mon, 26 Mar 2001 14:11:47 -0500 (EST)
8549              Message-ID: <Pine.LNX.4.21.0103261406170.2729-100000@marmot.rim.canoe.ca>
8550      Branch: perl
8551            ! t/lib/glob-basic.t
8552 ____________________________________________________________________________
8553 [  9378] By: jhi                                   on 2001/03/27  14:42:30
8554         Log: Subject: [PATCH] perlvar nit
8555              From: Simon Cozens <simon@netthink.co.uk>
8556              Date: Tue, 27 Mar 2001 01:12:01 +0100
8557              Message-ID: <20010327011201.A19179@netthink.co.uk>
8558      Branch: perl
8559            ! pod/perlvar.pod
8560 ____________________________________________________________________________
8561 [  9377] By: jhi                                   on 2001/03/27  14:36:26
8562         Log: Subject: [PATCH] B::Terse and warnings
8563              From: Benjamin Sugars <ben.sugars@home.com>
8564              Date: Mon, 26 Mar 2001 23:40:33 -0500 (EST)
8565              Message-ID: <Pine.LNX.4.21.0103262320170.20040-100000@localhost.localdomain>
8566      Branch: perl
8567            ! ext/B/B.pm ext/B/B/Terse.pm
8568 ____________________________________________________________________________
8569 [  9376] By: jhi                                   on 2001/03/27  14:31:31
8570         Log: Document sockatmark() some.
8571      Branch: perl
8572            ! pod/perldiag.pod pod/perlfunc.pod pod/perlport.pod
8573            ! pod/perltoc.pod
8574 ____________________________________________________________________________
8575 [  9375] By: jhi                                   on 2001/03/27  14:00:24
8576         Log: sv_catpvf(sv, "%c", 128) should not UTF-8-ify the sv,
8577              noted by Gisle and fixed by NI-S.
8578      Branch: perl
8579            ! sv.c
8580 ____________________________________________________________________________
8581 [  9374] By: jhi                                   on 2001/03/27  05:50:01
8582         Log: Regen toc.
8583      Branch: perl
8584            ! pod/perltoc.pod
8585 ____________________________________________________________________________
8586 [  9373] By: jhi                                   on 2001/03/27  05:43:51
8587         Log: Pixie documenting.
8588      Branch: perl
8589            ! Makefile.SH pod/perlhack.pod
8590 ____________________________________________________________________________
8591 [  9372] By: jhi                                   on 2001/03/27  05:29:34
8592         Log: Metaconfig unit changes for #9371.
8593      Branch: metaconfig
8594            ! U/modified/myhostname.U
8595      Branch: metaconfig/U/perl
8596            + d_sockatmark.U
8597            ! gccvers.U
8598 ____________________________________________________________________________
8599 [  9371] By: jhi                                   on 2001/03/27  05:29:07
8600         Log: Add sockatmark() probing.
8601      Branch: perl
8602            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8603            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
8604            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
8605            ! vos/config.ga.h win32/config.bc win32/config.gc
8606            ! win32/config.vc
8607 ____________________________________________________________________________
8608 [  9370] By: jhi                                   on 2001/03/26  22:01:18
8609         Log: pp_ncmp() and pp_scmp() should return numeric values, not booleans.
8610              Really need to benchmark this.
8611      Branch: perl
8612            ! pp.c
8613 ____________________________________________________________________________
8614 [  9369] By: nick                                  on 2001/03/26  21:59:30
8615         Log: Integrate mainline.
8616      Branch: perlio
8617            ! ext/MIME/Base64/QuotedPrint.pm
8618           !> Changes Makefile.SH ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
8619           !> patchlevel.h pod/perlhack.pod pp_sys.c
8620 ____________________________________________________________________________
8621 [  9368] By: jhi                                   on 2001/03/26  21:47:03
8622         Log: Treat pp_ncmp() and pp_scmp() as in #9366 (ROK).
8623              
8624              TODO1: perlbench.
8625              TODO2: le, lt, ge, gt?  Yech.
8626      Branch: perl
8627            ! pp.c
8628 ____________________________________________________________________________
8629 [  9367] By: jhi                                   on 2001/03/26  21:34:57
8630         Log: Too much cut-and-paste in #9363.
8631      Branch: perl
8632            ! pp_sys.c
8633 ____________________________________________________________________________
8634 [  9366] By: jhi                                   on 2001/03/26  21:20:53
8635         Log: Subject: $ref1 == $ref2 without NV_PRESERVES_UV
8636              From: Andreas Schwab <schwab@suse.de>
8637              Date: 26 Mar 2001 17:29:04 +0200
8638              Message-ID: <jeitkw5z27.fsf@hawking.suse.de>
8639              
8640              (The patch for 5.6.0 or so, this is a guess for bleadperl)
8641      Branch: perl
8642            ! pp_hot.c
8643 ____________________________________________________________________________
8644 [  9365] By: jhi                                   on 2001/03/26  21:07:54
8645         Log: Integrate perlio.
8646      Branch: perl
8647           !> perlio.c
8648 ____________________________________________________________________________
8649 [  9364] By: nick                                  on 2001/03/26  20:30:48
8650         Log: REFCNT botch in layer name cache hash.
8651      Branch: perlio
8652            ! perlio.c
8653 ____________________________________________________________________________
8654 [  9363] By: jhi                                   on 2001/03/26  18:44:32
8655         Log: Subject: [PATCH] socket() leaks file descriptors
8656              From: Benjamin Sugars <bsugars@canoe.ca>
8657              Date: Mon, 26 Mar 2001 13:29:54 -0500 (EST)
8658              Message-ID: <Pine.LNX.4.21.0103261315510.2729-100000@marmot.rim.canoe.ca>
8659              
8660              Also sockpair() fixed similarly.
8661      Branch: perl
8662            ! pp_sys.c
8663 ____________________________________________________________________________
8664 [  9362] By: jhi                                   on 2001/03/26  18:37:52
8665         Log: Integrate perlio.
8666      Branch: perl
8667           !> README.os390 miniperlmain.c perlio.c perliol.h t/op/pat.t
8668 ____________________________________________________________________________
8669 [  9361] By: nick                                  on 2001/03/26  17:32:06
8670         Log: Implement flush of linebuffered streams on read of a tty.
8671      Branch: perlio
8672            ! perlio.c perliol.h
8673 ____________________________________________________________________________
8674 [  9360] By: nick                                  on 2001/03/26  17:12:32
8675         Log: Memory tweaks and notes for OEMVS.
8676      Branch: perlio
8677            ! README.os390 miniperlmain.c t/op/pat.t
8678 ____________________________________________________________________________
8679 [  9359] By: jhi                                   on 2001/03/26  02:12:54
8680         Log: Update Changes.
8681      Branch: perl
8682            ! Changes patchlevel.h
8683 ____________________________________________________________________________
8684 [  9358] By: jhi                                   on 2001/03/26  02:05:32
8685         Log: Document the most common pixie options.
8686      Branch: perl
8687            ! pod/perlhack.pod
8688 ____________________________________________________________________________
8689 [  9357] By: jhi                                   on 2001/03/26  01:25:28
8690         Log: For perl.pixie check *before* compiling that optimize is -g,
8691              as for perl.third.
8692      Branch: perl
8693            ! Makefile.SH
8694 ____________________________________________________________________________
8695 [  9356] By: jhi                                   on 2001/03/26  01:13:41
8696         Log: rmdir lib/Digest, lib/MIME, and lib/PerlIO.
8697      Branch: perl
8698            ! Makefile.SH
8699 ____________________________________________________________________________
8700 [  9355] By: jhi                                   on 2001/03/26  01:11:19
8701         Log: Remove t/perl.third.
8702      Branch: perl
8703            ! Makefile.SH
8704 ____________________________________________________________________________
8705 [  9354] By: jhi                                   on 2001/03/26  00:23:38
8706         Log: Implement IO::Socket::atmark(), inspired by Lincoln Stein's
8707              IO::Sockatmark().
8708      Branch: perl
8709            ! ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
8710 ____________________________________________________________________________
8711 [  9353] By: jhi                                   on 2001/03/25  22:25:04
8712         Log: Integrate perlio.
8713      Branch: perl
8714           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
8715           !> ext/PerlIO/Scalar/Scalar.xs perl.c perlio.c perlio.h perliol.h
8716           !> pp_hot.c win32/makefile.mk
8717 ____________________________________________________________________________
8718 [  9352] By: jhi                                   on 2001/03/25  22:21:41
8719         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
8720              From: Radu Greab <radu@netsoft.ro>
8721              Date: Fri, 23 Mar 2001 21:14:59 +0200 (EET)
8722              Message-ID: <15035.41139.646781.478457@ix.netsoft.ro>
8723      Branch: perl
8724            ! pp_sys.c
8725 ____________________________________________________________________________
8726 [  9351] By: nick                                  on 2001/03/25  22:15:02
8727         Log: Fix readline in list mode to tell rest of world that it has
8728              things on the stack. Otherwise if perl code gets invoked
8729              underneath it it scribbles over results-so-far.
8730              (Why TIEHANDLE has not tripped on this is a mystery.)
8731      Branch: perlio
8732            ! pp_hot.c
8733 ____________________________________________________________________________
8734 [  9350] By: nick                                  on 2001/03/25  22:10:13
8735         Log: win32/makefile.mk typos
8736      Branch: perlio
8737            ! win32/makefile.mk
8738 ____________________________________________________________________________
8739 [  9349] By: nick                                  on 2001/03/25  21:31:14
8740         Log: Integrate now-non-binary file.
8741      Branch: perlio
8742           !> t/lib/mimeqp.t
8743 ____________________________________________________________________________
8744 [  9348] By: nick                                  on 2001/03/25  21:27:24
8745         Log: Make it text
8746      Branch: perlio
8747            ! t/lib/mimeqp.t
8748 ____________________________________________________________________________
8749 [  9347] By: nick                                  on 2001/03/25  21:25:37
8750         Log: Integrate mainline.
8751      Branch: perlio
8752           !> ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
8753           !> lib/Term/ReadLine.pm t/lib/md5-file.t
8754 ____________________________________________________________________________
8755 [  9346] By: nick                                  on 2001/03/25  20:58:15
8756         Log: Add destruct time hook to PerlIO (for work-in-process implementing
8757              layers in perl code. In such cases layers need to be popped before
8758              we loose the ability to run perl code.)
8759              Also back-out "PerlIO::object" hook - it isn't going to work like that...
8760      Branch: perlio
8761            ! perl.c perlio.c perlio.h perliol.h
8762 ____________________________________________________________________________
8763 [  9345] By: nick                                  on 2001/03/25  20:49:11
8764         Log: Avoid at leasy one of undefined warnings in Encode.
8765      Branch: perlio
8766            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
8767 ____________________________________________________________________________
8768 [  9344] By: jhi                                   on 2001/03/25  20:37:43
8769         Log: A workaround for using Term::ReadLine in emacs minibuffer
8770              from Wybo Dekker <wybo@servalys.nl> and Johan Vromans;
8771              additional tweaks from Ilya Zakharevich.
8772      Branch: perl
8773            ! lib/Term/ReadLine.pm
8774 ____________________________________________________________________________
8775 [  9343] By: nick                                  on 2001/03/25  20:21:14
8776         Log: Missing return value.
8777      Branch: perlio
8778            ! ext/PerlIO/Scalar/Scalar.xs
8779 ____________________________________________________________________________
8780 [  9342] By: jhi                                   on 2001/03/25  16:21:00
8781         Log: Roll back the version numbers of Digest::MD5 and MIME::Base64
8782              to equal the CPAN versions since no code changes have been made.
8783      Branch: perl
8784            ! ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
8785            ! t/lib/md5-file.t
8786 ____________________________________________________________________________
8787 [  9341] By: jhi                                   on 2001/03/25  16:01:48
8788         Log: Escape 8-bit characters.
8789      Branch: perl
8790            ! t/lib/mimeqp.t
8791 ____________________________________________________________________________
8792 [  9340] By: gsar                                  on 2001/03/25  15:50:53
8793         Log: readd mimeqp.t as xtext (used to be binary because of the literal 8-bit
8794              chars)
8795      Branch: perl
8796            + t/lib/mimeqp.t
8797 ____________________________________________________________________________
8798 [  9339] By: gsar                                  on 2001/03/25  15:48:50
8799         Log: delete mimeqp.t for later with text mode set
8800      Branch: perl
8801            - t/lib/mimeqp.t
8802 ____________________________________________________________________________
8803 [  9338] By: nick                                  on 2001/03/25  09:01:57
8804         Log: Integrate mainline.
8805      Branch: perlio
8806           +> ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
8807           +> ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
8808           +> ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
8809           +> t/lib/mimeb64u.t t/lib/mimeqp.t
8810           !> MANIFEST configure.com djgpp/config.over epoc/config.sh
8811           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh t/lib/md5-file.t
8812           !> utils/h2xs.PL win32/Makefile win32/makefile.mk
8813 ____________________________________________________________________________
8814 [  9337] By: jhi                                   on 2001/03/25  04:23:24
8815         Log: Add MIME::Base64 here and there.  Again, a lot of
8816              optimism is in the air.
8817      Branch: perl
8818            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
8819            ! hints/uwin.sh hints/vmesa.sh win32/Makefile win32/makefile.mk
8820 ____________________________________________________________________________
8821 [  9336] By: jhi                                   on 2001/03/25  04:12:43
8822         Log: Add PerlIO::Scalar to win32/Makefile. (I'm doing
8823              this by ear as I do not do Win32 programming.)
8824      Branch: perl
8825            ! win32/Makefile win32/makefile.mk
8826 ____________________________________________________________________________
8827 [  9335] By: jhi                                   on 2001/03/25  04:03:50
8828         Log: Put back the MD5-Base64 tests now that we have MIME::Base64.
8829      Branch: perl
8830            ! t/lib/md5-file.t
8831 ____________________________________________________________________________
8832 [  9334] By: jhi                                   on 2001/03/25  03:58:53
8833         Log: Add MIME::Base 2.12 from Gisle Aas, version number bumped to 2.13.
8834      Branch: perl
8835            + ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
8836            + ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
8837            + ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
8838            + t/lib/mimeb64u.t t/lib/mimeqp.t
8839            ! MANIFEST
8840 ____________________________________________________________________________
8841 [  9333] By: jhi                                   on 2001/03/24  20:14:37
8842         Log: Integrate perlio.
8843      Branch: perl
8844           !> doio.c pod/perlfunc.pod pod/perliol.pod win32/makefile.mk
8845 ____________________________________________________________________________
8846 [  9332] By: nick                                  on 2001/03/24  19:40:34
8847         Log: Fix un-init variable leading to spurious "Out of Memory!"
8848      Branch: perlio
8849            ! doio.c
8850 ____________________________________________________________________________
8851 [  9331] By: nick                                  on 2001/03/24  19:09:59
8852         Log: Tweak docs for C<open> (boy does that need wholesale revision...)
8853              and update layers internals doc.
8854      Branch: perlio
8855            ! pod/perlfunc.pod pod/perliol.pod
8856 ____________________________________________________________________________
8857 [  9330] By: jhi                                   on 2001/03/24  18:42:11
8858         Log: The length might be uninitialized garbage if the *svp is the undef.
8859      Branch: perl
8860            ! doio.c
8861 ____________________________________________________________________________
8862 [  9329] By: jhi                                   on 2001/03/24  18:26:57
8863         Log: (Retracted by #9393)
8864
8865              Subject: [PATCH h2xs] $!{EINVAL} requires "use Errno"
8866              From: Simon Cozens <simon@netthink.co.uk>
8867              Date: Sat, 24 Mar 2001 17:13:17 +0000
8868              Message-ID: <20010324171317.A13406@netthink.co.uk>
8869      Branch: perl
8870            ! utils/h2xs.PL
8871 ____________________________________________________________________________
8872 [  9328] By: nick                                  on 2001/03/24  17:22:02
8873         Log: Integrate mainline.
8874      Branch: perlio
8875           !> lib/unicode/Names.txt lib/unicode/ReadMe.txt
8876           !> lib/unicode/version
8877 ____________________________________________________________________________
8878 [  9327] By: nick                                  on 2001/03/24  17:16:02
8879         Log: Integrate mainline.
8880      Branch: perlio
8881           +> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
8882           +> ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
8883           +> ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
8884           +> lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
8885           +> t/lib/md5-file.t
8886           !> MANIFEST Makefile.SH configure.com djgpp/config.over
8887           !> epoc/config.sh ext/DynaLoader/hints/aix.pl hints/aix.sh
8888           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh lib/Net/Ping.pm op.c
8889           !> pp.c t/lib/b.t t/op/re_tests t/op/repeat.t win32/Makefile
8890           !> win32/makefile.mk
8891 ____________________________________________________________________________
8892 [  9326] By: jhi                                   on 2001/03/24  17:00:42
8893         Log: Upgrade to Unicode 3.1 beta 2001-03-23.
8894      Branch: perl
8895            ! lib/unicode/Names.txt lib/unicode/ReadMe.txt
8896            ! lib/unicode/version
8897 ____________________________________________________________________________
8898 [  9325] By: jhi                                   on 2001/03/24  16:22:33
8899         Log: Subject: Re: B::Deparse bug (5.6.0)
8900              From: Robin Houston <robin@kitsite.com>
8901              Date: Sat, 24 Mar 2001 14:33:09 +0000
8902              Message-ID: <20010324143309.B17734@puffinry.freeserve.co.uk>
8903      Branch: perl
8904            ! op.c pp.c t/lib/b.t t/op/repeat.t
8905 ____________________________________________________________________________
8906 [  9324] By: jhi                                   on 2001/03/24  16:21:56
8907         Log: Boldly add extensions to be built to VMS, EPOC, UTS,
8908              U/WIN, and VM/ESA (and fixups for DJGPP).  Some of
8909              these additions may be too optimistic.
8910      Branch: perl
8911            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
8912            ! hints/uwin.sh hints/vmesa.sh
8913 ____________________________________________________________________________
8914 [  9323] By: jhi                                   on 2001/03/24  16:06:01
8915         Log: Integrate perlio.
8916      Branch: perl
8917           +> ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
8918           +> ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
8919            ! Makefile.SH
8920           !> MANIFEST doio.c embed.h ext/Encode/Encode.xs
8921           !> ext/POSIX/POSIX.xs global.sym iperlsys.h makedef.pl objXSUB.h
8922           !> perlapi.c perlio.c perliol.h proto.h t/io/open.t t/io/utf8.t
8923           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
8924           !> win32/makefile.mk win32/perlhost.h win32/win32.c
8925           !> win32/win32iop.h
8926 ____________________________________________________________________________
8927 [  9322] By: nick                                  on 2001/03/24  14:39:12
8928         Log: Routine Win32 regen_config_h - no real changes.
8929      Branch: perlio
8930            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
8931 ____________________________________________________________________________
8932 [  9321] By: nick                                  on 2001/03/24  14:31:49
8933         Log: PerlIO fixups for Win32:
8934              - provide win33_popenlist() - non-functional as yet.
8935              - avoid need for aTHX in PerlIO_debug calls - even if not 
8936              enabled args are still evaluated so Win32 has trouble during fork().
8937              - Add PerlIO/Scalar to list of extensions in win32/makefile.mk
8938              - Fixup makedef.pl for latest set of symbols.
8939      Branch: perlio
8940            ! iperlsys.h makedef.pl perlio.c win32/makefile.mk
8941            ! win32/perlhost.h win32/win32.c win32/win32iop.h
8942 ____________________________________________________________________________
8943 [  9320] By: nick                                  on 2001/03/24  14:26:58
8944         Log: POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD not defined
8945              was gibberish - broke it on WIn32 at least.
8946      Branch: perlio
8947            ! ext/POSIX/POSIX.xs
8948 ____________________________________________________________________________
8949 [  9319] By: nick                                  on 2001/03/24  11:29:41
8950         Log: Generated files.
8951      Branch: perlio
8952            ! embed.h global.sym objXSUB.h perlapi.c proto.h
8953 ____________________________________________________________________________
8954 [  9318] By: nick                                  on 2001/03/24  10:29:37
8955         Log: Implement:
8956              1.  open($fh,"+<",undef);  # add test to t/io/open.t
8957              2.  open($fh,"+<",\$var);  # New test t/lib/io_scalar.t
8958      Branch: perlio
8959            + ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
8960            + ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
8961            ! MANIFEST doio.c ext/Encode/Encode.xs perlio.c perliol.h
8962            ! t/io/open.t t/io/utf8.t
8963 ____________________________________________________________________________
8964 [  9317] By: jhi                                   on 2001/03/23  23:41:25
8965         Log: AIX does seems to have optimization problems with its C compilers.
8966      Branch: perl
8967            ! hints/aix.sh
8968 ____________________________________________________________________________
8969 [  9316] By: jhi                                   on 2001/03/23  23:40:46
8970         Log: Integrate perlio.
8971      Branch: perl
8972           +> lib/PerlIO.pm
8973           !> MANIFEST doio.c ext/Encode/Encode.xs perlio.c perlio.h
8974           !> perliol.h
8975 ____________________________________________________________________________
8976 [  9315] By: jhi                                   on 2001/03/23  22:16:30
8977         Log: Fix the EBCDIC MD5.pm checksum, from Pter Prymmer.
8978      Branch: perl
8979            ! t/lib/md5-file.t
8980 ____________________________________________________________________________
8981 [  9314] By: nick                                  on 2001/03/23  20:49:02
8982         Log: Perlio internals re-organized.
8983              - open process creates AV of layer/arg pairs
8984              (appends layers from open() or open.pm to default list).
8985              - push arg is now an SV.
8986              - layer ->Open get passed the AV
8987              - open is no longer mandatory method.
8988              - topmost layer that has ->Open method does the open
8989              - any layers above are pushed once that returns.
8990              - vtable re-ordered so dummy layers need only provide push/pop methods.
8991      Branch: perlio
8992            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
8993 ____________________________________________________________________________
8994 [  9313] By: nick                                  on 2001/03/23  16:27:41
8995         Log: Check in a stable (working) version before next round of tweaks.
8996              Changes include:
8997              - Move default layers code out of doio.c and into perlio.c
8998              - Single routine for parsing layer specification strings.
8999              - Skeleton support for demand loading of layers
9000              - Core-dump avoidance if PERLIO environment specifies loadable layer
9001              (does not _work_ as need IO to load and need load to do IO ...)
9002      Branch: perlio
9003            + lib/PerlIO.pm
9004            ! MANIFEST doio.c perlio.c
9005 ____________________________________________________________________________
9006 [  9312] By: gsar                                  on 2001/03/23  16:25:25
9007         Log: add execute bit to files with shebang lines in the repository;
9008              avoid clobbering execute bit in Porting/makerel 
9009      Branch: maint-5.6/perl
9010            ! (edit 144 files)
9011 ____________________________________________________________________________
9012 [  9311] By: jhi                                   on 2001/03/23  14:25:35
9013         Log: Forgot the unneeded hints/dec_osf.pl into MANIFEST in #9308.
9014      Branch: perl
9015            ! MANIFEST
9016 ____________________________________________________________________________
9017 [  9310] By: jhi                                   on 2001/03/23  13:45:04
9018         Log: Subject: [PATCH] Net::Ping
9019              From: Colin McMillen <mcmi0037@tc.umn.edu>
9020              Date: Thu, 22 Mar 2001 19:30:31 -0600
9021              Message-ID: <20010322193031.A18814@strago.jenovaproject.org>
9022      Branch: perl
9023            ! lib/Net/Ping.pm
9024 ____________________________________________________________________________
9025 [  9309] By: jhi                                   on 2001/03/23  13:39:13
9026         Log: EBCDIC patches for Digest::MD5 tests from Peter Prymmer.
9027      Branch: perl
9028            ! t/lib/md5-aaa.t t/lib/md5-file.t
9029 ____________________________________________________________________________
9030 [  9308] By: jhi                                   on 2001/03/23  13:20:34
9031         Log: Integrate Digest-1.00 and Digest-MD5-2.13, from Gisle Aas.
9032              - bump the version to 2.14
9033              - drop the base64 tests since they require MIME::Base64
9034              - drop the rfc1321.txt
9035              - drop the hints/dec_osf.pl since it's only needed for
9036              pre-5.005_03 Perls
9037              Todo:
9038              - the U32 alignment testing is now removed; it needs to
9039              be reintroduced as as a Config variable (meaning also
9040              as a Configure test)
9041              - get the new EBCDIC md5sum for MD5.pm
9042              - test in Win32 to see how badly I botched the makefiles
9043      Branch: perl
9044            + ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
9045            + ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
9046            + ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
9047            + lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
9048            + t/lib/md5-file.t
9049            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
9050            ! win32/Makefile win32/makefile.mk
9051 ____________________________________________________________________________
9052 [  9307] By: jhi                                   on 2001/03/23  12:56:14
9053         Log: Integrate change #9306 from maintperl into mainline,
9054              AIX dynaloader for AIXes without <load.h>.
9055      Branch: perl
9056           !> ext/DynaLoader/hints/aix.pl
9057 ____________________________________________________________________________
9058 [  9306] By: jhi                                   on 2001/03/23  12:51:36
9059         Log: There are AIXes without /usr/include/load.h,
9060              patch from H.Merijn Brand.
9061      Branch: maint-5.6/perl
9062            ! ext/DynaLoader/hints/aix.pl
9063 ____________________________________________________________________________
9064 [  9305] By: nick                                  on 2001/03/23  11:00:42
9065         Log: Add pTHX_ to -Duseperlio API where it does not conflict with legacy stuff.
9066      Branch: perlio
9067            ! ext/Encode/Encode.xs perlio.c perlio.h
9068 ____________________________________________________________________________
9069 [  9304] By: nick                                  on 2001/03/23  10:20:46
9070         Log: Render -Duseperlio functional again.
9071              - this is "quick fix" which calls PerlIO_apply_layers after opening,
9072              which is what old scheme did. New scheme needs to change that
9073              to make open(...,\$scalar) etc. work but this will do for now.
9074      Branch: perlio
9075            ! perlio.c
9076 ____________________________________________________________________________
9077 [  9303] By: nick                                  on 2001/03/23  09:53:20
9078         Log: Avoid "reopen" semantics for time being. Fix bug in dup logic.
9079              -Uuseperlio now works again.
9080              -Duseperlio is still poorly. Don't merge yet...
9081      Branch: perlio
9082            ! doio.c perlio.h
9083 ____________________________________________________________________________
9084 [  9302] By: nick                                  on 2001/03/22  22:26:51
9085         Log: Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOUT!")
9086              type code.
9087              - Invent PerlIO_openn() - which has "lots" of args a bit like do_openn() which
9088              is its main caller. In particular now has access to "extra" args, and
9089              can tell when an open handle is "reopened" (or duped?).
9090              - In -Duseperlio PerlIO_open() et. al. are now wrappers on PerlIO_openn().
9091              - In -Uuseperlio (untested as yet) PerlIO_openn() is a wrapper on
9092              PerlIO_open() et. al. (i.e. other way round).
9093              - Collapse "vtable" entries for layers - was fdopen/open/reopen now just open
9094              with args close to PerlIO_openn().
9095      Branch: perlio
9096            ! doio.c ext/Encode/Encode.xs perlio.c perlio.h perliol.h
9097 ____________________________________________________________________________
9098 [  9301] By: jhi                                   on 2001/03/22  20:58:04
9099         Log: Integrate perlio.
9100      Branch: perl
9101           !> doio.c embed.pl iperlsys.h perl.c perlio.c pp_hot.c pp_sys.c
9102           !> t/io/open.t util.c
9103 ____________________________________________________________________________
9104 [  9300] By: nick                                  on 2001/03/22  17:36:32
9105         Log: Don't include $@ in not ok message.
9106      Branch: perlio
9107            ! t/io/open.t
9108 ____________________________________________________________________________
9109 [  9299] By: gsar                                  on 2001/03/22  16:53:45
9110         Log: back out changes#7532,7521 for now (appears to have problems
9111              on IRIX)
9112      Branch: maint-5.6/perl
9113            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
9114            ! ext/POSIX/typemap pod/perlvar.pod
9115 ____________________________________________________________________________
9116 [  9298] By: nick                                  on 2001/03/22  14:35:46
9117         Log: Give a meaning to '&' in n-arg open case:
9118              open($fh,"<&",$scalar);
9119              $scalar can be:
9120              - an integer which does "fdopen"
9121              open($fh,"<&",2); # like open($fh,"<&2")
9122              - something that will yield a file handle via sv_2io()
9123              useful for dup'ing anonymous handles.
9124              e.g.:
9125              open(my $fh,"<&",\*STDIN);
9126              open(my $dup,"<&",$fh);
9127      Branch: perlio
9128            ! doio.c t/io/open.t
9129 ____________________________________________________________________________
9130 [  9297] By: nick                                  on 2001/03/22  13:34:35
9131         Log: Implement open($fh,"-|",prog,args...) for HAS_FORK cases.
9132      Branch: perlio
9133            ! util.c
9134 ____________________________________________________________________________
9135 [  9296] By: nick                                  on 2001/03/22  12:51:20
9136         Log: Re-instate warnings for 'eof STDOUT' etc. by marking STD* as appropriate IoTYPE.
9137      Branch: perlio
9138            ! perl.c
9139 ____________________________________________________________________________
9140 [  9295] By: nick                                  on 2001/03/22  11:59:44
9141         Log: If stdin, stdout or stderr get opened in unexpected read/write state
9142              then warn at time of open not at time of use.
9143      Branch: perlio
9144            ! doio.c pp_hot.c pp_sys.c
9145 ____________________________________________________________________________
9146 [  9294] By: nick                                  on 2001/03/22  10:54:35
9147         Log: Die on n-arg open(...,"",xxx,yyy,...)
9148              - redirect pipe cases to PerlProc_popen_list() (which just croaks for now)
9149              - die on read/write cases so we can decide what it means later.
9150      Branch: perlio
9151            ! doio.c embed.pl iperlsys.h util.c
9152 ____________________________________________________________________________
9153 [  9293] By: nick                                  on 2001/03/22  09:02:45
9154         Log: perlio tweaks (reported by Nick Clark)
9155              Line buffer ttys, PerlIOBuf_tell() on unseekable off-by one,
9156              error check in Pendinf_read().
9157      Branch: perlio
9158            ! perlio.c
9159 ____________________________________________________________________________
9160 [  9292] By: gsar                                  on 2001/03/22  07:12:00
9161         Log: integrate changes#8306,8532 from mainline (missing USE_PURE_BISON
9162              fixes)
9163      Branch: maint-5.6/perl
9164           !> embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h toke.c
9165 ____________________________________________________________________________
9166 [  9291] By: jhi                                   on 2001/03/22  06:06:44
9167         Log: Regex tests from Chicheng Zhang.  (Already fixed.)
9168      Branch: perl
9169            ! t/op/re_tests
9170 ____________________________________________________________________________
9171 [  9290] By: jhi                                   on 2001/03/22  05:57:01
9172         Log: Move MacOS Classic higher in the list of supported platforms.
9173      Branch: maint-5.6/perl
9174            ! pod/perlport.pod
9175 ____________________________________________________________________________
9176 [  9289] By: gsar                                  on 2001/03/22  05:35:04
9177         Log: revert part of change#6438 for compatibility (av_reify()
9178              appears to be needed to implement av_splice()ish things
9179              in XS)
9180      Branch: maint-5.6/perl
9181            ! embed.pl global.sym objXSUB.h perlapi.c
9182 ____________________________________________________________________________
9183 [  9288] By: gsar                                  on 2001/03/22  03:09:19
9184         Log: update copyright year
9185      Branch: maint-5.6/perl
9186            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
9187            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
9188            ! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c
9189            ! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h
9190            ! toke.c utf8.c utf8.h util.c util.h x2p/EXTERN.h x2p/INTERN.h
9191            ! x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/a2py.c x2p/hash.c x2p/hash.h
9192            ! x2p/proto.h x2p/str.c x2p/str.h x2p/util.c x2p/util.h
9193            ! x2p/walk.c
9194 ____________________________________________________________________________
9195 [  9287] By: jhi                                   on 2001/03/21  20:30:54
9196         Log: Integrate perlio.
9197      Branch: perl
9198           !> ext/Data/Dumper/Dumper.xs
9199 ____________________________________________________________________________
9200 [  9286] By: gsar                                  on 2001/03/21  19:49:54
9201         Log: makefile.mk tweak
9202      Branch: maint-5.6/perl
9203            ! win32/Makefile win32/makefile.mk
9204 ____________________________________________________________________________
9205 [  9285] By: nick                                  on 2001/03/21  19:07:13
9206         Log: Multiplicity fix for Dumper.
9207      Branch: perlio
9208            ! ext/Data/Dumper/Dumper.xs
9209 ____________________________________________________________________________
9210 [  9284] By: nick                                  on 2001/03/21  19:01:07
9211         Log: Integrate mainline - (does not build xTHX issue in Dumper).
9212      Branch: perlio
9213           !> (integrate 27 files)
9214 ____________________________________________________________________________
9215 [  9283] By: jhi                                   on 2001/03/21  17:17:35
9216         Log: Integrate change #9282 from mainline into maintperl,
9217              4-arg UTF-8 substr().
9218      Branch: maint-5.6/perl
9219           !> pp.c
9220 ____________________________________________________________________________
9221 [  9282] By: jhi                                   on 2001/03/21  17:15:43
9222         Log: The #9270 would have leaked a scalar if pp_substr()
9223              returned early.
9224      Branch: perl
9225            ! pp.c
9226 ____________________________________________________________________________
9227 [  9281] By: gsar                                  on 2001/03/21  17:03:14
9228         Log: makefile.mk defaults to GCC, not BORLAND (as mentioned in README.win32)
9229      Branch: maint-5.6/perl
9230            ! win32/makefile.mk
9231 ____________________________________________________________________________
9232 [  9280] By: gsar                                  on 2001/03/21  17:01:20
9233         Log: some tweaks to change#9278 (fork() emulation should be enabled
9234              by setting BUILD_FLAVOR instead of changing the defaults)
9235      Branch: maint-5.6/perl
9236            ! win32/makefile.mk
9237 ____________________________________________________________________________
9238 [  9279] By: gsar                                  on 2001/03/21  16:47:19
9239         Log: integrate change#9271 from mainline; a tweak to Glob.pm docs
9240      Branch: maint-5.6/perl
9241            ! ext/File/Glob/Glob.pm
9242           !> lib/Cwd.pm
9243 ____________________________________________________________________________
9244 [  9278] By: jhi                                   on 2001/03/21  14:35:10
9245         Log: Subject: [PATCH: 5.6.1-trial3] Borland C++ for Win32 fixes
9246              From: "Vadim Konovalov" <watman@inbox.ru>
9247              Date: Wed, 21 Mar 2001 01:53:51 +0300
9248              Message-ID: <004101c0b190$a749ea20$f7c030d4@vad>
9249      Branch: maint-5.6/perl
9250            ! win32/makefile.mk win32/win32sck.c
9251 ____________________________________________________________________________
9252 [  9277] By: jhi                                   on 2001/03/21  13:58:28
9253         Log: Integrate change #9270 from mainline to maintperl:
9254              continued 4-arg UTF-8 substr() fixing.
9255      Branch: maint-5.6/perl
9256           !> pp.c t/op/substr.t
9257 ____________________________________________________________________________
9258 [  9276] By: jhi                                   on 2001/03/21  13:33:00
9259         Log: More pixie cleaning.
9260      Branch: perl
9261            ! Makefile.SH
9262 ____________________________________________________________________________
9263 [  9275] By: jhi                                   on 2001/03/21  03:54:17
9264         Log: Update Changes.
9265      Branch: perl
9266            ! Changes patchlevel.h
9267 ____________________________________________________________________________
9268 [  9274] By: jhi                                   on 2001/03/21  03:48:24
9269         Log: First stab at making Data::Dumper to grok Unicode.
9270              
9271              TODO: tests, EBCDICify.
9272      Branch: perl
9273            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
9274 ____________________________________________________________________________
9275 [  9273] By: jhi                                   on 2001/03/21  02:23:00
9276         Log: Fix for
9277              
9278              Subject: Memory leak in unquoted print   
9279              From: Benjamin Sugars <bsugars@canoe.ca> 
9280              Date: Tue, 20 Mar 2001 10:02:56 -0500 (EST)
9281              Message-ID: <Pine.LNX.4.21.0103200958180.1538-100000@marmot.rim.canoe.ca>
9282      Branch: perl
9283            ! perlio.c
9284 ____________________________________________________________________________
9285 [  9272] By: jhi                                   on 2001/03/21  01:33:17
9286         Log: Subject: Re: [PATCH] POSIX::getcwd()
9287              From: Benjamin Sugars <bsugars@canoe.ca> 
9288              Date: Mon, 19 Mar 2001 15:07:03 -0500 (EST)
9289              Message-ID: <Pine.LNX.4.21.0103191454500.1820-100000@marmot.rim.canoe.ca>      
9290      Branch: perl
9291            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
9292 ____________________________________________________________________________
9293 [  9271] By: jhi                                   on 2001/03/21  01:22:52
9294         Log: Subject: [PATCH] Cwd.pm docs
9295              From: Benjamin Sugars <bsugars@canoe.ca>
9296              Date: Tue, 20 Mar 2001 15:33:32 -0500 (EST)
9297              Message-ID: <Pine.LNX.4.21.0103201516550.7893-100000@marmot.rim.canoe.ca>
9298      Branch: perl
9299            ! lib/Cwd.pm
9300 ____________________________________________________________________________
9301 [  9270] By: jhi                                   on 2001/03/21  01:16:29
9302         Log: Continue 4-arg substr() UTF-8 fixage.
9303      Branch: perl
9304            ! pp.c t/op/substr.t
9305 ____________________________________________________________________________
9306 [  9269] By: jhi                                   on 2001/03/21  00:46:14
9307         Log: Integrate changes #9262,9264,9265,9266 from maintperl to mainline.
9308              
9309              revert the leak fix in change#9142 (problem needs a more experimental
9310              fix unsuitable for 5.6.1)
9311              
9312              do alphabetical sorting by default (for csh compatibility)
9313              
9314              cut-n-paste goof in change#9264
9315              
9316              VMS piping fixes (from Charles Lane)
9317      Branch: perl
9318           !> ext/File/Glob/Changes ext/File/Glob/Glob.pm
9319           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
9320           !> ext/File/Glob/bsd_glob.h scope.c vms/vms.c vms/vmspipe.com
9321 ____________________________________________________________________________
9322 [  9268] By: jhi                                   on 2001/03/21  00:37:04
9323         Log: Integrate perlio.
9324      Branch: perl
9325           !> embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
9326           !> utf8.c utf8.h utfebcdic.h
9327 ____________________________________________________________________________
9328 [  9267] By: nick                                  on 2001/03/20  20:04:39
9329         Log: More EBCDIC stuff:
9330              - Loose the extra level of function on ASCII.
9331              - spotted a chr(0) issue in sv.c
9332              - re-work of UTF-X tr/// ranges to work in Unicode
9333              space. Still issues with the "0xff is illegal UTF-8" hack.
9334              - Yet another ad. hoc. utf8 'upgrade' in op.c recoded
9335              (why do it once when you can do it all over the place :-(
9336              - Enable HINTS_UTF8 on EBCDIC - then ignore it in toke.c,
9337              need utf8.pm for swashes.
9338              - Simplified and commented scan_const() in toke.c
9339              Still something wrong regexp and tr (swashes?).
9340      Branch: perlio
9341            ! embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
9342            ! utf8.c utf8.h utfebcdic.h
9343 ____________________________________________________________________________
9344 [  9266] By: gsar                                  on 2001/03/20  19:16:43
9345         Log: VMS piping fixes (from Charles Lane)
9346      Branch: maint-5.6/perl
9347            ! vms/vms.c vms/vmspipe.com
9348 ____________________________________________________________________________
9349 [  9265] By: gsar                                  on 2001/03/20  17:53:52
9350         Log: cut-n-paste goof in change#9264
9351      Branch: maint-5.6/perl
9352            ! ext/File/Glob/Glob.xs
9353 ____________________________________________________________________________
9354 [  9264] By: gsar                                  on 2001/03/20  17:43:47
9355         Log: do alphabetical sorting by default (for csh compatibility);
9356              bsd_glob() does ASCII sort by default as usual, unless
9357              GLOB_ALPHASORT was specified
9358      Branch: maint-5.6/perl
9359            ! ext/File/Glob/Changes ext/File/Glob/Glob.pm
9360            ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
9361            ! ext/File/Glob/bsd_glob.h
9362 ____________________________________________________________________________
9363 [  9263] By: gsar                                  on 2001/03/20  16:40:08
9364         Log: integrate change#9255 from mainline (unicode fix)
9365              
9366              substr($bytestr, i, n, $charstr)
9367      Branch: maint-5.6/perl
9368           !> Todo-5.6 pp.c t/op/substr.t
9369 ____________________________________________________________________________
9370 [  9262] By: gsar                                  on 2001/03/20  15:57:41
9371         Log: revert the leak fix in change#9142 (problem needs a more experimental
9372              fix unsuitable for 5.6.1)
9373      Branch: maint-5.6/perl
9374            ! scope.c
9375 ____________________________________________________________________________
9376 [  9261] By: jhi                                   on 2001/03/20  14:26:25
9377         Log: Integrate changes #9259,9260 from maintperl into mainline.
9378              
9379              Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
9380              
9381              Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
9382      Branch: perl
9383           !> ext/POSIX/POSIX.xs lib/File/Path.pm run.c
9384 ____________________________________________________________________________
9385 [  9260] By: jhi                                   on 2001/03/20  14:05:46
9386         Log: Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
9387              From: Robin Barker <rmb1@cise.npl.co.uk>
9388              Date: Tue, 20 Mar 2001 10:12:04 GMT
9389              Message-Id: <200103201012.KAA04738@tempest.npl.co.uk>
9390      Branch: maint-5.6/perl
9391            ! run.c
9392 ____________________________________________________________________________
9393 [  9259] By: jhi                                   on 2001/03/20  14:04:39
9394         Log: Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
9395              From: Chris Nandor <pudge@pobox.com>
9396              Date: Tue, 20 Mar 2001 00:40:56 -0500
9397              Message-Id: <p05010401b6dc9d57a62d@[10.0.1.107]>
9398      Branch: maint-5.6/perl
9399            ! ext/POSIX/POSIX.xs lib/File/Path.pm
9400 ____________________________________________________________________________
9401 [  9258] By: jhi                                   on 2001/03/20  05:09:34
9402         Log: Update Changes.
9403      Branch: perl
9404            ! Changes patchlevel.h
9405 ____________________________________________________________________________
9406 [  9257] By: jhi                                   on 2001/03/20  05:04:25
9407         Log: tr/// UTF-8 tests for Inaba Hiroto's latest patches.
9408      Branch: perl
9409            ! t/op/tr.t
9410 ____________________________________________________________________________
9411 [  9256] By: jhi                                   on 2001/03/20  04:43:12
9412         Log: Subject: [PATCH: 5.6.1-trial3] test fixes and installation cleanliness for OS/390
9413              From: Peter Prymmer <pvhp@forte.com>
9414              Date: Mon, 19 Mar 2001 16:43:13 -0800 (PST)
9415              Message-ID: <Pine.OSF.4.10.10103191627310.162127-100000@aspara.forte.com>
9416      Branch: maint-5.6/perl
9417            ! installperl t/comp/proto.t t/comp/require.t t/op/regmesg.t
9418 ____________________________________________________________________________
9419 [  9255] By: jhi                                   on 2001/03/19  23:17:17
9420         Log: substr($bytestr, i, n, $charstr)
9421
9422              TODO: we are still broken if $bytestr needs UTF-8 upgrading.
9423      Branch: perl
9424            ! Todo-5.6 pp.c t/op/substr.t
9425 ____________________________________________________________________________
9426 [  9254] By: jhi                                   on 2001/03/19  22:25:09
9427         Log: Rearrange the make test target prerequisites so that
9428              in a parallel make 'all' is finished before 'test'.
9429      Branch: perl
9430            ! Makefile.SH
9431 ____________________________________________________________________________
9432 [  9253] By: jhi                                   on 2001/03/19  21:48:07
9433         Log: Subject: PATCH: cosmetic tweak in pp_ctl.c
9434              From: Robin Houston <robin@kitsite.com>
9435              Date: Mon, 19 Mar 2001 15:48:41 +0000
9436              Message-ID: <20010319154841.A28174@puffinry.freeserve.co.uk>
9437      Branch: perl
9438            ! pp_ctl.c
9439 ____________________________________________________________________________
9440 [  9252] By: jhi                                   on 2001/03/19  21:42:27
9441         Log: Integrate perlio.
9442      Branch: perl
9443           !> doop.c perly.c perly.y sv.c t/camel-III/vstring.t t/op/each.t
9444           !> t/op/length.t t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h
9445           !> utfebcdic.h vms/perly_c.vms
9446 ____________________________________________________________________________
9447 [  9251] By: jhi                                   on 2001/03/19  21:31:28
9448         Log: Integrate changes #9244,9247,9250 from maintperl into mainline.
9449              
9450              Dynaloading in 64-bit AIX with vac.
9451      Branch: perl
9452           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
9453           !> hints/aix.sh
9454 ____________________________________________________________________________
9455 [  9250] By: jhi                                   on 2001/03/19  21:18:00
9456         Log: A more robust solution for the 64bitall AIX dynaloading
9457              problem, from Jens-Uwe Mager.
9458      Branch: maint-5.6/perl
9459            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
9460 ____________________________________________________________________________
9461 [  9249] By: nick                                  on 2001/03/19  20:59:37
9462         Log: Integrate mainline.
9463      Branch: perlio
9464           !> (integrate 42 files)
9465 ____________________________________________________________________________
9466 [  9248] By: nick                                  on 2001/03/19  20:22:07
9467         Log: Tweak to perly.y to allow -DDEBUGGING to compile on OS390.
9468              (Building on OS390 uses native YACC and YYDEBUG has other
9469              side effects.)
9470      Branch: perlio
9471            ! perly.c perly.y vms/perly_c.vms
9472 ____________________________________________________________________________
9473 [  9247] By: jhi                                   on 2001/03/19  19:59:53
9474         Log: 64-bit AIX dynaloading problem (see #9244) idea
9475              from Jens-Uwe Mager.
9476      Branch: maint-5.6/perl
9477            ! ext/DynaLoader/dl_aix.xs
9478 ____________________________________________________________________________
9479 [  9246] By: nick                                  on 2001/03/19  19:27:57
9480         Log: More EBCDIC fixes.
9481      Branch: perlio
9482            ! doop.c sv.c t/camel-III/vstring.t t/op/each.t t/op/length.t
9483            ! t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h utfebcdic.h
9484 ____________________________________________________________________________
9485 [  9245] By: jhi                                   on 2001/03/19  19:05:19
9486         Log: Integrate change #9243 from mainline into maintperl.
9487              
9488              Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
9489      Branch: maint-5.6/perl
9490           !> README.vmesa
9491 ____________________________________________________________________________
9492 [  9244] By: jhi                                   on 2001/03/19  19:03:15
9493         Log: Get 64bitall AIX building, but still does not test okay:
9494              dynaloading anything fails, for example for op/defins:
9495              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
9496              (update: fixed by #9247,9250)
9497      Branch: maint-5.6/perl
9498            ! hints/aix.sh
9499 ____________________________________________________________________________
9500 [  9243] By: jhi                                   on 2001/03/19  19:00:16
9501         Log: Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
9502              From: Robin Barker <rmb1@cise.npl.co.uk>
9503              Date: Mon, 19 Mar 2001 18:01:57 GMT
9504              Message-Id: <200103191801.SAA01072@tempest.npl.co.uk>
9505      Branch: perl
9506            ! README.vmesa
9507 ____________________________________________________________________________
9508 [  9242] By: jhi                                   on 2001/03/19  18:58:43
9509         Log: UTF-8 tr/// battle continues, ammunition from Inaba Hiroto.
9510              
9511              TODO: tests.
9512      Branch: perl
9513            ! doop.c op.c
9514 ____________________________________________________________________________
9515 [  9241] By: gsar                                  on 2001/03/19  17:34:46
9516         Log: VMSify tests (from Charles Lane)
9517      Branch: maint-5.6/perl
9518            ! t/lib/filehand.t t/lib/texttabs.t
9519 ____________________________________________________________________________
9520 [  9240] By: jhi                                   on 2001/03/19  14:24:26
9521         Log: Integrate change #9233 from maintperl into mainline.
9522              
9523              some refcounts were incorrect in perl_clone()
9524      Branch: perl
9525           !> sv.c
9526 ____________________________________________________________________________
9527 [  9239] By: gsar                                  on 2001/03/19  09:23:17
9528         Log: this is 5.6.1-trial3
9529      Branch: maint-5.6/perl
9530            ! Changes
9531 ____________________________________________________________________________
9532 [  9238] By: gsar                                  on 2001/03/19  08:47:04
9533         Log: some new symbols are only available under ithreads
9534      Branch: maint-5.6/perl
9535            ! makedef.pl
9536 ____________________________________________________________________________
9537 [  9237] By: gsar                                  on 2001/03/19  08:42:28
9538         Log: update patchlevel.h, Changes, &c.
9539      Branch: maint-5.6/perl
9540            ! Changes patchlevel.h pod/perlhist.pod
9541           !> AUTHORS
9542 ____________________________________________________________________________
9543 [  9236] By: gsar                                  on 2001/03/19  08:17:49
9544         Log: integrate changes#8068,8717 from mainline
9545              
9546              [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
9547              
9548              [PATCH CPAN 1.59_51] warning message (not!)
9549      Branch: maint-5.6/perl
9550           !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/typemap
9551           !> ext/NDBM_File/NDBM_File.pm ext/NDBM_File/typemap
9552           !> ext/ODBM_File/ODBM_File.pm ext/ODBM_File/typemap
9553           !> ext/SDBM_File/SDBM_File.pm ext/SDBM_File/typemap lib/CPAN.pm
9554           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
9555 ____________________________________________________________________________
9556 [  9235] By: gsar                                  on 2001/03/19  08:07:09
9557         Log: integrate changes#8617,8713,8715,8716,8721,8953,8963 from mainline
9558              
9559              [PATCH] Add missing CV flags to dump.c
9560              
9561              Re: [patch] Re: PL_ptr_table
9562              
9563              Fixup non-ithread build after 8713
9564              
9565              Generated files form 8713 etc.
9566              
9567              Correct the correction :-(
9568              
9569              Documenting coderef @INC (Re: CPAN "make this script work" feature)
9570              
9571              Subject: Re: sync sync sync: have I missed any patches?
9572              Replace djSP with dSP.
9573      Branch: maint-5.6/perl
9574           !> cop.h doio.c doop.c dump.c embed.h embed.pl ext/B/B/C.pm
9575           !> ext/B/B/CC.pm global.sym objXSUB.h perl.c perlapi.c
9576           !> pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
9577           !> sv.c sv.h win32/perlhost.h
9578 ____________________________________________________________________________
9579 [  9234] By: gsar                                  on 2001/03/19  07:22:05
9580         Log: revert the change#9090 integrate for now (change looks somewhat
9581              incomplete in that [ha]v_exists() need something similar; lacks
9582              tests; &c.)
9583      Branch: maint-5.6/perl
9584            ! hv.c
9585 ____________________________________________________________________________
9586 [  9233] By: gsar                                  on 2001/03/19  07:10:01
9587         Log: some refcounts were incorrect in perl_clone(); avoid hang in global
9588              destruction when there are unreferenced scalars (SvREFCNT==0)
9589      Branch: maint-5.6/perl
9590            ! sv.c
9591 ____________________________________________________________________________
9592 [  9232] By: jhi                                   on 2001/03/19  05:11:02
9593         Log: Regen api and toc.
9594      Branch: maint-5.6/perl
9595            ! pod/perlapi.pod pod/perltoc.pod
9596 ____________________________________________________________________________
9597 [  9231] By: jhi                                   on 2001/03/19  04:06:03
9598         Log: Integrate changes in #9070,9072,9101 from mainline into maintperl,
9599              add a lost line in pp.c:pp_chop(), update to new op/chop.
9600              
9601              Clarify the description differentiating for and while; inspired by
9602              
9603              Subject: [ID 20010306.004] || != named unary operator
9604              
9605              The $Is_MacOS needs to be declared.
9606      Branch: maint-5.6/perl
9607            ! pp.c t/op/chop.t
9608           !> lib/ExtUtils/Manifest.pm pod/perlop.pod pod/perlsyn.pod
9609 ____________________________________________________________________________
9610 [  9230] By: jhi                                   on 2001/03/19  03:48:16
9611         Log: Integrate changes #7971(perlio),8982,9061,9062,9068,9069,
9612              9079,9083,9089,9090,9091 from mainline to maintperl.
9613              
9614              Quieten some noise in Win32 builds
9615              
9616              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker..."
9617              
9618              The perlretut was still talking about the old \p and \P
9619              definitions.
9620              
9621              More tweakage on the Unicode character class descriptions.
9622              
9623              Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
9624              
9625              Subject: 'no *POSIX' Patch speeding up make on BS2000 
9626              
9627              Subject: [PATCH] perldata.pod here-doc docs
9628              
9629              Add /sbin and /usr/sbin to the list of directories scanned
9630              for setuid programs.  Takes care of bug id 20010309.003.
9631              
9632              Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists()
9633              
9634              In op/stat #35 better to scan all the potential directories
9635              for setuids, not just the first one.
9636      Branch: maint-5.6/perl
9637            ! Makefile.SH
9638           !> doio.c hv.c lib/unicode/mktables.PL makedepend.SH perl.h
9639           !> pod/perldata.pod pod/perlretut.pod pp.c t/op/chop.t
9640           !> t/op/stat.t toke.c win32/win32.h
9641 ____________________________________________________________________________
9642 [  9229] By: jhi                                   on 2001/03/19  02:31:50
9643         Log: Subject: [MacPerl-Porters] [PATCH] Portability fixes for Mac OS / maint-5.6
9644              From: Chris Nandor <pudge@pobox.com>
9645              Date: Sat, 10 Mar 2001 14:22:19 -0500
9646              Message-Id: <p0501042db6cf0a8d0b63@[10.0.1.177]>
9647      Branch: maint-5.6/perl
9648            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
9649            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm perlsfio.h
9650            ! t/lib/b.t t/lib/errno.t
9651 ____________________________________________________________________________
9652 [  9228] By: jhi                                   on 2001/03/19  02:29:59
9653         Log: Integrate changes #9113,9122 from mainline into maintperl.
9654              
9655              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?)
9656      Branch: maint-5.6/perl
9657           !> Configure README.os390 hints/os390.sh
9658 ____________________________________________________________________________
9659 [  9227] By: jhi                                   on 2001/03/19  02:22:35
9660         Log: Integrate #9115,9121,9128,9163,9171,9174,9175 from mainline
9661              into maintperl.
9662              
9663              Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
9664              
9665              Forgot to check-in the larger part of #9120, duh.
9666              
9667              Subject: Another patch for integer.pm POD 
9668              
9669              h2ph strictness and cleanliness from Kurt Starsinic.
9670              
9671              Borland filename case problem.
9672              
9673              h2ph strictness and cleanliness from Kurt Starsinic.
9674              
9675              Subject: [PATCH] the uncontroversial doc patches
9676      Branch: maint-5.6/perl
9677           +> win32/sncfnmcs.pl
9678           !> MANIFEST README.os2 README.win32 ext/GDBM_File/GDBM_File.pm
9679           !> ext/GDBM_File/GDBM_File.xs lib/integer.pm
9680           !> pod/perl5005delta.pod pod/perldebtut.pod pod/perlfunc.pod
9681           !> pod/perlhack.pod pod/perllexwarn.pod pod/perllocale.pod
9682           !> pod/perllol.pod pod/perlmod.pod pod/perlmodlib.pod
9683           !> pod/perlport.pod pod/perlrun.pod pod/perltoc.pod
9684           !> pod/perlxs.pod pod/perlxstut.pod utils/h2ph.PL
9685 ____________________________________________________________________________
9686 [  9226] By: jhi                                   on 2001/03/19  02:10:21
9687         Log: Integrate changes #9207,9214 from mainline into maintperl.
9688              
9689              podchecker relaxations: =over has an *optional* number after it,
9690              and whitespace in L<> is okay.
9691      Branch: maint-5.6/perl
9692           !> lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
9693           !> t/pod/poderrs.xr
9694 ____________________________________________________________________________
9695 [  9225] By: jhi                                   on 2001/03/19  02:07:38
9696         Log: Integrate change #9219 from maintperl into mainline.
9697              
9698              remove duplicated tests
9699      Branch: perl
9700           !> t/op/re_tests
9701 ____________________________________________________________________________
9702 [  9224] By: jhi                                   on 2001/03/19  02:06:11
9703         Log: Integrate change #9223 from mainline to maintperl.
9704              
9705              Document -Dmksymlinks.
9706      Branch: maint-5.6/perl
9707           !> INSTALL
9708 ____________________________________________________________________________
9709 [  9223] By: jhi                                   on 2001/03/19  02:01:25
9710         Log: Document -Dmksymlinks.
9711      Branch: perl
9712            ! INSTALL
9713 ____________________________________________________________________________
9714 [  9222] By: jhi                                   on 2001/03/19  01:15:35
9715         Log: The -Dmksymlinks wasn't working for maintperl.
9716      Branch: maint-5.6/perl
9717            ! Configure
9718 ____________________________________________________________________________
9719 [  9221] By: jhi                                   on 2001/03/19  00:49:43
9720         Log: Cleanup pixie residue.
9721      Branch: perl
9722            ! Makefile.SH
9723 ____________________________________________________________________________
9724 [  9220] By: jhi                                   on 2001/03/19  00:44:47
9725         Log: Document the use of pixie/prof; create make targets for it.
9726              
9727              TODO: make t/TEST pixie-aware.
9728      Branch: perl
9729            ! Makefile.SH pod/perlhack.pod
9730 ____________________________________________________________________________
9731 [  9219] By: gsar                                  on 2001/03/19  00:16:55
9732         Log: remove duplicated tests
9733      Branch: maint-5.6/perl
9734            ! t/op/re_tests
9735 ____________________________________________________________________________
9736 [  9218] By: jhi                                   on 2001/03/18  23:59:31
9737         Log: Document Third Degree some more, and also PERL_DESTRUCT_LEVEL.
9738      Branch: perl
9739            ! pod/perlhack.pod pod/perlobj.pod pod/perlrun.pod
9740 ____________________________________________________________________________
9741 [  9217] By: jhi                                   on 2001/03/18  23:25:20
9742         Log: Rewrite the tests section of Makefile to be less redundant
9743              and to allow for more flexible test targets, many recursive
9744              make calls introduced.
9745      Branch: perl
9746            ! Makefile.SH
9747 ____________________________________________________________________________
9748 [  9216] By: jhi                                   on 2001/03/18  22:30:04
9749         Log: Document the use of Third Degree (sparsely).
9750      Branch: perl
9751            ! pod/perlhack.pod t/TEST
9752 ____________________________________________________________________________
9753 [  9215] By: jhi                                   on 2001/03/18  22:10:30
9754         Log: Make targets for testing with Third Degree.
9755      Branch: perl
9756            ! Makefile.SH
9757 ____________________________________________________________________________
9758 [  9214] By: jhi                                   on 2001/03/18  21:08:53
9759         Log: The podchecker relaxations need to mirrored also at the tests.
9760      Branch: perl
9761            ! t/pod/poderrs.xr
9762 ____________________________________________________________________________
9763 [  9213] By: jhi                                   on 2001/03/18  20:56:21
9764         Log: Update Changes.
9765      Branch: perl
9766            ! Changes patchlevel.h
9767 ____________________________________________________________________________
9768 [  9212] By: jhi                                   on 2001/03/18  20:36:59
9769         Log: Looking for config.sh in parent directories isn't
9770              very useful for the toplevel Makefile.
9771      Branch: perl
9772            ! Makefile.SH
9773 ____________________________________________________________________________
9774 [  9211] By: jhi                                   on 2001/03/18  20:33:37
9775         Log: On "make clean" take care of Third Degree droppings.
9776      Branch: perl
9777            ! Makefile.SH
9778 ____________________________________________________________________________
9779 [  9210] By: jhi                                   on 2001/03/18  20:21:34
9780         Log: Add a hook for running the tests under the Third Degree
9781              debugging tool (set $ENV{PERL_3LOG} to non-zero)
9782              
9783              TODO: Document the use of Third Degree.
9784      Branch: perl
9785            ! t/TEST
9786 ____________________________________________________________________________
9787 [  9209] By: jhi                                   on 2001/03/18  20:19:07
9788         Log: Regen toc and api pods.
9789      Branch: perl
9790            ! pod/perlapi.pod pod/perltoc.pod
9791 ____________________________________________________________________________
9792 [  9208] By: jhi                                   on 2001/03/18  20:12:12
9793         Log: Integrate changes #8128,9132 from mainline into maintperl,
9794              Tie::SubstrHash fixes.
9795      Branch: maint-5.6/perl
9796           !> lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
9797 ____________________________________________________________________________
9798 [  9207] By: jhi                                   on 2001/03/18  20:07:43
9799         Log: podchecker relaxations from Michael Stevens.
9800      Branch: perl
9801            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
9802 ____________________________________________________________________________
9803 [  9206] By: jhi                                   on 2001/03/18  20:04:24
9804         Log: Retract the changes made at #9176 to Neil's and Ilya's module pods.
9805      Branch: perl
9806            ! lib/Locale/Constants.pm lib/Locale/Country.pm
9807            ! lib/Locale/Currency.pm lib/Locale/Language.pm lib/overload.pm
9808            ! os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/Process/Process.pm
9809 ____________________________________________________________________________
9810 [  9205] By: jhi                                   on 2001/03/18  19:54:45
9811         Log: Integrate changes #9161,9162 from maintperl to mainline.
9812              
9813              clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
9814              results
9815      Branch: perl
9816           !> t/op/magic.t
9817 ____________________________________________________________________________
9818 [  9204] By: jhi                                   on 2001/03/18  19:37:46
9819         Log: Make perl.third checks more understandable to the builder.
9820      Branch: perl
9821            ! Makefile.SH
9822 ____________________________________________________________________________
9823 [  9203] By: jhi                                   on 2001/03/18  19:20:54
9824         Log: Re-integrate #9138 from maintperl to mainline,
9825              the squelching of the unneeded "Scalars leaked" messages.
9826      Branch: perl
9827           !> t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
9828           !> t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
9829           !> t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
9830 ____________________________________________________________________________
9831 [  9202] By: jhi                                   on 2001/03/18  18:48:36
9832         Log: More robust and more paranoid perl.third target.
9833      Branch: perl
9834            ! Makefile.SH
9835 ____________________________________________________________________________
9836 [  9201] By: jhi                                   on 2001/03/18  18:39:21
9837         Log: Integrate change #9197 from maintperl to mainline.
9838              
9839              more thorough cleaning of arenas.
9840      Branch: perl
9841           !> embed.pl perl.c proto.h sv.c t/op/sort.t
9842 ____________________________________________________________________________
9843 [  9200] By: jhi                                   on 2001/03/18  18:25:17
9844         Log: Integrate perlio.
9845      Branch: perl
9846           !> doop.c ext/Encode/Encode.pm ext/Encode/Encode.xs
9847           !> ext/Encode/compile lib/utf8.pm pp_ctl.c sv.c t/lib/b.t
9848           !> t/lib/encode.t toke.c universal.c utf8.c
9849 ____________________________________________________________________________
9850 [  9199] By: nick                                  on 2001/03/18  15:23:51
9851         Log: Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED() when that
9852              is the sense of the test being done. Avoid some magical 127 and 128 values
9853              by using macros.
9854      Branch: perlio
9855            ! doop.c pp_ctl.c sv.c toke.c
9856 ____________________________________________________________________________
9857 [  9198] By: nick                                  on 2001/03/18  14:18:12
9858         Log: UTF-X encoding invariance for Encode:
9859              - move Encode::utf8_encode to utf8::encode (likewise decode,upgrade,downgrade,valid)
9860              - move the XS code for those to universal.c (so in miniperl)
9861              - add utf8::unicode_to_native and its inverse to allow EBCDIC to work in true unicode.
9862              - change ext/Encode/compile to use above.
9863              - Fix t/lib/encode.t for above
9864              - Teach t/lib/b.t to expect -uutf8
9865              - In utf8.c look for SWASHNEW rather than just utf8:: package to see if
9866              utf8.pm is needed.
9867      Branch: perlio
9868            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
9869            ! lib/utf8.pm t/lib/b.t t/lib/encode.t universal.c utf8.c
9870 ____________________________________________________________________________
9871 [  9197] By: gsar                                  on 2001/03/18  12:15:57
9872         Log: more thorough cleaning of arenas--keep going until no more
9873              SvREFCNT_dec()s occur (this fixes the problem that causes the
9874              pesky "Scalars leaked" warnings)
9875      Branch: maint-5.6/perl
9876            ! embed.pl perl.c proto.h sv.c t/op/sort.t
9877 ____________________________________________________________________________
9878 [  9196] By: nick                                  on 2001/03/18  10:57:29
9879         Log: Fix pragma/utf8.t # 15
9880              - if toke.c is processing a SvUTF8 string then single quoted '...' etc.
9881              are SvUTF8 as well.
9882      Branch: perlio
9883            ! toke.c
9884 ____________________________________________________________________________
9885 [  9195] By: nick                                  on 2001/03/18  09:27:06
9886         Log: Integrate mainline
9887      Branch: perlio
9888           !> MANIFEST Makefile.SH doop.c mg.c op.c op.h t/op/misc.t
9889           !> t/op/pat.t
9890 ____________________________________________________________________________
9891 [  9194] By: jhi                                   on 2001/03/18  05:29:59
9892         Log: Sarathy's clear_pmop patch with Radu Greab's fix,
9893              Hiroto's, Nick Clark's, and Vadim Konovalov's tests.
9894      Branch: perl
9895            ! op.c op.h t/op/misc.t t/op/pat.t
9896 ____________________________________________________________________________
9897 [  9193] By: jhi                                   on 2001/03/18  05:15:06
9898         Log: NI-S' cunning idea of how to de-UTF8 the "\C-broken" submatches.
9899      Branch: perl
9900            ! mg.c t/op/pat.t
9901 ____________________________________________________________________________
9902 [  9192] By: jhi                                   on 2001/03/18  04:22:43
9903         Log: tr/// UTF-8 patches from Inaba Hiroto.
9904      Branch: perl
9905            ! doop.c op.c
9906 ____________________________________________________________________________
9907 [  9191] By: jhi                                   on 2001/03/18  04:21:17
9908         Log: Integrate perlio.
9909      Branch: perl
9910           !> utf8.c utfebcdic.h
9911 ____________________________________________________________________________
9912 [  9190] By: nick                                  on 2001/03/17  20:32:01
9913         Log: Correct #if EBCDIC side typos.
9914              Builds and passes many tests on OS390.
9915      Branch: perlio
9916            ! utf8.c utfebcdic.h
9917 ____________________________________________________________________________
9918 [  9189] By: jhi                                   on 2001/03/17  18:55:49
9919         Log: Add prerequisites for the perl.third target.
9920      Branch: perl
9921            ! Makefile.SH
9922 ____________________________________________________________________________
9923 [  9188] By: jhi                                   on 2001/03/17  18:46:00
9924         Log: Integrate perlio.
9925      Branch: perl
9926           +> utfebcdic.h
9927           !> MANIFEST doop.c perl.h pp.c utf8.c utf8.h
9928 ____________________________________________________________________________
9929 [  9187] By: jhi                                   on 2001/03/17  18:38:47
9930         Log: Add a make rule for perl.third (the Third Degree memory debugging
9931              tool of Tru64 / Digital UNIX / DEC OSF/1, see man third or man atom)
9932      Branch: perl
9933            ! Makefile.SH
9934 ____________________________________________________________________________
9935 [  9186] By: nick                                  on 2001/03/17  18:34:48
9936         Log: MANIFEST addition :-(
9937      Branch: perlio
9938            ! MANIFEST
9939 ____________________________________________________________________________
9940 [  9185] By: nick                                  on 2001/03/17  18:29:50
9941         Log: Infrastructure to use UTF-EBCDIC rather than UTF-8 as the internal
9942              encoding on EBCDIC platforms. This has property that U+0000..U+009F i.e.
9943              a superset of ASCII are invariant under the encoding. This is EBCDIC
9944              friendly as an encoded string can be looked at as being EBCDIC by lexer
9945              sprintf("%d",...) etc. in same manner that a UTF-8 string be considered
9946              ASCII on ASCII machines.
9947              
9948              - re-arrange utf8.h to get ASCII specific vs Unicode generic bits
9949              seperate.
9950              - Add some more macros to comprehend different shift amounts and
9951              possible swizzle in UTF-EBCDIC vs UTF-8. Change utf8.c to use them.
9952              - add utfebcdic.h which provides UTF-EBCDIC versions of the macros,
9953              and conditionaly #include it.
9954              
9955              EBCDIC build as yet untested.  ASCII still fails the one test.
9956      Branch: perlio
9957            + utfebcdic.h
9958            ! utf8.c utf8.h
9959 ____________________________________________________________________________
9960 [  9184] By: nick                                  on 2001/03/17  17:44:16
9961         Log: Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT
9962      Branch: perlio
9963            ! doop.c perl.h pp.c utf8.h
9964 ____________________________________________________________________________
9965 [  9183] By: jhi                                   on 2001/03/17  15:55:42
9966         Log: Integrate perlio.
9967      Branch: perl
9968            ! MANIFEST
9969           !> perl.h sv.c t/op/pat.t toke.c utf8.c utf8.h
9970 ____________________________________________________________________________
9971 [  9182] By: nick                                  on 2001/03/17  09:16:06
9972         Log: Allow test to pass even when \C leaves SvUTF8 set by adding 'use bytes'
9973      Branch: perlio
9974            ! t/op/pat.t
9975 ____________________________________________________________________________
9976 [  9181] By: nick                                  on 2001/03/17  09:15:11
9977         Log: Integrate mainline.
9978      Branch: perlio
9979           +> lib/Locale/Constants.pm lib/Locale/Country.pm
9980           +> lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
9981           +> t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
9982           +> t/lib/lc-language.t t/lib/lc-uk.t win32/sncfnmcs.pl
9983           !> (integrate 83 files)
9984 ____________________________________________________________________________
9985 [  9180] By: nick                                  on 2001/03/16  17:23:21
9986         Log: EBCDIC Fixes.
9987      Branch: perlio
9988            ! perl.h sv.c toke.c utf8.c utf8.h
9989 ____________________________________________________________________________
9990 [  9179] By: jhi                                   on 2001/03/16  14:10:12
9991         Log: Re-apply #9024 as the Storable 1.0.11 (#9069) overwrote
9992              a change needed to work around an AIX compiler bug.
9993      Branch: perl
9994            ! ext/Storable/Storable.xs
9995 ____________________________________________________________________________
9996 [  9178] By: jhi                                   on 2001/03/16  03:19:59
9997         Log: With Damian's approval synchronize damian's modules'
9998              licensing with Perl's standard module licensing.
9999      Branch: perl
10000            ! lib/Filter/Simple.pm lib/Switch.pm lib/Text/Balanced.pod
10001 ____________________________________________________________________________
10002 [  9177] By: jhi                                   on 2001/03/16  03:15:34
10003         Log: Make the Filter::Util:Call files have their own copies
10004              of the Perl standard module licensing, from Paul Marquess.
10005      Branch: perl
10006            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
10007 ____________________________________________________________________________
10008 [  9176] By: jhi                                   on 2001/03/16  02:56:04
10009         Log: Subject: [PATCH] more pod patches
10010              From: Michael Stevens <michael@etla.org>
10011              Date: Thu, 15 Mar 2001 21:25:18 +0000
10012              Message-ID: <20010315212518.A18870@firedrake.org>
10013      Branch: perl
10014            ! configpm ext/B/B/Bytecode.pm ext/DB_File/DB_File.pm
10015            ! ext/Data/Dumper/Dumper.pm ext/Devel/Peek/Peek.pm
10016            ! ext/Filter/Util/Call/Call.pm ext/IO/lib/IO/Handle.pm
10017            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
10018            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
10019            ! ext/IPC/SysV/SysV.pm ext/NDBM_File/NDBM_File.pm
10020            ! ext/ODBM_File/ODBM_File.pm ext/Socket/Socket.pm
10021            ! ext/Storable/Storable.pm ext/Sys/Syslog/Syslog.pm
10022            ! ext/Thread/Thread.pm ext/Thread/Thread/Queue.pm
10023            ! ext/attrs/attrs.pm jpl/JNI/JNI.pm lib/CPAN.pm
10024            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Embed.pm
10025            ! lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Cygwin.pm
10026            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_VMS.pm
10027            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm
10028            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
10029            ! lib/File/Basename.pm lib/File/Spec/VMS.pm
10030            ! lib/File/Spec/Win32.pm lib/FileHandle.pm lib/Filter/Simple.pm
10031            ! lib/Getopt/Long.pm lib/Locale/Constants.pm
10032            ! lib/Locale/Country.pm lib/Locale/Language.pm
10033            ! lib/Term/ANSIColor.pm lib/Test.pm lib/Test/Harness.pm
10034            ! lib/Text/Wrap.pm lib/Tie/Array.pm lib/Tie/Handle.pm
10035            ! lib/Tie/Hash.pm lib/Tie/Scalar.pm lib/User/pwent.pm
10036            ! lib/autouse.pm lib/overload.pm os2/OS2/ExtAttr/ExtAttr.pm
10037            ! os2/OS2/Process/Process.pm
10038 ____________________________________________________________________________
10039 [  9175] By: jhi                                   on 2001/03/16  02:53:32
10040         Log: Subject: [PATCH] the uncontroversial doc patches
10041              From: Michael Stevens <michael@etla.org>
10042              Date: Thu, 15 Mar 2001 20:01:12 +0000
10043              Message-ID: <20010315200112.A7636@firedrake.org>
10044      Branch: perl
10045            ! pod/perl5005delta.pod pod/perldebtut.pod pod/perldelta.pod
10046            ! pod/perlfunc.pod pod/perlhack.pod pod/perllexwarn.pod
10047            ! pod/perllocale.pod pod/perllol.pod pod/perlmod.pod
10048            ! pod/perlmodlib.pod pod/perlport.pod pod/perlrun.pod
10049            ! pod/perltoc.pod pod/perlxs.pod pod/perlxstut.pod
10050 ____________________________________________________________________________
10051 [  9174] By: jhi                                   on 2001/03/16  02:50:49
10052         Log: Subject: [PATCH 5.6.1] ext/GDBM_File GDBM_NOLOCK constant
10053              From: Paul Lindner <lindner@inuus.com>
10054              Date: Fri, 16 Mar 2001 11:28:03 -0800
10055              Message-ID: <20010316112803.A7577@inuus.com>
10056      Branch: perl
10057            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
10058 ____________________________________________________________________________
10059 [  9173] By: nick                                  on 2001/03/15  20:21:03
10060         Log: 1st day's EBCDIC fixes:
10061              - toke.c's parsing of strings needed attention
10062              needed to conditionally e2a if string was already UTF-8
10063              - e2a/a2e tables where wrong way round.
10064              - new macros in utf8.h
10065      Branch: perlio
10066            ! perl.h toke.c utf8.h
10067 ____________________________________________________________________________
10068 [  9172] By: jhi                                   on 2001/03/15  15:17:17
10069         Log: Update Changes.
10070      Branch: perl
10071            ! Changes patchlevel.h
10072 ____________________________________________________________________________
10073 [  9171] By: jhi                                   on 2001/03/15  15:09:32
10074         Log: Subject: Re: Another Borland C++ problem.
10075              From: "Vadim Konovalov" <watman@inbox.ru>
10076              Date: Sat, 10 Mar 2001 19:26:07 +0300
10077              Message-ID: <001601c0a97f$143fcc40$da7b55c2@vad>
10078              
10079              Borland filename case problem.
10080      Branch: perl
10081            + win32/sncfnmcs.pl
10082            ! MANIFEST README.win32
10083 ____________________________________________________________________________
10084 [  9170] By: jhi                                   on 2001/03/15  14:54:23
10085         Log: Add Locale::Codes 1.06, from Neil Bowers.
10086      Branch: perl
10087            + lib/Locale/Constants.pm lib/Locale/Country.pm
10088            + lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
10089            + t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
10090            + t/lib/lc-language.t t/lib/lc-uk.t
10091            ! MANIFEST
10092 ____________________________________________________________________________
10093 [  9169] By: jhi                                   on 2001/03/15  14:19:01
10094         Log: Upgrade to Storable 1.0.11, from Raphael Manfredi.
10095      Branch: perl
10096            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
10097            ! ext/Storable/Storable.xs
10098 ____________________________________________________________________________
10099 [  9168] By: jhi                                   on 2001/03/15  14:13:22
10100         Log: Integrate changes #9120,9167 from mainline to maintperl.
10101              
10102              Subject: [PATCH 5.6.1] OS/2 docs
10103              
10104              Subject: [PATCH 5.6.1] perldoc
10105      Branch: maint-5.6/perl
10106           !> os2/Changes utils/perldoc.PL
10107 ____________________________________________________________________________
10108 [  9167] By: jhi                                   on 2001/03/15  14:07:42
10109         Log: Subject: [PATCH 5.6.1] perldoc
10110              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10111              Date: Wed, 14 Mar 2001 23:46:52 -0500
10112              Message-ID: <20010314234652.A7972@math.ohio-state.edu>
10113      Branch: perl
10114            ! utils/perldoc.PL
10115 ____________________________________________________________________________
10116 [  9166] By: jhi                                   on 2001/03/15  13:53:15
10117         Log: sigaction test condition tweakage.
10118      Branch: perl
10119            ! t/lib/sigaction.t
10120 ____________________________________________________________________________
10121 [  9165] By: alanbur                               on 2001/03/15  03:49:17
10122         Log: Resynchronised with parent
10123      Branch: maint-5.6/pureperl
10124           +> os2/os2add.sym t/op/anonsub.t
10125           !> (integrate 72 files)
10126 ____________________________________________________________________________
10127 [  9164] By: jhi                                   on 2001/03/15  01:05:01
10128         Log: Avoid stomping off the beginning of an array in tr///.
10129      Branch: perl
10130            ! op.c
10131 ____________________________________________________________________________
10132 [  9163] By: jhi                                   on 2001/03/15  00:58:57
10133         Log: h2ph strictness and cleanliness from Kurt Starsinic.
10134      Branch: perl
10135            ! utils/h2ph.PL
10136 ____________________________________________________________________________
10137 [  9162] By: gsar                                  on 2001/03/15  00:56:53
10138         Log: avoid warnings
10139      Branch: maint-5.6/perl
10140            ! t/op/magic.t
10141 ____________________________________________________________________________
10142 [  9161] By: gsar                                  on 2001/03/15  00:52:09
10143         Log: clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
10144              results
10145      Branch: maint-5.6/perl
10146            ! t/op/magic.t
10147 ____________________________________________________________________________
10148 [  9160] By: jhi                                   on 2001/03/14  22:02:10
10149         Log: Do not use the Perl malloc in IRIX, suggested by
10150              Helmus Jarausch.
10151      Branch: perl
10152            ! hints/irix_6.sh
10153 ____________________________________________________________________________
10154 [  9159] By: nick                                  on 2001/03/14  21:45:59
10155         Log: Integrate mainline
10156      Branch: perlio
10157           +> t/op/loopctl.t
10158           !> (integrate 41 files)
10159 ____________________________________________________________________________
10160 [  9158] By: jhi                                   on 2001/03/14  21:10:09
10161         Log: The Day of the Retractions continues: the #9138
10162              (integrated in #9144) doesn't work well in mainline.
10163      Branch: perl
10164            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
10165            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
10166            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
10167 ____________________________________________________________________________
10168 [  9157] By: jhi                                   on 2001/03/14  20:58:12
10169         Log: The #9145 CANNOT be enabled: the clear_pmop code still
10170              dumps core all over in Tru64.
10171      Branch: perl
10172            ! op.c op.h t/op/pat.t
10173 ____________________________________________________________________________
10174 [  9156] By: jhi                                   on 2001/03/14  20:48:06
10175         Log: Integrate change #9154 from maintperl to mainline.
10176              
10177              PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
10178              (caused Storable 1.0.10 to break on windows)
10179      Branch: perl
10180           !> embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
10181           !> perlapi.c proto.h
10182 ____________________________________________________________________________
10183 [  9155] By: jhi                                   on 2001/03/14  20:23:53
10184         Log: Retract #9136: breaks threading (and binary compatibility).
10185      Branch: perl
10186            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
10187 ____________________________________________________________________________
10188 [  9154] By: gsar                                  on 2001/03/14  17:48:18
10189         Log: PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
10190              (caused Storable 1.0.10 to break on windows)
10191      Branch: maint-5.6/perl
10192            ! embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
10193            ! perlapi.c proto.h
10194 ____________________________________________________________________________
10195 [  9153] By: jhi                                   on 2001/03/14  13:35:21
10196         Log: Tweaked a tweak from H.Merijn Brand on the sigaction test.
10197      Branch: perl
10198            ! t/lib/sigaction.t
10199 ____________________________________________________________________________
10200 [  9152] By: gsar                                  on 2001/03/14  07:29:40
10201         Log: back out changes#9012,9010,9009 and parts of change#9016
10202              (causes ABRs under purify, and some prerequisites don't
10203              seem to be there in 5.6.x)
10204      Branch: maint-5.6/perl
10205            ! doop.c op.c t/op/tr.t toke.c
10206 ____________________________________________________________________________
10207 [  9151] By: gsar                                  on 2001/03/14  07:01:29
10208         Log: reenable change#9145 (the test was busted due to a missing
10209              C<print "ok 27\n">)
10210      Branch: perl
10211            ! op.c op.h t/op/pat.t
10212 ____________________________________________________________________________
10213 [  9150] By: jhi                                   on 2001/03/14  06:38:36
10214         Log: Retract #9145.
10215      Branch: perl
10216            ! op.c op.h t/op/pat.t
10217 ____________________________________________________________________________
10218 [  9149] By: jhi                                   on 2001/03/14  06:14:56
10219         Log: Retract #9143.
10220      Branch: perl
10221            ! op.c
10222 ____________________________________________________________________________
10223 [  9148] By: gsar                                  on 2001/03/14  06:13:02
10224         Log: Uninitialized Memory Read in regexec.c
10225      Branch: perl
10226            ! regexec.c
10227 ____________________________________________________________________________
10228 [  9147] By: jhi                                   on 2001/03/14  04:59:54
10229         Log: Subject: PATCH: make goto work in nested eval ""
10230              From: Robin Houston <robin@kitsite.com>
10231              Date: Wed, 14 Mar 2001 04:16:10 +0000
10232              Message-ID: <20010314041610.A16307@puffinry.freeserve.co.uk>
10233      Branch: perl
10234            ! pp_ctl.c t/op/goto.t
10235 ____________________________________________________________________________
10236 [  9146] By: jhi                                   on 2001/03/14  04:42:54
10237         Log: Preserve the #ifdef PERL_CORE in perly.h.
10238      Branch: perl
10239            ! perly.fixer
10240 ____________________________________________________________________________
10241 [  9145] By: jhi                                   on 2001/03/14  03:57:41
10242         Log: (Retracted by #9150.)
10243      Branch: perl
10244            ! op.c op.h t/op/pat.t
10245 ____________________________________________________________________________
10246 [  9144] By: jhi                                   on 2001/03/14  03:50:38
10247         Log: Integrate changes #9137,9138,9142 from maintperl into mainline.
10248              
10249              fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
10250              
10251              remove squelch controls for "Scalars leaked" messages in most places
10252              (these are now cured)
10253              
10254              fix another memory leak reported by purify (tie callbacks that
10255              croak can leak when wiping out magic)
10256      Branch: perl
10257           !> regcomp.c scope.c t/comp/proto.t t/op/lex_assign.t
10258           !> t/op/local.t t/op/pat.t t/op/regexp.t t/pragma/strict-vars
10259           !> t/pragma/warn/op t/pragma/warn/regcomp t/pragma/warn/toke
10260           !> t/pragma/warnings.t
10261 ____________________________________________________________________________
10262 [  9143] By: jhi                                   on 2001/03/14  03:37:53
10263         Log: (Retracted by #9149.)
10264      Branch: perl
10265            ! op.c
10266 ____________________________________________________________________________
10267 [  9142] By: gsar                                  on 2001/03/14  03:20:48
10268         Log: fix another memory leak reported by purify (tie callbacks that
10269              croak can leak when wiping out magic)
10270      Branch: maint-5.6/perl
10271            ! scope.c
10272 ____________________________________________________________________________
10273 [  9141] By: jhi                                   on 2001/03/14  02:55:00
10274         Log: Subject: PATCH for [ID 20010305.003]
10275              From: Robin Houston <robin@kitsite.com>
10276              Date: Wed, 14 Mar 2001 02:45:51 +0000
10277              Message-ID: <20010314024551.A16207@puffinry.freeserve.co.uk>
10278      Branch: perl
10279            ! pp_ctl.c t/op/eval.t
10280 ____________________________________________________________________________
10281 [  9140] By: jhi                                   on 2001/03/14  02:41:54
10282         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
10283              Date: Wed, 14 Mar 2001 01:52:51 +0000
10284              From: Robin Houston <robin@kitsite.com>
10285              Message-ID: <20010314015251.B16112@puffinry.freeserve.co.uk>
10286              
10287              Fix for 2000313.004.
10288      Branch: perl
10289            ! pp_ctl.c t/op/goto.t
10290 ____________________________________________________________________________
10291 [  9139] By: jhi                                   on 2001/03/14  02:40:50
10292         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
10293              From: Robin Houston <robin@kitsite.com>
10294              Date: Wed, 14 Mar 2001 00:43:45 +0000
10295              Message-ID: <20010314004345.A15892@puffinry.freeserve.co.uk>
10296      Branch: perl
10297            + t/op/loopctl.t
10298            ! AUTHORS MANIFEST perly.c perly.y perly_c.diff t/op/goto.t
10299            ! vms/perly_c.vms
10300 ____________________________________________________________________________
10301 [  9138] By: gsar                                  on 2001/03/14  01:18:00
10302         Log: remove squelch controls for "Scalars leaked" messages in most places
10303              (these are now cured)
10304      Branch: maint-5.6/perl
10305            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
10306            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
10307            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
10308 ____________________________________________________________________________
10309 [  9137] By: gsar                                  on 2001/03/14  00:57:04
10310         Log: fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
10311      Branch: maint-5.6/perl
10312            ! regcomp.c
10313 ____________________________________________________________________________
10314 [  9136] By: jhi                                   on 2001/03/13  23:12:24
10315         Log: (Retracted by #9155)
10316              
10317              Subject: Re: [gsar@ActiveState.com: v5.6.1 trial2 is available]
10318              From: Jens-Uwe Mager <jum@helios.de>
10319              Date: Wed, 21 Feb 2001 21:32:04 +0100
10320              Message-ID: <20010221213203.A18340@ans.helios.de>
10321      Branch: perl
10322            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
10323 ____________________________________________________________________________
10324 [  9135] By: jhi                                   on 2001/03/13  22:50:05
10325         Log: Integrate perlio.
10326      Branch: perl
10327           !> pp.c
10328 ____________________________________________________________________________
10329 [  9134] By: jhi                                   on 2001/03/13  22:49:05
10330         Log: Integrate change #9131 from maintperl into mainline.
10331              
10332              make the error text look more consistent in hints/hpux.sh
10333      Branch: perl
10334           !> hints/hpux.sh
10335 ____________________________________________________________________________
10336 [  9133] By: gsar                                  on 2001/03/13  22:46:20
10337         Log: integrate change#9067 from mainline
10338              
10339              Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
10340      Branch: maint-5.6/perl
10341           !> lib/ExtUtils/MM_Unix.pm
10342 ____________________________________________________________________________
10343 [  9132] By: jhi                                   on 2001/03/13  22:41:21
10344         Log: Subject:  Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
10345              From: "John P. Linderman" <jpl@research.att.com>
10346              Date: Tue, 13 Mar 2001 12:36:32 -0500 (EST)
10347              Message-Id: <200103131736.MAA35615@raptor.research.att.com>
10348              
10349              A more correct prime finder.
10350      Branch: perl
10351            ! lib/Tie/SubstrHash.pm
10352 ____________________________________________________________________________
10353 [  9131] By: gsar                                  on 2001/03/13  22:30:42
10354         Log: make the error text look more consistent in hints/hpux.sh
10355      Branch: maint-5.6/perl
10356            ! hints/hpux.sh
10357 ____________________________________________________________________________
10358 [  9130] By: jhi                                   on 2001/03/13  22:23:44
10359         Log: Subject: Re: 9122 and sigaction/switch on HP-UX 11.00
10360              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
10361              Date: Tue, 13 Mar 2001 18:41:26 +0100
10362              Message-Id: <20010313184043.BFFC.H.M.BRAND@hccnet.nl>
10363              
10364              If the test is run non-interactively the default handler
10365              is different.
10366      Branch: perl
10367            ! t/lib/sigaction.t
10368 ____________________________________________________________________________
10369 [  9129] By: jhi                                   on 2001/03/13  22:20:21
10370         Log: Subject:  [PATCH perl@9125] t/lib/1_compile.t  VMS mod
10371              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
10372              Message-Id: <010313164414.d1225@DUPHY4.Physics.Drexel.Edu>
10373              Date:     Tue, 13 Mar 2001 16:44:32 EST
10374      Branch: perl
10375            ! t/lib/1_compile.t
10376 ____________________________________________________________________________
10377 [  9128] By: jhi                                   on 2001/03/13  22:18:34
10378         Log: Subject: Another patch for integer.pm POD 
10379              From: "John L. Allen" <allen@grumman.com>
10380              Date: Tue, 13 Mar 2001 16:14:02 -0500 (EST)
10381              Message-ID: <Pine.SOL.3.91.1010313160755.1630A-100000@gateway.grumman.com>
10382      Branch: perl
10383            ! lib/integer.pm
10384 ____________________________________________________________________________
10385 [  9127] By: nick                                  on 2001/03/13  21:26:30
10386         Log: Integrate mainline.
10387      Branch: perlio
10388           +> lib/Switch.pm lib/Text/Balanced.pm lib/Text/Balanced.pod
10389           +> t/lib/switch.t t/lib/tb-genxt.t t/lib/tb-xbrak.t
10390           +> t/lib/tb-xcode.t t/lib/tb-xdeli.t t/lib/tb-xmult.t
10391           +> t/lib/tb-xquot.t t/lib/tb-xtagg.t t/lib/tb-xvari.t
10392           !> Changes Configure MANIFEST README.os2 README.os390
10393           !> ext/re/Makefile.PL hints/aix.sh hints/os390.sh lib/integer.pm
10394           !> os2/Changes patchlevel.h win32/perlhost.h
10395 ____________________________________________________________________________
10396 [  9126] By: nick                                  on 2001/03/13  20:39:51
10397         Log: #ifdef'ed out code to make packed side of pack/unpack
10398              octets. (i.e. pack('U') => encode_utf8).
10399      Branch: perlio
10400            ! pp.c
10401 ____________________________________________________________________________
10402 [  9125] By: jhi                                   on 2001/03/13  15:07:16
10403         Log: Update Changes.
10404      Branch: perl
10405            ! Changes patchlevel.h
10406 ____________________________________________________________________________
10407 [  9124] By: jhi                                   on 2001/03/13  14:22:45
10408         Log: Workaround for the buggy ("internal compiler error")
10409              AIX C compiler 5.0.1.0: skip the optimization for regcomp.c
10410              (and ext/re/re_comp.c).  The MakeMaker dark magic courtesy
10411              of Andreas König.
10412      Branch: perl
10413            ! ext/re/Makefile.PL hints/aix.sh
10414 ____________________________________________________________________________
10415 [  9123] By: jhi                                   on 2001/03/13  03:24:34
10416         Log: Typo in #9114.
10417      Branch: metaconfig
10418            ! U/modified/myhostname.U
10419 ____________________________________________________________________________
10420 [  9122] By: jhi                                   on 2001/03/13  03:24:06
10421         Log: Typo in #9113.
10422      Branch: perl
10423            ! Configure
10424 ____________________________________________________________________________
10425 [  9121] By: jhi                                   on 2001/03/13  01:53:05
10426         Log: Forgot to check-in the larger part of #9120, duh.
10427      Branch: perl
10428            ! README.os2
10429 ____________________________________________________________________________
10430 [  9120] By: jhi                                   on 2001/03/13  01:51:31
10431         Log: Subject: [PATCH 5.6.1] OS/2 docs
10432              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10433              Date: Mon, 12 Mar 2001 03:27:32 -0500
10434              Message-ID: <20010312032732.A19283@math.ohio-state.edu>
10435      Branch: perl
10436            ! os2/Changes
10437 ____________________________________________________________________________
10438 [  9119] By: jhi                                   on 2001/03/13  01:49:41
10439         Log: Integrate change #9116 from maintperl into mainline.
10440              
10441              Win32::GetCwd() returns C: instead of C:\ in the root directory
10442              under ithreads
10443      Branch: perl
10444           !> win32/perlhost.h
10445 ____________________________________________________________________________
10446 [  9118] By: jhi                                   on 2001/03/13  01:13:39
10447         Log: Add Switch 2.01, resort MANIFEST (forgot that in #9117)
10448      Branch: perl
10449            + lib/Switch.pm t/lib/switch.t
10450            ! MANIFEST
10451 ____________________________________________________________________________
10452 [  9117] By: jhi                                   on 2001/03/13  01:03:17
10453         Log: Add Text::Balanced 1.83.
10454      Branch: perl
10455            + lib/Text/Balanced.pm lib/Text/Balanced.pod t/lib/tb-genxt.t
10456            + t/lib/tb-xbrak.t t/lib/tb-xcode.t t/lib/tb-xdeli.t
10457            + t/lib/tb-xmult.t t/lib/tb-xquot.t t/lib/tb-xtagg.t
10458            + t/lib/tb-xvari.t
10459            ! MANIFEST
10460 ____________________________________________________________________________
10461 [  9116] By: gsar                                  on 2001/03/13  00:55:53
10462         Log: Win32::GetCwd() returns C: instead of C:\ in the root directory
10463              under ithreads
10464      Branch: maint-5.6/perl
10465            ! win32/perlhost.h
10466 ____________________________________________________________________________
10467 [  9115] By: jhi                                   on 2001/03/13  00:54:09
10468         Log: Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
10469              From: "John L. Allen" <allen@grumman.com>
10470              Date: Tue, 6 Mar 2001 10:50:51 -0500 (EST)
10471              Message-ID: <Pine.SOL.3.91.1010306103113.9094A-100000@gateway.grumman.com>
10472              
10473              use integer document clarification.
10474      Branch: perl
10475            ! lib/integer.pm
10476 ____________________________________________________________________________
10477 [  9114] By: jhi                                   on 2001/03/13  00:38:54
10478         Log: Metaconfig unit change for #9113.
10479      Branch: metaconfig
10480            ! U/modified/myhostname.U
10481 ____________________________________________________________________________
10482 [  9113] By: jhi                                   on 2001/03/13  00:38:35
10483         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?)
10484              From: Peter Prymmer <pvhp@forte.com>
10485              Date: Mon, 12 Mar 2001 16:25:56 -0800 (PST)
10486              Message-ID: <Pine.OSF.4.10.10103121619020.180841-100000@aspara.forte.com>
10487      Branch: perl
10488            ! Configure README.os390 hints/os390.sh
10489 ____________________________________________________________________________
10490 [  9112] By: jhi                                   on 2001/03/13  00:29:00
10491         Log: Integrate perlio.
10492      Branch: perl
10493           !> sv.c utf8.h
10494 ____________________________________________________________________________
10495 [  9111] By: nick                                  on 2001/03/12  21:16:33
10496         Log: Integrate mainline.
10497      Branch: perlio
10498           +> t/op/anonsub.t
10499           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
10500           !> proto.h sv.c
10501 ____________________________________________________________________________
10502 [  9110] By: nick                                  on 2001/03/12  21:00:13
10503         Log: #ifdef'ed out code for 'USE_BYTES_DOWNGRADES' case.
10504      Branch: perlio
10505            ! sv.c utf8.h
10506 ____________________________________________________________________________
10507 [  9109] By: jhi                                   on 2001/03/12  16:04:47
10508         Log: Integrate change #9108 from maintperl to mainline.
10509              
10510              fix memory leak in C<sub X { sub {} }> arising from a refcount
10511              loop between the outer sub and the inner prototype anonsub
10512              
10513              this also enables closures returned by subroutines that
10514              subsequently get redefined to work without generating coredumps :)
10515              
10516              completely removed the free_closures() hack--it shouldn't be
10517              needed anymore
10518      Branch: perl
10519           +> t/op/anonsub.t
10520           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
10521           !> proto.h sv.c
10522 ____________________________________________________________________________
10523 [  9108] By: gsar                                  on 2001/03/12  10:21:31
10524         Log: fix memory leak in C<sub X { sub {} }> arising from a refcount
10525              loop between the outer sub and the inner prototype anonsub
10526              
10527              this also enables closures returned by subroutines that
10528              subsequently get redefined to work without generating coredumps :)
10529              
10530              completely removed the free_closures() hack--it shouldn't be
10531              needed anymore
10532      Branch: maint-5.6/perl
10533            + t/op/anonsub.t
10534            ! MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
10535            ! proto.h sv.c
10536 ____________________________________________________________________________
10537 [  9107] By: jhi                                   on 2001/03/12  05:15:31
10538         Log: Integrate perlio.
10539      Branch: perl
10540           !> ext/Encode/Encode.xs makedef.pl regcomp.c sv.c toke.c utf8.c
10541 ____________________________________________________________________________
10542 [  9106] By: nick                                  on 2001/03/11  20:10:12
10543         Log: regcomp.c is working in native space, not Unicode space (if different)
10544              as it is doing compare against 'W' in \W etc.
10545      Branch: perlio
10546            ! regcomp.c
10547 ____________________________________________________________________________
10548 [  9105] By: nick                                  on 2001/03/11  19:39:34
10549         Log: Audit #ifdef EBCDIC and #ifndef ASCIIish, replace latter with former.
10550              Use ASCII_TO_NATIVE and NATIVE_TO_ASCII to avoid some #ifs.
10551      Branch: perlio
10552            ! regcomp.c toke.c utf8.c
10553 ____________________________________________________________________________
10554 [  9104] By: nick                                  on 2001/03/11  18:15:44
10555         Log: Put utf8_downgrade in CRIPPLED_CC versions of SvPVbyte* before I forget.
10556      Branch: perlio
10557            ! sv.c
10558 ____________________________________________________________________________
10559 [  9103] By: nick                                  on 2001/03/11  18:03:28
10560         Log: Integrate mainline (for regexp stuff).
10561      Branch: perlio
10562           !> ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
10563           !> ext/Encode/Encode.xs ext/Errno/Errno_pm.PL
10564           !> lib/ExtUtils/Manifest.pm regcomp.c regexec.c t/lib/b.t
10565           !> t/lib/errno.t t/op/pat.t
10566 ____________________________________________________________________________
10567 [  9102] By: nick                                  on 2001/03/11  17:44:20
10568         Log: USE_SFIO issues as observed by Chris Nandor <pudge@pobox.com>
10569              - exclude layer syms in makedef.pl for sfio
10570              - also inhibit Encode from trying to build ":encode()" layer.
10571      Branch: perlio
10572            ! ext/Encode/Encode.xs makedef.pl
10573 ____________________________________________________________________________
10574 [  9101] By: jhi                                   on 2001/03/10  22:38:13
10575         Log: The $Is_MacOS needs to be declared.
10576      Branch: perl
10577            ! lib/ExtUtils/Manifest.pm
10578 ____________________________________________________________________________
10579 [  9100] By: jhi                                   on 2001/03/10  22:14:29
10580         Log: Use #if defined(USE_PERLIO) && !defined(USE_SFIO) instead of just
10581              #ifdef USE_PERLIO in Encode.xs so that the perlio symbols don't
10582              pollute the symbolspace if using sfio.
10583      Branch: perl
10584            ! ext/Encode/Encode.xs
10585 ____________________________________________________________________________
10586 [  9099] By: jhi                                   on 2001/03/10  21:58:48
10587         Log: Subject: [PATCH] Portability fixes for Mac OS / bleadperl
10588              Date: Sat, 10 Mar 2001 14:23:55 -0500
10589              From: Chris Nandor <pudge@pobox.com>
10590              Message-Id: <p05010401b6d02f70211f@[10.0.1.177]>
10591      Branch: perl
10592            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
10593            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm t/lib/b.t
10594            ! t/lib/errno.t
10595 ____________________________________________________________________________
10596 [  9098] By: jhi                                   on 2001/03/10  21:38:30
10597         Log: Fix for ID 20010306.008, UTF-8 and \w without 'use utf8' coredump.
10598      Branch: perl
10599            ! regcomp.c regexec.c t/op/pat.t
10600 ____________________________________________________________________________
10601 [  9097] By: jhi                                   on 2001/03/10  14:38:07
10602         Log: Integrate perlio.
10603      Branch: perl
10604           !> doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
10605           !> handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
10606           !> regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
10607 ____________________________________________________________________________
10608 [  9096] By: nick                                  on 2001/03/10  11:55:43
10609         Log: EBCDIC sanity - phase I
10610              - rename utf8/uv functions to indicate what sort of uv they provide (uvuni/uvchr)
10611              - use utf8n_xxxx (c.f. pvn) for forms which take length.
10612              - back out vN.N and $^V exceptions to e2a/a2e
10613              - make "locale" isxxx macros be uvchr (may be redundant?)
10614              
10615              Not clear yet that toUPPER_uni et. al. return being handled correctly.
10616              The tr// and rexexp stuff still needs an audit, assumption is they are working
10617              in Unicode space.
10618              
10619              Need to provide v5.6 names for XS modules (decide is uni or chr ?).
10620      Branch: perlio
10621            ! doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
10622            ! handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
10623            ! regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
10624 ____________________________________________________________________________
10625 [  9095] By: jhi                                   on 2001/03/09  22:10:01
10626         Log: Integrate perlio.
10627      Branch: perl
10628           !> dump.c
10629 ____________________________________________________________________________
10630 [  9094] By: nick                                  on 2001/03/09  17:36:38
10631         Log: Builds an passes all tests after integrate and this tweak.
10632      Branch: perlio
10633            ! dump.c
10634 ____________________________________________________________________________
10635 [  9093] By: nick                                  on 2001/03/09  17:16:03
10636         Log: Integrate mainline (does not build - sv_catpvf issue in dump.c)
10637      Branch: perlio
10638           +> lib/unicode/Scripts.txt t/lib/sigaction.t
10639           !> (integrate 79 files)
10640 ____________________________________________________________________________
10641 [  9092] By: jhi                                   on 2001/03/09  15:28:26
10642         Log: Update Changes.
10643      Branch: perl
10644            ! Changes patchlevel.h
10645 ____________________________________________________________________________
10646 [  9091] By: jhi                                   on 2001/03/09  15:25:05
10647         Log: In op/stat #35 better to scan all the potential directories
10648              for setuids, not just the first one.
10649      Branch: perl
10650            ! t/op/stat.t
10651 ____________________________________________________________________________
10652 [  9090] By: jhi                                   on 2001/03/09  15:01:27
10653         Log: Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists() 
10654              From: rspier@pobox.com (Robert Spier)
10655              Date: Fri, 9 Mar 2001 03:30:20 -0500
10656              Message-ID: <15016.38044.381174.160189@rls.cx>
10657              
10658              EXISTS() returning undef mistakenly triggered a FETCH().
10659      Branch: perl
10660            ! hv.c
10661 ____________________________________________________________________________
10662 [  9089] By: jhi                                   on 2001/03/09  14:59:02
10663         Log: Add /sbin and /usr/sbin to the list of directories scanned
10664              for setuid programs.  Takes care of bug id 20010309.003.
10665      Branch: perl
10666            ! t/op/stat.t
10667 ____________________________________________________________________________
10668 [  9088] By: jhi                                   on 2001/03/09  14:48:32
10669         Log: Regen perlapi, perltoc.
10670      Branch: perl
10671            ! ext/Encode/Encode/Tcl.pm pod/perlapi.pod pod/perltoc.pod
10672 ____________________________________________________________________________
10673 [  9087] By: jhi                                   on 2001/03/09  14:38:56
10674         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
10675              From: David Mitchell <davem@fdgroup.co.uk>
10676              Date: Fri, 9 Mar 2001 13:49:31 +0000 (GMT)
10677              Message-Id: <200103091349.NAA16617@tiree.fdgroup.co.uk>
10678      Branch: perl
10679            ! dump.c perl.c perl.h pod/perlrun.pod
10680 ____________________________________________________________________________
10681 [  9086] By: jhi                                   on 2001/03/09  01:47:16
10682         Log: A modified version of
10683              
10684              Subject: [ID 20010307.005] POSIX::sigaction has various problems
10685              From: anders@broadcom.com
10686              Date: Wed, 7 Mar 2001 14:35:24 -0800 (PST) 
10687              Message-Id: <200103072235.OAA25368@dt-sj1-130.sj.broadcom.com>
10688              
10689              Currently the sigaction.t test #6 fails (and is fudged to look
10690              like an "ok") in Linux (at least in Debian 2.2 Linux 2.4.2 x86).
10691              This may well be a genuine bug in Linux sigaction() (since at
10692              least Tru64, Solaris, and HP-UX disagree with Linux).
10693              Anyone with POSIX / SUSv2 tome handy?  The problem is that
10694              the flags of the oldaction don't match with the flags in
10695              the previously installed disposition.
10696      Branch: perl
10697            + t/lib/sigaction.t
10698            ! MANIFEST ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
10699 ____________________________________________________________________________
10700 [  9085] By: jhi                                   on 2001/03/09  01:30:13
10701         Log: Subject: Re: mission impossible for the day
10702              From: Alex Gough <alex@rcon.org>
10703              Date: Thu, 08 Mar 2001 17:18:19 +0000
10704              Message-ID: <3AA7BEDB.8070409@rcon.org>
10705              
10706              If references (are overloaded) and can be directly stringified,
10707              show that instead of "stringified".
10708              
10709              (The problem, infinite mutual recursion caused by overloaded bool
10710              in Switch.pm, tracked by David Mitchell)
10711      Branch: perl
10712            ! lib/Carp/Heavy.pm
10713 ____________________________________________________________________________
10714 [  9084] By: jhi                                   on 2001/03/09  01:20:39
10715         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
10716              Date: Thu, 8 Mar 2001 12:06:57 +0000 (GMT)
10717              From: David Mitchell <davem@fdgroup.co.uk>
10718              Message-Id: <200103081206.MAA06281@tiree.fdgroup.co.uk>
10719      Branch: perl
10720            ! ext/re/re.xs malloc.c mg.c perl.c perl.h perly.c perly.y
10721            ! pp_ctl.c regexec.c sv.c vms/perly_c.vms
10722 ____________________________________________________________________________
10723 [  9083] By: jhi                                   on 2001/03/09  01:16:51
10724         Log: Subject: [PATCH] perldata.pod here-doc docs
10725              From: Jeff Pinyan <jeffp@crusoe.net>
10726              Date: Thu, 8 Mar 2001 13:18:55 -0500 (EST)
10727              Message-ID: <Pine.GSO.4.21.0103081317530.20957-100000@crusoe.crusoe.net>
10728      Branch: perl
10729            ! pod/perldata.pod
10730 ____________________________________________________________________________
10731 [  9082] By: jhi                                   on 2001/03/09  01:01:27
10732         Log: Subject: Re: Unicode/EBCDIC
10733              From: Peter Prymmer <pvhp@forte.com>
10734              Date: Thu, 8 Mar 2001 16:23:25 -0800 (PST)
10735              Message-ID: <Pine.OSF.4.10.10103081617390.377472-100000@aspara.forte.com>
10736      Branch: perl
10737            ! perl.c perl.h sv.c toke.c utf8.c utf8.h
10738 ____________________________________________________________________________
10739 [  9081] By: jhi                                   on 2001/03/08  13:41:30
10740         Log: Subject: Ooops, wrong 'no *POSIX' Patch
10741              From: Dorner Thomas <Thomas.Dorner@start.de>
10742              Date: Thu, 8 Mar 2001 08:43:28 +0100
10743              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88D3@Ex02.inhouse.start.de>
10744      Branch: perl
10745            ! hints/posix-bc.sh
10746 ____________________________________________________________________________
10747 [  9080] By: jhi                                   on 2001/03/08  13:11:42
10748         Log: It's Scripts.txt, not Script.txt.
10749      Branch: perl
10750            ! MANIFEST
10751 ____________________________________________________________________________
10752 [  9079] By: jhi                                   on 2001/03/08  12:59:05
10753         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
10754              From: Dorner Thomas <Thomas.Dorner@start.de>
10755              Date: Wed, 7 Mar 2001 14:13:31 +0100
10756              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
10757      Branch: perl
10758            ! makedepend.SH
10759 ____________________________________________________________________________
10760 [  9078] By: jhi                                   on 2001/03/08  12:57:43
10761         Log: Retract #9069, wrong patch.
10762      Branch: perl
10763            ! Makefile.SH
10764 ____________________________________________________________________________
10765 [  9077] By: jhi                                   on 2001/03/08  01:06:13
10766         Log: Upgrade to Unicode 3.1 beta 2001-03-01.
10767      Branch: perl
10768            + lib/unicode/Scripts.txt
10769            ! MANIFEST lib/unicode/Category.pl lib/unicode/Decomposition.pl
10770            ! lib/unicode/EAWidth.txt lib/unicode/Is/Alnum.pl
10771            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/L.pl
10772            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
10773            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
10774            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
10775            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
10776            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
10777            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
10778            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
10779            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
10780            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
10781            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
10782            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
10783            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
10784            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
10785            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkZW.pl
10786            ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lower.pl
10787            ! lib/unicode/Is/S.pl lib/unicode/Is/Sm.pl
10788            ! lib/unicode/Is/Word.pl lib/unicode/Names.txt
10789            ! lib/unicode/PropList.txt lib/unicode/ReadMe.txt
10790            ! lib/unicode/Unicode.txt lib/unicode/mktables.PL
10791            ! lib/unicode/version
10792 ____________________________________________________________________________
10793 [  9076] By: jhi                                   on 2001/03/07  22:59:39
10794         Log: Integrate change #7784 from mainline into maintperl.
10795              
10796              Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
10797      Branch: maint-5.6/perl
10798           !> pp_ctl.c t/op/pat.t
10799 ____________________________________________________________________________
10800 [  9075] By: jhi                                   on 2001/03/07  22:05:11
10801         Log: More UTF-8 test tweaks.
10802      Branch: perl
10803            ! t/op/pat.t t/op/split.t t/pragma/utf8.t
10804 ____________________________________________________________________________
10805 [  9074] By: nick                                  on 2001/03/07  21:39:29
10806         Log: Integrate mainline.
10807      Branch: perlio
10808           !> Changes Makefile.SH lib/ExtUtils/MM_Unix.pm
10809           !> lib/unicode/mktables.PL patchlevel.h perl.c pod/perlop.pod
10810           !> pod/perlretut.pod pod/perlsyn.pod pp.c pp_sys.c
10811           !> t/camel-III/vstring.t t/lib/charnames.t t/op/chop.t
10812           !> t/op/pack.t t/op/pat.t t/op/split.t t/pragma/utf8.t
10813 ____________________________________________________________________________
10814 [  9073] By: jhi                                   on 2001/03/07  16:37:09
10815         Log: Update Changes.
10816      Branch: perl
10817            ! Changes patchlevel.h
10818 ____________________________________________________________________________
10819 [  9072] By: jhi                                   on 2001/03/07  16:32:30
10820         Log: Subject: [ID 20010306.004] || != named unary operator
10821              From: abela@geneanet.org
10822              Date: Tue,  6 Mar 2001 15:57:57 +0100 (CET)
10823              Message-Id: <20010306145757.0CB03D183@little-roots.geneanet.org>
10824      Branch: perl
10825            ! pod/perlop.pod
10826 ____________________________________________________________________________
10827 [  9071] By: jhi                                   on 2001/03/07  15:14:11
10828         Log: Subject: downgrading to bytes for common functions
10829              From: andrew@pimlott.ne.mediaone.net (Andrew Pimlott)
10830              Date: Wed, 7 Mar 2001 02:36:55 -0500
10831              Message-ID: <20010307023655.J24024@pimlott.ne.mediaone.net>
10832      Branch: perl
10833            ! pp_sys.c
10834 ____________________________________________________________________________
10835 [  9070] By: jhi                                   on 2001/03/07  15:04:58
10836         Log: Clarify the description differentiating for and while; inspired by
10837              
10838              Subject: [ID 20010306.002] for/while difference in for definition
10839              From: abela@geneanet.org
10840              Date: Tue,  6 Mar 2001 09:40:36 +0100 (CET)
10841              Message-Id: <20010306084036.7BFD0D17F@little-roots.geneanet.org>
10842      Branch: perl
10843            ! pod/perlsyn.pod
10844 ____________________________________________________________________________
10845 [  9069] By: jhi                                   on 2001/03/07  14:55:30
10846         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
10847              From: Dorner Thomas <Thomas.Dorner@start.de>
10848              Date: Wed, 7 Mar 2001 14:13:31 +0100
10849              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
10850      Branch: perl
10851            ! Makefile.SH
10852 ____________________________________________________________________________
10853 [  9068] By: jhi                                   on 2001/03/07  14:51:17
10854         Log: Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
10855              From: Radu Greab <radu@netsoft.ro>
10856              Date: Tue, 6 Mar 2001 23:04:44 +0200 (EET)
10857              Message-ID: <15013.20716.201459.540421@ix.netsoft.ro>
10858      Branch: perl
10859            ! pp.c t/op/chop.t
10860 ____________________________________________________________________________
10861 [  9067] By: jhi                                   on 2001/03/07  14:48:57
10862         Log: Subject: Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
10863              From: Simon Cozens <simon@netthink.co.uk>
10864              Date: Wed, 7 Mar 2001 13:59:28 +0000
10865              Message-ID: <20010307135928.A21620@pembro26.pmb.ox.ac.uk>
10866              
10867              In order to allow MakeMaker to build correct Makefiles,
10868              you need to change the order of the arguments in MM_Unix.pm
10869              as well. (Unless you have C89_CCMODE set, but we're trying
10870              to be POSIXly correct)
10871              
10872              Thanks to Merijn Broeren for tracking this down.
10873      Branch: perl
10874            ! lib/ExtUtils/MM_Unix.pm
10875 ____________________________________________________________________________
10876 [  9066] By: jhi                                   on 2001/03/07  14:30:02
10877         Log: Floating point too messy.
10878      Branch: perl
10879            ! t/camel-III/vstring.t
10880 ____________________________________________________________________________
10881 [  9065] By: jhi                                   on 2001/03/07  14:17:44
10882         Log: Integrate change #9064 from maintperl into mainline.
10883              
10884              fix memory leak in pack("Bb",...)
10885      Branch: perl
10886           !> perl.c
10887 ____________________________________________________________________________
10888 [  9064] By: gsar                                  on 2001/03/07  06:29:24
10889         Log: fix memory leak in pack("Bb",...)
10890      Branch: maint-5.6/perl
10891            ! perl.c
10892 ____________________________________________________________________________
10893 [  9063] By: jhi                                   on 2001/03/07  00:55:04
10894         Log: Major utf8 test reorganisation and rewrite.
10895              Hopefully no tests were lost in the shuffle.
10896              (The beginning of pragma/utf8 was lost intentionally,
10897              the tests were rather bogus and incomplete.)
10898      Branch: perl
10899            ! t/lib/charnames.t t/op/pack.t t/op/pat.t t/op/split.t
10900            ! t/pragma/utf8.t
10901 ____________________________________________________________________________
10902 [  9062] By: jhi                                   on 2001/03/07  00:41:16
10903         Log: More tweakage on the Unicode character class descriptions.
10904      Branch: perl
10905            ! lib/unicode/mktables.PL pod/perlretut.pod
10906 ____________________________________________________________________________
10907 [  9061] By: jhi                                   on 2001/03/06  23:12:38
10908         Log: The perlretut was still talking about the old \p and \P
10909              definitions.
10910      Branch: perl
10911            ! pod/perlretut.pod
10912 ____________________________________________________________________________
10913 [  9060] By: nick                                  on 2001/03/06  20:52:37
10914         Log: Integrate mainline (make test works again now).
10915      Branch: perlio
10916           !> op.c op.h regcomp.c t/camel-III/vstring.t t/op/pat.t
10917 ____________________________________________________________________________
10918 [  9059] By: jhi                                   on 2001/03/06  15:36:14
10919         Log: 0.999... does equal 1.0, doesn't it?
10920      Branch: perl
10921            ! t/camel-III/vstring.t
10922 ____________________________________________________________________________
10923 [  9058] By: jhi                                   on 2001/03/06  15:34:00
10924         Log: Make /x{abcd}/ to work without use utf8.
10925      Branch: perl
10926            ! regcomp.c
10927 ____________________________________________________________________________
10928 [  9057] By: jhi                                   on 2001/03/06  03:02:36
10929         Log: Easier to outcomment all the three reset() tests for now.
10930      Branch: perl
10931            ! t/op/pat.t
10932 ____________________________________________________________________________
10933 [  9056] By: jhi                                   on 2001/03/06  02:30:02
10934         Log: Comment out the deadly reset; until the 20010301.005
10935              is finally fixed.
10936      Branch: perl
10937            ! t/op/pat.t
10938 ____________________________________________________________________________
10939 [  9055] By: jhi                                   on 2001/03/06  02:21:26
10940         Log: Integrate the change #9054 from mainline:
10941              retract the PMOP cleanup patch pending further investigation.
10942      Branch: maint-5.6/perl
10943           !> op.c op.h
10944 ____________________________________________________________________________
10945 [  9054] By: jhi                                   on 2001/03/06  02:19:57
10946         Log: Retract the PMOP cleanup patch: I'm seeing strange core dumps
10947              with oddly familiar stack traces.
10948      Branch: perl
10949            ! op.c op.h
10950 ____________________________________________________________________________
10951 [  9053] By: jhi                                   on 2001/03/05  23:20:28
10952         Log: Integrate perlio.
10953      Branch: perl
10954           +> ext/Encode/Encode/koi8-r.ucm
10955           !> MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
10956           !> makedef.pl
10957 ____________________________________________________________________________
10958 [  9052] By: nick                                  on 2001/03/05  23:08:17
10959         Log: skipping USE_PERLIO symbols correction.
10960      Branch: perlio
10961            ! makedef.pl
10962 ____________________________________________________________________________
10963 [  9051] By: nick                                  on 2001/03/05  22:35:07
10964         Log: More Encode alias tidying.
10965      Branch: perlio
10966            + ext/Encode/Encode/koi8-r.ucm
10967            ! MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
10968 ____________________________________________________________________________
10969 [  9050] By: jhi                                   on 2001/03/05  21:44:29
10970         Log: Integrate changes #9033 and #9044 from mainline into maintperl,
10971              Sarathy's fix for ID 20010301.005.
10972      Branch: maint-5.6/perl
10973           !> op.c op.h
10974 ____________________________________________________________________________
10975 [  9049] By: nick                                  on 2001/03/05  19:54:04
10976         Log: Integrate Jarkko's Encode.pm tweak.
10977      Branch: perlio
10978           !> ext/Encode/Encode.pm
10979 ____________________________________________________________________________
10980 [  9048] By: nick                                  on 2001/03/05  19:47:57
10981         Log: Integrate mainline (mostly - holding of on Encode.pm for a bit.)
10982      Branch: perlio
10983           +> os2/os2add.sym
10984           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm makedef.pl op.c
10985           !> op.h os2/Changes os2/Makefile.SHs os2/OS2/REXX/Makefile.PL
10986           !> os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
10987           !> os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/os2.sym os2/os2ish.h
10988           !> pod/perlapi.pod t/op/pat.t t/op/tr.t
10989 ____________________________________________________________________________
10990 [  9047] By: jhi                                   on 2001/03/05  19:25:26
10991         Log: Regen perlapi.
10992      Branch: perl
10993            ! pod/perlapi.pod
10994 ____________________________________________________________________________
10995 [  9046] By: jhi                                   on 2001/03/05  19:12:14
10996         Log: Integrate perlio.
10997      Branch: perl
10998           +> t/camel-III/vstring.t
10999           !> MANIFEST pp.h pp_sys.c t/TEST t/harness
11000 ____________________________________________________________________________
11001 [  9045] By: jhi                                   on 2001/03/05  19:10:36
11002         Log: The mapping of ISO Latin X to ISO 8859-Y is tricky.
11003      Branch: perl
11004            ! ext/Encode/Encode.pm
11005 ____________________________________________________________________________
11006 [  9044] By: jhi                                   on 2001/03/05  18:49:12
11007         Log: Forgot the other half of the PMOP patch (#9033).
11008      Branch: perl
11009            ! op.h
11010 ____________________________________________________________________________
11011 [  9043] By: nick                                  on 2001/03/05  18:14:47
11012         Log: Update MANIFEST for new test.
11013      Branch: perlio
11014            ! MANIFEST
11015 ____________________________________________________________________________
11016 [  9042] By: nick                                  on 2001/03/05  18:12:41
11017         Log: Some tests for Camel 3rd edition features.
11018              Make gethostbyaddr() test in above work.
11019      Branch: perlio
11020            + t/camel-III/vstring.t
11021            ! pp.h pp_sys.c t/TEST t/harness
11022 ____________________________________________________________________________
11023 [  9041] By: jhi                                   on 2001/03/05  17:41:48
11024         Log: Add more ISO 8859 encoding aliases.
11025      Branch: perl
11026            ! ext/Encode/Encode.pm
11027 ____________________________________________________________________________
11028 [  9040] By: jhi                                   on 2001/03/05  17:30:43
11029         Log: Integrate perlio.
11030      Branch: perl
11031           !> MANIFEST sv.c
11032 ____________________________________________________________________________
11033 [  9039] By: nick                                  on 2001/03/05  17:11:36
11034         Log: Missed added file.
11035      Branch: perlio
11036            ! MANIFEST
11037 ____________________________________________________________________________
11038 [  9038] By: jhi                                   on 2001/03/05  15:58:01
11039         Log: Add tr tests for EBCDIC, from Karsten Sperling.
11040      Branch: perl
11041            ! t/op/tr.t
11042 ____________________________________________________________________________
11043 [  9037] By: nick                                  on 2001/03/05  15:56:35
11044         Log: Long-standing "defined but not used" SvPVbyte*() are about to get used
11045              for auto-downgrade hooks in gethostbyaddr() etc. (as per Camel-III).
11046              
11047              Make SvPVbyte*() symetric with respect to SvPVutf8*() in that:
11048              - it does a sv_utf8_downgrade (c.f. SvPVutf8's sv_utf8_upgrade())
11049              - uses SvPV() rather than sv_2pv() in case it isn't a string.
11050      Branch: perlio
11051            ! sv.c
11052 ____________________________________________________________________________
11053 [  9036] By: jhi                                   on 2001/03/05  15:49:15
11054         Log: Add matching tests currently failing in EBCDIC,
11055              suggested by Karsten Sperling.
11056      Branch: perl
11057            ! t/op/pat.t
11058 ____________________________________________________________________________
11059 [  9035] By: jhi                                   on 2001/03/05  15:36:55
11060         Log: The #9034 needs a MANIFESTation.
11061      Branch: perl
11062            ! MANIFEST
11063 ____________________________________________________________________________
11064 [  9034] By: jhi                                   on 2001/03/05  15:35:14
11065         Log: Integrate perlio.
11066      Branch: perl
11067           +> ext/Encode/Encode/Tcl.pm
11068           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
11069           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
11070           !> ext/Encode/Encode/iso8859-1.ucm
11071           !> ext/Encode/Encode/iso8859-10.ucm
11072           !> ext/Encode/Encode/iso8859-13.ucm
11073           !> ext/Encode/Encode/iso8859-14.ucm
11074           !> ext/Encode/Encode/iso8859-15.ucm
11075           !> ext/Encode/Encode/iso8859-16.ucm
11076           !> ext/Encode/Encode/iso8859-2.ucm
11077           !> ext/Encode/Encode/iso8859-3.ucm
11078           !> ext/Encode/Encode/iso8859-4.ucm
11079           !> ext/Encode/Encode/iso8859-5.ucm
11080           !> ext/Encode/Encode/iso8859-6.ucm
11081           !> ext/Encode/Encode/iso8859-7.ucm
11082           !> ext/Encode/Encode/iso8859-8.ucm
11083           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
11084           !> t/lib/encode.t
11085 ____________________________________________________________________________
11086 [  9033] By: jhi                                   on 2001/03/05  15:33:18
11087         Log: Subject: Re: [ID 20010301.005] corrupt memory (since @8531, in 5.6.1-T2)
11088              From: Gurusamy Sarathy <gsar@ActiveState.com>
11089              Date: Sun, 04 Mar 2001 22:33:15 -0800
11090              Message-Id: <200103050633.f256XFo06998@smtp3.ActiveState.com>
11091              
11092              PMOPs need to remember their own stash so that they can
11093              gracefully remove themselves from their linked list.
11094      Branch: perl
11095            ! op.c
11096 ____________________________________________________________________________
11097 [  9032] By: nick                                  on 2001/03/05  14:51:50
11098         Log: Encode implementation "completion"
11099              Implement and document define_encoding()
11100              Implement and document encoding aliases including define_alias()
11101              Make Encode::XS use define_encoding() rather than back-door.
11102              Move run-time *.enc to separate Encode::Tcl module.
11103              Make 'compile' honour <codeset_name>
11104              Change canonical names of to iso-8859-* and US-ascii.
11105      Branch: perlio
11106            + ext/Encode/Encode/Tcl.pm
11107            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
11108            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
11109            ! ext/Encode/Encode/iso8859-1.ucm
11110            ! ext/Encode/Encode/iso8859-10.ucm
11111            ! ext/Encode/Encode/iso8859-13.ucm
11112            ! ext/Encode/Encode/iso8859-14.ucm
11113            ! ext/Encode/Encode/iso8859-15.ucm
11114            ! ext/Encode/Encode/iso8859-16.ucm
11115            ! ext/Encode/Encode/iso8859-2.ucm
11116            ! ext/Encode/Encode/iso8859-3.ucm
11117            ! ext/Encode/Encode/iso8859-4.ucm
11118            ! ext/Encode/Encode/iso8859-5.ucm
11119            ! ext/Encode/Encode/iso8859-6.ucm
11120            ! ext/Encode/Encode/iso8859-7.ucm
11121            ! ext/Encode/Encode/iso8859-8.ucm
11122            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
11123            ! t/lib/encode.t
11124 ____________________________________________________________________________
11125 [  9031] By: jhi                                   on 2001/03/05  13:51:17
11126         Log: Integrate change #9030 from maintperl into mainline.
11127              
11128              Subject: [PATCH 5.6.1] OS/2 cleanup
11129      Branch: perl
11130           +> os2/os2add.sym
11131           !> MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
11132           !> makedef.pl os2/Changes os2/Makefile.SHs
11133           !> os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
11134           !> os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
11135           !> os2/os2.sym os2/os2ish.h
11136 ____________________________________________________________________________
11137 [  9030] By: jhi                                   on 2001/03/05  13:46:49
11138         Log: Subject: [PATCH 5.6.1] OS/2 cleanup
11139              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11140              Date: Mon, 5 Mar 2001 02:29:44 -0500
11141              Message-ID: <20010305022944.A10117@math.ohio-state.edu>
11142      Branch: maint-5.6/perl
11143            + os2/os2add.sym
11144            ! MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
11145            ! makedef.pl os2/Changes os2/Makefile.SHs
11146            ! os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
11147            ! os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
11148            ! os2/os2.sym os2/os2ish.h
11149 ____________________________________________________________________________
11150 [  9029] By: jhi                                   on 2001/03/05  13:40:35
11151         Log: Integrate change #9028 from maintperl into mainline.
11152              
11153              various nits in MM_Unix.pm found by disabling SelfLoader
11154      Branch: perl
11155           !> lib/ExtUtils/MM_Unix.pm
11156 ____________________________________________________________________________
11157 [  9028] By: gsar                                  on 2001/03/05  09:58:38
11158         Log: various nits in MM_Unix.pm found by disabling SelfLoader
11159      Branch: maint-5.6/perl
11160            ! lib/ExtUtils/MM_Unix.pm
11161 ____________________________________________________________________________
11162 [  9027] By: nick                                  on 2001/03/05  08:35:22
11163         Log: Integrate mainline
11164      Branch: perlio
11165           !> (integrate 28 files)
11166 ____________________________________________________________________________
11167 [  9026] By: jhi                                   on 2001/03/05  02:14:59
11168         Log: Integrate change #9025 from mainline to maintperl,
11169              retract \N{U+HHHH}.
11170      Branch: maint-5.6/perl
11171           !> lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
11172           !> t/lib/charnames.t toke.c
11173 ____________________________________________________________________________
11174 [  9025] By: jhi                                   on 2001/03/05  02:13:09
11175         Log: Retracting \N{U+HHHH}.
11176      Branch: perl
11177            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
11178            ! t/lib/charnames.t toke.c
11179 ____________________________________________________________________________
11180 [  9024] By: jhi                                   on 2001/03/04  20:51:07
11181         Log: Subject: Re: Smoking patch 8898 for perl v5.7.0 on aix 4.3.0.0
11182              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
11183              Date: Fri, 02 Mar 2001 18:25:26 +0100
11184              Message-Id: <20010302182416.1BF4.H.M.BRAND@hccnet.nl>
11185              
11186              Casting problem.
11187      Branch: perl
11188            ! ext/Storable/Storable.xs
11189 ____________________________________________________________________________
11190 [  9023] By: jhi                                   on 2001/03/04  19:46:45
11191         Log: Subject: [ID 20010303.009] SOCKS5 work around breaks other sockets
11192              From: nick@talking.bollo.cx
11193              Date: Sat, 03 Mar 2001 21:41:33 +0000
11194              Message-Id: <E14ZJmP-0000mE-00@Bagpuss.unfortu.net>
11195              
11196              Revert the workaround.
11197      Branch: perl
11198            ! perlio.c
11199 ____________________________________________________________________________
11200 [  9022] By: jhi                                   on 2001/03/04  19:36:28
11201         Log: Update Changes.
11202      Branch: perl
11203            ! Changes patchlevel.h
11204 ____________________________________________________________________________
11205 [  9021] By: jhi                                   on 2001/03/04  18:41:00
11206         Log: makedef.pl updates suggested by Chris Nandor; double-checking
11207              the changes in AIX, OS/2 Win32 would be nice.
11208      Branch: perl
11209            ! makedef.pl
11210 ____________________________________________________________________________
11211 [  9020] By: jhi                                   on 2001/03/04  18:23:58
11212         Log: Integrate change #9012 from maintperl into mainline,
11213              quench a compiler warning.
11214      Branch: perl
11215           !> toke.c
11216 ____________________________________________________________________________
11217 [  9019] By: jhi                                   on 2001/03/04  18:18:43
11218         Log: Integrate changes #9017 and 9018 from mainline into maintperl.
11219              
11220              \N{U+HHHH} fix.
11221              
11222              pattern in G_ARRAY context
11223      Branch: maint-5.6/perl
11224           !> pp_hot.c t/op/pat.t toke.c
11225 ____________________________________________________________________________
11226 [  9018] By: jhi                                   on 2001/03/04  18:07:48
11227         Log: Subject: [PATCH pp_hot.c regexp.t] pattern in G_ARRAY context
11228              From: Jeff Pinyan <jeffp@crusoe.net>
11229              Date: Sat, 3 Mar 2001 17:14:07 -0500 (EST)
11230              Message-ID: <Pine.GSO.4.21.0103031712070.1035-100000@crusoe.crusoe.net>
11231      Branch: perl
11232            ! pp_hot.c t/op/pat.t
11233 ____________________________________________________________________________
11234 [  9017] By: jhi                                   on 2001/03/04  18:06:21
11235         Log: I thought I tested the #9014.
11236      Branch: perl
11237            ! toke.c
11238 ____________________________________________________________________________
11239 [  9016] By: jhi                                   on 2001/03/04  17:41:22
11240         Log: Integrate changes #9013,9014,9015 from mainline into maintperl.
11241              
11242              Tweak the get*ent() OS/2 prototypes.
11243              
11244              Add the \N{U+HHHH} syntax.
11245              
11246              More tr/// UTF-8 fixes from Inaba Hiroto.
11247      Branch: maint-5.6/perl
11248           !> doop.c lib/charnames.pm os2/os2.c pod/perldiag.pod
11249           !> pod/perlretut.pod t/lib/charnames.t t/op/tr.t toke.c
11250 ____________________________________________________________________________
11251 [  9015] By: jhi                                   on 2001/03/04  17:36:04
11252         Log: More tr/// UTF-8 fixes from Inaba Hiroto.
11253      Branch: perl
11254            ! doop.c t/op/tr.t
11255 ____________________________________________________________________________
11256 [  9014] By: jhi                                   on 2001/03/04  17:24:49
11257         Log: Add the \N{U+HHHH} syntax.
11258      Branch: perl
11259            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
11260            ! t/lib/charnames.t toke.c
11261 ____________________________________________________________________________
11262 [  9013] By: jhi                                   on 2001/03/04  17:20:45
11263         Log: Tweak the get*ent() OS/2 prototypes.
11264      Branch: perl
11265            ! os2/os2.c
11266 ____________________________________________________________________________
11267 [  9012] By: gsar                                  on 2001/03/04  06:26:14
11268         Log: avoid warning (nit in change#9009)
11269      Branch: maint-5.6/perl
11270            ! toke.c
11271 ____________________________________________________________________________
11272 [  9011] By: gsar                                  on 2001/03/04  06:15:24
11273         Log: lib/charnames.t fails in 5.6.x because of older Unicode
11274              data
11275              
11276              TODO: need to revisit this after updating lib/unicode/...
11277      Branch: maint-5.6/perl
11278            ! t/lib/charnames.t
11279 ____________________________________________________________________________
11280 [  9010] By: gsar                                  on 2001/03/04  06:08:36
11281         Log: change#9009 breaks build (no "didrange" variable in 5.6.x)
11282      Branch: maint-5.6/perl
11283            ! toke.c
11284 ____________________________________________________________________________
11285 [  9009] By: jhi                                   on 2001/03/03  19:27:20
11286         Log: Integrate change #9008 from mainline to maintperl,
11287              UTF-8 tr/// fixes from Inaba Hiroto.
11288      Branch: maint-5.6/perl
11289           !> doop.c op.c t/op/tr.t toke.c
11290 ____________________________________________________________________________
11291 [  9008] By: jhi                                   on 2001/03/03  19:19:42
11292         Log: UTF8 tr/// fixes from Inaba Hiroto.
11293      Branch: perl
11294            ! doop.c op.c t/op/tr.t toke.c
11295 ____________________________________________________________________________
11296 [  9007] By: jhi                                   on 2001/03/03  19:00:30
11297         Log: Integrate change #9006 from maintperl to mainline,
11298              more robust quest for the infinite.
11299      Branch: perl
11300           !> lib/Math/Complex.pm
11301 ____________________________________________________________________________
11302 [  9006] By: jhi                                   on 2001/03/03  18:58:06
11303         Log: Subject: [PATCH 5.6.1] More robust Math::Complex
11304              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11305              Date: Sat, 3 Mar 2001 12:51:50 -0500
11306              Message-ID: <20010303125150.A2147@math.ohio-state.edu>
11307              
11308              Be more robust in our quest for the infinite.
11309      Branch: maint-5.6/perl
11310            ! lib/Math/Complex.pm
11311 ____________________________________________________________________________
11312 [  9005] By: jhi                                   on 2001/03/03  17:55:50
11313         Log: The #8982 modified for perl 5.6.x, from Radu Greab.
11314      Branch: maint-5.6/perl
11315            ! doio.c
11316 ____________________________________________________________________________
11317 [  9004] By: jhi                                   on 2001/03/03  17:40:14
11318         Log: Rewrite REPORT() and REPORT2() (used for -DT) slightly
11319              so that picky compilers like IRIX won't get huffy about
11320              "statements without effect" (like 1;).
11321      Branch: perl
11322            ! toke.c
11323 ____________________________________________________________________________
11324 [  9003] By: jhi                                   on 2001/03/03  17:15:52
11325         Log: Integrate change #9002 from mainline to maintperl.
11326              
11327              Subject: [perl-5.6.x, perl-current] accept for EPOC
11328      Branch: maint-5.6/perl
11329           !> pp_sys.c
11330 ____________________________________________________________________________
11331 [  9002] By: jhi                                   on 2001/03/03  17:14:30
11332         Log: Subject: [perl-5.6.x, perl-current] accept for EPOC
11333              From: Olaf Flebbe <O.Flebbe@science-computing.de>
11334              Date: Sat, 3 Mar 2001 16:36:04 +0100 (CET)
11335              Message-ID: <Pine.LNX.4.02.10103031635190.4825-100000@milkyway.science-computing.de>
11336      Branch: perl
11337            ! pp_sys.c
11338 ____________________________________________________________________________
11339 [  9001] By: jhi                                   on 2001/03/03  17:13:13
11340         Log: Subject: [PATCH perl@8989] t/pod/find.t on VMS
11341              From: "Craig A. Berry" <craigberry@mac.com>
11342              Date: Fri, 02 Mar 2001 17:44:40 -0600
11343              Message-Id: <5.0.2.1.0.20010302172145.038d3c10@mail.mac.com>
11344      Branch: perl
11345            ! t/pod/find.t
11346 ____________________________________________________________________________
11347 [  9000] By: jhi                                   on 2001/03/03  17:11:55
11348         Log: Integrate changes #8997,8999 from maintperl.
11349              
11350              Subject: [PATCH 5.6.1] compiling on OS/2
11351              (Better error message from hints/os2.sh)
11352              
11353              Subject: [PATCH 5.6.1] syslog.t
11354      Branch: perl
11355           !> hints/os2.sh t/lib/syslog.t
11356 ____________________________________________________________________________
11357 [  8999] By: jhi                                   on 2001/03/03  17:09:28
11358         Log: Subject: [PATCH 5.6.1] syslog.t
11359              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11360              Date: Sat, 3 Mar 2001 02:11:17 -0500
11361              Message-ID: <20010303021116.A11897@math.ohio-state.edu>
11362      Branch: maint-5.6/perl
11363            ! t/lib/syslog.t
11364 ____________________________________________________________________________
11365 [  8998] By: jhi                                   on 2001/03/03  17:07:50
11366         Log: Subject: Re: [PATCH 5.7.0] compiling on OS/2: 5.6.1 too
11367              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11368              Date: Sat, 3 Mar 2001 01:53:52 -0500
11369              Message-ID: <20010303015352.A11741@math.ohio-state.edu>
11370      Branch: maint-5.6/perl
11371            ! opcode.pl os2/os2.c
11372 ____________________________________________________________________________
11373 [  8997] By: jhi                                   on 2001/03/03  17:03:30
11374         Log: Subject: [PATCH 5.6.1] compiling on OS/2
11375              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11376              Date: Sat, 3 Mar 2001 01:59:59 -0500
11377              Message-ID: <20010303015959.B11741@math.ohio-state.edu>
11378      Branch: maint-5.6/perl
11379            ! hints/os2.sh
11380 ____________________________________________________________________________
11381 [  8996] By: jhi                                   on 2001/03/03  00:55:58
11382         Log: Regen files for mainline.
11383      Branch: perl
11384            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
11385            ! config_h.SH pod/perlapi.pod pod/perltoc.pod
11386 ____________________________________________________________________________
11387 [  8995] By: jhi                                   on 2001/03/03  00:35:22
11388         Log: Integrate changes #8099,8218,8220,8221,8227,8304,8317,
11389              8318,8320,8337,8503,8877,8890,8903,8971 from mainline
11390              to maintperl.
11391              
11392              Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
11393              
11394              Add Configure option -Dmksymlinks which will create a symlink
11395              forest if the current/build differs from the source directory.
11396              (8218,8220,8221,8317,8318,8971)
11397              
11398              Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
11399              (Document APPLLIB_EXP in INSTALL.)
11400              
11401              If running byacc write-enable also perly.h.
11402              
11403              DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
11404              
11405              Subject: [PATCH 5.7.1/Configure] failure to set src='.'
11406              
11407              Sanity check for conflicting thread flavours.
11408              
11409              Fix the sys/fcntl.h problem reported by Peter Prymmer.
11410              
11411              Add few CPUs/architectures to the Cppsym scan,
11412              add -perlio to archname if so selected (modified 8890)
11413              
11414              Be more helpful for devel builders, suggested by John L. Allen.
11415              (admittedly pointless change for maintperl, but the usedevel
11416              code is there already)
11417      Branch: maint-5.6/perl
11418           !> Configure INSTALL Makefile.SH Porting/Glossary
11419           !> Porting/config.sh Porting/config_H config_h.SH embed.pl
11420           !> epoc/config.sh ext/NDBM_File/NDBM_File.xs
11421           !> ext/ODBM_File/ODBM_File.xs t/io/fs.t warnings.pl
11422           !> win32/config.bc win32/config.gc win32/config.vc
11423 ____________________________________________________________________________
11424 [  8994] By: jhi                                   on 2001/03/02  23:31:41
11425         Log: Use also $ccflags, not just $ldflags, when testing for gccness.
11426      Branch: metaconfig/U/perl
11427            ! gccvers.U
11428 ____________________________________________________________________________
11429 [  8993] By: jhi                                   on 2001/03/02  23:22:12
11430         Log: Regenerate various files for maint.
11431      Branch: maint-5.6/perl
11432            ! Porting/Glossary Porting/config.sh Porting/config_H objXSUB.h
11433            ! perlapi.c pod/perlapi.pod pod/perltoc.pod proto.h
11434 ____________________________________________________________________________
11435 [  8992] By: alanbur                               on 2001/03/02  22:48:34
11436         Log: Resync wuth parent
11437      Branch: maint-5.6/pureperl
11438           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
11439           !> (integrate 60 files)
11440 ____________________________________________________________________________
11441 [  8991] By: jhi                                   on 2001/03/02  21:00:08
11442         Log: Retract the #8742 part of #8986, backward compat.
11443      Branch: maint-5.6/perl
11444            ! embed.pl
11445 ____________________________________________________________________________
11446 [  8990] By: jhi                                   on 2001/03/02  20:40:07
11447         Log: Retract the #8919 part of #8987, not applicable to the 5.6 branch.
11448      Branch: maint-5.6/perl
11449            ! hv.c
11450 ____________________________________________________________________________
11451 [  8989] By: jhi                                   on 2001/03/02  19:59:56
11452         Log: Update Changes.
11453      Branch: perl
11454            ! Changes patchlevel.h
11455 ____________________________________________________________________________
11456 [  8988] By: jhi                                   on 2001/03/02  19:57:08
11457         Log: Integrate perlio.
11458      Branch: perl
11459           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
11460           !> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
11461           !> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
11462           !> ext/Encode/Encode/iso8859-10.ucm
11463           !> ext/Encode/Encode/iso8859-13.ucm
11464           !> ext/Encode/Encode/iso8859-14.ucm
11465           !> ext/Encode/Encode/iso8859-15.ucm
11466           !> ext/Encode/Encode/iso8859-16.ucm
11467           !> ext/Encode/Encode/iso8859-2.ucm
11468           !> ext/Encode/Encode/iso8859-3.ucm
11469           !> ext/Encode/Encode/iso8859-4.ucm
11470           !> ext/Encode/Encode/iso8859-5.ucm
11471           !> ext/Encode/Encode/iso8859-6.ucm
11472           !> ext/Encode/Encode/iso8859-7.ucm
11473           !> ext/Encode/Encode/iso8859-8.ucm
11474           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
11475           !> ext/Encode/Encode/symbol.ucm ext/Encode/compile
11476 ____________________________________________________________________________
11477 [  8987] By: jhi                                   on 2001/03/02  19:43:40
11478         Log: Integrate changes #8784,8839,8843,8847,8849,8859,8866,
11479              8873,8874,8876,8879,8901,8902,8908,8913,8918,8919,8946,8947,8948,
11480              8950,8952,8955 from mainline to maintperl.
11481              
11482              Subject: [PATCH: perl@8773] small fixups to perlclib.pod
11483              
11484              Put to rest the 20010205.001, the email address checking (not) regex.
11485              
11486              fork() not everywhere, cleanup temp files.
11487              
11488              The #8843 wasn't quite right: %Config needs to imported.
11489              
11490              Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
11491              (#8849: the glob-basic hunk needed massaging as it depended
11492              on Schwern's large-scale (unintegrated) patches)
11493              
11494              Skip the Perl_sys_intern_clear and Perl_sys_intern_init.
11495              
11496              Upgrade to CGI.pm 2.752, from Lincoln Stein.
11497              (Note: there were some conflicts due to EBCDIC and EPOC
11498              patches, in general I preferred the repository code.)
11499              (When 2.753 comes out, we need to synchronize.)
11500              
11501              Subject: [PATCH] fix for charnames above FFFF
11502              
11503              Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
11504              
11505              If no sfio, no -lsfio.
11506              
11507              Run run/*.t also in minitest.
11508              
11509              Subject:  [PATCH perl 5.7.0] malloc message address offset
11510              
11511              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
11512              
11513              Subject: fix for parameter -Dm (for perl@8867)
11514              
11515              Subject: [PATCH: perl@8892] was Re: hashing order difference?
11516              (make the test more portable)
11517              
11518              Subject: Re: [PATCH] fix for charnames above FFFF
11519              
11520              Subject: Re: I'm losing the war...
11521              (hv_store() not working correctly in ENV_IS_CASELESS case.)
11522              
11523              Subject: Modified README.bs2000 
11524              
11525              Subject: [PATCH: perl@8935] -Dt padsv($var)
11526              
11527              Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
11528              
11529              Subject: PATCH: extra tests to check on negative float to unsigned cast
11530              
11531              Subject: [PATCH] XPUSH[insp] was Re: progress
11532              
11533              Subject: Re: Compile with perlcc..
11534      Branch: maint-5.6/perl
11535           !> (integrate 36 files)
11536 ____________________________________________________________________________
11537 [  8986] By: jhi                                   on 2001/03/02  18:51:25
11538         Log: Integrate changes #8689,8697,8724,8726,8731,8742,8754,8755,
11539              8763,8767,8770,8772,8795,8796,8813,8822,8823 from mainline
11540              to maintperl.
11541              
11542              Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
11543              
11544              Subject: [DOC PATCH] overload.pm nits
11545              
11546              Add header for LIB$ prototypes (C. Berry)
11547              
11548              Convert fwrite()s to sockets to write()s, since some socket stacks
11549              don't take kindly to stdio.
11550              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
11551              (for often optional LNMs)
11552              Correct a few typos
11553              (C. Bailey)
11554              
11555              Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
11556              
11557              De-cut-and-pasto.
11558              
11559              Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
11560              
11561              Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
11562              
11563              Upgrade to CPAN 1.59_54, from Andreas König.
11564              
11565              Bogus shebang.
11566              
11567              Subject: [PATCH] Document makepatch in Porting/patching
11568              
11569              UTF-8 documentation.
11570              
11571              Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
11572              
11573              Sort the MANIFEST.
11574              
11575              Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
11576              
11577              Subject: [PATCH @8807] toke.c cleanup: scan_str()
11578              
11579              Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
11580              
11581              Add run/*.t to testables.
11582              
11583              TODO: integrate #8784.
11584      Branch: maint-5.6/perl
11585           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
11586           !> (integrate 28 files)
11587 ____________________________________________________________________________
11588 [  8985] By: nick                                  on 2001/03/02  18:15:45
11589         Log: Integrate mainline
11590      Branch: perlio
11591           !> doio.c lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod
11592           !> vms/vms.c
11593 ____________________________________________________________________________
11594 [  8984] By: jhi                                   on 2001/03/02  16:00:17
11595         Log: Integrate changes #8978,8979,8980,8981,8983 from mainline.
11596              
11597              perlfaq1 reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY
11598              5.004_05, and mention the suidperl August 2000 security problem.
11599              (#8978,#8981)
11600              
11601              Subject: [ID 20010301.004] Technically speaking in perldata
11602              
11603              Subject: [PATCH] File::Copy for bleadperl, maintperl
11604              
11605              Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
11606              
11607              (The #8982, fix for 20010221.005 and 20010221.008,
11608              would be nice too but it didn't integrate cleanly.)
11609      Branch: maint-5.6/perl
11610           !> lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod vms/vms.c
11611 ____________________________________________________________________________
11612 [  8983] By: jhi                                   on 2001/03/02  15:51:16
11613         Log: Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
11614              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
11615              Date:     Thu, 1 Mar 2001 15:54:09 EST
11616              Message-Id: <010301155258.b8cc1@DUPHY4.Physics.Drexel.Edu>
11617      Branch: perl
11618            ! vms/vms.c
11619 ____________________________________________________________________________
11620 [  8982] By: jhi                                   on 2001/03/02  15:43:31
11621         Log: Subject: Re: sync sync sync: have I missed any patches?
11622              From: Radu Greab <radu@netsoft.ro> 
11623              Date: Thu, 1 Mar 2001 21:47:22 +0200 (EET)
11624              Message-ID: <15006.42826.747914.669893@ix.netsoft.ro>
11625              
11626              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker
11627              was checking argv[0] regardless of whether a different pathname
11628              will actually be executed."  Test case not supplied because 
11629              drafting that, ironically enough, revealed another bug
11630              (or a feature).
11631      Branch: perl
11632            ! doio.c
11633 ____________________________________________________________________________
11634 [  8981] By: jhi                                   on 2001/03/02  15:28:03
11635         Log: Misdate in #8978.
11636      Branch: perl
11637            ! pod/perlfaq1.pod
11638 ____________________________________________________________________________
11639 [  8980] By: jhi                                   on 2001/03/02  15:24:20
11640         Log: Subject: [PATCH] File::Copy for bleadperl, maintperl
11641              From: Chris Nandor <pudge@pobox.com>
11642              Date: Wed, 28 Feb 2001 22:10:15 -0500
11643              Message-Id: <p05010400b6c36d959ae8@[10.0.1.177]>
11644      Branch: perl
11645            ! lib/File/Copy.pm
11646 ____________________________________________________________________________
11647 [  8979] By: jhi                                   on 2001/03/02  15:17:16
11648         Log: Subject: [ID 20010301.004] Technically speaking in perldata
11649              From: abela@geneanet.org
11650              Date: Thu,  1 Mar 2001 17:59:27 +0100 (CET)
11651              Message-Id: <20010301165927.262C2D17D@little-roots.geneanet.org>
11652      Branch: perl
11653            ! pod/perldata.pod
11654 ____________________________________________________________________________
11655 [  8978] By: jhi                                   on 2001/03/02  15:15:27
11656         Log: Subject: [ID 20010301.003] ref to 5.004
11657              From: abela@geneanet.org
11658              Date: Thu,  1 Mar 2001 14:48:40 +0100 (CET)
11659              Message-Id: <20010301134840.C0CD1D171@little-roots.geneanet.org>
11660              
11661              Reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY 5.004_05,
11662              and mention the suidperl August 2000 security problem.
11663      Branch: perl
11664            ! pod/perlfaq1.pod
11665 ____________________________________________________________________________
11666 [  8977] By: alanbur                               on 2001/03/02  14:17:45
11667         Log: Resynchronised with parent
11668      Branch: maint-5.6/pureperl
11669           !> AUTHORS README.epoc configure.com epoc/createpkg.pl
11670           !> lib/File/Temp.pm perl.c pp_sys.c t/lib/ftmp-mktemp.t
11671           !> t/lib/ftmp-posix.t t/op/append.t t/op/sprintf.t toke.c util.c
11672           !> vms/descrip_mms.template win32/win32.c win32/win32.h
11673           !> win32/win32iop.h
11674 ____________________________________________________________________________
11675 [  8976] By: nick                                  on 2001/03/01  23:25:30
11676         Log: Integrate mainline.
11677      Branch: perlio
11678            - t/op/qu.t
11679           !> (integrate 55 files)
11680 ____________________________________________________________________________
11681 [  8975] By: jhi                                   on 2001/03/01  16:51:34
11682         Log: Integrate change #8974 from maintperl, fix for bugid 20010226.008.
11683      Branch: perl
11684           !> toke.c
11685 ____________________________________________________________________________
11686 [  8974] By: gsar                                  on 2001/03/01  16:28:21
11687         Log: fix for bugid 20010226.008
11688              
11689              the problem was that some of the pointers (PL_last_lop and
11690              PL_last_uni specifically) into the lex buffers weren't correctly
11691              being invalidated when the buffer changed; this would leave the
11692              pointers pointing at an arbitrary location in the buffer if
11693              the buffer didn't need to be reallocated, or point into freed
11694              memory if the buffer had to be realloced
11695              
11696              TODO item for bugdb maintainers: check other seemingly random
11697              parser-related bugs--they might be cured by this
11698      Branch: maint-5.6/perl
11699            ! toke.c
11700 ____________________________________________________________________________
11701 [  8973] By: jhi                                   on 2001/03/01  02:23:25
11702         Log: Retract #8970 because of a completely mysterious core dump:
11703              adding the tests 241..244 causes op/pat dump core at test #25.
11704              The test needs a lot of whittling down before the bug can be solved.
11705      Branch: perl
11706            ! t/op/pat.t
11707 ____________________________________________________________________________
11708 [  8972] By: jhi                                   on 2001/03/01  01:58:38
11709         Log: Regen perlapi.
11710      Branch: perl
11711            ! pod/perlapi.pod
11712 ____________________________________________________________________________
11713 [  8971] By: jhi                                   on 2001/03/01  01:34:09
11714         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))
11715              From: Nicholas Clark <nick@ccl4.org>
11716              Date: Wed, 28 Feb 2001 23:28:49 +0000
11717              Message-ID: <20010228232849.A55187@plum.flirble.org>
11718              
11719              Allow a completely write protected source code tree
11720              when using the Configure -Dmksymlinks.
11721      Branch: perl
11722            ! embed.pl warnings.pl
11723 ____________________________________________________________________________
11724 [  8970] By: jhi                                   on 2001/03/01  01:32:04
11725         Log: Add back the EBCDIC character range tests (for matching).
11726      Branch: perl
11727            ! t/op/pat.t
11728 ____________________________________________________________________________
11729 [  8969] By: nick                                  on 2001/02/28  18:18:01
11730         Log: Add charname comments to .ucm files writen by 'compile',
11731              also order charmaps in those files by source encoding.
11732              regenerate distrubuted .ucm files
11733      Branch: perlio
11734            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
11735            ! ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
11736            ! ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
11737            ! ext/Encode/Encode/iso8859-10.ucm
11738            ! ext/Encode/Encode/iso8859-13.ucm
11739            ! ext/Encode/Encode/iso8859-14.ucm
11740            ! ext/Encode/Encode/iso8859-15.ucm
11741            ! ext/Encode/Encode/iso8859-16.ucm
11742            ! ext/Encode/Encode/iso8859-2.ucm
11743            ! ext/Encode/Encode/iso8859-3.ucm
11744            ! ext/Encode/Encode/iso8859-4.ucm
11745            ! ext/Encode/Encode/iso8859-5.ucm
11746            ! ext/Encode/Encode/iso8859-6.ucm
11747            ! ext/Encode/Encode/iso8859-7.ucm
11748            ! ext/Encode/Encode/iso8859-8.ucm
11749            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
11750            ! ext/Encode/Encode/symbol.ucm ext/Encode/compile
11751 ____________________________________________________________________________
11752 [  8968] By: jhi                                   on 2001/02/28  16:26:37
11753         Log: Expand usemorebits early if d_casti32 needs to be undefined.
11754      Branch: perl
11755            ! hints/hpux.sh hints/irix_6.sh
11756 ____________________________________________________________________________
11757 [  8967] By: jhi                                   on 2001/02/28  16:22:26
11758         Log: Undo qu.  Retract #8814, rewrite op/each part of #8615,
11759              retract toke.c/qu parts of #8583, retract #8485, retract
11760              or rewrite qu parts of #8439 of toke.c, keywords.h, keywords.pl,
11761              op/length.t, and MANIFEST, and delete t/op/qu.t.
11762      Branch: perl
11763            - t/op/qu.t
11764            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
11765            ! pod/perlretut.pod pod/perlunicode.pod t/op/each.t
11766            ! t/op/length.t toke.c
11767 ____________________________________________________________________________
11768 [  8966] By: jhi                                   on 2001/02/28  15:00:27
11769         Log: Retract #8865 and #8869, un?pack C now again agree with Camel 3
11770              by not changing from pre-Unicode days into being Unicode-aware.
11771              Sniff.
11772      Branch: perl
11773            ! pp.c t/op/pack.t t/op/qu.t
11774 ____________________________________________________________________________
11775 [  8965] By: jhi                                   on 2001/02/28  14:37:55
11776         Log: Subject: Re: Errors in core PODs
11777              From: Michael Stevens <michael@etla.org> 
11778              Date: Fri, 23 Feb 2001 15:47:56 +0000
11779              Message-ID: <20010223154756.A7723@firedrake.org> 
11780      Branch: perl
11781            ! ext/Encode/Encode.pm lib/Exporter/Heavy.pm
11782            ! lib/File/Spec/Epoc.pm lib/Test/Harness.pm lib/utf8.pm
11783            ! makedef.pl vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
11784            ! x2p/a2p.pod
11785 ____________________________________________________________________________
11786 [  8964] By: jhi                                   on 2001/02/28  14:35:35
11787         Log: Do not force d_casti32 to undef if we are on a 64-bit environment.
11788              (The #8961 was too bold.)
11789      Branch: perl
11790            ! hints/hpux.sh hints/irix_6.sh
11791 ____________________________________________________________________________
11792 [  8963] By: jhi                                   on 2001/02/28  14:33:39
11793         Log: Subject: Re: sync sync sync: have I missed any patches?
11794              From: Tim Jenness <t.jenness@jach.hawaii.edu>
11795              In-Reply-To: <20010227140737.Y10633@chaos.wustl.edu>
11796              Date: Tue, 27 Feb 2001 13:24:58 -1000 (HST)
11797              Message-ID: <Pine.LNX.4.30.0102271322070.8623-100000@lapaki.jach.hawaii.edu>
11798              
11799              Replace djSP with dSP.
11800      Branch: perl
11801            ! cop.h doio.c doop.c ext/B/B/C.pm ext/B/B/CC.pm
11802            ! pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c sv.c
11803            ! win32/perlhost.h
11804 ____________________________________________________________________________
11805 [  8962] By: jhi                                   on 2001/02/27  23:21:14
11806         Log: Upgrade to Filter::Simple 0.50 (just few doc tweaks).
11807      Branch: perl
11808            ! lib/Filter/Simple.pm
11809 ____________________________________________________________________________
11810 [  8961] By: jhi                                   on 2001/02/27  22:55:26
11811         Log: The casting mystery in HP-UX and IRIX needs at least a workaround
11812              and this would be it.
11813      Branch: perl
11814            ! hints/hpux.sh hints/irix_6.sh
11815 ____________________________________________________________________________
11816 [  8960] By: jhi                                   on 2001/02/27  22:51:33
11817         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
11818              From: "Craig A. Berry" <craigberry@mac.com>
11819              Date: Tue, 27 Feb 2001 16:11:44 -0600
11820              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
11821      Branch: maint-5.6/perl
11822            ! configure.com vms/descrip_mms.template
11823 ____________________________________________________________________________
11824 [  8959] By: jhi                                   on 2001/02/27  22:47:23
11825         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
11826              From: "Craig A. Berry" <craigberry@mac.com>
11827              Date: Tue, 27 Feb 2001 16:11:44 -0600
11828              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
11829      Branch: perl
11830            ! configure.com vms/descrip_mms.template
11831 ____________________________________________________________________________
11832 [  8958] By: jhi                                   on 2001/02/27  15:16:42
11833         Log: Update Changes.
11834      Branch: perl
11835            ! Changes patchlevel.h
11836 ____________________________________________________________________________
11837 [  8957] By: jhi                                   on 2001/02/27  06:15:07
11838         Log: Subject: [5.6.x] EPOC additions
11839              From: Olaf Flebbe <O.Flebbe@science-computing.de>
11840              Date: Mon, 26 Feb 2001 23:33:46 +0100 (CET)
11841              Message-ID: <Pine.LNX.4.02.10102262333040.3736-100000@milkyway.science-computing.de>
11842      Branch: maint-5.6/perl
11843            ! AUTHORS README.epoc epoc/createpkg.pl pp_sys.c
11844 ____________________________________________________________________________
11845 [  8956] By: jhi                                   on 2001/02/27  06:12:11
11846         Log: Subject: [perl-current] EPOC 
11847              From: Olaf Flebbe <O.Flebbe@science-computing.de>
11848              Date: Mon, 26 Feb 2001 23:34:36 +0100 (CET)
11849              Message-ID: <Pine.LNX.4.02.10102262333490.3781-100000@milkyway.science-computing.de>
11850      Branch: perl
11851            ! AUTHORS README.epoc epoc/createpkg.pl epoc/epoc.c
11852            ! epoc/epocish.c epoc/epocish.h pp_sys.c
11853 ____________________________________________________________________________
11854 [  8955] By: jhi                                   on 2001/02/27  05:59:50
11855         Log: Subject: Re: Compile with perlcc..
11856              From: Edward Peschko <edwardp@excitehome.net>
11857              Date: Mon, 26 Feb 2001 18:51:58 -0800
11858              Message-ID: <20010226185158.A9871@excitehome.net>
11859              
11860              plus add a simple usage message if no arguments given.
11861      Branch: perl
11862            ! lib/Test/Harness.pm pod/Makefile.SH t/TEST t/harness
11863            ! utils/Makefile utils/perlcc.PL win32/pod.mak
11864 ____________________________________________________________________________
11865 [  8954] By: nick                                  on 2001/02/26  21:02:59
11866         Log: Integrate mainline
11867      Branch: perlio
11868           !> README.bs2000 ext/Encode/compile lib/Test.pm op.c perlio.c
11869           !> pod/perlguts.pod pod/perlop.pod pp_ctl.c run.c t/op/bop.t
11870           !> t/op/sprintf.t
11871 ____________________________________________________________________________
11872 [  8953] By: jhi                                   on 2001/02/26  14:43:54
11873         Log: Subject: Documenting coderef @INC (Re: CPAN "make this script work" feature)
11874              From: Nicholas Clark <nick@ccl4.org>
11875              Date: Mon, 26 Feb 2001 00:42:07 +0000
11876              Message-ID: <20010226004207.F23333@plum.flirble.org>
11877      Branch: perl
11878            ! pp_ctl.c
11879 ____________________________________________________________________________
11880 [  8952] By: jhi                                   on 2001/02/26  14:42:13
11881         Log: Subject: [PATCH] XPUSH[insp] was Re: progress
11882              From: Simon Cozens <simon@netthink.co.uk>
11883              Date: Mon, 26 Feb 2001 12:23:48 +0000
11884              Message-ID: <20010226122348.A25536@pembro26.pmb.ox.ac.uk>
11885      Branch: perl
11886            ! pod/perlguts.pod
11887 ____________________________________________________________________________
11888 [  8951] By: jhi                                   on 2001/02/26  14:39:15
11889         Log: Subject: [PATCH] perlio - unknown layer
11890              From: Nicholas Clark <nick@ccl4.org>
11891              Date: Mon, 26 Feb 2001 00:27:19 +0000
11892              Message-ID: <20010226002719.E23333@plum.flirble.org>
11893      Branch: perl
11894            ! perlio.c
11895 ____________________________________________________________________________
11896 [  8950] By: jhi                                   on 2001/02/26  14:38:04
11897         Log: Subject: PATCH: extra tests to check on negative float to unsigned cast
11898              From: Jeff Okamoto <okamoto@xfiles.corp.hp.com>
11899              Message-Id: <200102232128.NAA28938@xfiles.corp.hp.com>
11900              Date: Fri, 23 Feb 2001 13:28:33 -0800 (PST)
11901      Branch: perl
11902            ! t/op/bop.t
11903 ____________________________________________________________________________
11904 [  8949] By: jhi                                   on 2001/02/26  14:37:07
11905         Log: Subject: Re: [PATCH: perl 5.005_03] Record I/O fix for Test.pm in older perl
11906              From: Peter Prymmer <pvhp@forte.com>
11907              Date: Fri, 23 Feb 2001 10:51:37 -0800 (PST)
11908              Message-ID: <Pine.OSF.4.10.10102231042010.79050-100000@aspara.forte.com>
11909      Branch: perl
11910            ! lib/Test.pm
11911 ____________________________________________________________________________
11912 [  8948] By: jhi                                   on 2001/02/26  14:35:53
11913         Log: Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
11914              From: Radu Greab <radu@netsoft.ro>
11915              Date: Fri, 23 Feb 2001 18:50:48 +0200 (EET)
11916              Message-ID: <14998.38120.623015.916165@ix.netsoft.ro>
11917      Branch: perl
11918            ! pod/perlop.pod
11919 ____________________________________________________________________________
11920 [  8947] By: jhi                                   on 2001/02/26  14:34:46
11921         Log: Subject: [PATCH: perl@8935] -Dt padsv($var)
11922              From: David Mitchell <davem@fdgroup.co.uk>
11923              Date: Mon, 26 Feb 2001 11:01:24 +0000 (GMT)
11924              Message-Id: <200102261101.LAA12915@tiree.fdgroup.co.uk>
11925      Branch: perl
11926            ! run.c
11927 ____________________________________________________________________________
11928 [  8946] By: jhi                                   on 2001/02/26  14:32:37
11929         Log: Subject: Modified README.bs2000 
11930              From: Dorner Thomas <Thomas.Dorner@start.de>
11931              Date: Mon, 26 Feb 2001 09:22:17 +0100
11932              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A889D@Ex02.inhouse.start.de>
11933      Branch: perl
11934            ! README.bs2000
11935 ____________________________________________________________________________
11936 [  8945] By: jhi                                   on 2001/02/26  14:19:53
11937         Log: Integrate the t/op/sprintf.t parts of #7909 and #8944 from mainline
11938              to maintperl, listing the known failures on the tests 129 and 130.
11939      Branch: maint-5.6/perl
11940           !> t/op/sprintf.t
11941 ____________________________________________________________________________
11942 [  8944] By: jhi                                   on 2001/02/26  14:14:15
11943         Log: Add more known sprintf failures.
11944      Branch: perl
11945            ! t/op/sprintf.t
11946 ____________________________________________________________________________
11947 [  8943] By: jhi                                   on 2001/02/26  13:56:22
11948         Log: perlglob.exe needs to be found in Win32, patch from
11949              Vadim Konovalov.  Nick I-S comments: "Perhaps a lingering glob()
11950              which needs external glob at mini-perl time."
11951      Branch: perl
11952            ! ext/Encode/compile
11953 ____________________________________________________________________________
11954 [  8942] By: jhi                                   on 2001/02/26  13:52:19
11955         Log: A missing dTHX from Vadim Konovalov.
11956      Branch: perl
11957            ! perlio.c
11958 ____________________________________________________________________________
11959 [  8941] By: jhi                                   on 2001/02/26  13:37:05
11960         Log: Miscommunication at #8914: #8902 was okay, #8881 was to be retracted.
11961      Branch: perl
11962            ! op.c
11963 ____________________________________________________________________________
11964 [  8940] By: jhi                                   on 2001/02/26  13:35:40
11965         Log: Integrate perlio.
11966      Branch: perl
11967           !> ext/Encode/Encode.pm
11968 ____________________________________________________________________________
11969 [  8939] By: nick                                  on 2001/02/25  23:47:09
11970         Log: Integrate mainline.
11971      Branch: perlio
11972           !> Changes lib/Pod/Find.pm patchlevel.h perl.h regcomp.c
11973           !> t/op/pat.t t/op/tr.t t/pod/find.t toke.c utf8.c
11974 ____________________________________________________________________________
11975 [  8938] By: nick                                  on 2001/02/25  19:36:28
11976         Log: Encode implementations docs.
11977      Branch: perlio
11978            ! ext/Encode/Encode.pm
11979 ____________________________________________________________________________
11980 [  8937] By: jhi                                   on 2001/02/25  19:26:16
11981         Log: Script wasn't aligned with reality.
11982      Branch: perl
11983            ! t/pod/find.t
11984 ____________________________________________________________________________
11985 [  8936] By: jhi                                   on 2001/02/25  18:54:55
11986         Log: Update Changes.
11987      Branch: perl
11988            ! Changes patchlevel.h
11989 ____________________________________________________________________________
11990 [  8935] By: jhi                                   on 2001/02/25  18:46:36
11991         Log: Retract #8929,8930,8932,8933 for now.
11992      Branch: perl
11993            ! perl.h regcomp.c t/op/pat.t t/op/tr.t toke.c
11994 ____________________________________________________________________________
11995 [  8934] By: jhi                                   on 2001/02/25  17:34:35
11996         Log: Integrate perlio.
11997      Branch: perl
11998           !> embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
11999           !> lib/ExtUtils/typemap perl.h perlapi.c proto.h sv.c
12000           !> t/lib/encode.t
12001 ____________________________________________________________________________
12002 [  8933] By: jhi                                   on 2001/02/25  17:33:12
12003         Log: (Retracted by #8395.)
12004              
12005              Slight tweaks in scan_const(), not fixes yet, it seems like
12006              lots of work remains to be done...
12007      Branch: perl
12008            ! toke.c
12009 ____________________________________________________________________________
12010 [  8932] By: jhi                                   on 2001/02/25  17:27:11
12011         Log: (Retracted by #8395.)
12012              
12013              Missing from #8930.
12014      Branch: perl
12015            ! perl.h
12016 ____________________________________________________________________________
12017 [  8931] By: jhi                                   on 2001/02/25  17:26:19
12018         Log: A comment tweak.
12019      Branch: perl
12020            ! utf8.c
12021 ____________________________________________________________________________
12022 [  8930] By: jhi                                   on 2001/02/25  17:25:47
12023         Log: (Retracted by #8395.)
12024              
12025              Attempt to fix the EBCDIC character range problwm with //.
12026      Branch: perl
12027            ! regcomp.c
12028 ____________________________________________________________________________
12029 [  8929] By: jhi                                   on 2001/02/25  17:23:45
12030         Log: (Retracted by #8395.)
12031              
12032              Expand the EBCDIC character range tests, and add few nasty
12033              tr tests from Karsten Sperling.
12034      Branch: perl
12035            ! t/op/pat.t t/op/tr.t
12036 ____________________________________________________________________________
12037 [  8928] By: jhi                                   on 2001/02/25  17:18:49
12038         Log: Missing check-in.
12039      Branch: perl
12040            ! lib/Pod/Find.pm
12041 ____________________________________________________________________________
12042 [  8927] By: nick                                  on 2001/02/25  11:30:22
12043         Log: Change method names in Encode implementation classes to something
12044              less confusing (preparing to "go public").
12045      Branch: perlio
12046            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
12047 ____________________________________________________________________________
12048 [  8926] By: nick                                  on 2001/02/25  10:53:24
12049         Log: GCC __atribute__ / printf fix
12050      Branch: perlio
12051            ! perl.h
12052 ____________________________________________________________________________
12053 [  8925] By: nick                                  on 2001/02/25  10:52:25
12054         Log: Checked in the wrong one ...
12055      Branch: perlio
12056            ! ext/Encode/Encode.pm
12057 ____________________________________________________________________________
12058 [  8924] By: nick                                  on 2001/02/24  18:46:51
12059         Log: Integrate mainline - to see what Jarkko has in ...
12060      Branch: perlio
12061           +> t/pod/testpods/lib/Pod/Stuff.pm
12062           !> MANIFEST t/TEST t/lib/glob-basic.t t/op/pat.t t/pod/find.t
12063 ____________________________________________________________________________
12064 [  8923] By: nick                                  on 2001/02/24  17:05:23
12065         Log: Encode API documentation nd tidy up.
12066              Minor additions to test.
12067              Tweaks sv_utf8_upgrade() to force SvPV, and always SvUTF8_on and return length.
12068              Adds STRLEN to standard typemap.
12069      Branch: perlio
12070            ! embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
12071            ! lib/ExtUtils/typemap perlapi.c proto.h sv.c t/lib/encode.t
12072 ____________________________________________________________________________
12073 [  8922] By: jhi                                   on 2001/02/24  16:38:12
12074         Log: Add a test for the "character range should match in EBCDIC
12075              if specified using explicit numerics" bug found by Karsten
12076              Sperling.
12077      Branch: perl
12078            ! t/op/pat.t
12079 ____________________________________________________________________________
12080 [  8921] By: jhi                                   on 2001/02/24  16:30:16
12081         Log: Subject: [PATCH t/pod/find.t t/TEST] fixing t/pod/find.t, running t/pod
12082              From: schwern@pobox.com
12083              Date: Fri, 23 Feb 2001 03:21:37 -0500
12084              Message-ID: <20010223032137.A26022@magnonel.guild.net>
12085              
12086              plus Charles Lane's fixes, plus tweaks.
12087      Branch: perl
12088            + t/pod/testpods/lib/Pod/Stuff.pm
12089            ! MANIFEST t/TEST t/lib/glob-basic.t t/pod/find.t
12090 ____________________________________________________________________________
12091 [  8920] By: nick                                  on 2001/02/24  10:30:11
12092         Log: Integrate mainline
12093      Branch: perlio
12094           !> (integrate 33 files)
12095 ____________________________________________________________________________
12096 [  8919] By: jhi                                   on 2001/02/24  00:23:35
12097         Log: Subject: Re: I'm losing the war...
12098              From: "Vadim Konovalov" <watman@inbox.ru>
12099              Date: Sat, 24 Feb 2001 00:10:14 +0300
12100              Message-ID: <007501c09dde$a9b84420$2f7b55c2@vad>
12101              
12102              hv_store() not working correctly in ENV_IS_CASELESS case.
12103      Branch: perl
12104            ! hv.c
12105 ____________________________________________________________________________
12106 [  8918] By: jhi                                   on 2001/02/24  00:20:09
12107         Log: Subject: Re: [PATCH] fix for charnames above FFFF
12108              From: andreas.koenig@anima.de (Andreas J. Koenig)
12109              Date: 23 Feb 2001 02:39:03 +0100
12110              Message-ID: <m3u25mxjns.fsf@ak-71.mind.de>
12111              
12112              A further efficiency tweak.
12113      Branch: perl
12114            ! lib/charnames.pm
12115 ____________________________________________________________________________
12116 [  8917] By: jhi                                   on 2001/02/23  20:27:51
12117         Log: Integrate change #8916 from mainline,
12118              do away with USE_WIN32_RTL_ENV.
12119      Branch: maint-5.6/perl
12120           !> perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
12121 ____________________________________________________________________________
12122 [  8916] By: jhi                                   on 2001/02/23  20:02:25
12123         Log: Abolish USE_WIN32_RTL_ENV.
12124      Branch: perl
12125            ! perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
12126 ____________________________________________________________________________
12127 [  8915] By: jhi                                   on 2001/02/23  19:36:00
12128         Log: Retract #8893, zero-initializing may be costly, maybe reintroduce
12129              later protected by some #define.
12130      Branch: perl
12131            ! gv.c
12132 ____________________________________________________________________________
12133 [  8914] By: jhi                                   on 2001/02/23  19:31:38
12134         Log: Retract #8902 for now, requested by Charles Lane, the correct
12135              fix will be something else.
12136      Branch: perl
12137            ! op.c
12138 ____________________________________________________________________________
12139 [  8913] By: jhi                                   on 2001/02/23  19:11:36
12140         Log: Subject: [PATCH: perl@8892] was Re: hashing order difference?
12141              From: Peter Prymmer <pvhp@forte.com>
12142              Date: Fri, 23 Feb 2001 10:54:09 -0800 (PST)
12143              Message-ID: <Pine.OSF.4.10.10102231036100.79050-100000@aspara.forte.com>
12144      Branch: perl
12145            ! t/op/lex_assign.t
12146 ____________________________________________________________________________
12147 [  8912] By: jhi                                   on 2001/02/23  18:38:20
12148         Log: Subject: [patch] perlio + useithreads
12149              From: Doug MacEachern <dougm@covalent.net>
12150              Date: Fri, 23 Feb 2001 00:05:37 -0800 (PST)
12151              Message-ID: <Pine.LNX.4.21.0102222356460.14249-100000@mako.covalent.net>
12152              
12153              Gets things running but not complete.
12154      Branch: perl
12155            ! intrpvar.h objXSUB.h perlapi.c perlio.h proto.h sv.c
12156 ____________________________________________________________________________
12157 [  8911] By: jhi                                   on 2001/02/23  04:20:02
12158         Log: Integrate changes #8896,8897,8898,8906,8907,8908 from mainline.
12159              
12160              Duplicated environment freeing, File::Temp 0.12,
12161              op/append portability (EBCDIC) tweak.
12162      Branch: maint-5.6/perl
12163           !> lib/File/Temp.pm perl.c t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
12164           !> t/op/append.t
12165 ____________________________________________________________________________
12166 [  8910] By: jhi                                   on 2001/02/23  02:07:33
12167         Log: Integrate change #8909 from mainline, a better Borland
12168              putenv() workaround.
12169      Branch: maint-5.6/perl
12170           !> perl.c
12171 ____________________________________________________________________________
12172 [  8909] By: jhi                                   on 2001/02/23  02:05:46
12173         Log: A better workaround for Borland putenv() brokenness from Sarathy.
12174      Branch: perl
12175            ! perl.c
12176 ____________________________________________________________________________
12177 [  8908] By: jhi                                   on 2001/02/23  02:04:14
12178         Log: Subject: fix for parameter -Dm (for perl@8867)
12179              From: "Vadim Konovalov" <watman@inbox.ru>
12180              Date: Thu, 22 Feb 2001 17:30:12 +0300
12181              Message-ID: <001801c09cdc$2faba490$2a7b55c2@vad>
12182      Branch: perl
12183            ! perl.h
12184 ____________________________________________________________________________
12185 [  8907] By: jhi                                   on 2001/02/23  01:58:20
12186         Log: Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
12187              From: Peter Prymmer <pvhp@forte.com>
12188              Date: Thu, 22 Feb 2001 13:23:59 -0800 (PST)
12189              Message-ID: <Pine.OSF.4.10.10102221319460.47500-100000@aspara.forte.com>
12190      Branch: perl
12191            ! t/op/append.t
12192 ____________________________________________________________________________
12193 [  8906] By: jhi                                   on 2001/02/23  01:48:34
12194         Log: Upgrade to File::Temp 0.12, from Tim Jenness.
12195      Branch: perl
12196            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
12197 ____________________________________________________________________________
12198 [  8905] By: jhi                                   on 2001/02/23  01:43:30
12199         Log: Subject: [PATCH: perl@8892] fix a patcho in t/lib/st-06compat.t
12200              From: Peter Prymmer <pvhp@forte.com>
12201              Date: Thu, 22 Feb 2001 12:54:31 -0800 (PST)
12202              Message-ID: <Pine.OSF.4.10.10102221249170.47500-100000@aspara.forte.com>
12203      Branch: perl
12204            ! t/lib/st-06compat.t
12205 ____________________________________________________________________________
12206 [  8904] By: jhi                                   on 2001/02/23  01:42:39
12207         Log: Metaconfig unit change for #8903.
12208      Branch: metaconfig/U/perl
12209            ! Devel.U
12210 ____________________________________________________________________________
12211 [  8903] By: jhi                                   on 2001/02/23  01:42:12
12212         Log: Be more helpful for devel builders, suggested by John L. Allen.
12213      Branch: perl
12214            ! Configure
12215 ____________________________________________________________________________
12216 [  8902] By: jhi                                   on 2001/02/23  01:37:41
12217         Log: (Retracted by #8914)
12218              (Wrongly, reinstated by #8941)             
12219
12220              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
12221              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
12222              Date:     Thu, 22 Feb 2001 09:43:57 EST
12223              Message-Id: <010222094237.9d22e@DUPHY4.Physics.Drexel.Edu>
12224      Branch: perl
12225            ! op.c
12226 ____________________________________________________________________________
12227 [  8901] By: jhi                                   on 2001/02/23  01:20:32
12228         Log: Subject:  [PATCH perl 5.7.0] malloc message address offset
12229              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
12230              Date:     Thu, 22 Feb 2001 08:01:35 EST
12231              Message-Id: <010222075625.9d22e@DUPHY4.Physics.Drexel.Edu>
12232      Branch: perl
12233            ! malloc.c
12234 ____________________________________________________________________________
12235 [  8900] By: jhi                                   on 2001/02/23  01:18:02
12236         Log: Integrate changes #8898,8899 from mainline, environ handling.
12237      Branch: maint-5.6/perl
12238           !> perl.c
12239 ____________________________________________________________________________
12240 [  8899] By: jhi                                   on 2001/02/23  01:16:25
12241         Log: Rewrite putenv() using my_setenv().  (In general the vendors'
12242              putenv() is not to be relied on, they are either broken or leaky
12243              or both.)
12244      Branch: perl
12245            ! perl.c
12246 ____________________________________________________________________________
12247 [  8898] By: jhi                                   on 2001/02/22  23:36:59
12248         Log: Fix #8803 as #8897 fixed #8896: with environ safesysmalloc()
12249              and safesysfree() must be used.
12250      Branch: perl
12251            ! perl.c
12252 ____________________________________________________________________________
12253 [  8897] By: jhi                                   on 2001/02/22  23:25:45
12254         Log: With environ one must use safesysmalloc()/safesysfree().
12255      Branch: perl
12256            ! perl.c
12257 ____________________________________________________________________________
12258 [  8896] By: jhi                                   on 2001/02/22  22:13:18
12259         Log: If we have a duplicated environment free it
12260              if PERL_DESTRUCT_LEVEL.
12261      Branch: perl
12262            ! perl.c
12263 ____________________________________________________________________________
12264 [  8895] By: alanbur                               on 2001/02/22  19:31:57
12265         Log: Synchronised with parent
12266      Branch: maint-5.6/pureperl
12267           !> embed.h embed.pl ext/POSIX/POSIX.xs lib/File/Temp.pm op.c
12268 ____________________________________________________________________________
12269 [  8894] By: gsar                                  on 2001/02/22  19:06:18
12270         Log: integrate changes#6162,6163 from mainline (missing leak fixes!)
12271              
12272              fix memory leak in method call optimization (change#3768);
12273              made C<eval "$x->foo()"> leak
12274              
12275              fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
12276      Branch: maint-5.6/perl
12277           !> op.c
12278 ____________________________________________________________________________
12279 [  8893] By: jhi                                   on 2001/02/22  18:35:27
12280         Log: (Retracted by #8915.)
12281              
12282              Third Degree finding:
12283              reading uninitialized local variable smallbuf + 8 bytes of Perl_gv_fetchfile
12284      Branch: perl
12285            ! gv.c
12286 ____________________________________________________________________________
12287 [  8892] By: jhi                                   on 2001/02/22  14:28:32
12288         Log: Update Changes.
12289      Branch: perl
12290            ! Changes patchlevel.h
12291 ____________________________________________________________________________
12292 [  8891] By: jhi                                   on 2001/02/22  13:22:45
12293         Log: Metaconfig unit changes for #8890.
12294      Branch: metaconfig
12295            ! U/modified/Cppsym.U U/threads/archname.U
12296 ____________________________________________________________________________
12297 [  8890] By: jhi                                   on 2001/02/22  13:22:12
12298         Log: Add -stdio to the archname if no perlio selected,
12299              no -perlio added since that is now the default.
12300              
12301              Add few CPUs/architectures to the Cppsym scan.
12302      Branch: perl
12303            ! Configure config_h.SH
12304 ____________________________________________________________________________
12305 [  8889] By: jhi                                   on 2001/02/22  13:05:59
12306         Log: Metaconfig unit change for #8888.
12307      Branch: metaconfig/U/perl
12308            ! useperlio.U
12309 ____________________________________________________________________________
12310 [  8888] By: jhi                                   on 2001/02/22  13:05:28
12311         Log: *drum roll*  Make perlio the default.
12312      Branch: perl
12313            ! Configure config_h.SH
12314 ____________________________________________________________________________
12315 [  8887] By: jhi                                   on 2001/02/22  12:50:52
12316         Log: Integrate change #8665 from maintperl to mainline,
12317              IA64-induced POSIX::SigSet masking with IVs instead of NVs.
12318      Branch: perl
12319           !> ext/POSIX/POSIX.xs
12320 ____________________________________________________________________________
12321 [  8886] By: jhi                                   on 2001/02/22  12:49:24
12322         Log: Integrate changes #8883,8884 from mainline to maintperl.
12323              
12324              Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
12325              Subject: Re: File::Temp::_gettemp warning
12326      Branch: maint-5.6/perl
12327           !> embed.h embed.pl lib/File/Temp.pm
12328 ____________________________________________________________________________
12329 [  8885] By: jhi                                   on 2001/02/22  12:43:59
12330         Log: Based on
12331              
12332              Subject: [ID 20010222.001] POSIX.xs IV vs NV bug
12333              From: schwab@suse.de
12334              Date: Thu, 22 Feb 2001 13:08:09 +0100
12335              Message-Id: <200102221208.f1MC89H09364@sykes.suse.de>
12336              
12337              but the fix done slightly differently because the other
12338              half was already done in #8664.
12339      Branch: maint-5.6/perl
12340            ! ext/POSIX/POSIX.xs
12341 ____________________________________________________________________________
12342 [  8884] By: jhi                                   on 2001/02/22  12:37:15
12343         Log: Subject: Re: File::Temp::_gettemp warning
12344              From: Tim Jenness <t.jenness@jach.hawaii.edu>
12345              Date: Wed, 21 Feb 2001 22:15:32 -1000 (HST)
12346              Message-ID: <Pine.LNX.4.30.0102212211190.18964-100000@lapaki.jach.hawaii.edu>
12347              
12348              This patch to File::Temp does two things:
12349              
12350              1. Fixes the problem with CGI::Carp when determining
12351              the Fcntl constants
12352              
12353              2. Removes most of the carps and consolidates them so that all the
12354              reasons are included in a single die that is caught by the test. This
12355              means that the correct skipping behaviour is displayed by the test.
12356      Branch: perl
12357            ! lib/File/Temp.pm
12358 ____________________________________________________________________________
12359 [  8883] By: jhi                                   on 2001/02/22  12:29:19
12360         Log: Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
12361              From: Peter Prymmer <pvhp@forte.com>
12362              Date: Wed, 21 Feb 2001 16:30:06 -0800 (PST)
12363              Message-ID: <Pine.OSF.4.10.10102211624490.12601-100000@aspara.forte.com>
12364      Branch: perl
12365            ! embed.h embed.pl
12366 ____________________________________________________________________________
12367 [  8882] By: jhi                                   on 2001/02/21  19:41:33
12368         Log: Integrate change #8881 from mainlin to maintperl.
12369              
12370              Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
12371      Branch: maint-5.6/perl
12372           !> op.c
12373 ____________________________________________________________________________
12374 [  8881] By: jhi                                   on 2001/02/21  19:38:57
12375         Log: Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
12376              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
12377              Date:     Wed, 21 Feb 2001 13:08:03 EST
12378              Message-Id: <010221130721.7a2ab@DUPHY4.Physics.Drexel.Edu>
12379      Branch: perl
12380            ! op.c
12381 ____________________________________________________________________________
12382 [  8880] By: jhi                                   on 2001/02/21  19:34:34
12383         Log: Retract #8875, cannot let go of the old semantics of unpack U
12384              without rethinking utf8decode.t.
12385      Branch: perl
12386            ! pp.c t/op/pack.t
12387 ____________________________________________________________________________
12388 [  8879] By: jhi                                   on 2001/02/21  19:08:02
12389         Log: Run run/*.t also in minitest.
12390      Branch: perl
12391            ! Makefile.SH
12392 ____________________________________________________________________________
12393 [  8878] By: nick                                  on 2001/02/21  18:55:37
12394         Log: Integrate mainline
12395      Branch: perlio
12396           !> (integrate 76 files)
12397 ____________________________________________________________________________
12398 [  8877] By: jhi                                   on 2001/02/21  15:09:33
12399         Log: Fix the sys/fcntl.h problem reported by Peter Prymmer.
12400      Branch: metaconfig
12401            ! U/compline/nblock_io.U
12402      Branch: perl
12403            ! Configure config_h.SH
12404 ____________________________________________________________________________
12405 [  8876] By: jhi                                   on 2001/02/21  14:54:45
12406         Log: If no sfio, no -lsfio.
12407      Branch: metaconfig/U/perl
12408            ! d_sfio.U
12409      Branch: perl
12410            ! Configure config_h.SH
12411 ____________________________________________________________________________
12412 [  8875] By: jhi                                   on 2001/02/21  14:54:00
12413         Log: Make unpack C and unpack C truly equivalent.
12414      Branch: perl
12415            ! pp.c t/op/pack.t
12416 ____________________________________________________________________________
12417 [  8874] By: jhi                                   on 2001/02/21  14:26:02
12418         Log: Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
12419              From: Peter Prymmer <pvhp@forte.com>
12420              Date: Tue, 20 Feb 2001 14:51:55 -0800 (PST)
12421              Message-ID: <Pine.OSF.4.10.10102201447380.501692-100000@aspara.forte.com>
12422      Branch: perl
12423            ! pod/perlport.pod
12424 ____________________________________________________________________________
12425 [  8873] By: jhi                                   on 2001/02/21  14:24:31
12426         Log: Subject: [PATCH] fix for charnames above FFFF
12427              From: andreas.koenig@anima.de (Andreas J. Koenig)
12428              Date: 21 Feb 2001 07:05:45 +0100
12429              Message-ID: <m366i44ll2.fsf@ak-71.mind.de>
12430      Branch: perl
12431            ! lib/charnames.pm t/lib/charnames.t
12432 ____________________________________________________________________________
12433 [  8872] By: jhi                                   on 2001/02/21  14:15:25
12434         Log: Integrate change #8868 from pureperl to mainline.
12435              
12436              Fixed reference count loop caused by sv_magic.
12437      Branch: perl
12438           !> sv.c
12439 ____________________________________________________________________________
12440 [  8871] By: jhi                                   on 2001/02/21  14:07:29
12441         Log: Integrate change #8868 from pureperl to maintperl.
12442              
12443              Fixed reference count loop caused by sv_magic.
12444      Branch: maint-5.6/perl
12445           !> sv.c
12446 ____________________________________________________________________________
12447 [  8870] By: jhi                                   on 2001/02/21  14:04:41
12448         Log: Put back the #8840, it was innocent.
12449      Branch: perl
12450            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
12451            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
12452 ____________________________________________________________________________
12453 [  8869] By: jhi                                   on 2001/02/21  14:00:03
12454         Log: unpack("C", ...) was left slightly unfinished by #8865.
12455      Branch: perl
12456            ! pp.c t/op/pack.t
12457 ____________________________________________________________________________
12458 [  8868] By: alanbur                               on 2001/02/21  01:33:45
12459         Log: Fixed reference count loop caused by sv_magic.  sv_magic is called
12460              from gv_fetchpv to create single-character magic variables (e.g. $!),
12461              and it is passed a sv and the gv that contains the sv as the mg_obj
12462              value.  When sv_magic stores the mg_obj pointer it increments the gv
12463              refcount, thus causing a sv-gv pair that can't be freed.  There is
12464              already a check for sv == obj which is used to prevent such reference
12465              loops.  This change extends the check to cover the case described above.
12466      Branch: maint-5.6/pureperl
12467            ! sv.c
12468 ____________________________________________________________________________
12469 [  8867] By: jhi                                   on 2001/02/21  00:52:39
12470         Log: Update Changes.
12471      Branch: perl
12472            ! Changes patchlevel.h
12473 ____________________________________________________________________________
12474 [  8866] By: jhi                                   on 2001/02/21  00:34:20
12475         Log: Upgrade to CGI.pm 2.752, from Lincoln Stein.
12476              (Note: there were some conflicts due to EBCDIC and EPOC
12477              patches, in general I preferred the repository code.)
12478              (When 2.753 comes out, we need to synchronize.)
12479      Branch: perl
12480            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
12481            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
12482            ! t/lib/cgi-html.t
12483 ____________________________________________________________________________
12484 [  8865] By: jhi                                   on 2001/02/21  00:24:22
12485         Log: Make pack("C", 0x100) to create Unicode, unless under the
12486              evil influence of 'use bytes'.  Similarly, unpack("C", ...)
12487              will understand Unicode, unless you under know what.
12488      Branch: perl
12489            ! pp.c t/op/pack.t t/op/qu.t
12490 ____________________________________________________________________________
12491 [  8864] By: alanbur                               on 2001/02/20  22:35:34
12492         Log: Resynchronised with parent
12493      Branch: maint-5.6/pureperl
12494           !> README.win32 ext/GDBM_File/GDBM_File.pm
12495           !> ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
12496           !> ext/SDBM_File/SDBM_File.pm handy.h lib/Test.pm makedef.pl mg.c
12497           !> pod/perlop.pod t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
12498           !> t/lib/sdbm.t util.c
12499 ____________________________________________________________________________
12500 [  8863] By: jhi                                   on 2001/02/20  20:55:11
12501         Log: Integrate change #8860,8861 from mainline into maintperl.
12502              
12503              "pseudo-literal j"
12504              
12505              Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
12506      Branch: maint-5.6/perl
12507           !> lib/Test.pm pod/perlop.pod
12508 ____________________________________________________________________________
12509 [  8862] By: jhi                                   on 2001/02/20  20:30:07
12510         Log: Don't do casting between pointers pointing to differently sized
12511              integers.
12512      Branch: perl
12513            ! hv.c sv.c
12514 ____________________________________________________________________________
12515 [  8861] By: jhi                                   on 2001/02/20  19:53:44
12516         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
12517              From: Peter Prymmer <pvhp@forte.com>
12518              Message-ID: <Pine.OSF.4.10.10102141617350.197219-100000@aspara.forte.com>
12519              Date: Wed, 14 Feb 2001 16:28:16 -0800 (PST)
12520      Branch: perl
12521            ! lib/Test.pm
12522 ____________________________________________________________________________
12523 [  8860] By: jhi                                   on 2001/02/20  19:48:02
12524         Log: "pseudo-literal j", a documentation glitch reported to Debian.
12525              The text recovered from Perl 5.005_03, and pseudo-literal replaced
12526              by "backtick string".
12527      Branch: perl
12528            ! pod/perlop.pod
12529 ____________________________________________________________________________
12530 [  8859] By: jhi                                   on 2001/02/20  19:15:46
12531         Log: Skip the Perl_sys_intern_clear and Perl_sys_intern_init,
12532              from Chris Nandor.
12533      Branch: perl
12534            ! makedef.pl
12535 ____________________________________________________________________________
12536 [  8858] By: jhi                                   on 2001/02/20  17:36:53
12537         Log: Integrate pureperl changes #8844,8845,8850 to mainline
12538              (via maintperl #8855).
12539              
12540              Fixed %^H scoping bug
12541              
12542              Removed GV <-> CV refcount loop
12543              
12544              Removed %ENV refcount loop
12545      Branch: perl
12546           !> gv.c op.c perl.c pp.c scope.c
12547 ____________________________________________________________________________
12548 [  8857] By: jhi                                   on 2001/02/20  17:34:32
12549         Log: Integrate changes #8853,8854 from maintperl to mainline.
12550              
12551              EBDIC fixes, README.win32 Borland update.
12552      Branch: perl
12553           !> README.win32 handy.h util.c
12554 ____________________________________________________________________________
12555 [  8856] By: jhi                                   on 2001/02/20  17:33:16
12556         Log: Integrate change #8848 from mainline to maintperl: ?DBM_File cleanup.
12557      Branch: maint-5.6/perl
12558           !> ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
12559           !> ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
12560           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
12561 ____________________________________________________________________________
12562 [  8855] By: jhi                                   on 2001/02/20  17:32:13
12563         Log: Integrate pureperl changes #8844,8845,8850 to maintperl.
12564              
12565              Fixed %^H scoping bug
12566              
12567              Removed GV <-> CV refcount loop
12568              
12569              Removed %ENV refcount loop
12570      Branch: maint-5.6/perl
12571           !> gv.c op.c perl.c pp.c scope.c
12572 ____________________________________________________________________________
12573 [  8854] By: jhi                                   on 2001/02/20  17:25:06
12574         Log: Subject: Addition to readme.win32 for Borland C++ compilers
12575              Date: Tue, 20 Feb 2001 02:15:25 +0300
12576              From: "Vadim Konovalov" <watman@inbox.ru>
12577              Message-ID: <011c01c09aca$93bbbec0$367b55c2@vad>
12578              
12579              Document Borland compiler misbehaviour.
12580      Branch: maint-5.6/perl
12581            ! README.win32
12582 ____________________________________________________________________________
12583 [  8853] By: jhi                                   on 2001/02/20  17:22:25
12584         Log: The assimilation of ebcdic.c didn't quite work at the first try,
12585              patches from Thomas Dorner.
12586      Branch: maint-5.6/perl
12587            ! handy.h util.c
12588 ____________________________________________________________________________
12589 [  8852] By: jhi                                   on 2001/02/20  17:20:15
12590         Log: Subject: [PATCH] More Mac OS patches for maint-5.6
12591              From: Chris Nandor <pudge@pobox.com>
12592              Date: Tue, 20 Feb 2001 08:32:45 -0500
12593              Message-Id: <p05010403b6b81ee8dca0@[10.0.1.177]>
12594      Branch: maint-5.6/perl
12595            ! makedef.pl mg.c
12596 ____________________________________________________________________________
12597 [  8851] By: jhi                                   on 2001/02/20  17:15:52
12598         Log: Filter::Util::Call update to 1.05, from Paul Marquess.
12599      Branch: perl
12600            ! ext/Filter/Util/Call/Call.pm t/lib/filter-util.pl
12601            ! t/lib/filter-util.t
12602 ____________________________________________________________________________
12603 [  8850] By: alanbur                               on 2001/02/20  17:12:40
12604         Log: Removed %ENV refcount loop.  Elements of %ENV are magical,
12605              and the magic pointer points back to the GV that contains the
12606              %ENV hash.  This creates a refcount loop that prevents members
12607              of %ENV from being freed correctly.  This change removes the
12608              refcount loop - the magic pointer was never used anyway, the
12609              only use of the magic was to check the type ('E') so that the
12610              appropriate environment manipulation code is called when %ENV
12611              is modified.
12612      Branch: maint-5.6/pureperl
12613            ! perl.c
12614 ____________________________________________________________________________
12615 [  8849] By: jhi                                   on 2001/02/20  17:12:20
12616         Log: Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
12617              From: "Craig A. Berry" <craigberry@mac.com>
12618              Date: Mon, 19 Feb 2001 23:36:12 -0600
12619              Message-Id: <5.0.2.1.0.20010219230450.02762648@exchi01>
12620              
12621              Case-forgiving systems match TestInit.pm with TES*.
12622      Branch: perl
12623            ! t/lib/glob-basic.t
12624 ____________________________________________________________________________
12625 [  8848] By: jhi                                   on 2001/02/20  17:10:02
12626         Log: strict-w-proof the ?DBM_File, from Paul Marquess.
12627      Branch: perl
12628            ! ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
12629            ! ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
12630            ! t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
12631 ____________________________________________________________________________
12632 [  8847] By: jhi                                   on 2001/02/20  15:34:41
12633         Log: The #8843 wasn't quite right: %Config needs to imported.
12634      Branch: perl
12635            ! t/run/runenv.t
12636 ____________________________________________________________________________
12637 [  8846] By: jhi                                   on 2001/02/20  15:31:50
12638         Log: Retract the #8838 and #8840 for now because of
12639              the DB_File tie problem.
12640      Branch: perl
12641            ! embed.h embed.pl global.sym lib/ExtUtils/xsubpp objXSUB.h
12642            ! perlapi.c pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
12643            ! proto.h sv.c
12644 ____________________________________________________________________________
12645 [  8845] By: alanbur                               on 2001/02/20  14:25:41
12646         Log: Removed GV <-> CV refcount loop
12647              CvGV(mycv) points to the parent GV of the CV, and was previously
12648              refcounted.  The pointer remains, but the refcounting has been removed
12649              as it causes a refcount loop between the CV and GV that means the CV
12650              can't ever be deleted.
12651      Branch: maint-5.6/pureperl
12652            ! gv.c op.c pp.c
12653 ____________________________________________________________________________
12654 [  8844] By: alanbur                               on 2001/02/20  14:23:13
12655         Log: Fixed %^H scoping bug
12656      Branch: maint-5.6/pureperl
12657            ! scope.c
12658 ____________________________________________________________________________
12659 [  8843] By: jhi                                   on 2001/02/19  13:38:08
12660         Log: fork() not everywhere, cleanup temp files.
12661      Branch: perl
12662            ! t/run/runenv.t
12663 ____________________________________________________________________________
12664 [  8842] By: alanbur                               on 2001/02/19  12:42:07
12665         Log: Resynchronised with parent
12666      Branch: maint-5.6/pureperl
12667           !> pod/perlfaq4.pod sv.c utf8.c
12668 ____________________________________________________________________________
12669 [  8841] By: jhi                                   on 2001/02/19  03:35:51
12670         Log: Update Changes.
12671      Branch: perl
12672            ! Changes patchlevel.h
12673 ____________________________________________________________________________
12674 [  8840] By: jhi                                   on 2001/02/19  00:23:41
12675         Log: Subject: [patch] add sv_setref_uv
12676              From: Doug MacEachern <dougm@covalent.net>
12677              Date: Sun, 18 Feb 2001 14:49:33 -0800 (PST)
12678              Message-ID: <Pine.LNX.4.21.0102181448290.10021-100000@mako.covalent.net>
12679      Branch: perl
12680            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
12681            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
12682 ____________________________________________________________________________
12683 [  8839] By: jhi                                   on 2001/02/19  00:01:38
12684         Log: Put to rest the 20010205.001, the email address checking (not) regex.
12685      Branch: perl
12686            ! pod/perlfaq9.pod
12687 ____________________________________________________________________________
12688 [  8838] By: jhi                                   on 2001/02/18  22:17:54
12689         Log: Subject: [patch] xsubpp: make sv_setref_* targetable
12690              From: Doug MacEachern <dougm@covalent.net>
12691              Date: Sun, 18 Feb 2001 12:58:23 -0800 (PST)
12692              Message-ID: <Pine.LNX.4.21.0102181256310.10021-100000@mako.covalent.net>
12693      Branch: perl
12694            ! lib/ExtUtils/xsubpp
12695 ____________________________________________________________________________
12696 [  8837] By: jhi                                   on 2001/02/18  22:16:50
12697         Log: Subject: [patch] -Wall cleanup round 2
12698              From: Doug MacEachern <dougm@covalent.net>
12699              Date: Sun, 18 Feb 2001 13:08:04 -0800 (PST)
12700              Message-ID: <Pine.LNX.4.21.0102181304520.10021-100000@mako.covalent.net>
12701      Branch: perl
12702            ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
12703            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
12704            ! ext/File/Glob/Glob.xs ext/Filter/Util/Call/Call.xs
12705            ! ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs ext/IPC/SysV/SysV.xs
12706            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
12707            ! ext/SDBM_File/SDBM_File.xs
12708 ____________________________________________________________________________
12709 [  8836] By: jhi                                   on 2001/02/18  22:11:20
12710         Log: Misapplied regex optimizations when \C is present.
12711              Fixes 20001230.002.
12712              
12713              What still remains broken is that the submatches that
12714              have \C in them get their UTF8 flag on because their
12715              parent SV has it on.  This will result in malformed
12716              UTF8 if a \C happened to match a non-ASCII byte.
12717      Branch: perl
12718            ! regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
12719            ! t/pragma/utf8.t
12720 ____________________________________________________________________________
12721 [  8835] By: jhi                                   on 2001/02/18  20:12:02
12722         Log: Fix for "[ID 20010213.005] utf8 + localized hash elems + 64 bits?"
12723              
12724              The hash key got wrongly UTF8fied.
12725      Branch: perl
12726            ! pod/perlapi.pod toke.c utf8.c
12727 ____________________________________________________________________________
12728 [  8834] By: jhi                                   on 2001/02/18  19:44:25
12729         Log: Tweak on #8234 (Subject: Re: [PATCH] Warn on use of reference as array elem):
12730              don't warn on magical or overloaded things.
12731      Branch: perl
12732            ! pp_hot.c
12733 ____________________________________________________________________________
12734 [  8833] By: nick                                  on 2001/02/18  19:31:22
12735         Log: Integrate mainline
12736      Branch: perlio
12737           +> t/TestInit.pm t/run/runenv.t
12738            - t/UTEST
12739           !> MANIFEST Makefile.SH ext/Storable/ChangeLog
12740           !> ext/Storable/Storable.pm ext/Storable/Storable.xs
12741           !> lib/Test/Harness.pm perl.c pod/perlfaq4.pod sv.c t/TEST
12742           !> t/lib/charnames.t t/lib/glob-basic.t t/lib/st-06compat.t
12743           !> t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
12744           !> t/op/chop.t t/op/eval.t t/op/regexp_noamp.t t/op/subst_wamp.t
12745           !> utf8.c
12746 ____________________________________________________________________________
12747 [  8832] By: jhi                                   on 2001/02/18  19:21:18
12748         Log: Integrate perlio.
12749      Branch: perl
12750           !> perlio.c pod/perldiag.pod
12751 ____________________________________________________________________________
12752 [  8831] By: jhi                                   on 2001/02/18  19:14:20
12753         Log: Integrate change #8827 from mainline.
12754              
12755              UTF8 tweaks.
12756      Branch: maint-5.6/perl
12757           !> sv.c utf8.c
12758 ____________________________________________________________________________
12759 [  8830] By: nick                                  on 2001/02/18  19:10:34
12760         Log: Apply the spirit of patch from Nick Clark:
12761              Subject: [PATCH] Re: extensions that provide layers
12762              From: Nicholas Clark <nick@ccl4.org>
12763              Date: Mon, 12 Feb 2001 16:43:51 +0000
12764              Message-Id: <20010212164350.Q3652@plum.flirble.org>
12765      Branch: perlio
12766            ! perlio.c pod/perldiag.pod
12767 ____________________________________________________________________________
12768 [  8829] By: jhi                                   on 2001/02/18  19:03:25
12769         Log: Subject: [PATCH t/TEST t/TestSetup.pm] Adding in TestSetup.pm to replace BEGIN  preamble on tests.
12770              From: schwern@pobox.com 
12771              Date: Sun, 18 Feb 2001 13:44:35 -0500
12772              Message-ID: <20010218134435.A17544@magnonel.guild.net>
12773              
12774              Applied, but as t/TestInit.pm.
12775      Branch: perl
12776            + t/TestInit.pm
12777            ! MANIFEST t/TEST t/op/eval.t t/op/regexp_noamp.t
12778            ! t/op/subst_wamp.t
12779 ____________________________________________________________________________
12780 [  8828] By: jhi                                   on 2001/02/18  18:43:52
12781         Log: Integrate perlio.
12782      Branch: perl
12783           !> perlio.c
12784 ____________________________________________________________________________
12785 [  8827] By: jhi                                   on 2001/02/18  18:41:33
12786         Log: UTF-8 tweaks.
12787      Branch: perl
12788            ! sv.c utf8.c
12789 ____________________________________________________________________________
12790 [  8826] By: nick                                  on 2001/02/18  17:40:59
12791         Log: Fix [ID 20010217.002]
12792              open FOO, "<:raw:perlio", ...
12793              :raw now inserts default base layer below itself.
12794              Also
12795              open FOO, "<:unix", ...
12796              works as well - but leaves buffer layer on stack under the unix layer.
12797      Branch: perlio
12798            ! perlio.c
12799 ____________________________________________________________________________
12800 [  8825] By: jhi                                   on 2001/02/18  17:15:39
12801         Log: Integrate perlio.
12802      Branch: perl
12803           !> perlio.c perliol.h
12804 ____________________________________________________________________________
12805 [  8824] By: jhi                                   on 2001/02/18  17:10:53
12806         Log: Subject: [PATCH t/TEST lib/Test/Harness.pm] Adding todo tests
12807              From: schwern@pobox.com
12808              Date: Sun, 18 Feb 2001 01:48:50 -0500
12809              Message-ID: <20010218014850.C19957@magnonel.guild.net>
12810      Branch: perl
12811            ! lib/Test/Harness.pm t/TEST t/op/chop.t
12812 ____________________________________________________________________________
12813 [  8823] By: jhi                                   on 2001/02/18  17:01:06
12814         Log: Add run/*.t to testables.
12815      Branch: perl
12816            ! t/TEST
12817 ____________________________________________________________________________
12818 [  8822] By: jhi                                   on 2001/02/18  16:58:58
12819         Log: Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
12820              From: schwern@pobox.com
12821              Date: Sun, 18 Feb 2001 01:11:35 -0500
12822              Message-ID: <20010218011135.A19957@magnonel.guild.net>
12823              
12824              Revive mjd's and Simon's PERL5OPT fix.
12825      Branch: perl
12826            + t/run/runenv.t
12827            ! MANIFEST perl.c
12828 ____________________________________________________________________________
12829 [  8821] By: jhi                                   on 2001/02/18  16:53:46
12830         Log: Subject: Re: Why t/TEST and not Test::Harness?
12831              From: schwern@pobox.com
12832              Date: Sat, 17 Feb 2001 22:44:44 -0500
12833              Message-ID: <20010217224444.A6679@magnonel.guild.net>
12834              
12835              Replace UTEST with TEST -utf8.
12836      Branch: perl
12837            - t/UTEST
12838            ! MANIFEST Makefile.SH t/TEST t/lib/charnames.t
12839            ! t/lib/glob-basic.t
12840 ____________________________________________________________________________
12841 [  8820] By: nick                                  on 2001/02/18  13:06:16
12842         Log: Clean up a few core dumps when layers are used in unexpected ways.
12843              (Still not "right"...)
12844      Branch: perlio
12845            ! perlio.c perliol.h
12846 ____________________________________________________________________________
12847 [  8819] By: jhi                                   on 2001/02/18  02:25:55
12848         Log: Integrate change #8818 from maintperl, a FAQ nit.
12849      Branch: perl
12850           !> pod/perlfaq4.pod
12851 ____________________________________________________________________________
12852 [  8818] By: jhi                                   on 2001/02/18  02:24:50
12853         Log: FAQ nit from Chris Fedde.
12854      Branch: maint-5.6/perl
12855            ! pod/perlfaq4.pod
12856 ____________________________________________________________________________
12857 [  8817] By: nick                                  on 2001/02/17  18:20:14
12858         Log: Integrate mainline
12859      Branch: perlio
12860           +> lib/unicode/UCD.html lib/unicode/Unicode.html
12861           +> lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
12862           +> pod/perlclib.pod
12863            - ebcdic.c lib/unicode/UCD301.html lib/unicode/UCDFF301.html
12864            - lib/unicode/Unicode.301
12865           !> (integrate 324 files)
12866 ____________________________________________________________________________
12867 [  8816] By: jhi                                   on 2001/02/17  16:56:58
12868         Log: Upgrade to Storable 1.0.10, from Raphael Manfredi.
12869      Branch: perl
12870            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
12871            ! ext/Storable/Storable.xs t/lib/st-06compat.t
12872            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
12873 ____________________________________________________________________________
12874 [  8815] By: jhi                                   on 2001/02/17  16:40:07
12875         Log: Subject: [patch] -Wall
12876              From: Doug MacEachern <dougm@covalent.net>
12877              Date: Fri, 16 Feb 2001 15:25:36 -0800 (PST)
12878              Message-ID: <Pine.LNX.4.21.0102161519500.30352-100000@mako.covalent.net>
12879      Branch: perl
12880            ! doio.c doop.c embed.h embed.pl gv.c objXSUB.h op.c perl.c
12881            ! perlapi.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c
12882 ____________________________________________________________________________
12883 [  8814] By: jhi                                   on 2001/02/16  19:27:18
12884         Log: Document qu better.
12885      Branch: perl
12886            ! pod/perlop.pod
12887 ____________________________________________________________________________
12888 [  8813] By: jhi                                   on 2001/02/15  13:54:37
12889         Log: Subject: [PATCH @8807] toke.c cleanup: scan_str()
12890              From: Hugo <hv@crypt.compulink.co.uk>
12891              Date: Thu, 15 Feb 2001 13:39:49 +0000
12892              Message-Id: <200102151339.NAA32248@crypt.compulink.co.uk>
12893      Branch: perl
12894            ! toke.c
12895 ____________________________________________________________________________
12896 [  8812] By: alanbur                               on 2001/02/15  13:52:16
12897         Log: Resynchronised with parent
12898      Branch: maint-5.6/pureperl
12899            - ebcdic.c
12900           !> (integrate 36 files)
12901 ____________________________________________________________________________
12902 [  8811] By: jhi                                   on 2001/02/15  13:51:16
12903         Log: Integrate changes #8659,8702,8808,8809,8810 from maintperl.
12904              
12905              Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
12906              From: Jan Dubois <JanD@ActiveState.com>
12907              Date: Wed, 31 Jan 2001 21:17:03 -0800
12908              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
12909              
12910              tweak change#8659 to keep it simple
12911              
12912              Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
12913              From: Russ Allbery <rra@stanford.edu>
12914              Date: 14 Feb 2001 10:15:41 -0800
12915              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
12916              
12917              (8809 empty)
12918
12919              Upgrade to podlators 1.08, from Russ Allbery.
12920      Branch: perl
12921           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/Test/Harness.pm
12922           !> utils/perldoc.PL
12923 ____________________________________________________________________________
12924 [  8810] By: jhi                                   on 2001/02/15  13:35:08
12925         Log: Upgrade to podlators 1.08, from Russ Allbery.
12926      Branch: maint-5.6/perl
12927            ! lib/Pod/Man.pm lib/Pod/Text.pm
12928 ____________________________________________________________________________
12929 [  8809] By: jhi                                   on 2001/02/15  13:26:38
12930         Log: (accidentally empty check-in)
12931      Branch: maint-5.6/perl
12932            ! lib/Test/Harness.pm
12933 ____________________________________________________________________________
12934 [  8808] By: jhi                                   on 2001/02/15  13:23:47
12935         Log: Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
12936              From: Russ Allbery <rra@stanford.edu>
12937              Date: 14 Feb 2001 10:15:41 -0800
12938              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
12939              
12940              perldoc was hardcoding $Config{installscript}, which breaks
12941              when install* isn't where Perl ends up (such as with AFS).
12942              
12943              Use $Config{scriptdir} instead.
12944      Branch: maint-5.6/perl
12945            ! utils/perldoc.PL
12946 ____________________________________________________________________________
12947 [  8807] By: jhi                                   on 2001/02/14  14:37:27
12948         Log: Update Changes.
12949      Branch: perl
12950            ! Changes patchlevel.h
12951 ____________________________________________________________________________
12952 [  8806] By: jhi                                   on 2001/02/14  14:25:31
12953         Log: Integrate changes #8803,8804,8805 from mainline.
12954              
12955              Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
12956              
12957              Don't skip too much of the locale error message if no environ array,
12958              from Chris Nandor.
12959              
12960              More MacOS Classic fixes from Chris Nandor.
12961      Branch: maint-5.6/perl
12962           !> doop.c lib/Cwd.pm perl.c perl.h util.c
12963 ____________________________________________________________________________
12964 [  8805] By: jhi                                   on 2001/02/14  03:29:01
12965         Log: More MacOS Classic fixes from Chris Nandor.
12966      Branch: perl
12967            ! doop.c lib/Cwd.pm
12968 ____________________________________________________________________________
12969 [  8804] By: jhi                                   on 2001/02/14  03:18:35
12970         Log: Don't skip too much of the locale error message if no environ array,
12971              from Chris Nandor.
12972      Branch: perl
12973            ! util.c
12974 ____________________________________________________________________________
12975 [  8803] By: jhi                                   on 2001/02/14  03:14:14
12976         Log: Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
12977      Branch: perl
12978            ! perl.c perl.h
12979 ____________________________________________________________________________
12980 [  8802] By: jhi                                   on 2001/02/13  18:31:33
12981         Log: AUTHORS update.
12982      Branch: perl
12983            ! AUTHORS
12984 ____________________________________________________________________________
12985 [  8801] By: jhi                                   on 2001/02/13  17:55:19
12986         Log: Integrate change #8792 from mainline.
12987              
12988              Subject: buncha MacPerl patches for bleadperl
12989              From: Chris Nandor <pudge@pobox.com>
12990              Date: Tue, 13 Feb 2001 00:02:43 -0500
12991              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
12992      Branch: maint-5.6/perl
12993           !> lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
12994           !> lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
12995           !> t/lib/basename.t toke.c util.h
12996 ____________________________________________________________________________
12997 [  8800] By: jhi                                   on 2001/02/13  17:46:43
12998         Log: When doing that Fpos_t used in PerlIO_getpos proto needs
12999              to be forced to Off_t.
13000              
13001              Subject: [ID 20010201.009] 5.6.1-TRIAL2 sfio build fails
13002              From: nick@ccl4.org
13003              Date: Thu, 1 Feb 2001 12:01:04 +0000
13004              Message-Id: <20010201120103.E11401@plum.flirble.org>
13005      Branch: maint-5.6/perl
13006            ! iperlsys.h perlio.c
13007 ____________________________________________________________________________
13008 [  8799] By: jhi                                   on 2001/02/13  16:52:51
13009         Log: Duplex duplex hunk hunk.
13010      Branch: maint-5.6/perl
13011            ! Makefile.SH
13012 ____________________________________________________________________________
13013 [  8797] By: jhi                                   on 2001/02/13  14:52:04
13014         Log: Subject: [PATCH perl@8773] integral ok lines for VMS
13015              From: "Craig A. Berry" <craigberry@mac.com>
13016              Date: Mon, 12 Feb 2001 11:05:25 -0600
13017              Message-Id: <p04330104b6ac5dfe6d45@[172.16.52.1]>
13018      Branch: perl
13019            ! t/lib/filehand.t t/lib/test-harness.t t/lib/texttabs.t
13020 ____________________________________________________________________________
13021 [  8796] By: jhi                                   on 2001/02/13  14:36:47
13022         Log: Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
13023              From: simon.cozens@pembroke.oxford.ac.uk 
13024              Date: Sat, 10 Feb 2001 17:57:02 +0000
13025              Message-Id: <E14ReGc-0005Pk-00@pembro26.pmb.ox.ac.uk>
13026              
13027              Now it does include.
13028      Branch: perl
13029            ! pod/perldiag.pod
13030 ____________________________________________________________________________
13031 [  8795] By: jhi                                   on 2001/02/13  14:30:11
13032         Log: Sort the MANIFEST.
13033      Branch: perl
13034            ! MANIFEST
13035 ____________________________________________________________________________
13036 [  8794] By: jhi                                   on 2001/02/13  14:26:51
13037         Log: Integrate change #8793 from mainline, FAQ updates.
13038      Branch: maint-5.6/perl
13039           !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
13040 ____________________________________________________________________________
13041 [  8793] By: jhi                                   on 2001/02/13  14:25:13
13042         Log: FAQ updates from Chris Fedde <chris@fedde.littleton.co.us>.
13043      Branch: perl
13044            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
13045 ____________________________________________________________________________
13046 [  8792] By: jhi                                   on 2001/02/13  14:22:50
13047         Log: Subject: buncha MacPerl patches for bleadperl
13048              From: Chris Nandor <pudge@pobox.com>
13049              Date: Tue, 13 Feb 2001 00:02:43 -0500
13050              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
13051      Branch: perl
13052            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
13053            ! lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
13054            ! t/lib/basename.t toke.c util.h
13055 ____________________________________________________________________________
13056 [  8791] By: jhi                                   on 2001/02/13  14:10:39
13057         Log: Integrate change #8790 from mainline.
13058              
13059              environ array wrongly assumed in Perl_init_i18nl10n(),
13060      Branch: maint-5.6/perl
13061           !> util.c
13062 ____________________________________________________________________________
13063 [  8790] By: jhi                                   on 2001/02/13  14:06:15
13064         Log: environ array wrongly assumed in Perl_init_i18nl10n(),
13065              noticed by Chris Nandor in MacOS Classic.
13066      Branch: perl
13067            ! util.c
13068 ____________________________________________________________________________
13069 [  8789] By: jhi                                   on 2001/02/13  13:58:07
13070         Log: Integrate changes #8373,8487,8544,8783 from mainline.
13071              
13072              Synchronize the EBCDIC platforms (os390,posix-bc,vmesa):
13073              hints files, the dynaloading, assimilate ebcdic into util.c.
13074      Branch: maint-5.6/perl
13075            - ebcdic.c
13076            ! MANIFEST hints/posix-bc.sh
13077           !> Makefile.SH embed.h embed.pl ext/DynaLoader/dl_dllload.xs
13078           !> handy.h hints/os390.sh hints/vmesa.sh installperl objXSUB.h
13079           !> perlapi.c proto.h util.c
13080 ____________________________________________________________________________
13081 [  8788] By: alanbur                               on 2001/02/13  10:33:13
13082         Log: Integrated changes from maint-5.6
13083      Branch: maint-5.6/pureperl
13084           !> Makefile.SH README.vos hints/openbsd.sh pod/perlport.pod
13085           !> regcomp.c t/op/re_tests vos/Changes vos/build.cm
13086           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
13087           !> vos/config.ga.h vos/configure_perl.cm
13088 ____________________________________________________________________________
13089 [  8787] By: jhi                                   on 2001/02/13  05:56:36
13090         Log: Integrate change #8786 from maintperl, posix-bc byacc handling.
13091      Branch: perl
13092           !> Makefile.SH
13093 ____________________________________________________________________________
13094 [  8786] By: jhi                                   on 2001/02/13  05:54:34
13095         Log: Subject: perl@8671 on posix-bc aka BS2000 Posix (small Patch included!)
13096              From: Dorner Thomas <Thomas.Dorner@start.de>
13097              Date: Mon, 12 Feb 2001 15:06:26 +0100
13098              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A8853@Ex02.inhouse.start.de>
13099      Branch: maint-5.6/perl
13100            ! Makefile.SH
13101 ____________________________________________________________________________
13102 [  8785] By: jhi                                   on 2001/02/13  05:29:04
13103         Log: Integrate change #8781 from maintperl, OpenBSD hints update.
13104      Branch: perl
13105           !> hints/openbsd.sh
13106 ____________________________________________________________________________
13107 [  8784] By: jhi                                   on 2001/02/13  02:25:24
13108         Log: Subject: [PATCH: perl@8773] small fixups to perlclib.pod
13109              From: Peter Prymmer <pvhp@forte.com>
13110              Date: Mon, 12 Feb 2001 18:23:09 -0800 (PST)
13111              Message-ID: <Pine.OSF.4.10.10102121821090.126445-100000@aspara.forte.com>
13112      Branch: perl
13113            ! pod/perlclib.pod
13114 ____________________________________________________________________________
13115 [  8783] By: jhi                                   on 2001/02/13  02:22:36
13116         Log: Merge ebcdic.c (only one function, ebcdic_control()) into util.c.
13117      Branch: perl
13118            - ebcdic.c
13119            ! MANIFEST embed.h embed.pl handy.h hints/os390.sh
13120            ! hints/posix-bc.sh hints/vmesa.sh objXSUB.h perlapi.c proto.h
13121            ! util.c
13122 ____________________________________________________________________________
13123 [  8782] By: jhi                                   on 2001/02/13  02:00:07
13124         Log: Add OpenBSD to the list of 5.6.1-okay platforms.
13125      Branch: maint-5.6/perl
13126            ! pod/perlport.pod
13127 ____________________________________________________________________________
13128 [  8781] By: jhi                                   on 2001/02/13  01:58:44
13129         Log: OpenBSD hints update for 5.6.1-TRIAL2 from Todd C. Miller.
13130      Branch: maint-5.6/perl
13131            ! hints/openbsd.sh
13132 ____________________________________________________________________________
13133 [  8780] By: jhi                                   on 2001/02/13  01:57:33
13134         Log: Synchronize the regexp tests between maintperl and mainline.
13135      Branch: maint-5.6/perl
13136           !> t/op/re_tests
13137 ____________________________________________________________________________
13138 [  8779] By: jhi                                   on 2001/02/13  01:49:35
13139         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
13140              From: Hugo <hv@crypt.compulink.co.uk>
13141              Date: Tue, 13 Feb 2001 00:11:11 +0000
13142              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
13143      Branch: perl
13144            ! regcomp.c t/op/re_tests
13145 ____________________________________________________________________________
13146 [  8778] By: jhi                                   on 2001/02/13  00:23:10
13147         Log: Comments do not nest.
13148      Branch: perl
13149            ! perl.h
13150 ____________________________________________________________________________
13151 [  8777] By: jhi                                   on 2001/02/13  00:17:54
13152         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
13153              From: Hugo <hv@crypt.compulink.co.uk>
13154              Date: Tue, 13 Feb 2001 00:11:11 +0000
13155              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
13156      Branch: maint-5.6/perl
13157            ! regcomp.c t/op/re_tests
13158 ____________________________________________________________________________
13159 [  8776] By: jhi                                   on 2001/02/12  23:25:52
13160         Log: Add VOS to the list of 5.6.1 known-to-be-working platforms.
13161      Branch: maint-5.6/perl
13162            ! pod/perlport.pod
13163 ____________________________________________________________________________
13164 [  8775] By: jhi                                   on 2001/02/12  23:04:28
13165         Log: VOS updates for 5.6-TRIAL2 from Paul Green.
13166      Branch: maint-5.6/perl
13167            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
13168            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
13169            ! vos/configure_perl.cm
13170 ____________________________________________________________________________
13171 [  8774] By: jhi                                   on 2001/02/12  22:59:11
13172         Log: Subject: Re: [patch] context for 'U' magic functions
13173              From: Doug MacEachern <dougm@covalent.net>
13174              Date: Mon, 12 Feb 2001 09:22:45 -0800 (PST)
13175              Message-ID: <Pine.LNX.4.21.0102120919040.26437-100000@mako.covalent.net>
13176              
13177              plus the suggestion by Nick Ing-Simmons to name the macro
13178              as PERL_MG_UFUNC to avoid namespace pollution, plus add
13179              the advice by Doug for XS writers to perl.h
13180      Branch: perl
13181            ! mg.c perl.h
13182 ____________________________________________________________________________
13183 [  8773] By: jhi                                   on 2001/02/11  20:14:12
13184         Log: Update Changes.
13185      Branch: perl
13186            ! Changes patchlevel.h
13187 ____________________________________________________________________________
13188 [  8772] By: jhi                                   on 2001/02/11  18:47:52
13189         Log: Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
13190              From: Simon Cozens <simon@cozens.net>
13191              Date: Wed, 31 Jan 2001 16:31:43 +0000
13192              Message-ID: <20010131163143.A1427@pembro26.pmb.ox.ac.uk>
13193      Branch: perl
13194            + pod/perlclib.pod
13195            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlguts.pod
13196            ! pod/perltoc.pod
13197 ____________________________________________________________________________
13198 [  8771] By: jhi                                   on 2001/02/11  18:36:48
13199         Log: Upgrade to Unicode 3.1 beta 2001-02-11.
13200              
13201              Blocks-4d3.beta.txt
13202              CaseFolding-3d4.beta.txt
13203              CompositionExclusions-3d6.beta.txt
13204              EastAsianWidth-4d4.beta.txt
13205              LineBreak-6d3.beta.txt
13206              NamesList-3.1.0d1.beta.txt
13207              PropList-3.1.0d4.beta.txt
13208              SpecialCasing-4d1.beta.txt
13209              UnicodeData-3.1.0d6.beta.txt
13210      Branch: perl
13211            + lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
13212           +> lib/unicode/UCD.html lib/unicode/Unicode.html
13213            - lib/unicode/UCD301.html lib/unicode/UCDFF301.html
13214            - lib/unicode/Unicode.301
13215            ! (edit 257 files)
13216 ____________________________________________________________________________
13217 [  8770] By: jhi                                   on 2001/02/11  17:26:22
13218         Log: UTF-8 documentation.
13219      Branch: perl
13220            ! utf8.h
13221 ____________________________________________________________________________
13222 [  8769] By: jhi                                   on 2001/02/11  17:12:49
13223         Log: Retract #8762.
13224      Branch: perl
13225            ! regexec.c
13226 ____________________________________________________________________________
13227 [  8768] By: jhi                                   on 2001/02/11  16:54:45
13228         Log: Subject: [PATCH] Test::Harness
13229              From: andreas.koenig@anima.de (Andreas J. Koenig)
13230              Date: 11 Feb 2001 14:37:00 +0100
13231              Message-ID: <m3g0hll4sj.fsf@ak-71.mind.de>
13232      Branch: perl
13233            ! lib/Test/Harness.pm
13234 ____________________________________________________________________________
13235 [  8767] By: jhi                                   on 2001/02/11  16:53:52
13236         Log: Subject: [PATCH] Document makepatch in Porting/patching
13237              From: andreas.koenig@anima.de (Andreas J. Koenig)
13238              Date: 11 Feb 2001 16:46:28 +0100
13239              Message-ID: <m3bss9kysr.fsf@ak-71.mind.de>
13240      Branch: perl
13241            ! Porting/patching.pod
13242 ____________________________________________________________________________
13243 [  8766] By: jhi                                   on 2001/02/11  06:30:23
13244         Log: Subject: Re: [patch] GvSHARED
13245              Date: Sat, 10 Feb 2001 14:04:40 -0800 (PST)
13246              From: Doug MacEachern <dougm@covalent.net>
13247              Message-ID: <Pine.LNX.4.21.0102101356000.15298-100000@mako.covalent.net>
13248              
13249              Subject: Re: [patch] GvSHARED
13250              From: Doug MacEachern <dougm@covalent.net>
13251              Date: Sat, 10 Feb 2001 15:00:54 -0800 (PST)
13252              Message-ID: <Pine.LNX.4.21.0102101453220.15298-100000@mako.covalent.net>
13253              
13254              Subject: [patch] attributes.pm support for `shared'
13255              From: Doug MacEachern <dougm@covalent.net>
13256              Date: Sat, 10 Feb 2001 20:08:48 -0800 (PST)
13257              Message-ID: <Pine.LNX.4.21.0102102004190.15298-100000@mako.covalent.net>
13258              
13259              our() attributes were ignored, our :shared pieces missing,
13260              allow attributes.pm to turn on shared.
13261      Branch: perl
13262            ! op.c t/op/attrs.t toke.c xsutils.c
13263 ____________________________________________________________________________
13264 [  8765] By: alanbur                               on 2001/02/10  23:11:19
13265         Log: Resync with parent (hopefully sucessfully this time)
13266      Branch: maint-5.6/pureperl
13267           !> MANIFEST README.bs2000 README.hpux README.vmesa installhtml
13268           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
13269           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
13270           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
13271           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
13272           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
13273           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
13274 ____________________________________________________________________________
13275 [  8764] By: jhi                                   on 2001/02/10  22:54:38
13276         Log: Make TEST and UTEST more verbose in case something goes
13277              wrong in running/compiling a script, suggested by Doug
13278              MacEachern.
13279      Branch: perl
13280            ! t/TEST t/UTEST
13281 ____________________________________________________________________________
13282 [  8763] By: jhi                                   on 2001/02/10  22:11:34
13283         Log: Bogus shebang.
13284      Branch: perl
13285            ! t/lib/texttabs.t
13286 ____________________________________________________________________________
13287 [  8762] By: jhi                                   on 2001/02/10  21:56:02
13288         Log: (Retracted by #8769)
13289      Branch: perl
13290            ! regexec.c
13291 ____________________________________________________________________________
13292 [  8761] By: jhi                                   on 2001/02/10  21:26:15
13293         Log: Subject: Re: [patch] GvSHARED 
13294              From: Doug MacEachern <dougm@covalent.net>
13295              Date: Sat, 10 Feb 2001 13:11:14 -0800 (PST)
13296              Message-ID: <Pine.LNX.4.21.0102101253070.15298-100000@mako.covalent.net>
13297              
13298              our @EXPORT : shared = (...);
13299      Branch: perl
13300            ! toke.c
13301 ____________________________________________________________________________
13302 [  8760] By: jhi                                   on 2001/02/10  21:25:07
13303         Log: Subject: [patch] GvSHARED
13304              From: Doug MacEachern <dougm@covalent.net>
13305              Date: Sat, 10 Feb 2001 10:57:12 -0800 (PST)
13306              Message-ID: <Pine.LNX.4.21.0102101047320.15298-100000@mako.covalent.net>
13307      Branch: perl
13308            ! embed.h embed.pl gv.c gv.h op.c pp_sys.c proto.h sv.c
13309 ____________________________________________________________________________
13310 [  8759] By: alanbur                               on 2001/02/10  21:24:27
13311         Log: Backed out mismerge.
13312      Branch: maint-5.6/pureperl
13313            ! MANIFEST README.hpux README.vmesa gv.c installhtml
13314            ! lib/Math/Complex.pm lib/Pod/Find.pm perl.c pod/buildtoc.PL
13315            ! pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
13316            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
13317            ! pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
13318            ! pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
13319            ! pod/perltootc.pod sv.c win32/Makefile win32/makefile.mk
13320 ____________________________________________________________________________
13321 [  8758] By: jhi                                   on 2001/02/10  18:01:17
13322         Log: Integrate changes #8701,8704,8756 from pureperl to maintperl.
13323              
13324              Fixed UMRs and leak in Perl_pmtrans()
13325              
13326              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
13327              associated UTFied tr/// code.  Also fixed scoping leak of
13328              PL_reg_start_tmp.
13329              
13330              newATTRSUB leaks when an attempt to redefine the active sort sub is
13331              made.
13332      Branch: maint-5.6/perl
13333           !> op.c regcomp.c
13334 ____________________________________________________________________________
13335 [  8757] By: alanbur                               on 2001/02/10  17:56:46
13336         Log: Resynchronised with parent
13337      Branch: maint-5.6/pureperl
13338           +> README.bs2000
13339            - README.posix-bc
13340            ! gv.c perl.c sv.c
13341           !> MANIFEST README.hpux README.vmesa installhtml
13342           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
13343           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
13344           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
13345           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
13346           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
13347           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
13348 ____________________________________________________________________________
13349 [  8756] By: alanbur                               on 2001/02/10  17:51:15
13350         Log: newATTRSUB leaks when an attempt to redefine the active sort sub is
13351              made.
13352      Branch: maint-5.6/pureperl
13353            ! op.c
13354 ____________________________________________________________________________
13355 [  8755] By: jhi                                   on 2001/02/09  22:41:35
13356         Log: Upgrade to CPAN 1.59_54, from Andreas König.
13357      Branch: perl
13358            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
13359 ____________________________________________________________________________
13360 [  8754] By: jhi                                   on 2001/02/09  22:29:20
13361         Log: Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
13362              
13363              Didn't upgrade the fill.t since it has a dependency to File::Slurp
13364              purely for debugging purposes, the actual test hasn't changed.
13365      Branch: perl
13366            ! lib/Text/Tabs.pm lib/Text/Wrap.pm t/lib/texttabs.t
13367            ! t/lib/textwrap.t
13368 ____________________________________________________________________________
13369 [  8753] By: jhi                                   on 2001/02/09  20:17:50
13370         Log: Integrate change #8682 from maintperl.
13371              
13372              IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
13373              to work correctly.
13374      Branch: perl
13375           !> hints/irix_6.sh
13376 ____________________________________________________________________________
13377 [  8752] By: jhi                                   on 2001/02/09  20:00:46
13378         Log: Update Changes.
13379      Branch: perl
13380            ! Changes patchlevel.h
13381 ____________________________________________________________________________
13382 [  8751] By: nick                                  on 2001/02/09  19:48:37
13383         Log: Integrate mainline
13384      Branch: perlio
13385           +> README.bs2000 t/lib/cgi-esc.t
13386            - README.posix-bc
13387           !> (integrate 53 files)
13388 ____________________________________________________________________________
13389 [  8750] By: nick                                  on 2001/02/09  19:25:16
13390         Log: Subject: RE: Biannual Competition to Improve Hashing Function
13391              From: Fisher Mark <fisherm@tce.com>
13392              Date: Thu, 8 Feb 2001 10:44:00 -0500
13393              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52F@indyexch28.indy.tce.
13394              Date: Thu, 8 Feb 2001 15:02:47 -0500
13395              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52B@indyexch28.indy.tce.
13396      Branch: perl
13397            ! hv.h pod/perldelta.pod t/lib/dumper.t t/pragma/warn/perl
13398 ____________________________________________________________________________
13399 [  8749] By: jhi                                   on 2001/02/09  19:02:35
13400         Log: Forgotten fragment.
13401      Branch: perl
13402            ! pod/perlapi.pod
13403 ____________________________________________________________________________
13404 [  8748] By: jhi                                   on 2001/02/09  18:31:34
13405         Log: Integrate changes #8673,8674,8676 from maintperl into mainline,
13406              plus manual tweakage.
13407              
13408              Sync the perlfaq2 between mainline and maintperl.
13409      Branch: maint-5.6/perl
13410            ! pod/perlfaq2.pod
13411      Branch: perl
13412           !> pod/perlfaq2.pod
13413 ____________________________________________________________________________
13414 [  8747] By: jhi                                   on 2001/02/09  18:12:04
13415         Log: Subject: versiononly and installperl
13416              From: abigail@foad.org
13417              Date: Wed, 7 Feb 2001 22:43:12 +0100
13418              Message-ID: <20010207214312.7045.qmail@foad.org>    
13419              
13420              Add +v flag to force a normal install of the perl binary
13421              and the utilities.
13422              
13423              Subject: [PATCH] installperl
13424              From: Nicholas Clark <nick@ccl4.org>
13425              Date: Fri, 9 Feb 2001 16:28:57 +0000
13426              Message-ID: <20010209162857.B10931@plum.flirble.org>
13427              
13428              Add -A flag which also hardlinks the binary with
13429              the full architecture name.
13430      Branch: perl
13431            ! installperl
13432 ____________________________________________________________________________
13433 [  8746] By: jhi                                   on 2001/02/09  18:03:43
13434         Log: Integrate changes #8699,8708,8709,8744,8745 from mainline.
13435              
13436              Subject: perlfaq2, re: perlmongers
13437              
13438              Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
13439              
13440              Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
13441              
13442              Subject: [ID 20010205.001] typo in perlfaq9
13443              
13444              Subject: [ID 20010208.002] unordered explanation in perlcall
13445      Branch: maint-5.6/perl
13446           !> pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
13447           !> pod/perlfaq2.pod pod/perlfaq9.pod pod/perlmodlib.PL
13448           !> pod/perlobj.pod pod/perltoot.pod pod/perltootc.pod
13449 ____________________________________________________________________________
13450 [  8745] By: jhi                                   on 2001/02/09  17:59:09
13451         Log: Subject: [ID 20010208.002] unordered explanation in perlcall
13452              From: abela@geneanet.org
13453              Date: Thu,  8 Feb 2001 16:11:46 +0100 (CET)
13454              Message-Id: <20010208151146.0937BC97E@little-roots.geneanet.org>
13455      Branch: perl
13456            ! pod/perlcall.pod
13457 ____________________________________________________________________________
13458 [  8744] By: jhi                                   on 2001/02/09  17:48:16
13459         Log: Subject: [ID 20010205.001] typo in perlfaq9
13460              From: eserte@vran.herceg.de
13461              Date: Sun, 4 Feb 2001 23:44:09 +0100 (CET)
13462              Message-Id: <200102042244.XAA21926@vran.herceg.de>
13463      Branch: perl
13464            ! pod/perlfaq9.pod
13465 ____________________________________________________________________________
13466 [  8743] By: jhi                                   on 2001/02/09  17:25:12
13467         Log: Integrate change #8695 from maintperl.
13468              
13469              thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
13470      Branch: perl
13471           !> thread.h
13472 ____________________________________________________________________________
13473 [  8742] By: jhi                                   on 2001/02/09  17:21:22
13474         Log: Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
13475              From: Andy Dougherty <doughera@lafayette.edu>
13476              Date: Mon, 5 Feb 2001 10:19:29 -0500 (EST)
13477              Message-ID: <Pine.SOL.4.10.10102051013380.11242-100000@maxwell.phys.lafayette.edu>
13478      Branch: perl
13479            ! embed.pl
13480 ____________________________________________________________________________
13481 [  8741] By: jhi                                   on 2001/02/09  17:05:19
13482         Log: Integrate changes #8738,8739,8740 from maintperl.
13483              
13484              Html files will be installed in a more logical and easier to
13485              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
13486              
13487              Html files will be generated with a header to make them look
13488              a little less bare.
13489              
13490              Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
13491      Branch: perl
13492           !> installhtml pod/perlfaq3.pod win32/Makefile win32/makefile.mk
13493 ____________________________________________________________________________
13494 [  8740] By: jhi                                   on 2001/02/09  17:03:46
13495         Log: Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
13496              From: "Brendan O'Dea" <bod@compusol.com.au>
13497              Date: Sun, 4 Feb 2001 11:17:56 +1100
13498              Message-ID: <20010204111756.A16301@compusol.com.au>
13499      Branch: maint-5.6/perl
13500            ! pod/perlfaq3.pod
13501 ____________________________________________________________________________
13502 [  8739] By: jhi                                   on 2001/02/09  17:01:59
13503         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] installhtml change to build prettier html files
13504              From: "Indy Singh" <indy@nusphere.com>
13505              Date: Fri, 2 Feb 2001 15:09:59 -0500
13506              Message-ID: <02b601c08d54$23fd3560$d24b7018@cr637287a>
13507              
13508              Html files will be generated with a header to make them look
13509              a little less bare.
13510      Branch: maint-5.6/perl
13511            ! installhtml
13512 ____________________________________________________________________________
13513 [  8738] By: jhi                                   on 2001/02/09  16:58:48
13514         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] Win32 Makefile change to move html directory
13515              From: "Indy Singh" <indy@nusphere.com>
13516              Date: Fri, 2 Feb 2001 15:08:23 -0500
13517              Message-ID: <02b501c08d53$ec354550$d24b7018@cr637287a>
13518              
13519              Html files will be installed in a more logical and easier to
13520              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
13521      Branch: maint-5.6/perl
13522            ! win32/Makefile win32/makefile.mk
13523 ____________________________________________________________________________
13524 [  8737] By: jhi                                   on 2001/02/09  16:46:54
13525         Log: Integrate changes #8687,8736 from maintperl.
13526              
13527              HP-UX thread patches from Merijn H. Brand.
13528              
13529              Latin nit from Philip Newton.
13530      Branch: perl
13531           !> README.hpux hints/hpux.sh
13532 ____________________________________________________________________________
13533 [  8736] By: jhi                                   on 2001/02/09  16:42:31
13534         Log: Latin nit from Philip Newton.
13535      Branch: maint-5.6/perl
13536            ! README.hpux
13537 ____________________________________________________________________________
13538 [  8735] By: jhi                                   on 2001/02/09  16:24:03
13539         Log: Integrate changes #8704,8710 from pureperl.
13540              
13541              Fixed UMRs and leak in Perl_pmtrans()
13542              
13543              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
13544              associated UTFied tr/// code.  Also fixed scoping leak of
13545              PL_reg_start_tmp.
13546      Branch: perl
13547           !> op.c regcomp.c
13548 ____________________________________________________________________________
13549 [  8734] By: jhi                                   on 2001/02/09  15:40:21
13550         Log: Integrate change #8733 from maintperl.
13551              
13552              Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
13553      Branch: perl
13554           !> pod/perlre.pod
13555 ____________________________________________________________________________
13556 [  8733] By: jhi                                   on 2001/02/09  15:35:47
13557         Log: Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
13558              From: Prymmer/Kahn <pvhp@best.com>
13559              Date: Thu, 8 Feb 2001 21:21:22 -0800 (PST)
13560              Message-ID: <Pine.BSF.4.21.0102082048360.1499-100000@shell8.ba.best.com>
13561      Branch: maint-5.6/perl
13562            ! pod/perlre.pod
13563 ____________________________________________________________________________
13564 [  8732] By: jhi                                   on 2001/02/09  15:26:17
13565         Log: Rename README.posix-bc to README.bs2000 (to avoid the
13566              confusion of a "perlposix-bc.pod"), add a few missing
13567              arch pods, regen toc.
13568      Branch: maint-5.6/perl
13569           +> README.bs2000
13570            - README.posix-bc
13571            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
13572            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
13573 ____________________________________________________________________________
13574 [  8731] By: jhi                                   on 2001/02/09  15:23:39
13575         Log: De-cut-and-pasto.
13576      Branch: perl
13577            ! pod/perl.pod
13578 ____________________________________________________________________________
13579 [  8730] By: jhi                                   on 2001/02/09  15:11:13
13580         Log: Rename README.posix-bc to README.bs2000 to avoid confusion
13581              when people think that perlposix-bc.pod tells anything about
13582              Perl and POSIX.  Regen toc.
13583      Branch: perl
13584           +> README.bs2000
13585            - README.posix-bc
13586            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
13587            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
13588 ____________________________________________________________________________
13589 [  8729] By: jhi                                   on 2001/02/09  14:52:28
13590         Log: The README.vmesa part of #8712 from maintperl.
13591      Branch: perl
13592            ! README.vmesa
13593 ____________________________________________________________________________
13594 [  8728] By: jhi                                   on 2001/02/09  14:46:06
13595         Log: Subject: [PATCH: 5.6.1 trial 2 && perl@8671] podify README.vmesa
13596              From: Peter Prymmer <pvhp@forte.com>
13597              Date: Thu, 8 Feb 2001 13:00:30 -0800 (PST)
13598              Message-ID: <Pine.OSF.4.10.10102081246030.445810-100000@aspara.forte.com>
13599      Branch: maint-5.6/perl
13600            ! README.vmesa win32/Makefile win32/makefile.mk
13601 ____________________________________________________________________________
13602 [  8727] By: jhi                                   on 2001/02/09  14:33:25
13603         Log: Integrate change #8712 from mainline.
13604              
13605              [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplification for Pod::Find
13606      Branch: maint-5.6/perl
13607           !> lib/Pod/Find.pm
13608 ____________________________________________________________________________
13609 [  8726] By: jhi                                   on 2001/02/09  14:30:28
13610         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
13611              From: Peter Prymmer <pvhp@forte.com>
13612              Date: Mon, 5 Feb 2001 16:26:36 -0800 (PST)
13613              Message-ID: <Pine.OSF.4.10.10102051615260.280619-100000@aspara.forte.com>
13614      Branch: perl
13615            + t/lib/cgi-esc.t
13616            ! MANIFEST lib/CGI/Util.pm
13617 ____________________________________________________________________________
13618 [  8725] By: jhi                                   on 2001/02/09  04:56:47
13619         Log: Add NonStopUX to the list of 5.6.1-proven platforms.
13620      Branch: maint-5.6/perl
13621            ! pod/perlport.pod
13622 ____________________________________________________________________________
13623 [  8724] By: jhi                                   on 2001/02/09  04:40:59
13624         Log: Integrate changes 7819,7820 from vmsperl into mainline.
13625              
13626              Add header for LIB$ prototypes (C. Berry)
13627              
13628              Convert fwrite()s to sockets to write()s, since some socket stacks
13629              don't take kindly to stdio.
13630              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
13631              (for often optional LNMs)
13632              Correct a few typos
13633              (C. Bailey)
13634      Branch: perl
13635           !> ext/Devel/DProf/DProf.xs vms/vms.c vms/vmsish.h
13636 ____________________________________________________________________________
13637 [  8723] By: jhi                                   on 2001/02/09  03:29:29
13638         Log: Integrate change #8722 from mainline.
13639              
13640              The Im() function wasn't returning zero for non-Math::Complex
13641              arguments.  The bug reported by John Gamble.
13642      Branch: maint-5.6/perl
13643           !> lib/Math/Complex.pm
13644 ____________________________________________________________________________
13645 [  8722] By: jhi                                   on 2001/02/09  03:28:33
13646         Log: The Im() function wasn't returning zero for non-Math::Complex
13647              arguments.  The bug reported by John Gamble.
13648      Branch: perl
13649            ! lib/Math/Complex.pm
13650 ____________________________________________________________________________
13651 [  8721] By: nick                                  on 2001/02/08  22:11:35
13652         Log: Correct the correction :-(
13653      Branch: perl
13654            ! perl.c
13655 ____________________________________________________________________________
13656 [  8720] By: bailey                                on 2001/02/08  20:59:22
13657         Log: Convert frwite()s to sockets to write()s, since some socket stacks
13658              don't take kindly to stdio.
13659              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
13660              (for often optional LNMs)
13661              Correct a few typos
13662              (C. Bailey)
13663      Branch: vmsperl
13664            ! vms/vms.c vms/vmsish.h
13665 ____________________________________________________________________________
13666 [  8719] By: bailey                                on 2001/02/08  20:51:02
13667         Log: Add header for LIB$ prototypes (C. Berry)
13668      Branch: vmsperl
13669            ! ext/Devel/DProf/DProf.xs
13670 ____________________________________________________________________________
13671 [  8718] By: bailey                                on 2001/02/08  20:49:00
13672         Log: SYN SYN
13673      Branch: vmsperl
13674           +> pod/perliol.pod t/lib/sample-tests/bailout
13675           +> t/lib/sample-tests/combined t/lib/sample-tests/descriptive
13676           +> t/lib/sample-tests/duplicates t/lib/sample-tests/header_at_end
13677           +> t/lib/sample-tests/no_nums t/lib/sample-tests/simple
13678           +> t/lib/sample-tests/simple_fail t/lib/sample-tests/skip
13679           +> t/lib/sample-tests/skip_all t/lib/sample-tests/todo
13680           +> t/lib/sample-tests/with_comments t/lib/test-harness.t
13681            - lib/unicode/Is/DCinital.pl
13682           !> (integrate 101 files)
13683 ____________________________________________________________________________
13684 [  8717] By: nick                                  on 2001/02/08  19:38:48
13685         Log: Subject: [PATCH CPAN 1.59_51] warning message (not!)
13686              From: Robin Barker <rmb1@cise.npl.co.uk>
13687              Date: Thu, 8 Feb 2001 14:38:07 GMT
13688              Message-Id: <200102081438.OAA20498@tempest.npl.co.uk>
13689      Branch: perl
13690            ! lib/CPAN.pm
13691 ____________________________________________________________________________
13692 [  8716] By: nick                                  on 2001/02/08  19:29:07
13693         Log: Generated files form 8713 etc.
13694      Branch: perl
13695            ! embed.h global.sym objXSUB.h perlapi.c proto.h
13696 ____________________________________________________________________________
13697 [  8715] By: nick                                  on 2001/02/08  19:26:08
13698         Log: Fixup non-ithread build after 8713
13699      Branch: perl
13700            ! perl.c
13701 ____________________________________________________________________________
13702 [  8714] By: nick                                  on 2001/02/08  19:17:45
13703         Log: Subject: [ID 20010206.010] S_ functions not declared STATIC
13704              From: nick@ccl4.org
13705              Date: Wed, 7 Feb 2001 00:27:47 +0000
13706              Message-Id: <20010207002747.B63724@plum.flirble.org>
13707      Branch: perl
13708            ! sv.c toke.c
13709 ____________________________________________________________________________
13710 [  8713] By: nick                                  on 2001/02/08  19:15:58
13711         Log: Subject: Re: [patch] Re: PL_ptr_table
13712              From: Doug Maceachern <dougm@covalent.net>
13713              Date: Wed, 7 Feb 2001 19:18:52 -0800 (PST)
13714              Message-Id: <Pine.LNX.4.21.0102071916270.29229-100000@mako.covalent.net>
13715      Branch: perl
13716            ! embed.pl perl.c sv.c sv.h
13717 ____________________________________________________________________________
13718 [  8712] By: nick                                  on 2001/02/08  19:12:47
13719         Log: Subject: [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplificationfor Pod::Find
13720              From: Peter Prymmer <pvhp@forte.com>
13721              Date: Wed, 7 Feb 2001 17:07:39 -0800 (PST)
13722              Message-Id: <Pine.OSF.4.10.10102071704150.411763-100000@aspara.forte.com
13723      Branch: perl
13724            ! lib/Pod/Find.pm
13725 ____________________________________________________________________________
13726 [  8711] By: nick                                  on 2001/02/07  21:06:11
13727         Log: Manually appliued version for dev branch of Alan/Sarathy 5.6 patch.
13728              Subject: Re: Incorrect scoping of PL_reg_start_tmp causes leak
13729              From: Alan Burlison <Alan.Burlison@uk.sun.com>
13730              Date: Tue, 06 Feb 2001 23:37:01 +0000
13731              Message-Id: <3A808A9D.20F7A035@uk.sun.com>
13732      Branch: perl
13733            ! regcomp.c
13734 ____________________________________________________________________________
13735 [  8710] By: alanbur                               on 2001/02/07  00:22:04
13736         Log: Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
13737              associated UTFied tr/// code.  Also fixed scoping leak of
13738              PL_reg_start_tmp.
13739      Branch: maint-5.6/pureperl
13740            ! op.c regcomp.c
13741 ____________________________________________________________________________
13742 [  8709] By: nick                                  on 2001/02/06  21:16:49
13743         Log: Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
13744              From: Michael G Schwern <schwern@pobox.com>
13745              Date: Sun, 4 Feb 2001 19:47:14 -0500
13746              Message-Id: <20010204194714.A4698@blackrider.aocn.com>
13747      Branch: perl
13748            ! pod/perlapi.pod pod/perlmodlib.PL
13749 ____________________________________________________________________________
13750 [  8708] By: nick                                  on 2001/02/06  20:41:20
13751         Log: Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
13752              From: Michael G Schwern <schwern@pobox.com>
13753              Date: Sun, 4 Feb 2001 21:17:49 -0500
13754              Message-Id: <20010204211748.A13415@blackrider.aocn.com>
13755      Branch: perl
13756            ! pod/perlboot.pod pod/perlobj.pod pod/perltoot.pod
13757            ! pod/perltootc.pod
13758 ____________________________________________________________________________
13759 [  8707] By: nick                                  on 2001/02/06  20:29:11
13760         Log: Subject: [PATCH lib/ExtUtils/MANIFEST.SKIP] Skipping CVS conflict backup files
13761              From: Michael G Schwern <schwern@pobox.com>
13762              Date: Tue, 6 Feb 2001 05:54:30 -0500
13763              Message-Id: <20010206055430.A951@blackrider.aocn.com>
13764      Branch: perl
13765            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/Manifest.pm
13766 ____________________________________________________________________________
13767 [  8706] By: nick                                  on 2001/02/06  20:21:40
13768         Log: Subject: RE: some win32 fixes
13769              Date: Tue, 6 Feb 2001 09:23:20 +0300
13770              From: Vadim Konovalov <vkonovalov@lucent.com>
13771              Message-ID: <402099F49BEED211999700805FC7359F9CAF49@ru0028exch01.spb.lucent.com>
13772      Branch: perl
13773            ! toke.c win32/Makefile win32/config.bc win32/config.gc
13774            ! win32/config.vc win32/config_H.bc win32/makefile.mk
13775 ____________________________________________________________________________
13776 [  8705] By: alanbur                               on 2001/02/06  15:00:03
13777         Log: Synchronised with parent
13778      Branch: maint-5.6/pureperl
13779            ! regexec.c
13780           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
13781           !> utils/perldoc.PL win32/Makefile win32/makefile.mk
13782 ____________________________________________________________________________
13783 [  8704] By: alanbur                               on 2001/02/06  14:55:24
13784         Log: Fixed UMRs and leak in Perl_pmtrans()
13785      Branch: maint-5.6/pureperl
13786            ! op.c
13787 ____________________________________________________________________________
13788 [  8703] By: gsar                                  on 2001/02/06  02:29:37
13789         Log: $(MAKE) distclean doesn't clean up properly on windows
13790      Branch: maint-5.6/perl
13791            ! win32/Makefile win32/makefile.mk
13792 ____________________________________________________________________________
13793 [  8702] By: gsar                                  on 2001/02/06  01:00:46
13794         Log: tweak change#8659 to keep it simple
13795      Branch: maint-5.6/perl
13796            ! utils/perldoc.PL
13797 ____________________________________________________________________________
13798 [  8701] By: gsar                                  on 2001/02/05  22:45:41
13799         Log: change#8693 was missing testsuite changes
13800      Branch: maint-5.6/perl
13801           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
13802 ____________________________________________________________________________
13803 [  8700] By: nick                                  on 2001/02/05  20:32:52
13804         Log: Integrate mainline
13805      Branch: perlio
13806           +> t/lib/sample-tests/bailout t/lib/sample-tests/combined
13807           +> t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
13808           +> t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
13809           +> t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
13810           +> t/lib/sample-tests/skip t/lib/sample-tests/skip_all
13811           +> t/lib/sample-tests/todo t/lib/sample-tests/with_comments
13812           +> t/lib/test-harness.t
13813           !> Configure MANIFEST lib/Test/Harness.pm lib/overload.pm
13814           !> perlio.c pod/perldiag.pod pod/perlfaq2.pod pod/perlfaq8.pod
13815           !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod
13816           !> pod/perlutil.pod t/TEST utils/h2xs.PL
13817 ____________________________________________________________________________
13818 [  8699] By: nick                                  on 2001/02/05  19:41:07
13819         Log: Subject: perlfaq2, re: perlmongers
13820              From: David H. Adler <dha@panix.com>
13821              Date: Sun, 4 Feb 2001 23:48:23 -0500
13822              Message-Id: <20010204234823.A13429@panix.com>
13823      Branch: perl
13824            ! pod/perlfaq2.pod
13825 ____________________________________________________________________________
13826 [  8698] By: nick                                  on 2001/02/05  19:39:31
13827         Log: Missed file f#rom the testharness mess.
13828      Branch: perl
13829            + t/lib/test-harness.t
13830 ____________________________________________________________________________
13831 [  8697] By: nick                                  on 2001/02/05  19:37:21
13832         Log: Subject: [DOC PATCH] overload.pm nits
13833              From: John Tobey <jtobey@john-edwin-tobey.org>
13834              Date: Sun, 4 Feb 2001 20:40:47 -0500 (EST)
13835              Message-Id: <m14Pae7-000FOoC@feynman.localnet>
13836      Branch: perl
13837            ! lib/overload.pm
13838 ____________________________________________________________________________
13839 [  8696] By: alanbur                               on 2001/02/05  11:56:00
13840         Log: Sync with parent
13841      Branch: maint-5.6/pureperl
13842           !> thread.h
13843 ____________________________________________________________________________
13844 [  8695] By: gsar                                  on 2001/02/05  03:27:34
13845         Log: thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
13846      Branch: maint-5.6/perl
13847            ! thread.h
13848 ____________________________________________________________________________
13849 [  8694] By: alanbur                               on 2001/02/05  00:07:47
13850         Log: Initial branch creation from //depot/maint-5.6/perl
13851      Branch: maint-5.6/pureperl
13852           +> (branch 1719 files)
13853 ____________________________________________________________________________
13854 [  8693] By: gsar                                  on 2001/02/04  22:38:49
13855         Log: integrate changes#7801,8068,8094,8108,8196 from mainline (DB_File
13856              changes)
13857      Branch: maint-5.6/perl
13858           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
13859           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
13860           !> ext/DB_File/version.c
13861 ____________________________________________________________________________
13862 [  8692] By: nick                                  on 2001/02/04  18:15:57
13863         Log: The missed t/TEST part of the grand testharness upgrade.
13864      Branch: perl
13865            ! t/TEST
13866 ____________________________________________________________________________
13867 [  8691] By: nick                                  on 2001/02/04  18:05:17
13868         Log: New improved test harness
13869              Subject: Re: [PATCH Test::Harness] Third time's a charm?
13870              From: Michael G Schwern <schwern@pobox.com>
13871              Date: Sun, 4 Feb 2001 08:01:20 -0500
13872              Message-Id: <20010204080120.G10493@blackrider.aocn.com>
13873      Branch: perl
13874            + t/lib/sample-tests/bailout t/lib/sample-tests/combined
13875            + t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
13876            + t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
13877            + t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
13878            + t/lib/sample-tests/skip t/lib/sample-tests/skip_all
13879            + t/lib/sample-tests/todo t/lib/sample-tests/with_comments
13880            ! MANIFEST lib/Test/Harness.pm
13881 ____________________________________________________________________________
13882 [  8690] By: nick                                  on 2001/02/04  17:57:51
13883         Log: Subject: [PATCH h2xs.PL perl@8670] Small usage change and author gueesing
13884              From: Jonathan Stowe <gellyfish@gellyfish.com>
13885              Date: Sun, 4 Feb 2001 10:46:01 +0000 (GMT)
13886              Message-Id: <Pine.LNX.4.32.0102041037510.1555-100000@orpheus.gellyfish.com>
13887      Branch: perl
13888            ! utils/h2xs.PL
13889 ____________________________________________________________________________
13890 [  8689] By: nick                                  on 2001/02/04  17:55:24
13891         Log: Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
13892              From: Michael G Schwern <schwern@pobox.com>
13893              Date: Sat, 3 Feb 2001 22:46:38 -0500
13894              Message-Id: <20010203224638.E10493@blackrider.aocn.com>
13895      Branch: perl
13896            ! pod/perldiag.pod pod/perlfaq8.pod pod/perlfunc.pod
13897            ! pod/perlop.pod pod/perlport.pod pod/perlutil.pod
13898 ____________________________________________________________________________
13899 [  8688] By: nick                                  on 2001/02/04  17:43:55
13900         Log: Subject: [ID 20010203.006] perlio.c is mis-reporting argument
13901              length byfailing to spot lack of closing )
13902              From: nick@talking.bollo.cx
13903              Date: Sat, 03 Feb 2001 23:53:16 +0000
13904              Message-Id: <E14PCUW-0001Qo-00@Bagpuss.unfortu.net>
13905      Branch: perl
13906            ! perlio.c pod/perldiag.pod
13907 ____________________________________________________________________________
13908 [  8687] By: jhi                                   on 2001/02/03  17:11:42
13909         Log: HP-UX thread patches from Merijn H. Brand.
13910      Branch: maint-5.6/perl
13911            ! README.hpux hints/hpux.sh
13912 ____________________________________________________________________________
13913 [  8686] By: jhi                                   on 2001/02/03  16:40:12
13914         Log: Metaconfig changes for #8685.
13915      Branch: metaconfig
13916            ! U/installdirs/instubperl.U
13917      Branch: metaconfig/U/perl
13918            ! Devel.U versiononly.U
13919 ____________________________________________________________________________
13920 [  8685] By: jhi                                   on 2001/02/03  16:39:49
13921         Log: For -Dusedevel builds turn off installusrbinperl and turn on
13922              versiononly, a combined idea of Richard Soderberg and Merijn
13923              H. Brand.  You can still override both of these from the command
13924              line if you need to, -Dinstallusrbinperl and -Uversiononly.
13925      Branch: perl
13926            ! Configure
13927 ____________________________________________________________________________
13928 [  8684] By: jhi                                   on 2001/02/03  16:16:34
13929         Log: Metaconfig unit fix for #8683.
13930      Branch: metaconfig
13931            ! U/compline/nblock_io.U
13932 ____________________________________________________________________________
13933 [  8683] By: jhi                                   on 2001/02/03  16:16:12
13934         Log: Configure fix for the DYNIX/ptx F_SETFL problem,
13935              reported by Peter Prymmer for 5.6-TRIAL1.
13936      Branch: perl
13937            ! Configure
13938 ____________________________________________________________________________
13939 [  8682] By: jhi                                   on 2001/02/03  05:52:11
13940         Log: IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
13941              to work correctly.
13942      Branch: maint-5.6/perl
13943            ! hints/irix_6.sh
13944 ____________________________________________________________________________
13945 [  8681] By: jhi                                   on 2001/02/03  05:47:33
13946         Log: perlport tweaks from Peter Prymmer and Chris Nandor.
13947      Branch: maint-5.6/perl
13948            ! pod/perlport.pod
13949 ____________________________________________________________________________
13950 [  8680] By: jhi                                   on 2001/02/02  21:39:49
13951         Log: perlport update from Peter Prymmer.
13952      Branch: maint-5.6/perl
13953            ! pod/perlport.pod
13954 ____________________________________________________________________________
13955 [  8679] By: nick                                  on 2001/02/02  20:50:48
13956         Log: Integrate mainline
13957      Branch: perlio
13958           !> Changes Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
13959           !> lib/Getopt/Long.pm patchlevel.h pod/perlfunc.pod
13960           !> pod/perlmodlib.PL pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
13961 ____________________________________________________________________________
13962 [  8678] By: gsar                                  on 2001/02/02  16:02:12
13963         Log: note about bincompat, slightly modified (from Lupe Christoph)
13964      Branch: maint-5.6/perl
13965            ! README.solaris
13966 ____________________________________________________________________________
13967 [  8677] By: jhi                                   on 2001/02/02  15:46:20
13968         Log: Supported platforms updates.
13969      Branch: maint-5.6/perl
13970            ! pod/perlport.pod
13971 ____________________________________________________________________________
13972 [  8676] By: jhi                                   on 2001/02/02  03:41:26
13973         Log: A couple more perlfaq2 tweaks.
13974      Branch: maint-5.6/perl
13975            ! pod/perlfaq2.pod
13976 ____________________________________________________________________________
13977 [  8675] By: jhi                                   on 2001/02/02  03:17:44
13978         Log: Misedit in #8661.
13979      Branch: maint-5.6/perl
13980            ! Configure
13981 ____________________________________________________________________________
13982 [  8674] By: jhi                                   on 2001/02/02  03:14:38
13983         Log: Damien again.
13984      Branch: maint-5.6/perl
13985            ! pod/perlfaq2.pod
13986 ____________________________________________________________________________
13987 [  8673] By: jhi                                   on 2001/02/02  03:12:40
13988         Log: perlfaq update from Elaine Ashton.
13989      Branch: maint-5.6/perl
13990            ! pod/perlfaq2.pod
13991 ____________________________________________________________________________
13992 [  8672] By: jhi                                   on 2001/02/02  03:07:08
13993         Log: UTF-8 s/// patch from Inaba Hiroto.
13994      Branch: maint-5.6/perl
13995            ! pp_ctl.c pp_hot.c
13996 ____________________________________________________________________________
13997 [  8671] By: jhi                                   on 2001/02/01  22:34:31
13998         Log: Update Changes.
13999      Branch: perl
14000            ! Changes patchlevel.h
14001 ____________________________________________________________________________
14002 [  8670] By: jhi                                   on 2001/02/01  22:15:29
14003         Log: Integrate changes #8641,8644,8649,8654,8662,8663,8664,8665,8667,8669
14004              from maintperl.
14005              
14006              Upgrade to Getopt::Long 2.25, from Johan Vromans.
14007              
14008              more files need to be writable in the source distribution
14009              
14010              perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
14011              
14012              Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
14013              
14014              Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
14015              
14016              Allow the float to be fuzzier.
14017              
14018              need to use INT2PTR instead of a straight cast or ia64 fails
14019              
14020              Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
14021              
14022              add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
14023      Branch: perl
14024           !> Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
14025           !> lib/Getopt/Long.pm pod/perlfunc.pod pod/perlmodlib.PL
14026           !> pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
14027 ____________________________________________________________________________
14028 [  8669] By: jhi                                   on 2001/02/01  21:57:02
14029         Log: Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
14030              From: Robin Barker <rmb1@cise.npl.co.uk>
14031              Date: Thu, 1 Feb 2001 16:59:05 GMT
14032              Message-Id: <200102011659.QAA01274@tempest.npl.co.uk>
14033      Branch: maint-5.6/perl
14034            ! pod/perlmodlib.PL
14035 ____________________________________________________________________________
14036 [  8668] By: nick                                  on 2001/02/01  19:41:40
14037         Log: Integrate mainline
14038      Branch: perlio
14039           !> dump.c ext/Errno/Errno_pm.PL intrpvar.h mg.c perl.c perl.h
14040           !> pod/perlapi.pod pp.c pp.h pp_hot.c sv.c t/op/arith.t
14041           !> t/op/each.t utf8.c utf8.h util.c vms/test.com
14042 ____________________________________________________________________________
14043 [  8667] By: gsar                                  on 2001/02/01  16:59:11
14044         Log: add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
14045      Branch: maint-5.6/perl
14046            ! embed.pl embedvar.h
14047 ____________________________________________________________________________
14048 [  8666] By: gsar                                  on 2001/02/01  16:34:51
14049         Log: add missing entries to win32/config.?c
14050      Branch: maint-5.6/perl
14051            ! win32/config.bc win32/config.gc win32/config.vc
14052            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
14053 ____________________________________________________________________________
14054 [  8665] By: jhi                                   on 2001/02/01  14:58:51
14055         Log: Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
14056              From: "Stephen P. Potter" <spp@spotter.yi.org>
14057              Date: Thu, 01 Feb 2001 10:45:46 -0500
14058              Message-Id: <200102011545.KAA31479@spotter.yi.org>
14059      Branch: maint-5.6/perl
14060            ! pod/perlfunc.pod
14061 ____________________________________________________________________________
14062 [  8664] By: gsar                                  on 2001/02/01  14:52:37
14063         Log: need to use INT2PTR instead of a straight cast or ia64 fails
14064              posix.t (from Brendan O'Dea <bod@compusol.com.au>)
14065      Branch: maint-5.6/perl
14066            ! ext/POSIX/POSIX.xs
14067 ____________________________________________________________________________
14068 [  8663] By: jhi                                   on 2001/02/01  14:09:13
14069         Log: Allow the float to be fuzzier.
14070      Branch: maint-5.6/perl
14071            ! t/lib/peek.t
14072 ____________________________________________________________________________
14073 [  8662] By: jhi                                   on 2001/02/01  13:59:00
14074         Log: Subject: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
14075              From: Robin Barker <rmb1@cise.npl.co.uk>
14076              Date: Thu, 1 Feb 2001 13:05:39 GMT
14077              Message-Id: <200102011305.NAA26160@tempest.npl.co.uk>
14078      Branch: maint-5.6/perl
14079            ! pod/perlmodlib.pod
14080 ____________________________________________________________________________
14081 [  8661] By: jhi                                   on 2001/02/01  13:57:38
14082         Log: Subject: [PATCH] Re: v5.6.1 trial2 is available
14083              Date: Thu, 01 Feb 2001 14:15:41 +0100
14084              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
14085              Message-Id: <20010201141104.303F.H.M.BRAND@hccnet.nl>
14086              
14087              Have the $ccflags in the gcc version test (strange, this change
14088              is claimed to be have been integrated already)
14089      Branch: maint-5.6/perl
14090            ! Configure
14091 ____________________________________________________________________________
14092 [  8660] By: jhi                                   on 2001/02/01  13:44:10
14093         Log: Integrate changes #7950,7964,7962 from mainline.
14094              
14095              Find the stdchar signedness using cpp, should fix some of
14096              the Solaris compiler warnings reported by Alan Burlison.
14097      Branch: maint-5.6/perl
14098           !> Configure config_h.SH
14099 ____________________________________________________________________________
14100 [  8659] By: jhi                                   on 2001/02/01  05:35:32
14101         Log: Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
14102              From: Jan Dubois <JanD@ActiveState.com>
14103              Date: Wed, 31 Jan 2001 21:17:03 -0800
14104              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
14105      Branch: maint-5.6/perl
14106            ! utils/perldoc.PL
14107 ____________________________________________________________________________
14108 [  8658] By: jhi                                   on 2001/02/01  04:33:17
14109         Log: Integrate the README.os390 and README.posix-bc parts of mainline
14110              changes #8373,8486, 8544,8556.  (The hints/os390.sh,Makefile.SH,
14111              installperl parts were taken care of by #8657.)
14112      Branch: maint-5.6/perl
14113           !> README.os390 README.posix-bc
14114 ____________________________________________________________________________
14115 [  8657] By: jhi                                   on 2001/02/01  04:29:21
14116         Log: Subject: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
14117              From: Peter Prymmer <pvhp@forte.com>
14118              Date: Wed, 31 Jan 2001 18:18:11 -0800 (PST)
14119              Message-ID: <Pine.OSF.4.10.10101311815560.336633-100000@aspara.forte.com>
14120      Branch: maint-5.6/perl
14121            + ext/DynaLoader/dl_dllload.xs
14122            ! MANIFEST Makefile.SH hints/os390.sh installperl
14123 ____________________________________________________________________________
14124 [  8656] By: jhi                                   on 2001/02/01  04:25:45
14125         Log: Subject: [PATCH: 5.6.1 trial2]Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os390 05.00 (UNINSTALLED)
14126              From: Peter Prymmer <pvhp@forte.com>
14127              Date: Wed, 31 Jan 2001 15:26:57 -0800 (PST)
14128              Message-ID: <Pine.OSF.4.10.10101311523101.336633-100000@aspara.forte.com>
14129      Branch: maint-5.6/perl
14130            ! lib/Math/BigInt.pm lib/bigint.pl t/lib/b.t t/pragma/sub_lval.t
14131 ____________________________________________________________________________
14132 [  8655] By: jhi                                   on 2001/02/01  04:14:47
14133         Log: Subject: [ID 20010131.066] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os2 2.40 (UNINSTALLED)
14134              From: troc@netrus.net
14135              Date: Wed, 31 Jan 2001 22:31:26 -0500
14136              Message-Id: <200102010331.WAA117.85@rocco.homenet>
14137      Branch: maint-5.6/perl
14138            ! os2/os2.c
14139 ____________________________________________________________________________
14140 [  8654] By: jhi                                   on 2001/02/01  04:12:52
14141         Log: Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
14142              as reported by Alan Burlison.
14143      Branch: maint-5.6/perl
14144            ! pp.h
14145 ____________________________________________________________________________
14146 [  8653] By: jhi                                   on 2001/02/01  04:05:12
14147         Log: Subject: [ID 20010131.042] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on VMS_AXP V7.2-1
14148              From: dsugalski@northernlight.com
14149              Date: Wed, 31 Jan 2001 18:54:11 -0500
14150              Message-Id: <01013118541126@monsoon.stratus.northernlight.com>
14151      Branch: maint-5.6/perl
14152            ! configure.com
14153 ____________________________________________________________________________
14154 [  8652] By: jhi                                   on 2001/02/01  04:03:11
14155         Log: Misplaced #endif.
14156              
14157              Subject: [perl-5-6-1-trial2] patches for EPOC
14158              From: Olaf Flebbe <O.Flebbe@science-computing.de>
14159              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
14160              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
14161      Branch: maint-5.6/perl
14162            ! epoc/epocish.c
14163 ____________________________________________________________________________
14164 [  8651] By: jhi                                   on 2001/02/01  04:00:25
14165         Log: Integrate changes #8647,8648,8650 from mainline.
14166              
14167              Macrofy a magic UTF-8 test.
14168              
14169              Protect PL_numeric_radix_sv with USE_NUMERIC_LOCALE.
14170              
14171              Watch out for cross compiling for EPOC (usually done on linux).
14172      Branch: maint-5.6/perl
14173           !> ext/Errno/Errno_pm.PL sv.c utf8.c utf8.h
14174 ____________________________________________________________________________
14175 [  8650] By: jhi                                   on 2001/02/01  03:56:20
14176         Log: Watch out for cross compiling for EPOC (usually done on linux)
14177              
14178              Subject: [perl-5-6-1-trial2] patches for EPOC
14179              From: Olaf Flebbe <O.Flebbe@science-computing.de>
14180              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
14181              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
14182      Branch: perl
14183            ! ext/Errno/Errno_pm.PL
14184 ____________________________________________________________________________
14185 [  8649] By: gsar                                  on 2001/02/01  00:46:00
14186         Log: perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
14187      Branch: maint-5.6/perl
14188            ! sv.c
14189 ____________________________________________________________________________
14190 [  8648] By: jhi                                   on 2001/01/31  23:35:36
14191         Log: All the uses of PL_numeric_radix must be protected by
14192              USE_LOCALE_NUMERIC, noticed by Olaf Flebbe in
14193              
14194              Subject: [perl-5-6-1-trial2] patches for EPOC
14195              From: Olaf Flebbe <O.Flebbe@science-computing.de>
14196              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
14197              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
14198      Branch: perl
14199            ! sv.c
14200 ____________________________________________________________________________
14201 [  8647] By: jhi                                   on 2001/01/31  22:56:16
14202         Log: Macrofy a magic UTF-8 test.
14203      Branch: perl
14204            ! utf8.c utf8.h
14205 ____________________________________________________________________________
14206 [  8646] By: gsar                                  on 2001/01/31  15:55:12
14207         Log: update Changes
14208      Branch: maint-5.6/perl
14209            ! Changes
14210 ____________________________________________________________________________
14211 [  8645] By: gsar                                  on 2001/01/31  15:10:14
14212         Log: Configure tweak suggested by Peter Prymmer
14213      Branch: maint-5.6/perl
14214            ! Configure
14215 ____________________________________________________________________________
14216 [  8644] By: gsar                                  on 2001/01/31  15:06:32
14217         Log: more files need to be writable in the source distribution
14218      Branch: maint-5.6/perl
14219            ! Porting/makerel
14220 ____________________________________________________________________________
14221 [  8643] By: jhi                                   on 2001/01/31  14:59:46
14222         Log: Integrate changes #8258,8278,8279 from mainline.
14223              
14224              Make the large file tests more robust/talkative.
14225      Branch: maint-5.6/perl
14226           !> t/lib/syslfs.t t/op/lfs.t
14227 ____________________________________________________________________________
14228 [  8642] By: gsar                                  on 2001/01/31  14:53:48
14229         Log: integrate changes#8311,8334 from mainline
14230              
14231              Add a new MakeMaker variable PM_FILTER that defines a Unix
14232              filter to be run on each .pm during the pm_to_blib() phase,
14233              a fixed version of
14234              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
14235              
14236              Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
14237              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
14238              accurate reading of the "atime".  
14239      Branch: maint-5.6/perl
14240           !> lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
14241           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
14242           !> lib/ExtUtils/MakeMaker.pm t/io/fs.t
14243 ____________________________________________________________________________
14244 [  8641] By: jhi                                   on 2001/01/31  14:46:37
14245         Log: Upgrade to Getopt::Long 2.25, from Johan Vromans.
14246      Branch: maint-5.6/perl
14247            ! lib/Getopt/Long.pm
14248 ____________________________________________________________________________
14249 [  8640] By: gsar                                  on 2001/01/31  14:40:24
14250         Log: make regen_all
14251      Branch: maint-5.6/perl
14252            ! patchlevel.h pod/perlmodlib.pod pod/perltoc.pod
14253 ____________________________________________________________________________
14254 [  8639] By: gsar                                  on 2001/01/31  14:37:25
14255         Log: refresh windows config files
14256      Branch: maint-5.6/perl
14257            ! win32/Makefile win32/config_H.bc win32/config_H.gc
14258            ! win32/config_H.vc win32/makefile.mk
14259 ____________________________________________________________________________
14260 [  8638] By: gsar                                  on 2001/01/31  14:28:10
14261         Log: makefile tweaks for windows: introduce a bulk-switch to enable
14262              same options as ActivePerl; sync changes with makefile.mk
14263      Branch: maint-5.6/perl
14264            ! win32/Makefile win32/makefile.mk
14265 ____________________________________________________________________________
14266 [  8637] By: jhi                                   on 2001/01/31  04:41:30
14267         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20010105.023] numeric problems in IRIX
14268              From: Nicholas Clark <nick@ccl4.org>
14269              Date: Tue, 30 Jan 2001 19:51:05 +0000
14270              Message-ID: <20010130195105.R76607@plum.flirble.org> 
14271              
14272              op/inc cure.
14273      Branch: perl
14274            ! pp.c pp.h pp_hot.c t/op/arith.t
14275 ____________________________________________________________________________
14276 [  8636] By: jhi                                   on 2001/01/31  02:38:32
14277         Log: Integrate changes #7884,8122,8155,8197,8213[just to /nolog part,
14278              no perlio],8257,8380,8479,8515 from mainline.
14279              
14280              Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
14281              
14282              Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
14283              Subject: [PATCH perl@8133] fix-up for VMS extensions
14284              
14285              In VMS embedded perls couldn't access the statically built Socket.
14286              
14287              Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com (8213)
14288              
14289              Further VMS piping fixes from Charles Lane.
14290              
14291              Subject:  [PATCH] make t/op/misc.t work on VMS
14292              
14293              Add tracing for debugging extensions builds in VMS.
14294              
14295              Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
14296      Branch: maint-5.6/perl
14297           !> configure.com doio.c t/op/misc.t vms/descrip_mms.template
14298           !> vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
14299           !> vms/test.com vms/vms.c vms/vmsish.h vms/vmspipe.com
14300 ____________________________________________________________________________
14301 [  8635] By: jhi                                   on 2001/01/31  01:46:41
14302         Log: Integrate change #7732 from mainline.
14303              
14304              Sparc 64-bit pack() fix from Jens Hamisch.
14305      Branch: maint-5.6/perl
14306           !> pp.c
14307 ____________________________________________________________________________
14308 [  8634] By: jhi                                   on 2001/01/31  01:41:16
14309         Log: One spot missing from #8626.
14310      Branch: maint-5.6/perl
14311            ! sv.c
14312 ____________________________________________________________________________
14313 [  8633] By: jhi                                   on 2001/01/31  00:49:17
14314         Log: Integrate change #7495 from mainline.
14315              
14316              Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
14317      Branch: maint-5.6/perl
14318           !> MANIFEST ext/re/Makefile.PL
14319 ____________________________________________________________________________
14320 [  8632] By: jhi                                   on 2001/01/30  23:38:49
14321         Log: Integrate change #8396 from mainline.
14322              
14323              Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for
14324              better multicast support (resend)
14325      Branch: maint-5.6/perl
14326           !> ext/Socket/Socket.pm
14327 ____________________________________________________________________________
14328 [  8631] By: jhi                                   on 2001/01/30  23:28:03
14329         Log: Integrate changes #7514,7813,8113,8144,8397,8398,8490 from mainline.
14330              
14331              More AIX lore. (7514, ext/re/hints/aix.pl)
14332              
14333              Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
14334              
14335              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)
14336              
14337              Subject: [ID 20001214.002] Net::Ping patch
14338              
14339              Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
14340              
14341              Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
14342              
14343              Add ReuseAddr as a (preferred) alias for Reuse as we now
14344              also have ReusePort.
14345              
14346              Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
14347      Branch: maint-5.6/perl
14348           +> ext/re/hints/aix.pl
14349           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
14350           !> ext/IO/lib/IO/Socket/INET.pm lib/Net/Ping.pm
14351 ____________________________________________________________________________
14352 [  8630] By: jhi                                   on 2001/01/30  23:03:59
14353         Log: Integrate changes #8215,8587 from mainline: missing pod nits.
14354              
14355              read() documentation tweak for 20001121.004.
14356              
14357              Subject: [ID 20010128.003] [PATCH] perlre.pod buglet
14358      Branch: maint-5.6/perl
14359           !> pod/perlfunc.pod pod/perlre.pod
14360 ____________________________________________________________________________
14361 [  8629] By: jhi                                   on 2001/01/30  22:41:57
14362         Log: Integrate change #8098 from mainline.
14363              
14364              fastgetcwd is defined using a glob alias on a $^O dependent basis
14365              and there was no default assignment or perl subroutine.
14366      Branch: maint-5.6/perl
14367           !> lib/Cwd.pm
14368 ____________________________________________________________________________
14369 [  8628] By: jhi                                   on 2001/01/30  21:58:52
14370         Log: Integrate change #7866 from mainline.
14371              
14372              File::Temp 0.11.
14373      Branch: maint-5.6/perl
14374           !> lib/File/Temp.pm t/lib/ftmp-tempfile.t
14375 ____________________________________________________________________________
14376 [  8627] By: jhi                                   on 2001/01/30  21:39:44
14377         Log: Integrate changes #8075,8086,8228 from mainline.  
14378              
14379              Darwin is not Windows. (8075,8086)
14380              
14381              Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
14382      Branch: maint-5.6/perl
14383           !> lib/CGI.pm lib/Pod/Select.pm lib/Text/ParseWords.pm
14384           !> pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
14385           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq4.pod
14386           !> pod/perllocale.pod pod/perlmodlib.pod pod/perlretut.pod
14387 ____________________________________________________________________________
14388 [  8626] By: jhi                                   on 2001/01/30  21:22:11
14389         Log: Integrate with tweakery the change #8625 from mainline,
14390              the multibyte decimal separator fix ("fa_IR locale failure").
14391      Branch: maint-5.6/perl
14392            ! embedvar.h perlapi.h
14393           !> intrpvar.h perl.c perl.h sv.c util.c
14394 ____________________________________________________________________________
14395 [  8625] By: jhi                                   on 2001/01/30  20:26:33
14396         Log: Fix for the fa_IR locale failure.  The reason for the failure
14397              was that Perl was assuming the decimal separator aka the radix
14398              separator is one character.  The Farsi-Iranian locale crushed
14399              that bad assumption since there the separator is 'Momayyez',
14400              glyphwise looking somewhat like a slash, and in Unicode UTF-8
14401              encoded in two bytes, 0xd9 0xab.
14402      Branch: perl
14403            ! intrpvar.h perl.c perl.h sv.c util.c
14404 ____________________________________________________________________________
14405 [  8624] By: gsar                                  on 2001/01/30  20:17:03
14406         Log: regen_headers
14407      Branch: maint-5.6/perl
14408            ! Makefile.SH pod/perlintern.pod
14409 ____________________________________________________________________________
14410 [  8623] By: gsar                                  on 2001/01/30  19:42:34
14411         Log: backout change#7431 and its dependents (causes spurious rebuilds
14412              of autogenerated files)
14413              
14414              fix benign b.t failure
14415      Branch: maint-5.6/perl
14416            ! Makefile.SH t/lib/b.t
14417 ____________________________________________________________________________
14418 [  8622] By: jhi                                   on 2001/01/30  19:41:41
14419         Log: Microperl sync.
14420      Branch: perl
14421            ! mg.c perl.h
14422 ____________________________________________________________________________
14423 [  8621] By: gsar                                  on 2001/01/30  19:24:47
14424         Log: integrate changes#8259,8442,8444,8445,8448,8449,8451,8455
14425              from mainline
14426              
14427              Subject: podlators 1.06 released
14428              
14429              Subject: [PATCH @8436] Eliminate op_children
14430              
14431              (Replaced by #8448)  Traces of op_children (cleanup of #8442)
14432              
14433              (Replaced by #8448)  More op_children traces (cleanup of #8442).
14434              
14435              Subject: [PATCH #3 @8436] Re: Eliminate op_children
14436              Replace #8444 and #8445.
14437              
14438              Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
14439              at the setting of the ofs_sv in new_struct_thread() as the
14440              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
14441              uninitialized fields are, uh, initialized with),
14442              SvREFCNT_inc()ing that invited a core dump.
14443              
14444              podlators 1.07, from Russ Allbery.
14445              
14446              Subject: [PATCH] regcomp.c old feature removal
14447              From: mjd@plover.com
14448              Date: 16 Jan 2001 14:43:18 -0000 
14449              Message-ID: <20010116144318.7140.qmail@plover.com> 
14450      Branch: maint-5.6/perl
14451           +> lib/Pod/Text/Overstrike.pm
14452           !> MANIFEST bytecode.pl ext/B/B.xs ext/B/B/Asmdata.pm
14453           !> ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Concise.pm
14454           !> ext/B/B/Debug.pm ext/ByteLoader/byterun.c
14455           !> ext/ByteLoader/byterun.h lib/Pod/Man.pm lib/Pod/Text/Color.pm
14456           !> lib/Pod/Text/Termcap.pm op.c op.h pod/pod2text.PL regcomp.c
14457           !> util.c
14458 ____________________________________________________________________________
14459 [  8620] By: gsar                                  on 2001/01/30  18:48:32
14460         Log: integrate changes#8243,8254,8255,8313,8314,8363,8383,8390,8416,
14461              8417,8418,8419,8424,8427,8430,8441,8563 from mainline (TODO: b.t
14462              now fails one test)
14463              
14464              Subject: [PATCH] lvalue AUTOLOAD. No, really.
14465              
14466              Subject: [PATCH] Interesting syntax idea
14467              Make opens + bareword assigns do typeglob assigns.
14468              
14469              Tests for #8254.
14470              
14471              Subject: [PATCH @8269] Continue blocks and B::Deparse
14472              Make the peephole optimizer to bypass more null ops and
14473              and rewrite the deparse handling of continue blocks.
14474              
14475              Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
14476              Doc tweak on #8313.
14477              
14478              Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
14479              
14480              Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
14481              
14482              Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
14483              
14484              Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
14485              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
14486              according to the platform.
14487              
14488              Subject: [PATCH @8404] Consolidated lvalue sub changes
14489              
14490              Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
14491              
14492              Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
14493              
14494              Subject: B::Concise -- an improved replacement for B::Terse 
14495              
14496              The B::Terse drop-in replacement wasn't quite drop-in.
14497              
14498              The LVRET macro needed an aTHX.
14499              
14500              Use the /^Perl_/-less form of is_lvalue_sub().
14501              
14502              Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
14503      Branch: maint-5.6/perl
14504           +> ext/B/B/Concise.pm
14505           !> (integrate 27 files)
14506 ____________________________________________________________________________
14507 [  8619] By: nick                                  on 2001/01/30  18:40:28
14508         Log: Integrate mainline
14509      Branch: perlio
14510           !> (integrate 40 files)
14511 ____________________________________________________________________________
14512 [  8618] By: jhi                                   on 2001/01/30  18:37:18
14513         Log: Subject: [PATCH perl@8585] protect VMS test harness from chdir switcheroo
14514              Date: Mon, 29 Jan 2001 22:51:29 -0600
14515              From: "Craig A. Berry" <craigberry@mac.com>
14516              Message-Id: <p04330101b69bef0ebab4@[172.16.52.1]>
14517      Branch: perl
14518            ! vms/test.com
14519 ____________________________________________________________________________
14520 [  8617] By: jhi                                   on 2001/01/30  18:34:53
14521         Log: Subject: [PATCH] Add missing CV flags to dump.c
14522              From: Tim Jenness <t.jenness@jach.hawaii.edu>
14523              Date: Mon, 29 Jan 2001 21:48:55 -1000 (HST)
14524              Message-ID: <Pine.LNX.4.30.0101292144280.14179-100000@lapaki.jach.hawaii.edu>
14525      Branch: perl
14526            ! dump.c
14527 ____________________________________________________________________________
14528 [  8616] By: jhi                                   on 2001/01/30  18:20:58
14529         Log: Integrate partly the change #8615 from mainline, the t/op/each.t
14530              part isn't applicable to maintperl.
14531              
14532              UTF-8 nit from Inaba Hiroto.
14533      Branch: maint-5.6/perl
14534           !> pod/perlapi.pod utf8.c
14535 ____________________________________________________________________________
14536 [  8615] By: jhi                                   on 2001/01/30  18:18:51
14537         Log: UTF-8 nit from Inaba Hiroto.
14538      Branch: perl
14539            ! pod/perlapi.pod t/op/each.t utf8.c
14540 ____________________________________________________________________________
14541 [  8614] By: jhi                                   on 2001/01/30  18:13:38
14542         Log: Integrate changes #8608,8609,8610,8611,8612,8613 from maintperl.
14543              
14544              perl's internal variables are not for public consumption,
14545              move their docs from perlapi.pod to perlintern.pod
14546              
14547              support for -Dusethreads build under HP-UX 10.20 and DCE threads
14548              library (11.0 and later have pthreads but 10.x don't)
14549              
14550              avoid uninitialized value warnings
14551              
14552              canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
14553              gets weird results)
14554              
14555              perldoc nit on windows
14556              
14557              make it possible to run the tests outside the source tree
14558              (there's still a dependency on ../lib being the library
14559              location)
14560      Branch: perl
14561           !> hints/hpux.sh intrpvar.h perlapi.c pod/perlapi.pod
14562           !> pod/perlintern.pod t/base/term.t t/io/tell.t t/lib/dprof/V.pm
14563           !> t/op/flip.t thrdvar.h thread.h utils/perldoc.PL
14564           !> win32/bin/search.pl win32/vdir.h
14565 ____________________________________________________________________________
14566 [  8613] By: gsar                                  on 2001/01/30  16:39:59
14567         Log: make it possible to run the tests outside the source tree
14568              (there's still a dependency on ../lib being the library
14569              location)
14570      Branch: maint-5.6/perl
14571            ! t/base/term.t t/io/tell.t t/lib/dprof/V.pm t/op/flip.t
14572 ____________________________________________________________________________
14573 [  8612] By: gsar                                  on 2001/01/30  16:31:12
14574         Log: perldoc nit on windows
14575      Branch: maint-5.6/perl
14576            ! utils/perldoc.PL
14577 ____________________________________________________________________________
14578 [  8611] By: gsar                                  on 2001/01/30  16:22:54
14579         Log: canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
14580              gets weird results)
14581      Branch: maint-5.6/perl
14582            ! win32/vdir.h
14583 ____________________________________________________________________________
14584 [  8610] By: gsar                                  on 2001/01/30  16:12:45
14585         Log: avoid uninitialized value warnings
14586      Branch: maint-5.6/perl
14587            ! win32/bin/search.pl
14588 ____________________________________________________________________________
14589 [  8609] By: gsar                                  on 2001/01/30  16:08:01
14590         Log: support for -Dusethreads build under HP-UX 10.20 and DCE threads
14591              library (11.0 and later have pthreads but 10.x don't)
14592      Branch: maint-5.6/perl
14593            ! hints/hpux.sh thread.h
14594 ____________________________________________________________________________
14595 [  8608] By: gsar                                  on 2001/01/30  15:48:55
14596         Log: perl's internal variables are not for public consumption,
14597              move their docs from perlapi.pod to perlintern.pod
14598      Branch: maint-5.6/perl
14599            ! intrpvar.h perlapi.c pod/perlapi.pod pod/perlintern.pod
14600            ! thrdvar.h
14601 ____________________________________________________________________________
14602 [  8607] By: gsar                                  on 2001/01/30  15:44:27
14603         Log: mistakenly branched perl56delta.pod, revert
14604      Branch: maint-5.6/perl
14605            - pod/perl56delta.pod
14606           !> pod/perldelta.pod
14607 ____________________________________________________________________________
14608 [  8606] By: gsar                                  on 2001/01/30  14:20:24
14609         Log: integrate changes#7984,7987,8010 from mainline (gets rid of
14610              dTHR which has been a noop for a while now, except for the
14611              compatibility definition in thread.h)
14612      Branch: maint-5.6/perl
14613           !> (integrate 45 files)
14614 ____________________________________________________________________________
14615 [  8605] By: jhi                                   on 2001/01/30  05:43:58
14616         Log: Mark the UTF-8 APIs as experimental.
14617      Branch: maint-5.6/perl
14618            ! embed.pl pod/perlapi.pod
14619 ____________________________________________________________________________
14620 [  8604] By: jhi                                   on 2001/01/30  05:38:40
14621         Log: Nits from earlier integrates.
14622      Branch: maint-5.6/perl
14623            ! lib/Carp/Heavy.pm
14624           !> sv.c
14625 ____________________________________________________________________________
14626 [  8603] By: jhi                                   on 2001/01/30  05:27:26
14627         Log: Regenerate Porting files.
14628      Branch: maint-5.6/perl
14629            ! Porting/Glossary Porting/config.sh Porting/config_H
14630 ____________________________________________________________________________
14631 [  8602] By: jhi                                   on 2001/01/30  05:14:59
14632         Log: Integrate changes #7891,8034,8078,8110,8111,8112,8277,8291,
14633              8310,8339,8447,8492,8493,8505,8525: documentation changes.
14634              
14635              Subject: Re: perlfaq style changes
14636              
14637              Subject: DOC PATCH 5.6.0: -s return value incompletely documented
14638              
14639              Subject: [PATCH] docs on NaN
14640              
14641              Subject: [patch] perlfaq7
14642              
14643              Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
14644              
14645              Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
14646              
14647              Subject: [PATCH] open() example in perlfunc.pod
14648              
14649              Podify README.mpeix (a new version from the web)
14650              
14651              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
14652              
14653              Subject: [PATCH] format and rewording in perlfaq.pod
14654              
14655              Subject: [PATCH] API Variable documentation   
14656              
14657              Memory management calls documentation.
14658              
14659              Subject: [PATCH: perl@8482] README.vms URL updates
14660              
14661              Subject: Minor typos in perlfaq2.pod
14662              
14663              Subject: [PATCH] pod/perlvar.pod
14664      Branch: maint-5.6/perl
14665           +> pod/perl56delta.pod
14666            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
14667           !> README.amiga README.epoc README.mpeix README.vms
14668           !> ext/POSIX/POSIX.pod lib/CPAN.pm lib/Carp/Heavy.pm
14669           !> lib/Win32.pod pod/perlapi.pod pod/perlfaq.pod pod/perlfaq1.pod
14670           !> pod/perlfaq2.pod pod/perlfaq6.pod pod/perlfaq7.pod
14671           !> pod/perlfunc.pod pod/perlop.pod pod/perlrequick.pod
14672           !> pod/perlvar.pod thrdvar.h
14673 ____________________________________________________________________________
14674 [  8601] By: jhi                                   on 2001/01/30  04:38:35
14675         Log: Integrate changes #8036,8096,8253 from mainline:
14676              hints changes.
14677              
14678              Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
14679              Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
14680              
14681              Output the (apparent) version of gcc in Tru64.
14682      Branch: maint-5.6/perl
14683           +> ext/POSIX/hints/svr4.pl
14684           !> MANIFEST ext/POSIX/Makefile.PL hints/dec_osf.sh hints/hpux.sh
14685           !> hints/svr4.sh t/lib/bigfltpm.t
14686 ____________________________________________________________________________
14687 [  8600] By: jhi                                   on 2001/01/30  04:04:01
14688         Log: Integrate changes #7863,7868,7875,7876,7888,8384,8480 from mainline:
14689              locale fixes.
14690              
14691              sprintf() does not taint since print() does not. (7863,7875,7876,7888)
14692              
14693              Debian allows /usr/bin/locale to exist without any locales. (7868)
14694              
14695              Allow the locale test needing POSIX and the taint test
14696              needing IPC::SysV to run under 'minitest' (basically,
14697              bail out if loading the extension fails). (8384)
14698              
14699              Cleanup the locale.t output  (8480)
14700      Branch: maint-5.6/perl
14701           !> pod/perllocale.pod sv.c t/op/misc.t t/op/taint.t
14702           !> t/pragma/locale.t
14703 ____________________________________________________________________________
14704 [  8599] By: jhi                                   on 2001/01/30  03:51:04
14705         Log: Missing generated files from #8598.
14706      Branch: maint-5.6/perl
14707            ! embed.h global.sym objXSUB.h perlapi.c proto.h
14708 ____________________________________________________________________________
14709 [  8598] By: jhi                                   on 2001/01/30  03:41:54
14710         Log: Integrate change #8555 from mainline, manually integrate parts
14711              of changes 8452 and 8583.
14712              
14713              Subject: [PATCH] utf8.c documentation (8452)
14714              
14715              No point in checking the length if the pointer is bogus. (8555)
14716              
14717              Introduce bytes_from_utf8() and implement sv_eq() using it,
14718              tr/// did not handle UTF-8 ranges, \ before a raw UTF-8 character
14719              produced "Malformed UTF-8 character" warning, "\x{100}\N{CENT SIGN}"
14720              was malformed. (8583)
14721      Branch: maint-5.6/perl
14722            ! embed.pl t/lib/charnames.t t/op/tr.t toke.c
14723           !> pod/perlapi.pod sv.c utf8.c
14724 ____________________________________________________________________________
14725 [  8597] By: gsar                                  on 2001/01/30  02:37:26
14726         Log: get PERL_OBJECT build going again on windows
14727      Branch: maint-5.6/perl
14728            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
14729            ! pod/perlapi.pod proto.h sv.c
14730 ____________________________________________________________________________
14731 [  8596] By: jhi                                   on 2001/01/30  02:16:17
14732         Log: Signedness nit.
14733      Branch: perl
14734            ! sv.c
14735 ____________________________________________________________________________
14736 [  8595] By: jhi                                   on 2001/01/30  02:11:07
14737         Log: EBCDIC patch for Storable, from Peter Prymmer.
14738      Branch: perl
14739            ! t/lib/st-06compat.t
14740 ____________________________________________________________________________
14741 [  8594] By: jhi                                   on 2001/01/30  01:04:48
14742         Log: Subject: [PATCH: perl@8585] yet another tweak to lib/b.t for EBCDIC
14743              From: Peter Prymmer <pvhp@forte.com>
14744              Date: Mon, 29 Jan 2001 16:51:38 -0800 (PST)
14745              Message-ID: <Pine.OSF.4.10.10101291646320.230748-100000@aspara.forte.com>
14746      Branch: perl
14747            ! t/lib/b.t
14748 ____________________________________________________________________________
14749 [  8593] By: jhi                                   on 2001/01/30  00:56:47
14750         Log: Subject: [PATCH: perl@8585] pod problems in io
14751              From: Peter Prymmer <pvhp@forte.com>
14752              Date: Mon, 29 Jan 2001 16:46:25 -0800 (PST)
14753              Message-ID: <Pine.OSF.4.10.10101291636420.230748-100000@aspara.forte.com>
14754      Branch: perl
14755            ! pod/perlapio.pod pod/perliol.pod
14756 ____________________________________________________________________________
14757 [  8592] By: jhi                                   on 2001/01/30  00:48:20
14758         Log: Integrate perlio.
14759      Branch: perl
14760           !> pod/perlapio.pod pod/perliol.pod
14761 ____________________________________________________________________________
14762 [  8591] By: nick                                  on 2001/01/29  22:02:28
14763         Log: GNU 'merge' Simon's copy of perliol.pod with version
14764              patched by Craig's patch.
14765      Branch: perlio
14766            ! pod/perliol.pod
14767 ____________________________________________________________________________
14768 [  8590] By: nick                                  on 2001/01/29  21:55:10
14769         Log: PerlIO doc tweaks from Craig A. Berry <craig.berry@psinetcs.com>
14770      Branch: perlio
14771            ! pod/perlapio.pod pod/perliol.pod
14772 ____________________________________________________________________________
14773 [  8589] By: jhi                                   on 2001/01/29  15:35:33
14774         Log: Integrate change #8586 from maint-5.6/perl.
14775              
14776              make the BOM detection code not call tell() until it has to
14777              (meant to fix esoteric compatibility issues where PL_rsfp
14778              is overridden)
14779      Branch: perl
14780           !> toke.c
14781 ____________________________________________________________________________
14782 [  8588] By: jhi                                   on 2001/01/29  15:29:11
14783         Log: Subject: MAking Solaris malloc() the default
14784              From: Lupe Christoph <lupe@lupe-christoph.de>
14785              Date: Mon, 29 Jan 2001 12:59:36 +0100
14786              Message-ID: <20010129125936.Z4830@alanya.lupe-christoph.de>
14787              
14788              The README.solaris part slightly tweaked.
14789      Branch: perl
14790            ! README.solaris hints/solaris_2.sh
14791 ____________________________________________________________________________
14792 [  8587] By: jhi                                   on 2001/01/29  15:17:34
14793         Log: Subject: [ID 20010128.003] [PATCH] perlre.pod \b buglet
14794              From: root@ak-75.mind.de
14795              Date: Sun, 28 Jan 2001 20:32:29 +0100
14796              Message-Id: <200101281932.UAA15768@ak-75.mind.de>
14797      Branch: perl
14798            ! pod/perlre.pod
14799 ____________________________________________________________________________
14800 [  8586] By: gsar                                  on 2001/01/29  13:43:44
14801         Log: make the BOM detection code not call tell() until it has to
14802              (meant to fix esoteric compatibility issues where PL_rsfp
14803              is overridden)
14804      Branch: maint-5.6/perl
14805            ! toke.c
14806 ____________________________________________________________________________
14807 [  8585] By: jhi                                   on 2001/01/28  20:05:45
14808         Log: Update Changes.
14809      Branch: perl
14810            ! Changes patchlevel.h
14811 ____________________________________________________________________________
14812 [  8584] By: jhi                                   on 2001/01/28  19:30:02
14813         Log: Integrate perlio.
14814      Branch: perl
14815           +> pod/perliol.pod
14816           !> MANIFEST pod/perlapio.pod
14817 ____________________________________________________________________________
14818 [  8583] By: jhi                                   on 2001/01/28  19:28:40
14819         Log: Patch from Inaba Hiroto:
14820              - canonical UTF-8 hash keys: if a key string for a hash is
14821              UTF8-on, try downgrade the string and use it if
14822              unicode::distinct is not in effect.
14823              For the task, I added a function bytes_from_utf8() to utf8.c.
14824              It might resemble utf8_to_bytes() but it is not convenient
14825              to the task.
14826              Made a test for it and added to t/op/each.t
14827              - Changed do_print in doio.c to apply sv_utf8_(downgrade|upgrade) to
14828              the mortal copy of the argument SV.
14829              And changed t/io/utf8.t test 18 which expects print() to
14830              upgrade its argument.
14831              - re-implement sv_eq with bytes_from_utf8()
14832              - some bug fixes
14833              - tr/// does not handle UTF8 range (\x{}-\x{})
14834              - \ before raw UTF8 character produced
14835              "Malformed UTF-8 character" warning.
14836              - "\x{100}\N{CENT SIGN}" is Malformed.
14837              Added tests for these 3.
14838              - and one silly bug (by me) with qu operator.
14839      Branch: perl
14840            ! doio.c embed.h embed.pl global.sym hv.c objXSUB.h perlapi.c
14841            ! pod/perlapi.pod proto.h sv.c t/io/utf8.t t/lib/charnames.t
14842            ! t/op/each.t t/op/tr.t t/pragma/utf8.t toke.c utf8.c
14843 ____________________________________________________________________________
14844 [  8582] By: nick                                  on 2001/01/28  19:25:04
14845         Log: Add pod/perliol.pod to MANIFEST :-(
14846      Branch: perlio
14847            ! MANIFEST
14848 ____________________________________________________________________________
14849 [  8581] By: nick                                  on 2001/01/28  19:22:40
14850         Log: PerlIO documentation. Proofing and sub-editing requested.
14851      Branch: perlio
14852            + pod/perliol.pod
14853            ! pod/perlapio.pod
14854 ____________________________________________________________________________
14855 [  8580] By: jhi                                   on 2001/01/28  05:16:25
14856         Log: Revert the change to sv_2pv() done by #8054: Someone who
14857              did SvNV_set() on a scalar that also happened to be POK,
14858              followed by sv_2pv() won't get the right coercion anymore.
14859              [Sarathy]
14860      Branch: maint-5.6/perl
14861            ! sv.c
14862 ____________________________________________________________________________
14863 [  8579] By: jhi                                   on 2001/01/28  05:15:04
14864         Log: Remove the #8084 effect: do not allow -Q to be interpreted
14865              as -&Q(), this is too much wiggle room.
14866      Branch: maint-5.6/perl
14867            ! toke.c
14868 ____________________________________________________________________________
14869 [  8578] By: jhi                                   on 2001/01/28  05:12:45
14870         Log: Needed bits of #8439 (should have been in #8576),
14871              mainly for lval substr().
14872      Branch: maint-5.6/perl
14873            ! mg.c pp.c pp_hot.c
14874 ____________________________________________________________________________
14875 [  8577] By: jhi                                   on 2001/01/28  05:02:46
14876         Log: A missing check-in.
14877      Branch: maint-5.6/perl
14878            ! utf8.c
14879 ____________________________________________________________________________
14880 [  8576] By: jhi                                   on 2001/01/28  04:26:18
14881         Log: Integrate changes #8425,8436,8439,8517 from mainline.
14882              The 8439 was not truly integrated because it had too many
14883              dependencies on the development branch and because it introduced
14884              concepts too bold for a maintenance branch (such as the qu operator).
14885              
14886              Subject: [PATCH perl@8342] -Wformat
14887              
14888              Tighten some of the UTF-8 tests a bit.
14889              
14890              More UTF-8 patches from Inaba Hiroto. (8439, but only partly)
14891              - The substr lval was still not okay.
14892              - Now pp_stringify and sv_setsv copies source's UTF8 flag
14893              even if IN_BYTE.  pp_stringify is called from fold_constants
14894              at optimization phase and "\x{100}" was made SvUTF8_off under
14895              use bytes (the bytes pragma is for "byte semantics" and not
14896              for "do not produce UTF8 data")
14897      Branch: maint-5.6/perl
14898            ! t/lib/charnames.t t/op/substr.t toke.c
14899           !> sv.c t/pragma/utf8.t
14900 ____________________________________________________________________________
14901 [  8575] By: jhi                                   on 2001/01/28  04:01:51
14902         Log: Integrate changes #8378,8379,8385,8386,8405 from mainline.
14903              
14904              Subject: One more patch for UTF8  (UTF-8 fixes for 'x' and tr////)
14905              
14906              Subject: [ID 20001230.003] UTF-8 tr still hurts
14907              
14908              Test cases for #8385 (from Simon's "torture.pl")
14909              
14910              Start fixing UTF-8 lval substr() (8405)
14911      Branch: maint-5.6/perl
14912           !> doop.c embed.h embed.pl mg.c op.c pod/perlapi.pod pp.c proto.h
14913           !> regcomp.c regexec.c t/op/substr.t t/op/tr.t toke.c utf8.c
14914 ____________________________________________________________________________
14915 [  8574] By: jhi                                   on 2001/01/28  03:09:06
14916         Log: Integrate changes #8328,8329,8330,8331,8332,8341,8343,8377
14917              from mainline.
14918              
14919              UTF-8 cleanup.
14920              
14921              Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
14922              
14923              "\x{FF}\xFF" was broken.
14924              
14925              Tests for #8329 and #8330.
14926              
14927              Add a note about EBCDIC versus UTF-8 to a potential problem spot.
14928              
14929              IRIX compiler noticed that the bof initialization might be
14930              bypassed by control flow.
14931              
14932              Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
14933      Branch: maint-5.6/perl
14934           !> doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
14935           !> regexec.c sv.c t/op/bop.t toke.c utf8.c
14936 ____________________________________________________________________________
14937 [  8573] By: jhi                                   on 2001/01/28  02:06:12
14938         Log: Retract #8552.
14939      Branch: perl
14940            ! lib/Text/Wrap.pm t/lib/textwrap.t
14941 ____________________________________________________________________________
14942 [  8572] By: jhi                                   on 2001/01/28  02:04:49
14943         Log: Integrate changes #8267,8272[perlio],8274,8298,8300,8303,
14944              8305,8323,8324 from mainline.  The 8267,8272, and 8298 were
14945              not really integrated but instead salvaged by hand
14946              (they had too many dependencies on the development release
14947              to be cleanly integratable).
14948              
14949              Subject: more UTF8 test suites and an UTF8 patch
14950              
14951              Tweak for MULTIPLICITY/USE_PERLIO
14952              
14953              Signedness nit.
14954              
14955              Turn SvUTF8 off if not required in pp_chr and pp_stringify.
14956              
14957              Use the UTF8_XXX macros in is_utf8_char().
14958              
14959              Rewrite pp_concat() in terms of sv_catsv().  The . operator
14960              should now be UTF-8-proof.
14961              
14962              Subject: [PATCH perl@8269] scanning two hex-constants
14963              fails on EBCDIC environment (script length.t)
14964              
14965              Add some Unicode chop() tests.
14966      Branch: maint-5.6/perl
14967            ! doop.c mg.c pp.c pp_hot.c toke.c utf8.c
14968           !> sv.c t/op/chop.t utf8.h
14969 ____________________________________________________________________________
14970 [  8571] By: jhi                                   on 2001/01/28  00:35:59
14971         Log: Integrate changes #8090,8093[perlio,only the sv.c tweak],
14972              8245,8247,8248,8249,8250,8251,8260,8263,8264,8265 from mainline.
14973              
14974              Subject: [PATCH] Re: Breadperl & Tk (sv_utf8_upgrade fixes)
14975              
14976              The maxiters upper limit sanity check (guarding against
14977              non-progress) assumed bytes instead of characters in s///
14978              and split().
14979              
14980              Signedness nit.
14981              
14982              sv_catsv() rewrite (8248,8249,8251,8260,8263,8264,8265)
14983              join() should now be UTF-8-proof.
14984              
14985              More split // UTF-8 tests. (8250)
14986      Branch: maint-5.6/perl
14987           !> doop.c hv.c pp.c pp_hot.c sv.c t/op/join.t utf8.c utf8.h
14988           !> util.c
14989 ____________________________________________________________________________
14990 [  8570] By: jhi                                   on 2001/01/27  22:15:46
14991         Log: Integrate changes #7941,7943,7944,7958,7967,7995,7996,7998,
14992              8004,8005,8023,8024,8028,8030,8031,8033,8039,8042,8052[perlio],
14993              8053[perlio],8054[perlio,+sv.c(-PerlIO_isutf8),+require.t],
14994              8084,8204,8244,8333 from mainline.
14995              
14996              For -Q where Q might be a one-letter sub name one does no more
14997              get a warning about an unknown filetest (7941,7943,7944,8084).
14998              
14999              Subject: Re: [ID 20001130.011] expression parsing bug ?
15000              
15001              Make uv_to_utf8() to zero-terminate its output buffer.
15002              
15003              Split off t/op/length.t (7995)
15004              
15005              Split off t/op/utf8decode.t (7996)
15006              
15007              Remove an unnecessary 'use utf8' from the utf8.t (7998)
15008              
15009              Split off t/op/concat.t (8004)
15010              
15011              Split off t/op/ver.t (8005)
15012              
15013              Document utf8_length(), utf8_distance(), and utf8_hop().
15014              
15015              Document utf8_to_uv() better.
15016              
15017              Introduce macros for UTF8 decoding (8028,8033).
15018              
15019              Add test for reverse() (8030,8031).
15020              
15021              Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful (8039,8333)
15022              
15023              Do not return the Unicode replacement character    on UTF-8
15024              decoding failure.
15025              
15026              Typo/thinko in S_scan_const() - seeing high bit sets has_utf8
15027              not this_utf8 i.e. the output string has one, but don't mess
15028              with source assumption. (8052,8053)
15029              
15030              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious
15031              writing of BOM to a non-utf8 stream.  Fix SvPVutf8() - sv_2pv()
15032              was not expecting to be called with something that was already
15033              SvPOK() - (we just fossiked with SvUTF8 bit). Fix that and also
15034              just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
15035              (8054)
15036              
15037              Recode the naughty binary bytes in utf8decode.t using the \xHH.
15038              
15039              Make some panic messages a bit more logical.
15040      Branch: maint-5.6/perl
15041           +> t/op/concat.t t/op/length.t t/op/reverse.t t/op/utf8decode.t
15042           !> MANIFEST doop.c embed.pl lib/ExtUtils/Liblist.pm op.c
15043           !> pod/perlapi.pod pod/perldiag.pod pp.c pp_hot.c regcomp.c
15044           !> regexec.c sv.c t/comp/require.t t/op/misc.t t/op/ver.t
15045           !> t/pragma/utf8.t t/pragma/warn/toke t/pragma/warn/utf8 toke.c
15046           !> utf8.c utf8.h
15047 ____________________________________________________________________________
15048 [  8569] By: jhi                                   on 2001/01/27  19:16:43
15049         Log: Integrate changes #7750 from perlio and #8566 from mainline.
15050      Branch: maint-5.6/perl
15051           !> regexec.c sv.c
15052 ____________________________________________________________________________
15053 [  8568] By: jhi                                   on 2001/01/27  18:06:51
15054         Log: Integrate changes #7355[-doio.c],7691,7744,7753[perlio],
15055              7783,7790[perlio],7869,7871,7872,7911,7916,7932,
15056              7935[-perlio.c],7936,7959,7965 from mainline.
15057              
15058              Change the "big byte" error message to "Wide character".
15059              (7355, the croak-if-wide-chars-in-print part ignored)
15060              
15061              Use UINT64_C().
15062              
15063              Introduce Perl_utf8_length().
15064              
15065              diff -se shows these as different (7753, forgotten check-ins)
15066              
15067              Subject: [PATCH] doop.c - UTF8 tr///
15068              
15069              If we use (aTHX_ ...) then put Perl_ on the front.
15070              
15071              Make utf8_length() and utf8_distance() to be less forgiving
15072              about bad UTF-8.
15073              
15074              Test line numbers are different with utf8.
15075              
15076              No need to scan till infinity, 13 is enough. (7872,7911)
15077              
15078              Subject: [PATCH] Tokeniser debugging
15079              
15080              Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
15081              
15082              Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits (only toke.c)
15083              
15084              Be more careful in Perl_sv_utf8_downgrade().
15085              
15086              Use DO_UTF8().
15087              
15088              Raw zero bytes in text files confuse at least GNU patch 2.1.
15089      Branch: maint-5.6/perl
15090           !> doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
15091           !> perl.c perl.h perlapi.c pod/perlapi.pod pod/perldiag.pod
15092           !> pod/perlrun.pod proto.h scope.h sv.c t/op/re_tests
15093           !> t/pragma/utf8.t toke.c utf8.c utf8.h
15094 ____________________________________________________________________________
15095 [  8567] By: nick                                  on 2001/01/27  11:10:38
15096         Log: Integrate mainline
15097      Branch: perlio
15098           !> Changes README.os390 embed.h embed.pl op.c patchlevel.h pp.c
15099           !> proto.h regexec.c sv.c t/lib/1_compile.t t/lib/b.t
15100           !> t/lib/st-06compat.t t/pragma/overload.t t/pragma/sub_lval.t
15101           !> toke.c
15102 ____________________________________________________________________________
15103 [  8566] By: jhi                                   on 2001/01/27  06:22:48
15104         Log: More documentation for the regexp context stack.
15105      Branch: perl
15106            ! regexec.c
15107 ____________________________________________________________________________
15108 [  8565] By: jhi                                   on 2001/01/27  05:21:57
15109         Log: Update Changes.
15110      Branch: perl
15111            ! Changes patchlevel.h
15112 ____________________________________________________________________________
15113 [  8564] By: jhi                                   on 2001/01/27  04:44:04
15114         Log: Threadedness patch for #8562 from Doug MacEachern.
15115      Branch: perl
15116            ! toke.c
15117 ____________________________________________________________________________
15118 [  8563] By: jhi                                   on 2001/01/27  04:26:24
15119         Log: Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
15120              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
15121              Date: Thu, 25 Jan 2001 01:17:21 -0800 (PST)
15122              Message-ID: <14959.59703.507462.978833@soda.csua.berkeley.edu>
15123      Branch: perl
15124            ! op.c
15125 ____________________________________________________________________________
15126 [  8562] By: jhi                                   on 2001/01/27  04:20:30
15127         Log: Subject: Re: Announce : Tokener reporting patch
15128              From: Simon Cozens <simon@cozens.net>
15129              Date: Mon, 22 Jan 2001 02:17:22 +0000
15130              Message-ID: <20010122021722.A9334@pembro26.pmb.ox.ac.uk>
15131      Branch: perl
15132            ! embed.h embed.pl proto.h toke.c
15133 ____________________________________________________________________________
15134 [  8561] By: jhi                                   on 2001/01/27  04:17:24
15135         Log: Forgot from #8545.  Oops.
15136      Branch: perl
15137            ! pp.c t/pragma/overload.t
15138 ____________________________________________________________________________
15139 [  8560] By: jhi                                   on 2001/01/27  03:01:47
15140         Log: A better module compilation test, use MANIFEST as suggested
15141              by Spider.
15142      Branch: perl
15143            ! t/lib/1_compile.t
15144 ____________________________________________________________________________
15145 [  8559] By: jhi                                   on 2001/01/27  02:50:48
15146         Log: Subject: [PATCH: perl@8531] EBCDIC cleanup for B test
15147              From: Peter Prymmer <pvhp@forte.com>
15148              Date: Fri, 26 Jan 2001 16:38:08 -0800 (PST)
15149              Message-ID: <Pine.OSF.4.10.10101261635400.14820-100000@aspara.forte.com>
15150      Branch: perl
15151            ! t/lib/b.t
15152 ____________________________________________________________________________
15153 [  8558] By: jhi                                   on 2001/01/27  02:27:05
15154         Log: Subject: [PATCH: perl@8531] EBCDIC branch for pragma/sub-lval.t
15155              From: Peter Prymmer <pvhp@forte.com>
15156              Date: Fri, 26 Jan 2001 16:05:11 -0800 (PST)
15157              Message-ID: <Pine.OSF.4.10.10101261603460.14820-100000@aspara.forte.com>
15158      Branch: perl
15159            ! t/pragma/sub_lval.t
15160 ____________________________________________________________________________
15161 [  8557] By: jhi                                   on 2001/01/27  02:26:03
15162         Log: Subject: [PATCH: perl@8531] a peek at uuencoded EBCDIC (st-06compat.t)
15163              From: Peter Prymmer <pvhp@forte.com>
15164              Date: Fri, 26 Jan 2001 14:47:46 -0800 (PST)
15165              Message-ID: <Pine.OSF.4.10.10101261443561.14820-100000@aspara.forte.com>
15166      Branch: perl
15167            ! t/lib/st-06compat.t
15168 ____________________________________________________________________________
15169 [  8556] By: jhi                                   on 2001/01/27  02:24:33
15170         Log: Subject: [PATCH: perl@8531] minor update to README.os390
15171              From: Peter Prymmer <pvhp@forte.com>
15172              Date: Fri, 26 Jan 2001 14:33:27 -0800 (PST)
15173              Message-ID: <Pine.OSF.4.10.10101261425560.14820-100000@aspara.forte.com>
15174      Branch: perl
15175            ! README.os390
15176 ____________________________________________________________________________
15177 [  8555] By: jhi                                   on 2001/01/27  00:35:47
15178         Log: No point in checking the length before we know whether the pointer
15179              is bogus or not, fixes Abigail's odbm failures in Linux.
15180      Branch: perl
15181            ! sv.c
15182 ____________________________________________________________________________
15183 [  8554] By: nick                                  on 2001/01/26  19:01:31
15184         Log: Integrate mainline
15185      Branch: perlio
15186           !> lib/Text/Wrap.pm t/lib/textwrap.t
15187 ____________________________________________________________________________
15188 [  8553] By: jhi                                   on 2001/01/26  15:19:39
15189         Log: Integrate change #7792 from perlio (multiplicity fix),
15190              fix the AV leak in regex DEBUGGING (tiny part of the
15191              polymorphic regexp patch #8143).
15192      Branch: maint-5.6/perl
15193            ! regcomp.c
15194           !> scope.h
15195 ____________________________________________________________________________
15196 [  8552] By: jhi                                   on 2001/01/26  15:03:23
15197         Log: Subject: [PATCH Text::Wrap 2000.06292219] Spurious leading whitespace
15198              From: Michael G Schwern <schwern@pobox.com>
15199              Date: Fri, 26 Jan 2001 09:28:31 -0500
15200              Message-ID: <20010126092831.A15328@blackrider.aocn.com>
15201      Branch: perl
15202            ! lib/Text/Wrap.pm t/lib/textwrap.t
15203 ____________________________________________________________________________
15204 [  8551] By: jhi                                   on 2001/01/26  02:33:19
15205         Log: Integrate changes #7760,7815,7870,7873,7874,7877,7878,7879,7881,
15206              7937,7938,7939,7940,7968,7969,8403,8414,8510 from mainline.
15207              
15208              Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
15209              
15210              Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
15211              
15212              Message nit.
15213              
15214              BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
15215              
15216              Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
15217              
15218              (the cleanup of unused submatches in regtry() and regcppop())
15219              
15220              Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
15221              stored and restored, and thusly was trounced by the utf8 swash
15222              routines.
15223              
15224              use utf8 not required to use \x{}.
15225              
15226              Removed two more tests that make no sense in UTF-8 since the test
15227              data is not in UTF-8.
15228              
15229              Get the three different space character classes right under utf8.
15230              
15231              Implement ANYOFUTF8 regprop() dumping.
15232              
15233              Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
15234              
15235              Document the regex context pushing/popping a bit better.
15236      Branch: maint-5.6/perl
15237           +> lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
15238           !> MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
15239           !> regexec.c scope.h t/op/pat.t t/op/re_tests t/op/regexp.t
15240           !> t/op/regmesg.t utf8.c
15241 ____________________________________________________________________________
15242 [  8550] By: nick                                  on 2001/01/25  19:42:30
15243         Log: Integrate mainline
15244      Branch: perlio
15245           !> Makefile.SH README.os390 gv.c hints/os390.sh installperl
15246           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm perl.h
15247           !> pod/perlguts.pod t/lib/bigfloat.t t/lib/bigfltpm.t
15248           !> t/lib/bigint.t t/lib/bigintpm.t
15249 ____________________________________________________________________________
15250 [  8549] By: jhi                                   on 2001/01/25  15:22:28
15251         Log: Undo 6475: { use utf8; chr(128..255) } is better off producing bytes.
15252      Branch: maint-5.6/perl
15253            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
15254 ____________________________________________________________________________
15255 [  8548] By: jhi                                   on 2001/01/25  15:02:55
15256         Log: Integrate changes #7997,8063,8492,8547 from mainline.
15257              
15258              Subject: Re: STRLEN - what?
15259              
15260              Subject: [PATCH] perlguts.pod
15261              
15262              Memory management calls documentation.
15263              
15264              Layout using tabulator is not a good idea in a pod.
15265      Branch: maint-5.6/perl
15266           !> pod/perlguts.pod
15267 ____________________________________________________________________________
15268 [  8547] By: jhi                                   on 2001/01/25  14:49:05
15269         Log: Layout using tabulator is not a good idea in a pod.
15270      Branch: perl
15271            ! pod/perlguts.pod
15272 ____________________________________________________________________________
15273 [  8546] By: jhi                                   on 2001/01/25  14:31:12
15274         Log: Integrate changes #8188,8189,8208,8209,8210,8212,8374,8388
15275              from mainline.
15276              
15277              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
15278              
15279              Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
15280              
15281              More Win32 editor/IDE/shell hints.
15282              
15283              More Win32 Perling.
15284              
15285              Yet another editor edit.
15286              
15287              Edit edit edit.
15288              
15289              IDE/editor section tweaking.
15290              
15291              Few more IDE/editor nits from p5p.
15292      Branch: maint-5.6/perl
15293           !> pod/perlfaq3.pod
15294 ____________________________________________________________________________
15295 [  8545] By: jhi                                   on 2001/01/25  04:16:32
15296         Log: Subject: [PATCH 5.7.0] overload int()
15297              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15298              Date: Wed, 24 Jan 2001 19:06:57 -0500
15299              Message-ID: <20010124190657.A8512@math.ohio-state.edu>
15300      Branch: perl
15301            ! gv.c lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm
15302            ! perl.h t/lib/bigfloat.t t/lib/bigfltpm.t t/lib/bigint.t
15303            ! t/lib/bigintpm.t
15304 ____________________________________________________________________________
15305 [  8544] By: jhi                                   on 2001/01/25  04:15:11
15306         Log: Subject: [PATCH: perl@8506]completion and docs for dynamic loading on OS/390
15307              From: Peter Prymmer <pvhp@forte.com>
15308              Date: Wed, 24 Jan 2001 17:17:14 -0800 (PST)
15309              Message-ID: <Pine.OSF.4.10.10101241706120.411912-100000@aspara.forte.com>
15310      Branch: perl
15311            ! Makefile.SH README.os390 hints/os390.sh installperl
15312 ____________________________________________________________________________
15313 [  8543] By: jhi                                   on 2001/01/25  03:52:08
15314         Log: Integrate change #8462,8469 from mainline.
15315              
15316              In VMS Perl subversion (perl -V) is undef.
15317      Branch: maint-5.6/perl
15318           !> configure.com
15319 ____________________________________________________________________________
15320 [  8542] By: jhi                                   on 2001/01/25  03:44:55
15321         Log: Integrate changes #7835,7850,8315,8316 from mainline.
15322              
15323              Solaris hints.
15324      Branch: maint-5.6/perl
15325           !> hints/solaris_2.sh
15326 ____________________________________________________________________________
15327 [  8541] By: jhi                                   on 2001/01/25  03:39:28
15328         Log: Integrate #8336 from mainline.
15329      Branch: maint-5.6/perl
15330           !> hv.c
15331 ____________________________________________________________________________
15332 [  8540] By: jhi                                   on 2001/01/25  03:23:50
15333         Log: Retract #8539.
15334      Branch: maint-5.6/perl
15335            ! pod/perlfaq3.pod
15336 ____________________________________________________________________________
15337 [  8539] By: jhi                                   on 2001/01/25  03:21:55
15338         Log: (Retracted by #5940.)
15339      Branch: maint-5.6/perl
15340            ! pod/perlfaq3.pod
15341 ____________________________________________________________________________
15342 [  8538] By: jhi                                   on 2001/01/25  03:14:07
15343         Log: Subject: [re-patch: 5.6.1-TRIAL1] was Re: [PATCH 5.6.1-TRIAL1]VMS buildpatches
15344              From: Peter Prymmer <pvhp@forte.com>
15345              Date: Mon, 18 Dec 2000 13:10:35 -0800 (PST)
15346              Message-ID: <Pine.OSF.4.10.10012181249310.410192-100000@aspara.forte.com>
15347              
15348              The VMS bits.
15349      Branch: maint-5.6/perl
15350            ! configure.com vms/descrip_mms.template
15351 ____________________________________________________________________________
15352 [  8537] By: jhi                                   on 2001/01/25  03:06:09
15353         Log: Integrate #7710,7824,7973 from mainline.
15354      Branch: maint-5.6/perl
15355           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
15356           !> config_h.SH configure.com epoc/config.sh hints/aix.sh malloc.c
15357           !> regcomp.c sv.c vos/config.alpha.def vos/config.alpha.h
15358           !> vos/config.ga.def vos/config.ga.h win32/config.bc
15359           !> win32/config.gc win32/config.vc
15360 ____________________________________________________________________________
15361 [  8536] By: jhi                                   on 2001/01/24  13:50:20
15362         Log: Revert the edits made by me so far to the 5.6 branch since
15363              the TRIAL1 since I did edits when I should have been using
15364              integrates.  Bad programmer.   (Will integrate them properly later.)
15365              Undoes #8347, #8349, #8350, #8351, #8353, #8355, #8376, #8463, #8470.
15366              The #8353 will not be reapplied at least for now since
15367              the UTF-8 hash keys need more thinking.
15368              (The patches #8347, #8354, #8454, #8473 were okay since they
15369              were original edits made specifically for the 5.6.1-TRIAL1.)
15370      Branch: maint-5.6/perl
15371            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15372            ! config_h.SH configure.com embed.pl epoc/config.sh hints/aix.sh
15373            ! hints/solaris_2.sh hv.c hv.h malloc.c perlapi.c
15374            ! pod/perlapi.pod pod/perlfaq3.pod proto.h regcomp.c sv.c
15375            ! t/op/each.t vms/descrip_mms.template vos/config.alpha.def
15376            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
15377            ! win32/config.bc win32/config.gc win32/config.vc
15378 ____________________________________________________________________________
15379 [  8535] By: bailey                                on 2001/01/24  06:37:02
15380         Log: SYN SYN
15381      Branch: vmsperl
15382           +> (branch 26 files)
15383           !> (integrate 130 files)
15384 ____________________________________________________________________________
15385 [  8534] By: nick                                  on 2001/01/23  19:30:57
15386         Log: Integrate mainline.
15387      Branch: perlio
15388           !> Changes Configure Porting/Glossary Porting/config.sh
15389           !> Porting/config_H embed.h embed.pl ext/Encode/compile
15390           !> ext/Opcode/Opcode.xs ext/Opcode/Safe.pm installperl objXSUB.h
15391           !> patchlevel.h perlapi.c perly.y pod/perlfunc.pod
15392           !> pod/perlvar.pod proto.h t/lib/1_compile.t
15393 ____________________________________________________________________________
15394 [  8533] By: jhi                                   on 2001/01/23  16:15:46
15395         Log: Forgotten from #8501.
15396      Branch: perl
15397            ! Porting/Glossary Porting/config.sh Porting/config_H
15398 ____________________________________________________________________________
15399 [  8532] By: jhi                                   on 2001/01/23  16:13:27
15400         Log: Subject: RE: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison) 
15401              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
15402              Date: Mon, 22 Jan 2001 17:51:58 +0100
15403              Message-ID: <5930DC161690D21196670090271575470397E915@madt009a.siemens.es>
15404      Branch: perl
15405            ! embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h
15406 ____________________________________________________________________________
15407 [  8531] By: jhi                                   on 2001/01/23  15:46:01
15408         Log: Update Changes.
15409      Branch: perl
15410            ! Changes patchlevel.h
15411 ____________________________________________________________________________
15412 [  8530] By: jhi                                   on 2001/01/23  15:38:39
15413         Log: De-cut-and-pasto.
15414      Branch: perl
15415            ! t/lib/1_compile.t
15416 ____________________________________________________________________________
15417 [  8529] By: jhi                                   on 2001/01/23  15:11:04
15418         Log: Document the mkdir trailing slashes case.
15419      Branch: perl
15420            ! pod/perlfunc.pod
15421 ____________________________________________________________________________
15422 [  8528] By: jhi                                   on 2001/01/23  15:08:28
15423         Log: lib/lib.pm is arch dependent, and lib/lib_pm.PL shouldn't
15424              get installed:
15425              
15426              Subject: lib/lib.pm
15427              From: <abigail@foad.org>
15428              Date: Mon, 28 Aug 2000 20:35:08 -0400
15429              Message-ID: <20000829003508.21281.qmail@foad.org>
15430      Branch: perl
15431            ! installperl
15432 ____________________________________________________________________________
15433 [  8527] By: jhi                                   on 2001/01/23  14:44:04
15434         Log: Metaconfig unit change for #8526.
15435      Branch: metaconfig
15436            ! U/threads/archname.U
15437 ____________________________________________________________________________
15438 [  8526] By: jhi                                   on 2001/01/23  14:43:19
15439         Log: Attach -perlio to the archname if so selected.
15440      Branch: perl
15441            ! Configure
15442 ____________________________________________________________________________
15443 [  8525] By: jhi                                   on 2001/01/23  14:24:01
15444         Log: Subject: [PATCH] pod/perlvar.pod
15445              From: abigail@foad.org
15446              Date: Tue, 23 Jan 2001 01:41:10 +0100
15447              Message-ID: <20010123004110.22259.qmail@foad.org>
15448      Branch: perl
15449            ! pod/perlvar.pod
15450 ____________________________________________________________________________
15451 [  8524] By: jhi                                   on 2001/01/23  14:22:32
15452         Log: A bug introduced in #8217 (the undefined variable in the
15453              lib/safe1_t #3) fixed, by Charles Lane:
15454              
15455              The earlier patch made it so that stuff running in Safe
15456              compartments could do a "caller" and see "main".  That
15457              little change in name is done right before the code in
15458              the compartment is run, and apparantly the parser
15459              was picking up the stash name before it got changed.
15460              
15461              (why it was threaded vs. unthreaded Perl that was sensitive to this
15462              I still don't know...and it probably doesn't matter).
15463              
15464              I tryed removing the stash name-change and saw that threaded Perl
15465              did indeed pass the lib/safe1.t tests.
15466              
15467              So here's a patch; a routine (_safe_pkg_prep) is added to Opcode to
15468              do the name change (and to connect _ in the compartment to the global
15469              _) which is removed from _safe_call_sv.   Then Safe.pm is modified
15470              to call _safe_pkg_prep when creating a new compartment.
15471              
15472              Passes all tests with threaded perl on linux; passes all tests
15473              with unthreaded perl on VMS.
15474              
15475              At some point I'll probably want to revisit Safe and Opcode to
15476              provide more sensible handling of global variables...and to get
15477              formats working in Safe compartments, which they don't do currently.
15478      Branch: perl
15479            ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
15480 ____________________________________________________________________________
15481 [  8523] By: jhi                                   on 2001/01/23  14:11:58
15482         Log: Also the lib/Thread.pm itself needs to be ignored if
15483              the Thread extension hasn't been built.
15484      Branch: perl
15485            ! t/lib/1_compile.t
15486 ____________________________________________________________________________
15487 [  8522] By: jhi                                   on 2001/01/23  13:51:28
15488         Log: print() instead of warn() so that stderr doesn't get
15489              unncessarily polluted.
15490      Branch: perl
15491            ! ext/Encode/compile
15492 ____________________________________________________________________________
15493 [  8521] By: jhi                                   on 2001/01/23  13:49:48
15494         Log: Integrate perlio.
15495      Branch: perl
15496           !> ext/Encode/Encode.xs ext/Encode/Makefile.PL ext/Encode/compile
15497           !> ext/Encode/encode.h
15498 ____________________________________________________________________________
15499 [  8520] By: nick                                  on 2001/01/22  21:44:00
15500         Log: More messing with Encode:
15501              Extra fields in header to allow multiple names and to record
15502              other things "compile" knows.
15503              Re-organise compile to factor out common output routines.
15504      Branch: perlio
15505            ! ext/Encode/Encode.xs ext/Encode/compile ext/Encode/encode.h
15506 ____________________________________________________________________________
15507 [  8519] By: nick                                  on 2001/01/22  20:33:50
15508         Log: Change file-of-files command line from -F to -f to avoid case issues on VMS.
15509      Branch: perlio
15510            ! ext/Encode/Makefile.PL ext/Encode/compile
15511 ____________________________________________________________________________
15512 [  8518] By: nick                                  on 2001/01/22  20:28:13
15513         Log: Integrate mainline
15514      Branch: perlio
15515           !> MANIFEST configure.com epoc/config.sh pp_sys.c regexec.c sv.c
15516           !> vos/config.alpha.def vos/config.alpha.h
15517 ____________________________________________________________________________
15518 [  8517] By: jhi                                   on 2001/01/22  15:37:17
15519         Log: Add sv_force_normal() to sv_utf8_downgrade() as suggested
15520              by Inaba Hiroto.
15521      Branch: perl
15522            ! sv.c
15523 ____________________________________________________________________________
15524 [  8516] By: jhi                                   on 2001/01/22  14:55:15
15525         Log: More SIG_SIZE fixes.
15526      Branch: perl
15527            ! epoc/config.sh vos/config.alpha.def vos/config.alpha.h
15528 ____________________________________________________________________________
15529 [  8515] By: jhi                                   on 2001/01/22  14:50:27
15530         Log: Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
15531              From: "Craig A. Berry" <craigberry@mac.com>
15532              Date: Mon, 22 Jan 2001 00:42:24 -0600
15533              Message-Id: <p04330103b6917f35375b@[172.16.52.1]>
15534      Branch: perl
15535            ! configure.com
15536 ____________________________________________________________________________
15537 [  8514] By: jhi                                   on 2001/01/22  14:31:17
15538         Log: Subject: [PATCH perl@8506] VMS catches up with change #8501
15539              From: "Craig A. Berry" <craigberry@mac.com>
15540              Date: Sun, 21 Jan 2001 23:03:25 -0600
15541              Message-Id: <p04330101b691596f577f@[172.16.52.1]>
15542      Branch: perl
15543            ! configure.com
15544 ____________________________________________________________________________
15545 [  8513] By: jhi                                   on 2001/01/22  14:14:00
15546         Log: Add the .ucm encoding tables to the MANIFEST.
15547      Branch: perl
15548            ! MANIFEST
15549 ____________________________________________________________________________
15550 [  8512] By: jhi                                   on 2001/01/22  13:43:33
15551         Log: Integrate perlio.
15552      Branch: perl
15553           +> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
15554           +> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
15555           +> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
15556           +> ext/Encode/Encode/iso8859-10.ucm
15557           +> ext/Encode/Encode/iso8859-13.ucm
15558           +> ext/Encode/Encode/iso8859-14.ucm
15559           +> ext/Encode/Encode/iso8859-15.ucm
15560           +> ext/Encode/Encode/iso8859-16.ucm
15561           +> ext/Encode/Encode/iso8859-2.ucm
15562           +> ext/Encode/Encode/iso8859-3.ucm
15563           +> ext/Encode/Encode/iso8859-4.ucm
15564           +> ext/Encode/Encode/iso8859-5.ucm
15565           +> ext/Encode/Encode/iso8859-6.ucm
15566           +> ext/Encode/Encode/iso8859-7.ucm
15567           +> ext/Encode/Encode/iso8859-8.ucm
15568           +> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
15569           +> ext/Encode/Encode/symbol.ucm
15570           !> ext/Encode/Makefile.PL ext/Encode/compile lib/open.pm perlio.c
15571           !> perliol.h
15572 ____________________________________________________________________________
15573 [  8511] By: nick                                  on 2001/01/21  23:44:47
15574         Log: Make "real" layers of ":utf8" and ":raw".
15575              So now PERLIO=utf8 perl ...
15576              does what Andreas wanted.
15577              Fix arg passing in open.pm (still have a Carp issue).
15578      Branch: perlio
15579            ! lib/open.pm perlio.c perliol.h
15580 ____________________________________________________________________________
15581 [  8510] By: jhi                                   on 2001/01/21  22:56:53
15582         Log: Document the regex context pushing/popping a bit better.
15583      Branch: perl
15584            ! regexec.c
15585 ____________________________________________________________________________
15586 [  8509] By: jhi                                   on 2001/01/21  22:55:44
15587         Log: Tweak the mkdir trailing slash code some more.
15588              
15589              TO DO: the same handling should probably be done for
15590              all the other filesystem functions that can have directories
15591              as their arguments.
15592      Branch: perl
15593            ! pp_sys.c
15594 ____________________________________________________________________________
15595 [  8508] By: nick                                  on 2001/01/21  21:37:43
15596         Log: Switch "compiled in" encodings to .ucm format.
15597              (Leave others as .enc till we can run-time load .ucm,
15598              or find some other way to load them.)
15599      Branch: perlio
15600            + ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
15601            + ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
15602            + ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
15603            + ext/Encode/Encode/iso8859-10.ucm
15604            + ext/Encode/Encode/iso8859-13.ucm
15605            + ext/Encode/Encode/iso8859-14.ucm
15606            + ext/Encode/Encode/iso8859-15.ucm
15607            + ext/Encode/Encode/iso8859-16.ucm
15608            + ext/Encode/Encode/iso8859-2.ucm
15609            + ext/Encode/Encode/iso8859-3.ucm
15610            + ext/Encode/Encode/iso8859-4.ucm
15611            + ext/Encode/Encode/iso8859-5.ucm
15612            + ext/Encode/Encode/iso8859-6.ucm
15613            + ext/Encode/Encode/iso8859-7.ucm
15614            + ext/Encode/Encode/iso8859-8.ucm
15615            + ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
15616            + ext/Encode/Encode/symbol.ucm
15617            ! ext/Encode/Makefile.PL ext/Encode/compile
15618 ____________________________________________________________________________
15619 [  8507] By: nick                                  on 2001/01/21  21:02:03
15620         Log: Integrate (partial) mainline.
15621      Branch: perlio
15622           !> Changes Configure config_h.SH patchlevel.h pod/perlfaq2.pod
15623           !> sv.c uconfig.h uconfig.sh vos/config.alpha.h vos/config.ga.h
15624           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
15625 ____________________________________________________________________________
15626 [  8506] By: jhi                                   on 2001/01/21  20:09:30
15627         Log: Update Changes.
15628      Branch: perl
15629            ! Changes patchlevel.h
15630 ____________________________________________________________________________
15631 [  8505] By: jhi                                   on 2001/01/21  19:39:59
15632         Log: Subject: Minor typos in perlfaq2.pod
15633              From: "Stephen P. Potter" <spp@spotter.yi.org>
15634              Message-Id: <200101192101.QAA11911@spotter.yi.org>
15635              Date: Fri, 19 Jan 2001 16:01:13 -0500
15636              
15637              with a nit from Philip Netwon.
15638      Branch: perl
15639            ! pod/perlfaq2.pod
15640 ____________________________________________________________________________
15641 [  8504] By: jhi                                   on 2001/01/21  19:33:05
15642         Log: Metaconfig change for #8503.
15643      Branch: metaconfig
15644            ! U/threads/usethreads.U
15645 ____________________________________________________________________________
15646 [  8503] By: jhi                                   on 2001/01/21  19:32:21
15647         Log: Sanity check for conflicting thread flavours.
15648      Branch: perl
15649            ! Configure config_h.SH
15650 ____________________________________________________________________________
15651 [  8502] By: jhi                                   on 2001/01/21  19:23:00
15652         Log: Metaconfig change for #8501.
15653      Branch: metaconfig
15654            ! U/modified/sig_name.U
15655 ____________________________________________________________________________
15656 [  8501] By: jhi                                   on 2001/01/21  19:22:26
15657         Log: The SIG_SIZE is the number of the elements *excluding*
15658              the terminating NULL.
15659      Branch: perl
15660            ! Configure config_h.SH uconfig.h uconfig.sh vos/config.alpha.h
15661            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
15662            ! win32/config_H.vc
15663 ____________________________________________________________________________
15664 [  8500] By: jhi                                   on 2001/01/21  18:31:31
15665         Log: Integrate perlio.
15666      Branch: perl
15667           !> doio.c embed.h embed.pl ext/Encode/Encode.xs
15668           !> ext/Encode/Makefile.PL ext/Encode/compile global.sym objXSUB.h
15669           !> opcode.h opcode.pl opnames.h perlapi.c pp.sym pp_proto.h
15670           !> pp_sys.c proto.h sv.c
15671 ____________________________________________________________________________
15672 [  8499] By: jhi                                   on 2001/01/21  17:43:57
15673         Log: Subject: Re: 8482 busted for $^V sprintf()s on OS/390 
15674              From: Hugo <hv@crypt.compulink.co.uk>
15675              Date: Sun, 21 Jan 2001 13:34:05 +0000
15676              Message-Id: <200101211334.NAA18121@crypt.compulink.co.uk>
15677              
15678              In sprintf UTF8ize only if necessary.
15679      Branch: perl
15680            ! sv.c
15681 ____________________________________________________________________________
15682 [  8498] By: nick                                  on 2001/01/21  16:25:32
15683         Log: Encode cleanup.
15684              Add command line control over "compile" so that Makefile.PL
15685              needs can be combined with other uses.
15686              Use command line options in Makefile.PL.
15687              Fix multi-byte parsing in .ucm files.
15688      Branch: perlio
15689            ! ext/Encode/Makefile.PL ext/Encode/compile
15690 ____________________________________________________________________________
15691 [  8497] By: nick                                  on 2001/01/21  12:56:27
15692         Log: Warn and set errno when open(...,":encoding(xxxxx)",...) cannot find xxxxx.
15693      Branch: perlio
15694            ! ext/Encode/Encode.xs
15695 ____________________________________________________________________________
15696 [  8496] By: nick                                  on 2001/01/21  12:18:45
15697         Log: Fixup after integrate:
15698              missed the .sym files that are changed by regen_headers
15699              sv.c and proto.h disagreed about pTHX_ ness of EXPECT_NUMBER.
15700      Branch: perlio
15701            ! global.sym pp.sym sv.c
15702 ____________________________________________________________________________
15703 [  8495] By: nick                                  on 2001/01/21  11:51:07
15704         Log: Integrate mainline.
15705      Branch: perlio
15706           +> ext/DynaLoader/dl_dllload.xs t/op/qu.t
15707           !> MANIFEST Makefile.SH README.os390 README.posix-bc README.vms
15708           !> embed.h embed.pl ext/DynaLoader/dl_aix.xs
15709           !> ext/DynaLoader/dl_dlopen.xs hints/os390.sh pod/perlfunc.pod
15710           !> pod/perlguts.pod pod/perlop.pod pod/perlre.pod
15711           !> pod/perlretut.pod pod/perlunicode.pod proto.h sv.c
15712           !> win32/Makefile win32/makefile.mk
15713 ____________________________________________________________________________
15714 [  8494] By: jhi                                   on 2001/01/20  23:12:11
15715         Log: Forgot the expect_number() prototype.
15716      Branch: perl
15717            ! embed.h embed.pl proto.h
15718 ____________________________________________________________________________
15719 [  8493] By: jhi                                   on 2001/01/20  22:56:39
15720         Log: Subject: [PATCH: perl@8482] README.vms URL updates
15721              From: Peter Prymmer <pvhp@forte.com>
15722              Date: Fri, 19 Jan 2001 18:59:02 -0800 (PST)
15723              Message-ID: <Pine.OSF.4.10.10101191856510.61572-100000@aspara.forte.com>
15724              
15725              Plus Craig A. Berry's suggestion to use compaq.com instead
15726              of digital.com.
15727      Branch: perl
15728            ! README.vms
15729 ____________________________________________________________________________
15730 [  8492] By: jhi                                   on 2001/01/20  22:50:05
15731         Log: Memory management calls documentation.
15732      Branch: perl
15733            ! pod/perlguts.pod
15734 ____________________________________________________________________________
15735 [  8491] By: jhi                                   on 2001/01/20  22:38:33
15736         Log: Signedness nit plus few memcpy/Copy nits.
15737      Branch: perl
15738            ! sv.c
15739 ____________________________________________________________________________
15740 [  8490] By: jhi                                   on 2001/01/20  22:25:53
15741         Log: Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
15742              From: Peter Prymmer <pvhp@forte.com>
15743              Date: Fri, 19 Jan 2001 18:43:14 -0800 (PST)
15744              Message-ID: <Pine.OSF.4.10.10101191841080.61505-100000@aspara.forte.com>
15745      Branch: perl
15746            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
15747 ____________________________________________________________________________
15748 [  8489] By: jhi                                   on 2001/01/20  22:24:41
15749         Log: Subject: [PATCH: perl@8482] win32 Makefile(s) handle podified READMEs
15750              From: Peter Prymmer <pvhp@forte.com>
15751              Date: Fri, 19 Jan 2001 18:33:43 -0800 (PST)
15752              Message-ID: <Pine.OSF.4.10.10101191828050.61158-100000@aspara.forte.com>
15753      Branch: perl
15754            ! win32/Makefile win32/makefile.mk
15755 ____________________________________________________________________________
15756 [  8488] By: jhi                                   on 2001/01/20  22:22:27
15757         Log: Subject: [PATCH: perl@8482] remove redundant dependencies that are unneeded
15758              From: Peter Prymmer <pvhp@forte.com>
15759              Date: Fri, 19 Jan 2001 18:25:38 -0800 (PST)
15760              Message-ID: <Pine.OSF.4.10.10101191816550.61158-100000@aspara.forte.com>
15761      Branch: perl
15762            ! Makefile.SH
15763 ____________________________________________________________________________
15764 [  8487] By: jhi                                   on 2001/01/20  22:21:18
15765         Log: Subject: [PATCH: perl@8482] partial support for dynaloading on OS/390
15766              From: Peter Prymmer <pvhp@forte.com>
15767              Date: Fri, 19 Jan 2001 18:12:05 -0800 (PST)
15768              Message-ID: <Pine.OSF.4.10.10101191646420.61158-100000@aspara.forte.com>
15769      Branch: perl
15770            + ext/DynaLoader/dl_dllload.xs
15771            ! MANIFEST Makefile.SH hints/os390.sh
15772 ____________________________________________________________________________
15773 [  8486] By: jhi                                   on 2001/01/20  22:17:53
15774         Log: Subject: [PATCH: perl@8482] floating point mangling warnings for README.os390 and README.posix-bc
15775              From: Peter Prymmer <pvhp@forte.com>
15776              Date: Fri, 19 Jan 2001 13:48:15 -0800 (PST)
15777              Message-ID: <Pine.OSF.4.10.10101191347140.59299-100000@aspara.forte.com>
15778      Branch: perl
15779            ! README.os390 README.posix-bc
15780 ____________________________________________________________________________
15781 [  8485] By: jhi                                   on 2001/01/20  20:15:30
15782         Log: Document and test the new qu operator.
15783      Branch: perl
15784            + t/op/qu.t
15785            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
15786            ! pod/perlretut.pod pod/perlunicode.pod
15787 ____________________________________________________________________________
15788 [  8484] By: nick                                  on 2001/01/20  19:42:30
15789         Log: Infrastructure to allow:
15790              open($fh,"|-",@array);
15791              to be implemented
15792              i.e. mark pp_open as needing a stack mark, and make pp_open
15793              process its args in that style (and pass them _all_ to tied handles OPEN).
15794              Invent do_openn() which takes SV ** at allow it to see multiple args.
15795              Note this does not _do_ anything yet.
15796      Branch: perlio
15797            ! doio.c embed.h embed.pl objXSUB.h opcode.h opcode.pl opnames.h
15798            ! perlapi.c pp_proto.h pp_sys.c proto.h
15799 ____________________________________________________________________________
15800 [  8483] By: nick                                  on 2001/01/20  17:23:14
15801         Log: Integrate mainline.
15802      Branch: perlio
15803           !> Changes configure.com patchlevel.h sv.c t/lib/1_compile.t
15804           !> t/op/sprintf.t t/op/ver.t t/pragma/locale.t
15805 ____________________________________________________________________________
15806 [  8482] By: jhi                                   on 2001/01/19  15:37:49
15807         Log: Update Changes.
15808      Branch: perl
15809            ! Changes patchlevel.h
15810 ____________________________________________________________________________
15811 [  8481] By: jhi                                   on 2001/01/19  14:41:24
15812         Log: Subject: Re: new feature: s?printf parameter reordering 
15813              From: Hugo <hv@crypt.compulink.co.uk>
15814              Date: Thu, 11 Jan 2001 17:09:03 +0000
15815              Message-Id: <200101111709.RAA23756@crypt.compulink.co.uk>
15816              
15817              - support reordering for all parameters: %, *v, *, .*
15818              - lay down that the reordering specification must immediately
15819              follow that parameter: %3$, *v3$, *3$, .*3$
15820              - fix vectorisation of a zero-length string
15821              - factor out the code choosing the argument to format
15822              
15823              Possibly unwanted side-effects:
15824              - the special format specifiers ' +-0' must now precede any
15825              vectorisation specifier. Tests in op/sprintf and op/ver
15826              have been changed to reflect this.
15827              - sprintf.t test #214 changed its expectations because in many
15828              cases, the next parameter has already been consumed when an
15829              invalid type letter is detected.
15830              
15831              Probably wanted side-effects:
15832              - attempts to format a non-existent parameter will warn as if C<undef>
15833              - attempt to write to non-existent parameter with '%n' will complain
15834              of "attempt to modify read-only value" instead of being silent
15835      Branch: perl
15836            ! sv.c t/op/sprintf.t t/op/ver.t
15837 ____________________________________________________________________________
15838 [  8480] By: jhi                                   on 2001/01/19  14:08:37
15839         Log: Subject: PATCH pragma/locale.t
15840              From: andreas.koenig@anima.de (Andreas J. Koenig)
15841              Date: 18 Jan 2001 09:45:37 +0100
15842              Message-ID: <m3lms98czy.fsf@ak-71.mind.de>
15843      Branch: perl
15844            ! t/pragma/locale.t
15845 ____________________________________________________________________________
15846 [  8479] By: jhi                                   on 2001/01/19  13:19:58
15847         Log: Add tracing for debugging extensions builds in VMS, from Charles Lane.
15848      Branch: perl
15849            ! configure.com
15850 ____________________________________________________________________________
15851 [  8478] By: jhi                                   on 2001/01/19  02:12:35
15852         Log: Automate 1_compile.t.
15853      Branch: perl
15854            ! t/lib/1_compile.t
15855 ____________________________________________________________________________
15856 [  8477] By: jhi                                   on 2001/01/19  01:49:56
15857         Log: Integrate perlio.
15858      Branch: perl
15859           !> sv.c win32/config.bc win32/config.gc win32/config.vc
15860           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
15861 ____________________________________________________________________________
15862 [  8476] By: nick                                  on 2001/01/18  21:51:52
15863         Log: Integrate mainline
15864      Branch: perlio
15865           +> t/lib/1_compile.t t/lib/compmod.pl
15866           !> MANIFEST configure.com lib/unicode/distinct.pm
15867 ____________________________________________________________________________
15868 [  8475] By: nick                                  on 2001/01/18  21:48:02
15869         Log: Win32 "safe signals" co-existance fix.
15870              Fix SIG_SIZE value.
15871              Clear PL_sig_pending when cloning (fork).
15872      Branch: perlio
15873            ! sv.c win32/config.bc win32/config.gc win32/config.vc
15874            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
15875 ____________________________________________________________________________
15876 [  8474] By: jhi                                   on 2001/01/18  14:40:57
15877         Log: It's Pod::Text::Overstrike, not Pod::Overstrike.
15878      Branch: perl
15879            ! t/lib/1_compile.t
15880 ____________________________________________________________________________
15881 [  8473] By: gsar                                  on 2001/01/18  11:42:31
15882         Log: unsubmitted trial1 change
15883      Branch: maint-5.6/perl
15884            ! Changes
15885 ____________________________________________________________________________
15886 [  8472] By: jhi                                   on 2001/01/18  04:30:24
15887         Log: The first bug found by 1_compile.t.
15888      Branch: perl
15889            ! lib/unicode/distinct.pm
15890 ____________________________________________________________________________
15891 [  8471] By: jhi                                   on 2001/01/18  04:29:42
15892         Log: Add Schwern's 1_compile test.  The compile_module script renamed
15893              to be a bit shorter for the 8.3 people.
15894      Branch: perl
15895            + t/lib/1_compile.t t/lib/compmod.pl
15896            ! MANIFEST
15897 ____________________________________________________________________________
15898 [  8470] By: jhi                                   on 2001/01/18  04:16:00
15899         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)
15900              From: Peter Prymmer <pvhp@forte.com>
15901              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
15902              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
15903              Replace #8463.
15904      Branch: maint-5.6/perl
15905            ! configure.com
15906 ____________________________________________________________________________
15907 [  8469] By: jhi                                   on 2001/01/18  04:13:02
15908         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)
15909              From: Peter Prymmer <pvhp@forte.com>
15910              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
15911              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
15912              Replace #8462.
15913      Branch: perl
15914            ! configure.com
15915 ____________________________________________________________________________
15916 [  8468] By: jhi                                   on 2001/01/18  03:42:08
15917         Log: Integrate perlio.
15918      Branch: perl
15919           !> gv.c mg.c perlio.c util.c
15920 ____________________________________________________________________________
15921 [  8467] By: nick                                  on 2001/01/17  22:41:10
15922         Log: "Safe" signals - trial implementation.
15923              gv.c tweaked to zero PL_sig_pend array
15924              perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
15925              util.c tweaked to not set SA_RESTART to give perlio.c a chance.
15926              Odd thing is that it "works" with PERLIO=stdio as well (linux).
15927      Branch: perlio
15928            ! gv.c mg.c perlio.c util.c
15929 ____________________________________________________________________________
15930 [  8466] By: nick                                  on 2001/01/17  20:40:20
15931         Log: Integrate mainline.
15932      Branch: perlio
15933           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
15934           !> config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
15935           !> pp.c pp_sys.c sv.c t/op/int.t uconfig.h uconfig.sh
15936           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
15937           !> vos/config.ga.h win32/config.bc win32/config.gc
15938           !> win32/config.vc
15939 ____________________________________________________________________________
15940 [  8465] By: jhi                                   on 2001/01/17  18:37:13
15941         Log: Subject: [PATCH] Re: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
15942              From: Nicholas Clark <nick@ccl4.org>
15943              Date: Wed, 17 Jan 2001 17:31:33 +0000
15944              Message-ID: <20010117173133.I2633@plum.flirble.org>
15945      Branch: perl
15946            ! t/op/int.t
15947 ____________________________________________________________________________
15948 [  8464] By: jhi                                   on 2001/01/17  14:43:17
15949         Log: Subject: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
15950              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
15951              Date: Wed, 17 Jan 2001 15:16:43 +0100
15952              Message-ID: <5930DC161690D2119667009027157547038C8A85@madt009a.siemens.es> 
15953              
15954              pp_int() was dropping an NV to the floor,
15955              int(279964589018079/59) either returned not an integer
15956              4745162525730.15, or one got "Attempt to free unreferenced scalar."
15957      Branch: perl
15958            ! pp.c
15959 ____________________________________________________________________________
15960 [  8463] By: jhi                                   on 2001/01/17  06:12:42
15961         Log: (Replaced by #8470)
15962              
15963              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)
15964              From: "Craig A. Berry" <craigberry@mac.com>
15965              Date: Tue, 16 Jan 2001 23:38:46 -0600
15966              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
15967      Branch: maint-5.6/perl
15968            ! configure.com
15969 ____________________________________________________________________________
15970 [  8462] By: jhi                                   on 2001/01/17  06:11:31
15971         Log: (Replaced by #8469)
15972              
15973              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)
15974              From: "Craig A. Berry" <craigberry@mac.com>
15975              Date: Tue, 16 Jan 2001 23:38:46 -0600
15976              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
15977      Branch: perl
15978            ! configure.com
15979 ____________________________________________________________________________
15980 [  8461] By: jhi                                   on 2001/01/17  05:56:12
15981         Log: Allow for one trailing slash in the directory of mkdir().
15982      Branch: perl
15983            ! pp_sys.c
15984 ____________________________________________________________________________
15985 [  8460] By: jhi                                   on 2001/01/17  03:26:01
15986         Log: Metaconfig unit changes for #8459.
15987      Branch: metaconfig
15988            ! U/modified/Loc.U U/modified/sig_name.U
15989 ____________________________________________________________________________
15990 [  8459] By: jhi                                   on 2001/01/17  03:24:48
15991         Log: Define SIG_SIZE, the number of elements in the sig_name and
15992              sig_num arrays, including the final NULL entry.
15993      Branch: perl
15994            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15995            ! config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
15996            ! sv.c uconfig.h uconfig.sh vos/config.alpha.def
15997            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
15998            ! win32/config.bc win32/config.gc win32/config.vc
15999 ____________________________________________________________________________
16000 [  8458] By: jhi                                   on 2001/01/17  01:41:33
16001         Log: Integrate perlio.
16002      Branch: perl
16003           !> embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
16004           !> perlapi.h proto.h sv.c
16005 ____________________________________________________________________________
16006 [  8457] By: nick                                  on 2001/01/16  22:07:26
16007         Log: Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.
16008              Provides all the "cost" but no benefit yet - it is to allow cost
16009              to be measured, and implementation experiments (just in mg.c?).
16010      Branch: perlio
16011            ! embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
16012            ! perlapi.h proto.h sv.c
16013 ____________________________________________________________________________
16014 [  8456] By: nick                                  on 2001/01/16  21:07:07
16015         Log: Integrate mainline.
16016      Branch: perlio
16017           !> (integrate 51 files)
16018 ____________________________________________________________________________
16019 [  8455] By: jhi                                   on 2001/01/16  18:13:43
16020         Log: Subject: [PATCH] regcomp.c old feature removal
16021              From: mjd@plover.com
16022              Date: 16 Jan 2001 14:43:18 -0000 
16023              Message-ID: <20010116144318.7140.qmail@plover.com> 
16024      Branch: perl
16025            ! regcomp.c
16026 ____________________________________________________________________________
16027 [  8454] By: jhi                                   on 2001/01/16  16:12:39
16028         Log: Subject: [PATCH: perl-5.6.1-TRIAL1] Win32 Makefile fixes - v2
16029              From: "Indy Singh" <indy@nusphere.com>
16030              Date: Wed, 10 Jan 2001 20:17:49 -0500
16031              Message-ID: <003001c07b6c$524630b0$00957018@roadhog>
16032      Branch: maint-5.6/perl
16033            ! win32/Makefile
16034 ____________________________________________________________________________
16035 [  8453] By: jhi                                   on 2001/01/16  16:09:33
16036         Log: Update Changes.
16037      Branch: perl
16038            ! Changes patchlevel.h
16039 ____________________________________________________________________________
16040 [  8452] By: jhi                                   on 2001/01/16  15:42:04
16041         Log: Subject: Re: API Cleanup
16042              To: perl5-porters@perl.org
16043              Date: Tue, 16 Jan 2001 13:42:30 +0000
16044              Message-ID: <20010116134230.A13420@pembro26.pmb.ox.ac.uk>
16045              
16046              Subject: [PATCH] utf8.c documentation
16047              From: Simon Cozens <simon@cozens.net>
16048              Date: Tue, 16 Jan 2001 13:52:48 +0000
16049              Message-ID: <20010116135248.A13496@pembro26.pmb.ox.ac.uk>
16050              
16051              Subject: Re: API Cleanup
16052              From: Simon Cozens <simon@cozens.net>
16053              Date: Tue, 16 Jan 2001 14:58:55 +0000
16054              Message-ID: <20010116145855.A13794@pembro26.pmb.ox.ac.uk>
16055              
16056              UTF-8 doc patches.
16057      Branch: perl
16058            ! embed.pl pod/perlapi.pod utf8.c
16059 ____________________________________________________________________________
16060 [  8451] By: jhi                                   on 2001/01/16  14:41:39
16061         Log: podlators 1.07, from Russ Allbery.
16062      Branch: perl
16063            ! lib/Pod/Man.pm
16064 ____________________________________________________________________________
16065 [  8450] By: jhi                                   on 2001/01/16  14:24:19
16066         Log: Subject: [PATCH: perl@8429] Win32 Makefile fixes
16067              From: "Indy Singh" <indy@nusphere.com>
16068              Date: Mon, 15 Jan 2001 20:59:40 -0500
16069              Message-ID: <07be01c07f5f$fdadf270$d24b7018@cr637287a>
16070      Branch: perl
16071            ! win32/Makefile
16072 ____________________________________________________________________________
16073 [  8449] By: jhi                                   on 2001/01/16  03:42:55
16074         Log: Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
16075              at the setting of the ofs_sv in new_struct_thread() as the
16076              thr->Tofs_sv (PL_ofs_sv) was still 0xabab...., SvREFCNT_inc()ing
16077              that invited a core dump.
16078      Branch: perl
16079            ! util.c
16080 ____________________________________________________________________________
16081 [  8448] By: jhi                                   on 2001/01/16  01:49:07
16082         Log: Subject: [PATCH #3 @8436] Re: Eliminate op_children
16083              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
16084              Date: Mon, 15 Jan 2001 17:14:37 -0800 (PST)
16085              Message-ID: <14947.40656.841280.551785@soda.csua.berkeley.edu>
16086              
16087              Replace #8444 and #8445.
16088      Branch: perl
16089            ! ext/B/B.xs ext/B/B/Debug.pm
16090 ____________________________________________________________________________
16091 [  8447] By: jhi                                   on 2001/01/15  21:05:35
16092         Log: Subject: [PATCH] API Variable documentation   
16093              From: Simon Cozens <simon@cozens.net>
16094              Date: Mon, 15 Jan 2001 19:35:54 +0000
16095              Message-ID: <20010115193554.A9919@pembro26.pmb.ox.ac.uk> 
16096      Branch: perl
16097            ! pod/perlapi.pod thrdvar.h
16098 ____________________________________________________________________________
16099 [  8446] By: jhi                                   on 2001/01/15  20:49:20
16100         Log: Signedness nit.
16101      Branch: perl
16102            ! pp_ctl.c
16103 ____________________________________________________________________________
16104 [  8445] By: jhi                                   on 2001/01/15  20:28:48
16105         Log: (Replaced by #8448)  More op_children traces (cleanup of #8442).
16106      Branch: perl
16107            ! ext/B/B/Debug.pm
16108 ____________________________________________________________________________
16109 [  8444] By: jhi                                   on 2001/01/15  13:09:10
16110         Log: (Replaced by #8448)  Traces of op_children (cleanup of #8442)
16111      Branch: perl
16112            ! ext/B/B.xs
16113 ____________________________________________________________________________
16114 [  8443] By: jhi                                   on 2001/01/15  13:06:26
16115         Log: Missing from #8439.
16116      Branch: perl
16117            ! keywords.h mg.c
16118 ____________________________________________________________________________
16119 [  8442] By: jhi                                   on 2001/01/15  13:02:38
16120         Log: Subject: [PATCH @8436] Eliminate op_children
16121              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
16122              Date: Sun, 14 Jan 2001 03:00:13 -0800 (PST)
16123              Message-ID: <14945.32919.44271.685122@soda.csua.berkeley.edu>
16124              
16125              Subject: [PATCH @8436] Re: Eliminate op_children
16126              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
16127              Date: Sun, 14 Jan 2001 03:23:56 -0800 (PST)
16128              Message-ID: <14945.35680.571387.810763@soda.csua.berkeley.edu>
16129      Branch: perl
16130            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
16131            ! ext/B/B/C.pm ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
16132            ! op.c op.h
16133 ____________________________________________________________________________
16134 [  8441] By: jhi                                   on 2001/01/15  12:57:08
16135         Log: Use the /^Perl_/-less form of is_lvalue_sub().
16136      Branch: perl
16137            ! pp.h
16138 ____________________________________________________________________________
16139 [  8440] By: jhi                                   on 2001/01/15  05:13:09
16140         Log: Revert #8437 and #8438, the Linux large files story is more complex.
16141      Branch: metaconfig/U/perl
16142            ! d_fpos64_t.U d_off64_t.U
16143      Branch: perl
16144            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16145            ! config_h.SH configure.com epoc/config.sh perl.h
16146            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
16147            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
16148            ! win32/config.bc win32/config.gc win32/config.vc
16149 ____________________________________________________________________________
16150 [  8439] By: jhi                                   on 2001/01/15  05:02:24
16151         Log: More UTF-8 patches from Inaba Hiroto.
16152              - The substr lval was still not okay.
16153              - Now pp_stringify and sv_setsv copies source's UTF8 flag
16154              even if IN_BYTE.  pp_stringify is called from fold_constants
16155              at optimization phase and "\x{100}" was made SvUTF8_off under
16156              use bytes (the bytes pragma is for "byte semantics" and not
16157              for "do not produce UTF8 data")
16158              - New `qu' operator to generate UTF8 string explicitly.
16159              Though I agree with the policy "0x00-0xff always produce bytes",
16160              sometimes want to such a string to be coded in UTF8.
16161              I can use pack"U0a*" but it requires more typing and has
16162              runtime overhead.
16163              - Fix pp_regcomp bug uncovered by "0x00-0xff always produce bytes"
16164              change, the bug apears if a pm has PMdf_UTF8 flag but interpolated
16165              string is not UTF8_on and has char 0x80-0xff.
16166              
16167              TODO: document and test qu.
16168      Branch: perl
16169            ! keywords.h keywords.pl mg.c pp.c pp_ctl.c pp_hot.c sv.c
16170            ! t/lib/charnames.t t/op/length.t t/op/substr.t t/pragma/utf8.t
16171            ! toke.c
16172 ____________________________________________________________________________
16173 [  8438] By: jhi                                   on 2001/01/14  05:10:23
16174         Log: Metaconfig unit changes for #8437.
16175      Branch: metaconfig/U/perl
16176            ! d_fpos64_t.U d_off64_t.U
16177 ____________________________________________________________________________
16178 [  8437] By: jhi                                   on 2001/01/14  04:55:34
16179         Log: Add <features.h> probing, seems to be needed for (some?)
16180              Linux largefileness.
16181      Branch: perl
16182            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16183            ! config_h.SH configure.com epoc/config.sh perl.h
16184            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
16185            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
16186            ! win32/config.bc win32/config.gc win32/config.vc
16187 ____________________________________________________________________________
16188 [  8436] By: jhi                                   on 2001/01/13  17:47:21
16189         Log: Tighten some of the tests a bit.
16190      Branch: perl
16191            ! t/pragma/utf8.t
16192 ____________________________________________________________________________
16193 [  8435] By: jhi                                   on 2001/01/13  17:31:54
16194         Log: Integrate perlio.
16195      Branch: perl
16196           !> ext/Encode/Makefile.PL ext/Encode/compile win32/config_H.bc
16197           !> win32/config_H.gc win32/config_H.vc
16198 ____________________________________________________________________________
16199 [  8434] By: nick                                  on 2001/01/13  11:36:53
16200         Log: Run dmake regen_config_h for Win32
16201      Branch: perlio
16202            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
16203 ____________________________________________________________________________
16204 [  8433] By: nick                                  on 2001/01/13  11:31:55
16205         Log: VMS friendly patch to Encode compile process
16206      Branch: perlio
16207            ! ext/Encode/Makefile.PL ext/Encode/compile
16208 ____________________________________________________________________________
16209 [  8432] By: nick                                  on 2001/01/13  11:06:44
16210         Log: Integrate mainline
16211      Branch: perlio
16212           +> ext/B/B/Concise.pm
16213           !> (integrate 52 files)
16214 ____________________________________________________________________________
16215 [  8431] By: jhi                                   on 2001/01/13  05:55:55
16216         Log: Subject: [PATCH @8429] Re: B::Concise -- an improved replacement for B::Terse
16217              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
16218              Date: Fri, 12 Jan 2001 21:45:17 -0800 (PST)
16219              Message-ID: <14943.59712.993695.180189@soda.csua.berkeley.edu>
16220      Branch: perl
16221            ! ext/B/B/Concise.pm
16222 ____________________________________________________________________________
16223 [  8430] By: jhi                                   on 2001/01/13  04:24:18
16224         Log: The LVRET macro needed an aTHX.
16225      Branch: perl
16226            ! pp.h
16227 ____________________________________________________________________________
16228 [  8429] By: jhi                                   on 2001/01/13  02:12:42
16229         Log: Update Changes.
16230      Branch: perl
16231            ! Changes patchlevel.h
16232 ____________________________________________________________________________
16233 [  8428] By: jhi                                   on 2001/01/13  02:08:50
16234         Log: Subject: Re: [PATCH: perl@8342]  lib/bigfloat.t FAILED at test 351
16235              From: Peter Prymmer <pvhp@forte.com>
16236              Date: Fri, 12 Jan 2001 16:27:36 -0800 (PST)
16237              Message-ID: <Pine.OSF.4.10.10101121623130.478096-100000@aspara.forte.com>
16238              
16239              Add a BEGIN guard for sloppy floating point division.
16240      Branch: perl
16241            ! lib/Math/BigInt.pm lib/bigint.pl
16242 ____________________________________________________________________________
16243 [  8427] By: jhi                                   on 2001/01/13  01:47:16
16244         Log: The B::Terse drop-in replacement wasn't quite drop-in.
16245      Branch: perl
16246            ! ext/B/B/Terse.pm
16247 ____________________________________________________________________________
16248 [  8426] By: jhi                                   on 2001/01/12  21:20:43
16249         Log: Use UVXf.
16250      Branch: perl
16251            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16252            ! config_h.SH configure.com epoc/config.sh sv.c uconfig.h
16253            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
16254            ! vos/config.ga.def vos/config.ga.h win32/config.bc
16255            ! win32/config.gc win32/config.vc
16256 ____________________________________________________________________________
16257 [  8425] By: jhi                                   on 2001/01/12  20:20:14
16258         Log: Subject: [PATCH perl@8342] -Wformat
16259              From: Robin Barker <rmb1@cise.npl.co.uk>
16260              Date: Fri, 12 Jan 2001 20:03:14 GMT
16261              Message-Id: <200101122003.UAA29599@tempest.npl.co.uk>
16262      Branch: perl
16263            ! ext/Encode/Encode.xs mg.c sv.c toke.c
16264 ____________________________________________________________________________
16265 [  8424] By: jhi                                   on 2001/01/12  20:01:48
16266         Log: Subject: B::Concise -- an improved replacement for B::Terse 
16267              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
16268              Date: Sat,  6 Jan 2001 20:18:05 -0800 (PST)
16269              Message-ID: <14935.43597.962940.803717@soda.csua.berkeley.edu>
16270      Branch: perl
16271            + ext/B/B/Concise.pm
16272            ! MANIFEST ext/B/B/Terse.pm
16273 ____________________________________________________________________________
16274 [  8423] By: jhi                                   on 2001/01/12  19:24:02
16275         Log: The new metaconfig unit from the #8421.
16276      Branch: metaconfig/U/perl
16277            + d_sigprocmask.U
16278 ____________________________________________________________________________
16279 [  8422] By: jhi                                   on 2001/01/12  19:23:43
16280         Log: Forgot the microperl config from the #8421.
16281      Branch: perl
16282            ! uconfig.h uconfig.sh
16283 ____________________________________________________________________________
16284 [  8421] By: jhi                                   on 2001/01/12  19:05:27
16285         Log: Add sigprocmask() probe, regen Configure, regen toc.
16286      Branch: perl
16287            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16288            ! config_h.SH configure.com epoc/config.sh mg.c pod/perltoc.pod
16289            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
16290            ! vos/config.ga.h win32/config.bc win32/config.gc
16291            ! win32/config.vc
16292 ____________________________________________________________________________
16293 [  8420] By: jhi                                   on 2001/01/12  18:34:31
16294         Log: Add sockatmark() to the todo list.
16295      Branch: perl
16296            ! Todo-5.6
16297 ____________________________________________________________________________
16298 [  8419] By: jhi                                   on 2001/01/12  18:09:46
16299         Log: Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
16300      Branch: perl
16301            ! op.c
16302 ____________________________________________________________________________
16303 [  8418] By: jhi                                   on 2001/01/12  18:05:30
16304         Log: Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
16305              From: Radu Greab <radu@netsoft.ro>
16306              Message-ID: <14943.15321.515713.119805@ix.netsoft.ro>
16307              Date: Fri, 12 Jan 2001 19:16:09 +0200 (EET)
16308      Branch: perl
16309            ! op.c t/pragma/sub_lval.t
16310 ____________________________________________________________________________
16311 [  8417] By: jhi                                   on 2001/01/12  16:09:09
16312         Log: Subject: [PATCH @8404] Consolidated lvalue sub changes
16313              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
16314              Date: Wed, 10 Jan 2001 21:36:51 -0800 (PST)
16315              Message-ID: <14941.16925.736415.785818@soda.csua.berkeley.edu>
16316      Branch: perl
16317            ! doop.c embed.h embed.pl op.c op.h opcode.h opcode.pl
16318            ! pod/perldiag.pod pod/perlintern.pod pod/perlsub.pod pp.c pp.h
16319            ! pp.sym pp_ctl.c pp_hot.c pp_proto.h proto.h t/lib/b.t
16320            ! t/pragma/sub_lval.t toke.c
16321 ____________________________________________________________________________
16322 [  8416] By: jhi                                   on 2001/01/12  15:42:06
16323         Log: Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
16324              From: "Richard Soderberg" <rs@crystalflame.net>
16325              Date: Fri, 12 Jan 2001 04:49:35 -0800
16326              Message-ID: <NAEKLNAAHLMBPMPNBMLEAELDCKAA.rs@crystalflame.net>
16327              
16328              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
16329              according to the platform.
16330      Branch: perl
16331            ! op.c
16332 ____________________________________________________________________________
16333 [  8415] By: jhi                                   on 2001/01/12  15:33:41
16334         Log: One more UTF-8 fix from Inaba Hiroto.
16335      Branch: perl
16336            ! pp.c regexec.c t/pragma/utf8.t
16337 ____________________________________________________________________________
16338 [  8414] By: jhi                                   on 2001/01/12  15:30:18
16339         Log: Mea culpa: I botched up Hugo's "Tw" bug fix when applying it.
16340      Branch: perl
16341            ! regexec.c
16342 ____________________________________________________________________________
16343 [  8413] By: jhi                                   on 2001/01/12  15:22:10
16344         Log: Subject: [Patch perl@8375] pragma/subs.t ......FAILED tests 1-2 using Bison's parser
16345              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
16346              Date: Thu, 11 Jan 2001 12:53:36 +0100
16347              Message-ID: <5930DC161690D2119667009027157547038123E1@madt009a.siemens.es>
16348      Branch: perl
16349            ! toke.c
16350 ____________________________________________________________________________
16351 [  8412] By: jhi                                   on 2001/01/12  15:20:25
16352         Log: Subject: [PATCH: perl@8342] updates to posix-bc hints file
16353              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
16354              Date: Fri, 12 Jan 2001 14:37:55 +0100
16355              Message-ID: <5930DC161690D21196670090271575470384E3FC@madt009a.siemens.es>
16356      Branch: perl
16357            ! hints/posix-bc.sh
16358 ____________________________________________________________________________
16359 [  8411] By: jhi                                   on 2001/01/12  15:14:14
16360         Log: Subject: [PATCH: perl@8342]  op/regmesg FAILED at test 33 on EBCDIC machines
16361              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
16362              Date: Fri, 12 Jan 2001 10:42:21 +0100
16363              Message-ID: <5930DC161690D211966700902715754703812F33@madt009a.siemens.es>
16364      Branch: perl
16365            ! t/op/regmesg.t
16366 ____________________________________________________________________________
16367 [  8410] By: jhi                                   on 2001/01/12  05:48:55
16368         Log: Subject: Re: [ID 20010101.004] Not OK: perl v5.7.0 +DEVEL8268 on i586-linux-64int-ld 2.2.17-21mdk (UNINSTALLED)
16369              From: Nicholas Clark <nick@ccl4.org> 
16370              Date: Sun, 7 Jan 2001 19:47:14 +0000
16371              Message-ID: <20010107194714.B1048@plum.flirble.org>
16372      Branch: perl
16373            ! t/op/numconvert.t
16374 ____________________________________________________________________________
16375 [  8409] By: jhi                                   on 2001/01/12  05:41:28
16376         Log: Integrate perlio.
16377      Branch: perl
16378           !> mg.c scope.h
16379 ____________________________________________________________________________
16380 [  8408] By: nick                                  on 2001/01/11  22:43:28
16381         Log: Remove variables that were used in experiments.
16382      Branch: perlio
16383            ! mg.c
16384 ____________________________________________________________________________
16385 [  8407] By: nick                                  on 2001/01/11  20:57:44
16386         Log: Catch die in %SIG handler and unblock the signal before re-dying.
16387              This make Linux work _without_ sigsetjmp().
16388              Turn off sigsetjmp() to see what else it does.
16389              May need Configure probe for sigprocmask() if anything has sigaction()
16390              but not sigprocmask().
16391      Branch: perlio
16392            ! mg.c scope.h
16393 ____________________________________________________________________________
16394 [  8406] By: nick                                  on 2001/01/11  19:32:07
16395         Log: Integrate mainline
16396      Branch: perlio
16397           !> Changes ext/IO/lib/IO/Socket/INET.pm ext/Socket/Socket.pm mg.c
16398           !> patchlevel.h perl.h regexec.c t/op/re_tests t/op/split.t
16399           !> t/op/substr.t
16400 ____________________________________________________________________________
16401 [  8405] By: jhi                                   on 2001/01/11  17:11:01
16402         Log: Fix UTF-8 lval substr().
16403      Branch: perl
16404            ! mg.c t/op/substr.t
16405 ____________________________________________________________________________
16406 [  8404] By: jhi                                   on 2001/01/11  05:13:58
16407         Log: Update Changes.
16408      Branch: perl
16409            ! Changes patchlevel.h
16410 ____________________________________________________________________________
16411 [  8403] By: jhi                                   on 2001/01/11  04:38:24
16412         Log: Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
16413              From: Hugo <hv@crypt.compulink.co.uk>
16414              Date: Mon, 30 Oct 2000 01:33:26 +0000
16415              Message-Id: <200010300133.BAA10390@crypt.compulink.co.uk>
16416      Branch: perl
16417            ! regexec.c t/op/re_tests
16418 ____________________________________________________________________________
16419 [  8402] By: jhi                                   on 2001/01/11  04:26:12
16420         Log: Integrate perlio.
16421      Branch: perl
16422           !> scope.h util.c
16423 ____________________________________________________________________________
16424 [  8401] By: nick                                  on 2001/01/10  22:52:55
16425         Log: Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
16426              (So Alan and Ilya can try setting via hints.)
16427              Verified Linux "works" with it true and fails to re-enable SIGINT if false.
16428              Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
16429              doing the save everywhere seems to restart read() correctly, but just
16430              doing it once "round" the handler does not.
16431      Branch: perlio
16432            ! scope.h
16433 ____________________________________________________________________________
16434 [  8400] By: jhi                                   on 2001/01/10  21:57:54
16435         Log: Not defining PERL_PRESERVE_IVUV fixes only the op/inc problem
16436              of IRIX, HP-UX is unaffected.
16437      Branch: perl
16438            ! perl.h
16439 ____________________________________________________________________________
16440 [  8399] By: nick                                  on 2001/01/10  21:29:19
16441         Log: Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
16442      Branch: perlio
16443            ! util.c
16444 ____________________________________________________________________________
16445 [  8398] By: jhi                                   on 2001/01/10  20:55:31
16446         Log: Add ReuseAddr as a (preferred) alias for Reuse as we now
16447              also have ReusePort.
16448      Branch: perl
16449            ! ext/IO/lib/IO/Socket/INET.pm
16450 ____________________________________________________________________________
16451 [  8397] By: jhi                                   on 2001/01/10  20:50:57
16452         Log: Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
16453              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
16454              Date: Wed, 10 Jan 2001 01:38:13 -0800
16455              Message-ID: <20010110013813.B41744@yahoo-inc.com>
16456      Branch: perl
16457            ! ext/IO/lib/IO/Socket/INET.pm
16458 ____________________________________________________________________________
16459 [  8396] By: jhi                                   on 2001/01/10  20:49:30
16460         Log: Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for better multicast support (resend)
16461              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
16462              Date: Wed, 10 Jan 2001 01:37:32 -0800
16463              Message-ID: <20010110013732.A41744@yahoo-inc.com>
16464      Branch: perl
16465            ! ext/Socket/Socket.pm
16466 ____________________________________________________________________________
16467 [  8395] By: jhi                                   on 2001/01/10  20:41:37
16468         Log: Test for bug id 20010105.016 (fixed by #8378).
16469      Branch: perl
16470            ! t/op/split.t
16471 ____________________________________________________________________________
16472 [  8394] By: jhi                                   on 2001/01/10  20:26:32
16473         Log: Integrate perlio.
16474      Branch: perl
16475            ! util.c
16476 ____________________________________________________________________________
16477 [  8393] By: nick                                  on 2001/01/10  19:34:30
16478         Log: Back out Simon's pid hackery for now.
16479      Branch: perlio
16480            ! util.c
16481 ____________________________________________________________________________
16482 [  8392] By: nick                                  on 2001/01/10  19:23:13
16483         Log: Integrate mainline. (Builds but does not work - something broke pipes...)
16484      Branch: perlio
16485           !> (integrate 29 files)
16486 ____________________________________________________________________________
16487 [  8391] By: jhi                                   on 2001/01/10  18:43:15
16488         Log: Subject: [PATCH] Fix my_pclose segfault
16489              From: Simon Cozens <simon@cozens.net>
16490              Date: Wed, 10 Jan 2001 18:39:35 +0000
16491              Message-ID: <20010110183934.A25640@pembro26.pmb.ox.ac.uk>
16492      Branch: perl
16493            ! util.c
16494 ____________________________________________________________________________
16495 [  8390] By: jhi                                   on 2001/01/10  18:42:08
16496         Log: Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
16497              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
16498              Date:     Wed, 10 Jan 2001 13:23:02 EST
16499              Message-Id: <010110132245.8129a@DUPHY4.Physics.Drexel.Edu>
16500      Branch: perl
16501            ! ext/Opcode/Opcode.xs
16502 ____________________________________________________________________________
16503 [  8389] By: jhi                                   on 2001/01/10  15:16:07
16504         Log: Turn off the integer preservation for now.
16505      Branch: perl
16506            ! perl.h
16507 ____________________________________________________________________________
16508 [  8388] By: jhi                                   on 2001/01/10  15:01:25
16509         Log: Few more IDE/editor nits from p5p.
16510      Branch: perl
16511            ! pod/perlfaq3.pod
16512 ____________________________________________________________________________
16513 [  8387] By: jhi                                   on 2001/01/10  06:53:16
16514         Log: Subject: Re: [ID 20010109.003] Patch 8138 broke a test in libwww
16515              To: "Andreas J. Koenig" <andreas.koenig@anima.de>
16516              Date: Tue, 9 Jan 2001 23:16:02 +0000
16517              Message-ID: <20010109231602.A81101@plum.flirble.org>
16518      Branch: perl
16519            ! sv.c
16520 ____________________________________________________________________________
16521 [  8386] By: jhi                                   on 2001/01/10  03:17:54
16522         Log: Test cases for #8385 (from Simon's "torture.pl")
16523      Branch: perl
16524            ! t/op/tr.t
16525 ____________________________________________________________________________
16526 [  8385] By: jhi                                   on 2001/01/10  03:17:11
16527         Log: Subject: Re: more UTF8 test suites and an UTF8 patch
16528              From: Inaba Hiroto <inaba@sdd.tokyo-sc.toshiba.co.jp>
16529              Date: Wed, 10 Jan 2001 11:39:39 +0900
16530              Message-Id: <10101100239.AA10002@tux0017.sdd.tokyo-sc.toshiba.co.jp>
16531              
16532              Some more UTF-8 tr cases fixed.
16533      Branch: perl
16534            ! doop.c
16535 ____________________________________________________________________________
16536 [  8384] By: jhi                                   on 2001/01/09  22:45:40
16537         Log: Allow the locale test needing POSIX and the taint test
16538              needing IPC::SysV to run under 'minitest' (basically,
16539              bail out if loading the extension fails)
16540      Branch: perl
16541            ! t/op/misc.t t/op/taint.t
16542 ____________________________________________________________________________
16543 [  8383] By: jhi                                   on 2001/01/09  21:36:04
16544         Log: Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
16545              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
16546              Date: Tue,  9 Jan 2001 13:33:22 -0800 (PST)
16547              Message-ID: <14939.33475.474459.147429@soda.csua.berkeley.edu>
16548      Branch: perl
16549            ! t/io/openpid.t
16550 ____________________________________________________________________________
16551 [  8382] By: jhi                                   on 2001/01/09  21:06:08
16552         Log: save_delete(), err, SAVEDELETE() fixes from Charles Lane.
16553              Should finish up the bug id 20001205.022.
16554      Branch: perl
16555            ! pp.c pp_hot.c scope.c
16556 ____________________________________________________________________________
16557 [  8381] By: jhi                                   on 2001/01/09  18:27:43
16558         Log: Subject: Re: [PATCH: perl@8342] comp/proto..........FAILED tests 112-123
16559              From: Andy Dougherty <doughera@lafayette.edu>
16560              Date: Tue, 9 Jan 2001 12:11:16 -0500 (EST)
16561              Message-ID: <Pine.SOL.4.10.10101091144440.13124-100000@maxwell.phys.lafayette.edu>
16562              
16563              More robust yacc/bison error detection.
16564      Branch: perl
16565            ! t/comp/proto.t
16566 ____________________________________________________________________________
16567 [  8380] By: jhi                                   on 2001/01/09  15:21:38
16568         Log: Subject:  [PATCH] make t/op/misc.t work on VMS
16569              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
16570              Date:     Tue, 9 Jan 2001 07:53:55 EST
16571              Message-Id: <010109075323.91c8f@DUPHY4.Physics.Drexel.Edu> 
16572      Branch: perl
16573            ! t/op/misc.t vms/test.com
16574 ____________________________________________________________________________
16575 [  8379] By: jhi                                   on 2001/01/09  15:20:38
16576         Log: Subject: [ID 20001230.003] UTF-8 tr still hurts
16577              From: jhi@cc.hut.fi
16578              Date: Sat, 30 Dec 2000 22:57:32 +0200 (EET)
16579              Message-Id: <200012302057.WAA31168@alpha.hut.fi>
16580              
16581              The #8378 fixed this.
16582      Branch: perl
16583            ! t/op/tr.t
16584 ____________________________________________________________________________
16585 [  8378] By: jhi                                   on 2001/01/09  15:05:32
16586         Log: Subject: One more patch for UTF8 
16587              From: Inaba Hiroto <inaba@st.rim.or.jp>
16588              Date: Tue, 09 Jan 2001 01:04:32 +0900
16589              Message-ID: <3A59E510.52BAB5B9@st.rim.or.jp>
16590              
16591              UTF-8 fixes for 'x' and tr///.
16592      Branch: perl
16593            ! doop.c embed.h embed.pl op.c pod/perlapi.pod pp.c proto.h
16594            ! regcomp.c regexec.c toke.c utf8.c
16595 ____________________________________________________________________________
16596 [  8377] By: jhi                                   on 2001/01/09  14:32:17
16597         Log: Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
16598      Branch: perl
16599            ! t/op/length.t
16600 ____________________________________________________________________________
16601 [  8376] By: jhi                                   on 2001/01/09  04:32:32
16602         Log: integrate changes #7775, #8316, #8316 from mainline
16603      Branch: maint-5.6/perl
16604            ! hints/solaris_2.sh
16605 ____________________________________________________________________________
16606 [  8375] By: jhi                                   on 2001/01/09  04:26:43
16607         Log: Update Changes.
16608      Branch: perl
16609            ! Changes patchlevel.h
16610 ____________________________________________________________________________
16611 [  8374] By: jhi                                   on 2001/01/09  04:14:32
16612         Log: IDE/editor section tweaking.
16613      Branch: perl
16614            ! pod/perlfaq3.pod
16615 ____________________________________________________________________________
16616 [  8373] By: jhi                                   on 2001/01/09  02:38:26
16617         Log: Subject: [PATCH: perl@8342] updates to OS/390 hints file
16618              From: Peter Prymmer <pvhp@forte.com>
16619              Date: Mon, 8 Jan 2001 18:06:51 -0800 (PST)
16620              Message-ID: <Pine.OSF.4.10.10101081805530.239173-100000@aspara.forte.com>
16621              
16622              In preparation os OS/390 dynamic loading.
16623      Branch: perl
16624            ! README.os390 hints/os390.sh
16625 ____________________________________________________________________________
16626 [  8372] By: jhi                                   on 2001/01/09  00:24:30
16627         Log: Integrate with perlio.
16628      Branch: perl
16629           !> embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
16630 ____________________________________________________________________________
16631 [  8371] By: nick                                  on 2001/01/08  23:54:33
16632         Log: Fix "scalars leaked" bugs caused by overload magic
16633              (Highlighted by Ilya's DESTROY optimization.)
16634      Branch: perlio
16635            ! embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
16636 ____________________________________________________________________________
16637 [  8370] By: nick                                  on 2001/01/08  20:19:41
16638         Log: Integrate mainline
16639      Branch: perlio
16640           !> README.epoc dump.c ext/GDBM_File/GDBM_File.xs gv.c
16641           !> lib/Getopt/Long.pm mg.c op.c scope.c sv.c t/io/pipe.t
16642           !> t/op/64bitint.t
16643 ____________________________________________________________________________
16644 [  8369] By: jhi                                   on 2001/01/08  17:30:52
16645         Log: save_delete() Safefree() doesn't (anymore?) work with shared
16646              strings, one test failure in op/misc and almost all of lib/b.
16647              (Outcomments #8369.)
16648      Branch: perl
16649            ! scope.c
16650 ____________________________________________________________________________
16651 [  8368] By: jhi                                   on 2001/01/08  14:47:10
16652         Log: (Outcommented by #8369.)
16653              
16654              Subject: Re: Perl BugID 20001205.022 ---- save_delete
16655              From: Simon Cozens <simon@cozens.net>
16656              Date: Sat, 6 Jan 2001 11:48:40 +0000
16657              Message-ID: <20010106114840.A13227@deep-dark-truthful-mirror.perlhacker.org>
16658              
16659              The save_delete() does need the Safefree.
16660      Branch: perl
16661            ! scope.c
16662 ____________________________________________________________________________
16663 [  8367] By: bailey                                on 2001/01/08  08:53:52
16664         Log: Once again syncing after too long an absence
16665      Branch: vmsperl
16666           +> (branch 55 files)
16667            - MAINTAIN fix_pl vos/config.def vos/config.h
16668            - vos/config_h.SH_orig
16669           !> (integrate 498 files)
16670 ____________________________________________________________________________
16671 [  8366] By: jhi                                   on 2001/01/08  02:42:59
16672         Log: Subject: [ID 20010107.012] [PATCH] 18446744073709551616e0 was treated as UV=18446744073709551615
16673              From: nick@ccl4.org
16674              Date: Sun, 7 Jan 2001 21:07:18 +0000
16675              Message-Id: <20010107210717.D1048@plum.flirble.org>
16676      Branch: perl
16677            ! sv.c t/op/64bitint.t
16678 ____________________________________________________________________________
16679 [  8365] By: jhi                                   on 2001/01/08  02:35:16
16680         Log: Subject: [PATCH] environ nit
16681              From: Simon Cozens <simon@cozens.net>
16682              Date: Sun, 7 Jan 2001 17:57:07 +0000
16683              Message-ID: <20010107175707.A2013@pembro26.pmb.ox.ac.uk>
16684              
16685              Use environ only if we have it.
16686      Branch: perl
16687            ! mg.c
16688 ____________________________________________________________________________
16689 [  8364] By: jhi                                   on 2001/01/08  02:24:51
16690         Log: Replace #6721, GDBM, system malloc, and LEAKTEST.
16691      Branch: perl
16692            ! ext/GDBM_File/GDBM_File.xs
16693 ____________________________________________________________________________
16694 [  8363] By: jhi                                   on 2001/01/08  02:19:24
16695         Log: Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
16696              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
16697              Date: Sat,  6 Jan 2001 15:25:02 -0800 (PST)
16698              Message-ID: <14935.41722.239364.55174@soda.csua.berkeley.edu>
16699      Branch: perl
16700            ! dump.c op.c
16701 ____________________________________________________________________________
16702 [  8362] By: jhi                                   on 2001/01/08  02:17:43
16703         Log: Subject: [patch] xsub AUTOLOAD fix/optimization
16704              From: Doug MacEachern <dougm@covalent.net>
16705              Date: Sat, 6 Jan 2001 09:30:05 -0800 (PST)
16706              Message-ID: <Pine.LNX.4.10.10101060924280.24460-100000@mojo.covalent.net>
16707              
16708              Allow AUTOLOAD to be an xsub and allow such xsubs
16709              to avoid use of $AUTOLOAD.
16710      Branch: perl
16711            ! gv.c
16712 ____________________________________________________________________________
16713 [  8361] By: jhi                                   on 2001/01/08  02:16:07
16714         Log: Subject: Re: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
16715              From: Radu Greab <radu@netsoft.ro>
16716              Date: Sun, 7 Jan 2001 03:16:55 +0200 (EET)
16717              Message-ID: <14935.50055.838449.408835@ix.netsoft.ro>
16718              
16719              No need for the potentially unportable $SIG{CHLD}.
16720      Branch: perl
16721            ! t/io/pipe.t
16722 ____________________________________________________________________________
16723 [  8360] By: jhi                                   on 2001/01/08  01:58:23
16724         Log: Update to Getopt::Long 2.24_02, from Johan Vromans.
16725      Branch: perl
16726            ! lib/Getopt/Long.pm
16727 ____________________________________________________________________________
16728 [  8359] By: jhi                                   on 2001/01/08  01:55:44
16729         Log: Integrate perlio.
16730      Branch: perl
16731           !> ext/Encode/Encode.xs lib/ExtUtils/typemap perl.c perlio.c
16732           !> perlio.h pp.c pp_hot.c pp_sys.c sv.c t/lib/tie-refhash.t
16733           !> utf8.c win32/Makefile
16734 ____________________________________________________________________________
16735 [  8358] By: jhi                                   on 2001/01/07  21:16:50
16736         Log: Update the EPOC cross SDK URL.
16737      Branch: perl
16738            ! README.epoc
16739 ____________________________________________________________________________
16740 [  8357] By: jhi                                   on 2001/01/07  21:16:09
16741         Log: Update the EPOC cross SDK URL.
16742      Branch: maint-5.6/perl
16743            ! README.epoc
16744 ____________________________________________________________________________
16745 [  8356] By: nick                                  on 2001/01/06  21:47:52
16746         Log: FILE * in XS code for PerlIO world:
16747              - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
16748              - Add FILE * T_STDIO typemap.
16749              - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
16750      Branch: perlio
16751            ! lib/ExtUtils/typemap perlio.c perlio.h
16752 ____________________________________________________________________________
16753 [  8355] By: jhi                                   on 2001/01/06  20:27:15
16754         Log: integrate change #8336 from mainline
16755              
16756              Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1
16757      Branch: maint-5.6/perl
16758            ! hv.c
16759 ____________________________________________________________________________
16760 [  8354] By: jhi                                   on 2001/01/06  20:24:29
16761         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
16762              From: Robin Barker <rmb1@cise.npl.co.uk>
16763              Date: Fri, 22 Dec 2000 12:17:38 GMT
16764              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
16765              
16766              The patch reformats some long =item lines so they give
16767              correct output via pod2man | nroff -man
16768              
16769              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
16770              From: Robin Barker <rmb1@cise.npl.co.uk>
16771              Date: Tue, 2 Jan 2001 15:35:03 GMT
16772              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
16773              
16774              Here is a _further_ patch which corrects a few more errors:
16775              * an empty C<=item> in CPAN.pm
16776              * patching the wrong file (pod/perlamiga.pod not README.amiga)
16777              * leaving empty C<=item>s which formatted incorrectly
16778              * over long C<=item>s revealed by latest patch to Pod::Man
16779      Branch: maint-5.6/perl
16780            ! README.amiga lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
16781            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
16782            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlapi.pod
16783            ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
16784            ! pod/perlfaq4.pod pod/perllocale.pod pod/perlmodlib.pod
16785            ! pod/perlrequick.pod pod/perlretut.pod pod/perlsub.pod
16786 ____________________________________________________________________________
16787 [  8353] By: jhi                                   on 2001/01/06  20:21:10
16788         Log: integrate changes #7980, 7990, 8056, 8057 from mainline
16789              
16790              UTF-8 hash keys.
16791      Branch: maint-5.6/perl
16792            ! embed.h embed.pl hv.c hv.h perlapi.c proto.h t/op/each.t
16793 ____________________________________________________________________________
16794 [  8352] By: jhi                                   on 2001/01/06  20:18:44
16795         Log: Forgotten from #8438.
16796      Branch: maint-5.6/perl
16797            ! epoc/epocish.h
16798 ____________________________________________________________________________
16799 [  8351] By: jhi                                   on 2001/01/06  20:18:12
16800         Log: Forgotten from #8347.
16801      Branch: maint-5.6/perl
16802            ! config_h.SH
16803 ____________________________________________________________________________
16804 [  8350] By: jhi                                   on 2001/01/06  20:00:19
16805         Log: Thinko in #8347.
16806      Branch: maint-5.6/perl
16807            ! regcomp.c
16808 ____________________________________________________________________________
16809 [  8349] By: jhi                                   on 2001/01/06  18:05:30
16810         Log: Copy the FAQ3 IDE section from the development branch,
16811              changes originally by Peter Prymmer.
16812      Branch: maint-5.6/perl
16813            ! pod/perlfaq3.pod
16814 ____________________________________________________________________________
16815 [  8348] By: jhi                                   on 2001/01/06  18:03:02
16816         Log: EPOC updates for TRIAL1.
16817              
16818              Subject: [5.6.1 trial1] EPOC update
16819              From: Olaf Flebbe <O.Flebbe@science-computing.de>
16820              Date: Sun, 31 Dec 2000 16:04:52 +0100 (CET)
16821              Message-ID: <Pine.LNX.4.02.10012311603040.14097-100000@milkyway.science-computing.de> 
16822              
16823              Subject: epoc patch2 for perl-5.6.1-trial1
16824              From: Olaf Flebbe <O.Flebbe@science-computing.de>
16825              Date: Sat, 6 Jan 2001 13:55:53 +0100 (CET)
16826              Message-ID: <Pine.LNX.4.02.10101061355220.26469-100000@milkyway.science-computing.de> 
16827      Branch: maint-5.6/perl
16828            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
16829            ! epoc/epocish.c
16830 ____________________________________________________________________________
16831 [  8347] By: jhi                                   on 2001/01/06  17:29:10
16832         Log: integrate changes #7710,7824,7973 from mainline,
16833              plus VMS nits from Peter Prymmer and Dan Sugalski.
16834              
16835              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
16836              library (getprotobyname and getprotobynumber are outversioned by
16837              the same calls in libc, at least for xlc version 3.
16838              
16839              Add HAS_SBRK_PROTO.
16840              
16841              Fixes for signedness warnings noticed by VMSperlers.
16842      Branch: maint-5.6/perl
16843            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16844            ! configure.com epoc/config.sh hints/aix.sh malloc.c regcomp.c
16845            ! sv.c vms/descrip_mms.template vos/config.alpha.def
16846            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
16847            ! win32/config.bc win32/config.gc win32/config.vc
16848 ____________________________________________________________________________
16849 [  8346] By: nick                                  on 2001/01/06  14:36:01
16850         Log: Fixup accumulated integrate muddles (perlio == devperl again)
16851      Branch: perlio
16852            ! ext/Encode/Encode.xs perl.c pp_sys.c t/lib/tie-refhash.t
16853 ____________________________________________________________________________
16854 [  8345] By: nick                                  on 2001/01/06  14:24:58
16855         Log: Integrate mainline
16856      Branch: perlio
16857           !> (integrate 55 files)
16858 ____________________________________________________________________________
16859 [  8344] By: jhi                                   on 2001/01/06  02:24:02
16860         Log: Subject: [patch] PerlIO_cleanup() prototype
16861              From: Doug MacEachern <dougm@covalent.net>
16862              Date: Fri, 5 Jan 2001 18:15:31 -0800 (PST)
16863              Message-ID: <Pine.LNX.4.10.10101051813220.340-100000@mojo.covalent.net>
16864      Branch: perl
16865            ! perlio.h
16866 ____________________________________________________________________________
16867 [  8343] By: jhi                                   on 2001/01/06  01:04:09
16868         Log: IRIX compiler noticed that the bof initialization might be
16869              bypassed by control flow.
16870      Branch: perl
16871            ! toke.c
16872 ____________________________________________________________________________
16873 [  8342] By: jhi                                   on 2001/01/06  00:10:48
16874         Log: Update Changes.
16875      Branch: perl
16876            ! Changes patchlevel.h
16877 ____________________________________________________________________________
16878 [  8341] By: jhi                                   on 2001/01/05  23:52:33
16879         Log: Add a note about EBCDIC versus UTF-8 to a potential problem spot.
16880      Branch: perl
16881            ! toke.c
16882 ____________________________________________________________________________
16883 [  8340] By: jhi                                   on 2001/01/05  22:44:08
16884         Log: Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
16885              From: Radu Greab <radu@netsoft.ro>
16886              Date: Fri, 5 Jan 2001 21:04:33 +0200 (EET)
16887              Message-ID: <14934.6849.742435.23178@ix.netsoft.ro>
16888      Branch: perl
16889            ! t/io/pipe.t util.c
16890 ____________________________________________________________________________
16891 [  8339] By: jhi                                   on 2001/01/05  22:35:17
16892         Log: Subject: [PATCH] format and rewording in perlfaq.pod
16893              From: Robin Barker <rmb1@cise.npl.co.uk>
16894              Date: Fri, 5 Jan 2001 18:51:20 GMT
16895              Message-Id: <200101051851.SAA03310@tempest.npl.co.uk>
16896      Branch: perl
16897            ! pod/perlfaq.pod
16898 ____________________________________________________________________________
16899 [  8338] By: jhi                                   on 2001/01/05  22:31:17
16900         Log: Subject: [patch: perl@8327] have perlbug's Save to File respect -F flag
16901              From: Peter Prymmer <pvhp@forte.com>
16902              Date: Fri, 5 Jan 2001 14:02:13 -0800 (PST)
16903              Message-ID: <Pine.OSF.4.10.10101051357400.28294-100000@aspara.forte.com>
16904      Branch: perl
16905            ! utils/perlbug.PL
16906 ____________________________________________________________________________
16907 [  8337] By: jhi                                   on 2001/01/05  18:15:11
16908         Log: Subject: [PATCH 5.7.1/Configure] failure to set src='.'
16909              From: Robin Barker <rmb1@cise.npl.co.uk>
16910              Date: Tue, 2 Jan 2001 15:24:07 GMT
16911              Message-Id: <200101021524.PAA15145@tempest.npl.co.uk>
16912              
16913              If you call configure as C<./Configure> or C<sh ./Configure>,
16914              $src is set to the absolute path name, not '.'.
16915              
16916              This, in turn, means -Dmksymlink tries to do its stuff because
16917              it does not think it is in the src directory.
16918              
16919              (plus a metaconfig nitfix)
16920      Branch: metaconfig
16921            ! U/compline/ccflags.U U/modified/src.U
16922      Branch: perl
16923            ! Configure config_h.SH
16924 ____________________________________________________________________________
16925 [  8336] By: jhi                                   on 2001/01/05  17:48:32
16926         Log: Subject: Re: [Fwd: Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1]
16927              From: Alan Burlison <Alan.Burlison@uk.sun.com>
16928              Message-ID: <3A5606C4.473D2226@uk.sun.com>
16929              Date: Fri, 05 Jan 2001 17:39:16 +0000
16930      Branch: perl
16931            ! hv.c
16932 ____________________________________________________________________________
16933 [  8335] By: jhi                                   on 2001/01/05  16:05:44
16934         Log: Upgrade to Getopt::Long 2.24_01, from Johan Vromans.
16935      Branch: perl
16936            ! lib/Getopt/Long.pm
16937 ____________________________________________________________________________
16938 [  8334] By: jhi                                   on 2001/01/05  16:00:51
16939         Log: Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
16940              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
16941              Date: Fri, 05 Jan 2001 13:46:51 +0100
16942              Message-ID: <13693.978698811@nice.ram.loc>
16943              
16944              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
16945              accurate reading of the "atime".  
16946      Branch: perl
16947            ! t/io/fs.t
16948 ____________________________________________________________________________
16949 [  8333] By: jhi                                   on 2001/01/05  15:57:37
16950         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful 
16951              From: Simon Cozens <simon@cozens.net>
16952              Date: Fri, 8 Dec 2000 13:33:31 +0000
16953              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org> 
16954              
16955              A lost patch fragment.
16956      Branch: perl
16957            ! doop.c
16958 ____________________________________________________________________________
16959 [  8332] By: jhi                                   on 2001/01/05  15:40:42
16960         Log: Do away with strncpy() and a fixed length buffer.
16961      Branch: perl
16962            ! utf8.c
16963 ____________________________________________________________________________
16964 [  8331] By: jhi                                   on 2001/01/05  15:03:07
16965         Log: Tests for #8329 and #8330.
16966      Branch: perl
16967            ! t/op/bop.t
16968 ____________________________________________________________________________
16969 [  8330] By: jhi                                   on 2001/01/05  15:02:38
16970         Log: "\x{FF}\xFF" was broken, the \xFF was appended in its
16971              raw 8-bit form to the UTF-8 string.
16972      Branch: perl
16973            ! toke.c
16974 ____________________________________________________________________________
16975 [  8329] By: jhi                                   on 2001/01/05  14:55:13
16976         Log: Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
16977              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
16978              Date: Fri, 5 Jan 2001 12:28:52 +0100
16979              Message-ID: <5930DC161690D211966700902715754703738F96@madt009a.siemens.es>
16980              
16981              UTF-8 parsing fix that seems to be needed for EBCDIC, in ASCII
16982              no effect.  (changed the strncpy() to Copy())
16983      Branch: perl
16984            ! toke.c
16985 ____________________________________________________________________________
16986 [  8328] By: jhi                                   on 2001/01/05  06:44:27
16987         Log: UTF-8 cleanup.
16988      Branch: perl
16989            ! doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
16990            ! regexec.c sv.c toke.c
16991 ____________________________________________________________________________
16992 [  8327] By: jhi                                   on 2001/01/05  01:11:29
16993         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')
16994              From: Radu Greab <radu@netsoft.ro>
16995              Message-ID: <14933.5458.672637.641215@ix.netsoft.ro>
16996              Date: Fri, 5 Jan 2001 02:29:06 +0200 (EET)
16997              
16998              Cleans up Harness to not use FileHandle, which uses IO.
16999      Branch: perl
17000            ! lib/Test/Harness.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
17001 ____________________________________________________________________________
17002 [  8326] By: jhi                                   on 2001/01/05  00:56:37
17003         Log: Update Changes.
17004      Branch: perl
17005            ! Changes patchlevel.h
17006 ____________________________________________________________________________
17007 [  8325] By: jhi                                   on 2001/01/05  00:53:18
17008         Log: Subject: Re: [patch bug 20010103.019] Re: perl@8269: failure to build on NT 4.0.1381 with MSVC (fwd)
17009              From: Peter Prymmer <pvhp@forte.com>
17010              Date: Thu, 4 Jan 2001 14:20:15 -0800 (PST)
17011              Message-ID: <Pine.OSF.4.10.10101041406420.492782-100000@aspara.forte.com>
17012              
17013              plus a couple more tailing whitespace removals.
17014      Branch: perl
17015            ! win32/Makefile
17016 ____________________________________________________________________________
17017 [  8324] By: jhi                                   on 2001/01/05  00:47:39
17018         Log: Add some Unicode chop() tests.
17019      Branch: perl
17020            ! t/op/chop.t
17021 ____________________________________________________________________________
17022 [  8323] By: jhi                                   on 2001/01/05  00:47:23
17023         Log: Unify UTF-8 malformedness handling.
17024      Branch: perl
17025            ! doop.c pp.c sv.c toke.c utf8.c utf8.h
17026 ____________________________________________________________________________
17027 [  8322] By: jhi                                   on 2001/01/04  22:21:54
17028         Log: The new $issymlink was unknown to Mksymlinks.
17029      Branch: metaconfig/U/perl
17030            ! Mksymlinks.U issymlink.U
17031      Branch: perl
17032            ! Configure config_h.SH
17033 ____________________________________________________________________________
17034 [  8321] By: jhi                                   on 2001/01/04  21:51:05
17035         Log: The test didn't work under the core test framework.
17036      Branch: perl
17037            ! t/lib/st-lock.t
17038 ____________________________________________________________________________
17039 [  8320] By: jhi                                   on 2001/01/04  21:14:22
17040         Log: DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
17041      Branch: perl
17042            ! INSTALL ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
17043 ____________________________________________________________________________
17044 [  8319] By: jhi                                   on 2001/01/04  20:46:17
17045         Log: Typo in #8312 when manually appying a problematic patch fragment.
17046      Branch: perl
17047            ! ext/Storable/Storable.xs
17048 ____________________________________________________________________________
17049 [  8318] By: jhi                                   on 2001/01/04  20:43:01
17050         Log: The $sh_c didn't fly.
17051      Branch: metaconfig
17052            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
17053            ! U/modified/Loc.U U/modified/myhostname.U
17054            ! U/modified/spitshell.U
17055      Branch: metaconfig/U/perl
17056            ! issymlink.U
17057      Branch: perl
17058            ! Configure config_h.SH
17059 ____________________________________________________________________________
17060 [  8317] By: jhi                                   on 2001/01/04  19:58:01
17061         Log: AIX builtin test -h is broken, changes based on
17062              
17063              Subject: [PATCH] 8297. Symlink stuff breaks on AIX 4 bsh
17064              Date: Tue, 02 Jan 2001 11:24:39 +0100
17065              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
17066              Message-Id: <20010102093747.A6F7.H.M.BRAND@hccnet.nl>
17067      Branch: metaconfig
17068            + U/modified/spitshell.U
17069            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
17070            ! U/modified/Loc.U U/modified/myhostname.U
17071      Branch: metaconfig/U/perl
17072            ! Mksymlinks.U issymlink.U
17073      Branch: perl
17074            ! Configure
17075 ____________________________________________________________________________
17076 [  8316] By: jhi                                   on 2001/01/04  19:02:22
17077         Log: Subject: [PATCH] Re: New attempt on hints/solaris_2.sh
17078              From: Andy Dougherty <doughera@lafayette.edu>
17079              Message-ID: <Pine.SOL.4.10.10101031518320.28840-100000@maxwell.phys.lafayette.edu>
17080              Date: Wed, 3 Jan 2001 15:36:06 -0500 (EST)
17081              
17082              Beware of GNU ld.
17083      Branch: perl
17084            ! hints/solaris_2.sh
17085 ____________________________________________________________________________
17086 [  8315] By: jhi                                   on 2001/01/04  18:56:48
17087         Log: From: Lupe Christoph <lupe@lupe-christoph.de>
17088              Subject: Re: [PATCH 5.7.1/Configure] failure to set src='.'
17089              Date: Wed, 3 Jan 2001 07:58:51 +0100
17090              Message-ID: <20010103075851.P4594@alanya.lupe-christoph.de>
17091      Branch: perl
17092            ! hints/solaris_2.sh
17093 ____________________________________________________________________________
17094 [  8314] By: jhi                                   on 2001/01/04  18:54:07
17095         Log: Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
17096              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
17097              Date: Wed,  3 Jan 2001 13:48:04 -0800 (PST)
17098              Message-ID: <14931.40265.379608.910008@soda.csua.berkeley.edu>
17099              
17100              Doc tweak on #8313.
17101      Branch: perl
17102            ! ext/B/B/Deparse.pm
17103 ____________________________________________________________________________
17104 [  8313] By: jhi                                   on 2001/01/04  18:52:27
17105         Log: Subject: [PATCH @8269] Continue blocks and B::Deparse
17106              Date: Wed,  3 Jan 2001 13:31:53 -0800 (PST)
17107              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
17108              Message-ID: <14931.37732.62835.279605@soda.csua.berkeley.edu>
17109              
17110              Make the peephole optimizer to bypass more null ops and
17111              and rewrite the deparse handling of continue blocks.
17112      Branch: perl
17113            ! ext/B/B/Deparse.pm op.c op.h t/lib/b.t
17114 ____________________________________________________________________________
17115 [  8312] By: jhi                                   on 2001/01/04  18:47:39
17116         Log: Upgrade to Storable 1.0.7, from Raphael Manfredi.
17117      Branch: perl
17118            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
17119            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
17120            ! t/lib/st-lock.t
17121 ____________________________________________________________________________
17122 [  8311] By: jhi                                   on 2001/01/04  18:36:08
17123         Log: Add a new MakeMaker variable PM_FILTER that defines a Unix
17124              filter to be run on each .pm during the pm_to_blib() phase,
17125              a fixed version of
17126              
17127              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
17128              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
17129              Date: Wed, 03 Jan 2001 22:01:30 +0100
17130              Message-ID: <5296.978555690@nice.ram.loc>
17131      Branch: perl
17132            ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
17133            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
17134            ! lib/ExtUtils/MakeMaker.pm
17135 ____________________________________________________________________________
17136 [  8310] By: jhi                                   on 2001/01/04  18:32:54
17137         Log: Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
17138              From: Robin Barker <rmb1@cise.npl.co.uk>
17139              Date: Tue, 2 Jan 2001 15:35:03 GMT
17140              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
17141      Branch: perl
17142            ! README.amiga lib/CPAN.pm lib/Win32.pod pod/perl56delta.pod
17143            ! pod/perlrequick.pod
17144 ____________________________________________________________________________
17145 [  8309] By: jhi                                   on 2001/01/04  18:29:07
17146         Log: Subject: Re: [patch] static-ize XS()
17147              From: Doug MacEachern <dougm@covalent.net>
17148              Date: Mon, 1 Jan 2001 15:26:01 -0800 (PST)
17149              Message-ID: <Pine.LNX.4.10.10101011523560.3379-100000@mojo.covalent.net>
17150              
17151              Provide prototypes for the XS functions.
17152      Branch: perl
17153            ! lib/ExtUtils/xsubpp
17154 ____________________________________________________________________________
17155 [  8308] By: jhi                                   on 2001/01/04  18:27:44
17156         Log: Subject: [patch] typemap =~ s/croak/Perl_croak/
17157              From: Doug MacEachern <dougm@covalent.net>
17158              Date: Mon, 1 Jan 2001 11:41:57 -0800 (PST)
17159              Message-ID: <Pine.LNX.4.10.10101011139570.3379-100000@mojo.covalent.net>
17160      Branch: perl
17161            ! lib/ExtUtils/typemap
17162 ____________________________________________________________________________
17163 [  8307] By: jhi                                   on 2001/01/04  18:25:25
17164         Log: Subject: Re: [patch] MM_Unix cpprun shortcut
17165              From: Doug MacEachern <dougm@covalent.net>
17166              Date: Wed, 3 Jan 2001 20:09:57 -0800 (PST)
17167              Message-ID: <Pine.LNX.4.10.10101032009330.280-100000@mojo.covalent.net>
17168              
17169              Add a .c.i: MakeMaker make rule to create cpreprocessed outputs.
17170      Branch: perl
17171            ! lib/ExtUtils/MM_Unix.pm
17172 ____________________________________________________________________________
17173 [  8306] By: jhi                                   on 2001/01/04  18:23:00
17174         Log: Subject: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
17175              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
17176              Date: Thu, 4 Jan 2001 12:47:10 +0100 
17177              Message-ID: <5930DC161690D21196670090271575470370111A@madt009a.siemens.es>
17178              
17179              The toke.c part only, patching embed.h and proto.h is futile.
17180      Branch: perl
17181            ! toke.c
17182 ____________________________________________________________________________
17183 [  8305] By: jhi                                   on 2001/01/04  18:05:51
17184         Log: Subject: [PATCH perl@8269] scanning two hex-constants fails on EBCDIC environment (script length.t)
17185              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
17186              Date: Thu, 4 Jan 2001 17:50:12 +0100 
17187              Message-ID: <5930DC161690D211966700902715754703738AA6@madt009a.siemens.es>
17188      Branch: perl
17189            ! toke.c
17190 ____________________________________________________________________________
17191 [  8304] By: jhi                                   on 2001/01/04  18:03:26
17192         Log: Subject: [PATCH perl@8269]
17193              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
17194              Date: Thu, 4 Jan 2001 12:53:39 +0100 
17195              Message-ID: <5930DC161690D211966700902715754703701130@madt009a.siemens.es>
17196              
17197              If running byacc write-enable also perly.h.
17198      Branch: perl
17199            ! Makefile.SH
17200 ____________________________________________________________________________
17201 [  8303] By: jhi                                   on 2001/01/04  15:40:49
17202         Log: Rewrite pp_concat() in terms of sv_catsv().
17203      Branch: perl
17204            ! pp_hot.c
17205 ____________________________________________________________________________
17206 [  8302] By: nick                                  on 2001/01/03  22:43:22
17207         Log: Integrate mainline.
17208      Branch: perlio
17209           !> ext/Encode/Encode.xs sv.c utf8.c
17210 ____________________________________________________________________________
17211 [  8301] By: jhi                                   on 2001/01/02  23:40:26
17212         Log: Variable naming tweak.
17213      Branch: perl
17214            ! sv.c
17215 ____________________________________________________________________________
17216 [  8300] By: jhi                                   on 2001/01/02  23:40:02
17217         Log: Use the UTF8_XXX macros in is_utf8_char(), a performance nit
17218              in is_utf8_string().
17219      Branch: perl
17220            ! utf8.c
17221 ____________________________________________________________________________
17222 [  8299] By: jhi                                   on 2001/01/02  22:14:40
17223         Log: Integrate perlio.
17224      Branch: perl
17225           !> pp.c pp_hot.c win32/Makefile
17226 ____________________________________________________________________________
17227 [  8298] By: nick                                  on 2001/01/02  22:03:06
17228         Log: Turn SvUTF8 off if not required in pp_chr and pp_stringify.
17229      Branch: perlio
17230            ! pp.c pp_hot.c
17231 ____________________________________________________________________________
17232 [  8297] By: jhi                                   on 2001/01/02  04:26:28
17233         Log: Signedness nit.
17234      Branch: perl
17235            ! ext/Encode/Encode.xs
17236 ____________________________________________________________________________
17237 [  8296] By: nick                                  on 2001/01/01  23:49:36
17238         Log: Add Encode and correct Filter/Util/Call in nmake Makefile
17239      Branch: perlio
17240            ! win32/Makefile
17241 ____________________________________________________________________________
17242 [  8295] By: jhi                                   on 2001/01/01  23:05:48
17243         Log: Integrate perlio.
17244      Branch: perl
17245           !> ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
17246           !> t/lib/encode.t
17247 ____________________________________________________________________________
17248 [  8294] By: nick                                  on 2001/01/01  22:48:34
17249         Log: Integrate mainline
17250      Branch: perlio
17251            ! pp_hot.c t/lib/encode.t
17252           !> (integrate 65 files)
17253 ____________________________________________________________________________
17254 [  8293] By: nick                                  on 2001/01/01  21:58:50
17255         Log: More rigor in UTF-8-ness of Encode's toUnicode
17256              XS export some of the utf8 internal functions.
17257              Test some of the functions.
17258              Fix pp_concat() bug shown by said tests.
17259      Branch: perlio
17260            ! ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
17261            ! t/lib/encode.t
17262 ____________________________________________________________________________
17263 [  8292] By: jhi                                   on 2001/01/01  18:11:44
17264         Log: Integrate perlio.
17265      Branch: perl
17266           !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
17267           !> ext/Encode/encengine.c ext/Encode/encode.h
17268 ____________________________________________________________________________
17269 [  8291] By: jhi                                   on 2001/01/01  18:10:58
17270         Log: Podify README.mpeix (a new version from the web),
17271              add a dummy NAME to Carp::Heavy, regen toc.
17272      Branch: perl
17273            ! README.mpeix lib/Carp/Heavy.pm pod/buildtoc.PL pod/perl.pod
17274            ! pod/perltoc.pod
17275 ____________________________________________________________________________
17276 [  8290] By: nick                                  on 2001/01/01  17:43:47
17277         Log: Loose the "Loading..." warning.
17278              Another bug in fallback support
17279      Branch: perlio
17280            ! ext/Encode/Encode.pm ext/Encode/encengine.c
17281 ____________________________________________________________________________
17282 [  8289] By: jhi                                   on 2001/01/01  00:01:57
17283         Log: Bump up Larry's copyright.
17284      Branch: perl
17285            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
17286            ! doop.c dump.c ext/DynaLoader/dl_dld.xs form.h gv.c gv.h
17287            ! handy.h hv.c hv.h mg.c mg.h op.c op.h perl.c perl.h perly.y
17288            ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c
17289            ! scope.c sv.c sv.h toke.c utf8.c utf8.h util.c util.h
17290            ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
17291            ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
17292            ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
17293 ____________________________________________________________________________
17294 [  8288] By: nick                                  on 2000/12/31  21:27:53
17295         Log: Fix .ucm reading - forgot a chr()
17296              Start of .ucm write (for .enc to .ucm)
17297      Branch: perlio
17298            ! ext/Encode/compile
17299 ____________________________________________________________________________
17300 [  8287] By: jhi                                   on 2000/12/31  18:15:56
17301         Log: Comment away a diagnostic message as noted by Craig A. Berry
17302              (the unexpected message was confusing testing)
17303      Branch: perl
17304            ! ext/Encode/Encode.pm
17305 ____________________________________________________________________________
17306 [  8286] By: jhi                                   on 2000/12/31  18:14:51
17307         Log: Subject: [PATCH perl@8269] ext/Encode/Makefile.PL line shortening
17308              Date: Sun, 31 Dec 2000 11:17:37 -0600
17309              From: "Craig A. Berry" <craigberry@mac.com>
17310              Message-Id: <5.0.2.1.0.20001230195844.025636c0@exchi01>
17311      Branch: perl
17312            ! ext/Encode/Makefile.PL
17313 ____________________________________________________________________________
17314 [  8285] By: nick                                  on 2000/12/31  18:11:54
17315         Log: Start of support of ICU-style .ucm files:
17316              - teach compile how to read a .ucm file
17317              - first guess at how to represent fallbacks in "tries".
17318              - use fallbacks if check == 0
17319              - new return code to indicate we used one.
17320      Branch: perlio
17321            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
17322            ! ext/Encode/encengine.c ext/Encode/encode.h
17323 ____________________________________________________________________________
17324 [  8284] By: jhi                                   on 2000/12/31  18:04:41
17325         Log: Pacify picky VMS compiler.
17326              
17327              Subject: perl@8269, whiny Compaq C compiler, unsigned expressions
17328              From: "Craig A. Berry" <craig.berry@psinetcs.com>
17329              Date: Sat, 30 Dec 2000 18:10:02 -0600
17330              Message-Id: <200012310010.CAA09719@tiku.hut.fi>
17331      Branch: perl
17332            ! sv.c
17333 ____________________________________________________________________________
17334 [  8283] By: jhi                                   on 2000/12/31  16:11:47
17335         Log: Wrong alarm: cygwin's getpwuid() is just fine (from Gerrit P. Haase)
17336      Branch: perl
17337            ! t/lib/glob-basic.t
17338 ____________________________________________________________________________
17339 [  8282] By: jhi                                   on 2000/12/31  15:26:11
17340         Log: Integrate perlio.
17341      Branch: perl
17342           !> makedef.pl opcode.pl os2/os2.c perlio.c
17343 ____________________________________________________________________________
17344 [  8281] By: nick                                  on 2000/12/31  10:06:15
17345         Log: Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
17346              is available to be exported
17347      Branch: perlio
17348            ! makedef.pl perlio.c
17349 ____________________________________________________________________________
17350 [  8280] By: nick                                  on 2000/12/31  09:41:26
17351         Log: Ilya's OS2 patch (testing for damage on Win32)
17352      Branch: perlio
17353            ! makedef.pl opcode.pl os2/os2.c
17354 ____________________________________________________________________________
17355 [  8279] By: jhi                                   on 2000/12/30  21:52:07
17356         Log: Test nits.
17357      Branch: perl
17358            ! t/lib/syslfs.t t/op/lfs.t
17359 ____________________________________________________________________________
17360 [  8278] By: jhi                                   on 2000/12/30  21:47:49
17361         Log: Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
17362              From: andreas.koenig@anima.de (Andreas J. Koenig)
17363              Date: 30 Dec 2000 22:35:37 +0100
17364              Message-ID: <m3vgs1a8ye.fsf@ak-71.mind.de>
17365              
17366              The 32-bit wraparound test wasn't quite right.
17367      Branch: perl
17368            ! t/lib/syslfs.t t/op/lfs.t
17369 ____________________________________________________________________________
17370 [  8277] By: jhi                                   on 2000/12/30  21:33:44
17371         Log: Subject: [PATCH] open() example in perlfunc.pod 
17372              From: Karsten Sperling <s_sperli@ira.uka.de>
17373              Date: Sat, 30 Dec 2000 22:27:09 +0100
17374              Message-ID: <"iraun1.ira.0090801:001230.213049"@ira.uka.de>
17375      Branch: perl
17376            ! pod/perlfunc.pod
17377 ____________________________________________________________________________
17378 [  8276] By: jhi                                   on 2000/12/30  20:32:40
17379         Log: Not quite that many tests yet.
17380      Branch: perl
17381            ! t/op/pat.t
17382 ____________________________________________________________________________
17383 [  8275] By: jhi                                   on 2000/12/30  20:26:58
17384         Log: Integrate perlio.
17385      Branch: perl
17386           !> toke.c
17387 ____________________________________________________________________________
17388 [  8274] By: jhi                                   on 2000/12/30  20:24:56
17389         Log: Signedness nit.
17390      Branch: perl
17391            ! utf8.c
17392 ____________________________________________________________________________
17393 [  8273] By: jhi                                   on 2000/12/30  20:15:46
17394         Log: Add a test case for 20000731.001 which was fixed by the #8267.
17395      Branch: perl
17396            ! t/op/pat.t
17397 ____________________________________________________________________________
17398 [  8272] By: nick                                  on 2000/12/30  19:47:51
17399         Log: Tweak for MULTIPLICITY/USE_PERLIO
17400      Branch: perlio
17401            ! toke.c
17402 ____________________________________________________________________________
17403 [  8271] By: nick                                  on 2000/12/30  19:46:45
17404         Log: Integrate mainline
17405      Branch: perlio
17406           +> lib/unicode/distinct.pm
17407           !> Changes MANIFEST doop.c embed.h embed.pl mg.c op.c op.h
17408           !> patchlevel.h perl.h pod/perlapi.pod pp.c pp_ctl.c pp_hot.c
17409           !> proto.h regcomp.c regcomp.h regexec.c sv.c t/op/split.t utf8.c
17410 ____________________________________________________________________________
17411 [  8270] By: jhi                                   on 2000/12/30  19:39:50
17412         Log: Subject: RE: perl@8269
17413              From: "Richard Soderberg" <rs@crystalflame.net>
17414              Date: Sat, 30 Dec 2000 11:36:27 -0800
17415              Message-ID: <NAEKLNAAHLMBPMPNBMLEIEAKCKAA.rs@crystalflame.net>
17416              
17417              A missing aTHX_.
17418      Branch: perl
17419            ! toke.c
17420 ____________________________________________________________________________
17421 [  8269] By: jhi                                   on 2000/12/30  18:55:48
17422         Log: Update Changes.
17423      Branch: perl
17424            ! Changes patchlevel.h
17425 ____________________________________________________________________________
17426 [  8268] By: jhi                                   on 2000/12/30  17:18:40
17427         Log: Add a test for Unicode split //.  The #8267 was the cure.
17428      Branch: perl
17429            ! t/op/split.t
17430 ____________________________________________________________________________
17431 [  8267] By: jhi                                   on 2000/12/30  17:14:19
17432         Log: Subject: more UTF8 test suites and an UTF8 patch
17433              From: Inaba Hiroto <inaba@st.rim.or.jp>
17434              Date: Sat, 30 Dec 2000 14:27:10 +0900
17435              Message-ID: <3A4D722D.243AFD88@st.rim.or.jp> 
17436              
17437              Just the patch part for now, and the pragma renamed
17438              as unicode::distinct.
17439      Branch: perl
17440            + lib/unicode/distinct.pm
17441            ! MANIFEST doop.c embed.h embed.pl mg.c op.c op.h perl.h
17442            ! pod/perlapi.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
17443            ! regcomp.h regexec.c sv.c toke.c utf8.c
17444 ____________________________________________________________________________
17445 [  8266] By: nick                                  on 2000/12/30  16:40:49
17446         Log: Integrate mainline
17447      Branch: perlio
17448           +> lib/Pod/Text/Overstrike.pm
17449           !> MANIFEST doio.c hints/dec_osf.sh hv.c lib/Pod/Man.pm
17450           !> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm op.c
17451           !> pod/pod2text.PL sv.c t/lib/syslfs.t t/op/join.t t/op/lfs.t
17452           !> t/pragma/constant.t t/pragma/sub_lval.t t/pragma/utf8.t util.c
17453           !> vms/vms.c vms/vmsish.h vms/vmspipe.com
17454 ____________________________________________________________________________
17455 [  8265] By: jhi                                   on 2000/12/30  07:28:55
17456         Log: The sv_catsv() fix, take two.
17457      Branch: perl
17458            ! sv.c t/op/join.t
17459 ____________________________________________________________________________
17460 [  8264] By: jhi                                   on 2000/12/30  06:19:18
17461         Log: Undo all the join-related changes since #8248: relevant
17462              portions of 8248, 8249, 8250, 8251, 8260, 8263 must go.
17463              The new sv_catsv() doesn't fly so it must go back to
17464              the drawing board.
17465      Branch: perl
17466            ! sv.c t/op/join.t t/pragma/utf8.t
17467 ____________________________________________________________________________
17468 [  8263] By: jhi                                   on 2000/12/30  01:08:32
17469         Log: (Retracted by #8264)  Tweak sv_catsv() some more.
17470      Branch: perl
17471            ! sv.c
17472 ____________________________________________________________________________
17473 [  8262] By: jhi                                   on 2000/12/30  00:45:14
17474         Log: Retract #8261.
17475      Branch: perl
17476            ! hv.c util.c
17477 ____________________________________________________________________________
17478 [  8261] By: jhi                                   on 2000/12/30  00:38:32
17479         Log: (Retracted by #8261). (Unsuccessful memory access tweaks.)
17480      Branch: perl
17481            ! hv.c util.c
17482 ____________________________________________________________________________
17483 [  8260] By: jhi                                   on 2000/12/29  22:51:33
17484         Log: (Retracted by #8264)  More fixing for #8251.
17485      Branch: perl
17486            ! sv.c
17487 ____________________________________________________________________________
17488 [  8259] By: jhi                                   on 2000/12/29  18:27:30
17489         Log: Subject: podlators 1.06 released
17490              From: Russ Allbery <rra@stanford.edu>
17491              Date: 25 Dec 2000 05:09:30 -0800
17492              Message-ID: <ylwvcosl4l.fsf@windlord.stanford.edu>
17493      Branch: perl
17494            + lib/Pod/Text/Overstrike.pm
17495            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Color.pm
17496            ! lib/Pod/Text/Termcap.pm pod/pod2text.PL
17497 ____________________________________________________________________________
17498 [  8258] By: jhi                                   on 2000/12/29  18:20:45
17499         Log: Make the large file tests more robust/talkative as suggested by
17500              
17501              Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
17502              From: andreas.koenig@anima.de (Andreas J. Koenig)
17503              Date: 29 Dec 2000 14:23:01 +0100
17504              Message-ID: <m3snn7uzt6.fsf@ak-71.mind.de>
17505      Branch: perl
17506            ! t/lib/syslfs.t t/op/lfs.t
17507 ____________________________________________________________________________
17508 [  8257] By: jhi                                   on 2000/12/29  17:48:04
17509         Log: Further VMS piping fixes from Charles Lane:
17510              
17511              In summary, error messages produced when a subprocess terminated
17512              abnormally were being sent not just to the parent process, but to
17513              grandparents, because of default values for error output that were
17514              not completely overridden when the subprocess was started.
17515              
17516              This patch fixes this behavior by defining user-mode (i.e., temporary
17517              for the duration of the program) logical names for SYS$OUTPUT and
17518              SYS$ERROR when they are (re)opened inside Perl.  And a bunch of other
17519              changes to make it so that the user-mode logicals are the ones that
17520              control where Perl's error messages go if it terminates abnormally.
17521              
17522              I also added some gratuitous fixes to the indentation of braces in
17523              the piping code.  It just looked ugly, before.
17524      Branch: perl
17525            ! doio.c vms/vms.c vms/vmsish.h vms/vmspipe.com
17526 ____________________________________________________________________________
17527 [  8256] By: jhi                                   on 2000/12/29  17:45:12
17528         Log: Subject: [PATCH] Idea: Declare multiple constants at once (fwd)
17529              From: "Casey R. Tweten" <crt@kiski.net>
17530              Date: Fri, 29 Dec 2000 12:03:00 -0500 (EST)
17531              Message-ID: <Pine.OSF.4.21.0012291201150.17186-100000@home.kiski.net>
17532              
17533              Tests for for #8240.
17534      Branch: perl
17535            ! t/pragma/constant.t
17536 ____________________________________________________________________________
17537 [  8255] By: jhi                                   on 2000/12/29  17:43:07
17538         Log: Subject: Re: [PATCH] Interesting syntax idea
17539              From: Simon Cozens <simon@cozens.net>
17540              Date: Fri, 29 Dec 2000 14:34:04 +0000
17541              Message-ID: <20001229143404.A7762@deep-dark-truthful-mirror.perlhacker.org>
17542              
17543              Tests for #8254.
17544      Branch: perl
17545            ! t/pragma/sub_lval.t
17546 ____________________________________________________________________________
17547 [  8254] By: jhi                                   on 2000/12/29  17:42:11
17548         Log: Subject: [PATCH] Interesting syntax idea
17549              From: Simon Cozens <simon@cozens.net>
17550              Date: Wed, 27 Dec 2000 05:08:57 +0000
17551              Message-ID: <20001227050857.A11296@deep-dark-truthful-mirror.perlhacker.org>
17552              
17553              Make opens + bareword assigns do typeglob assigns.
17554      Branch: perl
17555            ! op.c
17556 ____________________________________________________________________________
17557 [  8253] By: jhi                                   on 2000/12/29  17:36:45
17558         Log: Output the (apparent) version of gcc, as suggested by
17559              
17560              Subject: [ID 20001226.001] dec_osf.sh mis-parses gcc version 2.95.2 as less than 2.95, causing installation-failure
17561              From: jhbrown@ai.mit.edu (Jeremy H. Brown)
17562              Date: 26 Dec 2000 04:29:17 -0500
17563              Message-Id: <uv6puify1hu.fsf@suspiria.ai.mit.edu>
17564              
17565              (The patch as such didn't any more apply as the misparsing had
17566              already been addressed in #6474.)  Also change the wording about
17567              gcc 2.95.2, for Jeremy it didn't break sdbm, for me it did.
17568      Branch: perl
17569            ! hints/dec_osf.sh
17570 ____________________________________________________________________________
17571 [  8252] By: nick                                  on 2000/12/29  12:14:31
17572         Log: Integrate mainline
17573      Branch: perlio
17574           !> (integrate 27 files)
17575 ____________________________________________________________________________
17576 [  8251] By: jhi                                   on 2000/12/29  08:45:46
17577         Log: (Retracted by #8264)
17578              
17579              (Fixed by #8260.)
17580              
17581              sv_catsv() needs one more byte space than seems reasonable.
17582              (for join() and PERL_DESTRUCT_LEVEL=2, built with debugging).
17583              Curiouser and curiouser.
17584      Branch: perl
17585            ! sv.c
17586 ____________________________________________________________________________
17587 [  8250] By: jhi                                   on 2000/12/29  07:57:52
17588         Log: More split // UTF-8 tests.
17589      Branch: perl
17590            ! t/pragma/utf8.t
17591 ____________________________________________________________________________
17592 [  8249] By: jhi                                   on 2000/12/29  07:54:51
17593         Log: (Retracted by #8264)  More join() testing which was good because
17594              it revealed a bug in #8248 (the UTF8_EIGHT_BIT_LO() was wrong).
17595      Branch: perl
17596            ! pp.c t/op/join.t utf8.c utf8.h
17597 ____________________________________________________________________________
17598 [  8248] By: jhi                                   on 2000/12/29  07:08:32
17599         Log: (Retracted by #8264)  Externally: join() was still quite UTF-8-unaware.
17600              Internally: sv_catsv() wasn't quite okay on UTF-8, it assumed
17601              that the only cases to care about are byte+byte and byte+character.
17602              
17603              TODO: See how well pp_concat() could be implemented in terms
17604              of sv_catsv().
17605      Branch: perl
17606            ! doop.c sv.c t/op/join.t utf8.h
17607 ____________________________________________________________________________
17608 [  8247] By: jhi                                   on 2000/12/29  06:35:23
17609         Log: Signedness nit.
17610      Branch: perl
17611            ! pp_hot.c
17612 ____________________________________________________________________________
17613 [  8246] By: jhi                                   on 2000/12/29  01:23:31
17614         Log: Subject: Re: [ID 20001226.002] Not OK: perl v5.7.0 +DEVEL8221 on i86pc-solaris 2.8 (UNINSTALLED)
17615              From: Lupe Christoph <lupe@lupe-christoph.de>
17616              Date: Thu, 28 Dec 2000 23:00:00 +0100
17617              Message-ID: <20001228230000.F2574@alanya.lupe-christoph.de>
17618              
17619              Suggest rsync --delete --dry-run.
17620      Branch: perl
17621            ! pod/perlhack.pod
17622 ____________________________________________________________________________
17623 [  8245] By: jhi                                   on 2000/12/28  23:57:05
17624         Log: The maxiters upper limit sanity check (guarding against
17625              non-progress) assumed bytes instead of characters in s///
17626              and split().
17627      Branch: perl
17628            ! pp.c pp_hot.c
17629 ____________________________________________________________________________
17630 [  8244] By: jhi                                   on 2000/12/28  23:34:08
17631         Log: Make some panic messages a bit more logical.
17632      Branch: perl
17633            ! doop.c pod/perldiag.pod pp.c pp_hot.c
17634 ____________________________________________________________________________
17635 [  8243] By: jhi                                   on 2000/12/28  22:59:16
17636         Log: Subject: [PATCH] lvalue AUTOLOAD. No, really.
17637              From: Simon Cozens <simon@cozens.net>
17638              Date: Wed, 27 Dec 2000 02:30:03 +0000
17639              Message-ID: <20001227023003.A7677@deep-dark-truthful-mirror.perlhacker.org>
17640      Branch: perl
17641            ! pp.c t/pragma/sub_lval.t
17642 ____________________________________________________________________________
17643 [  8242] By: jhi                                   on 2000/12/28  22:56:53
17644         Log: Subject: [PATCH blead] Fix B::Terse indentation
17645              From: Daniel Chetlin <daniel@chetlin.com>
17646              Date: Wed, 27 Dec 2000 06:43:30 -0800
17647              Message-ID: <20001227064329.B9573@darkstar>
17648      Branch: perl
17649            ! ext/B/B.pm ext/B/B/Terse.pm t/lib/b.t
17650 ____________________________________________________________________________
17651 [  8241] By: jhi                                   on 2000/12/28  22:48:59
17652         Log: The latter patch from the
17653              
17654              Subject: [PATCH: perl@8211] directory depth typo in one win32 Makefile
17655              From: Peter Prymmer <pvhp@forte.com> 
17656              Date: Fri, 22 Dec 2000 14:52:12 -0800 (PST)
17657              Message-ID: <Pine.OSF.4.10.10012221433140.195493-100000@aspara.forte.com>
17658              
17659              (the former patch from the above should have been
17660              taken care of by Nick I-S)
17661      Branch: perl
17662            ! win32/Makefile
17663 ____________________________________________________________________________
17664 [  8240] By: jhi                                   on 2000/12/28  22:45:22
17665         Log: Subject: Re: [PATCH] Idea: Declare multiple constants at once
17666              From: "Casey R. Tweten" <crt@kiski.net>
17667              Date: Fri, 22 Dec 2000 10:35:53 -0500 (EST)
17668              Message-ID: <Pine.OSF.4.21.0012221032030.28992-100000@home.kiski.net>
17669      Branch: perl
17670            ! lib/constant.pm
17671 ____________________________________________________________________________
17672 [  8239] By: jhi                                   on 2000/12/28  22:37:45
17673         Log: Subject: [PATCH] Re: [ID 19991001.003] sort(sub(arg)) misparsed as sort sub args
17674              From: Simon Cozens <simon@cozens.net>
17675              Date: Wed, 27 Dec 2000 14:12:44 +0000
17676              Message-ID: <20001227141244.A13344@deep-dark-truthful-mirror.perlhacker.org>
17677      Branch: perl
17678            ! t/op/method.t t/op/sort.t toke.c
17679 ____________________________________________________________________________
17680 [  8238] By: jhi                                   on 2000/12/28  22:30:32
17681         Log: Subject: [PATCH perl@8229] Call.pm
17682              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
17683              Date: Mon, 25 Dec 2000 10:47:15 -0000
17684              Message-ID: <000201c06e60$0b967760$a20a140a@bfs.phone.com>
17685      Branch: perl
17686            ! ext/Filter/Util/Call/Call.pm
17687 ____________________________________________________________________________
17688 [  8237] By: jhi                                   on 2000/12/28  22:19:21
17689         Log: Subject: [PATCH blead] Fix problem with `&' prototype
17690              From: Daniel Chetlin <daniel@chetlin.com>
17691              Date: Wed, 27 Dec 2000 15:55:32 -0800
17692              Message-ID: <20001227155532.D9573@darkstar>
17693      Branch: perl
17694            ! op.c t/comp/proto.t
17695 ____________________________________________________________________________
17696 [  8236] By: jhi                                   on 2000/12/28  22:09:25
17697         Log: Subject: Re: [PATCH blead] Fix segfault in gv_handler/mg_find
17698              From: Daniel Chetlin <daniel@chetlin.com>
17699              Date: Sun, 24 Dec 2000 04:09:49 -0800
17700              Message-ID: <20001224040949.B3090@darkstar>
17701      Branch: perl
17702            ! gv.c mg.c t/op/attrs.t
17703 ____________________________________________________________________________
17704 [  8235] By: jhi                                   on 2000/12/28  22:07:11
17705         Log: Subject: [PATCH] Win32::Spawn() didn't inherit cwd and env correctly
17706              From: Jan Dubois <jand@ActiveState.com>
17707              Date: Tue, 26 Dec 2000 20:57:31 -0800
17708              Message-ID: <reti4ts0php3anruv0qcjru3tl850g3sfd@4ax.com>
17709      Branch: perl
17710            ! win32/win32.c
17711 ____________________________________________________________________________
17712 [  8234] By: jhi                                   on 2000/12/28  21:52:42
17713         Log: Subject: Re: [PATCH] Warn on use of reference as array elem
17714              From: Simon Cozens <simon@cozens.net>
17715              Date: Thu, 28 Dec 2000 20:33:13 +0000
17716              Message-ID: <20001228203313.A2607@deep-dark-truthful-mirror.perlhacker.org>
17717      Branch: perl
17718            ! pod/perldiag.pod pp_hot.c t/pragma/warn/pp_hot
17719 ____________________________________________________________________________
17720 [  8233] By: jhi                                   on 2000/12/28  19:40:49
17721         Log: Integrate perlio.
17722      Branch: perl
17723           !> ext/Encode/Makefile.PL ext/Encode/compile
17724 ____________________________________________________________________________
17725 [  8232] By: nick                                  on 2000/12/23  16:06:00
17726         Log: Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
17727              and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
17728      Branch: perlio
17729            ! ext/Encode/Makefile.PL
17730 ____________________________________________________________________________
17731 [  8231] By: nick                                  on 2000/12/23  14:30:34
17732         Log: "Compiled" encode build cleanup
17733              - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
17734              - .c files do not export sub-tables
17735      Branch: perlio
17736            ! ext/Encode/Makefile.PL ext/Encode/compile
17737 ____________________________________________________________________________
17738 [  8230] By: nick                                  on 2000/12/23  12:50:37
17739         Log: Integrate mainline
17740      Branch: perlio
17741           !> INSTALL lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
17742           !> lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
17743           !> pod/perl5004delta.pod pod/perl5005delta.pod
17744           !> pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
17745           !> pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
17746           !> pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
17747           !> pod/perlsub.pod
17748 ____________________________________________________________________________
17749 [  8229] By: jhi                                   on 2000/12/22  15:32:12
17750         Log: Integrate perlio.
17751      Branch: perl
17752           +> win32/distclean.bat
17753           !> MANIFEST t/io/utf8.t
17754 ____________________________________________________________________________
17755 [  8228] By: jhi                                   on 2000/12/22  15:29:40
17756         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
17757              From: Robin Barker <rmb1@cise.npl.co.uk>
17758              Date: Fri, 22 Dec 2000 12:17:38 GMT
17759              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
17760      Branch: perl
17761            ! lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
17762            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
17763            ! pod/perl5004delta.pod pod/perl5005delta.pod
17764            ! pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
17765            ! pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
17766            ! pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
17767            ! pod/perlsub.pod
17768 ____________________________________________________________________________
17769 [  8227] By: jhi                                   on 2000/12/22  15:24:28
17770         Log: Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
17771              From: "John L. Allen" <allen@grumman.com>
17772              Date: Thu, 21 Dec 2000 14:39:58 -0500 (EST)
17773              Message-ID: <Pine.SOL.3.91.1001221133227.23511A-100000@gateway.grumman.com>
17774              
17775              Document APPLLIB_EXP.
17776      Branch: perl
17777            ! INSTALL
17778 ____________________________________________________________________________
17779 [  8226] By: nick                                  on 2000/12/21  22:11:50
17780         Log: Handy script for when one forgets to "dmake clean" 
17781      Branch: perlio
17782            + win32/distclean.bat
17783            ! MANIFEST
17784 ____________________________________________________________________________
17785 [  8225] By: nick                                  on 2000/12/21  21:54:04
17786         Log: CRLF platform issue with io/utf8 fix.
17787      Branch: perlio
17788            ! t/io/utf8.t
17789 ____________________________________________________________________________
17790 [  8224] By: nick                                  on 2000/12/21  21:02:20
17791         Log: Integrate mainline
17792      Branch: perlio
17793           !> Changes Configure Makefile.SH Porting/Glossary
17794           !> Porting/config.sh Porting/config_H configure.com
17795           !> epoc/config.sh ext/Thread/Thread.xs patchlevel.h
17796           !> pod/perlfaq3.pod pod/perlfunc.pod pod/perltoc.pod pp_sys.c
17797           !> sv.c t/io/fs.t t/op/misc.t t/op/utf8decode.t t/pragma/utf8.t
17798           !> win32/config.bc win32/config.gc win32/config.vc
17799 ____________________________________________________________________________
17800 [  8223] By: jhi                                   on 2000/12/21  17:09:16
17801         Log: Update Changes.
17802      Branch: perl
17803            ! Changes patchlevel.h
17804 ____________________________________________________________________________
17805 [  8222] By: jhi                                   on 2000/12/21  16:24:01
17806         Log: Metaconfig unit changes for #8221.
17807      Branch: metaconfig/U/perl
17808           +> issymlink.U
17809            - testsyml.U
17810            ! Mksymlinks.U
17811 ____________________________________________________________________________
17812 [  8221] By: jhi                                   on 2000/12/21  16:23:48
17813         Log: Rename testsyml to issymlink.
17814      Branch: perl
17815            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
17816            ! epoc/config.sh pod/perltoc.pod win32/config.bc win32/config.gc
17817            ! win32/config.vc
17818 ____________________________________________________________________________
17819 [  8220] By: jhi                                   on 2000/12/21  15:47:26
17820         Log: Robustness support for #8218 (symlink forest) since the GNU
17821              tools seem to be overly picky about symlinkage depths.
17822      Branch: perl
17823            ! Makefile.SH t/io/fs.t
17824 ____________________________________________________________________________
17825 [  8219] By: jhi                                   on 2000/12/21  15:38:27
17826         Log: Metaconfig changes for #8218.
17827      Branch: metaconfig
17828            ! U/modified/Oldconfig.U
17829      Branch: metaconfig/U/perl
17830            + Mksymlinks.U
17831            ! testsyml.U
17832 ____________________________________________________________________________
17833 [  8218] By: jhi                                   on 2000/12/21  15:37:57
17834         Log: Add Configure option -Dmksymlinks which will create a symlink
17835              forest if the current/build differs from the source directory.
17836              TODO: mkdir -p is not portable.
17837      Branch: perl
17838            ! Configure
17839 ____________________________________________________________________________
17840 [  8217] By: jhi                                   on 2000/12/21  14:39:12
17841         Log: Subject: [PATCH] Re: Latest tarball doesn't build with threads
17842              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
17843              Date: Thu, 21 Dec 2000 09:38:18 GMT
17844              Message-Id: <200012210938.JAA29043@mikado.tiuk.ti.com>
17845              
17846              The ofs became an SV.
17847      Branch: perl
17848            ! ext/Thread/Thread.xs
17849 ____________________________________________________________________________
17850 [  8216] By: jhi                                   on 2000/12/21  05:40:21
17851         Log: The polymorphism seems to have fixed 20000517.001.
17852      Branch: perl
17853            ! t/pragma/utf8.t
17854 ____________________________________________________________________________
17855 [  8215] By: jhi                                   on 2000/12/21  04:44:52
17856         Log: read() documentation tweak for 20001121.004.
17857      Branch: perl
17858            ! pod/perlfunc.pod
17859 ____________________________________________________________________________
17860 [  8214] By: jhi                                   on 2000/12/21  03:54:11
17861         Log: Fix for 20001210.003, "write(FH) on closed FH causes segv".
17862      Branch: perl
17863            ! pp_sys.c t/op/misc.t
17864 ____________________________________________________________________________
17865 [  8213] By: jhi                                   on 2000/12/21  00:28:10
17866         Log: Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com
17867              From: Peter Prymmer <pvhp@forte.com>
17868              Date: Wed, 20 Dec 2000 16:13:32 -0800 (PST)
17869              Message-ID: <Pine.OSF.4.10.10012201609140.11967-100000@aspara.forte.com>
17870      Branch: perl
17871            ! configure.com
17872 ____________________________________________________________________________
17873 [  8212] By: jhi                                   on 2000/12/21  00:26:21
17874         Log: Edit edit edit.
17875      Branch: perl
17876            ! pod/perlfaq3.pod
17877 ____________________________________________________________________________
17878 [  8211] By: jhi                                   on 2000/12/20  18:52:46
17879         Log: Update Changes.
17880      Branch: perl
17881            ! Changes patchlevel.h
17882 ____________________________________________________________________________
17883 [  8210] By: jhi                                   on 2000/12/20  18:34:47
17884         Log: Yet another editor edit.
17885      Branch: perl
17886            ! pod/perlfaq3.pod
17887 ____________________________________________________________________________
17888 [  8209] By: jhi                                   on 2000/12/20  15:33:28
17889         Log: More Win32 Perling.
17890      Branch: perl
17891            ! pod/perlfaq3.pod
17892 ____________________________________________________________________________
17893 [  8208] By: jhi                                   on 2000/12/20  15:07:46
17894         Log: More Win32 editor/IDE/shell hints.
17895      Branch: perl
17896            ! pod/perlfaq3.pod
17897 ____________________________________________________________________________
17898 [  8207] By: jhi                                   on 2000/12/20  03:54:08
17899         Log: Subject: [PATCH] obscure timing knowledge
17900              From: Nicholas Clark <nick@ccl4.org>
17901              Date: Tue, 19 Dec 2000 19:22:31 +0000
17902              Message-ID: <20001219192231.F2827@plum.flirble.org>
17903      Branch: perl
17904            ! sv.c
17905 ____________________________________________________________________________
17906 [  8206] By: jhi                                   on 2000/12/20  03:45:57
17907         Log: Subject: [ID 20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on alpha-dec_osf-perlio-multi 4.0f (UNINSTALLED)
17908              From: Spider Boardman <spider@leggy.zk3.dec.com>
17909              Date: Tue, 19 Dec 2000 21:30:16 -0500
17910              Message-Id: <200012200230.VAA17619@leggy.zk3.dec.com>
17911      Branch: perl
17912            ! sv.c
17913 ____________________________________________________________________________
17914 [  8205] By: jhi                                   on 2000/12/19  23:02:01
17915         Log: Update Changes.
17916      Branch: perl
17917            ! Changes patchlevel.h
17918 ____________________________________________________________________________
17919 [  8204] By: jhi                                   on 2000/12/19  22:58:18
17920         Log: Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff])
17921              using the \xHH notation.  No more inlined UTF-8, sigh, but easier
17922              on editors and diffing/patching.
17923      Branch: perl
17924            ! t/op/utf8decode.t
17925 ____________________________________________________________________________
17926 [  8203] By: nick                                  on 2000/12/19  21:36:16
17927         Log: Integrate mainline (forgot my own change...)
17928      Branch: perlio
17929           !> ext/Encode/compile
17930 ____________________________________________________________________________
17931 [  8202] By: nick                                  on 2000/12/19  21:34:42
17932         Log: Integrate mainline.
17933      Branch: perlio
17934           !> (integrate 61 files)
17935 ____________________________________________________________________________
17936 [  8201] By: nick                                  on 2000/12/19  21:34:06
17937         Log: Avoid looking for File::Glob when we don't need it.
17938      Branch: perl
17939            ! ext/Encode/compile
17940 ____________________________________________________________________________
17941 [  8200] By: jhi                                   on 2000/12/19  18:35:49
17942         Log: Update Changes.
17943      Branch: perl
17944            ! Changes patchlevel.h
17945 ____________________________________________________________________________
17946 [  8199] By: jhi                                   on 2000/12/19  18:35:07
17947         Log: Microperl tweaks.
17948      Branch: perl
17949            ! sv.c uconfig.h uconfig.sh
17950 ____________________________________________________________________________
17951 [  8198] By: jhi                                   on 2000/12/19  18:29:59
17952         Log: Regen Configure, nitfix uconfig.sh (d_vendorarch is needed).
17953      Branch: perl
17954            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
17955            ! config_h.SH pod/perltoc.pod uconfig.h uconfig.sh
17956 ____________________________________________________________________________
17957 [  8197] By: jhi                                   on 2000/12/19  17:55:29
17958         Log: In VMS embedded perls couldn't access the statically built Socket,
17959              from Charles Lane.
17960      Branch: perl
17961            ! configure.com
17962 ____________________________________________________________________________
17963 [  8196] By: jhi                                   on 2000/12/19  17:49:50
17964         Log: Subject: [PATCH perl@8143] DB_File-1.75 (was RE: [8104] DB_File)
17965              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk> 
17966              Date: Sun, 17 Dec 2000 19:11:44 -0000
17967              Message-ID: <000801c0685d$3224e5a0$a20a140a@bfs.phone.com> 
17968      Branch: perl
17969            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
17970            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
17971 ____________________________________________________________________________
17972 [  8195] By: jhi                                   on 2000/12/19  17:47:53
17973         Log: Subject: [patch perl@8150] h2xs SYNOPSIS
17974              From: Jonathan Stowe <gellyfish@gellyfish.com>
17975              Date: Mon, 18 Dec 2000 10:24:38 +0000 (GMT)
17976              Message-ID: <Pine.LNX.4.10.10012181021180.20731-100000@orpheus.gellyfish.com>
17977      Branch: perl
17978            ! utils/h2xs.PL
17979 ____________________________________________________________________________
17980 [  8194] By: jhi                                   on 2000/12/19  17:46:28
17981         Log: Subject: Re: useless use of void context work-around
17982              From: andreas.koenig@anima.de (Andreas J. Koenig)
17983              Date: 16 Dec 2000 15:13:36 +0100
17984              Message-ID: <m3g0jofo8f.fsf@ak-71.mind.de>
17985              
17986              Document (comment) the q(di ds ig) trick in the code.
17987      Branch: perl
17988            ! op.c
17989 ____________________________________________________________________________
17990 [  8193] By: jhi                                   on 2000/12/19  17:10:57
17991         Log: Subject: [ID 20001215.004] Sys::Syslog::xlate doesn't handle LOG_EMERG
17992              From: "Mark J. Reed" <mreed@strange.turner.com>
17993              Date: Fri, 15 Dec 2000 21:22:29 -0500 (EST)
17994              Message-Id: <200012160222.VAA13986@strange.turner.com>
17995      Branch: perl
17996            ! ext/Sys/Syslog/Syslog.pm
17997 ____________________________________________________________________________
17998 [  8192] By: jhi                                   on 2000/12/19  17:07:45
17999         Log: Subject: [PATCH] Re: [PATCH] strtoq, strtou(q|ll|l) testing
18000              From: Nicholas Clark <nick@ccl4.org>
18001              Date: Sat, 16 Dec 2000 19:03:13 +0000
18002              Message-ID: <20001216190313.D68304@plum.flirble.org>
18003      Branch: perl
18004            ! t/op/64bitint.t
18005 ____________________________________________________________________________
18006 [  8191] By: jhi                                   on 2000/12/19  17:06:13
18007         Log: Subject: [ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on powerpc-machten 4.1.4
18008              From: Dominic Dunlop <domo@computer.org>
18009              Date: Mon, 18 Dec 2000 12:00:15 +0100
18010              Message-Id: <p04320404b6639e7aa043@[192.168.1.4]>
18011              
18012              This patchlet is needed in order that perl can be statically linked.  
18013      Branch: perl
18014            ! regexec.c
18015 ____________________________________________________________________________
18016 [  8190] By: jhi                                   on 2000/12/19  17:03:08
18017         Log: Subject: [PATCH perl@8133] finding PerlIO symbols for VMS
18018              From: "Craig A. Berry" <craig.berry@psinetcs.com>
18019              Date: Sun, 17 Dec 2000 00:18:35 -0600
18020              Message-Id: <p04330102b661bc01daba@[172.16.52.1]>
18021      Branch: perl
18022            ! perlio.h vms/gen_shrfls.pl
18023 ____________________________________________________________________________
18024 [  8189] By: jhi                                   on 2000/12/19  16:20:28
18025         Log: Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
18026              From: Prymmer/Kahn <pvhp@best.com>
18027              Date: Tue, 19 Dec 2000 08:08:31 -0800 (PST)
18028              Message-ID: <Pine.BSF.4.21.0012190804040.14656-100000@shell8.ba.best.com>
18029              
18030              A better version of #8188.
18031      Branch: perl
18032            ! pod/perlfaq3.pod
18033 ____________________________________________________________________________
18034 [  8188] By: jhi                                   on 2000/12/19  15:57:06
18035         Log: (Replaced by #8189)
18036              
18037              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
18038              Date: Mon, 18 Dec 2000 08:03:34 -0800 (PST)
18039              From: Prymmer/Kahn <pvhp@best.com>
18040              Message-ID: <Pine.BSF.4.21.0012180802090.27110-100000@shell8.ba.best.com>
18041              Subject: Re: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
18042              From: Ronald J Kimball <rjk@linguist.Thayer.Dartmouth.EDU>
18043              Date: Mon, 18 Dec 2000 11:10:45 -0500
18044              Message-ID: <20001218111044.B180222@linguist.thayer.dartmouth.edu>
18045      Branch: perl
18046            ! pod/perlfaq3.pod
18047 ____________________________________________________________________________
18048 [  8187] By: jhi                                   on 2000/12/19  15:54:19
18049         Log: Email address fix for Anton Berezin.
18050      Branch: perl
18051            ! AUTHORS
18052 ____________________________________________________________________________
18053 [  8186] By: jhi                                   on 2000/12/19  15:38:54
18054         Log: Subject: [PATCH perl@8102] cygwin port
18055              From: "Eric Fifer" <efifer@dircon.co.uk> 
18056              Date: Thu, 14 Dec 2000 13:41:29 -0000
18057              Message-Id: <200012141340.NAA54236@mailhost1.dircon.co.uk>
18058              
18059              When compiling modules the data item that is being imported
18060              from libperl.dll needs to be tagged as imported/shared data:
18061              extern __declspec(dllimport) PerlIO_funcs PerlIO_pending;
18062      Branch: perl
18063            ! perliol.h
18064 ____________________________________________________________________________
18065 [  8185] By: jhi                                   on 2000/12/19  14:53:24
18066         Log: Regen uconfig.h and uconfig.sh.
18067      Branch: perl
18068            ! uconfig.h uconfig.sh
18069 ____________________________________________________________________________
18070 [  8184] By: jhi                                   on 2000/12/18  20:43:49
18071         Log: Comments work so much better when they are closed.
18072      Branch: perl
18073            ! regcomp.c
18074 ____________________________________________________________________________
18075 [  8183] By: jhi                                   on 2000/12/18  18:04:02
18076         Log: Some compilers (e.g. HP-UX) can't switch on 64-bit integers.
18077              Fixes the bug 20001218.016.
18078      Branch: perl
18079            ! regcomp.c
18080 ____________________________________________________________________________
18081 [  8182] By: gsar                                  on 2000/12/18  09:53:47
18082         Log: delete spurious files
18083      Branch: maint-5.6/perl
18084            - lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif vos/config.def
18085            - vos/config.h vos/config_h.SH_orig
18086 ____________________________________________________________________________
18087 [  8181] By: gsar                                  on 2000/12/18  09:46:08
18088         Log: regen perltoc
18089      Branch: maint-5.6/perl
18090            ! pod/buildtoc.PL pod/perl.pod pod/perlapi.pod pod/perltoc.pod
18091 ____________________________________________________________________________
18092 [  8180] By: gsar                                  on 2000/12/18  09:20:27
18093         Log: integrate changes#7924..7926,7946,7952 from mainline
18094      Branch: maint-5.6/perl
18095           !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/MM_Unix.pm
18096           !> lib/File/stat.pm t/lib/class-struct.t
18097 ____________________________________________________________________________
18098 [  8179] By: gsar                                  on 2000/12/18  08:55:54
18099         Log: integrate changes#7889,7890,7900,7903,7904,7907,7910,7917,
18100              7918,7919,7988,8907 from mainline (various)
18101      Branch: maint-5.6/perl
18102           +> t/lib/class-struct.t
18103           !> MANIFEST README.amiga ext/Sys/Syslog/Syslog.pm gv.c
18104           !> lib/Class/Struct.pm pod/perlipc.pod pod/perltie.pod
18105           !> t/lib/syslfs.t t/op/lfs.t utils/perlcc.PL
18106 ____________________________________________________________________________
18107 [  8178] By: gsar                                  on 2000/12/18  08:16:30
18108         Log: avoid redefinition warnings on windows due to sys/socket.h getting
18109              #included before win32.h
18110      Branch: maint-5.6/perl
18111            ! win32/include/sys/socket.h
18112 ____________________________________________________________________________
18113 [  8177] By: gsar                                  on 2000/12/18  05:24:04
18114         Log: make regen_headers; fix POSIX.xs problems; remove outdated
18115              code from sys/socket.h that makes build fail now
18116      Branch: maint-5.6/perl
18117            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
18118            ! pod/perlapi.pod
18119           !> win32/include/sys/socket.h
18120 ____________________________________________________________________________
18121 [  8176] By: gsar                                  on 2000/12/18  05:20:17
18122         Log: update Changes
18123      Branch: maint-5.6/perl
18124            ! Changes patchlevel.h
18125 ____________________________________________________________________________
18126 [  8175] By: gsar                                  on 2000/12/18  04:57:48
18127         Log: integrate changes#7643,7646..7649,7651..7654,7658,7659,
18128              7661..7665,7667..7669,7671,7673,7676,7677,7681..7683,
18129              7689..7697,7699..7701,7703,7705,7714,7715,7718..7723,
18130              7725,7726,7729..7732,7737,7748,7749,7758,7759,7761,7773,
18131              7775,7776,7782,7785..7787,7804,7807,7808,7810,7811,7816,
18132              7823,7825,7838
18133      Branch: maint-5.6/perl
18134           +> lib/File/Spec/Epoc.pm
18135           !> (integrate 88 files)
18136 ____________________________________________________________________________
18137 [  8174] By: gsar                                  on 2000/12/18  03:53:09
18138         Log: integrate changes#7602,7604..7611,7614,7616..7619,7621..7623,
18139              7625..7629,7631..7634,7637,7639,7642 from mainline
18140      Branch: maint-5.6/perl
18141           +> README.solaris
18142           !> (integrate 26 files)
18143 ____________________________________________________________________________
18144 [  8173] By: gsar                                  on 2000/12/18  03:37:02
18145         Log: integrate changes#7472,7474..7479,7481,7485,7489,7493,7494,7496,
18146              7497,7499..7503,7505..7507,7509..7513,7515..7523,7526..7534,
18147              7536,7540,7542,7544..7546,7549,7553,7556,7557,7559,7561..7563,
18148              7565,7568..7572,7576,7578..7589,9592..7594,7596..7601 from mainline
18149      Branch: maint-5.6/perl
18150           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
18151            - MAINTAIN
18152           !> (integrate 111 files)
18153 ____________________________________________________________________________
18154 [  8172] By: jhi                                   on 2000/12/18  02:49:27
18155         Log: Regen pods.
18156      Branch: perl
18157            ! pod/perlmodlib.pod pod/perltoc.pod
18158 ____________________________________________________________________________
18159 [  8171] By: gsar                                  on 2000/12/18  02:49:24
18160         Log: integrate changes#7447,7448,7450,7454,7456,7457,7460,7462,
18161              7465..7471 from mainline
18162              
18163              Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
18164              in platforms that strictly require all the symbols being present
18165              at link time.
18166              
18167              Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
18168              
18169              Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
18170              
18171              Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
18172              
18173              Subject: [PATCH] todo
18174              
18175              Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
18176              
18177              Use $sort, $uniq (and $tr) consistently as wondered
18178              by Nicholas Clark.
18179              
18180              Too enthusiastic editing in #7460.
18181              
18182              The reëntrant version shouldn't be needed unless USE_PURE_BISON.
18183              
18184              Upgrade to CPAN 1.58_55.
18185              Subject: CPAN.pm status
18186              
18187              Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
18188              
18189              Make target reordering to avoid pointless re-makes.
18190              Subject: Re: Total re-make of 'make okfile' after 7451 ?
18191              
18192              Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
18193              
18194              Subject: DOC PATCH 5.6.0
18195              
18196              Add the repository doc by Malcolm, Sarathy, and by Simon,
18197              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
18198      Branch: maint-5.6/perl
18199           +> Porting/repository.pod
18200           !> Configure MANIFEST Makefile.SH README.dos README.os2
18201           !> config_h.SH configure.com embed.h embed.pl handy.h lib/CPAN.pm
18202           !> lib/CPAN/FirstTime.pm perl.h pod/perlfunc.pod pod/perltodo.pod
18203           !> pp.c proto.h t/io/open.t t/op/assignwarn.t toke.c
18204 ____________________________________________________________________________
18205 [  8169] By: gsar                                  on 2000/12/18  02:33:34
18206         Log: integrate changes#7416,7417,7420..7422,7424,7426..7429,7431..7433,
18207              7435..7441,7445 from mainline
18208              
18209              Make the UTF-8 decoding stricter and more verbose when
18210              malformation happens.  This involved adding an argument
18211              to utf8_to_uv_chk(), which involved changing its prototype,
18212              and prefer STRLEN over I32 for the UTF-8 length, which as
18213              a domino effect necessitated changing the prototypes of
18214              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
18215              The stricter UTF-8 decoding checking uses Markus Kuhn's
18216              UTF-8 Decode Stress Tester from
18217              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
18218              
18219              Run vms/vms_yfix.pl, should have done that after changing
18220              perly.c in #7382.
18221              
18222              Subject: [PATCH 5.7.0] static linking with uninstalled perl
18223              
18224              (Replaced by #7440.)
18225              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
18226              
18227              Fix the bug ID 20001024.005, the bug introduced by #7416.
18228              
18229              Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
18230              
18231              Fix the bug reported in
18232              From: andreas.koenig@anima.de (Andreas J. Koenig)
18233              Also make is_utf8_char() stricter.
18234              
18235              Missed the header file changes from #7425.
18236              
18237              Check if stdio supports tweaking lval and cnt simultaneously.
18238              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
18239              
18240              Stratus VOS updates from Paul Green.
18241              
18242              Podify README.epoc and README.vos.
18243              
18244              Add targets to Makefile.SH, most importantly
18245              'regen_all' which also remembers to update vms/perly*.
18246              
18247              Subject: Minor update to find2perl, for portability
18248              
18249              Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
18250              
18251              Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
18252              
18253              Rename UTF8LEN() to be UNISKIP(), too confusing to have
18254              UTF8LEN() and UTF8SKIP(). 
18255              
18256              Allow poking holes at the UTF-8 decoding strictness.
18257              
18258              Continue the internal UTF-8 API tweaking.
18259              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
18260              used much more than the simpler API, now called utf8_to_uv_simple().
18261              Still not quite happy with API, too much partial duplication
18262              of functionality.
18263              
18264              A new version of making the syslog test more robust.
18265              (Replaces #7421.)
18266              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
18267              
18268              buildtoc target tweaks.
18269              
18270              Integrate with vmsperl #7430 by Charles Bailey:
18271              
18272              Cleanup from prior patch (Charles Lane?):
18273              - improve handling of MFDs in Basename and Path
18274              - default to no xsubpp line # munging when building debug images
18275      Branch: maint-5.6/perl
18276           +> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
18277           +> vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
18278           !> (integrate 67 files)
18279 ____________________________________________________________________________
18280 [  8168] By: gsar                                  on 2000/12/18  02:05:49
18281         Log: integrate changes#7512,7733 from mainline (regex bugfixes)
18282              
18283              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
18284              From: Martin Husemann <martin@duskware.de>
18285              
18286              Subject: [PATCH 5.7.0] restore match data on backtracing
18287              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18288      Branch: maint-5.6/perl
18289           !> regcomp.c regexec.c t/op/re_tests
18290 ____________________________________________________________________________
18291 [  8167] By: gsar                                  on 2000/12/18  01:55:22
18292         Log: integrate changes#7858,7986 from mainline
18293              
18294              C<foreach my $x ...> in pseudo-fork()ed process may diddle
18295              parent's memory; fix it by keeping track of the actual pad
18296              offset rather than a raw pointer (this change is probably also
18297              relevant to non-ithreads case to avoid fallout from reallocs of
18298              the pad array, but is currently only enabled for the ithreads
18299              case in the interests of minimal disruption to existing "well
18300              tested" code)
18301              
18302              fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
18303              due to the notorious GetFileType() bug in Windows 9x, which fstat()
18304              tickles)
18305      Branch: maint-5.6/perl
18306           !> embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
18307           !> proto.h scope.c scope.h sv.c t/op/fork.t win32/perlhost.h
18308           !> win32/win32.c win32/win32.h win32/win32sck.c
18309 ____________________________________________________________________________
18310 [  8166] By: gsar                                  on 2000/12/18  01:52:59
18311         Log: integrate changes#7626,7632,7717,7738,7814,7817,7902,7912,7915
18312              from mainline (xsubpp and ExtUtils::LibList fixups, various
18313              other small items)
18314      Branch: maint-5.6/perl
18315           !> emacs/cperl-mode.el emacs/ptags lib/ExtUtils/Liblist.pm
18316           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
18317           !> lib/ExtUtils/xsubpp lib/unicode/syllables.txt minimod.pl
18318           !> pod/perlfunc.pod pod/perlxs.pod pod/perlxstut.pod t/op/split.t
18319           !> win32/bin/search.pl
18320 ____________________________________________________________________________
18321 [  8165] By: gsar                                  on 2000/12/18  01:28:45
18322         Log: integrate changes#7533,7563,7611,7623 from mainline (various
18323              malloc.c embellishments)
18324      Branch: maint-5.6/perl
18325           !> malloc.c pod/perldiag.pod
18326 ____________________________________________________________________________
18327 [  8164] By: gsar                                  on 2000/12/18  01:23:33
18328         Log: integrate changes#7419,7806,8129 from mainline (various h2xs
18329              fixups)
18330      Branch: maint-5.6/perl
18331           !> utils/h2xs.PL
18332 ____________________________________________________________________________
18333 [  8163] By: gsar                                  on 2000/12/18  01:17:50
18334         Log: integrate changes#7493,7599,7803 from mainline (various perlbug
18335              fixups)
18336      Branch: maint-5.6/perl
18337           !> Makefile.SH utils/perlbug.PL
18338 ____________________________________________________________________________
18339 [  8162] By: gsar                                  on 2000/12/18  00:25:43
18340         Log: always export Perl_deb() (it is required by re.xs whether
18341              Perl is built with or without -DDEBUGGING)
18342      Branch: maint-5.6/perl
18343            ! makedef.pl
18344 ____________________________________________________________________________
18345 [  8161] By: gsar                                  on 2000/12/18  00:23:38
18346         Log: integrate change#7414 from mainline
18347              
18348              Undo the basename() part of #7412 since the lib/basename
18349              tests would need upgrading too.
18350              
18351              squelch two tests in tr.t that rely on tr/// paranoia change
18352              that's not in 5.6.x
18353      Branch: maint-5.6/perl
18354            ! t/op/tr.t
18355           !> lib/File/Basename.pm
18356 ____________________________________________________________________________
18357 [  8160] By: gsar                                  on 2000/12/18  00:05:30
18358         Log: missing change in previous integrate
18359      Branch: maint-5.6/perl
18360           !> README.aix
18361 ____________________________________________________________________________
18362 [  8159] By: gsar                                  on 2000/12/18  00:03:38
18363         Log: integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226,
18364              7228,7230..7241,7243,7346,7347,7350..7354,7356,7358..7360,7362,
18365              7363,7365..7368,7370..7374,7376..7386,7391,7393..7399,7304..7408,
18366              7410..7413 from mainline
18367      Branch: maint-5.6/perl
18368           +> README.aix hints/nonstopux.sh lib/unicode/Is/DCmedial.pl
18369           +> t/lib/tie-splice.t
18370            - lib/unicode/Is/DCinital.pl
18371           !> (integrate 112 files)
18372 ____________________________________________________________________________
18373 [  8158] By: jhi                                   on 2000/12/17  23:04:24
18374         Log: Subject: [PATCHES] RE: perl@8150 
18375              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
18376              Date: Sun, 17 Dec 2000 21:46:39 +0100
18377              Message-ID: <3A3D343F.13566.1ACA7D93@localhost>
18378              
18379              Neither cygwin has a getpwuid() one can trust on.
18380      Branch: perl
18381            ! t/lib/glob-basic.t
18382 ____________________________________________________________________________
18383 [  8157] By: jhi                                   on 2000/12/17  23:01:54
18384         Log: More MAN.PODS => {} fixes.
18385      Branch: perl
18386            ! os2/OS2/ExtAttr/Makefile.PL os2/OS2/PrfDB/Makefile.PL
18387            ! os2/OS2/Process/Makefile.PL os2/OS2/REXX/DLL/Makefile.PL
18388            ! os2/OS2/REXX/Makefile.PL
18389 ____________________________________________________________________________
18390 [  8156] By: gsar                                  on 2000/12/17  22:49:13
18391         Log: integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,
18392              7096..7104,7109..7117,7119..7124,7126,7128,7129,7133,7134,
18393              7136..7139,7141..7146,7148,7149,7151,7153..7155,7157,7158,
18394              7160,7161,7164,7165,7169..7178,7180..7191,7193..7197,7199,
18395              7201,7204 from mainline
18396      Branch: maint-5.6/perl
18397           !> (integrate 121 files)
18398 ____________________________________________________________________________
18399 [  8155] By: jhi                                   on 2000/12/17  22:30:58
18400         Log: Subject: [PATCH perl@8133] fix-up for VMS extensions
18401              From: "Craig A. Berry" <craigberry@mac.com>
18402              Date: Sun, 17 Dec 2000 13:09:28 -0600
18403              Message-Id: <p04330103b6628cabe114@[172.16.52.1]>
18404              
18405              MAN.PODS => ' ' is naughty.
18406      Branch: perl
18407            ! vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
18408 ____________________________________________________________________________
18409 [  8154] By: nick                                  on 2000/12/17  22:07:13
18410         Log: MULTIPLICITY nit.
18411      Branch: perl
18412            ! mg.c
18413 ____________________________________________________________________________
18414 [  8153] By: gsar                                  on 2000/12/17  21:23:05
18415         Log: integrate changes#7017..7019,7021..7025,7027..7036,7038,7039,
18416              7041..7044,7046..7048,7050..7061,7063,7066..7067,7069..7074
18417              from mainline
18418              
18419              Document the SvIOK_.*UV().
18420              
18421              Update Unicode todo list.
18422              
18423              Guard against bad string->int conversion for quads.
18424              
18425              Subject: small apidoc fix
18426              
18427              Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
18428              
18429              Subject: [PATCH] Tied filehandle documentation
18430              
18431              Subject: [PATCH] Modernize Opcode.pm documentation
18432              
18433              Make Data::Dumper (non-XS) to work with changed semantics of ref().
18434              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
18435              [applied even though said semantics didn't change in 5.6.x]
18436              
18437              Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
18438              
18439              Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
18440              
18441              Fix the URL, but the server is still missing in action.
18442              Subject: [ID 20000905.002] perlfaq1.pod URL error
18443              
18444              Subject: [ID 20000903.001] \w in utf8-strings
18445              
18446              Fix the ccversion detection for 5.1 and beyond.
18447              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
18448              
18449              Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
18450              
18451              Subject: [ID 20000904.008] Tiny fix for perldiag
18452              
18453              Subject: Re: [ID 20000906.004] segfault with bad perl statement
18454              
18455              Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
18456              
18457              Subject: [ID 20000908.002] perlipc documentation bug.
18458              
18459              Subject: [PATCH lib/Benchmark.pm]
18460              
18461              Re-allow vec() for characters > 255.
18462              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
18463              
18464              Do away with memory models cruft.  Sorry, PDP users.
18465              
18466              Continue #7041.
18467              
18468              Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
18469              
18470              Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
18471              
18472              Upgrade to CPAN 1.57_65, from Andreas König.
18473              
18474              Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
18475              by Russ Allbery.
18476              
18477              Silence t/pod/*.t about alternate quote-mappings now implemented
18478              by Pod::Text, from Brad Appleton.
18479              
18480              Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
18481              Subject: borland C++ win32.c tweak
18482              
18483              C<@a = @b = split(...)> optimization coredumps under ithreads
18484              (missed a spot when fixing up op_pmreplroot hack for ithreads)
18485              
18486              Document the SvUTF8*().
18487              
18488              Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
18489              
18490              Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
18491              
18492              Do in VMS as the #7054 does.
18493              
18494              Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
18495              
18496              Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
18497              
18498              Subject: [patch: perl@7045] vms updates
18499              
18500              Test for the #7049.
18501              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
18502              
18503              Break up the myconfig lines a bit.
18504              Subject: perlbug/perl -V output format
18505              
18506              Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
18507              
18508              The #7054 truncated Configure badly.
18509              
18510              change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
18511              initialization in all the threads on Windows
18512              
18513              Allow for whitespace between "#" and "line" in cpp output.
18514              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
18515              
18516              Remove vestiges of tr//CU.
18517              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
18518              
18519              The return value of setlocale must be copied away.
18520              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
18521              
18522              Allow chop() and chomp() to be overridden.
18523              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
18524              
18525              Hints optimization.
18526              Subject: Minor nit
18527              
18528              Subject: [PATCH] de-wall t/README
18529              
18530              Subject: Re: Two advertising clauses need to be removed
18531      Branch: maint-5.6/perl
18532           !> (integrate 75 files)
18533 ____________________________________________________________________________
18534 [  8152] By: gsar                                  on 2000/12/17  20:30:11
18535         Log: integrate changes#6945,6947,6949..6954,6956,6958,6959,6961,
18536              6964..6972,6977..6981..6984,6987,6988,6991,6994,6997,
18537              6999..7001,7003..7005,7007,7009,7011,7012 from mainline
18538              
18539              Don't attach -ld to the archname if pointless.
18540              
18541              Document UNTIE in a very minimalistic way.
18542              
18543              POSIX doesn't report long double values under -Duselongdouble
18544              when the long doubles are "real" (bigger than doubles).
18545              
18546              More author updates.
18547              
18548              Try to deduce NV_MAX.  Really should be Configure fodder.
18549              
18550              :: not allowed in pathnames, change to .
18551              Subject: [PATCH perl@6938] cygwin port
18552              
18553              Forget about NV_MAX (#6951).  Various floating point tweaks,
18554              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
18555              
18556              Move the Solaris 7 scan to use64bitall, make the
18557              failure to find 64-bot sparc libc to mention the
18558              possibility of being in an intel, from Lupe and Alan.
18559              
18560              Regen perltoc.
18561              
18562              AUTHORS tweaks, from Peter Prymmer.
18563              
18564              More address tweaking.
18565              
18566              Small tweaks all over.
18567              
18568              File::Temp patches from Andreas König,
18569              
18570              Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
18571              
18572              Subject: CPAN.pm beta 1.57_57 for the core
18573              
18574              Part of the solution.
18575              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
18576              
18577              Subject: [PATCH@6961] Fix misleading example in perlretut.pod
18578              
18579              Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
18580              
18581              Add the overload warnings to perldiag.
18582              
18583              Drop unused argument.
18584              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
18585              
18586              Subject: Nit in Configure (bleadperl@6961)
18587              
18588              Update to PodParser 1.18, from Brad Appleton.
18589              
18590              Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
18591              
18592              Subject: [PATCH: 6948] add SCNfldbl to configure.com
18593              
18594              Document UNTIE. Also tweak implementation to suppress the 'inner references'
18595              warning when UNTIE exists and instead pass the cound of extra references to
18596              the UNTIE method.
18597              
18598              Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
18599              so that case-ignoring systems like DCL can tell them from
18600              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
18601              
18602              Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
18603              
18604              Feature ordering tweak.
18605              
18606              Regen perltoc.
18607              
18608              Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
18609              
18610              Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
18611              
18612              Subject: http:// in L<>
18613              
18614              Detypo.
18615              
18616              change#6791 accidentally clobbered change#6710, put it back
18617              
18618              Only the first line, thank you very much.
18619              
18620              Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
18621              plus rework the http: spots as suggested by Tom Christiansen,
18622              plus regen perltoc.
18623              
18624              Undo part of change 6489 which looks like a bulk edit which
18625              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
18626              The supressing of main:: on return from select() is undesirable.
18627              
18628              Apparently avoiding the swapping is too costly.
18629              
18630              Various Configure nits by Philip Newton,
18631              plus the ebcdic one by me.
18632              
18633              Make certain cc is set before trying to run it.
18634              
18635              If overloaded %{} etc. return the object do not loop.
18636              Thus  sub deref { $_[0] } functions if object is wanted type.
18637              
18638              Update perlhist.
18639              
18640              More %{} and other deref special casing - do not pass to 'nomethod'.
18641      Branch: maint-5.6/perl
18642           !> (integrate 59 files)
18643 ____________________________________________________________________________
18644 [  8151] By: gsar                                  on 2000/12/17  19:14:38
18645         Log: integrate changes#6903,6905..6907,6909,6911..6913,6915,6917,6918,
18646              6920..6926,6928..6930,6934..6937,6939,6940,6942..6944 from mainline
18647              
18648              Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
18649              
18650              Make the epsilon to be relative, not absolute.
18651              
18652              Put back the flags dump as reasoned in
18653              Subject: Re: [PATCH] Glob dumping
18654              
18655              Introduce ccname to keep track of what compiler kind of we have.
18656              
18657              Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
18658              
18659              Put back the slice accidentally removed by #6907.
18660              
18661              Reset archname and archname64 always, forcing them be
18662              recomputed at each Configure run, make Configure and
18663              the hints files agree on the naming of largefiles variables.
18664              
18665              Don't say "Perl 5.0 source kit".
18666              
18667              Subject: [PATCH] fix misc cast warnings
18668              
18669              Subject: typos in pods
18670              
18671              NVs not necessarily doubles, as pointed out by Yitzchak.
18672              
18673              Subject: [PATCH 6889] add a few ldbl formats to configure.com
18674              
18675              Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
18676              
18677              Better options for rsync.
18678              
18679              Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
18680              
18681              Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
18682              
18683              Subject: [PATCH] Re: UNTIE method 
18684              
18685              A better fix for the Socket building problem from Craig Berry.
18686              
18687              Retract the dummy test, skip the security tests (instead of failing),
18688              explain what the warnings mean.
18689              
18690              Heap decorruption.
18691              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
18692              
18693              Update to Unicode 3.0.1.
18694              
18695              Missed one Unicode file.
18696              
18697              Subject: Re: typos in pods
18698              
18699              The #6929 was too skimpy.
18700              
18701              sscanf() may be the only way to read long doubles from strings.
18702              
18703              Reveal Borland's isnan.
18704              Subject: build with BC++ tweak
18705              
18706              Issue useful diagnostic on unknown pod commands.
18707              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
18708              
18709              Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
18710              
18711              Clarify the third case of ftmp-security warnings.
18712              
18713              Make -Dusemorebits find long doubles in Solaris.
18714              
18715              Wrap the test in eval.
18716      Branch: maint-5.6/perl
18717           +> lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
18718           +> lib/unicode/PropList.txt lib/unicode/README.perl
18719           +> lib/unicode/UCD301.html lib/unicode/UCDFF301.html
18720           +> lib/unicode/Unicode.301 vms/vmspipe.com
18721            - lib/unicode/Props.txt lib/unicode/UCD300.html
18722            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
18723           !> (integrate 305 files)
18724 ____________________________________________________________________________
18725 [  8150] By: jhi                                   on 2000/12/17  18:47:57
18726         Log: Uncheckedin generated files.
18727      Branch: perl
18728            ! global.sym perlapi.c pod/perlapi.pod
18729 ____________________________________________________________________________
18730 [  8149] By: jhi                                   on 2000/12/17  18:41:22
18731         Log: Update Changes.
18732      Branch: perl
18733            ! Changes patchlevel.h
18734 ____________________________________________________________________________
18735 [  8148] By: jhi                                   on 2000/12/17  18:39:16
18736         Log: Subject: [PATCH] Fcntl constants speedup
18737              From: Nicholas Clark <nick@ccl4.org>
18738              Date: Sun, 17 Dec 2000 16:29:24 +0000
18739              Message-ID: <20001217162924.E97668@plum.flirble.org>
18740              
18741              Use IVs for the Fcntl constants instead of NVs.
18742      Branch: perl
18743            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs t/op/goto_xs.t
18744 ____________________________________________________________________________
18745 [  8147] By: jhi                                   on 2000/12/17  18:33:41
18746         Log: Add test for #8145 (binmode() warning), add warning for
18747              ioctl() and sockpair(), document them. (fileno() cannot
18748              be tripwired with the same kind of warning because
18749              'defined fileno($foo)' seems to be an idiom.)
18750      Branch: perl
18751            ! pod/perldiag.pod pp_sys.c t/pragma/warn/pp_sys
18752 ____________________________________________________________________________
18753 [  8146] By: gsar                                  on 2000/12/17  18:09:08
18754         Log: update Changes
18755      Branch: maint-5.6/perl
18756            ! Changes
18757 ____________________________________________________________________________
18758 [  8145] By: jhi                                   on 2000/12/17  17:39:35
18759         Log: Subject: [PATCH] Re: The long awaited feature ...
18760              From: Simon Cozens <simon@cozens.net>
18761              Date: Sun, 17 Dec 2000 12:31:56 +0000
18762              Message-ID: <20001217123156.A3891@deep-dark-truthful-mirror.perlhacker.org>
18763              
18764              Add a warning to binmode() about using bad filehandles
18765              (can happen e.g. if someone forgets the filehandle argument)
18766      Branch: perl
18767            ! pp_sys.c
18768 ____________________________________________________________________________
18769 [  8144] By: jhi                                   on 2000/12/17  17:33:48
18770         Log: Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
18771              From: Jonathan Stowe <gellyfish@gellyfish.com>
18772              Date: Sun, 17 Dec 2000 17:08:10 +0000 (GMT)
18773              Message-ID: <Pine.LNX.4.10.10012171700010.3834-100000@orpheus.gellyfish.com>
18774      Branch: perl
18775            ! lib/Net/Ping.pm
18776 ____________________________________________________________________________
18777 [  8143] By: jhi                                   on 2000/12/17  05:31:37
18778         Log: Polymorphic regexps.
18779              
18780              Fixes at least the bugs 20001028.003 (both of them...) and
18781              20001108.001.  The bugs 20001114.001 and 20001205.014 seem
18782              also to be fixed by now, probably already before this patch.
18783      Branch: perl
18784            ! embed.h embed.pl mg.c objXSUB.h pp_ctl.c pp_hot.c proto.h
18785            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h sv.c
18786            ! t/op/utf8decode.t t/pragma/utf8.t
18787 ____________________________________________________________________________
18788 [  8142] By: jhi                                   on 2000/12/16  17:16:05
18789         Log: Subject: [patch perl@8102] dos/djgpp update
18790              From: Laszlo Molnar <ml1050@freemail.hu>
18791              Date: Sat, 16 Dec 2000 01:40:52 +0100
18792              Message-ID: <20001216014052.A335@freemail.hu>
18793      Branch: perl
18794            ! djgpp/config.over t/base/commonsense.t
18795 ____________________________________________________________________________
18796 [  8141] By: jhi                                   on 2000/12/16  17:09:27
18797         Log: Few uncheckedin files.
18798      Branch: perl
18799            ! global.sym perlapi.c pod/perlapi.pod pod/perlintern.pod
18800 ____________________________________________________________________________
18801 [  8140] By: nick                                  on 2000/12/15  22:14:31
18802         Log: Integrate mainline
18803      Branch: perlio
18804           !> (integrate 53 files)
18805 ____________________________________________________________________________
18806 [  8139] By: jhi                                   on 2000/12/15  19:49:49
18807         Log: One more IVUV tweak from Nicholas Clark.
18808      Branch: perl
18809            ! sv.c
18810 ____________________________________________________________________________
18811 [  8138] By: jhi                                   on 2000/12/15  19:17:06
18812         Log: Return of the IVUV-preservation, now seems to be happy even
18813              in Digital UNIX (the broken strtoul brokenness detection
18814              seems to have been the fly in the ointment).
18815      Branch: perl
18816            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
18817            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
18818            ! objXSUB.h op.c perl.h pp.c pp_hot.c proto.h sv.c sv.h
18819            ! t/lib/peek.t t/op/cmp.t t/op/numconvert.t uconfig.h
18820            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
18821            ! vos/config.ga.h win32/config.bc win32/config.gc
18822            ! win32/config.vc
18823 ____________________________________________________________________________
18824 [  8137] By: jhi                                   on 2000/12/15  18:12:14
18825         Log: Metaconfig unit change for #8136.
18826      Branch: metaconfig
18827            ! U/modified/d_strtoul.U
18828      Branch: metaconfig/U/perl
18829            ! d_strtoull.U d_strtouq.U
18830 ____________________________________________________________________________
18831 [  8136] By: jhi                                   on 2000/12/15  18:11:35
18832         Log: I don't think it's sensible or portable to test the strtou*
18833              on /^-/ strings.
18834      Branch: perl
18835            ! Configure
18836 ____________________________________________________________________________
18837 [  8135] By: jhi                                   on 2000/12/15  17:18:49
18838         Log: Metaconfig unit change for #8134.
18839      Branch: metaconfig
18840            ! U/modified/d_strtoul.U
18841 ____________________________________________________________________________
18842 [  8134] By: jhi                                   on 2000/12/15  17:14:13
18843         Log: If longsize is 8 we don't need a LL suffix for integer constants.
18844      Branch: perl
18845            ! Configure config_h.SH
18846 ____________________________________________________________________________
18847 [  8133] By: jhi                                   on 2000/12/15  16:00:23
18848         Log: Update Changes.
18849      Branch: perl
18850            ! Changes patchlevel.h
18851 ____________________________________________________________________________
18852 [  8132] By: jhi                                   on 2000/12/15  15:44:16
18853         Log: Some compilers get huffy if you do not cast a const pointer
18854              to a non-const when assigning.
18855      Branch: perl
18856            ! gv.c
18857 ____________________________________________________________________________
18858 [  8131] By: jhi                                   on 2000/12/15  15:38:30
18859         Log: Subject: [PATCH 5.7.0] speeding up object creation/destruction 4x times
18860              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18861              Date: Fri, 15 Dec 2000 05:26:57 -0500
18862              Message-ID: <20001215052657.A8319@math.mps.ohio-state.edu>
18863      Branch: perl
18864            ! embed.h embed.pl gv.c objXSUB.h perl.h proto.h sv.c
18865            ! t/pragma/overload.t
18866 ____________________________________________________________________________
18867 [  8130] By: jhi                                   on 2000/12/15  15:36:08
18868         Log: Subject: [PATCH 5.7.0] cosmetic change to overloading
18869              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18870              Date: Thu, 14 Dec 2000 22:02:43 -0500
18871              Message-ID: <20001214220243.A18437@monk.mps.ohio-state.edu>
18872      Branch: perl
18873            ! gv.c perl.h
18874 ____________________________________________________________________________
18875 [  8129] By: jhi                                   on 2000/12/15  15:34:16
18876         Log: Subject: PATCH: h2xs nit
18877              From: Tim Jenness <t.jenness@jach.hawaii.edu>
18878              Date: Thu, 14 Dec 2000 18:25:46 -1000 (HST)
18879              Message-ID: <Pine.LNX.4.30.0012141820340.2533-100000@lapaki.jach.hawaii.edu>
18880              
18881              Add a template README.
18882      Branch: perl
18883            ! utils/h2xs.PL
18884 ____________________________________________________________________________
18885 [  8128] By: jhi                                   on 2000/12/15  15:32:22
18886         Log: Still buggy findgteprime, fix from Eric Joanis <joanis@cs.toronto.edu>.
18887      Branch: perl
18888            ! lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
18889 ____________________________________________________________________________
18890 [  8127] By: jhi                                   on 2000/12/15  15:19:34
18891         Log: Subject:  [PATCH Opcode.XS, Perl 5.6+] stuff for caller and _ in Safe::
18892              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
18893              Date:     Thu, 14 Dec 2000 20:04:42 EST
18894              Message-Id: <001214200310.49929@DUPHY4.Physics.Drexel.Edu>
18895      Branch: perl
18896            ! ext/Opcode/Opcode.xs
18897 ____________________________________________________________________________
18898 [  8126] By: jhi                                   on 2000/12/15  15:17:49
18899         Log: Subject: [PATCH: perl@8102] s/use vars qw\(/our(/ for OS/390 extension builds
18900              From: Peter Prymmer <pvhp@forte.com>
18901              Date: Thu, 14 Dec 2000 15:50:20 -0800 (PST)
18902              Message-ID: <Pine.OSF.4.10.10012141548200.57557-100000@aspara.forte.com>
18903      Branch: perl
18904            ! ext/Errno/Errno_pm.PL lib/ExtUtils/MM_Unix.pm
18905            ! lib/ExtUtils/Manifest.pm lib/File/Spec.pm
18906            ! lib/File/Spec/Functions.pm lib/File/Spec/Unix.pm
18907 ____________________________________________________________________________
18908 [  8125] By: jhi                                   on 2000/12/15  15:11:05
18909         Log: This seems to be a stage sane and stable enough to checkin.
18910              (it basically is 8102..8118+8122 but no 8120, 8121, 8123, 8124)
18911      Branch: perl
18912            ! MANIFEST embed.h embed.pl objXSUB.h op.c perl.h perlapi.c
18913            ! pod/perlapi.pod pp.c pp_hot.c proto.h sv.c sv.h t/lib/peek.t
18914            ! t/op/cmp.t t/op/numconvert.t
18915 ____________________________________________________________________________
18916 [  8124] By: jhi                                   on 2000/12/15  04:20:26
18917         Log: Something is really wonky.
18918      Branch: perl
18919            ! sv.c
18920 ____________________________________________________________________________
18921 [  8123] By: jhi                                   on 2000/12/15  04:00:50
18922         Log: Fixes for the IV UV patches to compile in Digital UNIX.
18923      Branch: perl
18924            ! sv.c
18925 ____________________________________________________________________________
18926 [  8122] By: jhi                                   on 2000/12/15  02:53:40
18927         Log: Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
18928              From: "Craig A. Berry" <craigberry@mac.com>
18929              Date: Thu, 14 Dec 2000 19:10:49 -0600
18930              Message-Id: <p04330100b65efbe32f30@[172.16.52.1]>
18931      Branch: perl
18932            ! vms/vms.c
18933 ____________________________________________________________________________
18934 [  8121] By: jhi                                   on 2000/12/15  02:50:00
18935         Log: Metaconfig changes for #8120.
18936      Branch: metaconfig
18937            + U/modified/d_strtoul.U
18938      Branch: metaconfig/U/perl
18939            ! d_strtoull.U d_strtouq.U
18940 ____________________________________________________________________________
18941 [  8120] By: jhi                                   on 2000/12/15  02:49:42
18942         Log: From: Nicholas Clark <nick@ccl4.org> 
18943              Subject: [PATCH] strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit  preserving arithmetic)
18944              Date: Thu, 14 Dec 2000 18:38:57 +0000
18945              Message-ID: <20001214183857.B97909@plum.flirble.org>
18946      Branch: perl
18947            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
18948            ! config_h.SH configure.com epoc/config.sh perl.h sv.c uconfig.h
18949            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
18950            ! vos/config.ga.def vos/config.ga.h win32/config.bc
18951            ! win32/config.gc win32/config.vc
18952 ____________________________________________________________________________
18953 [  8119] By: jhi                                   on 2000/12/14  23:40:58
18954         Log: Subject: [PATCH] faster and 64 bit preserving arithmetic
18955              From: Nicholas Clark <nick@ccl4.org>
18956              Date: Wed, 13 Dec 2000 20:08:50 +0000
18957              Message-ID: <20001213200849.B71166@plum.flirble.org>
18958      Branch: perl
18959            ! embed.h embed.pl objXSUB.h op.c perl.h pp.c pp_hot.c proto.h
18960            ! sv.c sv.h t/lib/peek.t t/op/cmp.t t/op/numconvert.t
18961 ____________________________________________________________________________
18962 [  8118] By: jhi                                   on 2000/12/14  22:46:26
18963         Log: Integrate perlio.
18964      Branch: perl
18965           !> MANIFEST ext/Encode/compile makedef.pl
18966 ____________________________________________________________________________
18967 [  8117] By: nick                                  on 2000/12/14  22:38:53
18968         Log: Win32 tweaks to get Encode to build
18969              - temp hack to makedef.pl till PerlIO is properly "exported".
18970              - MSVC dislikes  
18971              static encpage_t foo[];
18972              so make 'em extern for now.
18973      Branch: perlio
18974            ! ext/Encode/compile makedef.pl
18975 ____________________________________________________________________________
18976 [  8116] By: nick                                  on 2000/12/14  22:00:53
18977         Log: Document the new files
18978      Branch: perlio
18979            ! MANIFEST
18980 ____________________________________________________________________________
18981 [  8115] By: jhi                                   on 2000/12/14  21:58:01
18982         Log: MANIFEST new files of #8114.
18983      Branch: perl
18984            ! MANIFEST
18985 ____________________________________________________________________________
18986 [  8114] By: jhi                                   on 2000/12/14  21:50:49
18987         Log: Integrate perlio.
18988      Branch: perl
18989           +> ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
18990           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
18991           !> ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
18992           !> ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
18993           !> ext/Encode/Makefile.PL
18994 ____________________________________________________________________________
18995 [  8113] By: jhi                                   on 2000/12/14  21:48:49
18996         Log: The documentation part of the
18997              
18998              Subject: [ID 20001214.002] Net::Ping patch
18999              From: Jonathan Stowe <gellyfish@gellyfish.com>
19000              Date: Thu, 14 Dec 2000 08:28:14 +0000 (GMT)
19001              Message-Id: <Pine.LNX.4.10.10012140805480.19767-200000@orpheus.gellyfish.com>
19002              since the #7529 had already addressed the same problem.
19003      Branch: perl
19004            ! lib/Net/Ping.pm
19005 ____________________________________________________________________________
19006 [  8112] By: jhi                                   on 2000/12/14  21:42:57
19007         Log: Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
19008              From: Dominic Dunlop <domo@computer.org>
19009              Date: Tue, 12 Dec 2000 10:47:10 +0100
19010              Message-Id: <p04320402b65ba33a92b2@[192.168.1.4]>
19011              
19012              Document how elusive subroutines can be.
19013      Branch: perl
19014            ! pod/perlfunc.pod
19015 ____________________________________________________________________________
19016 [  8111] By: jhi                                   on 2000/12/14  21:38:05
19017         Log: Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
19018              From: Dominic Dunlop <domo@computer.org>
19019              Date: Thu, 14 Dec 2000 10:13:51 +0100
19020              Message-Id: <p04320407b65e3f4853aa@[192.168.1.4]>
19021      Branch: perl
19022            ! ext/POSIX/POSIX.pod
19023 ____________________________________________________________________________
19024 [  8110] By: jhi                                   on 2000/12/14  21:36:32
19025         Log: Subject: [patch] perlfaq7
19026              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
19027              Date: Thu, 14 Dec 2000 15:31:07 +0100
19028              Message-ID: <3A38E7BB.13178.11C40A8@localhost>
19029      Branch: perl
19030            ! pod/perlfaq7.pod
19031 ____________________________________________________________________________
19032 [  8109] By: jhi                                   on 2000/12/14  21:29:20
19033         Log: Subject: [8104] Encode
19034              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19035              Date: Thu, 14 Dec 2000 14:49:34 +0100
19036              Message-Id: <20001214142101.B338.H.M.BRAND@hccnet.nl>
19037              
19038              Type casting for nervous compilers.
19039      Branch: perl
19040            ! ext/Encode/Encode.xs
19041 ____________________________________________________________________________
19042 [  8108] By: jhi                                   on 2000/12/14  21:26:17
19043         Log: Subject: [8104] DB_File
19044              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19045              Date: Thu, 14 Dec 2000 14:49:35 +0100
19046              Message-Id: <20001214144439.B33A.H.M.BRAND@hccnet.nl>
19047              
19048              Type definition incorrect for DB 2.7.7.  Not known when it
19049              changed, so only changed it for a known revision.
19050      Branch: perl
19051            ! ext/DB_File/DB_File.xs
19052 ____________________________________________________________________________
19053 [  8107] By: jhi                                   on 2000/12/14  21:23:41
19054         Log: Subject: [PATCH: perl@8102] Re: Encode/cp1047.enc etc.
19055              From: Peter Prymmer <pvhp@forte.com>
19056              Date: Thu, 14 Dec 2000 11:11:50 -0800 (PST)
19057              Message-ID: <Pine.OSF.4.10.10012141057330.57557-100000@aspara.forte.com>
19058              
19059              Use '?' (0x6F in EBCDIC) for the illegal codepoint.
19060      Branch: perl
19061            ! ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
19062            ! ext/Encode/Encode/posix-bc.enc
19063 ____________________________________________________________________________
19064 [  8106] By: nick                                  on 2000/12/14  20:36:13
19065         Log: "Cold" build correction to Encode's Makefile.PL
19066      Branch: perlio
19067            ! ext/Encode/Makefile.PL
19068 ____________________________________________________________________________
19069 [  8105] By: nick                                  on 2000/12/14  20:09:37
19070         Log: "Compiled" encodings.
19071              Correct replacement character in EBCDIC .enc files
19072              Add 0x7F to ASCII repertoire.
19073      Branch: perlio
19074            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
19075            ! ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
19076            ! ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
19077            ! ext/Encode/Makefile.PL ext/Encode/compile
19078            ! ext/Encode/encengine.c ext/Encode/encode.h
19079 ____________________________________________________________________________
19080 [  8104] By: nick                                  on 2000/12/14  00:38:20
19081         Log: Integrate mainline
19082      Branch: perlio
19083           !> Changes Configure doio.c embed.h embed.pl ext/DB_File/Changes
19084           !> ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
19085           !> ext/DB_File/dbinfo ext/DB_File/typemap ext/DB_File/version.c
19086           !> hints/hpux.sh lib/Cwd.pm objXSUB.h patchlevel.h perlapi.c
19087           !> pod/perlapi.pod pp_hot.c proto.h t/lib/db-btree.t
19088           !> t/lib/db-hash.t t/lib/db-recno.t
19089 ____________________________________________________________________________
19090 [  8103] By: nick                                  on 2000/12/13  23:16:13
19091         Log: Beginings of compiled encodings - checked in as a snapshot of thoughts
19092              so far and so it does not get lost.
19093      Branch: perlio
19094            + ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
19095 ____________________________________________________________________________
19096 [  8102] By: jhi                                   on 2000/12/13  17:14:22
19097         Log: Update Changes.
19098      Branch: perl
19099            ! Changes patchlevel.h
19100 ____________________________________________________________________________
19101 [  8101] By: jhi                                   on 2000/12/13  16:53:41
19102         Log: Move the proto of start_glob() to a better place; regen api files.
19103      Branch: perl
19104            ! embed.h embed.pl objXSUB.h perlapi.c pod/perlapi.pod proto.h
19105 ____________________________________________________________________________
19106 [  8100] By: jhi                                   on 2000/12/13  16:47:11
19107         Log: Metaconfig change for #8099.
19108      Branch: metaconfig
19109            ! U/modified/Head.U
19110 ____________________________________________________________________________
19111 [  8099] By: jhi                                   on 2000/12/13  16:46:48
19112         Log: Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
19113              From: Andy Dougherty <doughera@lafayette.edu>
19114              Date: Wed, 13 Dec 2000 10:36:09 -0500 (EST)
19115              Message-ID: <Pine.SOL.4.10.10012131031230.2017-100000@maxwell.phys.lafayette.edu>
19116      Branch: perl
19117            ! Configure
19118 ____________________________________________________________________________
19119 [  8098] By: jhi                                   on 2000/12/13  16:39:02
19120         Log: Subject: [20000615.005] [PATCH] Cwd::fastgetcwd broken (or mis-named?) on Unix  
19121              From: rspier@pobox.com (Robert Spier)
19122              Date: Tue, 12 Dec 2000 21:12:39 -0500
19123              Message-ID: <14902.56087.678086.725773@rls.cx>
19124              
19125              fastgetcwd is defined using a glob alias on a $^O dependent basis -
19126              and there was no default assignment or perl subroutine.
19127      Branch: perl
19128            ! lib/Cwd.pm
19129 ____________________________________________________________________________
19130 [  8097] By: jhi                                   on 2000/12/13  16:16:01
19131         Log: Subject: [PATCH] move startglob out of pp_hot.c
19132              From: Nicholas Clark <nick@ccl4.org>
19133              Date: Mon, 11 Dec 2000 23:16:39 +0000
19134              Message-ID: <20001211231638.A55550@plum.flirble.org>
19135      Branch: perl
19136            ! doio.c embed.h embed.pl objXSUB.h pp_hot.c proto.h
19137 ____________________________________________________________________________
19138 [  8096] By: jhi                                   on 2000/12/13  15:26:23
19139         Log: Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
19140              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
19141              Date: Wed, 13 Dec 2000 14:01:37 +0100
19142              Message-Id: <20001213135318.621A.H.M.BRAND@hccnet.nl>
19143              
19144              perl/64/HP-UX wants libdb-3.0 to be shared ELF 64 bit which
19145              in turn requires libpthread in libswanted.
19146      Branch: perl
19147            ! hints/hpux.sh
19148 ____________________________________________________________________________
19149 [  8095] By: jhi                                   on 2000/12/12  19:51:05
19150         Log: The integration wars continue.
19151      Branch: perl
19152           !> sv.c
19153 ____________________________________________________________________________
19154 [  8094] By: jhi                                   on 2000/12/12  19:48:26
19155         Log: Subject: [PATCH perl@8070] DB_File-1.74  
19156              From: "Paul Marquess" <paul_marquess@yahoo.co.uk> 
19157              Date: Mon, 11 Dec 2000 23:07:17 -0000
19158              Message-ID: <000001c063c7$1b9d28a0$a20a140a@bfs.phone.com> 
19159      Branch: perl
19160            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
19161            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
19162            ! ext/DB_File/version.c t/lib/db-btree.t t/lib/db-hash.t
19163            ! t/lib/db-recno.t
19164 ____________________________________________________________________________
19165 [  8093] By: nick                                  on 2000/12/12  19:42:13
19166         Log: Integrate/merge mainline with further efficiency tweak to sv.c's utf8 stuff.
19167      Branch: perlio
19168            ! sv.c
19169           !> lib/File/DosGlob.pm
19170 ____________________________________________________________________________
19171 [  8092] By: jhi                                   on 2000/12/12  19:28:11
19172         Log: Integrate perlio.
19173      Branch: perl
19174           !> sv.c
19175 ____________________________________________________________________________
19176 [  8091] By: nick                                  on 2000/12/12  18:49:45
19177         Log: Fix for Tk, and upgrading shared SVs.
19178      Branch: perlio
19179            ! sv.c
19180 ____________________________________________________________________________
19181 [  8090] By: jhi                                   on 2000/12/12  16:48:59
19182         Log: Subject: [PATCH] Re: Breadperl & Tk
19183              From: Nick Ing-Simmons <nik@tiuk.ti.com>
19184              Date: Tue, 12 Dec 2000 14:48:27 GMT
19185              Message-Id: <200012121448.OAA11516@mikado.tiuk.ti.com> 
19186      Branch: perl
19187            ! sv.c
19188 ____________________________________________________________________________
19189 [  8089] By: jhi                                   on 2000/12/12  03:37:19
19190         Log: Subject: DosGlob.pm diff for bash style brace expansion.
19191              From: "Mestnik, Mike" <MMestnik@rustconsulting.com>
19192              Date: Fri, 8 Dec 2000 10:45:30 -0600
19193              Message-ID: <B50C47897E98D3118130009027D3971920F278@EXCHANGE_M1>
19194      Branch: perl
19195            ! lib/File/DosGlob.pm
19196 ____________________________________________________________________________
19197 [  8088] By: nick                                  on 2000/12/11  23:59:59
19198         Log: Integrate mainline
19199      Branch: perlio
19200           !> ext/B/B.pm ext/B/B/Deparse.pm installperl lib/CGI.pm
19201           !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
19202           !> lib/ExtUtils/MakeMaker.pm lib/File/DosGlob.pm pod/perldiag.pod
19203           !> pod/perlop.pod pp.c pp_hot.c scope.c t/io/utf8.t t/lib/b.t
19204           !> t/op/local.t t/pragma/warn/toke toke.c
19205 ____________________________________________________________________________
19206 [  8087] By: jhi                                   on 2000/12/11  23:20:23
19207         Log: Integrate perlio.
19208      Branch: perl
19209           !> ext/Encode/Encode.xs perlio.c perlio.h perliol.h
19210 ____________________________________________________________________________
19211 [  8086] By: jhi                                   on 2000/12/11  22:50:59
19212         Log: Tune further the OS detection of CGI.
19213      Branch: perl
19214            ! lib/CGI.pm
19215 ____________________________________________________________________________
19216 [  8085] By: nick                                  on 2000/12/11  22:50:46
19217         Log: Finish 1st pass of "encoding" layer e.g. :
19218              open($fh,"<encoding(iso8859-7)",$greek) || die;
19219      Branch: perlio
19220            ! ext/Encode/Encode.xs perlio.c perliol.h
19221 ____________________________________________________________________________
19222 [  8084] By: jhi                                   on 2000/12/11  22:32:06
19223         Log: Revert the -f ambiguousity patch, seems to cause
19224              too much hassle (the interpret -Q as a function
19225              where Q is not a known filetest part is left in).
19226      Branch: perl
19227            ! lib/ExtUtils/Liblist.pm pod/perldiag.pod t/pragma/warn/toke
19228            ! toke.c
19229 ____________________________________________________________________________
19230 [  8083] By: jhi                                   on 2000/12/11  22:27:23
19231         Log: (accidentally empty check-in)
19232      Branch: perl
19233            ! lib/File/DosGlob.pm
19234 ____________________________________________________________________________
19235 [  8082] By: nick                                  on 2000/12/11  19:09:51
19236         Log: Restore mmap function (broken by tweaks to shared buffer
19237              layer for encode(xxxx)).
19238      Branch: perlio
19239            ! perlio.c
19240 ____________________________________________________________________________
19241 [  8081] By: jhi                                   on 2000/12/11  18:29:13
19242         Log: Subject: Re: The long awaited feature ...
19243              From: Simon Cozens <simon@cozens.net>
19244              Date: Mon, 11 Dec 2000 15:54:24 +0000
19245              Message-ID: <20001211155424.A17680@deep-dark-truthful-mirror.perlhacker.org>
19246              
19247              More io/utf8 tests.
19248      Branch: perl
19249            ! t/io/utf8.t
19250 ____________________________________________________________________________
19251 [  8080] By: jhi                                   on 2000/12/11  18:19:36
19252         Log: Subject: PATCH MakeMaker manpage clarification
19253              From: andreas.koenig@anima.de (Andreas J. Koenig)
19254              Date: 10 Dec 2000 20:46:13 +0100
19255              Message-ID: <m3aea4kqka.fsf@ak-71.mind.de>
19256      Branch: perl
19257            ! lib/ExtUtils/MakeMaker.pm
19258 ____________________________________________________________________________
19259 [  8079] By: jhi                                   on 2000/12/11  15:35:07
19260         Log: Subject: Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failing
19261              From: Simon Cozens <simon@cozens.net>
19262              Date: Sun, 10 Dec 2000 19:06:19 +0000
19263              Message-ID: <20001210190619.B21402@deep-dark-truthful-mirror.perlhacker.org>
19264      Branch: perl
19265            ! ext/B/B/Deparse.pm t/lib/b.t
19266 ____________________________________________________________________________
19267 [  8078] By: jhi                                   on 2000/12/11  15:09:11
19268         Log: Subject: [PATCH] docs on NaN
19269              From: Nicholas Clark <nick@ccl4.org>
19270              Date: Mon, 11 Dec 2000 01:48:38 +0000
19271              Message-ID: <20001211014838.B99205@plum.flirble.org>
19272      Branch: perl
19273            ! pod/perlop.pod
19274 ____________________________________________________________________________
19275 [  8077] By: jhi                                   on 2000/12/11  15:02:21
19276         Log: Subject: [PATCH] Re: [Fwd: BUG 20001205.022] Local on Hash elements
19277              From: Simon Cozens <simon@cozens.net>
19278              Date: Mon, 11 Dec 2000 01:21:45 +0000
19279              Message-ID: <20001211012144.A23467@deep-dark-truthful-mirror.perlhacker.org>
19280      Branch: perl
19281            ! pp.c pp_hot.c scope.c t/op/local.t
19282 ____________________________________________________________________________
19283 [  8076] By: nick                                  on 2000/12/10  20:43:32
19284         Log: Not merge worthy...
19285              Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
19286              syntax is modelled on attributes.
19287              Untested fix for io/utf8 on Win32 etc.
19288              Very clumsy start to the encode layer.
19289      Branch: perlio
19290            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
19291 ____________________________________________________________________________
19292 [  8075] By: jhi                                   on 2000/12/10  18:39:33
19293         Log: Darwin is not Windows.
19294      Branch: perl
19295            ! lib/CGI.pm
19296 ____________________________________________________________________________
19297 [  8074] By: jhi                                   on 2000/12/10  18:31:27
19298         Log: Subject: Ambiguous -%c() resolved as a file test
19299              From: "Paul Marquess" <Paul.Marquess@openwave.com>
19300              Date: Sun, 10 Dec 2000 15:35:07 -0000
19301              Message-ID: <002601c062be$c5f749c0$a20a140a@bfs.phone.com>
19302      Branch: perl
19303            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
19304 ____________________________________________________________________________
19305 [  8073] By: jhi                                   on 2000/12/10  18:16:29
19306         Log: Subject: PATCH installperl misinformed 
19307              From: andreas.koenig@anima.de (Andreas J. Koenig)
19308              Date: 10 Dec 2000 13:01:32 +0100 
19309              Message-ID: <m3r93glc2r.fsf@ak-71.mind.de>
19310      Branch: perl
19311            ! installperl
19312 ____________________________________________________________________________
19313 [  8072] By: jhi                                   on 2000/12/10  18:07:55
19314         Log: The walkoptree confusion rages; walkoptree() seems to be coming
19315              from B.xs, while walkoptree_slow() comes from B.pm.
19316      Branch: perl
19317            ! ext/B/B.pm
19318 ____________________________________________________________________________
19319 [  8071] By: nick                                  on 2000/12/10  11:45:47
19320         Log: Integrate mainline
19321      Branch: perlio
19322           +> t/base/commonsense.t
19323           !> (integrate 37 files)
19324 ____________________________________________________________________________
19325 [  8070] By: jhi                                   on 2000/12/10  04:46:21
19326         Log: Update Changes.
19327      Branch: perl
19328            ! Changes patchlevel.h
19329 ____________________________________________________________________________
19330 [  8069] By: jhi                                   on 2000/12/10  04:39:19
19331         Log: Subject: Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies)
19332              From: andreas.koenig@anima.de (Andreas J. Koenig)
19333              Date: 09 Dec 2000 17:14:25 +0100
19334              Message-ID: <m3wvd9o9lq.fsf@ak-71.mind.de>
19335      Branch: perl
19336            + t/base/commonsense.t
19337            ! MANIFEST lib/Test/Harness.pm t/TEST t/UTEST
19338 ____________________________________________________________________________
19339 [  8068] By: jhi                                   on 2000/12/10  04:17:36
19340         Log: Subject: [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
19341              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
19342              Date: Sat, 9 Dec 2000 16:47:22 -0000
19343              Message-ID: <002001c061ff$b3aba820$a20a140a@bfs.phone.com>
19344      Branch: perl
19345            ! ext/DB_File/typemap ext/GDBM_File/GDBM_File.pm
19346            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
19347            ! ext/NDBM_File/typemap ext/ODBM_File/ODBM_File.pm
19348            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
19349            ! ext/SDBM_File/typemap t/lib/db-btree.t t/lib/db-hash.t
19350            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
19351            ! t/lib/sdbm.t
19352 ____________________________________________________________________________
19353 [  8067] By: jhi                                   on 2000/12/10  03:52:02
19354         Log: Test case for #8066.
19355      Branch: perl
19356            ! t/op/misc.t
19357 ____________________________________________________________________________
19358 [  8066] By: jhi                                   on 2000/12/10  03:50:30
19359         Log: Subject: [PATCH] Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check termination
19360              From: Simon Cozens <simon@cozens.net>
19361              Date: Sun, 10 Dec 2000 00:55:37 +0000
19362              Message-ID: <20001210005537.B16221@deep-dark-truthful-mirror.perlhacker.org>
19363      Branch: perl
19364            ! pp_sys.c
19365 ____________________________________________________________________________
19366 [  8065] By: jhi                                   on 2000/12/10  03:44:52
19367         Log: Test case for #8064.
19368      Branch: perl
19369            ! t/comp/proto.t
19370 ____________________________________________________________________________
19371 [  8064] By: jhi                                   on 2000/12/10  03:42:32
19372         Log: Subject: Re: prototype of substr
19373              From: Simon Cozens <simon@cozens.net>
19374              Date: Sun, 10 Dec 2000 00:13:33 +0000
19375              Message-ID: <20001210001333.A16221@deep-dark-truthful-mirror.perlhacker.org>
19376              
19377              Make CORE::substr to be '$$;$$' instead of '$$;$;$'.
19378      Branch: perl
19379            ! pp.c
19380 ____________________________________________________________________________
19381 [  8063] By: jhi                                   on 2000/12/10  03:39:42
19382         Log: Subject: [PATCH] perlguts.pod
19383              From: Simon Cozens <simon@cozens.net>
19384              Date: Sun, 10 Dec 2000 00:06:47 +0000
19385              Message-ID: <20001210000647.A16203@deep-dark-truthful-mirror.perlhacker.org>
19386              
19387              Documentation of the different types of ops,
19388              plus the functions in dump.c
19389      Branch: perl
19390            ! pod/perlguts.pod
19391 ____________________________________________________________________________
19392 [  8062] By: jhi                                   on 2000/12/10  03:30:04
19393         Log: Subject: [ID 20001209.006] Not OK: perl v5.7.0 +DEVEL7978 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED)
19394              From: Nicholas Clark <nick@talking.bollo.cx>
19395              Date: Sat, 09 Dec 2000 18:57:25 +0000
19396              Message-Id: <E144pBV-0002Nv-00@Bagpuss.unfortu.net>
19397              
19398              Be more robust in weird hostname setups.
19399      Branch: perl
19400            ! t/lib/net-hostent.t
19401 ____________________________________________________________________________
19402 [  8061] By: jhi                                   on 2000/12/10  03:28:21
19403         Log: Pacify fussy compiler. 
19404      Branch: perl
19405            ! pp_sys.c
19406 ____________________________________________________________________________
19407 [  8060] By: jhi                                   on 2000/12/10  02:52:46
19408         Log: Integrate perlio.
19409      Branch: perl
19410           !> pp_sys.c t/io/utf8.t
19411 ____________________________________________________________________________
19412 [  8059] By: nick                                  on 2000/12/09  23:40:14
19413         Log: read/sysread/recv should now be utf8 aware.
19414              Basic test for utf8 read.
19415      Branch: perlio
19416            ! pp_sys.c t/io/utf8.t
19417 ____________________________________________________________________________
19418 [  8058] By: jhi                                   on 2000/12/09  21:56:02
19419         Log: Integrate perlio.
19420      Branch: perl
19421           +> t/io/utf8.t
19422           !> MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t toke.c
19423 ____________________________________________________________________________
19424 [  8057] By: jhi                                   on 2000/12/09  21:53:35
19425         Log: Subject: Re: Additional patch for UTF8-keys (Re: perl@8016)
19426              From: Inaba Hiroto <inaba@st.rim.or.jp>
19427              Date: Sun, 10 Dec 2000 05:53:21 +0900
19428              Message-ID: <3A329BC0.15E8BFF9@st.rim.or.jp>
19429              
19430              Tests for #8056.
19431      Branch: perl
19432            ! t/op/each.t
19433 ____________________________________________________________________________
19434 [  8056] By: jhi                                   on 2000/12/09  21:51:16
19435         Log: Subject: Additional patch for UTF8-keys (Re: perl@8016)
19436              From: Inaba Hiroto <inaba@st.rim.or.jp>
19437              Date: Sat, 09 Dec 2000 18:02:00 +0900
19438              Message-ID: <3A31F508.34F4BB23@st.rim.or.jp>
19439              
19440              exists() didn't work for UTF-8 keys, and neither did shared hash keys.
19441      Branch: perl
19442            ! embed.h embed.pl hv.c objXSUB.h op.c proto.h sv.c
19443 ____________________________________________________________________________
19444 [  8055] By: nick                                  on 2000/12/09  20:11:48
19445         Log: Make write() (i.e. formats) utf8-aware by calling do_print() rather
19446              than raw PerlIO_write() - does not seem to break any tests.
19447      Branch: perlio
19448            ! pp_sys.c
19449 ____________________________________________________________________________
19450 [  8054] By: nick                                  on 2000/12/09  19:47:30
19451         Log: Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
19452              (sysread, recv and write i.e. formats still to do...)
19453              Allow :utf8 or :bytes in PerlIO_apply_layers() so that
19454              open($fh,">:utf8","name")
19455              etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
19456              so no extra overhead is involved.
19457              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
19458              to a non-utf8 stream.
19459              Add initial io/utf8.t
19460              Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
19461              that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
19462              and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
19463      Branch: perlio
19464            + t/io/utf8.t
19465            ! MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t
19466 ____________________________________________________________________________
19467 [  8053] By: nick                                  on 2000/12/09  19:26:37
19468         Log: Did not get that has_utf8/this_utf8 fix right last time, another spot
19469              was only testing this_utf8.
19470      Branch: perlio
19471            ! toke.c
19472 ____________________________________________________________________________
19473 [  8052] By: nick                                  on 2000/12/09  19:09:41
19474         Log: Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
19475              i.e. the output string has one, but don't mess with source assumption.
19476      Branch: perlio
19477            ! toke.c
19478 ____________________________________________________________________________
19479 [  8051] By: jhi                                   on 2000/12/09  16:55:17
19480         Log: Integrate perlio.
19481      Branch: perl
19482           !> MANIFEST embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c
19483           !> sv.c thrdvar.h util.c
19484 ____________________________________________________________________________
19485 [  8050] By: jhi                                   on 2000/12/09  16:48:07
19486         Log: Nits noticed by Peter Prymmer.
19487      Branch: perl
19488            ! lib/ExtUtils/MM_VMS.pm
19489 ____________________________________________________________________________
19490 [  8049] By: nick                                  on 2000/12/09  13:49:40
19491         Log: UTF8 output prework.
19492              - Store $\ and $, as SVs so they can have SvUTF8 flag
19493              - use do_print() rather than raw PerlIO_write() to print them.
19494      Branch: perlio
19495            ! embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c sv.c
19496            ! thrdvar.h util.c
19497 ____________________________________________________________________________
19498 [  8048] By: nick                                  on 2000/12/09  12:30:43
19499         Log: Integrate mainline.
19500      Branch: perlio
19501           +> ext/Encode/Encode/iso8859-16.enc ext/POSIX/hints/svr4.pl
19502           +> t/op/reverse.t
19503           !> Changes MANIFEST doop.c ext/POSIX/Makefile.PL hints/svr4.sh
19504           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
19505           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Manifest.pm patchlevel.h
19506           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp.h
19507           !> pp_hot.c t/README t/base/term.t t/lib/bigfltpm.t
19508           !> t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
19509 ____________________________________________________________________________
19510 [  8047] By: jhi                                   on 2000/12/09  00:23:27
19511         Log: Subject: Re: [pvhp@forte.com: [ID 20001208.004] Not OK: perl v5.7.0 +DEVEL8042 on VMS_AXP V7.1 (UNINSTALLED)]
19512              From: Michael G Schwern <schwern@pobox.com>
19513              Date: Fri, 8 Dec 2000 14:43:04 -0600
19514      Branch: perl
19515            ! lib/ExtUtils/MM_VMS.pm
19516 ____________________________________________________________________________
19517 [  8046] By: jhi                                   on 2000/12/08  23:10:27
19518         Log: A missed check-in.
19519      Branch: perl
19520            ! lib/ExtUtils/Manifest.pm
19521 ____________________________________________________________________________
19522 [  8045] By: jhi                                   on 2000/12/08  21:57:12
19523         Log: (null check-in)
19524      Branch: perl
19525            ! lib/ExtUtils/MM_Unix.pm pod/perlintern.pod
19526 ____________________________________________________________________________
19527 [  8044] By: jhi                                   on 2000/12/08  21:11:06
19528         Log: Add ISO 8859-16 encoding.  Not a standard yet but seems to be
19529              at the final draft stage.
19530      Branch: perl
19531            + ext/Encode/Encode/iso8859-16.enc
19532            ! MANIFEST
19533 ____________________________________________________________________________
19534 [  8043] By: jhi                                   on 2000/12/08  16:39:04
19535         Log: Update Changes.
19536      Branch: perl
19537            ! Changes patchlevel.h
19538 ____________________________________________________________________________
19539 [  8042] By: jhi                                   on 2000/12/08  16:33:39
19540         Log: Do not return the Unicode replacement character if UTF-8
19541              decoding goes awry, it should be up to the caller to decide.
19542      Branch: perl
19543            ! pod/perlapi.pod utf8.c
19544 ____________________________________________________________________________
19545 [  8041] By: jhi                                   on 2000/12/08  16:22:28
19546         Log: metaconfig maintenance.
19547      Branch: metaconfig
19548            ! U/modified/stdchar.U
19549      Branch: metaconfig/U/perl
19550            + testsyml.U
19551 ____________________________________________________________________________
19552 [  8040] By: jhi                                   on 2000/12/08  16:03:08
19553         Log: Subject: [ID 20001207.009] Not OK: perl v5.7.0 +DEVEL8030 on os2-64int-ld 2.30
19554              From: sthoenna@efn.org
19555              Date: Thu, 7 Dec 2000 21:32:43 -0800 (PST)
19556              Message-Id: <200012080532.eB85Wh729109@garcia.efn.org>
19557      Branch: perl
19558            ! Changes lib/ExtUtils/MM_OS2.pm
19559 ____________________________________________________________________________
19560 [  8039] By: jhi                                   on 2000/12/08  15:57:11
19561         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
19562              From: Simon Cozens <simon@cozens.net>
19563              Date: Fri, 8 Dec 2000 13:33:31 +0000
19564              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
19565              
19566              (The pp_hot part needed a rewrite.)
19567      Branch: perl
19568            ! doop.c pp_hot.c utf8.c
19569 ____________________________________________________________________________
19570 [  8038] By: jhi                                   on 2000/12/08  15:25:08
19571         Log: Subject: djSP
19572              From: Michael Stevens <michael@etla.org>
19573              Date: Wed, 6 Dec 2000 23:24:01 +0000
19574              Message-ID: <20001206232400.A21381@firedrake.org>
19575              
19576              Plus a note from Nick Ing-Simmons.
19577      Branch: perl
19578            ! pp.h
19579 ____________________________________________________________________________
19580 [  8037] By: jhi                                   on 2000/12/08  15:18:35
19581         Log: Filetype is text.
19582      Branch: perl
19583            ! t/op/utf8decode.t
19584 ____________________________________________________________________________
19585 [  8036] By: jhi                                   on 2000/12/08  03:31:27
19586         Log: Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
19587              From: Andy Dougherty <doughera@lafayette.edu>
19588              Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST)
19589              Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu>
19590              
19591              Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
19592              From: Andy Dougherty <doughera@lafayette.edu>
19593              Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST)
19594              Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu>
19595      Branch: perl
19596            + ext/POSIX/hints/svr4.pl
19597            ! MANIFEST ext/POSIX/Makefile.PL hints/svr4.sh t/lib/bigfltpm.t
19598 ____________________________________________________________________________
19599 [  8035] By: jhi                                   on 2000/12/08  03:26:01
19600         Log: Subject: [ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not built
19601              From: Andy Dougherty <doughera@lafayette.edu>
19602              Date: Thu, 7 Dec 2000 10:50:47 -0500 (EST)
19603              Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu>
19604      Branch: perl
19605            ! t/README t/base/term.t
19606 ____________________________________________________________________________
19607 [  8034] By: jhi                                   on 2000/12/08  03:21:59
19608         Log: Subject: DOC PATCH 5.6.0: -s return value incompletely documented
19609              From: mjd@plover.com  
19610              Date: 7 Dec 2000 21:04:20 -0000
19611              Message-ID: <20001207210420.22282.qmail@plover.com>
19612              
19613              Plus -z doc.
19614      Branch: perl
19615            ! pod/perlfunc.pod
19616 ____________________________________________________________________________
19617 [  8033] By: jhi                                   on 2000/12/08  03:19:03
19618         Log: Use the UTF8 macros a bit.  They can't be used with abandon
19619              everywhere because we do generate illegal UTF-8 in some situations.
19620              This is of course naughty.
19621      Branch: perl
19622            ! pod/perlapi.pod utf8.c utf8.h
19623 ____________________________________________________________________________
19624 [  8032] By: jhi                                   on 2000/12/08  03:00:09
19625         Log: Out of sync?
19626      Branch: perl
19627            ! t/pragma/warn/utf8
19628 ____________________________________________________________________________
19629 [  8031] By: jhi                                   on 2000/12/08  02:22:39
19630         Log: Cnt spl.
19631      Branch: perl
19632            ! MANIFEST
19633 ____________________________________________________________________________
19634 [  8030] By: jhi                                   on 2000/12/08  01:23:54
19635         Log: Add test for reverse().
19636      Branch: perl
19637            + t/op/reverse.t
19638            ! MANIFEST
19639 ____________________________________________________________________________
19640 [  8029] By: jhi                                   on 2000/12/08  01:21:47
19641         Log: Integrate perlio.
19642      Branch: perl
19643           !> ext/IO/IO.xs fakesdio.h global.sym lib/warnings.pm perlapi.c
19644           !> perlio.c perlio.h perlsdio.h warnings.pl
19645 ____________________________________________________________________________
19646 [  8028] By: jhi                                   on 2000/12/08  01:19:08
19647         Log: Introduce macros for UTF8 decoding.
19648      Branch: perl
19649            ! t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
19650 ____________________________________________________________________________
19651 [  8027] By: nick                                  on 2000/12/07  22:18:19
19652         Log: Integrate mainline
19653      Branch: perlio
19654           !> embed.pl pod/perlapi.pod utf8.c
19655 ____________________________________________________________________________
19656 [  8026] By: nick                                  on 2000/12/07  21:45:08
19657         Log: Various oddities p4 diff -se showed up
19658              Remove 'our' from warnings.pl
19659      Branch: perlio
19660            ! global.sym lib/warnings.pm pod/perlapi.pod warnings.pl
19661 ____________________________________________________________________________
19662 [  8025] By: nick                                  on 2000/12/07  21:43:32
19663         Log: Change PerlIO_(get|set)pos to take SV *
19664              Should fix, OS/2, VMS, (sfio??)
19665      Branch: perlio
19666            ! ext/IO/IO.xs fakesdio.h perlapi.c perlio.c perlio.h perlsdio.h
19667 ____________________________________________________________________________
19668 [  8024] By: jhi                                   on 2000/12/07  19:05:32
19669         Log: Document utf8_to_uv() better.
19670      Branch: perl
19671            ! pod/perlapi.pod utf8.c
19672 ____________________________________________________________________________
19673 [  8023] By: jhi                                   on 2000/12/07  18:23:47
19674         Log: Document utf8_length(), utf8_distance(), and utf8_hop().
19675      Branch: perl
19676            ! embed.pl pod/perlapi.pod utf8.c
19677 ____________________________________________________________________________
19678 [  8022] By: jhi                                   on 2000/12/07  04:13:51
19679         Log: Integrate perlio.
19680      Branch: perl
19681           !> perlio.c t/io/dup.t win32/config.vc win32/config_H.bc
19682           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
19683           !> win32/makefile.mk
19684 ____________________________________________________________________________
19685 [  8021] By: nick                                  on 2000/12/07  00:28:14
19686         Log: Various attempts at MSVC debug - not sure what has
19687              changed but works now. 
19688              Seems atexit() _may_ work for DLLs built with MSVC so don't
19689              call cleanup that way.
19690      Branch: perlio
19691            ! perlio.c win32/makefile.mk
19692 ____________________________________________________________________________
19693 [  8020] By: nick                                  on 2000/12/06  19:57:20
19694         Log: Integrate mainline
19695      Branch: perlio
19696           +> lib/ExtUtils/MANIFEST.SKIP t/op/concat.t
19697           !> (integrate 75 files)
19698 ____________________________________________________________________________
19699 [  8019] By: nick                                  on 2000/12/06  19:28:21
19700         Log: Add useperlio to config.vc
19701              Turn off binmode in config_H.PL
19702              Regen all the config_H.xx
19703              Attempt to get debugging build with MSVC.
19704      Branch: perlio
19705            ! win32/config.vc win32/config_H.bc win32/config_H.gc
19706            ! win32/config_H.vc win32/config_h.PL win32/makefile.mk
19707 ____________________________________________________________________________
19708 [  8018] By: nick                                  on 2000/12/06  19:21:57
19709         Log: Test various dup/external program options on all platforms.
19710      Branch: perlio
19711            ! t/io/dup.t
19712 ____________________________________________________________________________
19713 [  8017] By: nick                                  on 2000/12/06  19:20:47
19714         Log: Fix harness to be less picky
19715      Branch: perlio
19716            ! lib/Test/Harness.pm
19717 ____________________________________________________________________________
19718 [  8016] By: jhi                                   on 2000/12/06  16:45:12
19719         Log: Update Changes.
19720      Branch: perl
19721            ! Changes patchlevel.h
19722 ____________________________________________________________________________
19723 [  8015] By: jhi                                   on 2000/12/06  16:41:03
19724         Log: Test \x{...} with ord().
19725      Branch: perl
19726            ! t/op/ord.t
19727 ____________________________________________________________________________
19728 [  8014] By: jhi                                   on 2000/12/06  16:20:33
19729         Log: Test tweak because of #8013.
19730      Branch: perl
19731            ! t/lib/b.t
19732 ____________________________________________________________________________
19733 [  8013] By: jhi                                   on 2000/12/06  16:09:09
19734         Log: Subject: [PATCH] $VERSION crusade, strict, tests, etc... all over lib/
19735              From: Michael G Schwern <schwern@pobox.com>
19736              Date: Tue, 5 Dec 2000 21:23:28 -0500
19737              Message-ID: <20001205212328.C6473@blackrider.aocn.com>
19738              
19739              Carp::Heavy parts not very applicable because of recent changes.
19740      Branch: perl
19741            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/CGI/Apache.pm
19742            ! lib/CGI/Switch.pm lib/Carp.pm lib/Carp/Heavy.pm
19743            ! lib/DirHandle.pm lib/Dumpvalue.pm lib/English.pm lib/Env.pm
19744            ! lib/Exporter.pm lib/Exporter/Heavy.pm
19745            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_OS2.pm
19746            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
19747            ! lib/ExtUtils/MM_Win32.pm lib/File/CheckTree.pm
19748            ! lib/File/DosGlob.pm lib/File/Find.pm lib/File/stat.pm
19749            ! lib/FileCache.pm lib/I18N/Collate.pm lib/Net/hostent.pm
19750            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
19751            ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Search/Dict.pm
19752            ! lib/SelectSaver.pm lib/Term/Cap.pm lib/Term/Complete.pm
19753            ! lib/Term/ReadLine.pm lib/Text/Abbrev.pm lib/Tie/Hash.pm
19754            ! lib/Tie/RefHash.pm lib/Tie/Scalar.pm lib/Tie/SubstrHash.pm
19755            ! lib/Time/Local.pm lib/Time/tm.pm lib/UNIVERSAL.pm
19756            ! lib/User/grent.pm lib/User/pwent.pm lib/bytes.pm
19757            ! lib/charnames.pm lib/diagnostics.pm lib/filetest.pm
19758            ! lib/integer.pm lib/less.pm lib/locale.pm lib/open.pm
19759            ! lib/overload.pm lib/subs.pm lib/utf8.pm lib/vars.pm
19760            ! lib/warnings/register.pm t/lib/attrs.t t/lib/syslog.t
19761            ! warnings.pl
19762 ____________________________________________________________________________
19763 [  8012] By: jhi                                   on 2000/12/06  15:22:38
19764         Log: Subject: [PATCH] Re: New harness is failing things
19765              From: Nick Ing-Simmons <nik@tiuk.ti.com>
19766              Date: Wed, 6 Dec 2000 13:00:30 GMT
19767              Message-Id: <200012061300.NAA10567@mikado.tiuk.ti.com>
19768      Branch: perl
19769            ! lib/Test/Harness.pm
19770 ____________________________________________________________________________
19771 [  8011] By: jhi                                   on 2000/12/06  15:12:08
19772         Log: Subject: installhtml changes
19773              From: Michael Stevens <michael@etla.org>
19774              Date: Wed, 6 Dec 2000 13:15:53 +0000
19775              Message-ID: <20001206131553.A27317@firedrake.org>
19776      Branch: perl
19777            ! installhtml
19778 ____________________________________________________________________________
19779 [  8010] By: jhi                                   on 2000/12/06  15:06:05
19780         Log: Subject: the dTHR hits
19781              From: Michael Stevens <michael@etla.org>
19782              Date: Wed, 6 Dec 2000 12:06:03 +0000
19783              Message-ID: <20001206120603.A24581@firedrake.org>
19784              
19785              More, errrm, less dTHRs.
19786      Branch: perl
19787            ! bytecode.pl ext/B/B/C.pm
19788 ____________________________________________________________________________
19789 [  8009] By: jhi                                   on 2000/12/06  15:04:25
19790         Log: Subject: MakeMaker mailing list gone?
19791              From: Michael G Schwern <schwern@pobox.com>
19792              Date: Tue, 5 Dec 2000 19:29:59 -0500
19793              Message-ID: <20001205192959.B6473@blackrider.aocn.com>
19794              
19795              The MakeMaker mailing list is dead, perlbug is the right
19796              address to report bugs.
19797      Branch: perl
19798            ! lib/ExtUtils/MakeMaker.pm
19799 ____________________________________________________________________________
19800 [  8008] By: jhi                                   on 2000/12/06  15:00:32
19801         Log: Subject: [PATCH ExtUtils::Manifest 1.1] Default MANIFEST.SKIP]
19802              From: Michael G Schwern <schwern@pobox.com>
19803              Date: Tue, 5 Dec 2000 19:21:21 -0500
19804              Message-ID: <20001205192121.A6473@blackrider.aocn.com>
19805              
19806              Add a default MANIFEST skip that ignores things like
19807              version control files, editor temporary files, and the Makefile.
19808      Branch: perl
19809            + lib/ExtUtils/MANIFEST.SKIP
19810            ! MANIFEST lib/ExtUtils/Manifest.pm
19811 ____________________________________________________________________________
19812 [  8007] By: jhi                                   on 2000/12/06  14:57:20
19813         Log: In Amiga more manual hackery of the scripts seems to be needed,
19814              from Jan-Erik Karlsson.  Why Configure does not get this right
19815              is unknown, may be shell-induced.
19816      Branch: perl
19817            ! README.amiga
19818 ____________________________________________________________________________
19819 [  8006] By: jhi                                   on 2000/12/05  23:53:12
19820         Log: Add TOPm1s to peek at the second topmost stack item.
19821      Branch: perl
19822            ! pp.h
19823 ____________________________________________________________________________
19824 [  8005] By: jhi                                   on 2000/12/05  23:13:55
19825         Log: Avaunt, you foul UTF-8 tests.
19826      Branch: perl
19827            ! t/op/ver.t t/pragma/utf8.t
19828 ____________________________________________________________________________
19829 [  8004] By: jhi                                   on 2000/12/05  23:09:54
19830         Log: Continue utf8 dispersal. 
19831      Branch: perl
19832            + t/op/concat.t
19833            ! MANIFEST t/pragma/utf8.t
19834 ____________________________________________________________________________
19835 [  8003] By: nick                                  on 2000/12/05  23:02:39
19836         Log: Integrate mainline.
19837      Branch: perlio
19838           +> t/op/length.t t/op/utf8decode.t
19839           !> (integrate 69 files)
19840 ____________________________________________________________________________
19841 [  8002] By: jhi                                   on 2000/12/05  22:59:28
19842         Log: Integrate perlio.
19843      Branch: perl
19844           !> iperlsys.h perl.c perlio.c win32/perllib.c
19845 ____________________________________________________________________________
19846 [  8001] By: nick                                  on 2000/12/05  22:07:52
19847         Log: Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
19848              - calloc/free suffer from damage on TerminateThread()
19849              - use PerlMemShared (as originally planned) now fixed
19850              - avoid doing anything important on DLL "detach".
19851      Branch: perlio
19852            ! perl.c perlio.c win32/perllib.c
19853 ____________________________________________________________________________
19854 [  8000] By: nick                                  on 2000/12/05  21:05:09
19855         Log: Fix gross PerlMemShared issue.
19856      Branch: perlio
19857            ! iperlsys.h
19858 ____________________________________________________________________________
19859 [  7999] By: jhi                                   on 2000/12/05  20:46:58
19860         Log: Test for Unicode (UTF-8) hash keys.
19861      Branch: perl
19862            ! t/op/each.t
19863 ____________________________________________________________________________
19864 [  7998] By: jhi                                   on 2000/12/05  20:30:35
19865         Log: Remove an unnecessary 'use utf8' (unnecessary because \x{...}
19866              is now always UTF-8), empty line cosmetics.
19867      Branch: perl
19868            ! t/pragma/utf8.t
19869 ____________________________________________________________________________
19870 [  7997] By: jhi                                   on 2000/12/05  20:15:40
19871         Log: Subject: Re: STRLEN - what?
19872              From: Andy Dougherty <doughera@lafayette.edu>
19873              Date: Tue, 5 Dec 2000 11:58:46 -0500 (EST)
19874              Message-ID: <Pine.SOL.4.10.10012051152100.3586-100000@maxwell.phys.lafayette.edu>
19875              
19876              Explain STRLEN.
19877      Branch: perl
19878            ! pod/perlguts.pod
19879 ____________________________________________________________________________
19880 [  7996] By: jhi                                   on 2000/12/05  20:13:34
19881         Log: Split off the UTF-8 decoder tests, make them to check also
19882              the error message.
19883      Branch: perl
19884            + t/op/utf8decode.t
19885            ! MANIFEST t/pragma/utf8.t utf8.c
19886 ____________________________________________________________________________
19887 [  7995] By: jhi                                   on 2000/12/05  16:39:47
19888         Log: Start migrating bits of pragma/utf8 to elsewhere
19889              (since the long term plan is to obsolete 'use utf8').
19890      Branch: perl
19891            + t/op/length.t
19892            ! MANIFEST t/pragma/utf8.t
19893 ____________________________________________________________________________
19894 [  7994] By: jhi                                   on 2000/12/05  16:30:21
19895         Log: Fix a manual edit typo from #7993, fix the message formatting
19896              for Unicode, add few our declarations.
19897      Branch: perl
19898            ! lib/Carp/Heavy.pm
19899 ____________________________________________________________________________
19900 [  7993] By: jhi                                   on 2000/12/05  16:09:15
19901         Log: Subject: Need help with warnings :-(
19902              From: "Ben Tilly" <ben_tilly@hotmail.com>
19903              Date: Tue, 05 Dec 2000 01:35:54 -0500
19904              Message-ID: <LAW2-F2380n7J95K7aI00001bb9@hotmail.com>
19905              
19906              Subject: UPDATE: Carp/Heavy now passes all tests
19907              From: "Ben Tilly" <ben_tilly@hotmail.com>
19908              Date: Tue, 05 Dec 2000 07:59:41 -0500
19909              Message-ID: <LAW2-F58V1qdiixjnzi00005523@hotmail.com>
19910              
19911              The Brave New Carp.
19912      Branch: perl
19913            ! lib/Carp.pm lib/Carp/Heavy.pm
19914 ____________________________________________________________________________
19915 [  7992] By: jhi                                   on 2000/12/05  15:55:08
19916         Log: Subject: [PATCH perl@7979] cygwin port
19917              From: "Eric Fifer" <efifer@dircon.co.uk>
19918              Date: Tue, 5 Dec 2000 14:04:09 -0000
19919              Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk>
19920      Branch: perl
19921            ! t/lib/net-hostent.t
19922 ____________________________________________________________________________
19923 [  7991] By: jhi                                   on 2000/12/05  15:52:34
19924         Log: Subject: Re: [PATCH] The largest hoax of all times?
19925              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19926              Date: Tue, 5 Dec 2000 00:40:25 -0500
19927              Message-ID: <20001205004025.A4050@monk.mps.ohio-state.edu>
19928              
19929              Subject: Re: [PATCH] The largest hoax of all times?
19930              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19931              Date: Mon, 4 Dec 2000 23:55:53 -0500
19932              Message-ID: <20001204235553.A1140@monk.mps.ohio-state.edu>
19933              
19934              Subject: Re: [PATCH] The largest hoax of all times?
19935              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19936              Date: Tue, 5 Dec 2000 01:28:45 -0500
19937              Message-ID: <20001205012844.A4227@monk.mps.ohio-state.edu>
19938              
19939              Fix the unpredictable order of DESTROYs.
19940      Branch: perl
19941            ! embed.h embed.pl objXSUB.h pod/perlapi.pod proto.h scope.c
19942            ! sv.c sv.h t/op/ref.t
19943 ____________________________________________________________________________
19944 [  7990] By: jhi                                   on 2000/12/05  14:38:53
19945         Log: Subject: [PATCH] shrink pp_hot fractionally
19946              From: Nicholas Clark <nick@ccl4.org>
19947              Date: Tue, 5 Dec 2000 12:44:31 +0000
19948              Message-ID: <20001205124431.E74518@plum.flirble.org>
19949              
19950              Use report_evil_fh().
19951      Branch: perl
19952            ! opcode.pl opnames.h pp_hot.c util.c
19953 ____________________________________________________________________________
19954 [  7989] By: jhi                                   on 2000/12/05  14:21:27
19955         Log: Subject: [PATCH] [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
19956              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
19957              Date: Mon, 04 Dec 2000 22:21:59 -0800
19958              Message-ID: <HmIL6gzkgepS092yn@efn.org>
19959              
19960              Harness shouldn't ignore responses like "ok 3\r\r\n".
19961      Branch: perl
19962            ! lib/Test/Harness.pm
19963 ____________________________________________________________________________
19964 [  7988] By: jhi                                   on 2000/12/05  13:51:28
19965         Log: Integrate the "skip" messages to explain().
19966      Branch: perl
19967            ! t/lib/syslfs.t t/op/lfs.t
19968 ____________________________________________________________________________
19969 [  7987] By: jhi                                   on 2000/12/05  12:34:54
19970         Log: The one that got away in #7984.
19971              
19972              Subject: Re: dTHR - what and why?
19973              From: Michael Stevens <michael@etla.org> 
19974              Date: Tue, 5 Dec 2000 11:15:52 +0000
19975              Message-ID: <20001205111552.A4647@firedrake.org>
19976      Branch: perl
19977            ! sv.h
19978 ____________________________________________________________________________
19979 [  7986] By: gsar                                  on 2000/12/05  09:14:44
19980         Log: fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
19981              due to the notorious GetFileType() bug in Windows 9x, which fstat()
19982              tickles)
19983      Branch: perl
19984            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32sck.c
19985 ____________________________________________________________________________
19986 [  7985] By: jhi                                   on 2000/12/05  05:49:03
19987         Log: Integrate perlio.
19988      Branch: perl
19989           !> iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
19990           !> win32/perlhost.h win32/perllib.c
19991 ____________________________________________________________________________
19992 [  7984] By: jhi                                   on 2000/12/05  05:48:16
19993         Log: dTHR is a nop in 5.6.0 onwards.  Ergo, it can go.
19994      Branch: perl
19995            ! av.c cygwin/cygwin.c deb.c djgpp/djgpp.c doio.c doop.c dump.c
19996            ! epoc/epoc.c ext/ByteLoader/ByteLoader.xs
19997            ! ext/ByteLoader/byterun.c ext/Devel/DProf/DProf.xs
19998            ! ext/Thread/Thread.xs ext/re/re.xs gv.c hv.c mg.c op.c
19999            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2ish.h perl.c perl.h
20000            ! perlapi.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
20001            ! regexec.c run.c scope.c sv.c taint.c thread.h toke.c
20002            ! universal.c utf8.c util.c vmesa/vmesa.c vms/ext/Stdio/Stdio.xs
20003            ! win32/win32.c
20004 ____________________________________________________________________________
20005 [  7983] By: nick                                  on 2000/12/04  23:27:43
20006         Log: PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
20007      Branch: perlio
20008            ! iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
20009            ! win32/perlhost.h win32/perllib.c
20010 ____________________________________________________________________________
20011 [  7982] By: jhi                                   on 2000/12/04  19:44:09
20012         Log: Yet Another Copying-Without-Paying-Attention-To-SvUTF8(sv) Bug
20013              uncovered by #7980.
20014      Branch: perl
20015            ! op.c
20016 ____________________________________________________________________________
20017 [  7981] By: jhi                                   on 2000/12/04  19:42:07
20018         Log: Subject: [PATCH] Trivial dump.c feature
20019              From: Simon Cozens <simon@cozens.net>
20020              Date: Mon, 4 Dec 2000 18:08:38 +0000
20021              Message-ID: <20001204180838.A5541@pembro33.pmb.ox.ac.uk>
20022              
20023              Show whether a constant is UTF-8.
20024      Branch: perl
20025            ! dump.c
20026 ____________________________________________________________________________
20027 [  7980] By: jhi                                   on 2000/12/04  19:36:51
20028         Log: UTF-8 hash keys, patch from Inaba Hiroto.
20029      Branch: perl
20030            ! embed.h embed.pl hv.c hv.h pod/perlapi.pod proto.h
20031 ____________________________________________________________________________
20032 [  7979] By: jhi                                   on 2000/12/04  17:36:28
20033         Log: Update Changes.
20034      Branch: perl
20035            ! Changes patchlevel.h
20036 ____________________________________________________________________________
20037 [  7978] By: jhi                                   on 2000/12/04  16:42:17
20038         Log: Retract #7977, still too volatile (the euphemism of the day
20039              for unfinished and buggy :-)
20040      Branch: perl
20041            ! doop.c hv.c pp.c sv.h
20042 ____________________________________________________________________________
20043 [  7977] By: jhi                                   on 2000/12/04  16:25:15
20044         Log: (Retracted by #7978, too shaky yet.)
20045              
20046              Subject: Re: utf8 in hash keys, implementor missing
20047              From: Simon Cozens <simon@cozens.net>
20048              Date: Sat, 2 Dec 2000 19:49:35 +0000
20049              Message-ID: <20001202194935.A25673@pembro33.pmb.ox.ac.uk>
20050              
20051              The first step at UTF-8 hash keys.
20052      Branch: perl
20053            ! doop.c hv.c pp.c sv.h
20054 ____________________________________________________________________________
20055 [  7976] By: jhi                                   on 2000/12/04  16:13:53
20056         Log: Subject: [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
20057              From: sthoenna@efn.org
20058              Date: Sun, 3 Dec 2000 19:06:53 -0800 (PST)
20059              Message-Id: <200012040306.eB436rE18922@garcia.efn.org>
20060      Branch: perl
20061            ! os2/os2.c perlio.c
20062 ____________________________________________________________________________
20063 [  7975] By: jhi                                   on 2000/12/04  16:05:25
20064         Log: Subject: Re: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 (UNINSTALLED)
20065              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
20066              Date: Thu, 30 Nov 2000 20:50:37 -0800
20067              Message-ID: <d4yJ6gzkgGsJ092yn@efn.org>
20068      Branch: perl
20069            ! os2/os2.c
20070 ____________________________________________________________________________
20071 [  7974] By: jhi                                   on 2000/12/04  16:03:57
20072         Log: Subject: [PATCH] ++ 20% faster
20073              From: Nicholas Clark <nick@ccl4.org>
20074              Date: Mon, 4 Dec 2000 12:17:27 +0000
20075              Message-ID: <20001204121726.B52976@plum.flirble.org>
20076              
20077              Make '$i = ""; $i++' to produce true IVs without a hint of NVs.
20078      Branch: perl
20079            ! sv.c
20080 ____________________________________________________________________________
20081 [  7973] By: jhi                                   on 2000/12/04  16:00:48
20082         Log: 
20083              Subject: Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED)
20084              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
20085              Date: Mon, 04 Dec 2000 12:30:45 +0100
20086              Message-Id: <20001204122118.E85D.H.M.BRAND@hccnet.nl>
20087              
20088              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
20089              library (getprotobyname and getprotobynumber are outversioned by
20090              the same calls in libc, at least for xlc version 3.
20091      Branch: perl
20092            ! hints/aix.sh
20093 ____________________________________________________________________________
20094 [  7972] By: jhi                                   on 2000/12/04  02:58:31
20095         Log: Integrate perlio.
20096      Branch: perl
20097           !> doio.c iperlsys.h perl.c perl.h perlio.c perlio.h toke.c
20098           !> win32/makefile.mk win32/perlhost.h win32/perllib.c
20099           !> win32/win32.h win32/win32iop.h win32/win32thread.h
20100 ____________________________________________________________________________
20101 [  7971] By: nick                                  on 2000/12/04  00:24:33
20102         Log: Quieten some noise in Win32 builds:
20103              - win32.h is included after <sys/socket.h>, so need to 
20104              set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
20105              - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
20106      Branch: perlio
20107            ! doio.c perl.h toke.c win32/win32.h
20108 ____________________________________________________________________________
20109 [  7970] By: nick                                  on 2000/12/03  22:57:46
20110         Log: PERL_IMPLICIT_SYS compiles but does not work.
20111      Branch: perlio
20112            ! iperlsys.h perl.c perlio.c perlio.h win32/makefile.mk
20113            ! win32/perlhost.h win32/perllib.c win32/win32.h
20114            ! win32/win32iop.h win32/win32thread.h
20115 ____________________________________________________________________________
20116 [  7969] By: jhi                                   on 2000/12/03  22:12:58
20117         Log: On DEBUGGING make ANYOFUTF8 nodes store away also the SV
20118              used to swash_init(), makes regprop() dumps more informative
20119              (+utf8::IsAlpha, -utf8::IsDigit, for example).
20120      Branch: perl
20121            ! regcomp.c regexec.c
20122 ____________________________________________________________________________
20123 [  7968] By: jhi                                   on 2000/12/03  21:39:56
20124         Log: Implement ANYOFUTF8 regprop() dumping.
20125      Branch: perl
20126            ! regcomp.c
20127 ____________________________________________________________________________
20128 [  7967] By: jhi                                   on 2000/12/03  20:57:19
20129         Log: Make uv_to_utf8() to zero-terminate its output buffer,
20130              always use (at least) UTF8_MAXLEN + 1 U8s deep buffer.
20131      Branch: perl
20132            ! op.c pp.c regcomp.c regexec.c sv.c toke.c utf8.c
20133 ____________________________________________________________________________
20134 [  7966] By: nick                                  on 2000/12/03  18:41:21
20135         Log: Integrate mainline (STDCHAR)
20136      Branch: perlio
20137           !> Configure t/pragma/utf8.t
20138 ____________________________________________________________________________
20139 [  7965] By: jhi                                   on 2000/12/03  17:58:20
20140         Log: Raw zero bytes in text files confuse at least GNU patch 2.1.
20141      Branch: perl
20142            ! t/pragma/utf8.t
20143 ____________________________________________________________________________
20144 [  7964] By: jhi                                   on 2000/12/03  17:35:56
20145         Log: Integrate perlio.
20146      Branch: perl
20147           !> iperlsys.h perlio.c
20148 ____________________________________________________________________________
20149 [  7963] By: jhi                                   on 2000/12/03  17:33:55
20150         Log: Metaconfig unit change for #7962.
20151      Branch: metaconfig
20152            ! U/modified/stdchar.U
20153 ____________________________________________________________________________
20154 [  7962] By: jhi                                   on 2000/12/03  17:33:27
20155         Log: Untangle the <stdio.h> #include nest for the stdchar test,
20156              from Andy Dougherty.
20157      Branch: perl
20158            ! Configure
20159 ____________________________________________________________________________
20160 [  7961] By: nick                                  on 2000/12/03  16:53:00
20161         Log: Make iperlsys.h vector stdio not PerlIO.
20162      Branch: perlio
20163            ! iperlsys.h perlio.c
20164 ____________________________________________________________________________
20165 [  7960] By: nick                                  on 2000/12/03  14:43:01
20166         Log: Integrate mainline
20167      Branch: perlio
20168           !> Changes Configure config_h.SH lib/ExtUtils/MM_Unix.pm op.c
20169           !> patchlevel.h pod/perldiag.pod t/lib/net-hostent.t toke.c
20170 ____________________________________________________________________________
20171 [  7959] By: jhi                                   on 2000/12/03  08:16:36
20172         Log: Use DO_UTF8().
20173      Branch: perl
20174            ! op.c
20175 ____________________________________________________________________________
20176 [  7958] By: jhi                                   on 2000/12/02  18:33:05
20177         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
20178              From: Mike Guy <mjtg@cam.ac.uk>         
20179              Date: Sat, 02 Dec 2000 17:27:13 +0000
20180              Message-Id: <E142GRN-0003go-00@libra.cus.cam.ac.uk>
20181              
20182              An extraneous argument.
20183      Branch: perl
20184            ! toke.c
20185 ____________________________________________________________________________
20186 [  7957] By: jhi                                   on 2000/12/02  18:22:32
20187         Log: A missing hunk.
20188      Branch: perl
20189            ! t/lib/net-hostent.t
20190 ____________________________________________________________________________
20191 [  7956] By: jhi                                   on 2000/12/02  18:06:20
20192         Log: Subject: [PATCH] Re: [ID 20001202.001] (Net::hostent)
20193              From: Nicholas Clark <nick@ccl4.org>
20194              Date: Sat, 2 Dec 2000 14:28:27 +0000
20195              Message-ID: <20001202142827.A12308@plum.flirble.org>
20196              
20197              Test robustness.
20198      Branch: perl
20199            ! t/lib/net-hostent.t
20200 ____________________________________________________________________________
20201 [  7955] By: jhi                                   on 2000/12/02  17:58:06
20202         Log: Metaconfig unit change for #7954.
20203      Branch: metaconfig
20204            ! U/modified/stdchar.U
20205 ____________________________________________________________________________
20206 [  7954] By: jhi                                   on 2000/12/02  17:54:32
20207         Log: An inconvenient hang would happen if the stdio _ptr wasn't
20208              found in <stdio.h> and <stdio_impl.h> didn't exist.  (grep
20209              would be grepping stdin for all eternity for the _ptr.)
20210      Branch: perl
20211            ! Configure
20212 ____________________________________________________________________________
20213 [  7953] By: jhi                                   on 2000/12/02  00:07:15
20214         Log: Update Changes.
20215      Branch: perl
20216            ! Changes patchlevel.h
20217 ____________________________________________________________________________
20218 [  7952] By: jhi                                   on 2000/12/01  23:54:47
20219         Log: Subject: Re: long shell lines
20220              From: Andy Dougherty <doughera@lafayette.edu>
20221              Date: Thu, 30 Nov 2000 12:45:37 -0500 (EST)
20222              Message-ID: <Pine.SOL.4.10.10011301044590.26388-100000@maxwell.phys.lafayette.edu>
20223              
20224              Split overly long shell command lines.
20225      Branch: perl
20226            ! lib/ExtUtils/MM_Unix.pm
20227 ____________________________________________________________________________
20228 [  7951] By: jhi                                   on 2000/12/01  23:48:02
20229         Log: The metaconfig unit change for #7950.
20230      Branch: metaconfig
20231            + U/modified/stdchar.U
20232 ____________________________________________________________________________
20233 [  7950] By: jhi                                   on 2000/12/01  23:47:39
20234         Log: Try to find stdchar also from <stdio_impl.h>.
20235      Branch: perl
20236            ! Configure config_h.SH
20237 ____________________________________________________________________________
20238 [  7949] By: jhi                                   on 2000/12/01  23:46:45
20239         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
20240              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
20241              Date: Fri, 1 Dec 2000 16:26:08 -0500
20242              Message-ID: <20001201162608.B1436@linguist.dartmouth.edu>
20243              
20244              Reword the diagnostic message.
20245      Branch: perl
20246            ! pod/perldiag.pod
20247 ____________________________________________________________________________
20248 [  7948] By: nick                                  on 2000/12/01  22:49:43
20249         Log: Integrate mainline (for s/y/m as sub names stuff).
20250      Branch: perlio
20251           !> lib/CPAN.pm lib/CPAN/FirstTime.pm pod/perldiag.pod t/op/misc.t
20252           !> t/pragma/warn/toke toke.c
20253 ____________________________________________________________________________
20254 [  7947] By: jhi                                   on 2000/12/01  20:55:41
20255         Log: Integrate perlio.
20256      Branch: perl
20257           !> perlio.c perliol.h t/io/pipe.t
20258 ____________________________________________________________________________
20259 [  7946] By: jhi                                   on 2000/12/01  20:36:51
20260         Log: Upgrade to CPAN 1.59_51, from Andreas König.
20261      Branch: perl
20262            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
20263 ____________________________________________________________________________
20264 [  7945] By: nick                                  on 2000/12/01  20:31:32
20265         Log: Integrate mainline
20266      Branch: perlio
20267           +> ext/Encode/Encode/EncodeFormat.pod lib/unicode/Is/Blank.pl
20268           +> lib/unicode/Is/SpacePerl.pl t/lib/class-struct.t
20269           +> t/lib/net-hostent.t
20270           !> (integrate 35 files)
20271 ____________________________________________________________________________
20272 [  7944] By: jhi                                   on 2000/12/01  20:23:29
20273         Log: Some help for 20001130.011.  Now one gets warnings like
20274              "Ambiguous -f() resolved as a file test ..."
20275      Branch: perl
20276            ! pod/perldiag.pod t/pragma/warn/toke toke.c
20277 ____________________________________________________________________________
20278 [  7943] By: jhi                                   on 2000/12/01  19:44:44
20279         Log: Retract #7941.  Forbidding subs m/s/etc is too cruel because
20280              that also breaks using them as methods. 
20281      Branch: perl
20282            ! pod/perldiag.pod t/op/misc.t toke.c
20283 ____________________________________________________________________________
20284 [  7942] By: nick                                  on 2000/12/01  17:56:46
20285         Log: Fix 'mmap' lib/filehand.t (ungetc) test fail.
20286              Make 'unix' pass most tests
20287              - do unread by temporary push of layer ("pending") holding unread chars
20288              - fast_gets is now based on per-handle flag
20289              - relax one of io/pipe.t tests to allow print to fail and close to
20290              succeed so that it passes on unbuffered "unix" layer.
20291              Remaining fail is sporadic and a genuine race condition between
20292              parent/child in fork test.
20293      Branch: perlio
20294            ! perlio.c perliol.h t/io/pipe.t
20295 ____________________________________________________________________________
20296 [  7941] By: jhi                                   on 2000/12/01  15:28:58
20297         Log: (Retracted by #7943.)
20298              
20299              Reserve the short named string operator names.
20300      Branch: perl
20301            ! pod/perldiag.pod t/op/misc.t toke.c
20302 ____________________________________________________________________________
20303 [  7940] By: jhi                                   on 2000/12/01  06:45:53
20304         Log: Get the three different space character classes right under utf8.
20305      Branch: perl
20306            + lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
20307            ! MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
20308            ! regexec.c t/op/pat.t utf8.c
20309 ____________________________________________________________________________
20310 [  7939] By: jhi                                   on 2000/12/01  03:26:26
20311         Log: Two more tests that make no sense in UTF-8 since the test
20312              data is not in UTF-8.
20313      Branch: perl
20314            ! t/op/regexp.t
20315 ____________________________________________________________________________
20316 [  7938] By: jhi                                   on 2000/12/01  03:20:39
20317         Log: \x{} doesn't any more require 'use utf8' outside regexen so why
20318              should it be required inside regexen?
20319      Branch: perl
20320            ! regcomp.c t/op/regmesg.t
20321 ____________________________________________________________________________
20322 [  7937] By: jhi                                   on 2000/12/01  02:58:53
20323         Log: Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
20324              stored and restored, and thusly was trounced by the utf8 swash
20325              routines.
20326      Branch: perl
20327            ! regcomp.c
20328 ____________________________________________________________________________
20329 [  7936] By: jhi                                   on 2000/11/30  20:41:39
20330         Log: Fix for 20001128.006, be more careful in Perl_sv_utf8_downgrade().
20331              Why the different platforms behave so differently (core dump vs
20332              no core dump) on this bug is a but of a mystery, but if I had to
20333              guess I would mumble something like 'alignment'.
20334      Branch: perl
20335            ! sv.c
20336 ____________________________________________________________________________
20337 [  7935] By: jhi                                   on 2000/11/30  16:17:02
20338         Log: Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits
20339              From: Robin Barker <rmb1@cise.npl.co.uk>
20340              Message-Id: <200011301427.OAA00030@tempest.npl.co.uk>
20341              Date: Thu, 30 Nov 2000 14:27:12 GMT
20342      Branch: perl
20343            ! perlio.c toke.c
20344 ____________________________________________________________________________
20345 [  7934] By: jhi                                   on 2000/11/30  16:04:49
20346         Log: In OS/390 'localhost' can be 'localhost.FOO.BAR'.
20347      Branch: perl
20348            ! t/lib/net-hostent.t
20349 ____________________________________________________________________________
20350 [  7933] By: jhi                                   on 2000/11/30  06:07:26
20351         Log: Subject: [ID 20001129.007] Not OK: perl v5.7.0 +DEVEL7928 on VMS_AXP V7.1 (UNINSTALLED)
20352              From: Peter Prymmer <pvhp@forte.com>
20353              Date: Wed, 29 Nov 2000 15:16:45 -0800 (PST)
20354              Message-Id: <Pine.OSF.4.10.10011291515570.328738-100000@aspara.forte.com>
20355              
20356              In VMS the localhost may be LOCALHOST.
20357      Branch: perl
20358            ! t/lib/net-hostent.t
20359 ____________________________________________________________________________
20360 [  7932] By: jhi                                   on 2000/11/30  01:11:11
20361         Log: Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
20362              From: Peter Prymmer <pvhp@forte.com>
20363              Date: Wed, 29 Nov 2000 12:36:40 -0800 (PST)
20364              Message-ID: <Pine.OSF.4.10.10011291233120.328738-100000@aspara.forte.com>
20365              
20366              plus regen perlapi.pod.
20367      Branch: perl
20368            ! pod/perlapi.pod utf8.c
20369 ____________________________________________________________________________
20370 [  7931] By: jhi                                   on 2000/11/30  01:06:19
20371         Log: Subject:  [PATCH perl@7930] get t/lib/filter-util.t to work on VMS 
20372              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
20373              Date:     Wed, 29 Nov 2000 17:15:11 EST
20374              Message-Id: <001129171439.6099b@DUPHY4.Physics.Drexel.Edu>
20375      Branch: perl
20376            ! t/lib/filter-util.pl t/lib/filter-util.t
20377 ____________________________________________________________________________
20378 [  7930] By: jhi                                   on 2000/11/29  18:51:55
20379         Log: Update Changes.
20380      Branch: perl
20381            ! Changes patchlevel.h
20382 ____________________________________________________________________________
20383 [  7929] By: jhi                                   on 2000/11/29  18:50:55
20384         Log: Update the va_copy() metaconfig unit.
20385      Branch: metaconfig/U/perl
20386            ! need_va_copy.U
20387 ____________________________________________________________________________
20388 [  7928] By: jhi                                   on 2000/11/29  17:50:43
20389         Log: Subject: [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17  
20390              From: Dominic Dunlop <domo@computer.org>
20391              Date: Tue, 28 Nov 2000 16:41:57 +0100
20392              Message-Id: <p04320400b649771b9797@[192.168.1.4]>
20393              
20394              Patch to catch a core dump in the Configure va_copy test.
20395      Branch: perl
20396            ! Configure config_h.SH
20397 ____________________________________________________________________________
20398 [  7927] By: jhi                                   on 2000/11/29  17:31:59
20399         Log: Retract #7921, the patch shouldn't be needed.
20400      Branch: perl
20401            ! sv.c
20402 ____________________________________________________________________________
20403 [  7926] By: jhi                                   on 2000/11/29  17:01:41
20404         Log: Make the Class::Struct import() wiser.
20405      Branch: perl
20406            ! lib/Class/Struct.pm t/lib/class-struct.t
20407 ____________________________________________________________________________
20408 [  7925] By: jhi                                   on 2000/11/29  16:36:33
20409         Log: All the core library users of Class::Struct seem to be
20410              using "use Class::Struct 'struct';" instead of the bare
20411              "use Class::Struct;", which isn't documented in Class::Struct.
20412              This can't be right.
20413      Branch: perl
20414            ! lib/File/stat.pm
20415 ____________________________________________________________________________
20416 [  7924] By: jhi                                   on 2000/11/29  16:32:15
20417         Log: A test works better if it has the right 1..$n output.
20418      Branch: perl
20419            ! t/lib/class-struct.t
20420 ____________________________________________________________________________
20421 [  7923] By: jhi                                   on 2000/11/29  16:29:11
20422         Log: Forgot to MANIFEST the new Net::hostent test.
20423      Branch: perl
20424            ! MANIFEST
20425 ____________________________________________________________________________
20426 [  7922] By: jhi                                   on 2000/11/29  16:27:49
20427         Log: Integrate perlio.
20428      Branch: perl
20429           !> iperlsys.h perlio.c
20430 ____________________________________________________________________________
20431 [  7921] By: jhi                                   on 2000/11/29  16:27:10
20432         Log: (Retracted by #7927.)
20433              
20434              Subject: [PATCH] Is infinity a number?
20435              From: Simon Cozens <simon@cozens.net>
20436              Date: Wed, 29 Nov 2000 14:48:20 +0000
20437              Message-ID: <20001129144820.A31339@pembro33.pmb.ox.ac.uk>
20438      Branch: perl
20439            ! sv.c
20440 ____________________________________________________________________________
20441 [  7920] By: jhi                                   on 2000/11/29  16:23:02
20442         Log: Subject: net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it is buggy?)
20443              From: rspier@pobox.com (Robert Spier)
20444              Date: Wed, 29 Nov 2000 02:17:49 -0500
20445              Message-ID: <14884.44445.760322.278647@localhost.localdomain>
20446              
20447              Add a test for Net::hostent.
20448      Branch: perl
20449            + t/lib/net-hostent.t
20450 ____________________________________________________________________________
20451 [  7919] By: jhi                                   on 2000/11/29  16:21:31
20452         Log: Make "use Class::Struct 'struct';" work again (broken by #7617);
20453              add a test for Class::Struct.
20454      Branch: perl
20455            + t/lib/class-struct.t
20456            ! MANIFEST lib/Class/Struct.pm
20457 ____________________________________________________________________________
20458 [  7918] By: jhi                                   on 2000/11/29  15:48:40
20459         Log: Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
20460              From: rspier@pobox.com (Robert Spier)
20461              Date: Wed, 29 Nov 2000 02:25:39 -0500
20462              Message-ID: <14884.44915.86028.422238@localhost.localdomain>
20463              
20464              More checking in case someone has broken their services or
20465              protocol databases.
20466      Branch: perl
20467            ! ext/Sys/Syslog/Syslog.pm
20468 ____________________________________________________________________________
20469 [  7917] By: jhi                                   on 2000/11/29  15:46:25
20470         Log: Subject: [PATCH] $^O  win32 -> MSWin32
20471              From: rspier@pobox.com (Robert Spier)
20472              Date: Wed, 29 Nov 2000 02:17:38 -0500
20473              Message-ID: <14884.44434.340627.126145@localhost.localdomain>
20474              
20475              plus similar nits for vms, err, VMS, and UNICOS.
20476      Branch: perl
20477            ! t/lib/syslfs.t t/op/lfs.t
20478 ____________________________________________________________________________
20479 [  7916] By: jhi                                   on 2000/11/29  15:42:51
20480         Log: Subject: [PATCH] Tokeniser debugging
20481              From: Simon Cozens <simon@cozens.net>
20482              Date: Wed, 29 Nov 2000 14:15:45 +0000
20483              Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk>
20484      Branch: perl
20485            ! perl.c perl.h pod/perlrun.pod toke.c
20486 ____________________________________________________________________________
20487 [  7915] By: jhi                                   on 2000/11/29  15:41:36
20488         Log: Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
20489              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20490              Date: Wed, 29 Nov 2000 02:13:14 -0500
20491              Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu>
20492              
20493              OUT keyword nits.
20494              
20495              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
20496              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20497              Date: Wed, 29 Nov 2000 03:09:04 -0500
20498              Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu>
20499              
20500              OUT and IN_OUT documentation.
20501      Branch: perl
20502            ! lib/ExtUtils/xsubpp pod/perlxs.pod
20503 ____________________________________________________________________________
20504 [  7914] By: jhi                                   on 2000/11/29  03:35:01
20505         Log: Subject: Re: [ID 20001127.002] const subs hurt under debugger
20506              From: John Tobey <jtobey@john-edwin-tobey.org>
20507              Date: Tue, 28 Nov 2000 01:13:41 -0500 (EST)
20508              Message-Id: <m140e1N-000FOoC@feynman.localnet>
20509              
20510              plus a performance speedup noticed by Sarathy.
20511      Branch: perl
20512            ! op.c
20513 ____________________________________________________________________________
20514 [  7913] By: jhi                                   on 2000/11/29  03:16:59
20515         Log: Use "1 while unlink" so that VMS gets clean, too.
20516      Branch: perl
20517            ! t/lib/filter-util.t
20518 ____________________________________________________________________________
20519 [  7912] By: jhi                                   on 2000/11/29  03:09:08
20520         Log: Subject: [PATCH 5.7.0] OUT keyword for xsubpp
20521              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20522              Date: Tue, 28 Nov 2000 03:27:09 -0500
20523              Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu>
20524      Branch: perl
20525            ! lib/ExtUtils/xsubpp
20526 ____________________________________________________________________________
20527 [  7911] By: jhi                                   on 2000/11/29  03:06:30
20528         Log: This should have been part of #7872: no need to scan UTF-8
20529              until eternity.
20530      Branch: perl
20531            ! utf8.c
20532 ____________________________________________________________________________
20533 [  7910] By: jhi                                   on 2000/11/29  02:50:04
20534         Log: One more perltie.pod nit from Casey R. Tweten.
20535      Branch: perl
20536            ! pod/perltie.pod
20537 ____________________________________________________________________________
20538 [  7909] By: jhi                                   on 2000/11/29  02:44:23
20539         Log: Document the known sprintf test failures, exact standard
20540              reference from Dominic Dunlop, NonStop-UX testing from Tom Bates.
20541      Branch: perl
20542            ! pod/perldelta.pod t/op/sprintf.t
20543 ____________________________________________________________________________
20544 [  7908] By: jhi                                   on 2000/11/29  02:36:23
20545         Log: Add the Encoding table format documentation.
20546      Branch: perl
20547            + ext/Encode/Encode/EncodeFormat.pod
20548            ! MANIFEST
20549 ____________________________________________________________________________
20550 [  7907] By: jhi                                   on 2000/11/29  02:07:24
20551         Log: Subject: Re: [PATCH] Updating perltie.pod for arrays
20552              From: "Casey R. Tweten" <crt@kiski.net>
20553              Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST)
20554              Message-ID: <Pine.OSF.4.21.0011281209050.25178-100000@home.kiski.net>
20555              
20556              Subject: Re: [PATCH] Updating perltie.pod for arrays
20557              From: "Casey R. Tweten" <crt@kiski.net>
20558              Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST)
20559              Message-ID: <Pine.OSF.4.21.0011281458500.10331-100000@home.kiski.net>
20560      Branch: perl
20561            ! pod/perltie.pod
20562 ____________________________________________________________________________
20563 [  7906] By: nick                                  on 2000/11/28  22:40:59
20564         Log: Initial tidy of setmode() muddle (UNIX does not have, nor need it).
20565      Branch: perlio
20566            ! iperlsys.h perlio.c
20567 ____________________________________________________________________________
20568 [  7905] By: nick                                  on 2000/11/28  22:04:34
20569         Log: Integrate mainline
20570      Branch: perlio
20571           !> (integrate 39 files)
20572 ____________________________________________________________________________
20573 [  7904] By: jhi                                   on 2000/11/28  16:44:43
20574         Log: Subject: [ID 20001128.002] what's the point of example code if it is buggy?
20575              From: Nicholas Clark <nick@babyhippo.co.uk>
20576              Date: Tue, 28 Nov 2000 11:16:57 +0000
20577              Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk>
20578      Branch: perl
20579            ! pod/perlipc.pod
20580 ____________________________________________________________________________
20581 [  7903] By: jhi                                   on 2000/11/28  16:40:31
20582         Log: Subject: [PATCH] Updating perltie.pod for arrays
20583              From: "Casey R. Tweten" <crt@kiski.net>
20584              Date: Mon, 27 Nov 2000 17:47:20 -0500 (EST)
20585              Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net>
20586      Branch: perl
20587            ! pod/perltie.pod
20588 ____________________________________________________________________________
20589 [  7902] By: jhi                                   on 2000/11/28  16:39:37
20590         Log: Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
20591              From: Robin Barker <rmb1@cise.npl.co.uk>
20592              Date: Mon, 27 Nov 2000 17:56:44 GMT
20593              Message-Id: <200011271756.RAA22706@tempest.npl.co.uk>
20594      Branch: perl
20595            ! pod/perlfunc.pod t/op/split.t
20596 ____________________________________________________________________________
20597 [  7901] By: jhi                                   on 2000/11/28  16:28:04
20598         Log: setmode() is a DOSish-only thing.
20599      Branch: perl
20600            ! perlio.c
20601 ____________________________________________________________________________
20602 [  7900] By: jhi                                   on 2000/11/28  16:21:46
20603         Log: Subject: [PATCH] perlcc.PL cleanups
20604              From: Simon Cozens <simon@cozens.net>
20605              Date: Tue, 28 Nov 2000 12:44:35 +0000
20606              Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk>
20607      Branch: perl
20608            ! utils/perlcc.PL
20609 ____________________________________________________________________________
20610 [  7899] By: gsar                                  on 2000/11/28  06:32:55
20611         Log: reintegrate files missed by change#7895
20612      Branch: maint-5.6/perl
20613           +> ext/ByteLoader/bytecode.h utils/Makefile
20614            - utils/perlbc.PL
20615 ____________________________________________________________________________
20616 [  7897] By: gsar                                  on 2000/11/27  18:22:47
20617         Log: can't integrate these two files, for some reason
20618      Branch: maint-5.6/perl
20619            - ext/ByteLoader/bytecode.h utils/Makefile
20620 ____________________________________________________________________________
20621 [  7895] By: gsar                                  on 2000/11/27  18:11:21
20622         Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
20623              6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
20624              6757..6890,6892..6901 from mainline
20625              
20626              Bytecompiler patches from Benjamin Stuhl.
20627              
20628              More bytecompiler.
20629              
20630              Subject: [PATCH blead] B:: missing dependency
20631              
20632              Subject: [PATCH: 6757] configure.com updates and syslog build
20633              
20634              Long double Gconvert fixes from Yitzchak Scott-Thoennes
20635              and Spider Boardman.
20636              
20637              Subject: [PATCH blead] nextchar() abuse misses an optimisation
20638              
20639              Long double fixes from Spider Boardman.
20640              
20641              Make the selection of NVff et al stricter.
20642              
20643              cSVOPo_*v things index into the current PL_curpad
20644              under ithreads, which is different from the curpad
20645              used by the XSUB.  (In other words, the code as-is
20646              before this patch wouldn't work under ithreads.)
20647              
20648              Be portable.
20649              
20650              VMS MMS (make) wants null action.
20651              
20652              Mac and other portability updates from Chris Nandor.
20653              
20654              Storable support, v-version fixes.
20655              Subject: CPAN.pm beta for testing available
20656              
20657              Portability fix from Hugo van der Sanden.
20658              
20659              Bad makefile.
20660              
20661              Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
20662              
20663              Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
20664              
20665              Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
20666              
20667              Replace #6705 with a minimal doc patch.
20668              Subject: [PATCH 5.6.0] replace change #6705
20669              
20670              Drop the separate perlbc, perlcc -b should be enough.
20671              
20672              installperl couldn't tell whether it had run tests or not.
20673              Subject: [PATCH] Re: installperl and t/TEST
20674              
20675              Add silencer flags to installperl.
20676              Subject: [PATCH] Making installperl silent.
20677              
20678              Make "make install" by default silent.  A new "install-verbose"
20679              target is verbose.
20680              
20681              More liberal parsing of version numbers.
20682              Subject: Re: CPAN.pm beta for testing available
20683              
20684              Create directories in silence.
20685              Subject: [PATCH] Another silencer for MakeMaker
20686              
20687              DOS patches and portability/porting notes, from Tim Jenness.
20688              
20689              Make installman to recognize the silence flag -S.
20690              
20691              Actually do something with the silencer option.
20692              
20693              Continue silencing.
20694              
20695              Show the doc file, not the temp file.
20696              
20697              Regen perltoc.
20698              
20699              Subject: [PATCH] More silencing of installman.
20700              
20701              Better wording for the vec lvalue diagnostic.
20702              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
20703              
20704              Subject: [PATCH: 6805] several more tweaks to configure.com
20705              
20706              Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
20707              
20708              Missing parts of 
20709              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
20710              
20711              Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
20712              (applied slightly modified)
20713              
20714              installperl --verbose and --silent.
20715              Subject: Re: [PATCH] More silencing of installman.
20716              
20717              Add install-silent target.
20718              
20719              AIX 4.3.3 has SOCKS in libc with a differently named init routine,
20720              the problem reported in
20721              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
20722              
20723              Tweak the sfio/useperlio logic, hopefully as wished in
20724              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
20725              
20726              One forgotten file from #6816.
20727              
20728              Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
20729              
20730              Remove duplicately applied patch shards.
20731              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
20732              
20733              Support preserving extremely big/small angles.
20734              
20735              Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
20736              
20737              Subject: [PATCH] installation not quite silent yet.
20738              
20739              Update the test count.
20740              
20741              Use UVxf, PTR2UV, NVff.
20742              
20743              Document PTR2XX and INT2PTR.
20744              
20745              no-install target a la make -n.
20746              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
20747              
20748              grep -e isn't portable.
20749              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
20750              
20751              Can't get the test to reliably work thanks to the
20752              inaccurateness of floating point.  "Resolves" bug ids
20753              20000826.003, 20000826.009, 20000826.010,
20754              
20755              Subject: installman buglet
20756              
20757              DJGPP update from Laszlo Molnar.
20758              
20759              Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
20760              
20761              Passing -R in ldflags makes now it to appear in the default
20762              for lddlflags, just like with -L.
20763              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
20764              
20765              Test nit.
20766              
20767              Use the actual thread type, not the pointer-to-struct.
20768              
20769              Provice virtual $Config{ccflags_nolargefiles} etc. 
20770              
20771              display_format used as a class method without arguments was broken,
20772              reported in
20773              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
20774              
20775              Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
20776              
20777              Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
20778              
20779              Subject: [PATCH@6855] _Minor_ change to overload.pm pod
20780              
20781              opmini.o may be left around if a build is interrupted.
20782              
20783              Typo in #6858.
20784              
20785              Fix for ID 20000828.001, long doubles were not formatted
20786              correctly (showed up in $], which stopped installing perl).
20787              
20788              An attempt to fix the problem reported in
20789              Subject: Building perl@6856 using gcc/AIX 4.3.3 
20790              I can't test this properly since the gcc installation I have
20791              access to seems to be botched (gcc is calling the AIX cpp,
20792              a losing proposition...)
20793              
20794              Add -ld to archname on long tr...double platforms.
20795              
20796              Subject: hv.h Doc Patch
20797              
20798              Potential cruft.
20799              
20800              Subject: [PATCH bleedperl@6856] warnings fixes
20801              
20802              -S is the silent flag, -s is the strip flag.
20803              Subject: [PATCH] Re: [PATCH] make no-install          
20804              
20805              Take out the SUIDMAIL thing, that will not be
20806              a problem in 5.7.*.
20807              
20808              Subject: [PATCH bleedperl@6866] spellings
20809              
20810              Subject: [PATCH] Re: files not cleaned even by veryclean
20811              
20812              Use minimal @INC in tests, most of the time just '../lib',
20813              so that we simply can't pick up stuff from other Perls than
20814              the one we are testing.  Pointed out by
20815              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
20816              
20817              Update to Getopt::Long 2.24, from Johan Vromans.
20818              
20819              Fix for thinko in #6848.
20820              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
20821              
20822              Patches all over for people and the files they (hopefully) care about.
20823              
20824              Subject: Net::protoent does not export 'getproto'
20825              
20826              Missed a change in #6869.
20827              
20828              Subject: [PATCH] Warnings in B::Deparse
20829              
20830              Subject: [PATCH] Glob dumping
20831              
20832              Disable one of the tests for now.
20833              
20834              Disabling the one test is a bit tricky.
20835              
20836              Don't forget to tidy up.
20837              
20838              The #6881 removed one dump line.
20839              
20840              Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
20841              
20842              Under usethreads the dumped variable is IN_PAD.
20843              Subject: Re: [PATCH] Glob dumping
20844              
20845              Subject: [ID 20000829.026] [PATCH 6868] File::Temp
20846              
20847              Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
20848              
20849              Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
20850              
20851              Regen Configure for #6894.
20852              
20853              Subject: [PATCH: 6889] updates to perlebcdic.pod
20854              
20855              Undo namespace pollution of #6878.
20856              Subject: Re: Net::protoent does not export 'getproto'
20857              
20858              Admit that we are leaking scalars.
20859              
20860              Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
20861      Branch: maint-5.6/perl
20862           !> (integrate 271 files)
20863 ____________________________________________________________________________
20864 [  7894] By: gsar                                  on 2000/11/27  16:00:34
20865         Log: a couple of nits
20866      Branch: maint-5.6/perl
20867            ! MANIFEST pp_sys.c
20868 ____________________________________________________________________________
20869 [  7893] By: gsar                                  on 2000/11/27  15:10:56
20870         Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
20871              6740..6745,6747..6757,6760
20872              
20873              Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
20874              
20875              Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
20876              
20877              Doc nits spotted by Richard Soderberg.
20878              
20879              move WNOHANG definition to where other such things are
20880              
20881              Make $Config{byteorder} more magical so that it is
20882              dynamically computed: nice for 'fat binaries'.
20883              Subject: [PATCH]: default byteorder
20884              
20885              Subject: [PATCH] Cwd.pm now uses strict
20886              
20887              Subject: Re: [PATCH]Re: Questions about Math::BigFloat
20888              
20889              Get -DLEAKTEST to compile (not necessarily to work, mind)
20890              Subject: [ID 20000724.006] -DLEAKTEST problem
20891              
20892              perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
20893              
20894              Add perlebcdic from Peter Prymmer, regen toc.
20895              
20896              Don't propose using modules built for 5.005 if no binary
20897              compatibility with 5.005 is attempted.
20898              
20899              Do not use prototyping here.
20900              Subject: [ID 20000817.016] [PATCH] Peek.xs
20901              
20902              Document what the backtick returns if the command fails.
20903              
20904              Add byteorder to the myconfig output.
20905              
20906              Introduce NVef, NVff, and NVgf, use the middle one.
20907              (helps for lib/peek + Linux + long doubles)  Reported in
20908              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
20909              Use NVs in POSIX math, not doubles.
20910              Subject: [ID 20000817.014] POSIX & modfl
20911              
20912              Subject: [PATCH 5.6.0+] newSVrv() memory leak
20913              
20914              The byteorder code in #6671 was wrong.
20915              
20916              Fix the lib/complex failure of
20917              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
20918              Linux long double accuracy issue: something that
20919              when printed with %g looks like "2" but int() of it is 1.
20920              
20921              Propagate new Configure vars.
20922              
20923              Unbuffer the output.
20924              
20925              Subject: [PATCH] perltrap.pod spring cleaning
20926              
20927              Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
20928              Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
20929              
20930              Tiny Getopt::Long patch from Johan Vromans.
20931              
20932              Document code point which makes if (defined %stash::) to work
20933              (noted by Spider Boardman).
20934              
20935              Subject: [PATCH perl@6698] cygwin port
20936              
20937              Document the NDBM_File and ODBM_File as SDBM_File
20938              was documented in #6417.
20939              
20940              The new tests were missing from #6415.
20941              
20942              Add [[:blank:]] as suggested in
20943              Subject: [ID 20000716.024] [=cc=] / [:blank:]
20944              (the [=cc=] has already been taken care of by #6439
20945              so the whole bug report can be closed)
20946              and make [[:space:]] to be equivalent to isspace(3)
20947              (as opposed to \s, which is isSPACE()).  The difference
20948              is that now [[:space:]] matches the mythical vertical tab,
20949              while \s doesn't.
20950              
20951              Don't eat leading os from index entries.
20952              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
20953              
20954              Subject: [PATCH 5.6.0+] fix for Win32::DomainName
20955              
20956              Typo in pp_complement().
20957              Subject: [PATCH perl-current] Deparse
20958              
20959              Add warnif(), check warnings further up the stack,
20960              all the warnings functions now can take an optional object reference.
20961              Subject: [PATCH bleedperl@6691] warnings pragma update
20962              
20963              Fix a core dump in lib/selfloader under -DDEBUGGING.
20964              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
20965              
20966              Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
20967              
20968              Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
20969              
20970              Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
20971              Put back the long double avoidance code to POSIX.xs
20972              because VMS seems to need it still.
20973              
20974              Introduce a 'veryclean' target that is like 'distclean'
20975              but also removes *~ and *.orig.
20976              
20977              Subject: [ID 20000817.023] endianness description in perlfunc.pod
20978              
20979              Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
20980              
20981              Let's try #6717 again.
20982              
20983              UTF8 concat fixes.
20984              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
20985              
20986              pp_open() could pass an uninitialized filename down to do_open9().
20987              
20988              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
20989              
20990              Update to CGI 2.72, from Lincoln Stein.
20991              
20992              Subject: [PATCH] Silence MakeMaker (Was: installman)
20993              
20994              Use temporary directory instead of current directory.
20995              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
20996              
20997              Document odd vs even subreleases and -Dusedevel.
20998              
20999              The veryclean target needs to clobber.
21000              
21001              Use File::Spec->tmpdir().
21002              
21003              Document the number of exponent digits.
21004              
21005              Mention perlebcdic and perlposix-bc.
21006              
21007              s/this one/the 5.6.0 release/
21008              
21009              The #6724 is here.
21010              
21011              The correct cleaning order is an art.
21012              
21013              small tweaks for change#6705: avoid C++ style comments in C code;
21014              use Perl's malloc API rather than the low level system one
21015              
21016              Array context keeps slithering in.
21017              
21018              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
21019              
21020              Subject: [PATCH] os2.c fix for use64bitint
21021              
21022              Update to Pod::LaTeX 0.53.
21023              Subject: [PATCH] lib/Pod/LaTeX.pm updates
21024              
21025              Document the endianness of Alpha more precisely.
21026              
21027              Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
21028              
21029              Rename the macro argument because some preprocessors
21030              can't tell the difference and expand arguments also inside
21031              double quoted strings.
21032              
21033              free TLS slot properly on Windows
21034              
21035              use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
21036              
21037              Unicos/mk requires elaborate paranoia.
21038              
21039              Tweak the floating point output routine preferences.
21040              
21041              Also under djgpp the timestamps are funky.
21042              
21043              Apply some PodParser 1.18 patches; the Pod/Find.pm
21044              patches cannot be applied since #6712 conflicts.
21045              
21046              Use PodParser 1.18 new test.
21047              
21048              A pod nit.
21049              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
21050              
21051              Be verydeepclean.
21052      Branch: maint-5.6/perl
21053           +> pod/perlebcdic.pod
21054           !> (integrate 106 files)
21055 ____________________________________________________________________________
21056 [  7892] By: jhi                                   on 2000/11/27  15:02:32
21057         Log: Update Changes.
21058      Branch: perl
21059            ! Changes patchlevel.h
21060 ____________________________________________________________________________
21061 [  7891] By: jhi                                   on 2000/11/27  14:57:23
21062         Log: Subject: Re: perlfaq style changes
21063              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
21064              Date: Sat, 25 Nov 2000 23:32:26 -0800
21065              Message-ID: <KyLI6gzkgiRK092yn@efn.org>
21066              
21067              plus a note from Ronald Kimball.
21068      Branch: perl
21069            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq6.pod
21070 ____________________________________________________________________________
21071 [  7890] By: jhi                                   on 2000/11/27  14:53:14
21072         Log: Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
21073              From: Benjamin Holzman <bah@ecnvantage.com>
21074              Date: Sun, 26 Nov 2000 16:27:33 -0500
21075              Message-ID: <20001126162733.J25040@ecnvantage.com>
21076      Branch: perl
21077            ! gv.c
21078 ____________________________________________________________________________
21079 [  7889] By: jhi                                   on 2000/11/27  14:43:11
21080         Log: Subject: [ID 20001127.004] White space problem in perlamiga.pod
21081              From: lvirden@cas.org
21082              Date: Mon, 27 Nov 2000 09:32:06 -0500 (EST)
21083              Message-Id: <200011271432.JAA09550@lwv26awu.cas.org>     
21084      Branch: perl
21085            ! README.amiga
21086 ____________________________________________________________________________
21087 [  7888] By: jhi                                   on 2000/11/27  14:32:34
21088         Log: Restore also the locale test to no-sprintf-taint state.
21089              Fixes the bug 20001127.003.
21090      Branch: perl
21091            ! sv.c t/pragma/locale.t
21092 ____________________________________________________________________________
21093 [  7887] By: gsar                                  on 2000/11/27  14:13:05
21094         Log: integrate changes#6613..6616,6620..6665 from mainline
21095              
21096              VMS configure.com update continues.
21097              
21098              Subject: Test fails / warnings with perl-current #6612
21099              
21100              Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
21101              
21102              Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
21103              
21104              For now remove the mail code.
21105              
21106              Subject: Re: [PATCH] @+, @- readonly
21107              
21108              Subject: warning: storage class after type is obsolescent
21109              
21110              Subject: sfio2000
21111              
21112              Subject: Re: File::Temp problems on VMS in bleedperl
21113              
21114              README.os2 update.
21115              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
21116              
21117              Make the user to give up his firstborn, err, to knowingly
21118              verify installing an unstable developer release.  Also bump
21119              the release to 5.7.0, but leave a patch tag in the local
21120              patches saying that this is not yet the real thing.
21121              
21122              Update (kinda) to Test 1.14, from Joshua Pritikin.
21123              
21124              make ok etc also for win32.
21125              
21126              Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
21127              
21128              Don't blow limited stacks, a lower number is enough to
21129              tickle the lookbehind limit.
21130              
21131              Use -Dusedevel; regen Configure and the respective Porting stuff.
21132              
21133              Subject: [PATCH] debugger exit code should reflect user exit code
21134              
21135              Subject: [PATCH perl@6620] cygwin port
21136              
21137              Missed a file from #6638.
21138              
21139              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)
21140              
21141              magic callbacks all need to have same type signature
21142              
21143              Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
21144              
21145              Fix a dependency problem.
21146              Subject: [PATCH: 6640] VMS Makefile.SH update
21147              
21148              The numeric locale was reset to "C" by s?printf and never restored.
21149              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
21150              No test since adding the failing example to locale.t
21151              does not fail -- probably because the locale settings are so
21152              thoroughly tweaked by that time.  Running the example standalone
21153              does fail, though.  UPDATE: test case added at change #7540.
21154              
21155              Subject: [ID 20000324.040] minor fix to perlhpux.pod
21156              
21157              Update to CPAN 1.57.
21158              
21159              Subject: [PATCH] Cwd::_backtick_pwd does not check return value
21160              
21161              Change the perlbug address to perl.org since it's more forgiving.
21162              
21163              Change the regx compilation error markers to use = instead of <
21164              since pod makes using the latter quite messy.  Reported in
21165              ID 20000814.006 by Abigail and in
21166              Subject: Unknown escape E<> ?
21167              
21168              Update to perldebtut 1.9, from Richard Foley.
21169              
21170              check that the number pseudo children doesn't exceed
21171              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
21172              the WaitForMultipleObjects() limit that would cause wait()
21173              to crash)
21174              wait() and waitpid() could potentially be rewritten to use
21175              more than one thread to do the waiting to eliminate this
21176              limitation
21177              
21178              change#6328 could make close(SOCKET) return false on windows
21179              when it shouldn't
21180              
21181              pod nit seen in passing
21182              
21183              on windows, the return values from wait() and waitpid() don't
21184              match those of pseudo-pids
21185              
21186              waitpid() now handles externally spawned pids correctly;
21187              fixes for backtick/wait/waitpid failures on Windows 9x
21188              these changes make the pid returned by process functions on
21189              Windows 9x always positive by clearing the high bit (which
21190              is always set on Win9x); pseudo-process PIDs are likewise
21191              always negative now on Win9x (just as on NT/2000)
21192              
21193              trailing new %ENV entries weren't being pushed into the real
21194              environment of subprocesses on Windows
21195              
21196              Tweak the regex compilation errors once more.
21197              
21198              avoid warnings from dense compiler
21199              
21200              add "ok" targets from change#6632 in makefile.mk
21201      Branch: maint-5.6/perl
21202            - lib/Pod/PlainText.pm vms/configure.com
21203           !> (integrate 66 files)
21204 ____________________________________________________________________________
21205 [  7886] By: jhi                                   on 2000/11/27  13:54:18
21206         Log: __FUNCTION__ isn't portable and trying to emulate it leads
21207              into practically spelling out the name of the function.
21208              Takes care of the bug 20001127.001.
21209      Branch: perl
21210            ! perlio.c
21211 ____________________________________________________________________________
21212 [  7885] By: gsar                                  on 2000/11/27  13:53:18
21213         Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
21214              6610..6611 from mainline
21215              
21216              Make regular expression parse error messages easier to understand.
21217              Subject: Re: enhanced(?) regex error messages
21218              
21219              Tiny tidying on report_evil_fh().
21220              
21221              Subject: Re: enhanced(?) regex error messages 
21222              plus Capitalize the error messages, plus perldiag them.
21223              
21224              Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
21225              
21226              Document here-doc better.
21227              
21228              Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
21229              
21230              Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
21231              Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
21232              (either perlbug or p5p ate the original), plus regen
21233              perlapi and perltoc. 
21234              
21235              Regen global.sym.
21236              
21237              Double check that we have a dirhandle.
21238              
21239              Subject: Re: enhanced(?) regex error messages
21240              (plus two small patches sent privately)
21241              (this still seems to leave few test failures)
21242              
21243              warn is a macro, avoid using at a variable to avoid warnings
21244              in some configurations; readdir.t is too conservative in
21245              estimating number of *.t's
21246              
21247              Get back into sync with Jeffrey on the enhanced regex warnings.
21248              
21249              Subject: [PATCH 5.6.0] cygwin port
21250              
21251              Zero entries were skipped, fix from Adrian Goalby
21252              <argoalby@yahoo.co.uk>
21253              
21254              Subject: Remove dead entry in perldiag
21255              
21256              Amend the description of Perl6.
21257              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
21258              
21259              detypo
21260              
21261              It's the 2ndO'ROSSC.
21262              
21263              Revert the sv.c part of #6559, a better fix is needed.
21264              
21265              Iterating perl6 description.
21266              
21267              Update to Term::ANSIColor 1.03, from Russ Allbery.
21268              
21269              Update to Getopt::Long 2.23_05, from Johan Vromans.
21270              
21271              Small AUTHORS and MAINTAIN updates.  Could do with big updates.
21272              
21273              Update to Pod::Parser 1.17, from Brad Appleton.
21274              
21275              Update to CPAN 1.56, from Andreas König.
21276              
21277              Update to CGI 2.70, from Lincoln Stein.
21278              
21279              Put back the std @INC thing.
21280              
21281              Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
21282              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
21283              
21284              Document the IO::Select timeout.
21285              
21286              sleep(1) does not necessarily return 1.
21287              Subject: [PATCH bleadperl] op/lex_assign.t  
21288              
21289              Subject: debugger "d" command doesnt check line number
21290              
21291              B::Deparse didn't do sub attributes.
21292              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
21293              
21294              Preprocessing and postprocessing for File::Find.
21295              Subject: Patch to Find::File.pm to allow alphabetical results
21296              
21297              Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
21298              
21299              Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
21300              
21301              Subject: Re: [ID 20000730.003] utf8::length() bad
21302              
21303              Subject: Getting perlio and threads to compile
21304              (the Solaris version changes in Configure skipped)
21305              
21306              Tests for #6589.
21307              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
21308              
21309              Add Perl debugging tutorial, regen toc. 
21310              Subject: perldebtut.pod
21311              
21312              Add a few missing files, update MANIFEST.
21313              
21314              Rewrite of vms/subconfigure.com as configure.com,
21315              from Peter Prymmer and the vmsperl crew.
21316              
21317              Should have deleted this in #6603.
21318              
21319              Fix the test for 5005threads.
21320              
21321              Fix-n-skip the tests under 5005threads.
21322              
21323              Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
21324              
21325              Upgrade to CGI 2.71, from Lincoln Stein.
21326      Branch: maint-5.6/perl
21327           +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
21328           +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
21329           +> t/op/regmesg.t t/pod/find.t vms/configure.com
21330            - vms/subconfigure.com
21331            ! lib/lib.pm
21332           !> (integrate 115 files)
21333 ____________________________________________________________________________
21334 [  7884] By: jhi                                   on 2000/11/27  13:44:33
21335         Log: Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
21336              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
21337              Date:     Mon, 27 Nov 2000 08:23:54 EST
21338              Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu>
21339      Branch: perl
21340            ! vms/descrip_mms.template vms/test.com
21341 ____________________________________________________________________________
21342 [  7883] By: gsar                                  on 2000/11/27  11:50:46
21343         Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
21344              6511..6513,6515..6523,6525..6536
21345              
21346              The swallow_bom() saga continues.  The #23 of require.t
21347              (UTF16-LE) still fails (silently, no output) but the #22
21348              (UTF16-BE) seems to be working now.  The root of the
21349              failure may be in sv_gets(): is it UTF-16LE-aware,
21350              especially when it comes to line endings? 
21351              
21352              Document the problem with -P in HP-UX and its workaround.
21353              
21354              Subject: [PATCH] allow non-variable as lhs of non-updating tr///
21355              (aka ID 20000730.002)
21356              
21357              Subject: fix and question re: waitpid() under win32
21358              
21359              Make the safety catch for buggy gccs work with triple version
21360              numbers like 2.95.2.  Reported in
21361              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
21362              
21363              In Digital UNIX warn if gcc explicitly chosen because even
21364              2.95.2 is known to cause problems.
21365              
21366              Make chr() for values >127 to create utf8 when under utf8.
21367              
21368              various syntax errors and such (not fixed: comp/require.t#22 coredump
21369              on Windows)
21370              
21371              Stash away the largefiles flags and libswanted.
21372              
21373              BOM patching from Simon Cozens.
21374              
21375              If gccosandvers is equal to osname, clear gccosandvers.
21376              
21377              Make p4desc to skip non-mainperl branches by default.
21378              
21379              Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
21380              
21381              The test from this
21382              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
21383              
21384              In new BSDs changes to argv[] do not show up in ps(1) output,
21385              instead one must use setproctitle().  This was already addressed
21386              by change #6457, but the below has a new variant for FreeBSD 4.0
21387              or later, and the matter is also documented more.
21388              
21389              FreeBSD 3.* updates from
21390              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
21391              
21392              regen_headers, regen perltoc.
21393              
21394              Document in one place the memory abstractions used in Perl core.
21395              
21396              memcpy has n o in it, as pinted ut by Sarathy.
21397              
21398              Remove the extraneous "main::" prefix from all the
21399              "opened only for", "on closed", and "never opened" warnings.
21400              
21401              The name of a filehandle does not have <these>.
21402              
21403              The tr utf8 patching continues.
21404              
21405              The new setproctitle() feature is available only in 
21406              bleeding edge FreeBSD.  From Paul Saab.
21407              
21408              Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
21409              
21410              Dump UVs as UVs in Data::Dumper.
21411              
21412              detypo #6494
21413              
21414              Document the IVdf UVuf UVof UVxf.
21415              
21416              require.t needs binmode() to work on windows
21417              
21418              Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
21419              that are hopefully soon put into use.
21420              
21421              Allow "no Module;" even if there is no 'unimport'.
21422              
21423              Better skip message for the test; one of the two problems in
21424              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
21425              
21426              The subtest 4 may fail also on VOBS, as pointed out
21427              by Nick Ing-Simmons in November 1999, bug id 19991124.003
21428              (but the failure in that bug report isn't the subtest 4).
21429              
21430              Be more informative on what is skipped and why,
21431              also repeat the list at the end.
21432              
21433              Add a URL for FSF.
21434              
21435              Subject: [PATCH] sv.h documentation - SvLEN
21436              
21437              Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
21438              
21439              Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
21440              
21441              Subject: [PATCH] bad cppsymbols on os2 + Configure question
21442              
21443              Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
21444              
21445              Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
21446              mention the idea of @( and @)
21447              
21448              This is 6512.  Really.
21449              
21450              Subject: [ID 19990721.004] Documentation bug in perlfunc
21451              
21452              Subject: Minor tweak to perlvar.pod
21453              
21454              In the warnings call filehandles consistently so;
21455              add "unopened" warning for stat().
21456              
21457              After the #6519 a warning about stat() is just that,
21458              not about a filetest, which now have their own warning.
21459              
21460              Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
21461              
21462              Subject: Re: Array vs. List context
21463              
21464              Subject: New perlcc, take 2
21465              
21466              Weed buglets pointed out by
21467              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
21468              
21469              gcc versions might have (parentheses) in them.
21470              
21471              Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
21472              
21473              Essential prototype changes were missing from #6527.
21474              Also make report_evil_fh() more bomb-proof.
21475              
21476              Zap lib/Sys directory when cleaning up.
21477              
21478              Change the Policy policy: now -Dprefix= with an existing
21479              Policy.sh and prefix == siteprefix == vendorprefix, then all
21480              of them follow along the new prefix.
21481              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
21482              
21483              Continue fixing the io warnings.  This also
21484              sort of fixes bug ID 20000802.003: the core dump
21485              is no more.  Whether the current behaviour is correct
21486              (giving a warning: "Not a format reference"), is another matter.
21487              
21488              Have symbols for the IoTYPEs.
21489              
21490              Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
21491              
21492              Document a bit that UDP is not what you might think.
21493              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
21494              tr memory corruption fix from Simon Cozens.
21495              
21496              Plug the security hole described in the Aug 05 2000 bugtraq message
21497              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
21498              The security hole exists only in suidperls, which isn't
21499              installed or even built by default.
21500      Branch: maint-5.6/perl
21501           !> (integrate 71 files)
21502 ____________________________________________________________________________
21503 [  7882] By: gsar                                  on 2000/11/27  10:25:36
21504         Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
21505              from mainline
21506              
21507              Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
21508              to be fatal errors (instead of by default ignoring them, and
21509              ignoring with a bug: even though -w gave an error, the opening [
21510              was left in)  Reported in:
21511              
21512              Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
21513              
21514              Subject: [PATCH] split /^/
21515              
21516              MacOS nits from Matthias Neeracher.
21517              
21518              More split() doc and test patches from Mike Guy.
21519              
21520              Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
21521              from Graham Barr in the module list.
21522              
21523              docfix from Peter Scott <Peter@PSDT.com>.
21524              
21525              File::Temp patches for VMS and OS/2 from Tim Jenness.
21526              
21527              open() wariness in perlbug.
21528              
21529              Subject: [PATCH] minor doc change - perlguts
21530              
21531              Subject: Minor doc patch: handy.h
21532              
21533              Be wary of close()s, too.
21534              
21535              Further File::Temp patches from Yitzchak Scott-Thoennes
21536              and Craig A. Berry.
21537              
21538              Subject: [PATCH] fixes bug 20000508.004
21539              
21540              Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
21541              
21542              Allow "no AutoLoader;", based on change #6444,
21543              suggested by Graham Barr.
21544              
21545              Use setproctitle() if available to modify $0.
21546              
21547              Warn if the version of the operating system used to compile gcc
21548              differs from the current version of the operating system.
21549              Also display the gcc compilation os and version in myconfig.
21550              Inspiration from
21551              
21552              Tiny fixes for #6460.
21553              
21554              The problem described in this
21555              Subject: [ID 20000322.018] named chars aren't magical enough
21556              has been fixed in perl 5.6.0 but just in case added a test
21557              to keep it away.  (The report from Joseph Hall.)
21558              
21559              Tune the comments and hopefully stop a memory leak.
21560              
21561              Subject: UTF8 concat
21562              (with a memory leak fixed, plus a few casts added)
21563              This also seems to help for
21564              Subject: [ID 20000716.015] join UTF8 weirdness
21565              
21566              Do not upgrade SVs into utf8 just because they participate
21567              in eq or cmp.  Reported and fix suggested in
21568              Subject: [ID 20000720.009] sv_eq UTF8 bug
21569              
21570              Fix the HALF_UPGRADE() macro introduced in #6263.
21571              
21572              Find green threads before native threads.
21573              Subject: Re: Patch to jpl/JNI/Makefile.PL
21574      Branch: maint-5.6/perl
21575           !> (integrate 30 files)
21576 ____________________________________________________________________________
21577 [  7881] By: jhi                                   on 2000/11/27  05:48:41
21578         Log: It seems that *both* the unused submatch loop cleanup
21579              codes are needed.
21580      Branch: perl
21581            ! regexec.c
21582 ____________________________________________________________________________
21583 [  7880] By: jhi                                   on 2000/11/27  04:50:07
21584         Log: Clean .exists deeper.
21585      Branch: perl
21586            ! Makefile.SH
21587 ____________________________________________________________________________
21588 [  7879] By: jhi                                   on 2000/11/27  02:31:35
21589         Log: The code in regcppop() (see #7878) contains the correct lower
21590              limit for the unused submatch 'cleanup' loop so that under
21591              "use utf8" the following code wouldn't dump core:
21592              "," =~ /([^,]*,)*/  With the the wrong lower limit (>=1)
21593              the cleanup loop in regtry() stomped beyond allocated area
21594              in the startp[] array.  Therefore, copied the correct lower
21595              loop limit (*PL_reglastparen) to regtry().  Note: something
21596              may still not be quite right: why was the _higher_ loop limit
21597              (prog->nparens) different in the utf8 case?
21598              
21599              After this patch "./perl -Ilib -Mutf8 t/op/regexp.t" works
21600              without core dumps, there were about 17 of them before
21601              the patch (with us since Perl 5.7.0).  Two failures, still:
21602              496 and 505 (though these may not be severe).
21603              
21604              Patch #7881 is also needed since both the cleanup loops
21605              seem to be needed.
21606              
21607              Also, the t/op/pat#44 seems to core dump under utf8.
21608              Plus a couple of failures.  UGH-8.
21609      Branch: perl
21610            ! regexec.c
21611 ____________________________________________________________________________
21612 [  7878] By: jhi                                   on 2000/11/27  02:21:17
21613         Log: The unused submatch cleanup code in regtry() seems to be more crucial,
21614              the code in regcppop() seems to be redundant for the test suite --
21615              but it contains a germ of truth, and it needed for the build
21616              process itself: see #7879 and #7881.
21617      Branch: perl
21618            ! regexec.c
21619 ____________________________________________________________________________
21620 [  7877] By: jhi                                   on 2000/11/27  01:53:09
21621         Log: Comment on comment.
21622      Branch: perl
21623            ! regexec.c
21624 ____________________________________________________________________________
21625 [  7876] By: jhi                                   on 2000/11/27  00:49:59
21626         Log: Adjust the docs to agree with #7875.
21627      Branch: perl
21628            ! pod/perllocale.pod
21629 ____________________________________________________________________________
21630 [  7875] By: jhi                                   on 2000/11/27  00:49:27
21631         Log: Retract #7863.  It makes more sense not to taint formatted output,
21632              not even by sprintf().
21633      Branch: perl
21634            ! sv.c
21635 ____________________________________________________________________________
21636 [  7874] By: jhi                                   on 2000/11/26  23:36:02
21637         Log: Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
21638              Not really fixed (should really dump the UTF-8 charclass),
21639              but stopped displaying the garbage.
21640              
21641              Also add a note on the (missing) Unicode PSXSPC and BLANK.
21642      Branch: perl
21643            ! regcomp.c
21644 ____________________________________________________________________________
21645 [  7873] By: jhi                                   on 2000/11/26  21:31:13
21646         Log: BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
21647      Branch: perl
21648            ! regexec.c
21649 ____________________________________________________________________________
21650 [  7872] By: jhi                                   on 2000/11/26  21:06:04
21651         Log: No need to scan till infinity, 13 is enough.
21652      Branch: perl
21653            ! handy.h utf8.c
21654 ____________________________________________________________________________
21655 [  7871] By: jhi                                   on 2000/11/26  20:20:32
21656         Log: Test line numbers are different with utf8.
21657      Branch: perl
21658            ! t/op/re_tests
21659 ____________________________________________________________________________
21660 [  7870] By: jhi                                   on 2000/11/26  20:10:12
21661         Log: Message nit.
21662      Branch: perl
21663            ! regcomp.c
21664 ____________________________________________________________________________
21665 [  7869] By: jhi                                   on 2000/11/26  19:01:05
21666         Log: Make utf8_length() and utf8_distance() (the latter of which
21667              is unused at the moment) to be less forgiving about bad UTF-8.
21668      Branch: perl
21669            ! embed.h embed.pl objXSUB.h proto.h utf8.c
21670 ____________________________________________________________________________
21671 [  7868] By: jhi                                   on 2000/11/26  18:45:56
21672         Log: Subject: Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 (UNINSTALLED)
21673              From: Benjamin Holzman <bah@ecnvantage.com>
21674              Date: Sat, 25 Nov 2000 20:40:20 -0500       
21675              Message-ID: <20001125204020.A25040@ecnvantage.com>              
21676              
21677              Debian allows installing /usr/bin/locale without installing
21678              any locales, an error message will ensue.
21679      Branch: perl
21680            ! t/pragma/locale.t
21681 ____________________________________________________________________________
21682 [  7867] By: jhi                                   on 2000/11/26  18:31:12
21683         Log: Subject: Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havoc
21684              From: Benjamin Holzman <bah@ecnvantage.com>
21685              Date: Sun, 26 Nov 2000 02:42:34 -0500
21686              Message-ID: <20001126024234.G25040@ecnvantage.com>
21687              
21688              Patch for the bug 20000212.002.
21689      Branch: perl
21690            ! sv.c t/op/array.t
21691 ____________________________________________________________________________
21692 [  7866] By: jhi                                   on 2000/11/26  18:28:09
21693         Log: Subject: PATCH: File::Temp fix on WindowsNT/VMS
21694              From: Tim Jenness <t.jenness@jach.hawaii.edu>
21695              Date: Fri, 24 Nov 2000 18:38:34 -1000 (HST)
21696              Message-ID: <Pine.LNX.4.21.0011241833230.18423-100000@lapaki.jach.hawaii.edu>
21697              
21698              File::Temp 0.11.
21699      Branch: perl
21700            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
21701 ____________________________________________________________________________
21702 [  7865] By: jhi                                   on 2000/11/26  18:24:22
21703         Log: The metaconfig unit change for #7864.
21704      Branch: metaconfig/U/perl
21705            ! need_va_copy.U
21706 ____________________________________________________________________________
21707 [  7864] By: jhi                                   on 2000/11/26  18:23:41
21708         Log: Make the va_copy() test not to be so talkative.
21709      Branch: perl
21710            ! Configure config_h.SH
21711 ____________________________________________________________________________
21712 [  7863] By: jhi                                   on 2000/11/26  18:11:02
21713         Log: Fix locale inconsistencies unearthed by Hugo's work.
21714              Now the floating point sprintf really does taint the result
21715              string as perllocale promises (has promised for a long time)
21716              if "use locale" is in the lexical scope.
21717      Branch: perl
21718            ! sv.c t/pragma/locale.t
21719 ____________________________________________________________________________
21720 [  7862] By: jhi                                   on 2000/11/26  00:35:15
21721         Log: Subject: [PATCH] Re: pp_add -> pp_i_add efficiency hack?
21722              From: Nicholas Clark <nick@ccl4.org>
21723              Date: Sun, 26 Nov 2000 00:07:50 +0000
21724              Message-ID: <20001126000750.A22446@plum.flirble.org>
21725              
21726              Infinit.
21727      Branch: perl
21728            ! sv.c
21729 ____________________________________________________________________________
21730 [  7861] By: jhi                                   on 2000/11/26  00:01:26
21731         Log: Integrate perlio.
21732      Branch: perl
21733           !> doio.c perlio.c perliol.h pp_sys.c win32/makefile.mk
21734 ____________________________________________________________________________
21735 [  7860] By: nick                                  on 2000/11/25  22:04:17
21736         Log: Correct relative path from new ext\Filter\Util\Call location
21737              back to miniperl.
21738      Branch: perlio
21739            ! win32/makefile.mk
21740 ____________________________________________________________________________
21741 [  7859] By: nick                                  on 2000/11/25  21:26:54
21742         Log: Integrate mainline.
21743      Branch: perlio
21744           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
21745           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
21746           +> t/lib/filter-util.t
21747            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
21748            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
21749            - t/lib/filt-util.t
21750           !> AUTHORS Configure MANIFEST README.amiga configure.com doio.c
21751           !> embed.h embed.pl ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
21752           !> hints/solaris_2.sh hints/uwin.sh hints/vmesa.sh
21753           !> lib/ExtUtils/MM_Unix.pm makedef.pl perl.h perlio.c perlio.h
21754           !> perlsdio.h proto.h t/lib/io_sock.t win32/Makefile
21755           !> win32/makefile.mk
21756 ____________________________________________________________________________
21757 [  7858] By: gsar                                  on 2000/11/25  20:52:17
21758         Log: C<foreach my $x ...> in pseudo-fork()ed process may diddle
21759              parent's memory; fix it by keeping track of the actual pad
21760              offset rather than a raw pointer (this change is probably also
21761              relevant to non-ithreads case to avoid fallout from reallocs of
21762              the pad array, but is currently only enabled for the ithreads
21763              case in the interests of minimal disruption to existing "well
21764              tested" code)
21765      Branch: perl
21766            ! embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
21767            ! proto.h scope.c scope.h sv.c t/op/fork.t
21768 ____________________________________________________________________________
21769 [  7857] By: nick                                  on 2000/11/25  20:01:28
21770         Log: All tests pass on Win32/gcc/USE_PERLIO.
21771              - when crlf layer is pushed make unix-level binary.
21772              - remove :crlf injection in pp_backtick in pp_sys.c
21773              - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
21774      Branch: perlio
21775            ! doio.c perlio.c pp_sys.c win32/makefile.mk
21776 ____________________________________________________________________________
21777 [  7856] By: jhi                                   on 2000/11/25  18:38:30
21778         Log: Update the metaconfig units for #7855.
21779      Branch: metaconfig/U/perl
21780            ! useperlio.U usesocks.U
21781 ____________________________________________________________________________
21782 [  7855] By: jhi                                   on 2000/11/25  18:37:54
21783         Log: Undo the SOCKS workarounds, instead start using PerlIO
21784              if SOCKS is selected.
21785              
21786              Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup
21787              From: Jens Hamisch <jens@Strawberry.COM>
21788              Date: Fri, 24 Nov 2000 18:31:30 +0100
21789              Message-ID: <20001124183130.E28337@Strawberry.COM>
21790              
21791              Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ...
21792              From: Jens Hamisch <jens@Strawberry.COM>
21793              Date: Fri, 24 Nov 2000 19:11:51 +0100
21794              Message-ID: <20001124191151.A28753@Strawberry.COM>
21795      Branch: perl
21796            ! Configure doio.c embed.h embed.pl makedef.pl perl.h perlio.c
21797            ! perlio.h perlsdio.h proto.h t/lib/io_sock.t
21798 ____________________________________________________________________________
21799 [  7854] By: jhi                                   on 2000/11/25  17:39:08
21800         Log: Undo #7848.  Some of the code seems to use walkoptree(),
21801              some walkoptree_slow().  An unfinished renaming?
21802              Now the sub is walkoptree() (which is @EXPORT_OK),
21803              the walkoptree_slow() is a typeglob alias to walkoptree.
21804              This makes the tests to pass, at least.
21805      Branch: perl
21806            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
21807 ____________________________________________________________________________
21808 [  7853] By: nick                                  on 2000/11/24  22:24:33
21809         Log: Re-arrange crlf vs binary for platforms that care.
21810              crlf layer is now "the" buffer layer and can turn its behaviour on/off.
21811              Lip-service to making stdio layer work on such platfroms (untested).
21812              Now fails 3 tests rather than one, checkin to see if I can debug 
21813              the issue under linux. (Do not merge.)
21814      Branch: perlio
21815            ! doio.c perlio.c perliol.h
21816 ____________________________________________________________________________
21817 [  7852] By: jhi                                   on 2000/11/24  18:57:39
21818         Log: AUTHORS edits.
21819      Branch: perl
21820            ! AUTHORS
21821 ____________________________________________________________________________
21822 [  7851] By: jhi                                   on 2000/11/24  17:34:56
21823         Log: Add Jan-Erik Karlsson.
21824      Branch: perl
21825            ! AUTHORS
21826 ____________________________________________________________________________
21827 [  7850] By: jhi                                   on 2000/11/24  17:27:56
21828         Log: Configure should find stdchar on its own.
21829      Branch: perl
21830            ! hints/solaris_2.sh
21831 ____________________________________________________________________________
21832 [  7849] By: jhi                                   on 2000/11/24  17:24:55
21833         Log: Subject: PATCH over 7848: Filter test flawed
21834              From: andreas.koenig@anima.de (Andreas J. Koenig)
21835              Date: 24 Nov 2000 10:28:29 +0100
21836              Message-ID: <m3k89tbtxe.fsf@ak-71.mind.de>
21837      Branch: perl
21838            ! t/lib/filter-util.t
21839 ____________________________________________________________________________
21840 [  7848] By: jhi                                   on 2000/11/24  17:22:15
21841         Log: Subject: [ID 20001124.001] B exports "walkoptree" but does not define it
21842              From: Simon Cozens <simon@pembro4.pmb.ox.ac.uk>
21843              Date: Fri, 24 Nov 2000 16:12:58 +0000
21844              Message-Id: <E13zLT8-0005FN-00@pembro4.pmb.ox.ac.uk>
21845      Branch: perl
21846            ! ext/B/B.pm
21847 ____________________________________________________________________________
21848 [  7847] By: jhi                                   on 2000/11/24  03:07:01
21849         Log: Integrate perlio.
21850      Branch: perl
21851           !> doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
21852           !> win32/makefile.mk
21853 ____________________________________________________________________________
21854 [  7846] By: gsar                                  on 2000/11/24  00:55:57
21855         Log: integrate changes#6415..6418,6420..6438 from mainline
21856              
21857              Fix the bitvector ops for utf8 (tricky since past 7 bits
21858              the utf8 'characters' can be more than one octet).
21859              
21860              MPE/ix updates for perl 5.6.0 from Mark Bixby.
21861              
21862              Subject: SDBM_File documentation
21863              
21864              Detypo.
21865              
21866              Decutandpasto.
21867              
21868              Send all installperl messages to STDERR and be -w clean.
21869              
21870              Out-of-date note removed.
21871              
21872              Protect against "wild next"s, that is, callbacks doing "next"
21873              instead of "return".
21874              
21875              Use STDOUT consistently.
21876              
21877              The output might have been produced in the wrong order.
21878              
21879              A missing 'break' after the [[:space:]] switch case.
21880              
21881              Add tests for
21882              [ID 19991110.003] another matching finding by pcre author
21883              which has already been fixed by some patch, as verified in
21884              
21885              Documentation to explain the behaviour of map().
21886              
21887              Add an optimization for map-maps-a-list-element-to-more-list-elements
21888              case, but add also notes explaining the relationship of this
21889              patch and the earlier notes by Sarathy.
21890              
21891              Subject: [ID 20000716.023] syslog test fails without sockets
21892              
21893              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
21894              Test cases for #6431.
21895              
21896              File::Spec::VMS fixup for tmpdir from Craig Berry.
21897              
21898              Make the "uninit variable" warning to say "concat or string"
21899              or "join or string" when in concat or join .
21900              
21901              Get UTF16 BOMs working.  Patch from
21902              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
21903              
21904              Subject: [PATCH] Make large file tests deal with SIGXFSZ
21905              
21906              Subject: [ID 20000724.003] Documentation changes for perllocale.pod
21907              
21908              Subject: [PATCH] av.c apidoc
21909      Branch: maint-5.6/perl
21910           !> (integrate 43 files)
21911 ____________________________________________________________________________
21912 [  7845] By: gsar                                  on 2000/11/24  00:20:45
21913         Log: integrate changes#6406..6414 from mainline
21914              
21915              Merge perlhacktut into perlhack, update perlguts.
21916              
21917              Fix AutoSplit to use File::Spec the right way in VMS,
21918              from Peter Prymmer.
21919              
21920              The bug report
21921              [ID 19991110.002] minimal matching discrepancy found by pcre author
21922              seems to have been fixed (though differently from what was suggested
21923              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
21924              
21925              thinko fix in vms/descrip_mms.template, the win32.pod in lib,
21926              not in pod, from Peter Prymmer
21927              
21928              Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
21929              From: Hugo <hv@crypt.compulink.co.uk>
21930              Date: Fri, 14 Jul 2000 23:05:20 +0100
21931              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
21932              
21933              Didn't anymore apply, but that point still could use another fix.
21934              
21935              lib/b test fixes from Peter Prymmer.
21936              
21937              More docs for sv functions.
21938              
21939              perlvms.pod whitespace cleanup to keep pod utils happy.
21940              
21941              another VMS build tweak from Peter Prymmer
21942      Branch: maint-5.6/perl
21943           !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
21944           !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
21945           !> vms/descrip_mms.template vms/perlvms.pod
21946 ____________________________________________________________________________
21947 [  7844] By: nick                                  on 2000/11/23  23:42:45
21948         Log: Win32/perlio Now just fails one io/argv.t test - lack 
21949              of default :crlf on standard streams.
21950      Branch: perlio
21951            ! doio.c perlio.c
21952 ____________________________________________________________________________
21953 [  7843] By: nick                                  on 2000/11/23  23:04:05
21954         Log: Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
21955              peek fail is showing a real problem (multiple crlf layers
21956              are getting pushed.)
21957      Branch: perlio
21958            ! doio.c perlio.c win32/makefile.mk
21959 ____________________________________________________________________________
21960 [  7842] By: nick                                  on 2000/11/23  19:46:23
21961         Log: Implement PerlIO_binmode()
21962              Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
21963              Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
21964              make binmode in t/lib/io_tell.t unconditional so that works.
21965              Checkin just so Win32 machine can see these changes.
21966      Branch: perlio
21967            ! doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
21968 ____________________________________________________________________________
21969 [  7841] By: jhi                                   on 2000/11/23  19:30:00
21970         Log: README.amiga changes from Jan-Erik Karlsson <trg@privat.utfors.se>.
21971      Branch: perl
21972            ! README.amiga
21973 ____________________________________________________________________________
21974 [  7840] By: jhi                                   on 2000/11/23  17:18:02
21975         Log: SOCKS wrestling continues, patches from Jens Hamisch.
21976      Branch: perl
21977            ! doio.c embed.h embed.pl perlsdio.h proto.h
21978 ____________________________________________________________________________
21979 [  7839] By: jhi                                   on 2000/11/23  16:54:14
21980         Log: Push Filter::Util::Call one level deeper.
21981      Branch: perl
21982            + t/lib/filter-util.t
21983           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
21984           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
21985            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
21986            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
21987            - t/lib/filt-util.t
21988            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
21989            ! win32/Makefile win32/makefile.mk
21990 ____________________________________________________________________________
21991 [  7838] By: jhi                                   on 2000/11/23  16:52:40
21992         Log: Reach back one higher up when searching for PERL_SRC.
21993      Branch: perl
21994            ! lib/ExtUtils/MM_Unix.pm
21995 ____________________________________________________________________________
21996 [  7837] By: jhi                                   on 2000/11/23  16:05:41
21997         Log: Subject: Re: perl@7826
21998              Date: Thu, 23 Nov 2000 02:20:25 -0600
21999              From: "Craig A. Berry" <craigberry@mac.com>
22000              Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
22001              
22002              Make VMS to like Filter::Util::Call. 
22003      Branch: perl
22004            ! configure.com ext/Filter/Util/Makefile.PL
22005 ____________________________________________________________________________
22006 [  7836] By: nick                                  on 2000/11/23  16:04:08
22007         Log: Implement crlf layer - not ready for merge.
22008      Branch: perlio
22009            ! perlio.c win32/makefile.mk
22010 ____________________________________________________________________________
22011 [  7835] By: jhi                                   on 2000/11/23  15:56:52
22012         Log: STDCHAR is different in Sparc v9 vs x86.
22013      Branch: perl
22014            ! hints/solaris_2.sh
22015 ____________________________________________________________________________
22016 [  7834] By: jhi                                   on 2000/11/23  15:50:47
22017         Log: The type needs to be visible to protos.
22018      Branch: perl
22019            ! perl.h
22020 ____________________________________________________________________________
22021 [  7833] By: jhi                                   on 2000/11/23  15:40:46
22022         Log: Finish unfinished SOCKS workaround changes.
22023      Branch: perl
22024            ! doio.c
22025 ____________________________________________________________________________
22026 [  7832] By: jhi                                   on 2000/11/23  15:33:30
22027         Log: Integrate perlio.
22028      Branch: perl
22029           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
22030           !> win32/makefile.mk
22031 ____________________________________________________________________________
22032 [  7831] By: nick                                  on 2000/11/23  10:31:07
22033         Log: Correct makefile.mk dependancies for ext/Filter/Util
22034              Build ext/Encode
22035              Run dmake regen_config_h
22036      Branch: perlio
22037            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
22038            ! win32/makefile.mk
22039 ____________________________________________________________________________
22040 [  7830] By: nick                                  on 2000/11/23  08:05:07
22041         Log: Integrate mainline
22042      Branch: perlio
22043           +> ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
22044           +> ext/Filter/Util/Makefile.PL lib/Filter/Simple.pm
22045           +> t/lib/filt-util.pl t/lib/filt-util.t
22046           !> (integrate 41 files)
22047 ____________________________________________________________________________
22048 [  7829] By: gsar                                  on 2000/11/23  03:07:11
22049         Log: build the Filter extension on windows
22050      Branch: perl
22051            ! win32/Makefile win32/makefile.mk
22052 ____________________________________________________________________________
22053 [  7828] By: gsar                                  on 2000/11/23  02:46:35
22054         Log: regenerate win32/config* and fix some inconsistencies in the
22055              makefiles; always export Perl_deb() because it is needed
22056              by ext/re/* (whether perl itself is built with -DDEBUGGING
22057              or not)
22058      Branch: perl
22059            ! makedef.pl win32/Makefile win32/config_H.bc win32/config_H.gc
22060            ! win32/config_H.vc win32/makefile.mk
22061 ____________________________________________________________________________
22062 [  7827] By: gsar                                  on 2000/11/23  02:18:38
22063         Log: get sources building on windows+MSVC again (untested with other
22064              compilers)
22065      Branch: perl
22066            ! win32/include/sys/socket.h win32/perllib.c
22067 ____________________________________________________________________________
22068 [  7826] By: jhi                                   on 2000/11/23  01:18:26
22069         Log: Update Changes.
22070      Branch: perl
22071            ! Changes patchlevel.h
22072 ____________________________________________________________________________
22073 [  7825] By: jhi                                   on 2000/11/23  00:20:41
22074         Log: Subject: Re: av.c patch (having slight problems)
22075              From: "Ben Tilly" <ben_tilly@hotmail.com>
22076              Date: Tue, 21 Nov 2000 23:29:31 -0500
22077              Message-ID: <LAW2-F113pL32ctFfj800000d81@hotmail.com>
22078              
22079              unshift() speedup.
22080      Branch: perl
22081            ! av.c
22082 ____________________________________________________________________________
22083 [  7824] By: jhi                                   on 2000/11/22  23:59:15
22084         Log: Fixes for signedness warnings noticed by VMSperlers.
22085      Branch: perl
22086            ! ext/Storable/Storable.xs regcomp.c sv.c
22087 ____________________________________________________________________________
22088 [  7823] By: jhi                                   on 2000/11/22  23:19:31
22089         Log: Subject: [PATCH perl@7795] small cleanup task for test suite
22090              From: Peter Prymmer <pvhp@forte.com>
22091              Date: Wed, 22 Nov 2000 15:04:13 -0800 (PST)
22092              Message-ID: <Pine.OSF.4.10.10011221457530.519633-100000@aspara.forte.com>
22093      Branch: perl
22094            ! t/pragma/warn/pp_hot
22095 ____________________________________________________________________________
22096 [  7822] By: jhi                                   on 2000/11/22  22:52:20
22097         Log: Be clean.
22098      Branch: perl
22099            ! Makefile.SH
22100 ____________________________________________________________________________
22101 [  7821] By: jhi                                   on 2000/11/22  22:46:39
22102         Log: Add the simple frontend to Filter::Util:Call, Filter::Simple 0.01
22103              by Damian Conway, as suggested by Paul Marquess.
22104      Branch: perl
22105            + lib/Filter/Simple.pm
22106 ____________________________________________________________________________
22107 [  7820] By: jhi                                   on 2000/11/22  22:45:51
22108         Log: Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19.
22109      Branch: perl
22110            + ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
22111            + ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
22112            + t/lib/filt-util.t
22113            ! MANIFEST
22114 ____________________________________________________________________________
22115 [  7819] By: jhi                                   on 2000/11/22  22:03:27
22116         Log: Integrate perlio.
22117      Branch: perl
22118           !> README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
22119           !> win32/makefile.mk
22120 ____________________________________________________________________________
22121 [  7818] By: jhi                                   on 2000/11/22  21:56:02
22122         Log: More SOCKS versus 64-bit patches from Jens Hamisch.
22123      Branch: perl
22124            ! doio.c embed.h embed.pl makedef.pl perl.h pp_sys.c proto.h
22125            ! t/lib/io_sock.t
22126 ____________________________________________________________________________
22127 [  7817] By: jhi                                   on 2000/11/22  21:39:49
22128         Log: Subject: [PATCH 5.7.0] Liblist returns found libraries
22129              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22130              Date: Wed, 22 Nov 2000 16:08:12 -0500
22131              Message-ID: <20001122160812.A24269@monk.mps.ohio-state.edu>
22132      Branch: perl
22133            ! lib/ExtUtils/Liblist.pm
22134 ____________________________________________________________________________
22135 [  7816] By: jhi                                   on 2000/11/22  21:38:25
22136         Log: Go ahead and #include <unistd.h> in perl.h.
22137      Branch: perl
22138            ! doio.c malloc.c mg.c perl.h pp.c pp_hot.c pp_sys.c toke.c
22139            ! util.c
22140 ____________________________________________________________________________
22141 [  7815] By: jhi                                   on 2000/11/22  21:22:52
22142         Log: Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
22143              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22144              Date: Mon, 20 Nov 2000 18:30:52 -0500
22145              Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu>
22146      Branch: perl
22147            ! pod/perlre.pod regcomp.c t/op/re_tests
22148 ____________________________________________________________________________
22149 [  7814] By: jhi                                   on 2000/11/22  21:21:46
22150         Log: Subject: [PATCH 5.7.0] Liblist finally works
22151              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22152              Date: Tue, 21 Nov 2000 22:02:17 -0500
22153              Message-ID: <20001121220217.A24174@monk.mps.ohio-state.edu>
22154      Branch: perl
22155            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
22156            ! lib/ExtUtils/MakeMaker.pm
22157 ____________________________________________________________________________
22158 [  7813] By: jhi                                   on 2000/11/22  21:20:23
22159         Log: Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
22160              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22161              Date: Wed, 22 Nov 2000 17:53:15 +0100
22162              Message-Id: <20001122174544.49A2.H.M.BRAND@hccnet.nl>
22163              
22164              AIX dynaloader and perlio patch.
22165      Branch: perl
22166            ! ext/DynaLoader/dl_aix.xs
22167 ____________________________________________________________________________
22168 [  7812] By: jhi                                   on 2000/11/22  21:17:52
22169         Log: (Accidentally empty patch.)
22170      Branch: perl
22171            ! av.c
22172 ____________________________________________________________________________
22173 [  7811] By: jhi                                   on 2000/11/22  21:16:31
22174         Log: Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
22175              From: Peter Prymmer <pvhp@forte.com>
22176              Date: Mon, 20 Nov 2000 16:53:54 -0800 (PST)
22177              Message-ID: <Pine.OSF.4.10.10011201651050.373336-100000@aspara.forte.com>
22178      Branch: perl
22179            ! vms/test.com
22180 ____________________________________________________________________________
22181 [  7810] By: jhi                                   on 2000/11/22  21:15:36
22182         Log: Subject: Re: perl@7777 
22183              From: "John P. Linderman" <jpl@research.att.com>
22184              Date: Wed, 22 Nov 2000 13:11:11 -0500
22185              Message-Id: <200011221811.NAA90072@raptor.research.att.com>
22186              
22187              Detypoing.
22188      Branch: perl
22189            ! lib/CPAN.pm
22190 ____________________________________________________________________________
22191 [  7809] By: jhi                                   on 2000/11/22  21:14:19
22192         Log: Subject:  [PATCH perl@7795] Perlio_tell fix
22193              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
22194              Date:     Wed, 22 Nov 2000 13:51:37 EST
22195              Message-Id: <001122135058.56e24@DUPHY4.Physics.Drexel.Edu>
22196      Branch: perl
22197            ! perlsdio.h
22198 ____________________________________________________________________________
22199 [  7808] By: jhi                                   on 2000/11/22  21:13:27
22200         Log: Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
22201              From: Casey Tweten <crt@kiski.net>
22202              Date: Mon, 20 Nov 2000 11:53:03 -0500 (EST)
22203              Message-Id: <200011201653.LAA10194@home.kiski.net>
22204      Branch: perl
22205            ! t/lib/io_udp.t
22206 ____________________________________________________________________________
22207 [  7807] By: jhi                                   on 2000/11/22  21:12:35
22208         Log: Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
22209              From: Casey Tweten <crt@kiski.net>
22210              Date: Mon, 20 Nov 2000 11:36:11 -0500 (EST)
22211              Message-Id: <200011201636.LAA07227@home.kiski.net>
22212      Branch: perl
22213            ! t/lib/io_sock.t
22214 ____________________________________________________________________________
22215 [  7806] By: jhi                                   on 2000/11/22  21:10:59
22216         Log: Subject: Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm]
22217              From: "Casey R. Tweten" <crt@kiski.net>
22218              Date: Wed, 22 Nov 2000 09:05:07 -0500 (EST)
22219              Message-ID: <Pine.OSF.4.21.0011220903580.1811-100000@home.kiski.net>
22220      Branch: perl
22221            ! utils/h2xs.PL
22222 ____________________________________________________________________________
22223 [  7805] By: nick                                  on 2000/11/22  21:05:06
22224         Log: Integrate mainline
22225      Branch: perlio
22226           !> Changes Porting/genlog ext/DB_File/DB_File.xs
22227           !> ext/DB_File/version.c lib/Test.pm patchlevel.h
22228           !> utils/perlbug.PL
22229 ____________________________________________________________________________
22230 [  7804] By: jhi                                   on 2000/11/22  21:01:12
22231         Log: Subject: [PATCH] Test.pm POD peculiarity
22232              From: "Casey R. Tweten" <crt@kiski.net>
22233              Date: Tue, 21 Nov 2000 15:01:25 -0500 (EST)
22234              Message-ID: <Pine.OSF.4.21.0011211458020.20114-100000@home.kiski.net>
22235      Branch: perl
22236            ! lib/Test.pm
22237 ____________________________________________________________________________
22238 [  7803] By: jhi                                   on 2000/11/22  20:59:59
22239         Log: Subject: [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug
22240              From: "Philip Newton" <pnewton@gmx.de>
22241              Date: Wed, 22 Nov 2000 14:25:53 +0100
22242              Message-Id: <3A1BD771.25462.1939FAD@localhost>
22243              
22244              Be case-understanding also on 's', and use the -oi of sendmail
22245              not to terminate the transmission on a lone '.'.
22246      Branch: perl
22247            ! utils/perlbug.PL
22248 ____________________________________________________________________________
22249 [  7802] By: nick                                  on 2000/11/22  20:51:42
22250         Log: Win32 PerlIO intermediate state now working as expected.
22251              - In current state we are still using C runtime in text/binary
22252              mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
22253              - PERLIO=stdio and PERLIO=unix pass all expected tests.
22254              - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
22255              and PerlIO_seek() and the dummy crlf layer is not making adjustments
22256              for CRLF translation happening in C runtime. All other tests pass.
22257              
22258              Added note to README.win32 to point out the snags of doing a perl build
22259              with Norton AntiVirus turned on.
22260              
22261              Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
22262              which file a fail comes from.
22263              
22264              Updated "canned" config.h to match the one generated.
22265      Branch: perlio
22266            ! README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
22267            ! win32/makefile.mk
22268 ____________________________________________________________________________
22269 [  7801] By: jhi                                   on 2000/11/22  06:50:20
22270         Log: Nickety nits.
22271      Branch: perl
22272            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
22273 ____________________________________________________________________________
22274 [  7800] By: jhi                                   on 2000/11/22  01:29:55
22275         Log: Changes had accidentally gone too silent on non-main branches.
22276      Branch: perl
22277            ! Changes Porting/genlog patchlevel.h
22278 ____________________________________________________________________________
22279 [  7799] By: gsar                                  on 2000/11/22  01:02:56
22280         Log: some lib_pm.PL changes snuck in via change#7772
22281      Branch: maint-5.6/perl
22282            ! Makefile.SH
22283 ____________________________________________________________________________
22284 [  7798] By: nick                                  on 2000/11/21  21:59:40
22285         Log: Integrate mainline
22286      Branch: perlio
22287           !> (integrate 28 files)
22288 ____________________________________________________________________________
22289 [  7797] By: jhi                                   on 2000/11/21  21:01:45
22290         Log: Integrate perlio.
22291      Branch: perl
22292           !> doio.c perlio.c perlio.h win32/perllib.c win32/win32.c
22293 ____________________________________________________________________________
22294 [  7796] By: nick                                  on 2000/11/21  20:36:22
22295         Log: Win32 builds and runs (mostly) with USE_PERLIO.
22296              PERLIO=perlio passes all tests. 
22297              PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
22298      Branch: perlio
22299            ! perlio.c win32/perllib.c win32/win32.c
22300 ____________________________________________________________________________
22301 [  7795] By: jhi                                   on 2000/11/21  19:03:44
22302         Log: Update Changes.
22303      Branch: perl
22304            ! Changes patchlevel.h
22305 ____________________________________________________________________________
22306 [  7794] By: jhi                                   on 2000/11/21  18:56:34
22307         Log: Subject: PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale testing for VMS)
22308              From: "Craig A. Berry" <craigberry@mac.com>
22309              Date: Mon, 20 Nov 2000 20:27:06 -0600
22310              Message-Id: <p04330101b63f8baf25a2@[172.16.52.1]>
22311              
22312              A cut-and-pasto.
22313      Branch: perl
22314            ! perlio.h
22315 ____________________________________________________________________________
22316 [  7793] By: jhi                                   on 2000/11/21  18:54:41
22317         Log: Subject: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
22318              From: Dominic Dunlop <domo@computer.org> 
22319              Date: Mon, 20 Nov 2000 18:55:29 +0100
22320              Message-Id: <p04320403b63b2c750dce@[192.168.1.4]> 
22321              
22322              va_copy() and the need of it.
22323              See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>.
22324      Branch: metaconfig/U/perl
22325            + need_va_copy.U
22326      Branch: perl
22327            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
22328            ! config_h.SH configure.com epoc/config.sh handy.h perlio.c
22329            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
22330            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
22331            ! win32/config.bc win32/config.gc win32/config.vc
22332 ____________________________________________________________________________
22333 [  7792] By: jhi                                   on 2000/11/21  17:04:10
22334         Log: Integrate scope.h@7790 from perlio, works better with multiplicity.
22335      Branch: perl
22336           !> scope.h
22337 ____________________________________________________________________________
22338 [  7791] By: jhi                                   on 2000/11/21  17:01:16
22339         Log: Export the SOCKS workaround symbols only if necessary.
22340      Branch: perl
22341            ! doio.c embed.h embed.pl makedef.pl perlsdio.h proto.h
22342 ____________________________________________________________________________
22343 [  7790] By: nick                                  on 2000/11/20  23:57:11
22344         Log: If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
22345      Branch: perlio
22346            ! scope.h
22347 ____________________________________________________________________________
22348 [  7789] By: nick                                  on 2000/11/20  23:38:33
22349         Log: Integrate mainline
22350      Branch: perlio
22351           +> lib/File/Spec/Epoc.pm
22352           !> (integrate 34 files)
22353 ____________________________________________________________________________
22354 [  7788] By: nick                                  on 2000/11/20  23:20:18
22355         Log: Make extra buffer layer work (dummy crlf layer)
22356      Branch: perlio
22357            ! doio.c perlio.c perlio.h
22358 ____________________________________________________________________________
22359 [  7787] By: jhi                                   on 2000/11/20  22:44:04
22360         Log: Subject: [PATCH: perl@7777] add system locale testing for VMS
22361              From: Peter Prymmer <pvhp@forte.com>
22362              Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST)
22363              Message-ID: <Pine.OSF.4.10.10011201244390.376086-100000@aspara.forte.com>
22364      Branch: perl
22365            ! t/pragma/locale.t
22366 ____________________________________________________________________________
22367 [  7786] By: jhi                                   on 2000/11/20  22:29:10
22368         Log: Subject: DOC PATCH 5.6.0 perlreftut
22369              From: mjd@plover.com
22370              Date: 20 Nov 2000 19:45:06 -0000
22371              Message-ID: <20001120194506.9505.qmail@plover.com>
22372      Branch: perl
22373            ! pod/perlreftut.pod
22374 ____________________________________________________________________________
22375 [  7785] By: jhi                                   on 2000/11/20  22:27:44
22376         Log: Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
22377              From: David Dyck <dcd@tc.fluke.com>
22378              Date: Mon, 20 Nov 2000 11:43:40 -0800
22379              Message-Id: <200011201943.LAA08451@dd.tc.fluke.com>
22380      Branch: perl
22381            ! lib/Cwd.pm
22382 ____________________________________________________________________________
22383 [  7784] By: jhi                                   on 2000/11/20  22:23:21
22384         Log: Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
22385              Date: Mon, 20 Nov 2000 17:06:10 -0500
22386              To: Mailing list Perl5 <perl5-porters@perl.org>
22387              Message-ID: <20001120170609.A11780@monk.mps.ohio-state.edu>
22388      Branch: perl
22389            ! pp_ctl.c t/op/pat.t
22390 ____________________________________________________________________________
22391 [  7783] By: jhi                                   on 2000/11/20  22:11:18
22392         Log: Subject: [PATCH] doop.c - UTF8 tr///               
22393              From: Simon Cozens <simon@cozens.net>
22394              Date: Sat, 18 Nov 2000 18:49:30 +0000
22395              Message-ID: <20001118184930.A31687@pembro4.pmb.ox.ac.uk>
22396              
22397              Subject: Re: [PATCH] doop.c - UTF8 tr///           
22398              From: Simon Cozens <simon@cozens.net>
22399              Date: Mon, 20 Nov 2000 20:45:22 +0000
22400              Message-ID: <20001120204522.A26042@pembro4.pmb.ox.ac.uk>
22401              
22402              Make tr on UTF-8 better but still not correct.
22403      Branch: perl
22404            ! doop.c
22405 ____________________________________________________________________________
22406 [  7782] By: jhi                                   on 2000/11/20  22:02:16
22407         Log: Remove the shared object before attempting to create
22408              (by linking) a new one.  E.g. in AIX not removing
22409              becomes quite painful if one tries to do more than one
22410              build in the same tree (an interrupted build, for example),
22411              since the AIX' shared dynaloader seemingly keeps the shared
22412              objects open and therefore 'busy' for quite a while, even when
22413              nobody is using the objects, leading into link failures.
22414      Branch: perl
22415            ! lib/ExtUtils/MM_Unix.pm
22416 ____________________________________________________________________________
22417 [  7781] By: gsar                                  on 2000/11/20  19:02:55
22418         Log: type mismatch due to faulty integration
22419      Branch: maint-5.6/perl
22420            ! toke.c win32/Makefile
22421 ____________________________________________________________________________
22422 [  7780] By: gsar                                  on 2000/11/20  17:31:55
22423         Log: integrate changes#6392,6394..6399,6401..6404
22424              
22425              The {multiplier} of a fixed substring was overlooked which
22426              caused a wrong initial search offset for that substring.
22427              
22428              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
22429              From: Hugo <hv@crypt.compulink.co.uk>
22430              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
22431              Date: Thu, 13 Jul 2000 19:27:13 +0100
22432              
22433              Fix the BOM bug: not a byteorder bug, a signedness bug.
22434              
22435              Replace change #6337 with a better one.
22436              
22437              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
22438              From: Hugo <hv@crypt.compulink.co.uk>
22439              Date: Fri, 14 Jul 2000 04:16:20 +0100
22440              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
22441              
22442              MakeMaker should not remove editor backups (*~) on `make clean`
22443              by default (completes change#6383)
22444              
22445              move new variables to the end of the interpreter structure (for
22446              bincompat in code that doesn't #include XSUB.h)
22447              
22448              rename totally bletcherous SvLOCK() thingy (doesn't do what the
22449              name suggests anyway)
22450              
22451              various cleanups (typos, misformatted code, and small bugs)
22452              
22453              typecasts needed for change#6394
22454              
22455              typos in change#6399, regen headers
22456              
22457              inconsistent types needs casts
22458              
22459              PERL_OBJECT build tweaks
22460      Branch: maint-5.6/perl
22461           !> MANIFEST doop.c embed.h embed.pl embedvar.h
22462           !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
22463           !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
22464           !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
22465           !> toke.c util.c
22466 ____________________________________________________________________________
22467 [  7779] By: gsar                                  on 2000/11/20  17:06:29
22468         Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
22469              
22470              Cosmetics and perldelta.
22471              
22472              Fix nits noticed by Boston.pm.
22473              
22474              Do the cc sanity check both before the hints and
22475              after the cc selction.
22476              
22477              get sprintf.t to adjust properly for 3-digit exponents
22478              
22479              don't clobber *.orig files on *clean targets
22480              
22481              fix bugs in processing %v-*d and similar format specs (from
22482              Avi Finkel <avi@finkel.org>)
22483              
22484              sprintf test tweaks (from Dominic Dunlop)
22485              
22486              new selfloader.t in change#6183 doesn't close DATA handles,
22487              and thus fails to clean up tmp files on dosish platforms
22488              
22489              typos (spotted by Peter Prymmer)
22490              
22491              typo fix from Craig Berry
22492      Branch: maint-5.6/perl
22493           !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
22494           !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
22495           !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
22496           !> x2p/Makefile.SH
22497 ____________________________________________________________________________
22498 [  7778] By: gsar                                  on 2000/11/20  16:46:51
22499         Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
22500              
22501              Subject: Re: format bug report  [Patch]
22502              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22503              Date: Wed, 05 Jul 2000 13:12:52 +0200
22504              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
22505              
22506              Subject: Re: format bug report  [Patch]
22507              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22508              Date: Wed, 05 Jul 2000 14:10:01 +0200
22509              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
22510              
22511              Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
22512              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
22513              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
22514              Date: Fri, 07 Jul 2000 17:57:16 +0100
22515              
22516              Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
22517              To: perl5-porters@perl.org
22518              From: Karsten Sperling <spiff@phreax.net>
22519              Date: Mon, 10 Jul 2000 15:12:52 +0200
22520              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
22521              
22522              README.posix-bc podified from Thomas Dorner.
22523              
22524              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
22525              From: Dominic Dunlop <domo@computer.org>
22526              Date: Tue, 11 Jul 2000 12:27:33 +0200
22527              Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
22528              
22529              Typo in #6341.
22530              
22531              Fix for
22532              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
22533              From: Roderick Schertler <roderick@argon.org>
22534              Date: Tue, 11 Jul 2000 13:55:05 -0400
22535              Message-Id: <200007111755.NAA05077@jones.argon.org>
22536              
22537              Minor cleanups on the booklist.
22538              
22539              Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
22540              regen perltoc.
22541              
22542              windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
22543      Branch: maint-5.6/perl
22544           +> pod/perlbook.pod
22545           !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
22546           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
22547           !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
22548 ____________________________________________________________________________
22549 [  7777] By: jhi                                   on 2000/11/20  16:08:49
22550         Log: Update Changes.
22551      Branch: perl
22552            ! Changes patchlevel.h
22553 ____________________________________________________________________________
22554 [  7776] By: jhi                                   on 2000/11/20  15:27:56
22555         Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
22556              This may be overly harsh but until proven otherwise, we think this
22557              way, or until we have a simple test for Configure (having to start
22558              up servers is does not count as simple) to check for the problems.
22559      Branch: perl
22560            ! perl.h
22561 ____________________________________________________________________________
22562 [  7775] By: jhi                                   on 2000/11/20  15:22:17
22563         Log: Solaris hints tweaks.
22564      Branch: perl
22565            ! hints/solaris_2.sh
22566 ____________________________________________________________________________
22567 [  7774] By: jhi                                   on 2000/11/20  15:01:20
22568         Log: Add a workaround to SOCKS 64-bit problems.
22569      Branch: perl
22570            ! doio.c embed.h embed.pl perlsdio.h proto.h
22571 ____________________________________________________________________________
22572 [  7773] By: jhi                                   on 2000/11/20  14:51:47
22573         Log: sysseek() instead of seek().
22574      Branch: perl
22575            ! t/lib/syslfs.t
22576 ____________________________________________________________________________
22577 [  7772] By: gsar                                  on 2000/11/20  13:06:23
22578         Log: integrate changes#6315..6319,6321..6331,6333..6338
22579              
22580              Integrate with Sarathy, preliminary fix for unicos
22581              alignment problems in [ID 20000612.002] Perl problem on Cray system.
22582              
22583              some debugger output does not go to the socket when RemotePort is set
22584              
22585              winsock cleanup never done on Windows (leads to handle leaks)
22586              
22587              fix UNC path handling on Windows under ithreads, and chdir()
22588              return value when given a non-existent directory
22589              
22590              Autogenerate pod/Makefile and pod/buildtoc.
22591              buildtoc also checks whether the existin pods are
22592              mentioned in MANIFEST and perl.pod, and vice versa.
22593              (None of the thusly found discrepancies fixed yet.)
22594              roffitall also needs to be autogenerated similarly but it
22595              seems so badly out of date that I didn't touch it yet.
22596              
22597              Config is being used.
22598              
22599              Add =head1 NAMEs so that buildtoc is happy.
22600              (The CGI::Util nit reported to Lincoln.)
22601              
22602              Fix complaints of buildtoc.
22603              
22604              Fix the alignment problem in Crays ([ID 20000612.002]).
22605              
22606              Remove perlbook, update perlfaq book listing,
22607              rearrange perl.pod, regenerate perltoc.
22608              
22609              Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
22610              was cast to an unsigned (32-bit) integer with wild abandon.
22611              
22612              winsock options weren't being set in all threads under ithreads
22613              (caused send()s from second and subsequent threads to fail)
22614              
22615              accept() leaks memory on windows due to incorrect ordering of
22616              closesocket() and fclose() calls
22617              
22618              Reorder perl.pod once more.
22619              
22620              More POSIX.pod tweaks.
22621              
22622              Sprinkle ldlibpath.
22623              
22624              Precedence goof, fix based on
22625              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
22626              From: Hugo <hv@crypt.compulink.co.uk>
22627              Date: Tue, 11 Jul 2000 12:52:38 +0100
22628              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
22629              
22630              Subject: PATCH perlguts.pod: Document D and d magic types
22631              From: mjd@plover.com
22632              Date: 5 Jul 2000 18:01:51 -0000
22633              Message-ID: <20000705180151.29413.qmail@plover.com>
22634              
22635              Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
22636              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
22637              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
22638              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
22639              
22640              Subject: [PATCH cfgperl] $& segfaults if you trick it
22641              From: simon@brecon.co.uk (Simon Cozens)
22642              Date: 7 Jul 2000 11:26:09 GMT
22643              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
22644              
22645              Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
22646              From: Hugo <hv@crypt.compulink.co.uk>
22647              Date: Tue, 11 Jul 2000 12:44:50 +0100
22648              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
22649              
22650              Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
22651              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
22652              Date: Tue, 11 Jul 2000 13:50:51 +0100
22653              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
22654      Branch: maint-5.6/perl
22655           +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
22656           +> pod/buildtoc.PL
22657            - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
22658           !> (integrate 26 files)
22659 ____________________________________________________________________________
22660 [  7771] By: gsar                                  on 2000/11/20  12:31:42
22661         Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
22662              6310,6311,6314
22663              
22664              Subject: [PATCH bleedperl] File::Spec 0.82 beta
22665              From: Barrie Slaymaker <barries@jester.slaysys.com>
22666              Date: Wed, 28 Jun 2000 11:35:29 -0400
22667              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
22668              
22669              tweak perlembed for multiplicity/usethreads sanity; correct notes
22670              about Windows
22671              
22672              localize %INC in a Safe compartment so that use/require work
22673              (many other magic globals probably need similar treatment)
22674              
22675              dounwind() may cause POPSUB() to diddle the wrong PL_curpad
22676              when @_ is modified, causing coredumps
22677              
22678              slurp mode fix in change#4736 still not quite right
22679              
22680              Point to perlipc for more SysV IPC examples.
22681              
22682              Elaborate POSIX.pod.  Still needs work.
22683              
22684              fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
22685              
22686              fix large memory leak that has been around for ever, masked by
22687              -DPURIFY (most of the arenas were never freed!)
22688              
22689              fix memory leak on Windows (PL_sys_intern contents were never
22690              freed)
22691              
22692              PERL_OBJECT build tweak
22693              
22694              adjust change#6299
22695              
22696              remove rel2abs prototypes (from Barrie Slaymaker)
22697              
22698              missing perldiag entry for unpack("w",...) diagnostic (from
22699              Andreas Koenig)
22700              
22701              better diagnostic on Frob->stuff() when Frob:: doesn't exist
22702              (from Richard Soderberg <rs@oregonnet.com>)
22703              
22704              Win32 patches for cfgperl from Sarathy.
22705              
22706              b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
22707              
22708              More POSIX.pod embellishment.
22709              
22710              tyop in change#6306
22711      Branch: maint-5.6/perl
22712           !> (integrate 44 files)
22713 ____________________________________________________________________________
22714 [  7770] By: gsar                                  on 2000/11/20  11:51:00
22715         Log: integrate changes#6268..6282 from cfgperl branch
22716              
22717              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
22718              From: Dominic Dunlop <domo@computer.org>
22719              Date: Thu, 29 Jun 2000 12:32:39 +0200
22720              Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
22721              
22722              Regen headers for #6261 (and update embed.pl for this) and #6267,
22723              silence few compiler warnings.
22724              
22725              Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
22726              From: Nicholas Clark <nick@talking.bollo.cx>
22727              Date: Fri, 23 Jun 2000 16:21:15 +0100
22728              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
22729              
22730              Subject: PATCH pod/perltie.pod
22731              From: Ian Phillipps <Ian.Phillipps@iname.com>
22732              Date: Fri, 16 Jun 2000 00:17:19 +0100
22733              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
22734              (only the first hunk, the second hunk had already been done
22735              by some other patch)
22736              
22737              Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
22738              From: Tom Phoenix <rootbeer@redcat.com>
22739              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
22740              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
22741              
22742              Subject: [PATCH] xsub attributes
22743              From: Doug MacEachern <dougm@covalent.net>
22744              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
22745              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
22746              
22747              Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
22748              From: Andy Dougherty <doughera@lafayette.edu>
22749              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
22750              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
22751              
22752              Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
22753              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
22754              Date: Tue, 13 Jun 2000 02:43:48 -0500
22755              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
22756              
22757              Subject: [PATCH] Re: eval documentation: context
22758              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
22759              Date: Mon, 12 Jun 2000 15:07:29 +0100
22760              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
22761              
22762              Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
22763              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
22764              Date: Mon, 12 Jun 2000 14:55:59 +0100
22765              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
22766              
22767              Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
22768              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
22769              Date: Fri, 09 Jun 2000 12:39:27 -0400
22770              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
22771              (plus update the version "number" of Text::Wrap)
22772              
22773              Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
22774              From: Tim Ayers <tayers@bridge.com>
22775              Date: Thu, 08 Jun 2000 08:11:06 +0200
22776              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
22777              [resent by Richard Foley, Message-Id probably wrong]
22778              
22779              Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
22780              From: rspier@pobox.com (Robert Spier)
22781              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
22782              Message-ID: <14654.31913.845602.610277@rls.cx>
22783              
22784              Subject: [PATCH 5.6.0] utils/h2xs.PL
22785              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
22786              Date: Wed, 7 Jun 2000 04:02:04 -0500
22787              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
22788              
22789              Subject: [PATCH 5.6.0]ITHREADs for VMS
22790              From: Dan Sugalski <dan@sidhe.org>
22791              Date: Tue, 06 Jun 2000 11:59:50 -0400
22792              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
22793      Branch: maint-5.6/perl
22794           !> (integrate 31 files)
22795 ____________________________________________________________________________
22796 [  7769] By: gsar                                  on 2000/11/20  11:29:06
22797         Log: integrate changes#6261..6266 from cfgperl
22798              
22799              Subject: Re: [PATCH cfgperl] BOMs away!
22800              From: simon@brecon.co.uk (Simon Cozens)
22801              Date: 17 Jun 2000 11:49:57 GMT
22802              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
22803              
22804              Subject: 5.6.0 Patch for EPOC
22805              From: Olaf Flebbe <o.flebbe@gmx.de>
22806              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
22807              Message-ID: <23449.960929969@www11.gmx.net>
22808              
22809              tr fixes from Simon Cozens
22810              
22811              Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
22812              From: Marty Lucich <marty@netcom.com>
22813              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
22814              Message-Id: <200006282116.OAA11148@netcom.com>
22815              ccdlflags update (the BSD/OS 4.1 part had already been taken
22816              care of by #6141).
22817              
22818              Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
22819              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
22820              Date: Wed, 28 Jun 2000 17:50:12 -0700
22821              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
22822              
22823              Subject: [PATCH 5.6.0] cygwin port
22824              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
22825              From: "Fifer, Eric" <EFifer@sanwaint.com>
22826              Date: Thu, 29 Jun 2000 12:58:29 +0100
22827      Branch: maint-5.6/perl
22828           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
22829           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
22830           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
22831           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
22832 ____________________________________________________________________________
22833 [  7768] By: gsar                                  on 2000/11/20  11:13:44
22834         Log: integrate changes#6252..6256,6259..6260
22835              
22836              Paranoia tweak on #6249.
22837              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
22838              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
22839              Date: Sun, 25 Jun 2000 23:43:12 -0400
22840              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
22841              
22842              Subject: tr///, help wanted.
22843              From: simon@brecon.co.uk (Simon Cozens)
22844              Date: 28 Jun 2000 11:29:04 GMT
22845              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
22846              
22847              small thinko tweaks
22848              
22849              tweaks from Simon Conzes to further fix tr/// under utf8
22850              
22851              perlnewmod was missing from MANIFEST.
22852              
22853              Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
22854              From: simon@brecon.co.uk (Simon Cozens)
22855              Date: 17 Jun 2000 11:56:44 GMT
22856              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
22857              pack U0, pack C0
22858      Branch: maint-5.6/perl
22859           !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
22860           !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
22861           !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
22862           !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
22863 ____________________________________________________________________________
22864 [  7767] By: gsar                                  on 2000/11/20  10:51:38
22865         Log: integrate change#6250 from cfgperl
22866              
22867              Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
22868              From: Doug MacEachern <dougm@covalent.net>
22869              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
22870              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
22871      Branch: maint-5.6/perl
22872           +> t/op/my_stash.t
22873           !> MANIFEST embed.pl global.sym proto.h toke.c
22874 ____________________________________________________________________________
22875 [  7766] By: gsar                                  on 2000/11/20  10:48:34
22876         Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
22877              
22878              Subject: [ID 20000626.007] h2xs man page contains trailing garbage
22879              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
22880              Date: Mon, 26 Jun 2000 18:40:14 +0100
22881              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
22882              
22883              Subject: [PATCH] bytes<->utf8 fixes
22884              From: simon@brecon.co.uk (Simon Cozens)
22885              Date: 26 Jun 2000 04:55:45 GMT
22886              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
22887              
22888              Subject: [PATCH] is_utf8_string
22889              From: simon@brecon.co.uk (Simon Cozens)
22890              Date: 26 Jun 2000 02:25:59 GMT
22891              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
22892              
22893              Subject: [PATCH] avoid mg_ptr in '*' magic
22894              From: Doug MacEachern <dougm@covalent.net>
22895              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
22896              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
22897              
22898              Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
22899              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
22900              Date: Sat, 24 Jun 2000 13:06:20 +0100
22901              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
22902              
22903              Allow for standalone testing.
22904              
22905              Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
22906              From: Mark-Jason Dominus <mjd@plover.com>
22907              Date: Tue, 27 Jun 2000 22:36:42 -0400
22908              Message-ID: <20000628023642.12166.qmail@plover.com>
22909              
22910              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
22911              From: Frank Tobin <ftobin@uiuc.edu>
22912              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
22913              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
22914      Branch: maint-5.6/perl
22915           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
22916           !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
22917           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
22918           !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
22919           !> utf8.c utils/h2xs.PL
22920 ____________________________________________________________________________
22921 [  7765] By: gsar                                  on 2000/11/20  10:29:13
22922         Log: integrate change#6239 from cfgperl
22923              
22924              Configure maintenance.  Sever some dependency cycles,
22925              separate gccversion from the cc unit,
22926              address [ID 20000623.006] Configure script patch for using gcc on AIX
22927              (but solve it a little bit differently),
22928              unduplex some accidentally duplicated units,
22929              suggest using gcc if no cc available
22930              (p5p thread: "Solaris configure: counterproposal", 1999-09)
22931      Branch: maint-5.6/perl
22932           !> Configure Todo-5.6 config_h.SH
22933 ____________________________________________________________________________
22934 [  7764] By: gsar                                  on 2000/11/20  10:25:55
22935         Log: integrate changes#6233..6238 from cfgperl
22936              
22937              Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
22938              From: Mark-Jason Dominus <mjd@plover.com>
22939              Date: Fri, 16 Jun 2000 20:53:04 -0400
22940              Message-ID: <20000617005304.8008.qmail@plover.com>
22941              
22942              Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
22943              because when run as services (Win32ese for daemons)
22944              no environment variables are set and tmpdir ends up as /tmp,
22945              which is ambiguous.
22946              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
22947              From: matt@sergeant.org
22948              Date: 16 Jun 2000 16:30:43 -0000
22949              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
22950              
22951              The thread begun by
22952              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
22953              From: Kevin.Ruscoe@ubsw.com
22954              Date: Fri, 16 Jun 2000 16:38:51 +0100
22955              Message-Id: <H000019b03c300d6@MHS>
22956              
22957              Tweak embed.pl, regen headers.
22958              
22959              Subject: [PATCH 5.6.0] XS module loading fixup for VMS
22960              From: Dan Sugalski <dan@sidhe.org>
22961              Date: Fri, 23 Jun 2000 17:00:00 -0400
22962              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
22963      Branch: maint-5.6/perl
22964           !> (integrate 27 files)
22965 ____________________________________________________________________________
22966 [  7763] By: gsar                                  on 2000/11/20  10:08:08
22967         Log: s/perl56delta/perldelta/g
22968      Branch: maint-5.6/perl
22969            ! pod/Makefile
22970 ____________________________________________________________________________
22971 [  7762] By: gsar                                  on 2000/11/20  10:04:00
22972         Log: integrate changes#6225,6229,6231,6232 from cfgperl
22973              
22974              Add source code filenames to apidoc.
22975              From: simon@brecon.co.uk (Simon Cozens)
22976              Subject: [PATCH embed.pl] Source X-ref
22977              Date: 22 Jun 2000 02:18:49 GMT
22978              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
22979              
22980              Subject: README.hpux version 0.6.1
22981              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
22982              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
22983              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
22984              
22985              Subject: [PATCH 5.6.0] cygwin port
22986              From: "Fifer, Eric" <EFifer@sanwaint.com>
22987              Date: Tue, 20 Jun 2000 14:30:58 +0100
22988              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
22989              
22990              Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
22991              From: simon@brecon.co.uk (Simon Cozens)
22992              Date: 19 Jun 2000 15:18:27 GMT
22993              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
22994              
22995              plus update pod/Makefile and regenerate perltoc
22996      Branch: maint-5.6/perl
22997           +> pod/perlutil.pod
22998           !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
22999           !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
23000 ____________________________________________________________________________
23001 [  7761] By: jhi                                   on 2000/11/20  04:09:55
23002         Log: Miraculous typo.
23003      Branch: perl
23004            ! t/op/pat.t
23005 ____________________________________________________________________________
23006 [  7760] By: jhi                                   on 2000/11/20  04:06:08
23007         Log: Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
23008              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23009              Date: Sun, 19 Nov 2000 22:30:26 -0500
23010              Message-ID: <20001119223026.A5165@monk.mps.ohio-state.edu>
23011      Branch: perl
23012            ! regexec.c scope.h t/op/pat.t
23013 ____________________________________________________________________________
23014 [  7759] By: jhi                                   on 2000/11/20  02:05:22
23015         Log: Make certain MacOS Classic has NO_ENVIRON_ARRAY.
23016      Branch: perl
23017            ! perl.h
23018 ____________________________________________________________________________
23019 [  7758] By: jhi                                   on 2000/11/20  01:58:11
23020         Log: Subject: [perl 7711: EPOC] updates
23021              From: Olaf Flebbe <o.flebbe@gmx.de>
23022              Date: Sun, 19 Nov 2000 19:33:30 +0100 (MET)
23023              Message-ID: <25575.974658810@www23.gmx.net>               
23024      Branch: perl
23025            + lib/File/Spec/Epoc.pm
23026            ! MANIFEST epoc/epocish.c lib/CGI.pm lib/Cwd.pm
23027            ! lib/File/Basename.pm lib/File/Find.pm lib/File/Path.pm
23028            ! lib/File/Spec.pm perl.c sv.c
23029 ____________________________________________________________________________
23030 [  7757] By: jhi                                   on 2000/11/20  01:53:11
23031         Log: ext/re/hints/MSWin32.pl seems to be missing from perlio.
23032      Branch: perl
23033            ! MANIFEST
23034 ____________________________________________________________________________
23035 [  7756] By: jhi                                   on 2000/11/20  01:47:22
23036         Log: Integrate perlio.
23037      Branch: perl
23038            - ext/re/hints/MSWin32.pl
23039           !> global.sym perlio.c perlio.h perliol.h pod/perlapi.pod sv.c
23040           !> win32/config.gc win32/config_H.gc win32/win32sck.c
23041 ____________________________________________________________________________
23042 [  7755] By: nick                                  on 2000/11/19  20:57:17
23043         Log: Add dummy crlf layer (just as buffer)
23044              Correct 1st bug - one layer of indirection.
23045      Branch: perlio
23046            ! perlio.c perlio.h perliol.h
23047 ____________________________________________________________________________
23048 [  7754] By: nick                                  on 2000/11/19  20:56:12
23049         Log: Work-round to Perl_deb_nocontext is no longer required
23050      Branch: perlio
23051            - ext/re/hints/MSWin32.pl
23052 ____________________________________________________________________________
23053 [  7753] By: nick                                  on 2000/11/19  20:01:16
23054         Log: diff -se shows these as different
23055      Branch: perlio
23056            ! global.sym pod/perlapi.pod
23057 ____________________________________________________________________________
23058 [  7752] By: nick                                  on 2000/11/19  18:57:30
23059         Log: Configure GCC/Win32 build -Duseperlio
23060              Fix a couple of gross issues
23061              - double-include of ../deb.o in re.dll
23062              - win32sck.c needs PerlIO and FILE 
23063      Branch: perlio
23064            ! ext/re/hints/MSWin32.pl win32/config.gc win32/config_H.gc
23065            ! win32/win32sck.c
23066 ____________________________________________________________________________
23067 [  7751] By: nick                                  on 2000/11/19  17:05:36
23068         Log: Special case :crlf and :raw in dummy PerlIO_apply_layers
23069      Branch: perlio
23070            ! perlio.c
23071 ____________________________________________________________________________
23072 [  7750] By: nick                                  on 2000/11/19  16:57:14
23073         Log: Missing aTHX_
23074      Branch: perlio
23075            ! sv.c
23076 ____________________________________________________________________________
23077 [  7749] By: jhi                                   on 2000/11/19  16:28:40
23078         Log: Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
23079              From: "Peter J. Farley III" <pjfarley@banet.net>
23080              Date: Sun, 19 Nov 2000 01:42:58 -0500
23081              Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net>
23082      Branch: perl
23083            ! djgpp/config.over ext/Storable/Storable.pm hints/dos_djgpp.sh
23084 ____________________________________________________________________________
23085 [  7748] By: jhi                                   on 2000/11/19  16:08:10
23086         Log: Subject: podlators 1.05 available        
23087              From: Russ Allbery <rra@stanford.edu>   
23088              Date: 18 Nov 2000 22:04:28 -0800
23089              Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu>
23090      Branch: perl
23091            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
23092 ____________________________________________________________________________
23093 [  7747] By: nick                                  on 2000/11/19  11:19:39
23094         Log: Integrate mainline
23095      Branch: perlio
23096           !> embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
23097           !> util.c
23098 ____________________________________________________________________________
23099 [  7746] By: jhi                                   on 2000/11/19  06:42:22
23100         Log: Make hex scanning warn on "\x{x}" and "\xx".
23101              "\x" and and hex("x") are still valid.
23102      Branch: perl
23103            ! util.c
23104 ____________________________________________________________________________
23105 [  7745] By: nick                                  on 2000/11/18  22:52:28
23106         Log: Integrate mainline
23107      Branch: perlio
23108           !> emacs/ptags embed.h embed.pl lib/CPAN.pm lib/CPAN/FirstTime.pm
23109           !> perl.h perlio.c proto.h regcomp.c regcomp.h
23110 ____________________________________________________________________________
23111 [  7744] By: jhi                                   on 2000/11/18  22:50:28
23112         Log: Introduce Perl_utf8_length().  Use it.
23113      Branch: perl
23114            ! embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
23115 ____________________________________________________________________________
23116 [  7743] By: jhi                                   on 2000/11/18  22:38:51
23117         Log: Compiler denit.
23118      Branch: perl
23119            ! perlio.c
23120 ____________________________________________________________________________
23121 [  7742] By: jhi                                   on 2000/11/18  20:33:05
23122         Log: Integrate perlio.
23123      Branch: perl
23124           !> cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
23125           !> perlio.h pp_ctl.c pp_sys.c sv.c
23126 ____________________________________________________________________________
23127 [  7741] By: jhi                                   on 2000/11/18  20:31:27
23128         Log: Subject: [PATCH 5.7.0] make regcomp reenterable
23129              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23130              Date: Fri, 17 Nov 2000 20:35:11 -0500
23131              Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu>
23132              
23133              Subject: Re: [PATCH 5.7.0] make regcomp reenterable
23134              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23135              Date: Fri, 17 Nov 2000 21:03:47 -0500
23136              Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu>
23137              
23138              Plus a little bit of tweaking in pregcomp().
23139      Branch: perl
23140            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
23141 ____________________________________________________________________________
23142 [  7740] By: nick                                  on 2000/11/18  20:17:22
23143         Log: Lexical use open ... support:
23144              add ->cop_io to COP structure in cop.h.
23145              Make mg.c and gv.c associate it with ${^OPEN}.
23146              Make lib/open.pm set it.
23147              Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
23148              manner similar to ->cop_warnings.
23149              Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
23150              call new PerlIO_apply_layers().
23151              Declare latter in perlio.h and define in perlio.c
23152      Branch: perlio
23153            ! cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
23154            ! perlio.h pp_ctl.c pp_sys.c sv.c
23155 ____________________________________________________________________________
23156 [  7739] By: jhi                                   on 2000/11/18  19:54:00
23157         Log: Integrate perlio.
23158      Branch: perl
23159           !> doio.c perlio.c pp.c
23160 ____________________________________________________________________________
23161 [  7738] By: jhi                                   on 2000/11/18  17:16:13
23162         Log: Subject: [PATCH 5.7.0] etags broken again
23163              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23164              Date: Sat, 18 Nov 2000 02:41:36 -0500
23165              Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu>
23166      Branch: perl
23167            ! emacs/ptags
23168 ____________________________________________________________________________
23169 [  7737] By: jhi                                   on 2000/11/18  17:12:18
23170         Log: Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
23171      Branch: perl
23172            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
23173 ____________________________________________________________________________
23174 [  7736] By: nick                                  on 2000/11/18  14:06:20
23175         Log: Basic tweaks to do_open() type parsing to allow layer/discipline
23176              part to be isolated.
23177      Branch: perlio
23178            ! doio.c perlio.c
23179 ____________________________________________________________________________
23180 [  7735] By: nick                                  on 2000/11/18  11:03:32
23181         Log: Integrate mainline
23182      Branch: perlio
23183           !> Changes README.amiga README.win32 patchlevel.h
23184           !> pod/perlfunc.pod pp.c regcomp.c regexec.c t/op/re_tests
23185 ____________________________________________________________________________
23186 [  7734] By: jhi                                   on 2000/11/18  01:18:56
23187         Log: Update Changes.
23188      Branch: perl
23189            ! Changes patchlevel.h
23190 ____________________________________________________________________________
23191 [  7733] By: jhi                                   on 2000/11/18  00:32:54
23192         Log: Subject: [PATCH 5.7.0] restore match data on backtracing
23193              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23194              Date: Fri, 17 Nov 2000 17:28:02 -0500
23195              Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
23196      Branch: perl
23197            ! regcomp.c regexec.c t/op/re_tests
23198 ____________________________________________________________________________
23199 [  7732] By: jhi                                   on 2000/11/18  00:28:56
23200         Log: Sparc 64-bit pack() fix from Jens Hamisch.
23201      Branch: perl
23202            ! pp.c
23203 ____________________________________________________________________________
23204 [  7731] By: jhi                                   on 2000/11/18  00:18:39
23205         Log: Explain in more detail the {} syntax ambiguousity.
23206              
23207              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
23208              From: Nicholas Clark <nick@ccl4.org>
23209              Date: Fri, 17 Nov 2000 22:10:28 +0000
23210              Message-ID: <20001117221028.A88930@plum.flirble.org>
23211      Branch: perl
23212            ! pod/perlfunc.pod
23213 ____________________________________________________________________________
23214 [  7730] By: jhi                                   on 2000/11/18  00:12:18
23215         Log: Subject: Fix for README.amiga (20000323.033)
23216              From: "Stephen P. Potter" <spp@spotter.yi.org>
23217              Date: Fri, 17 Nov 2000 12:25:51 -0500
23218              Message-Id: <200011171725.MAA05768@spotter.yi.org>
23219      Branch: perl
23220            ! README.amiga
23221 ____________________________________________________________________________
23222 [  7729] By: jhi                                   on 2000/11/18  00:08:34
23223         Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
23224              From: "A. C. Yardley" <yardley@tanet.net>
23225              Date: Mon, 3 Apr 2000 11:35:33 -0700
23226              Message-ID: <3483.000403@tanet.net>
23227      Branch: perl
23228            ! README.win32
23229 ____________________________________________________________________________
23230 [  7728] By: nick                                  on 2000/11/17  21:59:47
23231         Log: Integrate mainline
23232      Branch: perlio
23233           !> configure.com hints/solaris_2.sh lib/Carp/Heavy.pm
23234           !> lib/ExtUtils/xsubpp lib/Pod/Checker.pm pod/perlfaq9.pod
23235           !> pod/perlhack.pod pod/perllocale.pod pod/perlmodlib.PL
23236           !> pod/perlpod.pod pod/perlxs.pod pod/perlxstut.pod t/lib/b.t
23237 ____________________________________________________________________________
23238 [  7727] By: nick                                  on 2000/11/17  21:56:31
23239         Log: Experiment on use of attributes.pm interface.
23240              Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
23241              SVt_PVRV if not already something better (else vivify of say magic gets
23242              core dump).
23243      Branch: perlio
23244            ! perlio.c pp.c
23245 ____________________________________________________________________________
23246 [  7726] By: jhi                                   on 2000/11/17  14:15:49
23247         Log: Subject: Fix for 20000815.006
23248              From: "Stephen P. Potter" <spp@spotter.yi.org>
23249              Date: Fri, 17 Nov 2000 08:57:45 -0500
23250              Message-Id: <200011171357.IAA05122@spotter.yi.org>
23251              
23252              It's really 20000518.006.
23253      Branch: perl
23254            ! pod/perlmodlib.PL
23255 ____________________________________________________________________________
23256 [  7725] By: jhi                                   on 2000/11/17  14:12:31
23257         Log: Subject: Fix for 20000409.001
23258              From: "Stephen P. Potter" <spp@spotter.yi.org>
23259              Date: Fri, 17 Nov 2000 08:55:45 -0500
23260              Message-Id: <200011171355.IAA05104@spotter.yi.org>
23261      Branch: perl
23262            ! pod/perlfaq9.pod
23263 ____________________________________________________________________________
23264 [  7724] By: jhi                                   on 2000/11/17  14:08:58
23265         Log: Undo #7627 now that we have =head3.
23266      Branch: perl
23267            ! pod/perlhack.pod
23268 ____________________________________________________________________________
23269 [  7723] By: jhi                                   on 2000/11/17  14:04:09
23270         Log: As surmised the #7719 wasn't a good move.
23271      Branch: perl
23272            ! hints/solaris_2.sh
23273 ____________________________________________________________________________
23274 [  7722] By: jhi                                   on 2000/11/17  13:59:04
23275         Log: Also the 64bitall hints can be either here or there.
23276      Branch: perl
23277            ! hints/solaris_2.sh
23278 ____________________________________________________________________________
23279 [  7721] By: jhi                                   on 2000/11/17  02:26:23
23280         Log: Test tweak for the open pragma.
23281      Branch: perl
23282            ! t/lib/b.t
23283 ____________________________________________________________________________
23284 [  7720] By: jhi                                   on 2000/11/17  00:23:22
23285         Log: The long double hints can be here or there.
23286      Branch: perl
23287            ! hints/solaris_2.sh
23288 ____________________________________________________________________________
23289 [  7719] By: jhi                                   on 2000/11/17  00:14:06
23290         Log: For Solaris use64bitall the stdchar needs a little bit of help.
23291      Branch: perl
23292            ! hints/solaris_2.sh
23293 ____________________________________________________________________________
23294 [  7718] By: jhi                                   on 2000/11/16  23:27:34
23295         Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
23296              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
23297              Date: Wed, 15 Nov 2000 08:56:32 +0100
23298              Message-ID: <3A1241B0.64477E00@alcatel.at>
23299      Branch: perl
23300            ! lib/Carp/Heavy.pm
23301 ____________________________________________________________________________
23302 [  7717] By: jhi                                   on 2000/11/16  23:23:29
23303         Log: Subject: [PATCH] Re: 20001101.003 PDL
23304              From: Nicholas Clark <nick@ccl4.org>
23305              Date: Thu, 16 Nov 2000 16:48:25 +0000
23306              Message-ID: <20001116164825.B93487@plum.flirble.org>
23307      Branch: perl
23308            ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
23309 ____________________________________________________________________________
23310 [  7716] By: jhi                                   on 2000/11/16  23:21:31
23311         Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
23312              From: "Casey R. Tweten" <crt@kiski.net>
23313              Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
23314              Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
23315      Branch: perl
23316            ! lib/Pod/Checker.pm pod/perlpod.pod
23317 ____________________________________________________________________________
23318 [  7715] By: jhi                                   on 2000/11/16  23:19:40
23319         Log: Avoid an infinite loop in VMS when utils scripts are run
23320              with no arguments, from Charles Lane.
23321      Branch: perl
23322            ! configure.com
23323 ____________________________________________________________________________
23324 [  7714] By: jhi                                   on 2000/11/16  23:17:08
23325         Log: Subject: perllocale.pod changes
23326              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
23327              Date: Mon, 13 Nov 2000 10:09:22 +0300
23328              Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
23329      Branch: perl
23330            ! pod/perllocale.pod
23331 ____________________________________________________________________________
23332 [  7713] By: jhi                                   on 2000/11/16  23:14:06
23333         Log: Integrate perlio.
23334      Branch: perl
23335           !> doio.c perlio.c perlio.h util.c
23336 ____________________________________________________________________________
23337 [  7712] By: nick                                  on 2000/11/16  21:10:58
23338         Log: Integrate mainline
23339      Branch: perlio
23340           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
23341           !> config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
23342           !> uconfig.sh vos/config.alpha.def vos/config.alpha.h
23343           !> vos/config.ga.def vos/config.ga.h win32/config.bc
23344           !> win32/config.gc win32/config.vc
23345 ____________________________________________________________________________
23346 [  7711] By: nick                                  on 2000/11/16  19:56:41
23347         Log: Minor tweaks:
23348              consistent way of getting 'rb', 'wb' etc. for binary opens
23349              move *perlio::layers to *open::layers
23350              a #define to show layers available
23351              DOSISH popen/PerlIO had export/import sense inverted.
23352      Branch: perlio
23353            ! doio.c perlio.c perlio.h util.c
23354 ____________________________________________________________________________
23355 [  7710] By: jhi                                   on 2000/11/16  15:46:05
23356         Log: Add HAS_SBRK_PROTO.
23357      Branch: metaconfig/U/perl
23358            + d_sbrkproto.U
23359      Branch: perl
23360            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
23361            ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
23362            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
23363            ! vos/config.ga.def vos/config.ga.h win32/config.bc
23364            ! win32/config.gc win32/config.vc
23365 ____________________________________________________________________________
23366 [  7709] By: nick                                  on 2000/11/16  07:31:49
23367         Log: Integrate mainline
23368      Branch: perlio
23369           !> (integrate 35 files)
23370 ____________________________________________________________________________
23371 [  7708] By: jhi                                   on 2000/11/16  05:33:03
23372         Log: These files are text, not binary.
23373      Branch: perl
23374            ! ext/Encode/Encode/iso8859-10.enc
23375            ! ext/Encode/Encode/iso8859-13.enc
23376            ! ext/Encode/Encode/iso8859-14.enc
23377            ! ext/Encode/Encode/iso8859-15.enc
23378 ____________________________________________________________________________
23379 [  7707] By: jhi                                   on 2000/11/16  01:53:37
23380         Log: Update Changes.
23381      Branch: perl
23382            ! Changes patchlevel.h
23383 ____________________________________________________________________________
23384 [  7706] By: jhi                                   on 2000/11/16  01:35:59
23385         Log: More #undefing of stdio.
23386      Branch: perl
23387            ! fakesdio.h nostdio.h
23388 ____________________________________________________________________________
23389 [  7705] By: jhi                                   on 2000/11/16  01:34:18
23390         Log: Add fwalk() probe to the configuration files and regen perltoc.
23391      Branch: perl
23392            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
23393            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
23394            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
23395            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
23396            ! win32/config.bc win32/config.gc win32/config.vc
23397 ____________________________________________________________________________
23398 [  7704] By: jhi                                   on 2000/11/16  01:33:07
23399         Log: Add the _fwalk() unit.  (The probe says 'fwalk()'.  Time for
23400              an optional third argument to Inlibc?)
23401      Branch: metaconfig/U/perl
23402            + d__fwalk.U
23403 ____________________________________________________________________________
23404 [  7703] By: jhi                                   on 2000/11/16  01:09:22
23405         Log: The type of the hash_cb() size argument is tricky.
23406      Branch: perl
23407            ! ext/DB_File/DB_File.xs
23408 ____________________________________________________________________________
23409 [  7702] By: jhi                                   on 2000/11/15  23:01:16
23410         Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
23411      Branch: perl
23412            ! nostdio.h
23413 ____________________________________________________________________________
23414 [  7701] By: jhi                                   on 2000/11/15  22:52:32
23415         Log: Detypo.
23416      Branch: perl
23417            ! t/lib/bigfltpm.t
23418 ____________________________________________________________________________
23419 [  7700] By: jhi                                   on 2000/11/15  22:51:56
23420         Log: UINT64_C() work continues.
23421      Branch: perl
23422            ! handy.h perl.h utf8.h
23423 ____________________________________________________________________________
23424 [  7699] By: jhi                                   on 2000/11/15  14:13:04
23425         Log: SOCKS has its own USE_THREADS, based on
23426              
23427              Subject: [ID 20001114.002] et. al. bugfix followup
23428              From: Jens Hamisch <jens@Strawberry.COM> 
23429              Date: Wed, 15 Nov 2000 14:23:11 +0100
23430              Message-ID: <20001115142311.A21164@Strawberry.COM>
23431      Branch: perl
23432            ! perl.h
23433 ____________________________________________________________________________
23434 [  7698] By: jhi                                   on 2000/11/15  03:50:56
23435         Log: Add few missing #undefs and sort them.
23436      Branch: perl
23437            ! fakesdio.h
23438 ____________________________________________________________________________
23439 [  7697] By: jhi                                   on 2000/11/15  03:39:14
23440         Log: Linenumber fix.
23441      Branch: perl
23442            ! t/pragma/warn/utf8
23443 ____________________________________________________________________________
23444 [  7696] By: jhi                                   on 2000/11/15  02:55:26
23445         Log: EBCDIC tweaks.
23446              
23447              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
23448              From: Peter Prymmer <pvhp@forte.com>
23449              Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
23450              Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
23451      Branch: perl
23452            ! t/op/regmesg.t t/pragma/warn/utf8
23453 ____________________________________________________________________________
23454 [  7695] By: jhi                                   on 2000/11/15  02:53:58
23455         Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
23456              From: Peter Prymmer <pvhp@forte.com>
23457              Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
23458              Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
23459      Branch: perl
23460            ! utf8.c
23461 ____________________________________________________________________________
23462 [  7694] By: jhi                                   on 2000/11/15  02:50:55
23463         Log: Subject: [PATCH: perl@7674] updates to README.os390
23464              From: Prymmer/Kahn <pvhp@best.com>
23465              Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
23466              Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
23467      Branch: perl
23468            ! README.os390
23469 ____________________________________________________________________________
23470 [  7693] By: jhi                                   on 2000/11/15  02:48:37
23471         Log: Quit utf8_to_uv() instantly if curlen == 0.
23472      Branch: perl
23473            ! utf8.c
23474 ____________________________________________________________________________
23475 [  7692] By: jhi                                   on 2000/11/15  02:24:29
23476         Log: Use u_int32_t for the size of hash_cb(), not size_t.
23477              
23478              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
23479              From: Jens Hamisch <jens@Strawberry.COM>     
23480              Date: Tue, 14 Nov 2000 19:03:55 +0100
23481              Message-Id: <20001114190355.A20559@Strawberry.COM>
23482      Branch: perl
23483            ! ext/DB_File/DB_File.xs
23484 ____________________________________________________________________________
23485 [  7691] By: jhi                                   on 2000/11/15  02:20:12
23486         Log: Use UINT64_C().
23487              
23488              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
23489              From: Jens Hamisch <jens@Strawberry.COM>
23490              Date: Tue, 14 Nov 2000 19:16:23 +0100
23491              Message-Id: <20001114191623.G20559@Strawberry.COM>
23492      Branch: perl
23493            ! utf8.c utf8.h
23494 ____________________________________________________________________________
23495 [  7690] By: jhi                                   on 2000/11/15  02:17:06
23496         Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
23497              (a macro to define signed and unsigned integer constants).
23498      Branch: perl
23499            ! handy.h
23500 ____________________________________________________________________________
23501 [  7689] By: jhi                                   on 2000/11/15  01:56:51
23502         Log: Regen Configure.
23503      Branch: perl
23504            ! Configure
23505 ____________________________________________________________________________
23506 [  7688] By: jhi                                   on 2000/11/15  01:56:32
23507         Log: Make the unit know about SOCKS.
23508      Branch: metaconfig
23509            ! U/protos/socksizetype.U
23510 ____________________________________________________________________________
23511 [  7687] By: jhi                                   on 2000/11/15  01:54:47
23512         Log: Remove unused dependencies.
23513      Branch: metaconfig
23514            ! U/compline/d_getpagsz.U
23515 ____________________________________________________________________________
23516 [  7686] By: nick                                  on 2000/11/14  21:25:13
23517         Log: Integrate mainline.
23518      Branch: perlio
23519           +> ext/re/hints/MSWin32.pl win32/bin/mdelete.bat
23520           !> MANIFEST doio.c doop.c ext/IO/lib/IO/Handle.pm
23521           !> ext/IO/lib/IO/Seekable.pm ext/SDBM_File/Makefile.PL
23522           !> lib/ExtUtils/MM_Unix.pm lib/perl5db.pl makedef.pl perl.h
23523           !> perlio.c pp.c pp_sys.c toke.c utf8.c utf8.h win32/Makefile
23524           !> win32/config.bc win32/config.gc win32/config.vc
23525           !> win32/makefile.mk win32/win32.c win32/win32.h win32/win32sck.c
23526 ____________________________________________________________________________
23527 [  7685] By: jhi                                   on 2000/11/14  17:54:56
23528         Log: Integrate perlio.
23529      Branch: perl
23530           +> fakesdio.h perliol.h
23531           !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
23532           !> perlsdio.h perlsfio.h pod/perlfunc.pod
23533 ____________________________________________________________________________
23534 [  7684] By: nick                                  on 2000/11/14  17:43:04
23535         Log: PerlIO #include and #ifdef re-work.
23536      Branch: perlio
23537            + fakesdio.h perliol.h
23538            ! MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
23539            ! perlsdio.h perlsfio.h
23540 ____________________________________________________________________________
23541 [  7683] By: jhi                                   on 2000/11/14  15:42:40
23542         Log: Hoist the duplicated socket/netdb include logic to perl.h;
23543              undef SETERRNO in case SOCKS has defined it.  Based on:
23544              
23545              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
23546              From: Jens Hamisch <jens@Strawberry.COM> 
23547              Date: Tue, 14 Nov 2000 11:34:40 +0100
23548              Message-Id: <20001114113440.A20005@Strawberry.COM>
23549      Branch: perl
23550            ! doio.c perl.h pp_sys.c
23551 ____________________________________________________________________________
23552 [  7682] By: jhi                                   on 2000/11/14  14:07:28
23553         Log: Subject: some additions for makefiles for win32 (for perl@7674)
23554              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
23555              Date: Tue, 14 Nov 2000 09:31:13 +0300
23556              Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
23557      Branch: perl
23558            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
23559            ! win32/makefile.mk
23560 ____________________________________________________________________________
23561 [  7681] By: jhi                                   on 2000/11/14  14:01:41
23562         Log: Subject: tiny typo in perl5db.pl
23563              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
23564              Date: Tue, 14 Nov 2000 09:29:28 +0300
23565              Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
23566      Branch: perl
23567            ! lib/perl5db.pl
23568 ____________________________________________________________________________
23569 [  7680] By: jhi                                   on 2000/11/14  04:13:50
23570         Log: Redo #7679 with LFs instead of CRLFs.
23571      Branch: perl
23572            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
23573            ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
23574            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
23575 ____________________________________________________________________________
23576 [  7679] By: jhi                                   on 2000/11/14  01:21:09
23577         Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
23578              From: Benjamin Stuhl <tiriath@yahoo.com> 
23579              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
23580              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
23581      Branch: perl
23582            + win32/bin/mdelete.bat
23583            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
23584            ! makedef.pl perlio.c win32/Makefile win32/config.gc
23585            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
23586 ____________________________________________________________________________
23587 [  7678] By: jhi                                   on 2000/11/14  01:19:20
23588         Log: Fix the re extension building for Win32.
23589              
23590              Subject: [PATCH perl@7638] Get PerlIO building on Win32
23591              From: Benjamin Stuhl <tiriath@yahoo.com> 
23592              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
23593              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
23594      Branch: perl
23595            + ext/re/hints/MSWin32.pl
23596            ! MANIFEST
23597 ____________________________________________________________________________
23598 [  7677] By: jhi                                   on 2000/11/14  01:13:54
23599         Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
23600              From: sthoenna@efn.org
23601              Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
23602              Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
23603      Branch: perl
23604            ! doop.c pp.c toke.c utf8.c utf8.h
23605 ____________________________________________________________________________
23606 [  7676] By: jhi                                   on 2000/11/13  20:23:15
23607         Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
23608              From: Nicholas Clark <nick@ccl4.org>
23609              Date: Mon, 13 Nov 2000 18:55:04 +0000
23610              Message-ID: <20001113185504.J29183@plum.flirble.org>
23611      Branch: perl
23612            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
23613 ____________________________________________________________________________
23614 [  7675] By: nick                                  on 2000/11/13  20:21:57
23615         Log: Integrate mainline ...
23616      Branch: perlio
23617           !> Changes MANIFEST doop.c ext/IO/IO.xs ext/IO/lib/IO/Handle.pm
23618           !> ext/IO/lib/IO/Seekable.pm patchlevel.h perl.h perlio.c
23619           !> perlsfio.h pod/perlfunc.pod pod/perlunicode.pod pp.c regexp.h
23620           !> t/io/tell.t t/lib/io_xs.t t/op/bop.t utf8.c
23621 ____________________________________________________________________________
23622 [  7674] By: jhi                                   on 2000/11/13  15:07:56
23623         Log: Update Changes.
23624      Branch: perl
23625            ! Changes patchlevel.h
23626 ____________________________________________________________________________
23627 [  7673] By: jhi                                   on 2000/11/13  14:42:42
23628         Log: Remove the new two tests of lib/io_xs for now, they seem to
23629              fail under perlio on some platforms.
23630      Branch: perl
23631            ! t/lib/io_xs.t
23632 ____________________________________________________________________________
23633 [  7672] By: jhi                                   on 2000/11/13  13:57:53
23634         Log: Make PerlIO_getpos() to behave like fgetpos() on return.
23635      Branch: perl
23636            ! perlio.c
23637 ____________________________________________________________________________
23638 [  7671] By: jhi                                   on 2000/11/13  05:30:48
23639         Log: Placate nervous compilers that see longer than ints switch()ing.
23640      Branch: perl
23641            ! utf8.c
23642 ____________________________________________________________________________
23643 [  7670] By: jhi                                   on 2000/11/13  05:14:21
23644         Log: fputs() does return EOF on error but here we don't care.
23645      Branch: perl
23646            ! perlio.c
23647 ____________________________________________________________________________
23648 [  7669] By: jhi                                   on 2000/11/13  05:02:45
23649         Log: Declare reg_data like reg_substr_data.
23650      Branch: perl
23651            ! regexp.h
23652 ____________________________________________________________________________
23653 [  7668] By: jhi                                   on 2000/11/13  04:54:34
23654         Log: Typos in #7667.
23655      Branch: perl
23656            ! perl.h
23657 ____________________________________________________________________________
23658 [  7667] By: jhi                                   on 2000/11/13  04:49:49
23659         Log: Cleanup messy #ifdef.
23660      Branch: perl
23661            ! perl.h
23662 ____________________________________________________________________________
23663 [  7666] By: jhi                                   on 2000/11/13  04:17:34
23664         Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
23665              From: Nicholas Clark <nick@talking.bollo.cx>
23666              Date: Sun, 12 Nov 2000 21:14:11 +0000
23667              Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
23668              
23669              Note: only one breakage of the two reported is fixed by this patch.
23670      Branch: perl
23671            ! perlio.c
23672 ____________________________________________________________________________
23673 [  7665] By: jhi                                   on 2000/11/13  04:05:07
23674         Log: Tweak the definition of the bit complement on UTF-8 data:
23675              if none of the characters in the string are > 0xff,
23676              the result is a complemented byte string, not a (UTF-8)
23677              char string.  Based on the summary in
23678              
23679              Subject: Re: [ID 20000918.005] ~ on wide chars
23680              From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 
23681              Date: Fri, 10 Nov 2000 09:47:15 -0800
23682              Message-ID: <jSDD6gzkgi/T092yn@efn.org>
23683              
23684              This should give us the maximum backward (pre-char string)
23685              compatibility and utf8 compatibility.  The other alternative
23686              would be to limit the bit complement to be always byte only,
23687              taking the least significant byte of the chars.
23688      Branch: perl
23689            ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
23690 ____________________________________________________________________________
23691 [  7664] By: jhi                                   on 2000/11/13  00:23:44
23692         Log: Couple of tests from #7660 salvaged.
23693      Branch: perl
23694            - t/op/tell.t
23695            ! MANIFEST t/io/tell.t
23696 ____________________________________________________________________________
23697 [  7663] By: jhi                                   on 2000/11/13  00:02:48
23698         Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
23699              From: Nicholas Clark <nick@talking.bollo.cx>
23700              Date: Sun, 12 Nov 2000 21:23:43 +0000
23701              Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
23702      Branch: perl
23703            ! perlsfio.h
23704 ____________________________________________________________________________
23705 [  7662] By: jhi                                   on 2000/11/13  00:01:39
23706         Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
23707              From: Nicholas Clark <nick@talking.bollo.cx>
23708              Date: Sun, 12 Nov 2000 21:30:04 +0000
23709              Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
23710      Branch: perl
23711            ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
23712 ____________________________________________________________________________
23713 [  7661] By: jhi                                   on 2000/11/12  23:57:29
23714         Log: Document tell() on special streams.
23715      Branch: perl
23716            ! pod/perlfunc.pod
23717 ____________________________________________________________________________
23718 [  7660] By: jhi                                   on 2000/11/12  23:54:22
23719         Log: (Subsumed by #7664)
23720      Branch: perl
23721            + t/op/tell.t
23722            ! MANIFEST
23723 ____________________________________________________________________________
23724 [  7659] By: jhi                                   on 2000/11/12  22:55:25
23725         Log: Many subdocumented return values of the IO extension now documented.
23726              ungetc and write still left subdocumented.
23727              
23728              Subject: [PATCH] (was Re: IO::Handle::ungetc)
23729              From: Nicholas Clark <nick@talking.bollo.cx>
23730              Date: Sun, 12 Nov 2000 21:35:53 +0000
23731              Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
23732      Branch: perl
23733            ! ext/IO/lib/IO/Handle.pm
23734 ____________________________________________________________________________
23735 [  7658] By: jhi                                   on 2000/11/12  21:37:06
23736         Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
23737              From: Nicholas Clark <nick@talking.bollo.cx>
23738              Date: Sun, 12 Nov 2000 20:03:22 +0000
23739              Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
23740      Branch: perl
23741            ! pod/perlfunc.pod
23742 ____________________________________________________________________________
23743 [  7657] By: jhi                                   on 2000/11/12  20:34:55
23744         Log: Integrate perlio.
23745      Branch: perl
23746           !> perlio.c
23747 ____________________________________________________________________________
23748 [  7656] By: nick                                  on 2000/11/12  19:25:06
23749         Log: Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
23750      Branch: perlio
23751            ! perlio.c
23752 ____________________________________________________________________________
23753 [  7655] By: nick                                  on 2000/11/12  19:09:41
23754         Log: Integrate mainline
23755      Branch: perlio
23756           +> README.solaris ext/Encode/Encode/cp1006.enc
23757           +> ext/Encode/Encode/cp424.enc ext/Encode/Encode/cp856.enc
23758           +> ext/Encode/Encode/gsm0338.enc ext/Encode/Encode/iso8859-10.enc
23759           +> ext/Encode/Encode/iso8859-13.enc
23760           +> ext/Encode/Encode/iso8859-14.enc
23761           +> ext/Encode/Encode/iso8859-15.enc
23762           !> (integrate 34 files)
23763 ____________________________________________________________________________
23764 [  7654] By: jhi                                   on 2000/11/12  19:00:22
23765         Log: Add a metaconfig unit for fsync.
23766      Branch: metaconfig/U/perl
23767            + d_fsync.U
23768 ____________________________________________________________________________
23769 [  7653] By: jhi                                   on 2000/11/12  19:00:01
23770         Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
23771      Branch: perl
23772            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
23773            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
23774            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
23775            ! vos/config.ga.h win32/config.bc win32/config.gc
23776            ! win32/config.vc
23777 ____________________________________________________________________________
23778 [  7652] By: jhi                                   on 2000/11/11  21:12:01
23779         Log: Copy the s// information of README.hpux also to the perlrun.
23780      Branch: perl
23781            ! README.hpux pod/perlrun.pod
23782 ____________________________________________________________________________
23783 [  7651] By: jhi                                   on 2000/11/11  21:03:13
23784         Log: More README.solaris updates from Andy Dougherty.
23785      Branch: perl
23786            ! README.solaris
23787 ____________________________________________________________________________
23788 [  7650] By: jhi                                   on 2000/11/11  18:38:57
23789         Log: More descriptive error for unknown perlio layers.
23790              
23791              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
23792              From: Dominic Dunlop <domo@computer.org> 
23793              Date: Sat, 11 Nov 2000 18:20:32 +0100             
23794              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
23795      Branch: perl
23796            ! perlio.c pod/perldiag.pod
23797 ____________________________________________________________________________
23798 [  7649] By: jhi                                   on 2000/11/11  18:37:52
23799         Log: MachTen doesn't really do mmap() and munmap().
23800              
23801              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
23802              From: Dominic Dunlop <domo@computer.org> 
23803              Date: Sat, 11 Nov 2000 18:20:32 +0100             
23804              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
23805      Branch: perl
23806            ! hints/machten.sh
23807 ____________________________________________________________________________
23808 [  7648] By: jhi                                   on 2000/11/11  18:36:46
23809         Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
23810              From: rspier@pobox.com (Robert Spier)
23811              Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
23812              Message-ID: <14861.32839.491271.985797@rls.cx>
23813      Branch: perl
23814            ! Porting/Contract pod/perltoot.pod
23815 ____________________________________________________________________________
23816 [  7647] By: jhi                                   on 2000/11/11  18:35:30
23817         Log: Simplify the getpagesize() unit by dropping the
23818              pagesize probe since it's nowadays slightly more
23819              complicated because of sysconf(). (Note: if some
23820              platform really needs the -lPW for getpagesize,
23821              I just broke it.)
23822              
23823              TODO: a new pagesize unit.
23824      Branch: metaconfig
23825            ! U/compline/d_getpagsz.U
23826 ____________________________________________________________________________
23827 [  7646] By: jhi                                   on 2000/11/11  18:33:23
23828         Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
23829      Branch: perl
23830            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
23831            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
23832            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
23833            ! vos/config.ga.h win32/config.bc win32/config.gc
23834            ! win32/config.vc
23835 ____________________________________________________________________________
23836 [  7645] By: jhi                                   on 2000/11/11  16:45:15
23837         Log: Use sysconf() or getpagesize() to find out the pagesize.
23838      Branch: perl
23839            ! perlio.c
23840 ____________________________________________________________________________
23841 [  7644] By: jhi                                   on 2000/11/11  15:46:08
23842         Log: Integrate perlio.
23843      Branch: perl
23844           !> perlio.c
23845 ____________________________________________________________________________
23846 [  7643] By: jhi                                   on 2000/11/11  15:33:36
23847         Log: Subject: Re: [PATCH] README.solaris
23848              From: Lupe Christoph <lupe@lupe-christoph.de>
23849              Date: Sat, 11 Nov 2000 14:08:10 +0100
23850              Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
23851      Branch: perl
23852            ! README.solaris
23853 ____________________________________________________________________________
23854 [  7642] By: jhi                                   on 2000/11/11  15:22:12
23855         Log: Subject: [PATCH perl@7638] cygwin port
23856              From: "Eric Fifer" <egf7@columbia.edu>            
23857              Date: Fri, 10 Nov 2000 19:30:30 -0000
23858              Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
23859      Branch: perl
23860            ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
23861 ____________________________________________________________________________
23862 [  7641] By: nick                                  on 2000/11/11  14:50:36
23863         Log: Fixup mmap layer by doing mmap() calls on pagesize boundaries.
23864              Also call "Buf" layer directly when unread'ing non-read chars.
23865      Branch: perlio
23866            ! perlio.c
23867 ____________________________________________________________________________
23868 [  7640] By: jhi                                   on 2000/11/11  02:05:02
23869         Log: Add more encoding tables.
23870      Branch: perl
23871            + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
23872            + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
23873            + ext/Encode/Encode/iso8859-10.enc
23874            + ext/Encode/Encode/iso8859-13.enc
23875            + ext/Encode/Encode/iso8859-14.enc
23876            + ext/Encode/Encode/iso8859-15.enc
23877            ! MANIFEST
23878 ____________________________________________________________________________
23879 [  7639] By: jhi                                   on 2000/11/10  18:49:25
23880         Log: Subject: [PATCH] README.solaris
23881              From: Andy Dougherty <doughera@lafayette.edu>
23882              Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
23883              Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
23884      Branch: perl
23885            + README.solaris
23886            ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
23887            ! pod/perl.pod pod/perltoc.pod
23888 ____________________________________________________________________________
23889 [  7638] By: jhi                                   on 2000/11/10  15:04:15
23890         Log: Update Changes.
23891      Branch: perl
23892            ! Changes patchlevel.h
23893 ____________________________________________________________________________
23894 [  7637] By: jhi                                   on 2000/11/10  14:14:28
23895         Log: Explain better why certain regex tests are skipped.
23896              
23897              Subject: Re: tests skipped: unknown reason
23898              From: Lupe Christoph <lupe@lupe-christoph.de>
23899              Date: Fri, 10 Nov 2000 09:08:56 +0100
23900              Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
23901      Branch: perl
23902            ! t/op/regexp.t
23903 ____________________________________________________________________________
23904 [  7636] By: nick                                  on 2000/11/10  13:40:00
23905         Log: Integrate mainline.
23906      Branch: perlio
23907           !> emacs/cperl-mode.el ext/IO/lib/IO/Handle.pm hints/linux.sh
23908           !> hints/uts.sh lib/unicode/syllables.txt perlio.c
23909           !> win32/bin/search.pl
23910 ____________________________________________________________________________
23911 [  7635] By: nick                                  on 2000/11/10  13:25:52
23912         Log: Re-instate stdio large file support via perlio.
23913      Branch: perl
23914            ! perlio.c
23915 ____________________________________________________________________________
23916 [  7634] By: jhi                                   on 2000/11/10  04:49:55
23917         Log: Amdahl UTS hints updates.
23918              
23919              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
23920              From: hom00@utsglobal.com (Harold O Morris)
23921              Date: Thu, 9 Nov 2000 20:02 PST
23922              Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
23923      Branch: perl
23924            ! hints/uts.sh
23925 ____________________________________________________________________________
23926 [  7633] By: jhi                                   on 2000/11/09  23:33:28
23927         Log: Subject: [PATCH] IO::Seekable pod
23928              From: Nicholas Clark <nick@talking.bollo.cx>
23929              Date: Thu, 9 Nov 2000 20:29:45 +0000
23930              Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
23931      Branch: perl
23932            ! ext/IO/lib/IO/Handle.pm
23933 ____________________________________________________________________________
23934 [  7632] By: jhi                                   on 2000/11/09  21:55:41
23935         Log: Various doc oddball characters.
23936              
23937              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
23938              From: Michael Somos <somos@grail.cba.csuohio.edu>
23939              Date: Mon, 6 Nov 2000 17:44:20 -0500
23940              Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
23941      Branch: perl
23942            ! emacs/cperl-mode.el lib/unicode/syllables.txt
23943            ! win32/bin/search.pl
23944 ____________________________________________________________________________
23945 [  7631] By: jhi                                   on 2000/11/09  21:12:29
23946         Log: Subject: Re: bash -c exit and linux hints 
23947              From: "John P. Linderman" <jpl@research.att.com>
23948              Date: Thu, 02 Nov 2000 09:37:25 -0500
23949              Message-Id: <200011021437.JAA63199@raptor.research.att.com>
23950      Branch: perl
23951            ! hints/linux.sh
23952 ____________________________________________________________________________
23953 [  7630] By: nick                                  on 2000/11/09  20:34:11
23954         Log: Integrate mainline.
23955      Branch: perlio
23956           !> (integrate 91 files)
23957 ____________________________________________________________________________
23958 [  7629] By: jhi                                   on 2000/11/09  19:46:31
23959         Log: Missing dTHXs.
23960              
23961              Subject: RE: perl@7595 builds not on cygwin
23962              From: "Eric Fifer" <egf7@columbia.edu>
23963              Date: Thu, 9 Nov 2000 19:26:50 -0000
23964              Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
23965      Branch: perl
23966            ! ext/Devel/Peek/Peek.xs
23967 ____________________________________________________________________________
23968 [  7628] By: jhi                                   on 2000/11/09  14:48:27
23969         Log: Disable only the tests 99 and 166 for UTF-8 locales.
23970      Branch: perl
23971            ! t/pragma/locale.t
23972 ____________________________________________________________________________
23973 [  7627] By: jhi                                   on 2000/11/09  14:40:27
23974         Log: There's no =head3.
23975      Branch: perl
23976            ! pod/perlhack.pod
23977 ____________________________________________________________________________
23978 [  7626] By: jhi                                   on 2000/11/09  13:54:26
23979         Log: The generated boot_* headers are wrong.  Pickier compiler,
23980              such as KAI C++ will refuse to compile the resulting perlmain.
23981              
23982              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
23983              From: Harri Pasanen <harri.pasanen@trema.com>
23984              Date: Thu, 09 Nov 2000 14:23:28 +0100
23985              Message-Id: <3A0AA550.26D548A3@trema.com>
23986      Branch: perl
23987            ! minimod.pl
23988 ____________________________________________________________________________
23989 [  7625] By: jhi                                   on 2000/11/09  13:50:44
23990         Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
23991              From: Prymmer/Kahn <pvhp@best.com>
23992              Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
23993              Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
23994              
23995              All except the "cow orker" change.
23996      Branch: perl
23997            ! Porting/pumpkin.pod
23998 ____________________________________________________________________________
23999 [  7624] By: jhi                                   on 2000/11/09  13:45:33
24000         Log: Fix for
24001              
24002              Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
24003              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
24004              Date: Thu, 09 Nov 2000 11:05:52 +0100
24005              Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
24006      Branch: perl
24007            ! pod/perldiag.pod t/pragma/warn/pp_sys
24008 ____________________________________________________________________________
24009 [  7623] By: jhi                                   on 2000/11/09  13:37:16
24010         Log: Typo in an ifndef.
24011              
24012              Subject: Re: [PATCH 5.7.0] better messages from malloc()
24013              From: Joe Smith <jms@inwap.com>         
24014              Date: Thu, 09 Nov 2000 01:33:14 -0800
24015              Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
24016      Branch: perl
24017            ! malloc.c
24018 ____________________________________________________________________________
24019 [  7622] By: jhi                                   on 2000/11/09  13:31:18
24020         Log: Remove unused extra arguments.
24021      Branch: metaconfig/U/perl
24022            ! perlxv.U
24023      Branch: perl
24024            ! Configure config_h.SH
24025 ____________________________________________________________________________
24026 [  7621] By: jhi                                   on 2000/11/09  13:16:36
24027         Log: More VMS moves on environment handling, from Charles Lane.
24028      Branch: perl
24029            ! t/pragma/locale.t
24030 ____________________________________________________________________________
24031 [  7620] By: jhi                                   on 2000/11/09  04:42:38
24032         Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
24033              From: David Dyck <dcd@tc.fluke.com>
24034              Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
24035              Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
24036      Branch: perl
24037            ! pp_sys.c
24038 ____________________________________________________________________________
24039 [  7619] By: jhi                                   on 2000/11/09  04:36:21
24040         Log: Forgot from #7618.
24041      Branch: perl
24042            ! lib/File/stat.pm
24043 ____________________________________________________________________________
24044 [  7618] By: jhi                                   on 2000/11/09  04:28:44
24045         Log: Make deleting for %ENV work for (newer versions of) VMS,
24046              from Craig A. Berry.
24047      Branch: perl
24048            ! vms/vms.c
24049 ____________________________________________________________________________
24050 [  7617] By: jhi                                   on 2000/11/09  04:25:05
24051         Log: Subject: [PATCH] Class::Struct at compile time
24052              From: "Casey R. Tweten" <crt@kiski.net>
24053              Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
24054              Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
24055      Branch: perl
24056            ! lib/Class/Struct.pm
24057 ____________________________________________________________________________
24058 [  7616] By: jhi                                   on 2000/11/09  04:15:17
24059         Log: Subject: [ID 20001108.013] spelling
24060              From: "Todd T. Fries" <todd@fries.int.mrleng.com>
24061              Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
24062              Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
24063      Branch: perl
24064            ! lib/ftp.pl
24065 ____________________________________________________________________________
24066 [  7615] By: jhi                                   on 2000/11/09  04:12:42
24067         Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
24068              From: Peter Prymmer <pvhp@forte.com>
24069              Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
24070              Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
24071      Branch: perl
24072            ! configure.com
24073 ____________________________________________________________________________
24074 [  7614] By: jhi                                   on 2000/11/08  22:42:55
24075         Log: A missing aTHX_.
24076      Branch: perl
24077            ! ext/IPC/SysV/SysV.xs
24078 ____________________________________________________________________________
24079 [  7613] By: jhi                                   on 2000/11/08  19:30:21
24080         Log: Update Changes.
24081      Branch: perl
24082            ! Changes patchlevel.h
24083 ____________________________________________________________________________
24084 [  7612] By: jhi                                   on 2000/11/08  18:35:25
24085         Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
24086              From: David Dyck <dcd@tc.fluke.com>
24087              Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
24088              Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
24089      Branch: perl
24090            ! pp_sys.c
24091 ____________________________________________________________________________
24092 [  7611] By: jhi                                   on 2000/11/08  18:30:26
24093         Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
24094              From: Dominic Dunlop <domo@computer.org>
24095              Date: Tue, 7 Nov 2000 12:05:25 +0100
24096              Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
24097      Branch: perl
24098            ! malloc.c
24099 ____________________________________________________________________________
24100 [  7610] By: jhi                                   on 2000/11/08  18:25:14
24101         Log: Do not test UTF-8 locales since that the tests would require
24102              polymorphic regexen.
24103      Branch: perl
24104            ! t/pragma/locale.t
24105 ____________________________________________________________________________
24106 [  7609] By: jhi                                   on 2000/11/08  17:12:51
24107         Log: Locale buglets.
24108              
24109              Subject: RE: Locales support (setlocale) fixes
24110              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
24111              Date: Wed, 8 Nov 2000 20:01:39 +0300
24112              Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
24113      Branch: perl
24114            ! t/pragma/locale.t util.c
24115 ____________________________________________________________________________
24116 [  7608] By: jhi                                   on 2000/11/08  17:00:16
24117         Log: Deleting $ENV{PATH} in VMS is not recommendable.
24118      Branch: perl
24119            ! t/pragma/locale.t
24120 ____________________________________________________________________________
24121 [  7607] By: jhi                                   on 2000/11/08  16:58:26
24122         Log: Subject: PATCH std stdio for (Free)BSD
24123              From: Nicholas Clark <nick@ccl4.org>
24124              Date: Wed, 8 Nov 2000 15:36:29 +0000
24125              Message-ID: <20001108153629.D98736@plum.flirble.org>
24126      Branch: metaconfig
24127            ! U/compline/d_stdstdio.U
24128      Branch: perl
24129            ! Configure config_h.SH
24130 ____________________________________________________________________________
24131 [  7606] By: jhi                                   on 2000/11/08  16:43:31
24132         Log: Forgot to bump the line numbers in #7601.
24133      Branch: perl
24134            ! t/pragma/warn/pp_sys
24135 ____________________________________________________________________________
24136 [  7605] By: jhi                                   on 2000/11/08  16:39:12
24137         Log: More careful detection of how well NVs and UVs mix.
24138              
24139              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))
24140              From: Nicholas Clark <nick@ccl4.org>
24141              Date: Wed, 8 Nov 2000 15:14:12 +0000
24142              Message-ID: <20001108151412.B98736@plum.flirble.org>
24143              
24144              Added some SIGFPE paranoia.
24145      Branch: metaconfig/U/perl
24146            ! perlxv.U
24147      Branch: perl
24148            ! Configure config_h.SH
24149 ____________________________________________________________________________
24150 [  7604] By: jhi                                   on 2000/11/08  14:39:10
24151         Log: Subject: [patch perl@7595] VMS configure.com tweak
24152              From: "Craig A. Berry" <craigberry@mac.com>
24153              Date: Wed, 8 Nov 2000 00:24:12 -0600
24154              Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
24155      Branch: perl
24156            ! configure.com
24157 ____________________________________________________________________________
24158 [  7603] By: jhi                                   on 2000/11/08  14:27:11
24159         Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
24160              From: Robin Barker <rmb1@cise.npl.co.uk>
24161              Date: Wed, 8 Nov 2000 11:11:39 GMT
24162              Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
24163      Branch: perl
24164            ! perlio.c
24165 ____________________________________________________________________________
24166 [  7602] By: jhi                                   on 2000/11/08  14:25:03
24167         Log: Fix for the tie-refhash string table leaks.
24168              
24169              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
24170              Date: Wed, 8 Nov 2000 13:03:04 GMT
24171              Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
24172      Branch: perl
24173            ! t/lib/tie-refhash.t
24174 ____________________________________________________________________________
24175 [  7601] By: jhi                                   on 2000/11/08  14:21:08
24176         Log: Try to avoid flockless and emulationless places.
24177      Branch: perl
24178            ! t/pragma/warn/pp_sys
24179 ____________________________________________________________________________
24180 [  7600] By: jhi                                   on 2000/11/08  02:28:54
24181         Log: Overrideable keys, each, pop, push, shift, splice, unshift.
24182              
24183              Subject: [PATCH] prototyped functions that should be overrideable
24184              From: "Casey R. Tweten" <crt@kiski.net>
24185              Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
24186              Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
24187      Branch: perl
24188            ! toke.c
24189 ____________________________________________________________________________
24190 [  7599] By: jhi                                   on 2000/11/08  01:12:05
24191         Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
24192              
24193              Subject: [PATCH] perlbug.PL
24194              From: "Kurt D. Starsinic" <kstar@chapin.edu>
24195              Date: Mon, 6 Nov 2000 21:39:01 -0500
24196              Message-ID: <20001106213901.B20955@O2.chapin.edu>
24197      Branch: perl
24198            ! utils/perlbug.PL
24199 ____________________________________________________________________________
24200 [  7598] By: jhi                                   on 2000/11/07  23:42:00
24201         Log: Bad thinko in #7581 (I used the test program with the expanded
24202              values as-is).
24203      Branch: metaconfig
24204            ! U/compline/d_stdstdio.U
24205      Branch: perl
24206            ! Configure
24207 ____________________________________________________________________________
24208 [  7597] By: jhi                                   on 2000/11/07  21:43:29
24209         Log: Subject: [PATCH perl@7573] cygwin port
24210              From: "Fifer, Eric" <EFifer@sanwaint.com>
24211              Date: Tue, 7 Nov 2000 18:08:51 -0000 
24212              Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
24213              
24214              Synchronize with Cygwin 1.1.5.
24215      Branch: perl
24216            ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
24217            ! pod/perlport.pod unixish.h util.c
24218 ____________________________________________________________________________
24219 [  7596] By: jhi                                   on 2000/11/07  21:39:25
24220         Log: perlhack updates from H.Merijn Brand.
24221      Branch: perl
24222            ! pod/perlhack.pod
24223 ____________________________________________________________________________
24224 [  7595] By: jhi                                   on 2000/11/07  20:21:41
24225         Log: Update Changes.
24226      Branch: perl
24227            ! Changes patchlevel.h
24228 ____________________________________________________________________________
24229 [  7594] By: jhi                                   on 2000/11/07  19:18:58
24230         Log: Be more robust in Dynaloader.pm.
24231      Branch: perl
24232            ! ext/DynaLoader/DynaLoader_pm.PL
24233 ____________________________________________________________________________
24234 [  7593] By: jhi                                   on 2000/11/07  16:49:31
24235         Log: AUTHORS update.
24236      Branch: perl
24237            ! AUTHORS
24238 ____________________________________________________________________________
24239 [  7592] By: gsar                                  on 2000/11/07  16:39:51
24240         Log: normalize relative paths in virtualized current directory on windows,
24241              under ithreads (avoids ".." etc showing up in what Cwd::cwd()
24242              returns)
24243      Branch: perl
24244            ! win32/vdir.h
24245 ____________________________________________________________________________
24246 [  7591] By: jhi                                   on 2000/11/07  16:04:26
24247         Log: Too profiler-happy: with optimization the #7590 actually makes
24248              the test to run 0.5% _slower_.  Requires much more instrumentation.
24249              Retract #7590.
24250      Branch: perl
24251            ! regcomp.c regcomp.h
24252 ____________________________________________________________________________
24253 [  7590] By: jhi                                   on 2000/11/07  15:51:13
24254         Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
24255              execution time in regcomp.c S_cl_any() and S_cl_is_anything()
24256              by using memset() and testing bytewise (as opposed to bitwise).
24257      Branch: perl
24258            ! regcomp.c regcomp.h
24259 ____________________________________________________________________________
24260 [  7589] By: jhi                                   on 2000/11/07  12:56:39
24261         Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
24262              From: "Craig A. Berry" <craig.berry@psinetcs.com>
24263              Date: Mon, 06 Nov 2000 23:45:30 -0500
24264              Message-Id: <0011079735.AA973576259@univpress.com>
24265      Branch: perl
24266            ! configure.com t/lib/st-lock.t
24267 ____________________________________________________________________________
24268 [  7588] By: jhi                                   on 2000/11/07  01:03:28
24269         Log: Tweak #7587.
24270      Branch: perl
24271            ! pod/perldiag.pod
24272 ____________________________________________________________________________
24273 [  7587] By: jhi                                   on 2000/11/07  01:00:27
24274         Log: A doc addition for bug id 20001105.019, beware \p.
24275      Branch: perl
24276            ! pod/perldiag.pod
24277 ____________________________________________________________________________
24278 [  7586] By: jhi                                   on 2000/11/07  00:32:22
24279         Log: Fake support of holey files in win/dosish platforms.
24280              
24281              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
24282              From: kipp@shonanblue.ne.jp
24283              Date: Mon, 6 Nov 2000 13:30:55 -0800
24284              Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
24285      Branch: perl
24286            ! ext/SDBM_File/sdbm/sdbm.c
24287 ____________________________________________________________________________
24288 [  7585] By: jhi                                   on 2000/11/07  00:12:54
24289         Log: Subject: Pod updates
24290              From: "Stephen P. Potter" <spp@spotter.yi.org>
24291              Date: Mon, 06 Nov 2000 18:56:43 -0500
24292              Message-Id: <200011062357.SAA18173@spotter.yi.org>
24293      Branch: perl
24294            ! README.dos README.os2 README.win32 pod/buildtoc.PL
24295            ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
24296            ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
24297            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
24298            ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
24299            ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
24300            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
24301            ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
24302            ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
24303            ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
24304            ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
24305            ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
24306            ! pod/perltootc.pod pod/perlunicode.pod
24307 ____________________________________________________________________________
24308 [  7584] By: jhi                                   on 2000/11/07  00:04:17
24309         Log: Varargs don't always work too well if one puts an unsigned
24310              char on the stack and pop an unsigned quad off the stack.
24311              
24312              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
24313              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)         
24314              Date: Mon, 06 Nov 2000 15:19:05 -0800
24315              Message-ID: <pxzB6gzkgKXY092yn@efn.org>  
24316      Branch: perl
24317            ! utf8.c
24318 ____________________________________________________________________________
24319 [  7583] By: jhi                                   on 2000/11/06  23:58:48
24320         Log: %ENV note tweaks from Dan Sugalski.
24321      Branch: perl
24322            ! pod/perlport.pod vms/perlvms.pod
24323 ____________________________________________________________________________
24324 [  7582] By: jhi                                   on 2000/11/06  23:05:49
24325         Log: glibc5 detection by __GNU_LIBRARY__.
24326      Branch: perl
24327            ! toke.c
24328 ____________________________________________________________________________
24329 [  7581] By: jhi                                   on 2000/11/06  22:51:29
24330         Log: Make the stdio test program of 7427 less noisy while being 
24331              compiled so that Digital UNIX wouldn't get both
24332              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
24333              undefined.  This makes perlio happy.
24334      Branch: metaconfig
24335            ! U/compline/d_stdstdio.U
24336      Branch: perl
24337            ! Configure config_h.SH
24338 ____________________________________________________________________________
24339 [  7580] By: jhi                                   on 2000/11/06  22:41:41
24340         Log: Document %ENV = () portability issues.
24341      Branch: perl
24342            ! pod/perlport.pod vms/perlvms.pod
24343 ____________________________________________________________________________
24344 [  7579] By: jhi                                   on 2000/11/06  21:29:24
24345         Log: VOS updates from Paul Green.
24346      Branch: perl
24347            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
24348 ____________________________________________________________________________
24349 [  7578] By: jhi                                   on 2000/11/06  21:00:40
24350         Log: Sanitize the environment further.
24351      Branch: perl
24352            ! t/pragma/locale.t
24353 ____________________________________________________________________________
24354 [  7577] By: jhi                                   on 2000/11/06  20:53:51
24355         Log: Re-introduce 7552 lost in integration.
24356      Branch: perl
24357            ! perlio.c
24358 ____________________________________________________________________________
24359 [  7576] By: jhi                                   on 2000/11/06  20:33:46
24360         Log: Admit that the test leaks scalars.
24361      Branch: perl
24362            ! t/comp/proto.t
24363 ____________________________________________________________________________
24364 [  7575] By: jhi                                   on 2000/11/06  20:17:08
24365         Log: Integrate perlio.
24366      Branch: perl
24367           !> perlio.c
24368 ____________________________________________________________________________
24369 [  7574] By: nick                                  on 2000/11/06  20:07:28
24370         Log: Remove debug. Try (Mmap_t) on madvise() call.
24371      Branch: perlio
24372            ! perlio.c
24373 ____________________________________________________________________________
24374 [  7573] By: jhi                                   on 2000/11/06  13:56:05
24375         Log: Update Changes.
24376      Branch: perl
24377            ! Changes patchlevel.h
24378 ____________________________________________________________________________
24379 [  7572] By: jhi                                   on 2000/11/06  13:48:41
24380         Log: Subject: Re: rsync'ed patches vs. rsync'ed source
24381              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
24382              Date: Mon, 06 Nov 2000 10:11:42 +0100
24383              Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
24384      Branch: perl
24385            ! pod/perlhack.pod
24386 ____________________________________________________________________________
24387 [  7571] By: jhi                                   on 2000/11/06  01:45:51
24388         Log: AUTHORS updates.
24389      Branch: perl
24390            ! AUTHORS
24391 ____________________________________________________________________________
24392 [  7570] By: jhi                                   on 2000/11/06  00:18:00
24393         Log: Fix for
24394              
24395              Subject: [ID 20000728.005] perl -P broken
24396              From: David Dyck <dcd@tc.fluke.com>
24397              Date: Fri, 28 Jul 2000 17:19:16 -0700
24398              Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
24399              
24400              (hopefully).  The fix is also not complete, it seems to break
24401              BOM swallowing for libc5 systems, but until someone figures
24402              out a way to do this without ftell(), this will do.
24403      Branch: perl
24404            ! toke.c
24405 ____________________________________________________________________________
24406 [  7569] By: jhi                                   on 2000/11/06  00:05:30
24407         Log: Document that the evaled syntax errors cause scalar leaks.
24408      Branch: perl
24409            ! t/comp/proto.t
24410 ____________________________________________________________________________
24411 [  7568] By: jhi                                   on 2000/11/05  23:14:47
24412         Log: opmini.o can linger from Configures past.
24413      Branch: perl
24414            ! Makefile.SH
24415 ____________________________________________________________________________
24416 [  7567] By: jhi                                   on 2000/11/05  21:28:39
24417         Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
24418              first argument correctly.
24419      Branch: perl
24420            ! perlio.c
24421 ____________________________________________________________________________
24422 [  7566] By: jhi                                   on 2000/11/05  21:15:56
24423         Log: Integrate perlio.
24424      Branch: perl
24425           !> perlio.c
24426 ____________________________________________________________________________
24427 [  7565] By: jhi                                   on 2000/11/05  21:15:13
24428         Log: Use -dM for gcc (the suggested patch did it only for Linux,
24429              but I think it can be generalized).
24430              
24431              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
24432              From: Pixel <pixel@mandrakesoft.com>
24433              Date: 05 Nov 2000 21:49:34 +0100 
24434              Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
24435      Branch: perl
24436            ! ext/Errno/Errno_pm.PL
24437 ____________________________________________________________________________
24438 [  7564] By: nick                                  on 2000/11/05  21:09:18
24439         Log: Added a mmap layer as a "subclass" of perlio.
24440              PERLIO=mmap ./perl harness passes
24441      Branch: perlio
24442            ! perlio.c
24443 ____________________________________________________________________________
24444 [  7563] By: jhi                                   on 2000/11/05  19:48:55
24445         Log: Add a note for future generations about bug id 20000229.006.
24446      Branch: perl
24447            ! malloc.c
24448 ____________________________________________________________________________
24449 [  7562] By: jhi                                   on 2000/11/05  19:38:24
24450         Log: Fix for bug id 19990615.008, pos() unset during s///ge.
24451      Branch: perl
24452            ! pp_ctl.c t/op/pos.t
24453 ____________________________________________________________________________
24454 [  7561] By: jhi                                   on 2000/11/05  18:21:46
24455         Log: Add =pod to be tidy.
24456      Branch: perl
24457            ! lib/Math/Complex.pm
24458 ____________________________________________________________________________
24459 [  7560] By: jhi                                   on 2000/11/05  17:38:46
24460         Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
24461      Branch: perl
24462            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
24463            ! ext/Storable/Storable.xs t/lib/st-recurse.t
24464 ____________________________________________________________________________
24465 [  7559] By: jhi                                   on 2000/11/05  17:32:59
24466         Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
24467              From: "Peter J. Farley III" <pjfarley@banet.net>
24468              Date: Sun, 05 Nov 2000 11:55:59 -0500
24469              Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net> 
24470      Branch: perl
24471            ! t/lib/syslog.t
24472 ____________________________________________________________________________
24473 [  7558] By: jhi                                   on 2000/11/05  17:29:19
24474         Log: Integrate perlio.
24475      Branch: perl
24476           !> perlio.c
24477 ____________________________________________________________________________
24478 [  7557] By: jhi                                   on 2000/11/05  17:22:01
24479         Log: A fix of sorts for 20000329.026, a better error message
24480              for a missing "use charnames" when using the \N{...}. 
24481      Branch: perl
24482            ! pod/perldiag.pod toke.c
24483 ____________________________________________________________________________
24484 [  7556] By: jhi                                   on 2000/11/05  16:33:50
24485         Log: Test tweak: show also the failed locales.
24486              
24487              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
24488              From: Lupe Christoph <lupe@lupe-christoph.de>         
24489              Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
24490              Message-Id: <200011051139.MAA12442@lupe-christoph.de>
24491      Branch: perl
24492            ! t/pragma/locale.t
24493 ____________________________________________________________________________
24494 [  7555] By: nick                                  on 2000/11/05  11:09:34
24495         Log: Fix read from STDERR on raw unix layer for Solaris where fd 2 is
24496              open RDWR so does not fail. (pragma/warnings 303 again...)
24497      Branch: perlio
24498            ! perlio.c
24499 ____________________________________________________________________________
24500 [  7554] By: nick                                  on 2000/11/05  10:10:13
24501         Log: Fix case where ungetc(f,EOF) was allowed.
24502              Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
24503              so we can see similarities.
24504              Use types more carefully and a STDCHAR array in hope that this will
24505              fix Jarrko's 64bit machine.
24506      Branch: perlio
24507            ! perlio.c
24508 ____________________________________________________________________________
24509 [  7553] By: jhi                                   on 2000/11/05  01:12:16
24510         Log: Fix for
24511              
24512              Subject: [ID 20001004.007] taint propogation is inconsistent
24513              From: pimlott@idiomtech.com (Andrew Pimlott) 
24514              Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
24515              Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
24516              
24517              The culprit was sv_setsv() which was rather blindly
24518              propagating taint, which lead to behaviour where if
24519              a tainted anon hash value was seen all the hash values
24520              from then on at that level became tainted, or at any
24521              upper levels in the case of nested anon hashes.
24522      Branch: perl
24523            ! sv.c t/op/taint.t
24524 ____________________________________________________________________________
24525 [  7552] By: jhi                                   on 2000/11/04  23:44:18
24526         Log: Some cpps don't like splitting conditionals across several lines.
24527      Branch: perl
24528            ! perlio.c
24529 ____________________________________________________________________________
24530 [  7551] By: nick                                  on 2000/11/04  23:40:44
24531         Log: Integrate mainline
24532      Branch: perlio
24533           !> pp_hot.c t/op/taint.t
24534 ____________________________________________________________________________
24535 [  7550] By: nick                                  on 2000/11/04  23:39:05
24536         Log: Integrate mainline again
24537      Branch: perlio
24538           !> Configure config_h.SH embed.h embed.pl perl.h proto.h
24539           !> t/lib/b.t t/op/misc.t util.c
24540 ____________________________________________________________________________
24541 [  7549] By: jhi                                   on 2000/11/04  23:14:01
24542         Log: Fix for
24543              
24544              Subject: [ID 20001004.006] undef is never tainted
24545              From: pimlott@idiomtech.com (Andrew Pimlott)
24546              Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
24547              Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
24548              
24549              An undef read from a slurped file was not tainted.
24550      Branch: perl
24551            ! pp_hot.c t/op/taint.t
24552 ____________________________________________________________________________
24553 [  7548] By: jhi                                   on 2000/11/04  22:56:21
24554         Log: Test tweak ($Config{useperlio} is by default undef) .
24555      Branch: perl
24556            ! t/lib/b.t
24557 ____________________________________________________________________________
24558 [  7547] By: jhi                                   on 2000/11/04  22:43:56
24559         Log: Integrate perlio.
24560      Branch: perl
24561           +> lib/perlio.pm
24562           !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
24563           !> pod/perlapi.pod t/lib/b.t
24564 ____________________________________________________________________________
24565 [  7546] By: jhi                                   on 2000/11/04  22:40:59
24566         Log: Configure would use a bad $myuname from an old config.sh.
24567              
24568              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
24569              From: Andy Dougherty <doughera@lafayette.edu>
24570              Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
24571              Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
24572      Branch: metaconfig
24573            ! U/modified/Oldconfig.U
24574      Branch: perl
24575            ! Configure config_h.SH
24576 ____________________________________________________________________________
24577 [  7545] By: jhi                                   on 2000/11/04  22:36:54
24578         Log: Subject: Locales support (setlocale) fixes
24579              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
24580              Date: Sat, 4 Nov 2000 10:15:48 +0300 
24581              Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
24582              
24583              Modified quite a bit to be more portable.
24584      Branch: perl
24585            ! embed.h embed.pl perl.h proto.h util.c
24586 ____________________________________________________________________________
24587 [  7544] By: jhi                                   on 2000/11/04  22:32:47
24588         Log: Dying is too strict here, better just skip.
24589      Branch: perl
24590            ! t/op/misc.t
24591 ____________________________________________________________________________
24592 [  7543] By: nick                                  on 2000/11/04  21:55:13
24593         Log: Merge mainline
24594      Branch: perlio
24595           +> ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
24596           +> ext/Encode/Encode/posix-bc.enc ext/re/hints/aix.pl
24597           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
24598           !> (integrate 64 files)
24599 ____________________________________________________________________________
24600 [  7542] By: jhi                                   on 2000/11/04  21:09:28
24601         Log: More Changes tweakery.
24602      Branch: perl
24603            ! Changes Porting/genlog
24604 ____________________________________________________________________________
24605 [  7541] By: jhi                                   on 2000/11/04  20:58:18
24606         Log: Changes fixups.
24607      Branch: perl
24608            ! Changes
24609 ____________________________________________________________________________
24610 [  7540] By: jhi                                   on 2000/11/04  20:42:38
24611         Log: Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
24612              create a "fast path" for locale name probing using "locale -a"
24613              if available, squash finally hopefully the s?printf resetting
24614              the numeric locale (since, IIUC perllocale, it never shouldn't). 
24615      Branch: perl
24616            ! sv.c t/op/misc.t t/pragma/locale.t
24617 ____________________________________________________________________________
24618 [  7539] By: nick                                  on 2000/11/04  19:56:10
24619         Log: PerlIO infrastructure complete.
24620      Branch: perlio
24621            + lib/perlio.pm
24622            ! MANIFEST iperlsys.h perlio.c t/lib/b.t
24623 ____________________________________________________________________________
24624 [  7538] By: nick                                  on 2000/11/04  14:31:32
24625         Log: Type tweaks + less contorted allocation scheme
24626      Branch: perlio
24627            ! perlio.c
24628 ____________________________________________________________________________
24629 [  7537] By: nick                                  on 2000/11/04  12:40:42
24630         Log: Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
24631              a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
24632              fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
24633              sensible) which lead to some interesting fails.
24634      Branch: perlio
24635            ! perlio.c
24636 ____________________________________________________________________________
24637 [  7536] By: jhi                                   on 2000/11/04  00:20:02
24638         Log: Add FCNTL_CAN_LOCK.
24639              
24640              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
24641              From: Andy Dougherty <doughera@lafayette.edu>
24642              Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
24643              Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
24644              
24645              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
24646              From: Andy Dougherty <doughera@lafayette.edu>
24647              In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
24648              Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
24649      Branch: metaconfig/U/perl
24650            + d_fcntl_can_lock.U
24651            ! startperl.U
24652      Branch: perl
24653            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
24654            ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
24655            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
24656            ! vos/config.ga.h win32/config.bc win32/config.gc
24657            ! win32/config.vc
24658 ____________________________________________________________________________
24659 [  7535] By: nick                                  on 2000/11/03  22:19:10
24660         Log: Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
24661              - Works on Linux with
24662              perlio + unix
24663              stdio
24664              - Works on Solaris with
24665              perlio + unix
24666              - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
24667              - Fails (hangs in openpid) if you try and stack
24668              perlio + stdio - Linux stdio's read() logic is hanging.
24669      Branch: perlio
24670            ! iperlsys.h perlio.c
24671 ____________________________________________________________________________
24672 [  7534] By: jhi                                   on 2000/11/03  15:16:02
24673         Log: Subject: Re: README.aix
24674              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
24675              Date: Fri, 03 Nov 2000 16:03:15 +0100
24676              Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
24677      Branch: perl
24678            ! README.aix
24679 ____________________________________________________________________________
24680 [  7533] By: jhi                                   on 2000/11/03  03:59:02
24681         Log: Subject: [PATCH 5.7.0] better messages from malloc()
24682              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24683              Date: Wed, 1 Nov 2000 23:39:56 -0500
24684              Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
24685      Branch: perl
24686            ! malloc.c pod/perldiag.pod
24687 ____________________________________________________________________________
24688 [  7532] By: jhi                                   on 2000/11/03  00:11:56
24689         Log: The #7521 touched things it shouldn't have.
24690      Branch: perl
24691            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
24692 ____________________________________________________________________________
24693 [  7531] By: jhi                                   on 2000/11/02  22:32:33
24694         Log: Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
24695              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
24696              Date:     Thu, 2 Nov 2000 16:58:36 EST
24697              Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
24698      Branch: perl
24699            ! vms/gen_shrfls.pl
24700 ____________________________________________________________________________
24701 [  7530] By: jhi                                   on 2000/11/02  22:08:49
24702         Log: Fix the problem discussed in
24703              
24704              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
24705              Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST) 
24706              Message-Id: <200010160148.EAA14523@alpha.hut.fi> 
24707              
24708              originally from Linc Madison.  Also Andreas König's comments
24709              taken into account.  Some other problems with Tie::SubstrHash
24710              fixed: didn't croak when the table exceeded the requested number
24711              of entries (as documented) but instead when the number of entries
24712              exceeded the size of the table, a croak() had an unnecessary \n,
24713              didn't have a CLEAR method, documented that there is no exists().
24714              Didn't fix to be strict-proof because the module uses &foo; and
24715              dynamic scope.  Added a test script exercizing both first tamely 
24716              the basic functionality, and then the failure cases reported by
24717              Linc Madison.
24718      Branch: perl
24719            + t/lib/tie-substrhash.t
24720            ! MANIFEST lib/Tie/SubstrHash.pm
24721 ____________________________________________________________________________
24722 [  7529] By: jhi                                   on 2000/11/02  17:58:08
24723         Log: recv() can fail and return undef.
24724              
24725              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
24726              From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
24727              Date: Thu, 2 Nov 2000 20:12:20 +0300
24728              Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
24729      Branch: perl
24730            ! lib/Net/Ping.pm
24731 ____________________________________________________________________________
24732 [  7528] By: jhi                                   on 2000/11/02  17:49:09
24733         Log: Detpyo.
24734      Branch: perl
24735            ! pod/perlop.pod
24736 ____________________________________________________________________________
24737 [  7527] By: jhi                                   on 2000/11/02  15:48:37
24738         Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
24739              fix a autovivification bug in Tie::RefHash, add tests for both.
24740              
24741              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
24742              From: Edward Avis <epa98@doc.ic.ac.uk>
24743              Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
24744              Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
24745      Branch: perl
24746            + t/lib/tie-refhash.t
24747            ! MANIFEST lib/Tie/RefHash.pm
24748 ____________________________________________________________________________
24749 [  7526] By: jhi                                   on 2000/11/02  13:56:26
24750         Log: Test::Harness revealed buglets in the new DynaLoader.
24751              
24752              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
24753              From: andreas.koenig@anima.de (Andreas J. Koenig)
24754              Date: 02 Nov 2000 11:26:48 +0100 
24755              Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
24756      Branch: perl
24757            ! ext/DynaLoader/DynaLoader_pm.PL
24758 ____________________________________________________________________________
24759 [  7525] By: jhi                                   on 2000/11/01  23:52:08
24760         Log: The entry for #7503 was missing.
24761      Branch: perl
24762            ! Changes
24763 ____________________________________________________________________________
24764 [  7524] By: jhi                                   on 2000/11/01  23:40:52
24765         Log: Update Changes.
24766      Branch: perl
24767            ! Changes patchlevel.h
24768 ____________________________________________________________________________
24769 [  7523] By: jhi                                   on 2000/11/01  22:57:09
24770         Log: More tweaking on the #7522 theme.
24771      Branch: perl
24772            ! ext/DynaLoader/DynaLoader_pm.PL
24773 ____________________________________________________________________________
24774 [  7522] By: jhi                                   on 2000/11/01  22:06:15
24775         Log: Expand %Config variables and %ENV variables only if
24776              so requested during build time using the
24777              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
24778              Not expanding makes relocating distributions easier.
24779      Branch: perl
24780            ! ext/DynaLoader/DynaLoader_pm.PL
24781 ____________________________________________________________________________
24782 [  7521] By: jhi                                   on 2000/11/01  20:56:34
24783         Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
24784              and setgid() because they were just changing $< and $( which means
24785              only changing the real uid/gid, as opposed to changing both
24786              real and effective ids.  (The alternative way could have been
24787              in POSIX.pm to change $> and $), too, but making a direct call
24788              to the C API feels cleaner.)  Fixes the bug
24789              
24790              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
24791              From: "Garry T. Williams" <garry@zvolve.com>
24792              Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
24793              Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
24794      Branch: perl
24795            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
24796            ! ext/POSIX/typemap pod/perlvar.pod
24797 ____________________________________________________________________________
24798 [  7520] By: jhi                                   on 2000/11/01  20:08:33
24799         Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
24800              From: "Garry T. Williams" <garry@zvolve.com>
24801              Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
24802              Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
24803      Branch: perl
24804            ! pod/perlsec.pod
24805 ____________________________________________________________________________
24806 [  7519] By: jhi                                   on 2000/11/01  20:01:22
24807         Log: Locale warning explanation tweak.
24808      Branch: perl
24809            ! pod/perldiag.pod
24810 ____________________________________________________________________________
24811 [  7518] By: jhi                                   on 2000/11/01  18:57:13
24812         Log: C.pm part of
24813              
24814              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
24815              From: Jarkko Hietaniemi <jhi@iki.fi>
24816              Date: Tue, 10 Oct 2000 08:22:28 -0500
24817              Message-Id: <20001010082228.B17030@chaos.wustl.edu>
24818      Branch: perl
24819            ! ext/B/B/C.pm
24820 ____________________________________________________________________________
24821 [  7517] By: jhi                                   on 2000/11/01  18:41:59
24822         Log: Subject: [ID 20001005.006] Documentation -- description of qr//
24823              From: Martien Verbruggen <mgjv@comdyn.com.au>
24824              Date: Fri, 6 Oct 2000 14:09:10 +1100
24825              Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
24826      Branch: perl
24827            ! pod/perlop.pod
24828 ____________________________________________________________________________
24829 [  7516] By: jhi                                   on 2000/11/01  18:34:55
24830         Log: Generalize the Camel wording.
24831              
24832              Subject: Re: perlfaq style changes
24833              From: John Borwick <jhborwic@unity.ncsu.edu>
24834              Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
24835              Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
24836      Branch: perl
24837            ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
24838 ____________________________________________________________________________
24839 [  7515] By: jhi                                   on 2000/11/01  16:52:31
24840         Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
24841              From: pimlott@idiomtech.com (Andrew Pimlott)
24842              Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
24843              Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
24844      Branch: perl
24845            ! pod/perlsec.pod
24846 ____________________________________________________________________________
24847 [  7514] By: jhi                                   on 2000/11/01  15:03:40
24848         Log: More AIX lore.
24849      Branch: perl
24850            ! ext/re/hints/aix.pl
24851 ____________________________________________________________________________
24852 [  7513] By: jhi                                   on 2000/11/01  14:48:30
24853         Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
24854              From: root <root@chronos.fi.muni.cz>
24855              Date: Wed, 1 Nov 2000 12:31:32 +0100
24856              Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
24857      Branch: perl
24858            ! lib/Net/Ping.pm
24859 ____________________________________________________________________________
24860 [  7512] By: jhi                                   on 2000/11/01  14:46:47
24861         Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
24862              From: Martin Husemann <martin@duskware.de>
24863              Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
24864              Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
24865      Branch: perl
24866            ! regcomp.c
24867 ____________________________________________________________________________
24868 [  7511] By: jhi                                   on 2000/11/01  14:39:50
24869         Log: AUTHORS updates.
24870      Branch: perl
24871            ! AUTHORS
24872 ____________________________________________________________________________
24873 [  7510] By: jhi                                   on 2000/11/01  14:29:50
24874         Log: Subject: [PATCH] startperl to respect versiononly
24875              From: Robin Barker <rmb1@cise.npl.co.uk> 
24876              Date: Tue, 31 Oct 2000 16:29:36 GMT
24877              Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
24878      Branch: metaconfig/U/perl
24879            ! startperl.U
24880      Branch: perl
24881            ! Configure config_h.SH
24882 ____________________________________________________________________________
24883 [  7509] By: jhi                                   on 2000/11/01  14:19:53
24884         Log: printf UVs the correct way, noticed by Robin Barker.
24885      Branch: perl
24886            ! utf8.c
24887 ____________________________________________________________________________
24888 [  7508] By: jhi                                   on 2000/11/01  14:10:03
24889         Log: Do not cleanup *% because the % has special meanings in some
24890              shell environments.
24891      Branch: perl
24892            ! ext/Storable/Makefile.PL
24893 ____________________________________________________________________________
24894 [  7507] By: jhi                                   on 2000/11/01  14:06:00
24895         Log: The NonStop-UX libraries have a novel way to say NaN.
24896      Branch: perl
24897            ! t/lib/bigfltpm.t
24898 ____________________________________________________________________________
24899 [  7506] By: jhi                                   on 2000/11/01  14:03:35
24900         Log: The osname has been lowercased by now, from Tom Bates.
24901      Branch: metaconfig
24902            ! U/modified/Oldconfig.U
24903      Branch: perl
24904            ! Configure config_h.SH
24905 ____________________________________________________________________________
24906 [  7505] By: jhi                                   on 2000/10/31  19:18:39
24907         Log: The compiler is either gcc or cc, from Tom Bates.
24908      Branch: perl
24909            ! hints/nonstopux.sh
24910 ____________________________________________________________________________
24911 [  7504] By: jhi                                   on 2000/10/31  14:53:42
24912         Log: Update Changes.
24913      Branch: perl
24914            ! Changes patchlevel.h
24915 ____________________________________________________________________________
24916 [  7503] By: jhi                                   on 2000/10/31  14:30:50
24917         Log: Whitespace style tweak.  Was originally going to see to
24918              
24919              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
24920              From: Joe Smith <jms@inwap.com>
24921              Date: Mon, 30 Oct 2000 18:47:57 -0800
24922              Message-Id: <39FE32DD.24AAC4D@inwap.com>
24923              
24924              but that had already been taken care of.
24925      Branch: metaconfig
24926            ! U/compline/d_stdstdio.U
24927      Branch: perl
24928            ! Configure config_h.SH
24929 ____________________________________________________________________________
24930 [  7502] By: jhi                                   on 2000/10/31  14:25:02
24931         Log: AUTHORS tweaks.
24932      Branch: perl
24933            ! AUTHORS
24934 ____________________________________________________________________________
24935 [  7501] By: jhi                                   on 2000/10/31  14:23:59
24936         Log: Subject: perlfaq style changes
24937              From: John Borwick <jhborwic@unity.ncsu.edu>
24938              Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
24939              Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
24940      Branch: perl
24941            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
24942            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
24943            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
24944            ! pod/perlfaq9.pod
24945 ____________________________________________________________________________
24946 [  7500] By: jhi                                   on 2000/10/31  14:22:15
24947         Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
24948              
24949              Subject: Re: [ID 20000918.005] ~ on wide chars
24950              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
24951              Date: Mon, 30 Oct 2000 21:09:55 -0800
24952              Message-ID: <jQl/5gzkgWYL092yn@efn.org>
24953              
24954              (The ord() part of the patch skipped.)
24955      Branch: perl
24956            ! doop.c
24957 ____________________________________________________________________________
24958 [  7499] By: jhi                                   on 2000/10/31  14:20:08
24959         Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
24960              From: Jens Hamisch <jens@Strawberry.COM>
24961              Date: Mon, 30 Oct 2000 15:17:07 +0100
24962              Message-Id: <20001030151707.A9597@Strawberry.COM>
24963      Branch: perl
24964            ! av.c
24965 ____________________________________________________________________________
24966 [  7498] By: jhi                                   on 2000/10/31  14:16:29
24967         Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
24968              From: Peter Prymmer <pvhp@forte.com>
24969              Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
24970              Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
24971      Branch: perl
24972            + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
24973            + ext/Encode/Encode/posix-bc.enc
24974            ! MANIFEST t/lib/encode.t
24975 ____________________________________________________________________________
24976 [  7497] By: jhi                                   on 2000/10/31  14:13:22
24977         Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
24978              From: Peter Prymmer <pvhp@forte.com>
24979              Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
24980              Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
24981      Branch: perl
24982            ! t/lib/cgi-html.t
24983 ____________________________________________________________________________
24984 [  7496] By: jhi                                   on 2000/10/31  14:12:05
24985         Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
24986              From: Peter Prymmer <pvhp@forte.com>
24987              Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
24988              Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
24989      Branch: perl
24990            ! t/lib/cgi-function.t
24991 ____________________________________________________________________________
24992 [  7495] By: jhi                                   on 2000/10/31  14:11:08
24993         Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
24994              From: Peter Prymmer <pvhp@forte.com>
24995              Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
24996              Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
24997      Branch: perl
24998            + ext/re/hints/aix.pl
24999            ! MANIFEST ext/re/Makefile.PL
25000 ____________________________________________________________________________
25001 [  7494] By: jhi                                   on 2000/10/31  14:08:32
25002         Log: Use Errno magic.
25003              
25004              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
25005              From: Casey Tweten <perl@ctweten.amsite.com>
25006              Date: Mon, 30 Oct 2000 15:51:17 -0500
25007              Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
25008      Branch: perl
25009            ! lib/File/Temp.pm
25010 ____________________________________________________________________________
25011 [  7493] By: jhi                                   on 2000/10/31  14:05:07
25012         Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
25013              
25014              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
25015              From: Nicholas Clark <nick@ccl4.org>
25016              Date: Mon, 30 Oct 2000 17:38:45 +0000
25017              Message-ID: <20001030173845.O60355@plum.flirble.org>
25018      Branch: perl
25019            ! Makefile.SH utils/perlbug.PL
25020 ____________________________________________________________________________
25021 [  7492] By: nick                                  on 2000/10/30  19:37:23
25022         Log: Change files which are mysteriously different to mainline to be
25023              copies of mainline.
25024      Branch: perlio
25025            ! objXSUB.h perlapi.c pod/perlapi.pod
25026 ____________________________________________________________________________
25027 [  7491] By: nick                                  on 2000/10/30  18:05:54
25028         Log: Perlio fixes discovered on big-endian & very traditional Solaris:
25029              - typo in endian code in putc.
25030              - Don't allow read of write-only files and vice-versa
25031              - and off-by-one in flush-all loop.
25032              Remove debug calls as they were using GCC specific features.
25033      Branch: perlio
25034            ! perlio.c
25035 ____________________________________________________________________________
25036 [  7490] By: nick                                  on 2000/10/29  21:45:45
25037         Log: Integrate mainline to perlio
25038      Branch: perlio
25039           !> lib/ExtUtils/Manifest.pm op.c t/comp/proto.t t/pragma/utf8.t
25040           !> toke.c
25041 ____________________________________________________________________________
25042 [  7489] By: jhi                                   on 2000/10/29  21:11:08
25043         Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
25044              From: andreas.koenig@anima.de (Andreas J. Koenig)
25045              Date: 29 Oct 2000 22:05:59 +0100
25046              Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
25047      Branch: perl
25048            ! lib/ExtUtils/Manifest.pm
25049 ____________________________________________________________________________
25050 [  7488] By: jhi                                   on 2000/10/29  21:07:47
25051         Log: Tests for #7487.
25052              
25053              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
25054              From: andreas.koenig@anima.de (Andreas J. Koenig)
25055              Date: 29 Oct 2000 19:37:09 +0100
25056              Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
25057      Branch: perl
25058            ! t/comp/proto.t
25059 ____________________________________________________________________________
25060 [  7487] By: jhi                                   on 2000/10/29  21:06:27
25061         Log: constsub spillage.
25062              
25063              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
25064              From: John Tobey <jtobey@john-edwin-tobey.org>
25065              Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
25066              Message-Id: <m13pvSr-000FObC@feynman.localnet>
25067      Branch: perl
25068            ! op.c
25069 ____________________________________________________________________________
25070 [  7486] By: nick                                  on 2000/10/29  21:05:04
25071         Log: Integrate mainline to perlio branch
25072      Branch: perlio
25073           +> Porting/repository.pod lib/unicode/Is/DCmedial.pl
25074           +> t/lib/tie-splice.t vos/config.alpha.def vos/config.alpha.h
25075           +> vos/config.ga.def vos/config.ga.h vos/configure_perl.cm
25076           +> vos/install_perl.cm
25077            - MAINTAIN fix_pl lib/unicode/Is/DCinital.pl vos/config.def
25078            - vos/config.h vos/config_h.SH_orig
25079           !> (integrate 141 files)
25080 ____________________________________________________________________________
25081 [  7485] By: jhi                                   on 2000/10/29  21:00:47
25082         Log: Make \x{...} consistently produce UTF-8.
25083              
25084              Subject: Re: \x{...} is confused 
25085              From: Simon Cozens <simon@cozens.net>
25086              Date: Sun, 29 Oct 2000 19:36:48 +0000
25087              Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
25088      Branch: perl
25089            ! t/pragma/utf8.t toke.c
25090 ____________________________________________________________________________
25091 [  7484] By: nick                                  on 2000/10/29  20:05:29
25092         Log: PerlIO passes all tests.
25093      Branch: perlio
25094            ! perlio.c
25095 ____________________________________________________________________________
25096 [  7483] By: jhi                                   on 2000/10/29  18:06:55
25097         Log: Update Changes.
25098      Branch: perl
25099            ! Changes patchlevel.h
25100 ____________________________________________________________________________
25101 [  7482] By: nick                                  on 2000/10/29  17:43:28
25102         Log: Include <unistd.h> to get correct lseek() prototype etc.
25103              (I thought perl.h did that) - down to two fails
25104              - comp/require.t (last test)
25105              - lib/io_xs.t - possibly import/export of FILE * ?
25106      Branch: perlio
25107            ! perlio.c
25108 ____________________________________________________________________________
25109 [  7481] By: jhi                                   on 2000/10/29  17:02:37
25110         Log: UTF-8 decoder tweak.
25111      Branch: perl
25112            ! utf8.c
25113 ____________________________________________________________________________
25114 [  7480] By: nick                                  on 2000/10/29  16:26:11
25115         Log: Fixed two bugs:
25116              - error code not being set on close (of broken pipe)
25117              - append mode was truncating.
25118              At least one seek/tell bug remains.
25119      Branch: perlio
25120            ! perlio.c
25121 ____________________________________________________________________________
25122 [  7479] By: nick                                  on 2000/10/29  11:18:16
25123         Log: Prototype (stdio-like) PerlIO passing basic tests. Checked in
25124              in case of accidents. Still several worrying fails, no line disciplines yet.
25125      Branch: perlio
25126            ! iperlsys.h perlio.c
25127 ____________________________________________________________________________
25128 [  7478] By: jhi                                   on 2000/10/29  02:04:01
25129         Log: Add also emailless people.
25130      Branch: perl
25131            ! AUTHORS
25132 ____________________________________________________________________________
25133 [  7477] By: jhi                                   on 2000/10/29  01:36:00
25134         Log: The #7476 needs a MANIFEST change, too.
25135      Branch: perl
25136            ! MANIFEST
25137 ____________________________________________________________________________
25138 [  7476] By: jhi                                   on 2000/10/29  01:35:21
25139         Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
25140      Branch: perl
25141            - MAINTAIN
25142            ! AUTHORS Changes
25143 ____________________________________________________________________________
25144 [  7475] By: jhi                                   on 2000/10/28  23:57:25
25145         Log: De-quoted-unreadable to ISO Latin 1.
25146              (There's one ISO-2022-JP name in Changes5.004.)
25147      Branch: perl
25148            ! Changes Changes5.6
25149 ____________________________________________________________________________
25150 [  7474] By: jhi                                   on 2000/10/28  19:13:06
25151         Log: Subject: [ID 20001027.007] uniq array in perlfaq
25152              From: Hans Ginzel <hans@kolej.mff.cuni.cz>     
25153              Date: Fri, 27 Oct 2000 19:28:30 +0200
25154              Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz> 
25155      Branch: perl
25156            ! pod/perlfaq4.pod
25157 ____________________________________________________________________________
25158 [  7473] By: jhi                                   on 2000/10/28  18:02:05
25159         Log: Locking null mutexes is not recommendable.
25160              
25161              Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED) 
25162              From: Hugo <hv@crypt.compulink.co.uk>
25163              Date: Sat, 28 Oct 2000 18:41:12 +0100
25164              Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
25165      Branch: perl
25166            ! op.c
25167 ____________________________________________________________________________
25168 [  7472] By: jhi                                   on 2000/10/28  17:52:58
25169         Log: Better create a true mailing list for the repository keepers.
25170      Branch: perl
25171            ! Porting/repository.pod
25172 ____________________________________________________________________________
25173 [  7471] By: jhi                                   on 2000/10/28  17:28:24
25174         Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
25175              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
25176      Branch: perl
25177            + Porting/repository.pod
25178            ! MANIFEST
25179 ____________________________________________________________________________
25180 [  7470] By: jhi                                   on 2000/10/28  17:20:54
25181         Log: Subject: DOC PATCH 5.6.0
25182              From: mjd@plover.com
25183              Date: 27 Oct 2000 17:32:44 -0000
25184              Message-ID: <20001027173244.23754.qmail@plover.com>
25185      Branch: perl
25186            ! pod/perlfunc.pod
25187 ____________________________________________________________________________
25188 [  7469] By: jhi                                   on 2000/10/28  17:16:45
25189         Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
25190              From: "Peter J. Farley III" <pjfarley@banet.net>
25191              Date: Fri, 27 Oct 2000 20:32:56 -0400
25192              Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
25193      Branch: perl
25194            ! README.dos
25195 ____________________________________________________________________________
25196 [  7468] By: jhi                                   on 2000/10/28  17:07:18
25197         Log: Make target reordering to avoid pointless re-makes.
25198              
25199              Subject: Re: Total re-make of 'make okfile' after 7451 ?
25200              From: Nicholas Clark <nick@ccl4.org>
25201              Date: Sat, 28 Oct 2000 00:31:02 +0100
25202              Message-ID: <20001028003101.A54517@plum.flirble.org>
25203      Branch: perl
25204            ! Makefile.SH
25205 ____________________________________________________________________________
25206 [  7467] By: jhi                                   on 2000/10/28  17:05:31
25207         Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
25208              From: lvirden@cas.org
25209              Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
25210              Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
25211      Branch: perl
25212            ! README.os2
25213 ____________________________________________________________________________
25214 [  7466] By: jhi                                   on 2000/10/28  16:09:16
25215         Log: Upgrade to CPAN 1.58_55.
25216              
25217              Subject: CPAN.pm status
25218              From: andreas.koenig@anima.de (Andreas J. Koenig) 
25219              Date: 28 Oct 2000 08:18:00 +0200 
25220              Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
25221      Branch: perl
25222            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
25223 ____________________________________________________________________________
25224 [  7465] By: jhi                                   on 2000/10/28  16:02:47
25225         Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
25226      Branch: perl
25227            ! embed.h embed.pl perl.h proto.h toke.c
25228 ____________________________________________________________________________
25229 [  7464] By: nick                                  on 2000/10/28  10:43:44
25230         Log: Fix for sv_2iv() on "shared" value from keys %hash.
25231      Branch: perl
25232            ! sv.c
25233 ____________________________________________________________________________
25234 [  7463] By: jhi                                   on 2000/10/27  16:18:29
25235         Log: Update Changes.
25236      Branch: perl
25237            ! Changes patchlevel.h
25238 ____________________________________________________________________________
25239 [  7462] By: jhi                                   on 2000/10/27  16:17:44
25240         Log: Too enthusiastic editing in #7460.
25241      Branch: metaconfig
25242            ! U/modified/Oldsym.U
25243      Branch: perl
25244            ! Configure config_h.SH
25245 ____________________________________________________________________________
25246 [  7461] By: jhi                                   on 2000/10/27  15:37:38
25247         Log: Retract #7459, the script needs more work.
25248      Branch: perl
25249            - mkreef
25250            ! MANIFEST
25251 ____________________________________________________________________________
25252 [  7460] By: jhi                                   on 2000/10/27  15:23:14
25253         Log: Use $sort, $uniq (and $tr) consistently as wondered
25254              by Nicholas Clark.
25255      Branch: metaconfig
25256            ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
25257            ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
25258            ! U/modified/libc.U
25259      Branch: perl
25260            ! Configure config_h.SH
25261 ____________________________________________________________________________
25262 [  7459] By: jhi                                   on 2000/10/27  15:02:07
25263         Log: (Retracted by #7461)
25264              
25265              Add a shell script for creating/removing symbolic link farms,
25266              useful for keeping the source code read-only and doing the
25267              builds somewhere else.
25268      Branch: perl
25269            + mkreef
25270            ! MANIFEST
25271 ____________________________________________________________________________
25272 [  7458] By: jhi                                   on 2000/10/27  14:42:20
25273         Log: Do away with the fix_pl.
25274      Branch: perl
25275            - fix_pl
25276            ! MANIFEST Makefile.SH
25277 ____________________________________________________________________________
25278 [  7457] By: jhi                                   on 2000/10/27  12:43:13
25279         Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
25280              From: Jens Hamisch <jens@Strawberry.COM>
25281              Date: Fri, 27 Oct 2000 14:38:21 +0200
25282              Message-Id: <20001027143821.B3366@Strawberry.COM>
25283      Branch: perl
25284            ! perl.h
25285 ____________________________________________________________________________
25286 [  7456] By: jhi                                   on 2000/10/27  12:33:42
25287         Log: Subject: [PATCH] todo
25288              From: Nicholas Clark <nick@ccl4.org>
25289              Date: Thu, 26 Oct 2000 22:32:29 +0100
25290              Message-ID: <20001026223229.A44540@plum.flirble.org>
25291      Branch: perl
25292            ! pod/perltodo.pod
25293 ____________________________________________________________________________
25294 [  7455] By: jhi                                   on 2000/10/27  12:02:21
25295         Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
25296              From: John Tobey <jtobey@john-edwin-tobey.org>
25297              Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
25298              Message-Id: <m13ozHF-000FObC@feynman.localnet>
25299      Branch: perl
25300            ! op.c t/pragma/sub_lval.t
25301 ____________________________________________________________________________
25302 [  7454] By: jhi                                   on 2000/10/27  11:59:42
25303         Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
25304              From: sthoenna@efn.org
25305              Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
25306              Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
25307      Branch: perl
25308            ! pp.c t/op/assignwarn.t
25309 ____________________________________________________________________________
25310 [  7453] By: jhi                                   on 2000/10/27  00:15:08
25311         Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
25312      Branch: perl
25313            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
25314            ! ext/Storable/Storable.xs t/lib/st-lock.t
25315 ____________________________________________________________________________
25316 [  7452] By: jhi                                   on 2000/10/26  13:05:52
25317         Log: Undo #7451, this seems to be a deficiency in Perforce,
25318              there is no per-file line-terminator type, only per-client.
25319      Branch: perl
25320            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
25321            ! win32/makefile.mk
25322 ____________________________________________________________________________
25323 [  7451] By: jhi                                   on 2000/10/26  04:56:03
25324         Log: Experimenting in DOS arcana.
25325      Branch: perl
25326            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
25327            ! win32/makefile.mk
25328 ____________________________________________________________________________
25329 [  7450] By: jhi                                   on 2000/10/26  04:50:52
25330         Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
25331              From: "Peter J. Farley III" <pjfarley@banet.net>            
25332              Date: Wed, 25 Oct 2000 23:10:18 -0400
25333              Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
25334      Branch: perl
25335            ! t/io/open.t
25336 ____________________________________________________________________________
25337 [  7449] By: jhi                                   on 2000/10/26  04:49:16
25338         Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
25339              From: Hugo <hv@crypt.compulink.co.uk>
25340              Date: Thu, 26 Oct 2000 01:55:17 +0100
25341              Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
25342              
25343              minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
25344      Branch: perl
25345            ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
25346 ____________________________________________________________________________
25347 [  7448] By: jhi                                   on 2000/10/26  04:38:36
25348         Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
25349              From: Peter Prymmer <pvhp@forte.com>
25350              Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)                          
25351              Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
25352      Branch: perl
25353            ! configure.com
25354 ____________________________________________________________________________
25355 [  7447] By: jhi                                   on 2000/10/25  23:20:02
25356         Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
25357              in platforms that strictly require all the symbols being present
25358              at link time.
25359      Branch: perl
25360            ! handy.h
25361 ____________________________________________________________________________
25362 [  7446] By: jhi                                   on 2000/10/25  21:55:57
25363         Log: Update Changes.
25364      Branch: perl
25365            ! Changes patchlevel.h
25366 ____________________________________________________________________________
25367 [  7445] By: jhi                                   on 2000/10/25  21:27:08
25368         Log: Integrate with vmsperl #7430 by Charles Bailey:
25369              
25370              Cleanup from prior patch (Charles Lane?):
25371              - improve handling of MFDs in Basename and Path
25372              - default to no xsubpp line # munging when building debug images
25373      Branch: perl
25374           !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
25375 ____________________________________________________________________________
25376 [  7444] By: jhi                                   on 2000/10/25  21:03:50
25377         Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
25378              From: John Peacock <JPeacock@UnivPress.com>
25379              Date: Thu, 18 May 2000 11:55:27 -0400
25380              Message-ID: <3924126F.A58BE57A@UnivPress.com>
25381      Branch: perl
25382            ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
25383            ! t/op/write.t
25384 ____________________________________________________________________________
25385 [  7443] By: jhi                                   on 2000/10/25  20:43:10
25386         Log: Temporary stopgap for the self-tying issue: for now only
25387              array and hash self-ties are verboten.  The real fix, of
25388              course, would be to comprehensively test (and implement?)
25389              and debug (and document) self-ties.
25390      Branch: perl
25391            ! pod/perldiag.pod pp_sys.c t/op/tie.t
25392 ____________________________________________________________________________
25393 [  7442] By: jhi                                   on 2000/10/25  20:14:30
25394         Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
25395              From: Dan Sugalski <dan@sidhe.org>
25396              Date: Wed, 25 Oct 2000 13:36:35 -0400
25397              Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
25398              
25399              plus regen global.sym.
25400      Branch: perl
25401            ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
25402            ! thrdvar.h util.c
25403 ____________________________________________________________________________
25404 [  7441] By: jhi                                   on 2000/10/25  20:12:20
25405         Log: buildtoc target tweaks.
25406      Branch: perl
25407            ! pod/Makefile.SH
25408 ____________________________________________________________________________
25409 [  7440] By: jhi                                   on 2000/10/25  20:03:53
25410         Log: A new version of making the syslog test more robust.
25411              (Replaces #7421.)
25412              
25413              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
25414              From: "Kurt D. Starsinic" <kstar@chapin.edu>
25415              Date: Wed, 25 Oct 2000 12:13:54 -0400
25416              Message-ID: <20001025121354.B2264@O2.chapin.edu>
25417      Branch: perl
25418            ! t/lib/syslog.t
25419 ____________________________________________________________________________
25420 [  7439] By: jhi                                   on 2000/10/25  20:00:48
25421         Log: Continue the internal UTF-8 API tweaking.
25422              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
25423              used much more than the simpler API, now called utf8_to_uv_simple().
25424              Still not quite happy with API, too much partial duplication
25425              of functionality.
25426      Branch: perl
25427            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
25428            ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
25429            ! regcomp.c regexec.c sv.c toke.c utf8.c
25430 ____________________________________________________________________________
25431 [  7438] By: jhi                                   on 2000/10/25  18:52:30
25432         Log: Allow poking holes at the UTF-8 decoding strictness.
25433      Branch: perl
25434            ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
25435            ! utf8.h
25436 ____________________________________________________________________________
25437 [  7437] By: jhi                                   on 2000/10/25  13:53:05
25438         Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
25439              UTF8LEN() and UTF8SKIP(). 
25440      Branch: perl
25441            ! pp.c utf8.c utf8.h
25442 ____________________________________________________________________________
25443 [  7436] By: jhi                                   on 2000/10/25  13:51:37
25444         Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
25445              From: Nicholas Clark <nick@ccl4.org>
25446              Date: Wed, 25 Oct 2000 14:44:05 +0100
25447              Message-ID: <20001025144404.D27253@plum.flirble.org>
25448      Branch: perl
25449            ! pod/perlrun.pod
25450 ____________________________________________________________________________
25451 [  7435] By: jhi                                   on 2000/10/25  13:49:32
25452         Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
25453              From: Mike Guy <mjtg@cam.ac.uk>
25454              Date: Tue, 24 Oct 2000 14:59:40 +0100
25455              Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
25456      Branch: perl
25457            ! scope.c
25458 ____________________________________________________________________________
25459 [  7434] By: jhi                                   on 2000/10/25  13:48:41
25460         Log: AIX is picky about its symbol exports.  Solution for now
25461              is to include the deb.o explicitly to the re extension build.
25462              
25463              Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
25464              From: Peter Prymmer <pvhp@forte.com>
25465              Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
25466              Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
25467      Branch: perl
25468            ! ext/re/Makefile.PL hints/aix.sh
25469 ____________________________________________________________________________
25470 [  7433] By: jhi                                   on 2000/10/25  13:46:49
25471         Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
25472              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
25473              Date: Wed, 25 Oct 2000 12:02:20 +0200
25474              Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
25475      Branch: perl
25476            ! perlsdio.h
25477 ____________________________________________________________________________
25478 [  7432] By: jhi                                   on 2000/10/25  13:44:28
25479         Log: Subject: Minor update to find2perl, for portability
25480              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
25481              Date: Wed, 25 Oct 2000 12:05:47 +0100
25482              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
25483      Branch: perl
25484            ! x2p/find2perl.PL
25485 ____________________________________________________________________________
25486 [  7431] By: jhi                                   on 2000/10/25  13:40:39
25487         Log: Add targets to Makefile.SH, most importantly
25488              'regen_all' which also remembers to update vms/perly*.
25489      Branch: perl
25490            ! Makefile.SH
25491 ____________________________________________________________________________
25492 [  7430] By: bailey                                on 2000/10/25  03:13:53
25493         Log: Cleanup from prior patch (Charles Lane?):
25494              - improve handling of MFDs in Basename and Path
25495              - default to no xsubpp line # munging when building debug images
25496      Branch: vmsperl
25497            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
25498 ____________________________________________________________________________
25499 [  7429] By: jhi                                   on 2000/10/24  20:03:40
25500         Log: Podify README.epoc and README.vos.
25501      Branch: perl
25502            ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
25503            ! pod/perlport.pod pod/perltoc.pod
25504 ____________________________________________________________________________
25505 [  7428] By: jhi                                   on 2000/10/24  19:10:33
25506         Log: Stratus VOS updates from Paul Green.
25507      Branch: perl
25508            + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
25509            + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
25510            - vos/config.def vos/config.h vos/config_h.SH_orig
25511            ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
25512            ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
25513 ____________________________________________________________________________
25514 [  7427] By: jhi                                   on 2000/10/24  18:59:48
25515         Log: Check if stdio supports tweaking lval and cnt simultaneously.
25516              
25517              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
25518              From: Nicholas Clark <nick@ccl4.org>
25519              Date: Mon, 23 Oct 2000 15:39:32 +0100
25520              Message-ID: <20001023153932.A10786@plum.flirble.org>
25521      Branch: metaconfig
25522            ! U/compline/d_stdstdio.U
25523      Branch: perl
25524            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
25525            ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
25526            ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
25527            ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
25528            ! vos/config.h vos/config_h.SH_orig win32/config.bc
25529            ! win32/config.gc win32/config.vc
25530 ____________________________________________________________________________
25531 [  7426] By: jhi                                   on 2000/10/24  17:57:44
25532         Log: Missed the header file changes from #7425.
25533      Branch: perl
25534            ! embed.h embed.pl objXSUB.h proto.h
25535 ____________________________________________________________________________
25536 [  7425] By: jhi                                   on 2000/10/24  17:55:17
25537         Log: Fix the bug reported in
25538              
25539              From: andreas.koenig@anima.de (Andreas J. Koenig)
25540              Subject: Encode bug?
25541              Date: 24 Oct 2000 14:01:26 +0200 
25542              Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
25543              
25544              Also make is_utf8_char() stricter.
25545      Branch: perl
25546            ! ext/Encode/Encode.xs utf8.c
25547 ____________________________________________________________________________
25548 [  7424] By: jhi                                   on 2000/10/24  15:15:39
25549         Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
25550              From: Peter Scott <Peter@PSDT.com>
25551              Date: Mon, 23 Oct 2000 19:46:01 -0700
25552              Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
25553      Branch: perl
25554            ! pod/perlfaq5.pod
25555 ____________________________________________________________________________
25556 [  7423] By: jhi                                   on 2000/10/24  14:25:30
25557         Log: Test tweak to avoid pulling in the whole Config.
25558      Branch: perl
25559            ! t/lib/st-lock.t
25560 ____________________________________________________________________________
25561 [  7422] By: jhi                                   on 2000/10/24  14:03:16
25562         Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
25563      Branch: perl
25564            ! pp.c
25565 ____________________________________________________________________________
25566 [  7421] By: jhi                                   on 2000/10/24  13:32:09
25567         Log: (Replaced by #7440.)
25568              
25569              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
25570              From: "Kurt D. Starsinic" <kstar@chapin.edu>
25571              Date: Mon, 23 Oct 2000 16:40:54 -0400
25572              Message-ID: <20001023164054.B14491@O2.chapin.edu>
25573      Branch: perl
25574            ! t/lib/syslog.t
25575 ____________________________________________________________________________
25576 [  7420] By: jhi                                   on 2000/10/24  13:30:53
25577         Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
25578              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25579              Date: Mon, 23 Oct 2000 17:29:03 -0400
25580              Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
25581      Branch: perl
25582            ! lib/ExtUtils/MM_Unix.pm
25583 ____________________________________________________________________________
25584 [  7419] By: jhi                                   on 2000/10/24  13:29:57
25585         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
25586              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25587              Date: Mon, 23 Oct 2000 19:01:32 -0400
25588              Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
25589      Branch: perl
25590            ! utils/h2xs.PL
25591 ____________________________________________________________________________
25592 [  7418] By: jhi                                   on 2000/10/24  13:26:04
25593         Log: Replace #7409 with
25594              
25595              Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
25596              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
25597              Date: Mon, 23 Oct 2000 20:08:56 +0200
25598              Message-ID: <20001023200855.A14850@nice.ram.loc>
25599      Branch: perl
25600            ! ext/Storable/Storable.pm t/lib/st-lock.t
25601 ____________________________________________________________________________
25602 [  7417] By: jhi                                   on 2000/10/24  13:17:52
25603         Log: Run vms/vms_yfix.pl, should have done that after changing
25604              perly.c in #7382.
25605      Branch: perl
25606            ! vms/perly_c.vms vms/perly_h.vms
25607 ____________________________________________________________________________
25608 [  7416] By: jhi                                   on 2000/10/24  02:55:33
25609         Log: Make the UTF-8 decoding stricter and more verbose when
25610              malformation happens.  This involved adding an argument
25611              to utf8_to_uv_chk(), which involved changing its prototype,
25612              and prefer STRLEN over I32 for the UTF-8 length, which as
25613              a domino effect necessitated changing the prototypes of
25614              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
25615              The stricter UTF-8 decoding checking uses Markus Kuhn's
25616              UTF-8 Decode Stress Tester from
25617              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
25618      Branch: perl
25619            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
25620            ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
25621            ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
25622            ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
25623 ____________________________________________________________________________
25624 [  7415] By: jhi                                   on 2000/10/23  14:06:06
25625         Log: Update Changes.
25626      Branch: perl
25627            ! Changes patchlevel.h
25628 ____________________________________________________________________________
25629 [  7414] By: jhi                                   on 2000/10/23  12:39:52
25630         Log: Undo the basename() part of #7412 since the lib/basename
25631              tests would need upgrading too.
25632      Branch: perl
25633            ! lib/File/Basename.pm
25634 ____________________________________________________________________________
25635 [  7413] By: jhi                                   on 2000/10/23  12:19:27
25636         Log: Document PERL_INSTALL_ROOT of #7210.
25637      Branch: perl
25638            ! lib/ExtUtils/Install.pm
25639 ____________________________________________________________________________
25640 [  7412] By: jhi                                   on 2000/10/23  12:16:47
25641         Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
25642      Branch: perl
25643            ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
25644            ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
25645 ____________________________________________________________________________
25646 [  7411] By: jhi                                   on 2000/10/23  12:07:41
25647         Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
25648              From: Prymmer/Kahn <pvhp@best.com>
25649              Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
25650              Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
25651      Branch: perl
25652            ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
25653 ____________________________________________________________________________
25654 [  7410] By: jhi                                   on 2000/10/23  04:10:11
25655         Log: The change #7187 was not so good on VMS.
25656              
25657              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
25658              From: "Craig A. Berry" <craig.berry@psinetcs.com>
25659              Date: Sun, 22 Oct 2000 23:03:08 -0500
25660              Message-Id: <p04330102b617d093470b@[172.16.52.1]>
25661      Branch: perl
25662            ! utils/perldoc.PL
25663 ____________________________________________________________________________
25664 [  7409] By: jhi                                   on 2000/10/23  03:57:36
25665         Log: Avoid Storable locking on DJGPP for now.
25666              
25667              Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
25668              From: "Peter J. Farley III" <pjfarley@banet.net>
25669              Date: Sun, 22 Oct 2000 20:00:00 -0400
25670              Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
25671      Branch: perl
25672            ! ext/Storable/Storable.pm t/lib/st-lock.t
25673 ____________________________________________________________________________
25674 [  7408] By: jhi                                   on 2000/10/23  03:50:24
25675         Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
25676              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
25677              Date: Sun, 22 Oct 2000 21:12:22 -0400
25678              Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
25679      Branch: perl
25680            ! lib/vars.pm
25681 ____________________________________________________________________________
25682 [  7407] By: jhi                                   on 2000/10/23  03:43:12
25683         Log: Subject: Re: [ID 20001021.005] SEGV with regex match 
25684              From: Hugo <hv@crypt.compulink.co.uk>
25685              Date: Mon, 23 Oct 2000 00:47:22 +0100
25686              Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
25687      Branch: perl
25688            ! regexec.c t/op/pat.t
25689 ____________________________________________________________________________
25690 [  7406] By: jhi                                   on 2000/10/23  03:40:29
25691         Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
25692      Branch: perl
25693            ! lib/ExtUtils/MakeMaker.pm
25694 ____________________________________________________________________________
25695 [  7405] By: jhi                                   on 2000/10/22  21:32:00
25696         Log: Doc patch.
25697              
25698              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
25699              From: rspier@pobox.com (Robert Spier)
25700              Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
25701              Message-ID: <14835.16112.13457.447971@rls.cx>
25702      Branch: perl
25703            ! lib/strict.pm
25704 ____________________________________________________________________________
25705 [  7404] By: jhi                                   on 2000/10/22  21:30:51
25706         Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
25707              From: rspier@pobox.com (Robert Spier)
25708              Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
25709              Message-ID: <14835.17223.72448.705566@rls.cx>
25710      Branch: perl
25711            ! lib/ExtUtils/MakeMaker.pm
25712 ____________________________________________________________________________
25713 [  7403] By: jhi                                   on 2000/10/22  21:24:11
25714         Log: Subject: [PATCH bleadperl] ripples from constsub patch
25715              From: John Tobey <jtobey@john-edwin-tobey.org>
25716              Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
25717              Message-Id: <m13nSOB-000FObC@feynman.localnet>
25718      Branch: perl
25719            ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
25720 ____________________________________________________________________________
25721 [  7402] By: jhi                                   on 2000/10/22  20:59:35
25722         Log: Support s?printf parameter reordering.
25723      Branch: perl
25724            ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
25725 ____________________________________________________________________________
25726 [  7401] By: jhi                                   on 2000/10/22  19:19:14
25727         Log: Expand %Config variables only if explicitly so requested
25728              during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
25729              
25730              Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
25731              From: Gurusamy Sarathy <gsar@ActiveState.com>
25732              Date: Sun, 22 Oct 2000 11:47:32 -0700
25733              Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>            
25734      Branch: perl
25735            ! Makefile.SH lib/lib_pm.PL
25736 ____________________________________________________________________________
25737 [  7400] By: jhi                                   on 2000/10/22  18:24:10
25738         Log: Move the #7390 test from warn/op to comp/redef.
25739              
25740              Subject: Re: Creating const subs for constants.
25741              From: John Tobey <jtobey@john-edwin-tobey.org>
25742              Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
25743              Message-Id: <m13nG72-000FObC@feynman.localnet>               
25744      Branch: perl
25745            ! t/comp/redef.t t/pragma/warn/op
25746 ____________________________________________________________________________
25747 [  7399] By: jhi                                   on 2000/10/22  17:49:59
25748         Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
25749              From: Nicholas Clark <nick@ccl4.org>
25750              Date: Sat, 21 Oct 2000 22:23:19 +0100
25751              Message-ID: <20001021222319.B45586@plum.flirble.org>
25752      Branch: perl
25753            ! ext/DynaLoader/DynaLoader_pm.PL
25754 ____________________________________________________________________________
25755 [  7398] By: jhi                                   on 2000/10/22  17:47:35
25756         Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
25757              From: Hugo <hv@crypt.compulink.co.uk>
25758              Date: Sat, 21 Oct 2000 18:19:59 +0100
25759              Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
25760      Branch: perl
25761            ! ext/B/B.pm ext/B/B/C.pm
25762 ____________________________________________________________________________
25763 [  7397] By: jhi                                   on 2000/10/22  17:35:18
25764         Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
25765              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
25766              Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
25767              Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
25768      Branch: perl
25769            ! hints/openbsd.sh
25770 ____________________________________________________________________________
25771 [  7396] By: jhi                                   on 2000/10/22  17:19:46
25772         Log: Subject: installman go-faster stripes
25773              From: Nicholas Clark <nick@talking.bollo.cx>
25774              Date: Sat, 21 Oct 2000 17:24:53 +0100
25775              Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
25776              
25777              Subject: Re: installman go-faster stripes
25778              From: Russ Allbery <rra@stanford.edu>
25779              Date: 21 Oct 2000 11:04:13 -0700
25780              Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
25781      Branch: perl
25782            ! installman pod/pod2man.PL
25783 ____________________________________________________________________________
25784 [  7395] By: jhi                                   on 2000/10/22  17:17:35
25785         Log: Hints tweak from Anton Berezin.
25786      Branch: perl
25787            ! hints/freebsd.sh
25788 ____________________________________________________________________________
25789 [  7394] By: jhi                                   on 2000/10/22  04:50:04
25790         Log: Tweak the Is* definitions of Unicode character classes
25791              to better match the official categorizations; embrace
25792              the official categorizations; add the combining marks
25793              as alpha (and -numeric); fix DCinital (a typo and edito)
25794              to be DCmedial.
25795      Branch: perl
25796            + lib/unicode/Is/DCmedial.pl
25797            - lib/unicode/Is/DCinital.pl
25798            ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
25799            ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
25800            ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
25801            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
25802 ____________________________________________________________________________
25803 [  7393] By: jhi                                   on 2000/10/21  18:06:05
25804         Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
25805              From: Daniel Chetlin <daniel@chetlin.com>
25806              Date: Sat, 21 Oct 2000 02:57:03 -0700
25807              Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
25808      Branch: perl
25809            + t/lib/tie-splice.t
25810            ! MANIFEST lib/Tie/Array.pm
25811 ____________________________________________________________________________
25812 [  7392] By: gsar                                  on 2000/10/21  18:05:15
25813         Log: resync utfperl branch with mainline
25814      Branch: utfperl
25815           !> (integrate 1760 files)
25816 ____________________________________________________________________________
25817 [  7391] By: jhi                                   on 2000/10/21  14:37:49
25818         Log: Testcases for a #7383,#7385 related bug.
25819              
25820              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
25821              From: Nicholas Clark <nick@ccl4.org>
25822              Date: Sat, 21 Oct 2000 15:04:51 +0100
25823              Message-ID: <20001021150451.A51566@plum.flirble.org>
25824      Branch: perl
25825            ! t/pragma/utf8.t
25826 ____________________________________________________________________________
25827 [  7390] By: jhi                                   on 2000/10/21  14:35:57
25828         Log: Add a testcase for #7389.
25829      Branch: perl
25830            ! t/pragma/warn/op
25831 ____________________________________________________________________________
25832 [  7389] By: jhi                                   on 2000/10/21  14:26:45
25833         Log: Subject: Re: Creating const subs for constants.
25834              From: John Tobey <jtobey@john-edwin-tobey.org>
25835              Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
25836              Message-Id: <m13mo0N-000FObC@feynman.localnet>
25837      Branch: perl
25838            ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
25839            ! proto.h sv.c
25840 ____________________________________________________________________________
25841 [  7388] By: nick                                  on 2000/10/21  11:44:23
25842         Log: Populate perlio branch
25843      Branch: perlio
25844           +> (branch 1760 files)
25845 ____________________________________________________________________________
25846 [  7387] By: nick                                  on 2000/10/21  10:52:05
25847         Log: Get branch back as replica of mainline via :
25848              p4 integrate -b utfperl
25849              p4 resolve -at ./...
25850      Branch: utfperl
25851           +> (branch 269 files)
25852            - Todo-5.005 eg/ADB eg/README eg/cgi/RunMeFirst
25853            - eg/cgi/caution.xbm eg/cgi/clickable_image.cgi
25854            - eg/cgi/cookie.cgi eg/cgi/crash.cgi eg/cgi/customize.cgi
25855            - eg/cgi/diff_upload.cgi eg/cgi/dna_small_gif.uu
25856            - eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
25857            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
25858            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
25859            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
25860            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
25861            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
25862            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
25863            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
25864            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
25865            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
25866            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
25867            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
25868            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
25869            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
25870            - eg/van/vanish eg/who eg/wrapsuid epoc/Config.pm
25871            - epoc/autosplit.pl epoc/config.h epoc/perl.mmp epoc/perl.pkg
25872            - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm
25873            - lib/Sys/Syslog.pm lib/byte.pm lib/byte_heavy.pl lib/caller.pm
25874            - lib/chat2.pl lib/lib.pm lib/unicode/Eq/Latin1.pl
25875            - lib/unicode/Eq/Unicode.pl lib/unicode/Props.txt
25876            - lib/unicode/UCD300.html lib/unicode/Unicode.300
25877            - lib/unicode/Unicode3.html os2/POSIX.mkfifo pod/Makefile
25878            - pod/Win32.pod pod/buildtoc t/lib/thread.t t/op/64bit.t
25879            - t/op/nothread.t utils/perlbc.PL vms/subconfigure.com
25880            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
25881           !> (integrate 965 files)
25882 ____________________________________________________________________________
25883 [  7386] By: jhi                                   on 2000/10/21  01:31:12
25884         Log: Update Changes.
25885      Branch: perl
25886            ! Changes patchlevel.h
25887 ____________________________________________________________________________
25888 [  7385] By: jhi                                   on 2000/10/21  01:28:42
25889         Log: The #7383 was right only in the context of the original bug report,
25890              not in more general case.
25891      Branch: perl
25892            ! pp_hot.c
25893 ____________________________________________________________________________
25894 [  7384] By: jhi                                   on 2000/10/21  01:08:23
25895         Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
25896      Branch: perl
25897            ! ext/IO/lib/IO/Select.pm
25898 ____________________________________________________________________________
25899 [  7383] By: jhi                                   on 2000/10/21  00:44:18
25900         Log: Fix for ID 20001020.006, concatenating an unset submatch
25901              with utf8 resulted in "Modification of a read-only value".
25902      Branch: perl
25903            ! pp_hot.c t/pragma/utf8.t
25904 ____________________________________________________________________________
25905 [  7382] By: jhi                                   on 2000/10/20  20:44:31
25906         Log: Make scan_num() reëntrant, as suggested in
25907              
25908              Subject: [PATCH perl@7229] Rentrant parser and yylex()
25909              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
25910              Date: Fri, 20 Oct 2000 14:17:27 +0100
25911              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
25912      Branch: perl
25913            ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
25914            ! toke.c
25915 ____________________________________________________________________________
25916 [  7381] By: jhi                                   on 2000/10/20  20:07:29
25917         Log: Reëntrancy fix.
25918              
25919              Subject: [PATCH perl@7229] Rentrant parser and yylex()
25920              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
25921              Date: Fri, 20 Oct 2000 14:17:27 +0100
25922              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
25923      Branch: perl
25924            ! embed.h embed.pl perl.h proto.h toke.c
25925 ____________________________________________________________________________
25926 [  7380] By: jhi                                   on 2000/10/20  19:15:54
25927         Log: Don't write double values through long double pointers,
25928              based on a part of
25929              
25930              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
25931              From: Jens Hamisch <jens@Strawberry.COM>
25932              Date: Tue, 17 Oct 2000 08:39:36 +0200
25933              Message-Id: <20001017083936.A11104@Strawberry.COM>
25934      Branch: perl
25935            ! perl.h pp.c
25936 ____________________________________________________________________________
25937 [  7379] By: jhi                                   on 2000/10/20  18:43:37
25938         Log: Portability tweak on #7377.
25939              
25940              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
25941              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
25942              Date:     Fri, 20 Oct 2000 13:13:41 EDT
25943              Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
25944      Branch: perl
25945            ! t/lib/dprof.t
25946 ____________________________________________________________________________
25947 [  7378] By: jhi                                   on 2000/10/20  12:57:19
25948         Log: SOCKS function redefinitions need prototypes, too, otherwise
25949              for example 32 bit versus 64 bit differences cause a lot of
25950              problems.  Part of
25951              
25952              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
25953              From: Jens Hamisch <jens@Strawberry.COM>
25954              Date: Tue, 17 Oct 2000 08:39:36 +0200
25955              Message-Id: <20001017083936.A11104@Strawberry.COM>
25956      Branch: perl
25957            ! doio.c pp_sys.c
25958 ____________________________________________________________________________
25959 [  7377] By: jhi                                   on 2000/10/20  12:37:12
25960         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
25961              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
25962              Date:     Fri, 20 Oct 2000 08:26:04 EDT
25963              Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
25964      Branch: perl
25965            ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
25966 ____________________________________________________________________________
25967 [  7376] By: jhi                                   on 2000/10/20  12:35:31
25968         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
25969              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
25970              Date:     Fri, 20 Oct 2000 07:48:15 EDT
25971              Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
25972      Branch: perl
25973            ! configure.com vms/gen_shrfls.pl
25974 ____________________________________________________________________________
25975 [  7375] By: bailey                                on 2000/10/20  04:44:37
25976         Log: SYN SYN
25977      Branch: vmsperl
25978           +> (branch 134 files)
25979            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
25980            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
25981            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
25982            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
25983            - eg/cgi/frameset.cgi eg/cgi/index.html
25984            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
25985            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
25986            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
25987            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
25988            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
25989            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
25990            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
25991            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
25992            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
25993            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
25994            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
25995            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
25996            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
25997            - eg/van/vanish eg/who eg/wrapsuid lib/chat2.pl
25998            - lib/unicode/Props.txt lib/unicode/UCD300.html
25999            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
26000            - utils/perlbc.PL vms/subconfigure.com
26001           !> (integrate 785 files)
26002 ____________________________________________________________________________
26003 [  7374] By: jhi                                   on 2000/10/20  00:59:48
26004         Log: In the latest compiler builds cccdlflags must not become -fpic,
26005              from Wilfredo Sánchez.
26006      Branch: perl
26007            ! hints/darwin.sh
26008 ____________________________________________________________________________
26009 [  7373] By: jhi                                   on 2000/10/20  00:56:35
26010         Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
26011              From: Tony Cook <tony@develop-help.com>
26012              Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
26013              Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
26014      Branch: perl
26015            ! pod/perlop.pod
26016 ____________________________________________________________________________
26017 [  7372] By: jhi                                   on 2000/10/19  19:34:40
26018         Log: Typo noted by Mark Lutz.
26019      Branch: perl
26020            ! t/op/64bitint.t
26021 ____________________________________________________________________________
26022 [  7371] By: jhi                                   on 2000/10/19  19:33:13
26023         Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
26024      Branch: metaconfig
26025            ! U/modified/Cppsym.U U/modified/Oldconfig.U
26026      Branch: metaconfig/U/perl
26027            ! End.U dlsrc.U libperl.U
26028      Branch: perl
26029            + hints/nonstopux.sh
26030            ! Configure MANIFEST config_h.SH
26031 ____________________________________________________________________________
26032 [  7370] By: jhi                                   on 2000/10/19  17:18:08
26033         Log: Subject: PATCH do_print has 2 PerlIO_error()s
26034              From: nick@ccl4.org
26035              Date: Thu, 19 Oct 2000 18:09:20 +0100
26036              Message-ID: <20001019180920.A8440@babyhippo.co.uk>
26037      Branch: perl
26038            ! doio.c
26039 ____________________________________________________________________________
26040 [  7369] By: jhi                                   on 2000/10/19  14:01:49
26041         Log: Update Changes.
26042      Branch: perl
26043            ! Changes patchlevel.h
26044 ____________________________________________________________________________
26045 [  7368] By: jhi                                   on 2000/10/19  13:04:29
26046         Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
26047              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
26048              Date: Wed, 18 Oct 2000 13:12:01 +0200
26049              Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
26050      Branch: perl
26051            ! hints/aix.sh
26052 ____________________________________________________________________________
26053 [  7367] By: jhi                                   on 2000/10/19  02:22:40
26054         Log: Fix of sorts for bug id 20000901.092.  There seems to be no trace
26055              of a 'pmshort' anywhere in the B, so the offending line was simply
26056              removed.
26057      Branch: perl
26058            ! ext/B/B/Debug.pm
26059 ____________________________________________________________________________
26060 [  7366] By: jhi                                   on 2000/10/19  02:12:37
26061         Log: Add the test case for the bug id 20000730.004 which seems
26062              to have been fixed by now.
26063      Branch: perl
26064            ! t/pragma/utf8.t
26065 ____________________________________________________________________________
26066 [  7365] By: jhi                                   on 2000/10/18  23:36:24
26067         Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
26068              From: Hugo <hv@crypt.compulink.co.uk>
26069              Date: Wed, 18 Oct 2000 23:25:58 +0100
26070              Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
26071      Branch: perl
26072            ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
26073 ____________________________________________________________________________
26074 [  7364] By: jhi                                   on 2000/10/18  21:12:53
26075         Log: (retracted)
26076      Branch: perl
26077            ! pp.c
26078 ____________________________________________________________________________
26079 [  7363] By: jhi                                   on 2000/10/18  20:55:38
26080         Log: Missing change from #7362.
26081      Branch: perl
26082            ! win32/perlhost.h
26083 ____________________________________________________________________________
26084 [  7362] By: jhi                                   on 2000/10/18  20:52:01
26085         Log: Borland C fstat() never saw the fd as writable.
26086              
26087              Subject: fix for Borland's weak "stat" (perl@7211)
26088              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
26089              Date: Mon, 16 Oct 2000 09:55:03 +0400
26090              Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
26091      Branch: perl
26092            ! win32/win32.c
26093 ____________________________________________________________________________
26094 [  7361] By: jhi                                   on 2000/10/18  17:43:50
26095         Log: Regen toc.
26096      Branch: perl
26097            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
26098 ____________________________________________________________________________
26099 [  7360] By: jhi                                   on 2000/10/18  17:07:44
26100         Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
26101              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
26102              Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
26103              Date: Mon, 16 Oct 2000 15:19:49 +0200
26104      Branch: perl
26105            + README.aix
26106            ! MANIFEST
26107 ____________________________________________________________________________
26108 [  7359] By: jhi                                   on 2000/10/18  17:04:49
26109         Log: Subject: Pod patch for Devel::Peek
26110              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
26111              Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
26112              Date: Mon, 16 Oct 2000 12:26:34 +0200
26113      Branch: perl
26114            ! ext/Devel/Peek/Peek.pm
26115 ____________________________________________________________________________
26116 [  7358] By: jhi                                   on 2000/10/18  17:03:15
26117         Log: Make Cwd more bulletproof in chrooted environments.
26118              
26119              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
26120              From: "Eric E. Coe" <Eric.Coe@oracle.com>
26121              Date: Wed, 18 Oct 2000 04:03:54 -0400
26122              Message-Id: <39ED596A.70E599FE@oracle.com>
26123      Branch: perl
26124            ! lib/Cwd.pm
26125 ____________________________________________________________________________
26126 [  7357] By: jhi                                   on 2000/10/18  16:37:26
26127         Log: Disable the UTF8 downgrade croakage for now to avoid
26128              too many not okay messages.
26129      Branch: perl
26130            ! doio.c
26131 ____________________________________________________________________________
26132 [  7356] By: jhi                                   on 2000/10/17  23:29:41
26133         Log: Show the failed remote port, instead of the failing line number.
26134              
26135              Subject: [PATCH 5.6.1 Debugger] More diagnostics
26136              From: David Sparks <daves@ActiveState.com>
26137              Date: Tue, 17 Oct 2000 15:00:24 -0700
26138              Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
26139      Branch: perl
26140            ! lib/perl5db.pl
26141 ____________________________________________________________________________
26142 [  7355] By: jhi                                   on 2000/10/17  14:11:31
26143         Log: On output try to downgrade to bytes, croak if impossible,
26144              from Simon Cozens.  This means that outputting >255 UTF8
26145              is impossible.  Consider this as a strong incentive to get
26146              the I/O disciplines implemented.
26147      Branch: perl
26148            ! doio.c pod/perldiag.pod sv.c
26149 ____________________________________________________________________________
26150 [  7354] By: jhi                                   on 2000/10/17  13:42:23
26151         Log: Clarify documentation on 'use bytes'.
26152              
26153              Subject: Re: What does 'use bytes' "mean" ?
26154              From: Simon Cozens <simon@cozens.net>
26155              Date: Mon, 18 Sep 2000 18:24:25 +0100
26156              Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
26157      Branch: perl
26158            ! lib/bytes.pm
26159 ____________________________________________________________________________
26160 [  7353] By: jhi                                   on 2000/10/17  13:28:12
26161         Log: Workaround for a sfio bug where the stream error indicator
26162              is not cleared as documented.
26163              
26164              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
26165              From: Nicholas Clark <nick@ccl4.org>
26166              Date: Mon, 16 Oct 2000 18:28:23 +0100
26167              Message-ID: <20001016182823.J19700@plum.flirble.org>
26168      Branch: perl
26169            ! doio.c
26170 ____________________________________________________________________________
26171 [  7352] By: jhi                                   on 2000/10/17  13:06:19
26172         Log: More IoTYPE sprinkling.
26173      Branch: perl
26174            ! doio.c pp_hot.c
26175 ____________________________________________________________________________
26176 [  7351] By: jhi                                   on 2000/10/16  22:47:07
26177         Log: Detect early whether the std streams have gone bad.
26178              
26179              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
26180              Date: Mon, 16 Oct 2000 23:28:42 +0100
26181              From: Nicholas Clark <nick@ccl4.org>
26182              Message-ID: <20001016232842.A37942@plum.flirble.org>
26183      Branch: perl
26184            ! t/op/misc.t
26185 ____________________________________________________________________________
26186 [  7350] By: jhi                                   on 2000/10/16  22:45:16
26187         Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
26188              From: "Peter J. Farley III" <pjfarley@banet.net>
26189              Date: Mon, 16 Oct 2000 18:15:59 -0400
26190              Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
26191      Branch: perl
26192            ! djgpp/djgpp.c dosish.h t/io/open.t
26193 ____________________________________________________________________________
26194 [  7349] By: jhi                                   on 2000/10/16  22:36:45
26195         Log: perldelta tweak.
26196      Branch: perl
26197            ! pod/perldelta.pod
26198 ____________________________________________________________________________
26199 [  7348] By: jhi                                   on 2000/10/16  15:17:53
26200         Log: Update Changes.
26201      Branch: perl
26202            ! Changes patchlevel.h
26203 ____________________________________________________________________________
26204 [  7347] By: jhi                                   on 2000/10/16  13:55:27
26205         Log: Add the capability to include/exclude branches.
26206      Branch: perl
26207            ! Porting/genlog
26208 ____________________________________________________________________________
26209 [  7346] By: jhi                                   on 2000/10/16  13:18:04
26210         Log: Add Charles Lane.
26211      Branch: perl
26212            ! AUTHORS Changes
26213 ____________________________________________________________________________
26214 [  7345] By: jhi                                   on 2000/10/16  13:13:21
26215         Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
26216      Branch: perl
26217            ! pod/perldelta.pod
26218 ____________________________________________________________________________
26219 [  7344] By: gsar                                  on 2000/10/16  09:30:21
26220         Log: integrate change#6220 from cfgperl
26221              
26222              Win32 patches from Benjamin Stuhl.
26223      Branch: maint-5.6/perl
26224           !> makedef.pl win32/win32.h
26225 ____________________________________________________________________________
26226 [  7343] By: gsar                                  on 2000/10/16  08:32:19
26227         Log: integrate changes#6221,6222 from cfgperl
26228              
26229              Remove tr///CU (the feature is to be obsoleted by better interfaces).
26230              From: simon@brecon.co.uk (Simon Cozens)
26231              Subject: [PATCH] Eliminate tr///[CU][CU]
26232              Date: 23 Jun 2000 11:05:40 GMT
26233              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
26234              
26235              doc typo fix
26236              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
26237              From: Ian Phillipps <Ian.Phillipps@iname.com>
26238              Date: Fri, 23 Jun 2000 10:40:58 +0100
26239              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
26240      Branch: maint-5.6/perl
26241           !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
26242 ____________________________________________________________________________
26243 [  7342] By: gsar                                  on 2000/10/16  08:28:08
26244         Log: integrate change#6217 from cfgperl (in part)
26245              
26246              Rename the fdpid locking and integrate with Sarathy.
26247      Branch: maint-5.6/perl
26248           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
26249           !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
26250           !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
26251           !> win32/win32.c
26252 ____________________________________________________________________________
26253 [  7341] By: gsar                                  on 2000/10/16  08:23:39
26254         Log: integrate changes#6214..6216 from mainline
26255              
26256              @_ can't have junk in it even in the non-USE_ITHREADS case because
26257              caller() wants to populate @DB::args with it (causes a coredump
26258              in Carp::confess())
26259              
26260              tweak comment about @DB::args
26261              
26262              be more optimal about clearing @_
26263      Branch: maint-5.6/perl
26264           !> av.h cop.h pp_ctl.c t/op/runlevel.t
26265 ____________________________________________________________________________
26266 [  7340] By: gsar                                  on 2000/10/16  08:20:37
26267         Log: integrate changes#6207..6210 from cfgperl
26268              
26269              Subject: [PATCH 5.6.0] Threadsafe patches
26270              From: Dan Sugalski <dan@sidhe.org>
26271              To: perl5-porters@perl.org
26272              Date: Mon, 08 May 2000 18:08:13 -0400
26273              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
26274              
26275              Regen headers for #6207.
26276              
26277              Lock PL_fdpid against race conditions, based on:
26278              Subject: [PATCH 5.6.0]subprocess fixup for threads
26279              From: Dan Sugalski <dan@sidhe.org>
26280              To: perl5-porters@perl.org
26281              Date: Tue, 11 Apr 2000 17:02:32 -0400
26282              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
26283              
26284              Mopup for #6207 and #6209.
26285      Branch: maint-5.6/perl
26286           !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
26287           !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
26288           !> win32/win32.c
26289 ____________________________________________________________________________
26290 [  7339] By: gsar                                  on 2000/10/16  08:14:34
26291         Log: integrate change#6203 from cfgperl
26292              
26293              perldiag should refer to perlos2.pod not README.os2
26294      Branch: maint-5.6/perl
26295           !> pod/perldiag.pod
26296 ____________________________________________________________________________
26297 [  7338] By: gsar                                  on 2000/10/16  08:11:42
26298         Log: integrate change#6201 from mainline
26299              
26300              Perl_eval_pv() leaks 4 bytes every time it is called because it
26301              does a PUSHMARK that's never ever POPMARKed; in general, only
26302              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
26303              Perl_eval_[sp]v() don't because they don't take any incoming
26304              arguments (this leak has been around since the original version
26305              of perl_eval_pv() in 5.003_97e)
26306      Branch: maint-5.6/perl
26307           !> perl.c
26308 ____________________________________________________________________________
26309 [  7337] By: gsar                                  on 2000/10/16  08:08:47
26310         Log: integrate changes#6197..6200 from cfgperl
26311              
26312              Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
26313              From: John Borwick <jhborwic@unity.ncsu.edu>
26314              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
26315              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
26316              
26317              Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
26318              From: Dan Sugalski <dan@sidhe.org>
26319              To: vmsperl@perl.org, perl5-porters@perl.org
26320              Date: Fri, 02 Jun 2000 16:00:41 -0400
26321              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
26322              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
26323              
26324              Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
26325              From: Dan Sugalski <dan@sidhe.org>
26326              To: perl5-porters@perl.org, vmsperl@perl.org
26327              Date: Fri, 02 Jun 2000 17:30:51 -0400
26328              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
26329              
26330              Update to cperl-mode.el 4.31 from
26331              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
26332              Subject: A couple of notes
26333              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26334              To: Mailing list Perl5 <perl5-porters@perl.org>
26335              Date: Sat, 3 Jun 2000 23:33:32 -0400
26336              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
26337      Branch: maint-5.6/perl
26338           !> emacs/cperl-mode.el embed.h embed.pl embedvar.h
26339           !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
26340           !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
26341           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
26342           !> vms/vmsish.h
26343 ____________________________________________________________________________
26344 [  7336] By: gsar                                  on 2000/10/16  08:03:46
26345         Log: integrate changes#6194,6195 from mainline
26346              
26347              fix small eval"" memory leaks under USE_ITHREADS
26348              
26349              fix yet another eval"" leak under USE_ITHREADS
26350      Branch: maint-5.6/perl
26351           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
26352           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
26353           !> vms/perly_c.vms
26354 ____________________________________________________________________________
26355 [  7335] By: gsar                                  on 2000/10/16  08:02:15
26356         Log: integrate changes#6190,6191 from mainline
26357              
26358              submit missing embed.pl change
26359              
26360              vec() loses numericalness (modified version of patch suggested
26361              by Robin Barker)
26362      Branch: maint-5.6/perl
26363           !> doop.c embed.pl t/op/vec.t
26364 ____________________________________________________________________________
26365 [  7334] By: gsar                                  on 2000/10/16  08:01:03
26366         Log: integrate change#6189 from mainline
26367              
26368              counting tr/// corrupts later operation (from M.J.T Guy)
26369      Branch: maint-5.6/perl
26370           !> doop.c t/op/tr.t
26371 ____________________________________________________________________________
26372 [  7333] By: gsar                                  on 2000/10/16  07:59:07
26373         Log: integrate changes#6183..6188 from mainline
26374              
26375              SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
26376              <nick@ccl4.org>)
26377              
26378              tweak for change#6127
26379              
26380              remove incorrect documentation about implicit split to @_ in
26381              list context, which never really worked in perl 5 (from
26382              M.J.T. Guy)
26383              
26384              further qualify references to "alphanumeric" (from Wolfgang Laun
26385              <wolfgang.laun@alcatel.at>)
26386              
26387              replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
26388              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
26389              
26390              h2xs tweaks
26391      Branch: maint-5.6/perl
26392           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
26393           !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
26394           !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
26395           !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
26396           !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
26397           !> pod/pod2latex.PL utils/h2xs.PL
26398 ____________________________________________________________________________
26399 [  7332] By: gsar                                  on 2000/10/16  07:53:52
26400         Log: integrate change#6179 from mainline
26401              
26402              buggy modulus on UVs introduced by change#3378 (resulted in
26403              4063328477 % 65535 amounting to 27406, instead of 27407)
26404      Branch: maint-5.6/perl
26405           !> pp.c t/op/arith.t
26406 ____________________________________________________________________________
26407 [  7331] By: gsar                                  on 2000/10/16  07:52:49
26408         Log: integrate changes#6176,6177,6178,6182 from cfgperl
26409              
26410              Single-quoted utf8 patch from Simon Cozens.
26411              
26412              Substitution utf8 patch from Simon Cozens.
26413              
26414              Be cleaner.
26415              
26416              Be Cleaner Part Deux.
26417      Branch: maint-5.6/perl
26418           !> Makefile.SH pp_hot.c toke.c
26419 ____________________________________________________________________________
26420 [  7330] By: gsar                                  on 2000/10/16  07:41:36
26421         Log: integrate change#6172 from mainline
26422              
26423              fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
26424              (from Ilya Zakharevich)
26425      Branch: maint-5.6/perl
26426           !> regexec.c t/op/re_tests
26427 ____________________________________________________________________________
26428 [  7329] By: gsar                                  on 2000/10/16  07:40:25
26429         Log: integrate change#6171 from mainline
26430              
26431              scalar() doesn't force scalar context when used in void context
26432              (from Simon Cozens)
26433      Branch: maint-5.6/perl
26434           !> op.c t/op/wantarray.t
26435 ____________________________________________________________________________
26436 [  7328] By: gsar                                  on 2000/10/16  07:39:33
26437         Log: integrate change#6170 from mainline
26438              
26439              change#6142 needs tweaks to tests to work where there's no
26440              symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
26441      Branch: maint-5.6/perl
26442           !> t/lib/filefind.t
26443 ____________________________________________________________________________
26444 [  7327] By: gsar                                  on 2000/10/16  07:35:34
26445         Log: integrate changes#6166..6168 from cfgperl
26446              
26447              Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
26448              in case somebody wants to write an extension for more
26449              shadow database interfaces.
26450              
26451              tweak todo
26452              
26453              Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
26454      Branch: maint-5.6/perl
26455           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
26456           !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
26457           !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
26458           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
26459           !> win32/config.vc win32/config_H.bc win32/config_H.gc
26460           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
26461 ____________________________________________________________________________
26462 [  7326] By: gsar                                  on 2000/10/16  07:29:05
26463         Log: integrate changes#6157,6159..6161,6164 from cfgperl
26464              
26465              Regen Configure to jive with #6149.
26466              
26467              Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
26468              
26469              Changes for the File::Temp 0.08 (change #6159) test suite
26470              to fit better into the Perl distribution test framework.
26471              
26472              Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
26473              both from Simon Cozens.
26474              
26475              detypo
26476      Branch: maint-5.6/perl
26477           +> pod/perlmodlib.PL pod/perlnewmod.pod
26478           !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
26479           !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
26480           !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
26481           !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
26482 ____________________________________________________________________________
26483 [  7325] By: gsar                                  on 2000/10/16  07:25:13
26484         Log: integrate change#6158 from vmsperl
26485              
26486              Add fallback to tmpfile for use in cases where user's relying on
26487              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
26488              Lane's patch)
26489      Branch: maint-5.6/perl
26490           !> vms/vms.c vms/vmsish.h
26491 ____________________________________________________________________________
26492 [  7324] By: gsar                                  on 2000/10/16  07:20:50
26493         Log: integrate changes#6153..6155 from mainline
26494              
26495              prettier Test::Harness output on failed tests (from Nicholas Clark
26496              <nick@Bagpuss.uk.boo.com>)
26497              
26498              avoid type mismatch warning
26499              
26500              small bug in change#6144; remove random \xA0 character that snuck
26501              in via change#6145
26502      Branch: maint-5.6/perl
26503           !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
26504           !> perl.c
26505 ____________________________________________________________________________
26506 [  7323] By: gsar                                  on 2000/10/16  07:18:47
26507         Log: integrate changes#6151,6152 from mainline
26508              
26509              fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
26510              
26511              cosmetic fixups of RE debug output (from Ilya Zakharevich)
26512      Branch: maint-5.6/perl
26513           !> regexec.c
26514 ____________________________________________________________________________
26515 [  7322] By: gsar                                  on 2000/10/16  07:17:25
26516         Log: integrate changes#6146..6150 from mainline
26517              
26518              doc typo
26519              
26520              add a make entry to Config.pm so "perl -V:make" works on VMS
26521              (from Peter Prymmer)
26522              
26523              close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
26524              
26525              OS/2 tweaks for usethreads build (from Rocco Caputo
26526              <troc@netrus.net>)
26527              
26528              perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
26529      Branch: maint-5.6/perl
26530           !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
26531           !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
26532           !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
26533           !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
26534           !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
26535           !> warnings.pl x2p/a2p.h
26536 ____________________________________________________________________________
26537 [  7321] By: gsar                                  on 2000/10/16  07:14:02
26538         Log: integrate changes#6143..6145 from mainline
26539              
26540              MacOS support, part 1 (from Matthias Neeracher
26541              <neeri@iis.ee.ethz.ch>)
26542              
26543              MacOS support, part 2: make AutoSplit use File::Spec instead
26544              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
26545              <neeri@iis.ee.ethz.ch>)
26546              
26547              make xsubpp skip embedded pod (from Matthias Neeracher
26548              <neeri@iis.ee.ethz.ch>)
26549      Branch: maint-5.6/perl
26550           +> ext/DynaLoader/dl_mac.xs
26551           !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
26552           !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
26553           !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
26554           !> pp_ctl.c proto.h toke.c util.c util.h
26555 ____________________________________________________________________________
26556 [  7320] By: gsar                                  on 2000/10/16  07:12:13
26557         Log: integrate changes#6141,6142 from mainline
26558              
26559              BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
26560              forwarded by Peter Seebach from the bsdi-users mailing list.
26561              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
26562              
26563              File::Find fails to chdir when chasing symlinks (from
26564              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
26565      Branch: maint-5.6/perl
26566           !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
26567 ____________________________________________________________________________
26568 [  7319] By: gsar                                  on 2000/10/16  07:04:30
26569         Log: integrate change#6139 from mainline
26570              
26571              revise mktables.PL for bugs and newness in Unicode 3.0
26572              (from James Bence <jbence@amgen.com>)
26573      Branch: maint-5.6/perl
26574           +> (branch 30 files)
26575           !> (integrate 49 files)
26576 ____________________________________________________________________________
26577 [  7318] By: gsar                                  on 2000/10/16  07:01:01
26578         Log: integrate changes#6137,6138 from mainline
26579              
26580              fix bogus redeclaration warning for "our" variables in different
26581              scopes
26582              
26583              add note about the handling of negative indices to tied arrays
26584              (from Michael G Schwern <schwern@pobox.com>)
26585      Branch: maint-5.6/perl
26586           !> op.c pod/perltie.pod t/pragma/strict-vars
26587 ____________________________________________________________________________
26588 [  7317] By: gsar                                  on 2000/10/16  06:58:46
26589         Log: integrate changes#6127..6136 from mainline
26590              
26591              call_method(...,G_EVAL) can longjmp() out if the method probing
26592              failed (from Gisle Aas)
26593              
26594              new perlxstut example for passing/returning refs to arrays
26595              (from David Lowe <dlowe@pootpoot.com>)
26596              
26597              VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
26598              
26599              fix places that mean C<"word" character> but say C<alphanumeric
26600              character>
26601              
26602              avoid warnings in POSIX.pm (from Barrie Slaymaker)
26603              
26604              warnings::enabled() doesn't fall back to looking at $^W if
26605              caller isn't using lexical warnings (from Paul Marquess)
26606              
26607              elide bogus test in change#6132
26608              
26609              make Test::Harness use wait.h/WCOREDUMP if available
26610              (from Ben Tilly <ben_tilly@hotmail.com>)
26611              
26612              enable Test::Harness to dynamically determine column width etc.
26613              (from Rob Napier <rnapier@employees.org>)
26614              
26615              random pod typos (from Peter Scott <Peter@PSDT.com>)
26616      Branch: maint-5.6/perl
26617           !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
26618           !> lib/Test/Harness.pm perl.c pod/perldebguts.pod
26619           !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
26620           !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
26621 ____________________________________________________________________________
26622 [  7316] By: gsar                                  on 2000/10/16  06:53:23
26623         Log: integrate change#6126 from mainline
26624              
26625              change#2879 broke rvalue autovivification of magicals such as
26626              ${$num} (reworked variant of patch suggested by Simon Cozens)
26627      Branch: maint-5.6/perl
26628           !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
26629           !> pp_hot.c proto.h t/op/gv.t
26630 ____________________________________________________________________________
26631 [  7315] By: gsar                                  on 2000/10/16  06:51:38
26632         Log: integrate changes#6123,6125 from mainline
26633              
26634              clarify gotcha with #line directives (from Rocco Caputo
26635              <troc@netrus.net>)
26636              
26637              enable propagating exception objects via Perl_croak() in XS code
26638              (from Gisle Aas)
26639      Branch: maint-5.6/perl
26640           !> pod/perldebug.pod pod/perlsyn.pod util.c
26641 ____________________________________________________________________________
26642 [  7314] By: gsar                                  on 2000/10/16  06:49:28
26643         Log: integrate change#6122 from mainline
26644              
26645              downgrade fatal error on C<"foo@nosucharray.com"> to optional
26646              warning (from Mark-Jason Dominus)
26647      Branch: maint-5.6/perl
26648           !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
26649           !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
26650           !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
26651           !> toke.c
26652 ____________________________________________________________________________
26653 [  7313] By: gsar                                  on 2000/10/16  06:46:54
26654         Log: integrate changes#6112..6121 from vmsperl
26655              
26656              Check for existence of file before trying to delete
26657              
26658              Ugly workaround for version-specific RTL error
26659              
26660              Urk -- undo previous removal of vmsish 'exit' change
26661              
26662              Add bounds checking for several strings (Charles Lane)
26663              
26664              Miscellaneous cosmetic fixes (Charles Lane)
26665              
26666              Treat sockets as special in sys(read|write) (Charles Lane et al.)
26667              
26668              Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
26669              Flatten case labels in switch statements uniformly (Charles Bailey)
26670              
26671              Quiet error messages in vmsish.t (Charles Lane)
26672              
26673              Add missing escape (Charles Lane)
26674              
26675              Allow eliminate_macros() and fixpath() to handle space-delimited
26676              lists (based on fixes by Craig Berry)
26677      Branch: maint-5.6/perl
26678           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
26679           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
26680           !> vms/vmsish.h
26681 ____________________________________________________________________________
26682 [  7312] By: gsar                                  on 2000/10/16  06:41:18
26683         Log: integrate changes#6107,6110 from cfgperl
26684              
26685              Tweak the todo list.
26686              
26687              todo tweak
26688      Branch: maint-5.6/perl
26689           !> Todo-5.6
26690 ____________________________________________________________________________
26691 [  7311] By: gsar                                  on 2000/10/16  06:38:38
26692         Log: integrate changes#6104,6108 from mainline
26693              
26694              PL_sys_intern was being initialized too late on windows
26695              
26696              reenable fake signal handling on Windows, bugs and all
26697      Branch: maint-5.6/perl
26698           !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
26699           !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
26700           !> win32/win32.c
26701 ____________________________________________________________________________
26702 [  7310] By: gsar                                  on 2000/10/16  06:36:03
26703         Log: integrate changes#6095,6097..6103 from cfgperl
26704              
26705              Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
26706              might be useful in future.
26707              
26708              Add a note about possible compilation problems from Allen Smith.
26709              
26710              Add a note about other, yet unsupported, shadow password APIs.
26711              
26712              Tweaks for the cc bugs from Allen Smith.
26713              
26714              More compilation tweakery from Allen Smith.
26715              
26716              Hints and test tweaks for Unicos.
26717              
26718              The test suite tweak in #6101 wasn't quite right.
26719              
26720              Test tweaking for Unicos continues.
26721      Branch: maint-5.6/perl
26722           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
26723           !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
26724           !> t/lib/complex.t t/op/64bitint.t
26725 ____________________________________________________________________________
26726 [  7309] By: gsar                                  on 2000/10/16  06:29:41
26727         Log: integrate changes#6093,6094 from mainline
26728              
26729              fork() failure to create pseudo process sets errno=EAGAIN and returns
26730              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
26731              
26732              cygwin update (from Eric Fifer <efifer@sanwaint.com>)
26733      Branch: maint-5.6/perl
26734           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
26735           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
26736 ____________________________________________________________________________
26737 [  7308] By: gsar                                  on 2000/10/16  06:27:29
26738         Log: integrate change#6092 from cfgperl
26739              
26740              Regen perltoc with the fixed buildtoc.
26741      Branch: maint-5.6/perl
26742           !> pod/perltoc.pod
26743 ____________________________________________________________________________
26744 [  7307] By: gsar                                  on 2000/10/16  06:26:40
26745         Log: integrate changes#6089,6090 from mainline
26746              
26747              buildtoc tweak to fix newline lossage
26748              
26749              concat doesn't preserve utf8-ness, and doesn't invalidate
26750              [NI]OK; added tests for both
26751      Branch: maint-5.6/perl
26752           !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
26753 ____________________________________________________________________________
26754 [  7306] By: gsar                                  on 2000/10/16  06:24:05
26755         Log: integrate change#6088 from cfgperl
26756              
26757              Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
26758              because we do not use those.  The HAS_GETSPNAM remains,
26759              though, because we still do use that.
26760      Branch: maint-5.6/perl
26761           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
26762           !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
26763           !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
26764           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
26765           !> win32/config.vc win32/config_H.bc win32/config_H.gc
26766           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
26767 ____________________________________________________________________________
26768 [  7305] By: gsar                                  on 2000/10/16  06:15:52
26769         Log: integrate changes#6084,6085,6087 from mainline
26770              
26771              substr() does not preserve utf8-ness (from Stefan Eissing
26772              <Eissing@medicaldataservice.de>); added tests
26773              
26774              repeat operator (x) doesn't preserve utf8-ness
26775              
26776              reverse() and quotemeta() weren't preserving utf8-ness; add tests
26777      Branch: maint-5.6/perl
26778           !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
26779 ____________________________________________________________________________
26780 [  7304] By: gsar                                  on 2000/10/16  06:13:10
26781         Log: integrate changes#6077..6083 from mainline
26782              
26783              avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
26784              and Tom Phoenix)
26785              
26786              workaround for CRT bug in chdir() (from Charles Lane, via
26787              Peter Prymmer)
26788              
26789              remove outdated kludge in Carp (NULLs are permitted in diagnostics
26790              now)
26791              
26792              add File::Temp v0.08 from CPAN, with small tweaks to testsuite
26793              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
26794              
26795              better default perlbug categories for ok reports (from Richard Foley)
26796              
26797              peek.t non-portable to ithreads
26798              
26799              note about undocumented caller() return value (from M.J.T. Guy);
26800              yet another peek.t tweak
26801      Branch: maint-5.6/perl
26802           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
26803           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
26804           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
26805           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
26806           !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
26807           !> vms/vmsish.h
26808 ____________________________________________________________________________
26809 [  7303] By: gsar                                  on 2000/10/16  06:03:18
26810         Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
26811              6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
26812              
26813              &HUGE_VAL is not defined, it exists.
26814              
26815              Do not warn that an infinity does not look like a number.
26816              
26817              Rewrite the pwent/spent logic to be a little bit more clearer.
26818              
26819              Continue on the pwent/spent case.
26820              
26821              Correct Freudian slip.
26822              
26823              Use HUGE_VALL if applicable.
26824              
26825              pwent/spent #ifdef imbalance.
26826              
26827              Infinite problems.
26828              
26829              Call getspnam() only iff needd.
26830              
26831              Test both the scalar and list contexts.
26832              
26833              Use setxxent()/endxxent().
26834              
26835              Complex tweakery.
26836              
26837              Unicos hint tweak.
26838              
26839              Be more forgiving in POSIX about HUGE_VALL.
26840              
26841              Detypo.
26842              
26843              The search of infinity continues, this time simplified.
26844              
26845              The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
26846              in natively 64-bit platforms where a long is a quad (no need
26847              for long longs).  Also added bias for IVs.
26848              
26849              Complex tweaks.
26850              
26851              Introduce t/lib/peek.t.
26852              
26853              Make the test more portable.
26854      Branch: maint-5.6/perl
26855           +> t/lib/peek.t
26856            ! pp_sys.c
26857           !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
26858           !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
26859           !> t/op/pwent.t toke.c util.c
26860 ____________________________________________________________________________
26861 [  7302] By: gsar                                  on 2000/10/16  05:03:37
26862         Log: integrate changes#6066..6071 from mainline
26863              
26864              s/END/CHECK/
26865              
26866              replace direct call to sighandler() with (*PL_sighandlerp)()
26867              
26868              note about values()
26869              
26870              File::Spec compatibility update (from Barrie Slaymaker
26871              <barries@slaysys.com>)
26872              
26873              remove misleading comment (from M.J.T. Guy)
26874              
26875              misformatted perllocal.pod (from Tim Jenness
26876              <t.jenness@jach.hawaii.edu>)
26877      Branch: maint-5.6/perl
26878           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
26879           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
26880           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
26881           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
26882 ____________________________________________________________________________
26883 [  7301] By: gsar                                  on 2000/10/16  05:00:08
26884         Log: integrate changes#6061..6063 from mainline
26885              
26886              change#5921 neglected to make eq honor "use bytes"
26887              
26888              additional tests for utf8.t
26889              
26890              tokeq() could read unallocated field in argument
26891      Branch: maint-5.6/perl
26892           !> sv.c t/pragma/utf8.t toke.c
26893 ____________________________________________________________________________
26894 [  7300] By: gsar                                  on 2000/10/16  04:56:54
26895         Log: integrate changes#6046,6048,6057,6058 from mainline
26896              
26897              libscheck has insufficient checks for n32 libs (from
26898              Albert Chin-A-Young <china@thewrittenword.com>)
26899              
26900              add note about how $( doesn't interpolate in REs (from
26901              Philip Newton <newton@ficus.frogspace.net>)
26902              
26903              fix broken parsing of /\x{ab}/
26904              
26905              printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
26906              (spotted by Donald Kinzer <dkinzer@premia.com>)
26907      Branch: maint-5.6/perl
26908           !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
26909           !> t/pragma/utf8.t
26910 ____________________________________________________________________________
26911 [  7299] By: gsar                                  on 2000/10/16  04:52:50
26912         Log: integrate change#6044 from mainline
26913              
26914              change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
26915              such that underscores are only ignored in literal numbers,
26916              "\x{...}", and hex/oct argument
26917      Branch: maint-5.6/perl
26918           !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
26919 ____________________________________________________________________________
26920 [  7298] By: gsar                                  on 2000/10/16  04:50:53
26921         Log: integrate changes#6027..6043 from mainline
26922              
26923              podlators-1.02 update (from Russ Allbery)
26924              
26925              Pod::Man generates groff-incompatible macro definition (from
26926              Tom Christiansen)
26927              
26928              add CGI.pm v2.66 (from Lincoln Stein)
26929              
26930              introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
26931              for @- and @+ (from Johan Vromans)
26932              
26933              small nits in diagnostics.pm (from Robin Barker)
26934              
26935              whitespace adjustments
26936              
26937              missing files in MANIFEST
26938              
26939              cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
26940              to compensate
26941              
26942              remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
26943              
26944              perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
26945      Branch: maint-5.6/perl
26946           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
26947           !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
26948           !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
26949           !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
26950           !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
26951           !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
26952           !> t/lib/cgi-html.t t/lib/cgi-request.t
26953 ____________________________________________________________________________
26954 [  7297] By: gsar                                  on 2000/10/16  04:44:30
26955         Log: integrate change#6025 from mainline
26956              
26957              Is{Alnum,Alpha,Word} don't match titlecase
26958              TODO: IsSpace is defined recursively!
26959              (both spotted by Larry)
26960      Branch: maint-5.6/perl
26961           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
26962           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
26963 ____________________________________________________________________________
26964 [  7296] By: gsar                                  on 2000/10/16  04:39:30
26965         Log: integrate change#6023 from mainline
26966              
26967              debugger stomps on $. (from M.J.T. Guy)
26968      Branch: maint-5.6/perl
26969           !> lib/perl5db.pl
26970 ____________________________________________________________________________
26971 [  7295] By: gsar                                  on 2000/10/16  04:38:02
26972         Log: integrate change#6022 from mainline
26973              
26974              unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
26975      Branch: maint-5.6/perl
26976           !> sv.c
26977 ____________________________________________________________________________
26978 [  7294] By: gsar                                  on 2000/10/16  04:37:05
26979         Log: integrate changes#6018..6021 from mainline
26980              
26981              make lib/syslog.t portable to systems that don't have _PATH_LOG,
26982              make _PATH_LOG() return "" if unavailable
26983              
26984              windows portability tweaks
26985              
26986              test tweak
26987              
26988              remove Win2K issue in pod (fixed by change#6020)
26989      Branch: maint-5.6/perl
26990           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
26991           !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
26992           !> t/lib/open3.t t/lib/syslog.t win32/win32.h
26993 ____________________________________________________________________________
26994 [  7293] By: gsar                                  on 2000/10/16  04:20:00
26995         Log: integrate changes#6013..6015 from mainline
26996              
26997              tweak change#5945 to display correct switch name in diagnostic
26998              
26999              glob() loading File::Glob behind the scenes may cause syntax errors
27000              
27001              tweak test for portability
27002      Branch: maint-5.6/perl
27003           !> op.c perl.c pod/perldiag.pod t/lib/b.t
27004 ____________________________________________________________________________
27005 [  7292] By: gsar                                  on 2000/10/16  04:18:11
27006         Log: integrate changes#6005..6010 from mainline, cfgperl
27007              
27008              perldoc might fail via "use blib" (from Hugo van der Sanden)
27009              
27010              Regen Configure.
27011              
27012              note about compile failures and END blocks (from M.J.T. Guy)
27013              
27014              VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
27015              
27016              (change#6009 integrated earlier in change#7255)
27017              
27018              clarify note about shadow password support (from
27019              gellyfish@gellyfish.com)
27020      Branch: maint-5.6/perl
27021           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
27022           !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
27023           !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
27024 ____________________________________________________________________________
27025 [  7291] By: gsar                                  on 2000/10/16  04:12:03
27026         Log: integrate changes#6002,6003 from mainline
27027              
27028              destructive sv_setsv() can lose UV-ness from source, causing
27029              numeric promotions/comparisons to fail to do the right thing
27030              
27031              allow REG_EXPAND_SZ keys in Windows registry (from
27032              John Clayton <John.Clayton@barclayscapital.com>)
27033      Branch: maint-5.6/perl
27034           !> sv.c win32/win32.c
27035 ____________________________________________________________________________
27036 [  7290] By: gsar                                  on 2000/10/16  04:10:19
27037         Log: integrate change#6001 from mainline
27038              
27039              support additional library locations via $Config{otherlibdirs}
27040              (from Andy Dougherty)
27041      Branch: maint-5.6/perl
27042           !> Configure INSTALL Porting/Glossary Porting/config.sh
27043           !> Porting/config_H config_h.SH epoc/config.sh perl.c
27044           !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
27045           !> win32/config.bc win32/config.gc win32/config.vc
27046 ____________________________________________________________________________
27047 [  7289] By: gsar                                  on 2000/10/16  04:08:28
27048         Log: integrate change#5999 from mainline
27049              
27050              fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
27051      Branch: maint-5.6/perl
27052           !> t/pragma/warn/toke toke.c
27053 ____________________________________________________________________________
27054 [  7288] By: gsar                                  on 2000/10/16  04:07:01
27055         Log: integrate changes#5997,5998 from cfgperl
27056              
27057              Preserve $!.
27058              
27059              Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
27060      Branch: maint-5.6/perl
27061           !> lib/Math/Complex.pm
27062 ____________________________________________________________________________
27063 [  7287] By: gsar                                  on 2000/10/16  04:04:37
27064         Log: integrate change#5995 from mainline
27065              
27066              fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
27067      Branch: maint-5.6/perl
27068           !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
27069 ____________________________________________________________________________
27070 [  7286] By: gsar                                  on 2000/10/16  04:03:21
27071         Log: integrate change#5994 from mainline
27072              
27073              fix for missed accounting for null byte in pack("Z",...) (from
27074              M.J.T. Guy)
27075      Branch: maint-5.6/perl
27076           !> pp.c t/op/pack.t
27077 ____________________________________________________________________________
27078 [  7285] By: gsar                                  on 2000/10/16  04:02:11
27079         Log: integrate changes#5989..5993 from mainline
27080              
27081              qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
27082              itself and no other (from Tom Hughes)
27083              
27084              use $ENV{LIB} to search for libs under Visual C compiler
27085              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
27086              
27087              posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
27088              
27089              pod nit (from Simon Cozens)
27090              
27091              various minor tweaks seen on p5p
27092      Branch: maint-5.6/perl
27093           !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
27094           !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
27095           !> t/op/array.t toke.c
27096 ____________________________________________________________________________
27097 [  7284] By: gsar                                  on 2000/10/16  03:59:00
27098         Log: integrate changes#5978..5988 from mainline
27099              
27100              sync version numbers in File::Spec with the ones on CPAN
27101              (from Barrie Slaymaker)
27102              
27103              under useithreads, constant pad entries could inadvertantly be
27104              shared across threads (from Eric Blood <eblood@xmission.com>);
27105              added Eric's test case to testsuite
27106              
27107              allow Configure -S to run non-interactively (spotted by Greg Hudson
27108              <ghudson@mit.edu>)
27109              
27110              rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
27111              prototype mismatch with CORE::glob(); update pod and tests to
27112              suit (File::Glob::glob() is still available for backward
27113              compatibility, but should be considered deprecated)
27114              
27115              avoid error in IO::Socket::INET when given an unknown service name
27116              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
27117              
27118              numeric conversion of non-number in change#3378 tramples on
27119              OOK offset, causing segfaults
27120              
27121              attributes::reftype() doesn't work on tied argument
27122              
27123              forked child may not exit correctly if it failed to open
27124              /dev/console (from Graham Barr)
27125              
27126              add regular expressions tutorial and quick-start guide (from
27127              Mark Kvale <kvale@phy.ucsf.edu>)
27128              
27129              B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
27130              
27131              s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
27132              <paul@miraclefish.com>)
27133      Branch: maint-5.6/perl
27134           +> pod/perlrequick.pod pod/perlretut.pod
27135           !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
27136           !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
27137           !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
27138           !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
27139           !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
27140           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
27141           !> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
27142           !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
27143 ____________________________________________________________________________
27144 [  7283] By: gsar                                  on 2000/10/16  03:52:14
27145         Log: integrate change#5977 from mainline
27146              
27147              autoquote barewords followed by newline and arrow properly
27148              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
27149      Branch: maint-5.6/perl
27150           !> t/pragma/warn/toke toke.c
27151 ____________________________________________________________________________
27152 [  7282] By: gsar                                  on 2000/10/16  03:50:48
27153         Log: integrate change#5976 from mainline
27154              
27155              DB_File v1.73 update (from Paul Marquess)
27156      Branch: maint-5.6/perl
27157           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
27158           !> ext/DB_File/DB_File.xs ext/DB_File/version.c
27159 ____________________________________________________________________________
27160 [  7281] By: gsar                                  on 2000/10/16  03:49:14
27161         Log: integrate change#5975 from mainline
27162              
27163              allow sort() reentrancy (variant of patch suggested by
27164              Hugo van der Sanden)
27165      Branch: maint-5.6/perl
27166           !> pp_ctl.c t/op/sort.t
27167 ____________________________________________________________________________
27168 [  7280] By: gsar                                  on 2000/10/16  03:48:22
27169         Log: integrate change#5974 from mainline
27170              
27171              change#4197 somehow missed initializing PL_errors, meaning
27172              syntax error queueing wasn't working outside eval"" at all;
27173              also fixed eval"" to localize PL_error_count, so that compile-time
27174              eval's don't clobber the error state of the outer context
27175      Branch: maint-5.6/perl
27176           !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
27177           !> t/pragma/warn/toke
27178 ____________________________________________________________________________
27179 [  7279] By: gsar                                  on 2000/10/16  03:46:21
27180         Log: integrate change#5973 from mainline
27181              
27182              fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
27183      Branch: maint-5.6/perl
27184           !> regcomp.c regexec.c t/op/re_tests
27185 ____________________________________________________________________________
27186 [  7278] By: gsar                                  on 2000/10/16  03:44:54
27187         Log: integrate change#5971 from cfgperl
27188              
27189              Unicos tweaks from Mark P. Lutz.
27190      Branch: maint-5.6/perl
27191           !> hints/unicos.sh lib/Math/Complex.pm
27192 ____________________________________________________________________________
27193 [  7277] By: gsar                                  on 2000/10/16  03:42:59
27194         Log: integrate changes#5966..5970 from mainline
27195              
27196              add testsuite for B backends, fix bug in B::Deparse (from
27197              Simon Cozens <simon@brecon.co.uk>)
27198              
27199              improved docs on the warn_uninit diagnostic (from David Glasser
27200              and Simon Cozens)
27201              
27202              tolerate spaces in group names in test on solaris (from David Boyce
27203              <dsb@boyski.com>)
27204              
27205              fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
27206              
27207              Data::Dumper fumbles negative numbers on 32-bit platforms where
27208              IV is >32bits
27209      Branch: maint-5.6/perl
27210           +> t/lib/b.t t/lib/syslog.t
27211           !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
27212           !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
27213           !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
27214 ____________________________________________________________________________
27215 [  7276] By: gsar                                  on 2000/10/16  03:39:30
27216         Log: integrate change#5965 from mainline
27217              
27218              avoid "will not stay shared" warnings for our variables (from
27219              Robin Barker)
27220      Branch: maint-5.6/perl
27221           !> op.c t/pragma/warn/op
27222 ____________________________________________________________________________
27223 [  7275] By: gsar                                  on 2000/10/16  03:38:18
27224         Log: integrate change#5964 from mainline
27225              
27226              reformat to 72 columns (again)
27227      Branch: maint-5.6/perl
27228           !> pod/perldiag.pod
27229 ____________________________________________________________________________
27230 [  7274] By: gsar                                  on 2000/10/16  03:36:58
27231         Log: integrate change#5963 from mainline
27232              
27233              patch from Larry to make (\&) prototype work; added tests for
27234              the same
27235      Branch: maint-5.6/perl
27236           !> op.c t/comp/proto.t
27237 ____________________________________________________________________________
27238 [  7273] By: gsar                                  on 2000/10/16  03:35:51
27239         Log: integrate changes#5956..5962 from mainline
27240              
27241              better diagnostics on failed tests (from Ilya Zakharevich)
27242              
27243              pod nits (from A. C. Yardley <yardley@tanet.net>)
27244              
27245              change#3569 deleted some essential code, revert; avoid use of
27246              atexit() to make DynaLoader work properly on AIX under mod_perl
27247              (from Jens-Uwe Mager <jum@helios.de>)
27248              
27249              doubled words in pods (from Simon Cozens
27250              <simon.p.cozens@jp.pwcglobal.com>)
27251              
27252              better INSTALL notes on Solaris issues (from Dominic Dunlop)
27253              
27254              recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
27255              
27256              updated README.hpux (from Jeff Okamoto)
27257      Branch: maint-5.6/perl
27258           !> INSTALL README.hpux emacs/cperl-mode.el
27259           !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
27260           !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
27261           !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
27262           !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
27263           !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
27264           !> t/op/lex_assign.t
27265 ____________________________________________________________________________
27266 [  7272] By: gsar                                  on 2000/10/16  03:31:22
27267         Log: integrate change#5955 from mainline
27268              
27269              longstanding bug exposed by change#3307: sort arguments weren't
27270              compiled with the right wantarray context (ensuing runtime lookup
27271              via block_gimme() was getting the incidental context of the
27272              sort() itself)
27273      Branch: maint-5.6/perl
27274           !> op.c t/op/sort.t
27275 ____________________________________________________________________________
27276 [  7271] By: gsar                                  on 2000/10/16  03:29:11
27277         Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
27278              branch
27279              
27280              Flatten the cpp jungle doing the nosuid checking.
27281              
27282              Do not assume sign propagation. (from M.J.T. Guy)
27283              
27284              Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
27285              
27286              Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
27287              Now pp_ncmp() returns undef is either operand is a NaN.
27288              
27289              On second thoughts frexp() does have two arguments.
27290              
27291              Document that tr() is not tr(1).
27292              
27293              Be more robust on "extreme" (large absolute value)
27294              arguments.  Originally reported by Daniel Connelly
27295              as a problem with asinh() on large negative arguments,
27296              asinh() used to bail out because an argument to log()
27297              ended up being zero.  Ilya Zakharevich proposed using
27298              Taylor's series in such cases, which for such large
27299              arguments is a very good approximation.
27300              
27301              Undo "use integer" addition from 64bitint as it seems
27302              to break most of the subtests in Digital UNIX;
27303              Unicos needs to find another way.
27304      Branch: maint-5.6/perl
27305           !> (integrate 29 files)
27306 ____________________________________________________________________________
27307 [  7270] By: gsar                                  on 2000/10/16  03:09:44
27308         Log: integrate changes#5948,5949,5950 from mainline
27309              
27310              typo in vars.pm that leads to cryptic message (from Piotr
27311              Piatkowski <kompas@kompas.usr.onet.pl>)
27312              
27313              make perldoc use the pod2man from the same version (from
27314              M.J.T. Guy)
27315              
27316              reformat perldiag to avoid long lines
27317      Branch: maint-5.6/perl
27318           !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
27319 ____________________________________________________________________________
27320 [  7269] By: gsar                                  on 2000/10/16  03:05:54
27321         Log: integrate change#5947 from mainline
27322              
27323              use &dl_error rather than &dl_load_file as the guard for calling
27324              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
27325              statically built perl)
27326      Branch: maint-5.6/perl
27327           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
27328 ____________________________________________________________________________
27329 [  7268] By: gsar                                  on 2000/10/16  03:04:48
27330         Log: integrate change#5945 from mainline
27331              
27332              make module name mandatory after -M switch; reorder perldiag
27333              alphabetically (from Mark-Jason Dominus)
27334      Branch: maint-5.6/perl
27335           !> perl.c pod/perldiag.pod
27336 ____________________________________________________________________________
27337 [  7267] By: gsar                                  on 2000/10/16  03:03:01
27338         Log: integrate change#5939 from mainline
27339              
27340              more pod nits (from Larry Virden)
27341      Branch: maint-5.6/perl
27342           !> README.win32 pod/perlsub.pod pod/perlsyn.pod
27343           !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
27344           !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
27345 ____________________________________________________________________________
27346 [  7266] By: gsar                                  on 2000/10/16  03:01:39
27347         Log: integrate change#5938 from mainline
27348              
27349              Consolidated B::Deparse fixes (from Stephen McCamant)
27350      Branch: maint-5.6/perl
27351           !> ext/B/B/Deparse.pm
27352 ____________________________________________________________________________
27353 [  7265] By: gsar                                  on 2000/10/16  03:00:43
27354         Log: integrate change#5936 from mainline
27355              
27356              additional tests for change#7263 (from Paul Marquess)
27357      Branch: maint-5.6/perl
27358           !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
27359           !> t/pragma/warn/5nolint t/pragma/warn/6default
27360 ____________________________________________________________________________
27361 [  7264] By: gsar                                  on 2000/10/16  02:58:34
27362         Log: integrate change#5934 from mainline
27363              
27364              propagate lexical warnings from surrounding scope correctly
27365              within string eval() (from Paul Marquess)
27366      Branch: maint-5.6/perl
27367           !> pp_ctl.c t/pragma/warn/pp_ctl
27368 ____________________________________________________________________________
27369 [  7263] By: gsar                                  on 2000/10/16  02:56:53
27370         Log: integrate change#5932 from mainline
27371              
27372              add rsignal(), whichsig() and do_join() to public API list
27373              (mod_perl uses them to good advantage)
27374      Branch: maint-5.6/perl
27375           !> embed.pl global.sym objXSUB.h perlapi.c proto.h
27376 ____________________________________________________________________________
27377 [  7262] By: gsar                                  on 2000/10/16  02:55:53
27378         Log: integrate change#5931 from mainline
27379              
27380              fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
27381      Branch: maint-5.6/perl
27382           !> pp_hot.c regexec.c t/op/pat.t
27383 ____________________________________________________________________________
27384 [  7261] By: gsar                                  on 2000/10/16  02:55:01
27385         Log: integrate change#5930 from mainline
27386              
27387              small os390 tweaks (from Peter Prymmer)
27388      Branch: maint-5.6/perl
27389           !> config_h.SH makedepend.SH
27390 ____________________________________________________________________________
27391 [  7260] By: gsar                                  on 2000/10/16  02:54:10
27392         Log: integrate change#5929 from mainline
27393              
27394              pod nits
27395      Branch: maint-5.6/perl
27396           !> pod/perlguts.pod
27397 ____________________________________________________________________________
27398 [  7259] By: gsar                                  on 2000/10/16  02:52:55
27399         Log: integrate change#5927 from mainline
27400              
27401              arrange for next() to resume at the unstack op rather than the
27402              loop conditional, so that scope cleanup happens correctly
27403              (from Stephen McCamant)
27404      Branch: maint-5.6/perl
27405           !> op.c pp_ctl.c t/op/misc.t
27406 ____________________________________________________________________________
27407 [  7258] By: gsar                                  on 2000/10/16  02:51:38
27408         Log: integrate change#5926 from mainline
27409              
27410              on windows, reserve 16M of stack rather than 128M (allows more
27411              threads to run concurrently)
27412      Branch: maint-5.6/perl
27413           !> win32/Makefile win32/makefile.mk
27414 ____________________________________________________________________________
27415 [  7257] By: gsar                                  on 2000/10/16  02:50:37
27416         Log: integrate change#5925 from mainline
27417              
27418              POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
27419      Branch: maint-5.6/perl
27420           !> toke.c
27421 ____________________________________________________________________________
27422 [  7256] By: gsar                                  on 2000/10/16  02:49:36
27423         Log: integrate change#5924 from mainline
27424              
27425              avoid using uninitialized memory in require version check
27426      Branch: maint-5.6/perl
27427           !> pp_ctl.c universal.c
27428 ____________________________________________________________________________
27429 [  7255] By: gsar                                  on 2000/10/16  02:48:03
27430         Log: integrate changes#5923,5928,6009 from mainline
27431              
27432              IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
27433      Branch: maint-5.6/perl
27434           !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
27435 ____________________________________________________________________________
27436 [  7254] By: gsar                                  on 2000/10/16  02:44:46
27437         Log: integrate change#5922 from mainline
27438              
27439              commentary about IoTYPE() (from Nathan Torkington)
27440      Branch: maint-5.6/perl
27441           !> sv.h
27442 ____________________________________________________________________________
27443 [  7253] By: gsar                                  on 2000/10/16  02:43:49
27444         Log: integrate change#5921 from mainline
27445              
27446              make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
27447      Branch: maint-5.6/perl
27448           !> sv.c t/lib/charnames.t t/pragma/utf8.t
27449 ____________________________________________________________________________
27450 [  7252] By: gsar                                  on 2000/10/16  02:42:31
27451         Log: integrate change#5920 from mainline
27452              
27453              Larry's fix for buggy propagation of utf8-ness in join(); add test
27454      Branch: maint-5.6/perl
27455           !> doop.c t/op/ver.t
27456 ____________________________________________________________________________
27457 [  7251] By: gsar                                  on 2000/10/16  02:41:14
27458         Log: integrate changes#5915..5919 from mainline
27459              
27460              various (pod tweaks &c)
27461      Branch: maint-5.6/perl
27462           !> (integrate 33 files)
27463 ____________________________________________________________________________
27464 [  7250] By: gsar                                  on 2000/10/16  02:38:16
27465         Log: integrate change#5914 from mainline
27466              
27467              caller() wasn't returning the right number of elements for
27468              eval {...}
27469      Branch: maint-5.6/perl
27470           !> pp_ctl.c t/pragma/warn/9enabled
27471 ____________________________________________________________________________
27472 [  7249] By: gsar                                  on 2000/10/16  02:37:02
27473         Log: integrate change#5913 from mainline
27474              
27475              pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
27476              (from Mark-Jason Dominus)
27477      Branch: maint-5.6/perl
27478           !> pod/perlfunc.pod
27479 ____________________________________________________________________________
27480 [  7248] By: gsar                                  on 2000/10/16  02:35:58
27481         Log: integrate change#5912 from mainline
27482              
27483              fix totally broken caching in UNIVERSAL::isa() (from
27484              Nick Ing-Simmons)
27485      Branch: maint-5.6/perl
27486           !> t/op/universal.t universal.c
27487 ____________________________________________________________________________
27488 [  7247] By: gsar                                  on 2000/10/16  02:34:27
27489         Log: integrate changes#5910,5911 from mainline
27490              
27491              typo in pod
27492              
27493              add linebreak properties from unicode/LineBrk.txt (from
27494              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
27495      Branch: maint-5.6/perl
27496           +> (branch 29 files)
27497           !> ext/Thread/Thread.pm lib/unicode/mktables.PL
27498 ____________________________________________________________________________
27499 [  7246] By: gsar                                  on 2000/10/16  02:33:29
27500         Log: integrate change#5909 from mainline
27501              
27502              mode argument to do_binmode() should be file mode, not boolean
27503      Branch: maint-5.6/perl
27504           !> pp_sys.c
27505 ____________________________________________________________________________
27506 [  7245] By: gsar                                  on 2000/10/16  02:31:04
27507         Log: integrate change#5908 from mainline
27508              
27509              introduce illegal symbols into null package so that
27510              gv_fetchpv(...,TRUE) always returns a valid GV even when the
27511              symbol is trapped by strictures (avoids coredumps)
27512      Branch: maint-5.6/perl
27513           !> embedvar.h gv.c intrpvar.h perl.c perlapi.h
27514           !> t/pragma/strict-vars
27515 ____________________________________________________________________________
27516 [  7244] By: jhi                                   on 2000/10/16  02:29:54
27517         Log: Subject: $Carp::ExportLevel confusion in Exporter
27518              From: "Ben Tilly" <ben_tilly@hotmail.com>
27519              Date: Sat, 14 Oct 2000 16:44:34 EDT
27520              Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
27521      Branch: perl
27522            ! lib/Exporter/Heavy.pm
27523 ____________________________________________________________________________
27524 [  7243] By: jhi                                   on 2000/10/16  02:28:33
27525         Log: Subject: [PATCH perlguts.pod] Document offset hack
27526              From: Simon Cozens <simon@cozens.net>
27527              Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
27528              Date: Sat, 14 Oct 2000 19:32:25 +0100
27529      Branch: perl
27530            ! pod/perlguts.pod
27531 ____________________________________________________________________________
27532 [  7242] By: gsar                                  on 2000/10/16  02:26:51
27533         Log: integrate changes#5905,5906,5907,6064 from mainline
27534              
27535              printf/sprintf didn't get quad types right under use64bitint
27536      Branch: maint-5.6/perl
27537           !> pp_sys.c sv.c t/op/64bitint.t
27538 ____________________________________________________________________________
27539 [  7241] By: jhi                                   on 2000/10/16  02:22:44
27540         Log: Subject: small pod patch
27541              From: Dan Boorstein <dan_boo@bellsouth.net>
27542              Date: Sat, 14 Oct 2000 14:29:24 -0400
27543              Message-ID: <39E8A604.B501DB4F@bellsouth.net>
27544      Branch: perl
27545            ! pod/perlfaq7.pod pod/perlmod.pod
27546 ____________________________________________________________________________
27547 [  7240] By: jhi                                   on 2000/10/16  02:13:46
27548         Log: -w cleanup.
27549              
27550              Subject: Re: Problems with bleadperl 
27551              From: "Stephen P. Potter" <spp@ds.net>
27552              Date: Fri, 13 Oct 2000 13:32:49 -0400
27553              Message-Id: <200010131732.NAA19391@spp.users.ds.net>
27554      Branch: perl
27555            ! t/pragma/overload.t
27556 ____________________________________________________________________________
27557 [  7239] By: jhi                                   on 2000/10/16  01:41:18
27558         Log: One more ~utf8 tweak.
27559      Branch: perl
27560            ! t/op/bop.t
27561 ____________________________________________________________________________
27562 [  7238] By: jhi                                   on 2000/10/16  01:34:14
27563         Log: Tweak the test of #7235.
27564      Branch: perl
27565            ! t/op/bop.t
27566 ____________________________________________________________________________
27567 [  7237] By: jhi                                   on 2000/10/16  01:25:04
27568         Log: Fix a couple of compiler-noted nits in #7235.
27569      Branch: perl
27570            ! pp.c
27571 ____________________________________________________________________________
27572 [  7236] By: jhi                                   on 2000/10/16  01:22:46
27573         Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
27574      Branch: perl
27575            ! pp.c pp_hot.c
27576 ____________________________________________________________________________
27577 [  7235] By: jhi                                   on 2000/10/15  16:24:44
27578         Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
27579              
27580              From: Simon Cozens <simon@cozens.net>
27581              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
27582              Date: Sat, 14 Oct 2000 20:52:13 +0100
27583              Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
27584      Branch: perl
27585            ! pp.c t/op/bop.t utf8.h
27586 ____________________________________________________________________________
27587 [  7234] By: jhi                                   on 2000/10/15  15:19:29
27588         Log: split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
27589              The problem was that rx->minlen was in chars while pp_split()
27590              thought it would be in bytes. 
27591      Branch: perl
27592            ! pp.c t/pragma/utf8.t
27593 ____________________________________________________________________________
27594 [  7233] By: jhi                                   on 2000/10/14  20:24:24
27595         Log: Document FNCASE=y as discussed in the bug 20000902.009.
27596      Branch: perl
27597            ! README.dos
27598 ____________________________________________________________________________
27599 [  7232] By: jhi                                   on 2000/10/14  18:52:21
27600         Log: Add test for bug id 20000427.003 (which seems to have
27601              been fixed) (also duplicate as 20000427.004, though
27602              with a higher severity).  Move one utf8 from op/append
27603              to pragma/utf8, tag the tests with bug ids.
27604      Branch: perl
27605            ! t/op/append.t t/pragma/utf8.t
27606 ____________________________________________________________________________
27607 [  7231] By: jhi                                   on 2000/10/14  17:28:37
27608         Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
27609      Branch: perl
27610            ! t/pragma/utf8.t
27611 ____________________________________________________________________________
27612 [  7230] By: jhi                                   on 2000/10/14  14:24:50
27613         Log: Needs to be conditional on SunOS 4.
27614              
27615              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
27616              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
27617              Date: Sat, 14 Oct 2000 13:37:49 +0100
27618              Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
27619      Branch: metaconfig/U/perl
27620            ! End.U
27621      Branch: perl
27622            ! Configure myconfig.SH pod/perldelta.pod
27623 ____________________________________________________________________________
27624 [  7229] By: jhi                                   on 2000/10/14  00:49:22
27625         Log: Update Changes.
27626      Branch: perl
27627            ! Changes patchlevel.h
27628 ____________________________________________________________________________
27629 [  7228] By: jhi                                   on 2000/10/14  00:46:10
27630         Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
27631              From: Peter Prymmer <pvhp@forte.com>
27632              Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
27633              Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
27634      Branch: perl
27635            ! lib/utf8.pm
27636 ____________________________________________________________________________
27637 [  7227] By: jhi                                   on 2000/10/13  23:20:30
27638         Log: Make the test acknowledge that self-ties are disabled as #7213 said.
27639      Branch: perl
27640            ! t/op/tie.t
27641 ____________________________________________________________________________
27642 [  7226] By: jhi                                   on 2000/10/13  22:14:32
27643         Log: Tweak #7225.
27644              
27645              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
27646              From: Peter Prymmer <pvhp@forte.com>
27647              Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
27648              Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
27649      Branch: perl
27650            ! t/op/sprintf.t
27651 ____________________________________________________________________________
27652 [  7225] By: jhi                                   on 2000/10/13  22:11:31
27653         Log: op/sprintf.t patch for OS/390 (and any other host with limited
27654              floating-point exponent length)
27655              
27656              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
27657              From: Dominic Dunlop <domo@computer.org>
27658              Date: Fri, 13 Oct 2000 19:17:57 +0200
27659              Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
27660      Branch: perl
27661            ! t/op/sprintf.t
27662 ____________________________________________________________________________
27663 [  7224] By: jhi                                   on 2000/10/13  18:40:48
27664         Log: Allow @+ and @- to be doublequoted, from Simon Cozens. 
27665      Branch: perl
27666            ! toke.c
27667 ____________________________________________________________________________
27668 [  7223] By: jhi                                   on 2000/10/13  18:37:13
27669         Log: Thinko in #7222.
27670      Branch: perl
27671            ! utf8.c
27672 ____________________________________________________________________________
27673 [  7222] By: jhi                                   on 2000/10/13  18:05:23
27674         Log: Use UTF8SKIP(), from Simon Cozens.
27675      Branch: perl
27676            ! utf8.c
27677 ____________________________________________________________________________
27678 [  7221] By: jhi                                   on 2000/10/13  15:43:19
27679         Log: (accidentally empty check-in)
27680      Branch: perl
27681            ! utf8.c
27682 ____________________________________________________________________________
27683 [  7220] By: jhi                                   on 2000/10/13  15:23:51
27684         Log: Add (optimistically) Storable to static extensions.
27685      Branch: perl
27686            ! hints/uwin.sh hints/vmesa.sh
27687 ____________________________________________________________________________
27688 [  7219] By: jhi                                   on 2000/10/13  15:20:05
27689         Log: Amdahl UTS doesn't seem to do dynaloading.
27690      Branch: perl
27691            ! hints/uts.sh
27692 ____________________________________________________________________________
27693 [  7218] By: jhi                                   on 2000/10/13  15:15:20
27694         Log: Slight tweak of the code to appease Amdahl UTS cc.
27695      Branch: perl
27696            ! pp.c
27697 ____________________________________________________________________________
27698 [  7217] By: jhi                                   on 2000/10/13  14:50:42
27699         Log: In Amdahl UTS "struct sv" is defined by a system header,
27700              <ksync.h>.
27701      Branch: perl
27702            ! perl.h sv.h
27703 ____________________________________________________________________________
27704 [  7216] By: jhi                                   on 2000/10/13  11:58:25
27705         Log: Ilya implemented the memory profiling API.
27706      Branch: perl
27707            ! Todo
27708 ____________________________________________________________________________
27709 [  7215] By: jhi                                   on 2000/10/13  02:56:38
27710         Log: Subject: [PATCH 5.7.0] Perl API for mstats
27711              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27712              Date: Thu, 12 Oct 2000 22:52:40 -0400
27713              Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
27714      Branch: perl
27715            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
27716 ____________________________________________________________________________
27717 [  7214] By: jhi                                   on 2000/10/13  02:55:38
27718         Log: Subject: [PATCH 5.7.0] IVs in mtats
27719              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27720              Date: Thu, 12 Oct 2000 22:51:04 -0400
27721              Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
27722      Branch: perl
27723            ! malloc.c perl.h
27724 ____________________________________________________________________________
27725 [  7213] By: jhi                                   on 2000/10/13  02:31:47
27726         Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
27727      Branch: perl
27728            ! pod/perldiag.pod pp_sys.c
27729 ____________________________________________________________________________
27730 [  7212] By: jhi                                   on 2000/10/13  01:27:38
27731         Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
27732              From: Peter Prymmer <pvhp@forte.com>
27733              Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
27734              Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
27735      Branch: perl
27736            ! t/op/oct.t
27737 ____________________________________________________________________________
27738 [  7211] By: jhi                                   on 2000/10/13  00:35:09
27739         Log: Update Changes.
27740      Branch: perl
27741            ! Changes patchlevel.h
27742 ____________________________________________________________________________
27743 [  7210] By: jhi                                   on 2000/10/12  23:59:40
27744         Log: The Install.pm third of
27745              
27746              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
27747              From: Bill Campbell <bill@celestial.com>
27748              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
27749              Date: Thu, 5 Oct 2000 18:04:51 -0700
27750      Branch: perl
27751            ! lib/ExtUtils/Install.pm
27752 ____________________________________________________________________________
27753 [  7209] By: jhi                                   on 2000/10/12  23:58:43
27754         Log: Two thirds of
27755              
27756              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
27757              Date: Thu, 5 Oct 2000 18:04:51 -0700
27758              From: Bill Campbell <bill@celestial.com>
27759              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
27760              
27761              The Install.pm changes will be submitted separately because
27762              they need some work and discussion still.
27763      Branch: perl
27764            ! lib/getopts.pl lib/termcap.pl
27765 ____________________________________________________________________________
27766 [  7208] By: jhi                                   on 2000/10/12  23:41:19
27767         Log: Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
27768              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
27769              Date:     Thu, 12 Oct 2000 07:30:02 EDT
27770              Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
27771      Branch: perl
27772            ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
27773            ! t/pod/testp2pt.pl vms/gen_shrfls.pl
27774 ____________________________________________________________________________
27775 [  7207] By: jhi                                   on 2000/10/12  23:39:01
27776         Log: An updated EBCDIC tr patch.
27777              
27778              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
27779              From: Peter Prymmer <pvhp@forte.com>
27780              Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
27781              Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
27782      Branch: perl
27783            ! t/op/tr.t
27784 ____________________________________________________________________________
27785 [  7206] By: jhi                                   on 2000/10/12  23:34:55
27786         Log: Upgrade to CPAN 1.58, from Andreas König.
27787      Branch: perl
27788            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
27789 ____________________________________________________________________________
27790 [  7205] By: jhi                                   on 2000/10/12  23:29:08
27791         Log: Introduce the man[24-8] variables, from Andy Dougherty.
27792      Branch: metaconfig/U/perl
27793            + mandirs.U mandirstyle.U
27794      Branch: perl
27795            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
27796            ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
27797            ! vos/config.h vos/config.pl vos/config_h.SH_orig
27798            ! win32/config.bc win32/config.gc win32/config.vc
27799 ____________________________________________________________________________
27800 [  7204] By: gsar                                  on 2000/10/12  18:11:24
27801         Log: restore change#7202
27802      Branch: perl
27803            ! mg.c
27804 ____________________________________________________________________________
27805 [  7203] By: gsar                                  on 2000/10/12  18:09:40
27806         Log: another test of the Emergency Broadcast System--back out 
27807              change#7202
27808      Branch: perl
27809            ! mg.c
27810 ____________________________________________________________________________
27811 [  7202] By: gsar                                  on 2000/10/12  16:40:47
27812         Log: (submitted on behalf of Jarkko)
27813              Fix the lib/encode.t subtest 6 failure as reported by Andreas
27814              Koenig, gmagical substr() wasn't propagating UTF8ness.  The bug
27815              was unearthed by change 7182, as was a bug in HTML::Entities.
27816      Branch: perl
27817            ! mg.c
27818 ____________________________________________________________________________
27819 [  7201] By: jhi                                   on 2000/10/11  03:16:05
27820         Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
27821      Branch: perl
27822            ! pp_hot.c t/pragma/utf8.t
27823 ____________________________________________________________________________
27824 [  7200] By: jhi                                   on 2000/10/11  00:40:30
27825         Log: The #7198 was a false alarm.
27826      Branch: perl
27827            ! pp_hot.c
27828 ____________________________________________________________________________
27829 [  7199] By: jhi                                   on 2000/10/11  00:26:04
27830         Log: Remove duplicated code.
27831      Branch: perl
27832            ! t/lib/cgi-html.t
27833 ____________________________________________________________________________
27834 [  7198] By: jhi                                   on 2000/10/10  23:30:46
27835         Log: (Retracted by #7200.)
27836      Branch: perl
27837            ! pp_hot.c
27838 ____________________________________________________________________________
27839 [  7197] By: jhi                                   on 2000/10/10  21:49:30
27840         Log: Add the test case for #7190, from the original bug report
27841              by Andreas König.
27842      Branch: perl
27843            ! t/pragma/utf8.t
27844 ____________________________________________________________________________
27845 [  7196] By: jhi                                   on 2000/10/10  21:40:49
27846         Log: Reapply Andy's patch and regen Configure.
27847      Branch: perl
27848            ! Configure INSTALL Makefile.SH Porting/Glossary
27849            ! Porting/config.sh config_h.SH epoc/config.sh installperl
27850            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
27851            ! win32/config.vc
27852 ____________________________________________________________________________
27853 [  7195] By: jhi                                   on 2000/10/10  21:09:30
27854         Log: Use the versiononly instead of the installscripts,
27855              retract the changes 7146 and 7147.
27856      Branch: perl
27857            ! Configure INSTALL Makefile.SH Porting/Glossary
27858            ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
27859            ! installperl uconfig.sh vos/config.def win32/config.bc
27860            ! win32/config.gc win32/config.vc
27861 ____________________________________________________________________________
27862 [  7194] By: jhi                                   on 2000/10/10  21:06:15
27863         Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
27864              From: Peter Prymmer <pvhp@forte.com>
27865              Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
27866              Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
27867      Branch: perl
27868            ! t/op/ver.t
27869 ____________________________________________________________________________
27870 [  7193] By: jhi                                   on 2000/10/10  21:05:12
27871         Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
27872              From: Peter Prymmer <pvhp@forte.com>
27873              Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
27874              Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
27875      Branch: perl
27876            ! t/op/tr.t
27877 ____________________________________________________________________________
27878 [  7192] By: jhi                                   on 2000/10/10  20:57:30
27879         Log: Add versiononly, delete installscripts, from Andy Dougherty.
27880      Branch: metaconfig
27881            - U/installdirs/installscripts.U
27882      Branch: metaconfig/U/perl
27883            + versiononly.U
27884 ____________________________________________________________________________
27885 [  7191] By: jhi                                   on 2000/10/10  19:41:21
27886         Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
27887              From: Peter Prymmer <pvhp@forte.com>
27888              Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
27889              Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
27890      Branch: perl
27891            ! pod/perlebcdic.pod
27892 ____________________________________________________________________________
27893 [  7190] By: jhi                                   on 2000/10/10  19:26:14
27894         Log: Subject: Re: utf8 concat, mg_get
27895              From: Simon Cozens <simon@cozens.net>
27896              Date: Tue, 10 Oct 2000 17:40:17 +0100
27897              Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
27898      Branch: perl
27899            ! pp_hot.c
27900 ____________________________________________________________________________
27901 [  7189] By: jhi                                   on 2000/10/10  19:23:03
27902         Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
27903              From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
27904              Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
27905              Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
27906      Branch: perl
27907            ! lib/ExtUtils/MM_Unix.pm
27908 ____________________________________________________________________________
27909 [  7188] By: jhi                                   on 2000/10/10  15:31:24
27910         Log: Subject: RE: [ID 19990803.001] README.win32 suggestions 
27911              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
27912              Date: Fri, 14 Jul 2000 10:47:36 +0100
27913              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
27914      Branch: perl
27915            ! README.win32
27916 ____________________________________________________________________________
27917 [  7187] By: jhi                                   on 2000/10/10  13:30:10
27918         Log: Quote the temp file name, needed in Win32 because the
27919              default name unfortunately contains spaces, shouldn't
27920              hurt elsewhere.
27921              
27922              Subject: FW: perldoc fails if $TEMP contains spaces
27923              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
27924              Date: Thu, 14 Sep 2000 08:58:45 +0100
27925              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
27926      Branch: perl
27927            ! utils/perldoc.PL
27928 ____________________________________________________________________________
27929 [  7186] By: jhi                                   on 2000/10/10  13:16:27
27930         Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
27931              From: hv@hugo.hybyte.com
27932              Date: Tue, 10 Oct 2000 14:10:20 +0100
27933              Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
27934      Branch: perl
27935            ! t/lib/thr5005.t util.c
27936 ____________________________________________________________________________
27937 [  7185] By: jhi                                   on 2000/10/10  12:06:22
27938         Log: Upgrade to podlators 1.04, from Russ Allbery.
27939      Branch: perl
27940            ! lib/Pod/Man.pm lib/Pod/Text.pm
27941 ____________________________________________________________________________
27942 [  7184] By: jhi                                   on 2000/10/10  12:01:32
27943         Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
27944      Branch: perl
27945            ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
27946 ____________________________________________________________________________
27947 [  7183] By: jhi                                   on 2000/10/09  23:47:15
27948         Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
27949              From: Peter Prymmer <pvhp@forte.com>
27950              Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
27951              Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
27952      Branch: perl
27953            ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
27954 ____________________________________________________________________________
27955 [  7182] By: jhi                                   on 2000/10/09  23:43:16
27956         Log: Make eq work again with utf8 (disabling the upgrading
27957              should no more be necessary since the copies of the
27958              scalars are upgraded, not the scalars themselves).
27959              Takes care of ID 20001009.001.  (The claimed length()
27960              bug in 20001009.001 seems bogus to me.)
27961      Branch: perl
27962            ! sv.c t/pragma/utf8.t
27963 ____________________________________________________________________________
27964 [  7181] By: gsar                                  on 2000/10/09  19:41:54
27965         Log: tweak for change#7173
27966      Branch: perl
27967            ! win32/win32sck.c
27968 ____________________________________________________________________________
27969 [  7180] By: gsar                                  on 2000/10/09  19:26:56
27970         Log: on Windows, clean targets might not work under some flavors of the shell
27971      Branch: perl
27972            ! win32/Makefile win32/makefile.mk
27973 ____________________________________________________________________________
27974 [  7179] By: jhi                                   on 2000/10/09  19:21:02
27975         Log: Update Changes.
27976      Branch: perl
27977            ! Changes patchlevel.h
27978 ____________________________________________________________________________
27979 [  7178] By: jhi                                   on 2000/10/09  19:18:23
27980         Log: Warn about unknown scripts.
27981              
27982              Subject: Re: ideas? patches? [PATCH bleadperl]
27983              From: Dominic Dunlop <domo@computer.org>
27984              Date: Mon, 9 Oct 2000 14:57:17 +0200
27985              Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
27986      Branch: perl
27987            ! lib/charnames.pm
27988 ____________________________________________________________________________
27989 [  7177] By: jhi                                   on 2000/10/09  19:13:27
27990         Log: Change #7160 had a nasty typo.
27991      Branch: metaconfig
27992            ! U/compline/Compile.U
27993      Branch: perl
27994            ! Configure config_h.SH
27995 ____________________________________________________________________________
27996 [  7176] By: gsar                                  on 2000/10/09  18:59:33
27997         Log: pod nit
27998      Branch: perl
27999            ! pod/perlport.pod
28000 ____________________________________________________________________________
28001 [  7175] By: gsar                                  on 2000/10/09  18:54:28
28002         Log: Windows9x doesn't support link(), despite what Config.pm
28003              might think
28004      Branch: perl
28005            ! lib/ExtUtils/Manifest.pm
28006 ____________________________________________________________________________
28007 [  7174] By: gsar                                  on 2000/10/09  18:50:03
28008         Log: avoid nonportable example code
28009      Branch: perl
28010            ! lib/File/Copy.pm
28011 ____________________________________________________________________________
28012 [  7173] By: gsar                                  on 2000/10/09  18:46:54
28013         Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
28014              being used) when closing a socket handle
28015      Branch: perl
28016            ! win32/win32.c win32/win32.h win32/win32sck.c
28017 ____________________________________________________________________________
28018 [  7172] By: gsar                                  on 2000/10/09  18:41:40
28019         Log: on Windows, cwd strings in the environment should be of the
28020              form =X:=X:\foo instead of =X=X:\foo\
28021      Branch: perl
28022            ! win32/vdir.h
28023 ____________________________________________________________________________
28024 [  7171] By: gsar                                  on 2000/10/09  18:30:09
28025         Log: on Windows, LoadLibrary() could load an extension DLL multiple
28026              times if forward slashes are used in the path
28027      Branch: perl
28028            ! win32/win32.c
28029 ____________________________________________________________________________
28030 [  7170] By: jhi                                   on 2000/10/09  17:53:59
28031         Log: Add a todo note about overloadable assertions.
28032      Branch: perl
28033            ! Todo-5.6
28034 ____________________________________________________________________________
28035 [  7169] By: jhi                                   on 2000/10/09  13:43:45
28036         Log: Subject: PATCH 5.6 perldebguts grammar cleanup
28037              From: mjd@plover.com
28038              Date: 9 Oct 2000 00:24:44 -0000
28039              Message-ID: <20001009002444.10616.qmail@plover.com>
28040      Branch: perl
28041            ! pod/perldebguts.pod
28042 ____________________________________________________________________________
28043 [  7168] By: nick                                  on 2000/10/08  13:16:33
28044         Log: Tables assume network byte order for 16 bit forms, so 'S' packing
28045              is not right thing to do on (e.g. x86). Network order is also "right" for
28046              X fonts.
28047      Branch: perl
28048            ! ext/Encode/Encode.pm
28049 ____________________________________________________________________________
28050 [  7167] By: nick                                  on 2000/10/08  12:54:42
28051         Log: Make "encodings" work post-install when Encode/*.enc files may not
28052              be in same directory as Encode.pm
28053      Branch: perl
28054            ! ext/Encode/Encode.pm
28055 ____________________________________________________________________________
28056 [  7166] By: nick                                  on 2000/10/08  11:51:26
28057         Log: Work round the fact that $hash->{$key} does not take into account
28058              UTF8'ness of $key yet.  Thus fromUnicode needs to do $hash->{chr(ord($ch))}
28059              so that key is always in the "expected" encoding - i.e. same way we put
28060              it in the hash.
28061      Branch: perl
28062            ! ext/Encode/Encode.pm
28063 ____________________________________________________________________________
28064 [  7165] By: gsar                                  on 2000/10/08  04:15:29
28065         Log: save_re_context() could reset PL_curcop to freed memory, causing core
28066              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
28067      Branch: perl
28068            ! pp_ctl.c
28069 ____________________________________________________________________________
28070 [  7164] By: jhi                                   on 2000/10/06  20:51:48
28071         Log: UTF8ize split() so that the cloned substrings get the UTF8
28072              flag of the original scalar.  Problem reported by Simon Cozens.
28073      Branch: perl
28074            ! pp.c t/pragma/utf8.t
28075 ____________________________________________________________________________
28076 [  7163] By: nick                                  on 2000/10/06  20:48:34
28077         Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
28078              got a false +ve and so did not reach code which would have un-FAKEd the SV.
28079      Branch: perl
28080            ! sv.c
28081 ____________________________________________________________________________
28082 [  7162] By: nick                                  on 2000/10/06  20:25:37
28083         Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
28084              To fix  (sort {$a <=> $b} keys %hash) in particular but
28085              should cover a number of other as-yet-unknown cases as well.
28086      Branch: perl
28087            ! sv.c
28088 ____________________________________________________________________________
28089 [  7161] By: jhi                                   on 2000/10/06  19:56:18
28090         Log: Change the version number of Tie::Handle in the core to 4.0,
28091              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
28092              
28093              Subject: Note on Tie::Handle
28094              From: andreas.koenig@anima.de (Andreas J. Koenig)
28095              Date:      06 Oct 2000 21:48:58 +0200
28096              Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
28097      Branch: perl
28098            ! lib/Tie/Handle.pm
28099 ____________________________________________________________________________
28100 [  7160] By: jhi                                   on 2000/10/06  18:20:35
28101         Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
28102              as the first option of cc/ld because of ultrapicky compilers
28103              (e.g. OS/390 R2.5)
28104      Branch: metaconfig
28105            + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
28106            ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
28107            ! U/compline/orderlib.U U/modified/Cppsym.U
28108            ! U/modified/d_access.U
28109      Branch: metaconfig/U/perl
28110            ! Checkcc.U d_dlsymun.U gccvers.U
28111      Branch: perl
28112            ! Configure config_h.SH
28113 ____________________________________________________________________________
28114 [  7159] By: jhi                                   on 2000/10/06  13:56:39
28115         Log: Update Changes.
28116      Branch: perl
28117            ! Changes patchlevel.h
28118 ____________________________________________________________________________
28119 [  7158] By: jhi                                   on 2000/10/06  12:48:40
28120         Log: Eliminate $Is_VMS code from the test.
28121              
28122              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
28123              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
28124              Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
28125              Date:     Thu, 5 Oct 2000 07:46:33 EDT
28126      Branch: perl
28127            ! t/lib/b.t
28128 ____________________________________________________________________________
28129 [  7157] By: jhi                                   on 2000/10/06  12:47:13
28130         Log: Also the $ccflags is needed for the C compiler check.
28131              
28132              Subject: Configure (check for C-compiler)
28133              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
28134              Date: Fri, 06 Oct 2000 08:47:15 +0200
28135              Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
28136      Branch: metaconfig/U/perl
28137            ! Checkcc.U
28138      Branch: perl
28139            ! Configure config_h.SH
28140 ____________________________________________________________________________
28141 [  7156] By: jhi                                   on 2000/10/06  11:45:15
28142         Log: The HINT_BYTE patch is apparently unnecessary, retracted.
28143      Branch: perl
28144            ! perl.c pp_ctl.c sv.h utf8.c
28145 ____________________________________________________________________________
28146 [  7155] By: jhi                                   on 2000/10/06  11:40:41
28147         Log: IO::Handle->syswrite() did not handle length omission
28148              like CORE::syswrite() does.
28149              
28150              Subject: [Fwd] IO::Handle, syswrite and arguments
28151              From: Graham Barr <gbarr@pobox.com>
28152              Date: Fri, 6 Oct 2000 10:22:05 +0100
28153              Message-ID: <20001006102205.U6312@pobox.com>
28154              
28155              The original patch from andrew@ugh.net.au.
28156      Branch: perl
28157            ! ext/IO/lib/IO/Handle.pm
28158 ____________________________________________________________________________
28159 [  7154] By: jhi                                   on 2000/10/06  01:42:15
28160         Log: Tweak #7153.
28161      Branch: perl
28162            ! utf8.h
28163 ____________________________________________________________________________
28164 [  7153] By: jhi                                   on 2000/10/06  00:39:55
28165         Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
28166      Branch: perl
28167            ! utf8.h
28168 ____________________________________________________________________________
28169 [  7152] By: jhi                                   on 2000/10/06  00:38:11
28170         Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
28171      Branch: perl
28172            ! perl.c pp_ctl.c sv.h utf8.c
28173 ____________________________________________________________________________
28174 [  7151] By: jhi                                   on 2000/10/06  00:36:38
28175         Log: Subject: Re: Questions about Tie::Array and perl modules
28176              From: Nick Ing-Simmons <nik@tiuk.ti.com>
28177              Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
28178              Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
28179              
28180              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
28181      Branch: perl
28182            ! lib/Tie/Array.pm t/op/array.t
28183 ____________________________________________________________________________
28184 [  7150] By: jhi                                   on 2000/10/05  00:20:45
28185         Log: Regen Changes.
28186      Branch: perl
28187            ! Changes patchlevel.h
28188 ____________________________________________________________________________
28189 [  7149] By: jhi                                   on 2000/10/05  00:20:01
28190         Log: Regen toc.
28191      Branch: perl
28192            ! pod/perltoc.pod
28193 ____________________________________________________________________________
28194 [  7148] By: jhi                                   on 2000/10/04  23:35:08
28195         Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
28196              reported several times by Dominic Dunlop, for example in
28197              ID 20000315.008.  Patch from Dominic.  Patch affects at
28198              least MachTen, and possibly other oldish BSDs. Should not
28199              break non-broken platforms (tested on LinuxPPC). 
28200      Branch: perl
28201            ! doio.c
28202 ____________________________________________________________________________
28203 [  7147] By: jhi                                   on 2000/10/04  23:26:34
28204         Log: The one that got away from 7146.
28205      Branch: metaconfig
28206            + U/installdirs/installscripts.U
28207 ____________________________________________________________________________
28208 [  7146] By: jhi                                   on 2000/10/04  23:25:04
28209         Log: Enable disabling scripts installation by Configure -Uinstallscripts,
28210              suggested by H. Merijn Brand.
28211      Branch: perl
28212            ! Configure INSTALL Makefile.SH Porting/Glossary
28213            ! Porting/config.sh Porting/config_H epoc/config.sh installperl
28214            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
28215            ! win32/config.vc
28216 ____________________________________________________________________________
28217 [  7145] By: jhi                                   on 2000/10/04  22:08:21
28218         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
28219              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28220              Date: Wed, 4 Oct 2000 17:37:46 -0400
28221              Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
28222      Branch: perl
28223            ! utils/h2xs.PL
28224 ____________________________________________________________________________
28225 [  7144] By: jhi                                   on 2000/10/04  18:11:41
28226         Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
28227              From: Jeff Pinyan <jeffp@crusoe.net>
28228              Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
28229              Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
28230      Branch: perl
28231            ! pod/perlrun.pod
28232 ____________________________________________________________________________
28233 [  7143] By: jhi                                   on 2000/10/04  18:09:58
28234         Log: Subject: perlhack.pod Patch for Externals Tools
28235              From: Fisher Mark <fisherm@tce.com>
28236              Date: Tue, 3 Oct 2000 15:43:27 -0500 
28237              Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
28238      Branch: perl
28239            ! pod/perlhack.pod
28240 ____________________________________________________________________________
28241 [  7142] By: jhi                                   on 2000/10/04  18:08:41
28242         Log: Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
28243              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
28244              Date:     Wed, 4 Oct 2000 12:11:11 EDT
28245              Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
28246      Branch: perl
28247            ! vms/vms.c
28248 ____________________________________________________________________________
28249 [  7141] By: jhi                                   on 2000/10/04  12:20:16
28250         Log: Subject: [PATCH 5.7.0] h2xs not working
28251              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28252              Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
28253              Date: Tue, 3 Oct 2000 21:43:01 -0400
28254              
28255              Subject: [PATCH 5.7.0] h2xs not documenting the created module
28256              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28257              Date: Tue, 3 Oct 2000 22:55:19 -0400
28258              Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
28259      Branch: perl
28260            ! utils/h2xs.PL
28261 ____________________________________________________________________________
28262 [  7140] By: jhi                                   on 2000/10/04  11:53:44
28263         Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
28264              From: nick@babyhippo.com
28265              Date: Wed, 4 Oct 2000 12:06:45 +0100
28266              Message-Id: <20001004120645.A7356@babyhippo.com>
28267              
28268              Retract 7118 and 7135.
28269      Branch: perl
28270            ! installman installperl op.c t/pragma/subs.t
28271 ____________________________________________________________________________
28272 [  7139] By: jhi                                   on 2000/10/03  22:09:41
28273         Log: It is possible to have no hosts database at all.  Pointed out in
28274              
28275              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
28276              From: Peter Prymmer <pvhp@forte.com>
28277              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
28278              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
28279      Branch: metaconfig
28280            ! U/modified/myhostname.U
28281      Branch: perl
28282            ! Configure config_h.SH
28283 ____________________________________________________________________________
28284 [  7138] By: jhi                                   on 2000/10/03  21:49:49
28285         Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
28286              From: Peter Prymmer <pvhp@forte.com>
28287              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
28288              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
28289      Branch: perl
28290            ! pp_sys.c
28291 ____________________________________________________________________________
28292 [  7137] By: jhi                                   on 2000/10/03  20:10:05
28293         Log: One remaining nit less at the VMS mailbox sizing.
28294      Branch: perl
28295            ! vms/vms.c
28296 ____________________________________________________________________________
28297 [  7136] By: jhi                                   on 2000/10/03  20:08:47
28298         Log: Test harness update to sync with the new perlcc,
28299              from Simon Cozens.
28300      Branch: perl
28301            ! t/TEST t/UTEST
28302 ____________________________________________________________________________
28303 [  7135] By: jhi                                   on 2000/10/03  15:15:42
28304         Log: Subject: Re: PATCH for 20001003.004
28305              Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
28306              From: "AARON B. DOSSETT" <aaron@iglou.com>
28307              Message-Id: <E13gTay-0006od-00@iglou.com>
28308      Branch: perl
28309            ! installman installperl
28310 ____________________________________________________________________________
28311 [  7134] By: jhi                                   on 2000/10/03  15:00:34
28312         Log: Subject: [ID 20001003.006] B::Debug not -w clean
28313              From: Nicholas Clark <nick@babyhippo.co.uk>
28314              Date: Tue, 03 Oct 2000 15:46:32 +0100
28315              Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
28316      Branch: perl
28317            ! ext/B/B/Debug.pm
28318 ____________________________________________________________________________
28319 [  7133] By: jhi                                   on 2000/10/03  14:58:39
28320         Log: Scale down the VMS message boxes, by Charles Lane.
28321              Fix for ID 20000903.009, workaround at
28322              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
28323      Branch: perl
28324            ! vms/vms.c
28325 ____________________________________________________________________________
28326 [  7132] By: jhi                                   on 2000/10/03  11:20:37
28327         Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
28328      Branch: perl
28329            + t/lib/st-lock.t t/lib/st-utf8.t
28330            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
28331            ! ext/Storable/Storable.xs t/lib/st-recurse.t
28332 ____________________________________________________________________________
28333 [  7131] By: jhi                                   on 2000/10/03  03:38:23
28334         Log: Encode nits.
28335      Branch: perl
28336            ! MANIFEST Makefile.SH
28337 ____________________________________________________________________________
28338 [  7130] By: jhi                                   on 2000/10/03  03:31:05
28339         Log: Update Changes.
28340      Branch: perl
28341            ! Changes patchlevel.h
28342 ____________________________________________________________________________
28343 [  7129] By: jhi                                   on 2000/10/03  02:24:02
28344         Log: Misplaced else.
28345      Branch: metaconfig/U/perl
28346            ! d_strtoll.U
28347      Branch: perl
28348            ! Configure config_h.SH
28349 ____________________________________________________________________________
28350 [  7128] By: jhi                                   on 2000/10/03  02:08:29
28351         Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
28352              From: sthoenna@efn.org
28353              Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
28354              Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
28355      Branch: metaconfig/U/perl
28356            ! d_strtoll.U
28357      Branch: perl
28358            ! Configure config_h.SH hints/os2.sh os2/os2ish.h
28359 ____________________________________________________________________________
28360 [  7127] By: jhi                                   on 2000/10/03  01:13:14
28361         Log: Update Changes.
28362      Branch: perl
28363            ! Changes patchlevel.h
28364 ____________________________________________________________________________
28365 [  7126] By: jhi                                   on 2000/10/03  00:57:08
28366         Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
28367              as suggested by Olaf Flebbe and Nick Clark.
28368      Branch: perl
28369            ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
28370 ____________________________________________________________________________
28371 [  7125] By: jhi                                   on 2000/10/03  00:50:56
28372         Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
28373              From: Nick Clark <nick@plum.flirble.org>
28374              Date: Mon, 2 Oct 2000 11:03:24 +0100
28375              Message-Id: <20001002110324.D20073@plum.flirble.org>
28376              
28377              Also fixes bug ID 20001002.005.
28378      Branch: perl
28379            ! t/lib/encode.t
28380 ____________________________________________________________________________
28381 [  7124] By: jhi                                   on 2000/10/03  00:34:59
28382         Log: Subject: [PATCH 5.7.0] Epoc update
28383              From: Olaf Flebbe <o.flebbe@gmx.de>
28384              Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
28385              Message-ID: <26423.969484586@www10.gmx.net>
28386      Branch: perl
28387            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
28388            ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
28389            ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
28390            ! util.c util.h
28391 ____________________________________________________________________________
28392 [  7123] By: jhi                                   on 2000/10/03  00:30:07
28393         Log: Regen headers.
28394      Branch: perl
28395            ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
28396 ____________________________________________________________________________
28397 [  7122] By: jhi                                   on 2000/10/03  00:10:48
28398         Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
28399      Branch: perl
28400            ! hints/openbsd.sh
28401 ____________________________________________________________________________
28402 [  7121] By: jhi                                   on 2000/10/03  00:05:06
28403         Log: Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
28404              From: <abigail@foad.org>
28405              Date: Tue, 26 Sep 2000 13:36:14 -0400
28406              Message-ID: <20000926173614.4356.qmail@foad.org>
28407      Branch: perl
28408            ! pod/perlop.pod
28409 ____________________________________________________________________________
28410 [  7120] By: jhi                                   on 2000/10/03  00:04:00
28411         Log: Inside require() $^S was always left undefined.
28412              
28413              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
28414              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28415              Date: Wed, 27 Sep 2000 18:54:49 -0400
28416              Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
28417      Branch: perl
28418            ! cop.h mg.c pp_ctl.c util.c
28419 ____________________________________________________________________________
28420 [  7119] By: jhi                                   on 2000/10/03  00:00:16
28421         Log: Subject: [PATCH] DLL not restartabke with threaded perl
28422              From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
28423              Date: Thu, 28 Sep 2000 09:20:46 +0100
28424              Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
28425      Branch: perl
28426            ! perl.c
28427 ____________________________________________________________________________
28428 [  7118] By: jhi                                   on 2000/10/02  23:59:20
28429         Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
28430              From: Nicholas Clark <nick@ccl4.org>
28431              Date: Thu, 28 Sep 2000 11:52:24 +0100
28432              Message-ID: <20000928115224.D7924@plum.flirble.org>
28433      Branch: perl
28434            ! op.c
28435 ____________________________________________________________________________
28436 [  7117] By: jhi                                   on 2000/10/02  23:57:51
28437         Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
28438              From: Nicholas Clark <nick@babyhippo.co.uk>
28439              Date: Thu, 28 Sep 2000 12:18:10 +0100
28440              Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
28441              
28442              Did not apply cleanly, manual intervention was needed.
28443      Branch: perl
28444            ! ext/B/B/Bytecode.pm utils/perlcc.PL
28445 ____________________________________________________________________________
28446 [  7116] By: jhi                                   on 2000/10/02  23:50:40
28447         Log: Document the issue (is not a syntax error, kind of)
28448              
28449              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
28450              From: Nicholas Clark <nick@ccl4.org>
28451              Date: Thu, 28 Sep 2000 17:12:42 +0100
28452              Message-ID: <20000928171242.K7924@plum.flirble.org>
28453      Branch: perl
28454            ! pod/perldata.pod
28455 ____________________________________________________________________________
28456 [  7115] By: jhi                                   on 2000/10/02  23:48:58
28457         Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
28458              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28459              Date: Thu, 28 Sep 2000 21:55:31 -0400
28460              Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
28461      Branch: perl
28462            ! regexec.c
28463 ____________________________________________________________________________
28464 [  7114] By: jhi                                   on 2000/10/02  23:47:57
28465         Log: Subject: DOC PATCH 5.6.0
28466              From: mjd@plover.com
28467              Date: 30 Sep 2000 06:02:34 -0000
28468              Message-ID: <20000930060234.4559.qmail@plover.com>
28469      Branch: perl
28470            ! pod/perldebguts.pod
28471 ____________________________________________________________________________
28472 [  7113] By: jhi                                   on 2000/10/02  23:46:43
28473         Log: SOCK_DGRAM and listen() do not mix as reported in
28474              
28475              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
28476              From: Petter Reinholdtsen <pere@hungry.com>
28477              Date: Sun, 1 Oct 2000 10:57:20 +0800
28478              Message-Id: <200010010257.KAA05735@localhost.localdomain>
28479              
28480              The patch for 5.7.0+ had to be reengineered, though.
28481      Branch: perl
28482            ! ext/IO/lib/IO/Socket/UNIX.pm
28483 ____________________________________________________________________________
28484 [  7112] By: jhi                                   on 2000/10/02  23:36:57
28485         Log: Subject: Re: [PATCH 5.005_64 missed]
28486              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28487              Date: Sun, 1 Oct 2000 18:50:10 -0400
28488              Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
28489      Branch: perl
28490            ! pod/perlxs.pod
28491 ____________________________________________________________________________
28492 [  7111] By: jhi                                   on 2000/10/02  23:35:40
28493         Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
28494              From: Radu Greab <radu@netsoft.ro>
28495              Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
28496              Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
28497      Branch: perl
28498            ! op.c opcode.pl t/op/substr.t
28499 ____________________________________________________________________________
28500 [  7110] By: jhi                                   on 2000/10/02  23:32:38
28501         Log: Subject: [PATCH] Fix aliasing of tied filehandles
28502              From: Daniel Chetlin <daniel@chetlin.com>
28503              Date: Mon, 2 Oct 2000 14:53:27 -0700
28504              Message-ID: <20001002145327.C1617@ilmd>
28505      Branch: perl
28506            ! perl.h pp_hot.c t/op/tiehandle.t
28507 ____________________________________________________________________________
28508 [  7109] By: jhi                                   on 2000/10/02  23:31:30
28509         Log: s/Robin Parker/Robin Barker/
28510      Branch: perl
28511            ! Changes5.6
28512 ____________________________________________________________________________
28513 [  7108] By: jhi                                   on 2000/10/02  23:15:46
28514         Log: Retract #7091 as suggested in
28515              
28516              From: Robin Barker <rmb1@cise.npl.co.uk> 
28517              Subject: [PATCH-R]  was Re: SuSE's gcc-2.95.2 and //depot/perl
28518              Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
28519              Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
28520      Branch: perl
28521            ! embed.pl proto.h
28522 ____________________________________________________________________________
28523 [  7107] By: nick                                  on 2000/10/02  18:23:14
28524         Log: A few tweaks to get Tk803 to work with Encode scheme.
28525      Branch: perl
28526            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
28527 ____________________________________________________________________________
28528 [  7106] By: nick                                  on 2000/10/01  21:34:14
28529         Log: Add checking cases to Encode's toUnicode and fromUnicode.
28530      Branch: perl
28531            ! ext/Encode/Encode.pm
28532 ____________________________________________________________________________
28533 [  7105] By: nick                                  on 2000/10/01  17:18:01
28534         Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
28535              To read and use them.
28536              Add a lib/encode.t which checks a few things.
28537      Branch: perl
28538            + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
28539            + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
28540            + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
28541            + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
28542            + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
28543            + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
28544            + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
28545            + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
28546            + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
28547            + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
28548            + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
28549            + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
28550            + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
28551            + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
28552            + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
28553            + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
28554            + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
28555            + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
28556            + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
28557            + ext/Encode/Encode/iso2022-jp.enc
28558            + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
28559            + ext/Encode/Encode/iso8859-1.enc
28560            + ext/Encode/Encode/iso8859-2.enc
28561            + ext/Encode/Encode/iso8859-3.enc
28562            + ext/Encode/Encode/iso8859-4.enc
28563            + ext/Encode/Encode/iso8859-5.enc
28564            + ext/Encode/Encode/iso8859-6.enc
28565            + ext/Encode/Encode/iso8859-7.enc
28566            + ext/Encode/Encode/iso8859-8.enc
28567            + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
28568            + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
28569            + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
28570            + ext/Encode/Encode/macCentEuro.enc
28571            + ext/Encode/Encode/macCroatian.enc
28572            + ext/Encode/Encode/macCyrillic.enc
28573            + ext/Encode/Encode/macDingbats.enc
28574            + ext/Encode/Encode/macGreek.enc
28575            + ext/Encode/Encode/macIceland.enc
28576            + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
28577            + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
28578            + ext/Encode/Encode/macTurkish.enc
28579            + ext/Encode/Encode/macUkraine.enc
28580            + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
28581            + t/lib/encode.t
28582            ! MANIFEST ext/Encode/Encode.pm
28583 ____________________________________________________________________________
28584 [  7104] By: nick                                  on 2000/09/30  13:04:30
28585         Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
28586              From: Daniel Chetlin <daniel@chetlin.com>
28587              Date: Mon, 18 Sep 2000 05:05:40 -0700
28588              Message-Id: <20000918050540.C652@ilmd>
28589      Branch: perl
28590            ! lib/overload.pm sv.c t/pragma/overload.t
28591 ____________________________________________________________________________
28592 [  7103] By: nick                                  on 2000/09/30  12:53:36
28593         Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
28594              From: Johan Vromans <jvromans@squirrel.nl>
28595              Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
28596              Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
28597      Branch: perl
28598            ! pod/Makefile.SH
28599 ____________________________________________________________________________
28600 [  7102] By: nick                                  on 2000/09/30  12:52:31
28601         Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
28602              From: Spider Boardman <spider@Orb.Nashua.NH.US>
28603              Date: Sat, 16 Sep 2000 16:36:45 -0400
28604              Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
28605      Branch: perl
28606            ! ext/B/B/Deparse.pm
28607 ____________________________________________________________________________
28608 [  7101] By: nick                                  on 2000/09/30  12:51:41
28609         Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
28610              From: Craig A. Berry <craig.berry@psinetcs.com>
28611              Date: Sat, 16 Sep 2000 10:11:10 -0500
28612              Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
28613      Branch: perl
28614            ! vms/vms.c
28615 ____________________________________________________________________________
28616 [  7100] By: nick                                  on 2000/09/30  12:50:33
28617         Log: Subject: Re: unicode support and perl [ID 20000901.097]
28618              From: Spider Boardman <spider@Orb.Nashua.NH.US>
28619              Date: Fri, 15 Sep 2000 16:37:58 -0400
28620              Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
28621      Branch: perl
28622            ! t/op/append.t
28623 ____________________________________________________________________________
28624 [  7099] By: nick                                  on 2000/09/30  12:49:35
28625         Log: Subject: Re: unicode support and perl [ID 20000901.097]
28626              From: Spider Boardman <spider@Orb.Nashua.NH.US>
28627              Date: Fri, 15 Sep 2000 16:25:30 -0400
28628              Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
28629      Branch: perl
28630            ! pp_hot.c
28631 ____________________________________________________________________________
28632 [  7098] By: nick                                  on 2000/09/30  12:48:00
28633         Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
28634              From: Gisle Aas <gisle@ActiveState.com>
28635              Date: 15 Sep 2000 16:23:41 +0200
28636              Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
28637      Branch: perl
28638            ! toke.c
28639 ____________________________________________________________________________
28640 [  7097] By: nick                                  on 2000/09/30  12:45:16
28641         Log: Subject: [PATCH] Nits in perlmod.pod
28642              From: Daniel Chetlin <daniel@chetlin.com>
28643              Date: Fri, 15 Sep 2000 02:04:09 -0700
28644              Message-Id: <20000915020409.A2104@ilmd>
28645      Branch: perl
28646            ! pod/perlmod.pod
28647 ____________________________________________________________________________
28648 [  7096] By: nick                                  on 2000/09/30  12:18:00
28649         Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
28650              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
28651              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
28652              0 to checking to get the warning.
28653      Branch: perl
28654            ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
28655            ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
28656            ! regexec.c sv.c toke.c utf8.c
28657 ____________________________________________________________________________
28658 [  7095] By: nick                                  on 2000/09/15  16:55:59
28659         Log: Mutliplicity & ithreads fix for sv.c/Encode.xs
28660              
28661              Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
28662              From: Spider Boardman <spider@Orb.Nashua.NH.US>
28663              Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
28664              Date: Fri, 15 Sep 2000 06:37:30 -0400
28665      Branch: perl
28666            ! ext/Encode/Encode.xs sv.c
28667 ____________________________________________________________________________
28668 [  7094] By: jhi                                   on 2000/09/15  03:23:32
28669         Log: Update Changes.
28670      Branch: perl
28671            ! Changes patchlevel.h
28672 ____________________________________________________________________________
28673 [  7093] By: jhi                                   on 2000/09/15  03:11:44
28674         Log: Fix for the charnames.t failures from Spider Boardman.
28675      Branch: perl
28676            ! toke.c
28677 ____________________________________________________________________________
28678 [  7092] By: jhi                                   on 2000/09/15  00:15:48
28679         Log: Botched the #7090 check-in.
28680      Branch: perl
28681            ! sv.c
28682 ____________________________________________________________________________
28683 [  7091] By: jhi                                   on 2000/09/14  23:33:24
28684         Log: Part of #7081 didn't come through.
28685      Branch: perl
28686            ! embed.pl proto.h
28687 ____________________________________________________________________________
28688 [  7090] By: jhi                                   on 2000/09/14  23:17:39
28689         Log: Subject: Re: perl@7078 
28690              From: Spider Boardman <spider@web.zk3.dec.com>
28691              Date: Thu, 14 Sep 2000 19:06:36 -0400
28692              Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
28693      Branch: perl
28694            ! sv.c toke.c
28695 ____________________________________________________________________________
28696 [  7089] By: jhi                                   on 2000/09/14  23:11:21
28697         Log: Small portability tweaks.
28698      Branch: perl
28699            ! ext/Encode/Encode.xs
28700 ____________________________________________________________________________
28701 [  7088] By: jhi                                   on 2000/09/14  22:57:23
28702         Log: Fake return to pacify picky compilers.
28703      Branch: perl
28704            ! ext/Encode/Encode.xs
28705 ____________________________________________________________________________
28706 [  7087] By: jhi                                   on 2000/09/14  22:53:37
28707         Log: Subject: [PATCH] utf8.c apidoc
28708              From: Simon Cozens <simon@cozens.net>
28709              Date: Thu, 14 Sep 2000 23:46:57 +0100
28710              Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
28711      Branch: perl
28712            ! perlapi.c pod/perlapi.pod utf8.c
28713 ____________________________________________________________________________
28714 [  7086] By: jhi                                   on 2000/09/14  22:40:38
28715         Log: We don't need to count the high bit bytes, a boolean is enough. 
28716      Branch: perl
28717            ! sv.c
28718 ____________________________________________________________________________
28719 [  7085] By: jhi                                   on 2000/09/14  21:20:09
28720         Log: Replace #7084 with
28721              
28722              Subject: Re: perl@7078 
28723              From: Spider Boardman <spider@web.zk3.dec.com>
28724              Date: Thu, 14 Sep 2000 17:09:36 -0400
28725              Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
28726      Branch: perl
28727            ! sv.c utf8.c
28728 ____________________________________________________________________________
28729 [  7084] By: jhi                                   on 2000/09/14  20:03:34
28730         Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
28731              convertable to bytes by checking it doesn't go above 0xc3
28732              
28733              Subject: Re: perl@7078
28734              From: Simon Cozens <simon@cozens.net>
28735              Date: Thu, 14 Sep 2000 20:59:19 +0100
28736              Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
28737      Branch: perl
28738            ! utf8.c
28739 ____________________________________________________________________________
28740 [  7083] By: jhi                                   on 2000/09/14  19:38:47
28741         Log: Subject: Re: perl@7078
28742              From: Simon Cozens <simon@cozens.net>
28743              Date: Thu, 14 Sep 2000 20:13:09 +0100
28744              Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
28745      Branch: perl
28746            ! t/op/bop.t
28747 ____________________________________________________________________________
28748 [  7082] By: jhi                                   on 2000/09/14  17:50:44
28749         Log: The one that got away.
28750      Branch: perl
28751            ! lib/File/Find.pm
28752 ____________________________________________________________________________
28753 [  7081] By: jhi                                   on 2000/09/14  17:45:35
28754         Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
28755              From: Robin Barker <rmb1@cise.npl.co.uk>
28756              Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
28757              Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
28758      Branch: perl
28759            ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
28760            ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
28761            ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
28762            ! regcomp.c toke.c universal.c
28763 ____________________________________________________________________________
28764 [  7080] By: jhi                                   on 2000/09/14  17:40:35
28765         Log: Problems picked up by AIX cc.
28766              
28767              Subject: Re: perl@7078 (patch included)
28768              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
28769              Date: Thu, 14 Sep 2000 18:53:30 +0200
28770              Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
28771      Branch: perl
28772            ! ext/Encode/Encode.xs
28773 ____________________________________________________________________________
28774 [  7079] By: jhi                                   on 2000/09/14  17:38:27
28775         Log: Subject: File::Find 5.7.0 POD nits
28776              From: Rich Morin <rdm@cfcl.com>
28777              Date: Wed, 13 Sep 2000 22:03:58 -0700
28778              Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
28779      Branch: perl
28780            ! lib/File/Find.pm
28781 ____________________________________________________________________________
28782 [  7078] By: jhi                                   on 2000/09/14  14:58:20
28783         Log: Update Changes.
28784      Branch: perl
28785            ! Changes patchlevel.h
28786 ____________________________________________________________________________
28787 [  7077] By: jhi                                   on 2000/09/14  14:55:54
28788         Log: Compilation warnings and an error.
28789      Branch: perl
28790            ! sv.c
28791 ____________________________________________________________________________
28792 [  7076] By: jhi                                   on 2000/09/14  14:42:56
28793         Log: Fix for a parsing bug, not for the original bug.
28794              
28795              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
28796              From: Spider Boardman <spider@web.zk3.dec.com>
28797              Date: Wed, 13 Sep 2000 17:52:20 -0400
28798              Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
28799      Branch: perl
28800            ! regcomp.c
28801 ____________________________________________________________________________
28802 [  7075] By: jhi                                   on 2000/09/14  14:40:40
28803         Log: Batch of UTF-8 patches from Simon Cozens.
28804      Branch: perl
28805            ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
28806            ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
28807            ! toke.c utf8.c
28808 ____________________________________________________________________________
28809 [  7074] By: jhi                                   on 2000/09/14  14:29:58
28810         Log: Subject: Re: Two advertising clauses need to be removed
28811              From: Russ Allbery <rra@stanford.edu>
28812              Date: 13 Sep 2000 18:50:26 -0700
28813              Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
28814      Branch: perl
28815            ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
28816 ____________________________________________________________________________
28817 [  7073] By: jhi                                   on 2000/09/14  14:28:20
28818         Log: Subject: [PATCH] de-wall t/README
28819              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
28820              Date: Wed, 13 Sep 2000 17:46:55 -0700
28821              Message-ID: <//Bw5gzkge/e092yn@efn.org>
28822      Branch: perl
28823            ! t/README
28824 ____________________________________________________________________________
28825 [  7072] By: jhi                                   on 2000/09/14  14:25:10
28826         Log: Hints optimization.
28827              
28828              Subject: Minor nit
28829              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
28830              Date: Wed, 13 Sep 2000 21:42:07 +0200
28831              Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
28832      Branch: perl
28833            ! hints/hpux.sh
28834 ____________________________________________________________________________
28835 [  7071] By: jhi                                   on 2000/09/14  14:23:30
28836         Log: Allow chop() and chomp() to be overridden.
28837              
28838              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
28839              From: "Casey R. Tweten" <crt@kiski.net>
28840              Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
28841              Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
28842      Branch: perl
28843            ! toke.c
28844 ____________________________________________________________________________
28845 [  7070] By: jhi                                   on 2000/09/14  14:20:36
28846         Log: The return value of setlocale must be copied away.
28847              
28848              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
28849              From: Alan Burlison <Alan.Burlison@uk.sun.com>
28850              Date: Wed, 13 Sep 2000 16:27:37 +0100 
28851              Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
28852      Branch: perl
28853            ! util.c
28854 ____________________________________________________________________________
28855 [  7069] By: jhi                                   on 2000/09/14  14:16:27
28856         Log: Remove vestiges of tr//CU.
28857              
28858              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
28859              From: Nick Clark <nick@plum.flirble.org>
28860              Date: Tue, 12 Sep 2000 22:50:14 +0100
28861              Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
28862              
28863              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
28864              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
28865              Date: Tue, 12 Sep 2000 21:38:48 -0700
28866              Message-ID: <YTwv5gzkgmfL092yn@efn.org>
28867      Branch: perl
28868            ! op.h pod/perlunicode.pod
28869 ____________________________________________________________________________
28870 [  7068] By: jhi                                   on 2000/09/13  14:18:39
28871         Log: Add the Encode extension.  The code is still largely just skeleton.
28872      Branch: perl
28873            + ext/Encode/Encode.pm ext/Encode/Encode.xs
28874            + ext/Encode/Makefile.PL ext/Encode/Todo
28875            ! MANIFEST Todo-5.6
28876 ____________________________________________________________________________
28877 [  7067] By: jhi                                   on 2000/09/12  17:43:33
28878         Log: Allow for whitespace between "#" and "line" in cpp output.
28879              
28880              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
28881              From: Calle Dybedahl <calle@lysator.liu.se>
28882              Date: 12 Sep 2000 19:38:02 +0200 
28883              Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
28884      Branch: perl
28885            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
28886 ____________________________________________________________________________
28887 [  7066] By: gsar                                  on 2000/09/12  17:24:29
28888         Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
28889              initialization in all the threads on Windows
28890      Branch: perl
28891            ! win32/win32.c
28892 ____________________________________________________________________________
28893 [  7065] By: jhi                                   on 2000/09/12  15:11:31
28894         Log: Update Changes.
28895      Branch: perl
28896            ! Changes patchlevel.h
28897 ____________________________________________________________________________
28898 [  7064] By: jhi                                   on 2000/09/12  14:54:54
28899         Log: Retract #7062, the pod tests are not ready.
28900      Branch: perl
28901            ! t/TEST t/harness
28902 ____________________________________________________________________________
28903 [  7063] By: jhi                                   on 2000/09/12  14:25:41
28904         Log: The #7054 truncated Configure badly.
28905      Branch: metaconfig/U/perl
28906            ! End.U
28907      Branch: perl
28908            ! Configure config_h.SH
28909 ____________________________________________________________________________
28910 [  7062] By: jhi                                   on 2000/09/12  14:08:32
28911         Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
28912              From: sthoenna@efn.org
28913              Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
28914              Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
28915      Branch: perl
28916            ! t/TEST t/harness
28917 ____________________________________________________________________________
28918 [  7061] By: jhi                                   on 2000/09/12  14:07:18
28919         Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
28920              From: sthoenna@efn.org
28921              Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
28922              Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
28923      Branch: perl
28924            ! pod/perlxs.pod
28925 ____________________________________________________________________________
28926 [  7060] By: jhi                                   on 2000/09/12  14:06:08
28927         Log: Break up the myconfig lines a bit.
28928              
28929              Subject: perlbug/perl -V output format
28930              From: sthoenna@efn.org
28931              Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
28932              Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
28933      Branch: perl
28934            ! myconfig.SH
28935 ____________________________________________________________________________
28936 [  7059] By: jhi                                   on 2000/09/12  14:05:04
28937         Log: Test for the #7049.
28938              
28939              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
28940              From: andreas.koenig@anima.de (Andreas J. Koenig)
28941              Date: 12 Sep 2000 06:42:01 +0200
28942              Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
28943      Branch: perl
28944            ! t/op/my.t
28945 ____________________________________________________________________________
28946 [  7058] By: jhi                                   on 2000/09/12  14:03:05
28947         Log: Subject: [patch: perl@7045] vms updates
28948              From: Peter Prymmer <pvhp@forte.com>
28949              Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
28950              Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
28951      Branch: perl
28952            ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
28953 ____________________________________________________________________________
28954 [  7057] By: jhi                                   on 2000/09/12  14:00:51
28955         Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
28956              From: sthoenna@efn.org
28957              Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
28958              Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
28959      Branch: perl
28960            ! t/op/64bitint.t
28961 ____________________________________________________________________________
28962 [  7056] By: jhi                                   on 2000/09/12  13:58:14
28963         Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
28964              From: Jeff Pinyan <jeffp@crusoe.net>
28965              Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
28966              Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
28967      Branch: perl
28968            ! pod/perlfunc.pod
28969 ____________________________________________________________________________
28970 [  7055] By: jhi                                   on 2000/09/12  13:56:32
28971         Log: Do in VMS as the #7054 does.
28972      Branch: perl
28973            ! configure.com
28974 ____________________________________________________________________________
28975 [  7054] By: jhi                                   on 2000/09/12  13:50:31
28976         Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
28977              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
28978              Date: Mon, 11 Sep 2000 08:33:09 +0100
28979              Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
28980      Branch: metaconfig/U/perl
28981            ! End.U
28982      Branch: perl
28983            ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
28984            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
28985 ____________________________________________________________________________
28986 [  7053] By: jhi                                   on 2000/09/12  13:29:19
28987         Log: Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
28988              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
28989              Date:     Tue, 12 Sep 2000 08:35:59 EDT
28990              Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
28991      Branch: perl
28992            ! vms/test.com
28993 ____________________________________________________________________________
28994 [  7052] By: jhi                                   on 2000/09/11  23:01:50
28995         Log: Document the SvUTF8*().
28996      Branch: perl
28997            ! pod/perlapi.pod sv.h
28998 ____________________________________________________________________________
28999 [  7051] By: gsar                                  on 2000/09/11  14:46:30
29000         Log: C<@a = @b = split(...)> optimization coredumps under ithreads
29001              (missed a spot when fixing up op_pmreplroot hack for ithreads)
29002      Branch: perl
29003            ! op.c t/op/split.t
29004 ____________________________________________________________________________
29005 [  7050] By: nick                                  on 2000/09/11  10:03:51
29006         Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
29007              
29008              Subject: borland C++ win32.c tweak
29009              From: Vadim Konovalov <vkonovalov@lucent.com>
29010              Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
29011              Date: Mon, 11 Sep 2000 11:22:33 +0400
29012      Branch: perl
29013            ! win32/win32.c
29014 ____________________________________________________________________________
29015 [  7049] By: nick                                  on 2000/09/11  09:57:33
29016         Log: Point fix for s/// on foreach (keys %xxx).
29017      Branch: perl
29018            ! pp_hot.c
29019 ____________________________________________________________________________
29020 [  7048] By: jhi                                   on 2000/09/10  23:37:09
29021         Log: Silence t/pod/*.t about alternate quote-mappings now implemented
29022              by Pod::Text, from Brad Appleton.
29023      Branch: perl
29024            ! t/pod/testp2pt.pl
29025 ____________________________________________________________________________
29026 [  7047] By: jhi                                   on 2000/09/10  14:32:53
29027         Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
29028              by Russ Allbery.
29029      Branch: perl
29030            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
29031 ____________________________________________________________________________
29032 [  7046] By: jhi                                   on 2000/09/10  14:15:08
29033         Log: Upgrade to CPAN 1.57_65, from Andreas König.
29034      Branch: perl
29035            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
29036 ____________________________________________________________________________
29037 [  7045] By: jhi                                   on 2000/09/08  21:36:32
29038         Log: Update Changes.
29039      Branch: perl
29040            ! Changes patchlevel.h
29041 ____________________________________________________________________________
29042 [  7044] By: jhi                                   on 2000/09/08  21:29:56
29043         Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
29044              From: Peter Prymmer <pvhp@forte.com>
29045              Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
29046              Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
29047      Branch: perl
29048            ! configure.com
29049 ____________________________________________________________________________
29050 [  7043] By: jhi                                   on 2000/09/08  21:27:50
29051         Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
29052              From: Peter Prymmer <pvhp@forte.com>
29053              Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
29054              Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
29055      Branch: perl
29056            ! Makefile.SH installperl
29057 ____________________________________________________________________________
29058 [  7042] By: jhi                                   on 2000/09/08  21:23:21
29059         Log: Continue #7041.
29060      Branch: perl
29061            ! cygwin/Makefile.SHs os2/Makefile.SHs
29062 ____________________________________________________________________________
29063 [  7041] By: jhi                                   on 2000/09/08  21:18:10
29064         Log: Do away with memory models cruft.  Sorry, PDP users.
29065      Branch: metaconfig
29066            ! U/modified/cc.U U/modified/libpth.U
29067      Branch: perl
29068            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
29069            ! Porting/config_H cflags.SH config_h.SH configure.com
29070            ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
29071            ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
29072            ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
29073 ____________________________________________________________________________
29074 [  7040] By: jhi                                   on 2000/09/08  14:34:18
29075         Log: Major rewrite of s2p.  And I mean really major, it is
29076              an implementation of sed in perl.  If called as s2p it
29077              will function as s2p.  Note: needs non-UNIXifying.
29078              
29079              Subject: s2p
29080              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
29081              Date: Mon, 28 Aug 2000 14:05:12 +0200
29082              Message-ID: <39AA5578.2102E2AA@alcatel.at>
29083      Branch: perl
29084            ! x2p/s2p.PL
29085 ____________________________________________________________________________
29086 [  7039] By: jhi                                   on 2000/09/08  14:19:49
29087         Log: Re-allow vec() for characters > 255.
29088              
29089              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
29090              From: Spider Boardman <spider@web.zk3.dec.com>
29091              Date: Fri, 08 Sep 2000 02:21:02 -0400
29092              Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
29093      Branch: perl
29094            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
29095            ! t/op/vec.t
29096 ____________________________________________________________________________
29097 [  7038] By: jhi                                   on 2000/09/08  14:14:18
29098         Log: Subject: [PATCH lib/Benchmark.pm]
29099              From: <abigail@foad.org>
29100              Date: Thu, 7 Sep 2000 15:03:20 -0400
29101              Message-ID: <20000907190320.888.qmail@foad.org>
29102      Branch: perl
29103            ! lib/Benchmark.pm
29104 ____________________________________________________________________________
29105 [  7037] By: jhi                                   on 2000/09/08  14:11:06
29106         Log: Optimizing hash keys into shared strings doesn't work with ithreads.
29107              
29108              Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi    
29109              From: Spider Boardman <spider@web.zk3.dec.com>
29110              Date: Fri, 08 Sep 2000 01:30:27 -0400
29111              Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
29112      Branch: perl
29113            ! op.c
29114 ____________________________________________________________________________
29115 [  7036] By: jhi                                   on 2000/09/08  14:08:58
29116         Log: Subject: [ID 20000908.002] perlipc documentation bug.
29117              From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
29118              Date: Fri, 08 Sep 2000 12:38:32 +0200
29119              Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
29120      Branch: perl
29121            ! pod/perlipc.pod
29122 ____________________________________________________________________________
29123 [  7035] By: jhi                                   on 2000/09/08  14:03:12
29124         Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
29125              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
29126              Date: Fri, 08 Sep 2000 11:47:34 +0200
29127              Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
29128      Branch: perl
29129            ! hints/dec_osf.sh
29130 ____________________________________________________________________________
29131 [  7034] By: jhi                                   on 2000/09/08  13:59:35
29132         Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
29133              From: Simon Cozens <simon@cozens.net>
29134              Date: Thu, 7 Sep 2000 20:40:38 +0100
29135              Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
29136      Branch: perl
29137            ! pp_hot.c
29138 ____________________________________________________________________________
29139 [  7033] By: jhi                                   on 2000/09/08  04:03:03
29140         Log: Subject: [ID 20000904.008] Tiny fix for perldiag
29141              From: "Larry W. Virden" <lvirden@cas.org>
29142              Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
29143              Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
29144      Branch: perl
29145            ! pod/perldiag.pod
29146 ____________________________________________________________________________
29147 [  7032] By: jhi                                   on 2000/09/07  22:18:30
29148         Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
29149              From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
29150              Date: Mon, 04 Sep 2000 13:16:38 -0700
29151              Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
29152      Branch: perl
29153            ! lib/perl5db.pl
29154 ____________________________________________________________________________
29155 [  7031] By: jhi                                   on 2000/09/07  22:02:29
29156         Log: Fix the ccversion detection for 5.1 and beyond.
29157              
29158              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
29159              From: Spider Boardman <spider@leggy.zk3.dec.com>
29160              Date: Thu, 7 Sep 2000 17:54:27 -0400
29161              Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
29162      Branch: perl
29163            ! hints/dec_osf.sh
29164 ____________________________________________________________________________
29165 [  7030] By: jhi                                   on 2000/09/07  19:12:28
29166         Log: Fix for
29167              
29168              Subject: [ID 20000903.001] \w in utf8-strings
29169              From: Marc Lehmann <pcg@goof.com>
29170              Date: Sun, 03 Sep 2000 09:44:29 +0200
29171              Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
29172              
29173              and various related nits.
29174      Branch: perl
29175            ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
29176 ____________________________________________________________________________
29177 [  7029] By: jhi                                   on 2000/09/07  18:49:09
29178         Log: Fix the URL, but the server is still missing in action.
29179              
29180              Subject: [ID 20000905.002] perlfaq1.pod URL error
29181              From: "Larry W. Virden" <lvirden@cas.org>
29182              Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
29183              Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
29184      Branch: perl
29185            ! pod/perlfaq1.pod
29186 ____________________________________________________________________________
29187 [  7028] By: jhi                                   on 2000/09/07  18:47:13
29188         Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
29189              From: Hugo <hv@crypt.compulink.co.uk>
29190              Date: Tue, 05 Sep 2000 14:13:37 +0100
29191              Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
29192      Branch: perl
29193            ! toke.c
29194 ____________________________________________________________________________
29195 [  7027] By: jhi                                   on 2000/09/07  18:45:35
29196         Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
29197              From: Daniel Chetlin <daniel@chetlin.com>
29198              Date: Tue, 5 Sep 2000 04:57:07 -0700
29199              Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
29200      Branch: perl
29201            ! pod/perlfaq6.pod pod/perlop.pod
29202 ____________________________________________________________________________
29203 [  7026] By: jhi                                   on 2000/09/07  18:44:01
29204         Log: Document the new ref() semantics.
29205              
29206              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
29207              From: Gisle Aas <gisle@ActiveState.com>
29208              Date: 05 Sep 2000 08:10:30 +0200
29209              Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
29210      Branch: perl
29211            ! pod/perldelta.pod
29212 ____________________________________________________________________________
29213 [  7025] By: jhi                                   on 2000/09/07  18:42:27
29214         Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
29215              
29216              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
29217              From: Gisle Aas <gisle@ActiveState.com>
29218              Date: 05 Sep 2000 08:11:40 +0200
29219              Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
29220      Branch: perl
29221            ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
29222 ____________________________________________________________________________
29223 [  7024] By: jhi                                   on 2000/09/07  18:39:32
29224         Log: Subject: [PATCH] Modernize Opcode.pm documentation
29225              From: Gisle Aas <gisle@ActiveState.com>
29226              Date: 4 Sep 2000 00:18:55 -0000
29227              Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
29228      Branch: perl
29229            ! ext/Opcode/Opcode.pm
29230 ____________________________________________________________________________
29231 [  7023] By: jhi                                   on 2000/09/07  18:37:42
29232         Log: Subject: [PATCH] Tied filehandle documentation
29233              From: Gisle Aas <gisle@ActiveState.com>
29234              Date: 4 Sep 2000 00:14:40 -0000
29235              Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
29236      Branch: perl
29237            ! pod/perlfunc.pod pod/perltie.pod
29238 ____________________________________________________________________________
29239 [  7022] By: jhi                                   on 2000/09/07  18:35:37
29240         Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
29241              From: Gisle Aas <gisle@ActiveState.com>
29242              Date: 4 Sep 2000 00:04:22 -0000
29243              Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
29244      Branch: perl
29245            ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
29246 ____________________________________________________________________________
29247 [  7021] By: jhi                                   on 2000/09/07  18:33:22
29248         Log: Subject: small apidoc fix
29249              From: Marc Lehmann <pcg@goof.com>
29250              Date: Sun, 3 Sep 2000 05:12:06 +0200
29251              Message-ID: <20000903051206.A5909@cerebro.laendle>
29252      Branch: perl
29253            ! pod/perlapi.pod utf8.c
29254 ____________________________________________________________________________
29255 [  7020] By: jhi                                   on 2000/09/07  16:14:57
29256         Log: Tiny perldelta nits.
29257      Branch: perl
29258            ! pod/perldelta.pod
29259 ____________________________________________________________________________
29260 [  7019] By: jhi                                   on 2000/09/07  16:04:20
29261         Log: Guard against bad string->int conversion for quads.
29262      Branch: perl
29263            ! t/op/64bitint.t
29264 ____________________________________________________________________________
29265 [  7018] By: jhi                                   on 2000/09/06  17:07:03
29266         Log: Update Unicode todo list.
29267      Branch: perl
29268            ! Todo-5.6
29269 ____________________________________________________________________________
29270 [  7017] By: jhi                                   on 2000/09/05  21:16:01
29271         Log: Document the SvIOK_.*UV().
29272      Branch: perl
29273            ! pod/perlapi.pod sv.h
29274 ____________________________________________________________________________
29275 [  7016] By: nick                                  on 2000/09/03  21:54:46
29276         Log: Hash lookup of constant strings optimization:
29277              Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
29278              to string table (as per sharepvn). Add newSV_pvn_share to create such
29279              a thing. Make hv.c compare addresses of strings and skip string compare
29280              if equal. Make method_named and helem ops use these shared-string SVs
29281              when arg is constant. Make keys op return shared-string SVs (less clearly
29282              a win).
29283      Branch: perl
29284            ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
29285            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
29286            ! pod/perlintern.pod pp_hot.c proto.h sv.c
29287 ____________________________________________________________________________
29288 [  7015] By: jhi                                   on 2000/09/02  17:48:59
29289         Log: This is 5.7.0.
29290      Branch: perl
29291            ! Changes
29292 ____________________________________________________________________________
29293 [  7014] By: jhi                                   on 2000/09/02  17:35:45
29294         Log: Changes and patchlevel tweaks.
29295      Branch: perl
29296            ! Changes patchlevel.h
29297 ____________________________________________________________________________
29298 [  7013] By: jhi                                   on 2000/09/02  17:30:50
29299         Log: Update Changes.
29300      Branch: perl
29301            ! Changes patchlevel.h
29302 ____________________________________________________________________________
29303 [  7012] By: nick                                  on 2000/09/02  17:25:20
29304         Log: More %{} and other deref special casing - do not pass to 'nomethod'.
29305      Branch: perl
29306            ! gv.c lib/overload.pm
29307 ____________________________________________________________________________
29308 [  7011] By: jhi                                   on 2000/09/02  17:16:25
29309         Log: Update perlhist.
29310      Branch: perl
29311            ! pod/perlhist.pod
29312 ____________________________________________________________________________
29313 [  7010] By: jhi                                   on 2000/09/02  17:01:35
29314         Log: perldelta nits.
29315      Branch: perl
29316            ! pod/perldelta.pod
29317 ____________________________________________________________________________
29318 [  7009] By: nick                                  on 2000/09/02  16:48:35
29319         Log: If overloaded %{} etc. return the object do not loop.
29320              Thus  sub deref { $_[0] } functions if object is wanted type.
29321      Branch: perl
29322            ! pp.h
29323 ____________________________________________________________________________
29324 [  7008] By: jhi                                   on 2000/09/02  16:26:11
29325         Log: Retab MANIFEST.
29326      Branch: perl
29327            ! ext/Storable/MANIFEST
29328 ____________________________________________________________________________
29329 [  7007] By: jhi                                   on 2000/09/02  16:23:02
29330         Log: Make certain cc is set before trying to run it.
29331      Branch: perl
29332            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
29333 ____________________________________________________________________________
29334 [  7006] By: jhi                                   on 2000/09/02  15:45:41
29335         Log: Unicode notes.
29336      Branch: perl
29337            ! pod/perldelta.pod
29338 ____________________________________________________________________________
29339 [  7005] By: jhi                                   on 2000/09/02  15:42:11
29340         Log: Various Configure nits by Philip Newton,
29341              plus the ebcdic one by me.
29342      Branch: metaconfig
29343            + U/modified/pager.U
29344            ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
29345      Branch: metaconfig/U/perl
29346            ! Devel.U quadfio.U
29347      Branch: perl
29348            ! Configure config_h.SH
29349 ____________________________________________________________________________
29350 [  7004] By: jhi                                   on 2000/09/02  15:06:14
29351         Log: Apparently avoiding the swapping is too costly.
29352              
29353              From: "Ben Tilly" <ben_tilly@hotmail.com>
29354              Subject: Re: the door is closed.
29355              Date: Fri, 01 Sep 2000 20:23:16 EDT
29356              Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
29357      Branch: perl
29358            ! pod/perlfaq4.pod
29359 ____________________________________________________________________________
29360 [  7003] By: nick                                  on 2000/09/02  12:26:04
29361         Log: Undo part of change 6489 which looks like a bulk edit which
29362              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
29363              The supressing of main:: on return from select() is undesirable.
29364      Branch: perl
29365            ! pp_sys.c
29366 ____________________________________________________________________________
29367 [  7002] By: jhi                                   on 2000/09/01  23:08:54
29368         Log: Update Changes.
29369      Branch: perl
29370            ! Changes patchlevel.h
29371 ____________________________________________________________________________
29372 [  7001] By: jhi                                   on 2000/09/01  23:00:13
29373         Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
29374              From: Peter Prymmer <pvhp@forte.com>
29375              Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
29376              Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
29377              
29378              plus rework the http: spots as suggested by Tom Christiansen,
29379              plus regen perltoc.
29380      Branch: perl
29381            ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
29382            ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
29383 ____________________________________________________________________________
29384 [  7000] By: jhi                                   on 2000/09/01  22:36:01
29385         Log: Only the first line, thank you very much.
29386      Branch: perl
29387            ! hints/solaris_2.sh
29388 ____________________________________________________________________________
29389 [  6999] By: gsar                                  on 2000/09/01  22:16:40
29390         Log: change#6791 accidentally clobbered change#6710, put it back
29391      Branch: perl
29392            ! win32/win32.c
29393 ____________________________________________________________________________
29394 [  6998] By: jhi                                   on 2000/09/01  22:14:16
29395         Log: Mention the HP-UX LP64 freak failure.
29396      Branch: perl
29397            ! pod/perldelta.pod
29398 ____________________________________________________________________________
29399 [  6997] By: jhi                                   on 2000/09/01  21:48:32
29400         Log: Detypo.
29401      Branch: perl
29402            ! hints/hpux.sh
29403 ____________________________________________________________________________
29404 [  6996] By: jhi                                   on 2000/09/01  21:27:10
29405         Log: Update Changes.
29406      Branch: perl
29407            ! Changes patchlevel.h
29408 ____________________________________________________________________________
29409 [  6995] By: jhi                                   on 2000/09/01  21:14:24
29410         Log: Mi splgn s gnin.g
29411      Branch: perl
29412            ! pp_ctl.c
29413 ____________________________________________________________________________
29414 [  6994] By: jhi                                   on 2000/09/01  21:09:54
29415         Log: Subject: http:// in L<>
29416              From: Nicholas Clark <nick@ccl4.org>
29417              Date: Fri, 1 Sep 2000 22:03:21 +0100
29418              Message-ID: <20000901220321.B72074@plum.flirble.org>
29419      Branch: perl
29420            ! README.os2 pod/perl56delta.pod pod/perlxs.pod
29421 ____________________________________________________________________________
29422 [  6993] By: jhi                                   on 2000/09/01  21:06:54
29423         Log: Update to Storable 1.0, from Raphael Manfredi.
29424      Branch: perl
29425            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
29426            ! ext/Storable/Makefile.PL ext/Storable/README
29427            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
29428            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
29429            ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
29430            ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
29431            ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
29432            ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
29433 ____________________________________________________________________________
29434 [  6992] By: jhi                                   on 2000/09/01  20:43:05
29435         Log: Mention known sfio+linux buglet.
29436      Branch: perl
29437            ! pod/perldelta.pod
29438 ____________________________________________________________________________
29439 [  6991] By: jhi                                   on 2000/09/01  20:40:11
29440         Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
29441              From: Peter Prymmer <pvhp@forte.com>
29442              Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
29443              Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
29444      Branch: perl
29445            ! vms/vms.c
29446 ____________________________________________________________________________
29447 [  6990] By: jhi                                   on 2000/09/01  20:25:26
29448         Log: Retract #6986.
29449      Branch: perl
29450            ! hints/solaris_2.sh
29451 ____________________________________________________________________________
29452 [  6989] By: jhi                                   on 2000/09/01  20:23:00
29453         Log: Mergesort is back.
29454      Branch: perl
29455            ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
29456 ____________________________________________________________________________
29457 [  6988] By: jhi                                   on 2000/09/01  19:37:40
29458         Log: Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
29459              From: Mike Guy <mjtg@cam.ac.uk>
29460              Date: Fri, 01 Sep 2000 17:43:33 +0100
29461              Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
29462      Branch: perl
29463            ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
29464            ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
29465 ____________________________________________________________________________
29466 [  6987] By: jhi                                   on 2000/09/01  19:17:10
29467         Log: Regen perltoc.
29468      Branch: perl
29469            ! pod/perltoc.pod
29470 ____________________________________________________________________________
29471 [  6986] By: jhi                                   on 2000/09/01  18:51:10
29472         Log: Subject: Re: Solaris x86 has no SPARC libraries!
29473              From: Lupe Christoph <lupe@lupe-christoph.de>
29474              Date: Fri, 1 Sep 2000 20:41:20 +0200
29475              Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
29476      Branch: perl
29477            ! hints/solaris_2.sh
29478 ____________________________________________________________________________
29479 [  6985] By: jhi                                   on 2000/09/01  18:28:10
29480         Log: Update Changes.
29481      Branch: perl
29482            ! Changes patchlevel.h
29483 ____________________________________________________________________________
29484 [  6984] By: jhi                                   on 2000/09/01  18:26:53
29485         Log: Feature ordering tweak.
29486      Branch: perl
29487            ! myconfig.SH
29488 ____________________________________________________________________________
29489 [  6983] By: jhi                                   on 2000/09/01  18:19:50
29490         Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
29491              From: <abigail@foad.org>
29492              Date: Fri, 1 Sep 2000 13:07:32 -0400
29493              Message-ID: <20000901170732.18249.qmail@foad.org>
29494      Branch: perl
29495            ! t/pragma/overload.t
29496 ____________________________________________________________________________
29497 [  6982] By: jhi                                   on 2000/09/01  18:17:54
29498         Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
29499              so that case-ignoring systems like DCL can tell them from
29500              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
29501      Branch: metaconfig/U/perl
29502            ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
29503      Branch: perl
29504            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
29505            ! config_h.SH configure.com epoc/config.sh hints/aix.sh
29506            ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
29507            ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
29508            ! vos/config.def vos/config.h vos/config_h.SH_orig
29509            ! win32/config.bc win32/config.gc win32/config.vc
29510 ____________________________________________________________________________
29511 [  6981] By: nick                                  on 2000/09/01  17:21:57
29512         Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
29513              warning when UNTIE exists and instead pass the cound of extra references to
29514              the UNTIE method.
29515      Branch: perl
29516            ! pod/perltie.pod pp_sys.c
29517 ____________________________________________________________________________
29518 [  6980] By: jhi                                   on 2000/09/01  16:54:44
29519         Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
29520              From: Peter Prymmer <pvhp@forte.com>
29521              Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
29522              Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
29523      Branch: perl
29524            ! configure.com
29525 ____________________________________________________________________________
29526 [  6979] By: jhi                                   on 2000/09/01  16:06:20
29527         Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
29528              From: Mike Guy <mjtg@cam.ac.uk> 
29529              Date: Fri, 01 Sep 2000 16:49:27 +0100
29530              Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>  
29531      Branch: perl
29532            ! t/base/rs.t
29533 ____________________________________________________________________________
29534 [  6978] By: jhi                                   on 2000/09/01  16:00:42
29535         Log: Update to PodParser 1.18, from Brad Appleton.
29536      Branch: perl
29537            ! lib/Pod/Checker.pm t/pod/find.t
29538 ____________________________________________________________________________
29539 [  6977] By: jhi                                   on 2000/09/01  14:48:58
29540         Log: Subject: Nit in Configure (bleadperl@6961)
29541              From: Lupe Christoph <lupe@lupe-christoph.de>
29542              Date: Fri, 1 Sep 2000 16:34:29 +0200
29543              Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
29544      Branch: metaconfig
29545            ! U/compline/ccflags.U
29546      Branch: perl
29547            ! Configure config_h.SH
29548 ____________________________________________________________________________
29549 [  6976] By: jhi                                   on 2000/09/01  14:39:52
29550         Log: Update Changes.
29551      Branch: perl
29552            ! Changes patchlevel.h
29553 ____________________________________________________________________________
29554 [  6975] By: jhi                                   on 2000/09/01  14:37:36
29555         Log: microperl config update.
29556      Branch: perl
29557            ! uconfig.h uconfig.sh
29558 ____________________________________________________________________________
29559 [  6974] By: jhi                                   on 2000/09/01  14:36:53
29560         Log: Document known deficiencies.
29561      Branch: perl
29562            ! pod/perldelta.pod
29563 ____________________________________________________________________________
29564 [  6973] By: jhi                                   on 2000/09/01  14:10:20
29565         Log: Mention warnings fixes and updates.
29566      Branch: perl
29567            ! pod/perldelta.pod
29568 ____________________________________________________________________________
29569 [  6972] By: jhi                                   on 2000/09/01  14:01:52
29570         Log: Drop unused argument.
29571              
29572              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
29573              From: Spider Boardman <spider@web.zk3.dec.com>
29574              Date: Thu, 31 Aug 2000 16:10:15 -0400
29575              Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
29576      Branch: perl
29577            ! toke.c
29578 ____________________________________________________________________________
29579 [  6971] By: jhi                                   on 2000/09/01  13:59:24
29580         Log: Add the overload warnings to perldiag.
29581      Branch: perl
29582            ! lib/overload.pm pod/perldiag.pod
29583 ____________________________________________________________________________
29584 [  6970] By: jhi                                   on 2000/09/01  13:55:10
29585         Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
29586              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
29587              Date: Fri, 1 Sep 2000 13:43:15 +0100 
29588              Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>                
29589      Branch: perl
29590            ! lib/overload.pm t/pragma/overload.t
29591 ____________________________________________________________________________
29592 [  6969] By: jhi                                   on 2000/09/01  13:52:27
29593         Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
29594              From: <abigail@foad.org>
29595              Date: Fri, 1 Sep 2000 05:46:54 -0400
29596              Message-ID: <20000901094654.6476.qmail@foad.org>
29597      Branch: perl
29598            ! lib/overload.pm
29599 ____________________________________________________________________________
29600 [  6968] By: jhi                                   on 2000/09/01  13:50:05
29601         Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
29602              From: Daniel Chetlin <daniel@chetlin.com>
29603              Date: Fri, 1 Sep 2000 02:10:55 -0700
29604              Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
29605      Branch: perl
29606            ! pod/perlretut.pod
29607 ____________________________________________________________________________
29608 [  6967] By: jhi                                   on 2000/09/01  13:47:54
29609         Log: Part of the solution.
29610              
29611              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
29612              From: Mike Guy <mjtg@cam.ac.uk>
29613              Date: Fri, 01 Sep 2000 14:16:01 +0100
29614              Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
29615      Branch: perl
29616            ! gv.c mg.c
29617 ____________________________________________________________________________
29618 [  6966] By: jhi                                   on 2000/09/01  13:46:17
29619         Log: Subject: CPAN.pm beta 1.57_57 for the core
29620              From: andreas.koenig@anima.de (Andreas J. Koenig)
29621              Date: 01 Sep 2000 15:16:31 +0200
29622              Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
29623      Branch: perl
29624            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
29625 ____________________________________________________________________________
29626 [  6965] By: jhi                                   on 2000/09/01  13:43:18
29627         Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
29628              From: "Craig A. Berry" <craig.berry@psinetcs.com>
29629              Date: Fri, 01 Sep 2000 01:47:22 -0500
29630              Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
29631      Branch: perl
29632            ! pod/perldelta.pod vms/vms.c
29633 ____________________________________________________________________________
29634 [  6964] By: jhi                                   on 2000/09/01  13:35:35
29635         Log: File::Temp patches from Andreas König,
29636              
29637              Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8  (UNINSTALLED)
29638              From: andreas.koenig@anima.de (Andreas J. Koenig)
29639              Date: 01 Sep 2000 10:07:20 +0200
29640              Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
29641              
29642              Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
29643              From: andreas.koenig@anima.de (Andreas J. Koenig)
29644              Date: 31 Aug 2000 23:26:08 +0200
29645              Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
29646      Branch: perl
29647            ! lib/File/Temp.pm t/lib/ftmp-security.t
29648 ____________________________________________________________________________
29649 [  6963] By: jhi                                   on 2000/09/01  02:22:24
29650         Log: Retract the mergesort code, way too incompatible licensing
29651              and copyrights.
29652      Branch: perl
29653            ! pod/perldelta.pod pp_ctl.c
29654 ____________________________________________________________________________
29655 [  6962] By: jhi                                   on 2000/08/31  23:27:32
29656         Log: Update Changes.
29657      Branch: perl
29658            ! Changes patchlevel.h
29659 ____________________________________________________________________________
29660 [  6961] By: jhi                                   on 2000/08/31  23:20:04
29661         Log: Small tweaks all over.
29662      Branch: metaconfig
29663            ! U/compline/d_gconvert.U
29664      Branch: perl
29665            ! AUTHORS Configure config_h.SH pp_ctl.c
29666 ____________________________________________________________________________
29667 [  6960] By: jhi                                   on 2000/08/31  22:39:36
29668         Log: Further rewording.
29669      Branch: perl
29670            ! pp_ctl.c
29671 ____________________________________________________________________________
29672 [  6959] By: jhi                                   on 2000/08/31  21:26:44
29673         Log: More address tweaking.
29674      Branch: perl
29675            ! AUTHORS Changes
29676 ____________________________________________________________________________
29677 [  6958] By: jhi                                   on 2000/08/31  20:47:25
29678         Log: AUTHORS tweaks, from Peter Prymmer.
29679              
29680              Subject: [PATCH: 6948] mvs doesn't exist (not any more)
29681              From: Peter Prymmer <pvhp@forte.com>
29682              Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT) 
29683              Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
29684      Branch: perl
29685            ! AUTHORS MAINTAIN
29686 ____________________________________________________________________________
29687 [  6957] By: jhi                                   on 2000/08/31  20:34:43
29688         Log: perldelta tweaks.
29689      Branch: perl
29690            ! pod/perldelta.pod
29691 ____________________________________________________________________________
29692 [  6956] By: jhi                                   on 2000/08/31  19:11:06
29693         Log: Regen perltoc.
29694      Branch: perl
29695            ! pod/perltoc.pod
29696 ____________________________________________________________________________
29697 [  6955] By: jhi                                   on 2000/08/31  19:06:30
29698         Log: Clarify the mergesort situation.
29699      Branch: perl
29700            ! pp_ctl.c
29701 ____________________________________________________________________________
29702 [  6954] By: jhi                                   on 2000/08/31  18:24:17
29703         Log: Move the Solaris 7 scan to use64bitall, make the
29704              failure to find 64-bot sparc libc to mention the
29705              possibility of being in an intel, from Lupe and Alan.
29706      Branch: perl
29707            ! hints/solaris_2.sh
29708 ____________________________________________________________________________
29709 [  6953] By: jhi                                   on 2000/08/31  18:09:20
29710         Log: Forget about NV_MAX (#6951).  Various floating point tweaks,
29711              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
29712      Branch: metaconfig
29713            ! U/compline/d_gconvert.U U/threads/archname.U
29714      Branch: metaconfig/U/perl
29715            ! perlxv.U
29716      Branch: perl
29717            ! Configure config_h.SH sv.c
29718 ____________________________________________________________________________
29719 [  6952] By: jhi                                   on 2000/08/31  17:42:24
29720         Log: :: not allowed in pathnames, change to .
29721              
29722              Subject: [PATCH perl@6938] cygwin port
29723              From: "Fifer, Eric" <EFifer@sanwaint.com>
29724              Date: Thu, 31 Aug 2000 16:32:59 +0100
29725              Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
29726      Branch: metaconfig/U/perl
29727            ! perlxv.U
29728 ____________________________________________________________________________
29729 [  6951] By: jhi                                   on 2000/08/31  17:02:05
29730         Log: Try to deduce NV_MAX.  Really should be Configure fodder.
29731      Branch: perl
29732            ! perl.h
29733 ____________________________________________________________________________
29734 [  6950] By: jhi                                   on 2000/08/31  16:26:08
29735         Log: More author updates.
29736              
29737              Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
29738              From: Simon Cozens <simon@cozens.net>
29739              Date: Thu, 31 Aug 2000 17:13:32 +0100
29740              Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
29741      Branch: perl
29742            ! AUTHORS
29743 ____________________________________________________________________________
29744 [  6949] By: jhi                                   on 2000/08/31  16:04:49
29745         Log: POSIX doesn't report long double values under -Duselongdouble
29746              when the long doubles are "real" (bigger than doubles).
29747              
29748              Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
29749              From: Spider Boardman <spider@peano.zk3.dec.com>
29750              Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
29751              Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
29752      Branch: perl
29753            ! ext/POSIX/POSIX.xs
29754 ____________________________________________________________________________
29755 [  6948] By: jhi                                   on 2000/08/31  15:25:10
29756         Log: Update Changes.
29757      Branch: perl
29758            ! Changes patchlevel.h
29759 ____________________________________________________________________________
29760 [  6947] By: jhi                                   on 2000/08/31  15:22:29
29761         Log: Document UNTIE in a very minimalistic way.
29762      Branch: perl
29763            ! pod/perlfunc.pod pod/perltie.pod
29764 ____________________________________________________________________________
29765 [  6946] By: jhi                                   on 2000/08/31  15:15:23
29766         Log: Document known failures.
29767      Branch: perl
29768            ! pod/perldelta.pod
29769 ____________________________________________________________________________
29770 [  6945] By: jhi                                   on 2000/08/31  15:07:00
29771         Log: Don't attach -ld to the archname if pointless.
29772      Branch: metaconfig
29773            ! U/threads/archname.U
29774      Branch: perl
29775            ! Configure config_h.SH
29776 ____________________________________________________________________________
29777 [  6944] By: jhi                                   on 2000/08/31  14:37:42
29778         Log: Wrap the test in eval.
29779              
29780              Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
29781              From: Tim Jenness <timj@jach.hawaii.edu>
29782              Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
29783              Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
29784      Branch: perl
29785            ! t/lib/ftmp-security.t
29786 ____________________________________________________________________________
29787 [  6943] By: jhi                                   on 2000/08/31  14:30:57
29788         Log: Make -Dusemorebits find long doubles in Solaris.
29789      Branch: perl
29790            ! hints/solaris_2.sh
29791 ____________________________________________________________________________
29792 [  6942] By: jhi                                   on 2000/08/31  13:48:45
29793         Log: Clarify the third case of ftmp-security warnings.
29794      Branch: perl
29795            ! INSTALL
29796 ____________________________________________________________________________
29797 [  6941] By: jhi                                   on 2000/08/31  13:40:31
29798         Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
29799              From: <abigail@foad.org>
29800              Date: Thu, 31 Aug 2000 01:35:05 -0400
29801              Message-ID: <20000831053505.32120.qmail@foad.org>
29802      Branch: perl
29803            ! pod/perldelta.pod
29804 ____________________________________________________________________________
29805 [  6940] By: jhi                                   on 2000/08/31  13:38:48
29806         Log: Issue useful diagnostic on unknown pod commands.
29807              
29808              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
29809              From: <abigail@foad.org>
29810              Date: Thu, 31 Aug 2000 03:41:18 -0400
29811              Message-ID: <20000831074118.24880.qmail@foad.org>
29812      Branch: perl
29813            ! lib/Pod/Man.pm
29814 ____________________________________________________________________________
29815 [  6939] By: jhi                                   on 2000/08/31  13:34:33
29816         Log: Reveal Borland's isnan.
29817              
29818              Subject: build with BC++ tweak
29819              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
29820              Date: Thu, 31 Aug 2000 13:09:37 +0400
29821              Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
29822      Branch: perl
29823            ! win32/win32.h
29824 ____________________________________________________________________________
29825 [  6938] By: jhi                                   on 2000/08/31  05:01:20
29826         Log: Update Changes.
29827      Branch: perl
29828            ! Changes patchlevel.h
29829 ____________________________________________________________________________
29830 [  6937] By: jhi                                   on 2000/08/31  04:26:23
29831         Log: sscanf() may be the only way to read long doubles from strings.
29832      Branch: metaconfig/U/perl
29833            ! longdblfio.U
29834      Branch: perl
29835            ! Configure config_h.SH perl.h util.c
29836 ____________________________________________________________________________
29837 [  6936] By: jhi                                   on 2000/08/31  04:18:19
29838         Log: The #6929 was too skimpy.
29839      Branch: perl
29840            ! sv.c
29841 ____________________________________________________________________________
29842 [  6935] By: jhi                                   on 2000/08/31  02:47:07
29843         Log: Subject: Re: typos in pods
29844              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
29845              Date: Wed, 30 Aug 2000 19:25:34 -0700
29846              Message-ID: <eIcr5gzkg25X092yn@efn.org>
29847      Branch: perl
29848            ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
29849 ____________________________________________________________________________
29850 [  6934] By: jhi                                   on 2000/08/31  02:42:55
29851         Log: Missed one Unicode file.
29852      Branch: perl
29853            + lib/unicode/UCDFF301.html
29854 ____________________________________________________________________________
29855 [  6933] By: jhi                                   on 2000/08/30  23:42:27
29856         Log: Update Changes.
29857      Branch: perl
29858            ! Changes patchlevel.h
29859 ____________________________________________________________________________
29860 [  6932] By: jhi                                   on 2000/08/30  23:40:07
29861         Log: Mention UNTIE in perldelta.  Still needs documenting
29862              in perltie et alia.
29863      Branch: perl
29864            ! pod/perldelta.pod
29865 ____________________________________________________________________________
29866 [  6931] By: jhi                                   on 2000/08/30  23:36:02
29867         Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
29868              From: <abigail@foad.org>
29869              Date: Wed, 30 Aug 2000 19:28:07 -0400
29870              Message-ID: <20000830232807.305.qmail@foad.org>
29871      Branch: perl
29872            ! pod/perldelta.pod
29873 ____________________________________________________________________________
29874 [  6930] By: jhi                                   on 2000/08/30  23:32:40
29875         Log: Update to Unicode 3.0.1.
29876      Branch: perl
29877            + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
29878            + lib/unicode/PropList.txt lib/unicode/README.perl
29879            + lib/unicode/UCD301.html lib/unicode/Unicode.301
29880            - lib/unicode/Props.txt lib/unicode/UCD300.html
29881            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
29882            ! (edit 257 files)
29883 ____________________________________________________________________________
29884 [  6929] By: jhi                                   on 2000/08/30  22:38:18
29885         Log: Heap decorruption.
29886              
29887              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
29888              From: Alan Burlison <Alan.Burlison@uk.sun.com>
29889              Date: Wed, 30 Aug 2000 22:39:52 +0100
29890              Message-ID: <39AD7F28.A06533CF@uk.sun.com>
29891      Branch: perl
29892            ! sv.c
29893 ____________________________________________________________________________
29894 [  6928] By: jhi                                   on 2000/08/30  22:29:34
29895         Log: Retract the dummy test, skip the security tests (instead of failing),
29896              explain what the warnings mean.
29897      Branch: perl
29898            ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
29899 ____________________________________________________________________________
29900 [  6927] By: jhi                                   on 2000/08/30  22:14:13
29901         Log: Change the internal implementation of sort() to be mergesort
29902              instead of quicksort, from John Linderman <jpl@research.att.com>.
29903              Gives us better worst case, better average case, and stability.
29904              What's there not to like?  (Small fixes for threaded builds
29905              were required).
29906      Branch: perl
29907            ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
29908 ____________________________________________________________________________
29909 [  6926] By: jhi                                   on 2000/08/30  20:55:20
29910         Log: A better fix for the Socket building problem from Craig Berry.
29911      Branch: perl
29912            ! vms/vms.c
29913 ____________________________________________________________________________
29914 [  6925] By: jhi                                   on 2000/08/30  20:20:25
29915         Log: Subject: [PATCH] Re: UNTIE method 
29916              From: Nick Ing-Simmons <nik@tiuk.ti.com>
29917              Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
29918              Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
29919      Branch: perl
29920            ! pp_sys.c t/op/tie.t
29921 ____________________________________________________________________________
29922 [  6924] By: jhi                                   on 2000/08/30  20:17:11
29923         Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
29924              From: "Craig A. Berry" <craig.berry@psinetcs.com>
29925              Date: Wed, 30 Aug 2000 15:03:14 -0500
29926              Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
29927      Branch: perl
29928            ! vms/vms.c
29929 ____________________________________________________________________________
29930 [  6923] By: jhi                                   on 2000/08/30  20:15:18
29931         Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
29932              From: "Craig A. Berry" <craig.berry@psinetcs.com>
29933              Date: Wed, 30 Aug 2000 13:30:36 -0500
29934              Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
29935      Branch: perl
29936            ! vms/vms.c
29937 ____________________________________________________________________________
29938 [  6922] By: jhi                                   on 2000/08/30  19:54:43
29939         Log: Better options for rsync.
29940      Branch: perl
29941            ! pod/perlhack.pod
29942 ____________________________________________________________________________
29943 [  6921] By: jhi                                   on 2000/08/30  19:40:16
29944         Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
29945              From: Rick Delaney <rick@consumercontact.com>
29946              Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
29947              Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
29948      Branch: perl
29949            ! pod/perlfunc.pod
29950 ____________________________________________________________________________
29951 [  6920] By: jhi                                   on 2000/08/30  19:36:40
29952         Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
29953              From: Peter Prymmer <pvhp@forte.com>
29954              Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
29955              Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
29956      Branch: perl
29957            ! configure.com
29958 ____________________________________________________________________________
29959 [  6919] By: jhi                                   on 2000/08/30  14:52:02
29960         Log: Update Changes.
29961      Branch: perl
29962            ! Changes patchlevel.h
29963 ____________________________________________________________________________
29964 [  6918] By: jhi                                   on 2000/08/30  14:48:34
29965         Log: NVs not necessarily doubles, as pointed out by Yitzchak.
29966      Branch: perl
29967            ! lib/ExtUtils/typemap
29968 ____________________________________________________________________________
29969 [  6917] By: jhi                                   on 2000/08/30  14:46:34
29970         Log: Subject: typos in pods
29971              From: Nicholas Clark <nick@ccl4.org>
29972              Date: Wed, 30 Aug 2000 01:12:50 +0100
29973              Message-ID: <20000830011249.A61388@plum.flirble.org>
29974      Branch: perl
29975            ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
29976            ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
29977            ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
29978            ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
29979 ____________________________________________________________________________
29980 [  6916] By: jhi                                   on 2000/08/30  14:19:09
29981         Log: Document Storable problems on Crays.  (Will have
29982              to document all the other Storable problems, too.)
29983      Branch: perl
29984            ! pod/perldelta.pod
29985 ____________________________________________________________________________
29986 [  6915] By: jhi                                   on 2000/08/30  14:06:02
29987         Log: Subject: [PATCH] fix misc cast warnings
29988              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
29989              Date: Tue, 29 Aug 2000 23:16:14 -0700
29990              Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
29991      Branch: perl
29992            ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
29993            ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
29994            ! os2/os2ish.h
29995 ____________________________________________________________________________
29996 [  6914] By: jhi                                   on 2000/08/30  14:03:45
29997         Log: Timestamp mismatch again.  Need to fix this dependence on
29998              config_h.SH timestamp, since it's the contents of config_h.SH
29999              that matter.
30000      Branch: perl
30001            ! uconfig.h uconfig.sh
30002 ____________________________________________________________________________
30003 [  6913] By: jhi                                   on 2000/08/30  13:54:06
30004         Log: Don't say "Perl 5.0 source kit".
30005      Branch: perl
30006            ! perl.c
30007 ____________________________________________________________________________
30008 [  6912] By: jhi                                   on 2000/08/30  13:51:24
30009         Log: Reset archname and archname64 always, forcing them be
30010              recomputed at each Configure run, make Configure and
30011              the hints files agree on the naming of largefiles variables.
30012      Branch: metaconfig
30013            ! U/threads/archname.U
30014      Branch: metaconfig/U/perl
30015            ! use64bits.U
30016      Branch: perl
30017            ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
30018            ! hints/linux.sh hints/solaris_2.sh
30019 ____________________________________________________________________________
30020 [  6911] By: jhi                                   on 2000/08/30  13:30:13
30021         Log: Put back the slice accidentally removed by #6907.
30022      Branch: perl
30023            ! hints/solaris_2.sh
30024 ____________________________________________________________________________
30025 [  6910] By: jhi                                   on 2000/08/30  01:24:26
30026         Log: Be consistent: other Net::get* do export theirs.
30027              
30028              Subject: Re: Net::protoent does not export 'getproto'
30029              From: Yasushi Nakajima <sey@jkc.co.jp>
30030              Date: Wed, 30 Aug 2000 09:53:14 +0900
30031              Message-Id: <200008300051.DAA24700@taku.hut.fi>
30032      Branch: perl
30033            ! lib/Net/protoent.pm
30034 ____________________________________________________________________________
30035 [  6909] By: jhi                                   on 2000/08/30  01:17:25
30036         Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
30037              From: Gurusamy Sarathy <gsar@ActiveState.com>
30038              Date: Tue, 29 Aug 2000 17:17:07 -0700
30039              Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
30040      Branch: perl
30041            ! cop.h
30042 ____________________________________________________________________________
30043 [  6908] By: jhi                                   on 2000/08/30  00:58:05
30044         Log: Update Changes.
30045      Branch: perl
30046            ! Changes patchlevel.h
30047 ____________________________________________________________________________
30048 [  6907] By: jhi                                   on 2000/08/30  00:57:22
30049         Log: Introduce ccname to keep track of what compiler kind of we have.
30050      Branch: metaconfig/U/perl
30051            ! Checkcc.U gccvers.U
30052      Branch: perl
30053            ! Configure config_h.SH hints/solaris_2.sh
30054 ____________________________________________________________________________
30055 [  6906] By: jhi                                   on 2000/08/30  00:25:47
30056         Log: Put back the flags dump as reasoned in
30057              
30058              Subject: Re: [PATCH] Glob dumping
30059              From: Mike Guy <mjtg@cam.ac.uk> 
30060              Date: Tue, 29 Aug 2000 21:41:32 +0100
30061              Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
30062      Branch: perl
30063            ! dump.c t/lib/peek.t
30064 ____________________________________________________________________________
30065 [  6905] By: jhi                                   on 2000/08/30  00:16:17
30066         Log: Make the epsilon to be relative, not absolute.
30067              
30068              Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
30069              From: Spider Boardman <spider-perl@orb.nashua.nh.us>
30070              Date: Tue, 29 Aug 2000 19:58:56 -0400
30071              Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
30072      Branch: perl
30073            ! t/lib/trig.t
30074 ____________________________________________________________________________
30075 [  6904] By: jhi                                   on 2000/08/30  00:13:09
30076         Log: From now on, Gisle is on my list of usual suspects :-)
30077              Retract #6902.
30078      Branch: perl
30079            ! ext/Opcode/Safe.pm
30080 ____________________________________________________________________________
30081 [  6903] By: jhi                                   on 2000/08/29  23:51:20
30082         Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
30083              From: "Craig A. Berry" <craig.berry@psinetcs.com>
30084              Date: Tue, 29 Aug 2000 18:43:26 -0500
30085              Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
30086      Branch: perl
30087            + vms/vmspipe.com
30088            ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
30089            ! vms/vms.c
30090 ____________________________________________________________________________
30091 [  6902] By: jhi                                   on 2000/08/29  23:44:14
30092         Log: Retry what #6882 attempted.
30093              
30094              Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
30095              From: Gisle Aas <gisle@ActiveState.com>
30096              Date: 30 Aug 2000 00:33:09 +0200
30097              Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
30098      Branch: perl
30099            ! ext/Opcode/Safe.pm
30100 ____________________________________________________________________________
30101 [  6901] By: jhi                                   on 2000/08/29  22:59:32
30102         Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
30103              From: Hugo <hv@crypt.compulink.co.uk>
30104              Date: Mon, 12 Jun 2000 19:36:08 +0100
30105              Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
30106      Branch: perl
30107            ! sv.c
30108 ____________________________________________________________________________
30109 [  6900] By: jhi                                   on 2000/08/29  22:58:35
30110         Log: Admit that we are leaking scalars.
30111              
30112              Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
30113              From: Spider Boardman <spider@leggy.zk3.dec.com>
30114              Date: Tue, 29 Aug 2000 18:48:29 -0400
30115              Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
30116      Branch: perl
30117            ! t/pragma/warnings.t
30118 ____________________________________________________________________________
30119 [  6899] By: jhi                                   on 2000/08/29  20:53:13
30120         Log: Update Changes.
30121      Branch: perl
30122            ! Changes patchlevel.h
30123 ____________________________________________________________________________
30124 [  6898] By: jhi                                   on 2000/08/29  20:46:21
30125         Log: Undo namespace pollution of #6878.
30126              
30127              Subject: Re: Net::protoent does not export 'getproto'
30128              From: Mike Guy <mjtg@cam.ac.uk>
30129              Date: Tue, 29 Aug 2000 21:32:37 +0100
30130              Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
30131      Branch: perl
30132            ! lib/Net/protoent.pm
30133 ____________________________________________________________________________
30134 [  6897] By: jhi                                   on 2000/08/29  20:44:29
30135         Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
30136              From: Peter Prymmer <pvhp@forte.com>
30137              Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
30138              Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
30139      Branch: perl
30140            ! pod/perlebcdic.pod
30141 ____________________________________________________________________________
30142 [  6896] By: jhi                                   on 2000/08/29  20:40:57
30143         Log: There's no point repeating the 'revision' (5) of perl5.
30144      Branch: metaconfig/U/perl
30145            ! Devel.U patchlevel.U
30146      Branch: perl
30147            ! Configure config_h.SH
30148 ____________________________________________________________________________
30149 [  6895] By: jhi                                   on 2000/08/29  20:16:58
30150         Log: Regen Configure for #6894.
30151      Branch: metaconfig/U/perl
30152            ! perladmin.U
30153      Branch: perl
30154            ! Configure config_h.SH
30155 ____________________________________________________________________________
30156 [  6894] By: jhi                                   on 2000/08/29  19:59:52
30157         Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
30158              From: "Philip Newton" <Philip.Newton@gmx.net>
30159              Date: Tue, 29 Aug 2000 21:39:14 +0200
30160              Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
30161      Branch: perl
30162            ! Configure INSTALL README hints/README.hints hints/bsdos.sh
30163            ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
30164            ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
30165            ! utils/perlbug.PL
30166 ____________________________________________________________________________
30167 [  6893] By: jhi                                   on 2000/08/29  19:55:30
30168         Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
30169              From: "Philip Newton" <Philip.Newton@gmx.net>
30170              Date: Tue, 29 Aug 2000 21:39:14 +0200
30171              Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
30172      Branch: perl
30173            ! installhtml
30174 ____________________________________________________________________________
30175 [  6892] By: jhi                                   on 2000/08/29  19:53:59
30176         Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
30177              From: "Philip Newton" <Philip.Newton@gmx.net>
30178              Date: Tue, 29 Aug 2000 21:48:18 +0200
30179              Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
30180      Branch: perl
30181            ! lib/File/Temp.pm
30182 ____________________________________________________________________________
30183 [  6891] By: jhi                                   on 2000/08/29  18:30:03
30184         Log: Nail the ID 20000828.023.
30185      Branch: perl
30186            ! ext/Storable/Storable.xs
30187 ____________________________________________________________________________
30188 [  6890] By: jhi                                   on 2000/08/29  16:50:17
30189         Log: Under usethreads the dumped variable is IN_PAD.
30190              
30191              Subject: Re: [PATCH] Glob dumping
30192              From: Gisle Aas <gisle@ActiveState.com>
30193              Date: 29 Aug 2000 18:45:05 +0200
30194              Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
30195      Branch: perl
30196            ! t/lib/peek.t
30197 ____________________________________________________________________________
30198 [  6889] By: jhi                                   on 2000/08/29  15:17:37
30199         Log: Update Changes.
30200      Branch: perl
30201            ! Changes patchlevel.h
30202 ____________________________________________________________________________
30203 [  6888] By: jhi                                   on 2000/08/29  14:49:59
30204         Log: Retract #6882, broke the safe tests.
30205      Branch: perl
30206            ! ext/Opcode/Safe.pm
30207 ____________________________________________________________________________
30208 [  6887] By: jhi                                   on 2000/08/29  14:47:06
30209         Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
30210              From: Gisle Aas <gisle@ActiveState.com> 
30211              Date: 09 Jun 2000 20:00:11 +0200
30212              Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
30213      Branch: perl
30214            ! utils/perldoc.PL
30215 ____________________________________________________________________________
30216 [  6886] By: jhi                                   on 2000/08/29  14:42:45
30217         Log: The #6881 removed one dump line.
30218      Branch: perl
30219            ! t/lib/peek.t
30220 ____________________________________________________________________________
30221 [  6885] By: jhi                                   on 2000/08/29  14:30:47
30222         Log: Don't forget to tidy up.
30223      Branch: perl
30224            ! t/lib/ftmp-security.t
30225 ____________________________________________________________________________
30226 [  6884] By: jhi                                   on 2000/08/29  14:25:17
30227         Log: Disabling the one test is a bit tricky.
30228      Branch: perl
30229            ! t/lib/ftmp-security.t
30230 ____________________________________________________________________________
30231 [  6883] By: jhi                                   on 2000/08/29  14:16:25
30232         Log: Disable one of the tests for now.
30233      Branch: perl
30234            ! t/lib/ftmp-security.t
30235 ____________________________________________________________________________
30236 [  6882] By: jhi                                   on 2000/08/29  14:05:50
30237         Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
30238              From: gisle@aas.no
30239              Date: 29 Aug 2000 10:35:06 -0000
30240              Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
30241      Branch: perl
30242            ! ext/Opcode/Safe.pm
30243 ____________________________________________________________________________
30244 [  6881] By: jhi                                   on 2000/08/29  14:03:51
30245         Log: Subject: [PATCH] Glob dumping
30246              From: Gisle Aas <gisle@ActiveState.com>
30247              Date: 29 Aug 2000 07:59:42 -0000
30248              Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
30249      Branch: perl
30250            ! dump.c
30251 ____________________________________________________________________________
30252 [  6880] By: jhi                                   on 2000/08/29  14:02:01
30253         Log: Subject: [PATCH] Warnings in B::Deparse
30254              From: <abigail@foad.org>
30255              Date: Tue, 29 Aug 2000 00:00:01 -0400
30256              Message-ID: <20000829040001.2999.qmail@foad.org>
30257      Branch: perl
30258            ! ext/B/B/Deparse.pm
30259 ____________________________________________________________________________
30260 [  6879] By: jhi                                   on 2000/08/29  13:57:26
30261         Log: Missed a change in #6869.
30262      Branch: perl
30263            ! mg.c
30264 ____________________________________________________________________________
30265 [  6878] By: jhi                                   on 2000/08/29  13:45:04
30266         Log: Subject: Net::protoent does not export 'getproto'
30267              From: Yasushi Nakajima <sey@jkc.co.jp>
30268              Date: Tue, 29 Aug 2000 17:28:57 +0900                 
30269      Branch: perl
30270            ! lib/Net/protoent.pm
30271 ____________________________________________________________________________
30272 [  6877] By: jhi                                   on 2000/08/29  13:39:19
30273         Log: Patches all over for people and the files they (hopefully) care about.
30274      Branch: perl
30275            ! AUTHORS Changes MAINTAIN
30276 ____________________________________________________________________________
30277 [  6876] By: jhi                                   on 2000/08/29  12:53:54
30278         Log: Fix for thinko in #6848.
30279              
30280              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
30281              From: Lupe Christoph <lupe@lupe-christoph.de>
30282              Date: Tue, 29 Aug 2000 09:04:08 +0200
30283              Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
30284      Branch: perl
30285            ! ext/Thread/Thread.xs
30286 ____________________________________________________________________________
30287 [  6875] By: jhi                                   on 2000/08/29  12:50:14
30288         Log: Update to Getopt::Long 2.24, from Johan Vromans.
30289      Branch: perl
30290            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
30291 ____________________________________________________________________________
30292 [  6874] By: jhi                                   on 2000/08/29  02:09:53
30293         Log: Use minimal @INC in tests, most of the time just '../lib',
30294              so that we simply can't pick up stuff from other Perls than
30295              the one we are testing.  Pointed out by
30296              
30297              From: Mike Guy <mjtg@cam.ac.uk>
30298              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
30299              Date: Fri, 25 Aug 2000 15:15:59 +0100
30300              Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
30301      Branch: perl
30302            ! (edit 185 files)
30303 ____________________________________________________________________________
30304 [  6873] By: jhi                                   on 2000/08/29  01:07:11
30305         Log: Subject: [PATCH] Re: files not cleaned even by veryclean
30306              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
30307              Date: Mon, 28 Aug 2000 17:45:52 -0700
30308              Message-ID: <Afwq5gzkg2UB092yn@efn.org>
30309      Branch: perl
30310            ! Makefile.SH hints/os2.sh
30311 ____________________________________________________________________________
30312 [  6872] By: jhi                                   on 2000/08/28  23:33:39
30313         Log: Subject: [PATCH bleedperl@6866] spellings
30314              From: marcel@codewerk.com (Marcel Grunauer)
30315              Date: Tue, 29 Aug 2000 01:19:59 +0200
30316              Message-Id: <200008282319.BAA29862@gandalf.local>
30317      Branch: perl
30318            ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
30319            ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
30320            ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
30321 ____________________________________________________________________________
30322 [  6871] By: jhi                                   on 2000/08/28  23:22:09
30323         Log: Take out the SUIDMAIL thing, that will not be
30324              a problem in 5.7.*.
30325      Branch: perl
30326            ! patchlevel.h
30327 ____________________________________________________________________________
30328 [  6870] By: jhi                                   on 2000/08/28  23:19:30
30329         Log: -S is the silent flag, -s is the strip flag.
30330              
30331              Subject: [PATCH] Re: [PATCH] make no-install          
30332              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
30333              Date: Mon, 28 Aug 2000 15:12:55 -0700
30334              Message-ID: <nPuq5gzkg2FO092yn@efn.org> 
30335      Branch: perl
30336            ! Makefile.SH
30337 ____________________________________________________________________________
30338 [  6869] By: jhi                                   on 2000/08/28  23:12:05
30339         Log: Subject: [PATCH bleedperl@6856] warnings fixes
30340              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
30341              Date: Mon, 28 Aug 2000 23:55:06 +0100
30342              Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
30343      Branch: perl
30344            ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
30345            ! warnings.h warnings.pl
30346 ____________________________________________________________________________
30347 [  6868] By: jhi                                   on 2000/08/28  21:38:22
30348         Log: Potential cruft.
30349      Branch: perl
30350            ! Makefile.SH
30351 ____________________________________________________________________________
30352 [  6867] By: jhi                                   on 2000/08/28  21:35:36
30353         Log: Update Changes.
30354      Branch: perl
30355            ! Changes patchlevel.h
30356 ____________________________________________________________________________
30357 [  6866] By: jhi                                   on 2000/08/28  21:33:49
30358         Log: Subject: hv.h Doc Patch
30359              From: Fisher Mark <fisherm@tce.com>
30360              Date: Mon, 28 Aug 2000 16:24:59 -0500
30361              Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
30362      Branch: perl
30363            ! hv.h
30364 ____________________________________________________________________________
30365 [  6865] By: jhi                                   on 2000/08/28  21:02:15
30366         Log: Add -ld to archname on long tr...double platforms.
30367      Branch: metaconfig
30368            ! U/threads/archname.U
30369      Branch: perl
30370            ! Configure config_h.SH
30371 ____________________________________________________________________________
30372 [  6864] By: jhi                                   on 2000/08/28  20:38:59
30373         Log: An attempt to fix the problem reported in
30374              
30375              Subject: Building perl@6856 using gcc/AIX 4.3.3 
30376              From: Daniel Muino <dmuino@afip.gov.ar> 
30377              Date: Mon, 28 Aug 2000 15:50:01 -0300   
30378              Message-ID: <20000828155001.A14403@con2-dgi>
30379              
30380              I can't test this properly since the gcc installation I have
30381              access to seems to be botched (gcc is calling the AIX cpp,
30382              a losing proposition...)
30383      Branch: perl
30384            ! hints/aix.sh
30385 ____________________________________________________________________________
30386 [  6863] By: jhi                                   on 2000/08/28  18:57:52
30387         Log: Fix for ID 20000828.001, long doubles were not formatted
30388              correctly (showed up in $], which stopped installing perl).
30389      Branch: perl
30390            ! sv.c
30391 ____________________________________________________________________________
30392 [  6862] By: jhi                                   on 2000/08/28  18:07:15
30393         Log: Typo in #6858.
30394      Branch: perl
30395            ! lib/Cwd.pm
30396 ____________________________________________________________________________
30397 [  6861] By: jhi                                   on 2000/08/28  17:57:27
30398         Log: opmini.o may be left around if a build is interrupted.
30399      Branch: perl
30400            ! Makefile.SH
30401 ____________________________________________________________________________
30402 [  6860] By: jhi                                   on 2000/08/28  16:52:50
30403         Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
30404              From: Daniel Chetlin <daniel@chetlin.com>
30405              Date: Mon, 28 Aug 2000 01:14:18 -0700
30406              Message-ID: <20000828011418.J769@ilmd.chetlin.org>
30407      Branch: perl
30408            ! lib/overload.pm
30409 ____________________________________________________________________________
30410 [  6859] By: jhi                                   on 2000/08/28  16:08:46
30411         Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
30412              From: Nicholas Clark <nick@ccl4.org>
30413              Date: Mon, 28 Aug 2000 16:03:27 +0100
30414              Message-Id: <20000828160327.C49785@plum.flirble.org>
30415      Branch: perl
30416            ! ext/ByteLoader/bytecode.h
30417 ____________________________________________________________________________
30418 [  6858] By: jhi                                   on 2000/08/28  16:02:10
30419         Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
30420              From: Wolfgang Laun <wolfgang.laun@alcatel.at>
30421              Date: Mon, 28 Aug 2000 13:08:30 +0200
30422              Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
30423      Branch: perl
30424            ! lib/Cwd.pm
30425 ____________________________________________________________________________
30426 [  6857] By: jhi                                   on 2000/08/28  15:42:47
30427         Log: display_format used as a class method without arguments was broken,
30428              reported in
30429              
30430              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
30431              From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
30432              Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
30433              Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
30434      Branch: perl
30435            ! lib/Math/Complex.pm t/lib/complex.t
30436 ____________________________________________________________________________
30437 [  6856] By: jhi                                   on 2000/08/27  22:09:48
30438         Log: Update Changes.
30439      Branch: perl
30440            ! Changes patchlevel.h
30441 ____________________________________________________________________________
30442 [  6855] By: jhi                                   on 2000/08/27  21:59:21
30443         Log: Retract #6853 (false alarm).
30444      Branch: perl
30445            ! lib/ExtUtils/xsubpp
30446 ____________________________________________________________________________
30447 [  6854] By: jhi                                   on 2000/08/27  21:37:44
30448         Log: Update Changes.
30449      Branch: perl
30450            ! Changes patchlevel.h
30451 ____________________________________________________________________________
30452 [  6853] By: jhi                                   on 2000/08/27  21:37:16
30453         Log: Subject: [PATCH perl@6850] workaround for xsubpp
30454              From: Hugo <hv@crypt.compulink.co.uk>
30455              Date: Sun, 27 Aug 2000 22:30:25 +0100
30456              Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
30457      Branch: perl
30458            ! lib/ExtUtils/xsubpp
30459 ____________________________________________________________________________
30460 [  6852] By: jhi                                   on 2000/08/27  21:33:58
30461         Log: Big-endian 64-bit patch from Raphael Manfredi.
30462      Branch: perl
30463            ! ext/Storable/Storable.xs
30464 ____________________________________________________________________________
30465 [  6851] By: jhi                                   on 2000/08/27  21:22:21
30466         Log: More ruthless editing from Hugo van der Sanden.
30467      Branch: perl
30468            ! pod/perldelta.pod
30469 ____________________________________________________________________________
30470 [  6850] By: jhi                                   on 2000/08/27  16:11:46
30471         Log: Update Changes.
30472      Branch: perl
30473            ! Changes patchlevel.h
30474 ____________________________________________________________________________
30475 [  6849] By: jhi                                   on 2000/08/27  16:11:05
30476         Log: Provice virtual $Config{ccflags_nolargefiles} etc. 
30477      Branch: perl
30478            ! configpm pod/perldelta.pod
30479 ____________________________________________________________________________
30480 [  6848] By: jhi                                   on 2000/08/27  15:35:08
30481         Log: Use the actual thread type, not the pointer-to-struct.
30482      Branch: perl
30483            ! ext/Thread/Thread.xs
30484 ____________________________________________________________________________
30485 [  6847] By: jhi                                   on 2000/08/27  15:30:49
30486         Log: Test nit.
30487      Branch: perl
30488            ! t/pragma/warn/pp_sys
30489 ____________________________________________________________________________
30490 [  6846] By: jhi                                   on 2000/08/27  15:19:02
30491         Log: Passing -R in ldflags makes now it to appear in the default
30492              for lddlflags, just like with -L.
30493              
30494              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
30495              From: Lupe Christoph <lupe@lupe-christoph.de>
30496              Date: Sun, 27 Aug 2000 10:28:21 +0200
30497              Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
30498      Branch: metaconfig/U/perl
30499            ! dlsrc.U
30500      Branch: perl
30501            ! Configure
30502 ____________________________________________________________________________
30503 [  6845] By: jhi                                   on 2000/08/27  15:08:54
30504         Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
30505              From: Alan Burlison <Alan.Burlison@uk.sun.com>
30506              Date: Sat, 26 Aug 2000 22:23:27 +0100
30507              Message-ID: <39A8354F.E1E832C9@uk.sun.com>
30508      Branch: perl
30509            ! lib/ExtUtils/MM_Unix.pm
30510 ____________________________________________________________________________
30511 [  6844] By: jhi                                   on 2000/08/27  15:02:37
30512         Log: DJGPP update from Laszlo Molnar.
30513              
30514              Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
30515              From: ml1050 <ml1050@freemail.hu>
30516              Date: Sat, 26 Aug 2000 23:24:40 +0200
30517              Message-Id: <20000826232440.A439@freemail.hu>
30518      Branch: perl
30519            ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
30520            ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
30521 ____________________________________________________________________________
30522 [  6843] By: jhi                                   on 2000/08/27  14:53:58
30523         Log: Subject: installman buglet
30524              From: Lupe Christoph <lupe@lupe-christoph.de>
30525              Date: Sun, 27 Aug 2000 14:38:59 +0200
30526              Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
30527      Branch: perl
30528            ! installman
30529 ____________________________________________________________________________
30530 [  6842] By: jhi                                   on 2000/08/27  14:52:08
30531         Log: Can't get the test to reliably work thanks to the
30532              inaccurateness of floating point.  "Resolves" bug ids
30533              20000826.003, 20000826.009, 20000826.010,
30534      Branch: perl
30535            ! t/lib/trig.t
30536 ____________________________________________________________________________
30537 [  6841] By: jhi                                   on 2000/08/26  15:53:58
30538         Log: Update Changes.
30539      Branch: perl
30540            ! Changes patchlevel.h
30541 ____________________________________________________________________________
30542 [  6840] By: jhi                                   on 2000/08/26  14:23:03
30543         Log: grep -e isn't portable.
30544              
30545              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
30546              From: chris@broadband.att.com
30547              Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
30548              Message-Id: <200008260617.AAA10219@lazlo.tci.com>
30549      Branch: perl
30550            ! hints/solaris_2.sh
30551 ____________________________________________________________________________
30552 [  6839] By: jhi                                   on 2000/08/26  14:12:23
30553         Log: no-install target a la make -n.
30554              
30555              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
30556              From: <abigail@foad.org>
30557              Date: Sat, 26 Aug 2000 03:57:34 -0400
30558              Message-ID: <20000826075735.18912.qmail@foad.org>
30559      Branch: perl
30560            ! Makefile.SH installman installperl
30561 ____________________________________________________________________________
30562 [  6838] By: jhi                                   on 2000/08/26  14:06:33
30563         Log: Retract #6826 as the #6828 should be do the same
30564              in a More Correct Way.
30565      Branch: perl
30566            ! installperl
30567 ____________________________________________________________________________
30568 [  6837] By: jhi                                   on 2000/08/26  05:24:00
30569         Log: More casting.
30570      Branch: perl
30571            ! ext/Storable/Storable.xs
30572 ____________________________________________________________________________
30573 [  6836] By: jhi                                   on 2000/08/26  05:05:46
30574         Log: Nicer in decimal.
30575      Branch: perl
30576            ! ext/Storable/Storable.xs
30577 ____________________________________________________________________________
30578 [  6835] By: jhi                                   on 2000/08/26  05:03:50
30579         Log: There be no UVdf.
30580      Branch: perl
30581            ! ext/Storable/Storable.xs
30582 ____________________________________________________________________________
30583 [  6834] By: jhi                                   on 2000/08/26  05:00:18
30584         Log: Continue IVdfing and UVxfing.
30585      Branch: perl
30586            ! ext/Storable/Storable.xs
30587 ____________________________________________________________________________
30588 [  6833] By: jhi                                   on 2000/08/26  04:53:14
30589         Log: Use IVdf.
30590      Branch: perl
30591            ! ext/Storable/Storable.xs
30592 ____________________________________________________________________________
30593 [  6832] By: jhi                                   on 2000/08/26  04:40:41
30594         Log: Document PTR2XX and INT2PTR.
30595      Branch: perl
30596            ! pod/perlguts.pod
30597 ____________________________________________________________________________
30598 [  6831] By: jhi                                   on 2000/08/26  04:33:18
30599         Log: Use UVxf, PTR2UV, NVff.
30600      Branch: perl
30601            ! ext/Storable/Storable.xs
30602 ____________________________________________________________________________
30603 [  6830] By: jhi                                   on 2000/08/26  04:31:32
30604         Log: Update the test count.
30605      Branch: perl
30606            ! t/lib/trig.t
30607 ____________________________________________________________________________
30608 [  6829] By: jhi                                   on 2000/08/26  03:05:50
30609         Log: Subject: [PATCH] installation not quite silent yet.
30610              From: <abigail@foad.org>
30611              Date: Fri, 25 Aug 2000 20:07:53 -0400
30612              Message-ID: <20000826000753.7822.qmail@foad.org>
30613      Branch: perl
30614            ! installman installperl
30615 ____________________________________________________________________________
30616 [  6828] By: jhi                                   on 2000/08/26  03:05:14
30617         Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
30618              From: Spider Boardman <spider@web.zk3.dec.com>
30619              Date: Fri, 25 Aug 2000 19:12:40 -0400
30620              Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
30621      Branch: perl
30622            ! gv.c
30623 ____________________________________________________________________________
30624 [  6827] By: jhi                                   on 2000/08/25  23:54:34
30625         Log: Support preserving extremely big/small angles.
30626      Branch: perl
30627            ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
30628 ____________________________________________________________________________
30629 [  6826] By: jhi                                   on 2000/08/25  23:01:20
30630         Log: Patch installperl to be long double-aware.
30631              
30632              Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
30633              From: Spider Boardman <spider@web.zk3.dec.com>
30634              Date: Fri, 25 Aug 2000 18:15:23 -0400
30635              Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
30636      Branch: perl
30637            ! installperl
30638 ____________________________________________________________________________
30639 [  6825] By: jhi                                   on 2000/08/25  22:58:25
30640         Log: Remove duplicately applied patch shards.
30641              
30642              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
30643              From: Spider Boardman <spider@leggy.zk3.dec.com>
30644              Date: Fri, 25 Aug 2000 16:45:03 -0400
30645              Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
30646      Branch: perl
30647            ! t/lib/cgi-html.t
30648 ____________________________________________________________________________
30649 [  6824] By: jhi                                   on 2000/08/25  22:57:00
30650         Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
30651              From: Daniel Chetlin <daniel@chetlin.com>
30652              Date: Fri, 25 Aug 2000 12:23:16 -0700
30653              Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
30654              
30655              Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
30656              From: Daniel Chetlin <daniel@chetlin.com>
30657              Date: Fri, 25 Aug 2000 14:47:19 -0700
30658              Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
30659      Branch: perl
30660            ! installman
30661 ____________________________________________________________________________
30662 [  6823] By: jhi                                   on 2000/08/25  22:44:17
30663         Log: Timestamp problem?
30664      Branch: perl
30665            ! uconfig.h uconfig.sh
30666 ____________________________________________________________________________
30667 [  6822] By: jhi                                   on 2000/08/25  19:01:06
30668         Log: One forgotten file from #6816.
30669      Branch: perl
30670            ! vos/config.h
30671 ____________________________________________________________________________
30672 [  6821] By: jhi                                   on 2000/08/25  18:56:39
30673         Log: Regen Changes.
30674      Branch: perl
30675            ! Changes patchlevel.h
30676 ____________________________________________________________________________
30677 [  6820] By: jhi                                   on 2000/08/25  18:52:35
30678         Log: Fix Changes ordering.
30679      Branch: perl
30680            ! Changes
30681 ____________________________________________________________________________
30682 [  6819] By: jhi                                   on 2000/08/25  18:50:25
30683         Log: Update Changes.
30684      Branch: perl
30685            ! Changes patchlevel.h
30686 ____________________________________________________________________________
30687 [  6818] By: jhi                                   on 2000/08/25  18:47:45
30688         Log: Tweak the sfio/useperlio logic, hopefully as wished in
30689              
30690              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
30691              From: Nicholas Clark <nick@babyhippo.co.uk>
30692              Date: Fri, 25 Aug 2000 12:01:45 +0100
30693              Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
30694      Branch: metaconfig/U/perl
30695            ! d_sfio.U
30696      Branch: perl
30697            ! Configure
30698 ____________________________________________________________________________
30699 [  6817] By: jhi                                   on 2000/08/25  18:32:51
30700         Log: Allow microperl to assume <math.h>, without it the math
30701              functions like floor() are assumed to return int, which makes
30702              for core dumps in machines where integer and floating register
30703              don't mix.
30704      Branch: perl
30705            ! uconfig.h uconfig.sh
30706 ____________________________________________________________________________
30707 [  6816] By: jhi                                   on 2000/08/25  18:27:17
30708         Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
30709              the problem reported in
30710              
30711              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
30712              From: danhale@us.ibm.com
30713              Date: Fri, 25 Aug 2000 10:58:06 -0400
30714              Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
30715      Branch: metaconfig/U/perl
30716            + d_socks5_init.U
30717      Branch: perl
30718            ! Configure INSTALL config_h.SH configure.com epoc/config.sh
30719            ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
30720            ! vos/config.pl vos/config_h.SH_orig win32/config.bc
30721            ! win32/config.gc win32/config.vc
30722 ____________________________________________________________________________
30723 [  6815] By: jhi                                   on 2000/08/25  17:43:31
30724         Log: A solution for the retrieve_fd autosplit warning,
30725              idea suggested by Mike Guy.
30726      Branch: perl
30727            ! ext/Storable/Storable.pm
30728 ____________________________________________________________________________
30729 [  6814] By: jhi                                   on 2000/08/25  17:16:03
30730         Log: Add install-silent target.
30731      Branch: perl
30732            ! Makefile.SH
30733 ____________________________________________________________________________
30734 [  6813] By: jhi                                   on 2000/08/25  17:14:23
30735         Log: Subject: Re: [PATCH] More silencing of installman.
30736              From: <abigail@foad.org>
30737              Date: Thu, 24 Aug 2000 19:27:03 -0400
30738              Message-ID: <20000824232703.7001.qmail@foad.org>
30739              
30740              Subject: Re: [PATCH] More silencing of installman.
30741              From: <abigail@foad.org>
30742              Date: Fri, 25 Aug 2000 03:00:58 -0400
30743              Message-ID: <20000825070058.10697.qmail@foad.org>
30744      Branch: perl
30745            ! installman
30746 ____________________________________________________________________________
30747 [  6812] By: jhi                                   on 2000/08/25  17:11:28
30748         Log: installperl --verbose and --silent.
30749              
30750              Subject: Re: [PATCH] More silencing of installman.
30751              From: <abigail@foad.org>
30752              Message-ID: <20000825064430.9719.qmail@foad.org>
30753              Date: Fri, 25 Aug 2000 02:44:30 -0400
30754      Branch: perl
30755            ! installperl
30756 ____________________________________________________________________________
30757 [  6811] By: jhi                                   on 2000/08/25  17:05:43
30758         Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
30759              From: "Peter J. Farley III" <pjfarley@banet.net>
30760              Date: Thu, 24 Aug 2000 21:58:03 -0400
30761              Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
30762              
30763              (applied slightly modified)
30764      Branch: perl
30765            ! lib/ExtUtils/MM_Unix.pm
30766 ____________________________________________________________________________
30767 [  6810] By: jhi                                   on 2000/08/25  17:01:18
30768         Log: Missing parts of 
30769              
30770              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
30771              From: Peter Prymmer <pvhp@forte.com>
30772              Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
30773              Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
30774      Branch: perl
30775            ! t/lib/cgi-html.t
30776 ____________________________________________________________________________
30777 [  6809] By: jhi                                   on 2000/08/25  16:46:32
30778         Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
30779              From: "Craig A. Berry" <craig.berry@psinetcs.com>
30780              Date: Thu, 24 Aug 2000 19:13:11 -0500
30781              Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
30782      Branch: perl
30783            ! vms/vms.c
30784 ____________________________________________________________________________
30785 [  6808] By: jhi                                   on 2000/08/25  16:39:22
30786         Log: Subject: [PATCH: 6805] several more tweaks to configure.com
30787              From: Peter Prymmer <pvhp@forte.com>
30788              Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
30789              Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
30790      Branch: perl
30791            ! configure.com
30792 ____________________________________________________________________________
30793 [  6807] By: jhi                                   on 2000/08/25  16:36:37
30794         Log: Better wording for the vec lvalue diagnostic.
30795              
30796              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
30797              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
30798              Date: Wed, 23 Aug 2000 14:12:16 -0400
30799              Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
30800      Branch: perl
30801            ! pod/perldiag.pod
30802 ____________________________________________________________________________
30803 [  6806] By: jhi                                   on 2000/08/24  18:17:22
30804         Log: Subject: [PATCH] More silencing of installman.
30805              From: <abigail@foad.org>
30806              Date: Thu, 24 Aug 2000 14:01:44 -0400
30807              Message-ID: <20000824180144.20062.qmail@foad.org>
30808      Branch: perl
30809            ! installman
30810 ____________________________________________________________________________
30811 [  6805] By: jhi                                   on 2000/08/24  15:00:31
30812         Log: Update Changes.
30813      Branch: perl
30814            ! Changes patchlevel.h
30815 ____________________________________________________________________________
30816 [  6804] By: jhi                                   on 2000/08/24  14:59:07
30817         Log: Regen perltoc.
30818      Branch: perl
30819            ! pod/perltoc.pod
30820 ____________________________________________________________________________
30821 [  6803] By: jhi                                   on 2000/08/24  14:44:39
30822         Log: Show the doc file, not the temp file.
30823      Branch: perl
30824            ! installman
30825 ____________________________________________________________________________
30826 [  6802] By: jhi                                   on 2000/08/24  14:41:53
30827         Log: Continue silencing.
30828      Branch: perl
30829            ! installman
30830 ____________________________________________________________________________
30831 [  6801] By: jhi                                   on 2000/08/24  14:34:40
30832         Log: Actually do something with the silencer option.
30833      Branch: perl
30834            ! installman
30835 ____________________________________________________________________________
30836 [  6800] By: jhi                                   on 2000/08/24  14:26:22
30837         Log: Make installman to recognize the silence flag -S.
30838      Branch: perl
30839            ! installman
30840 ____________________________________________________________________________
30841 [  6799] By: jhi                                   on 2000/08/24  13:49:38
30842         Log: DOS patches and portability/porting notes, from Tim Jenness.
30843      Branch: perl
30844            ! lib/File/Temp.pm
30845 ____________________________________________________________________________
30846 [  6798] By: jhi                                   on 2000/08/24  13:48:27
30847         Log: Create directories in silence.
30848              
30849              Subject: [PATCH] Another silencer for MakeMaker
30850              From: andreas.koenig@anima.de (Andreas J. Koenig)
30851              Date: 24 Aug 2000 14:18:52 +0200
30852              Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
30853      Branch: perl
30854            ! lib/ExtUtils/Command.pm
30855 ____________________________________________________________________________
30856 [  6797] By: jhi                                   on 2000/08/24  13:46:42
30857         Log: More liberal parsing of version numbers.
30858              
30859              Subject: Re: CPAN.pm beta for testing available
30860              From: andreas.koenig@anima.de (Andreas J. Koenig)
30861              Date: 24 Aug 2000 13:51:57 +0200
30862              Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
30863      Branch: perl
30864            ! lib/CPAN.pm
30865 ____________________________________________________________________________
30866 [  6796] By: jhi                                   on 2000/08/24  13:44:36
30867         Log: Make "make install" by default silent.  A new "install-verbose"
30868              target is verbose.
30869      Branch: perl
30870            ! Makefile.SH
30871 ____________________________________________________________________________
30872 [  6795] By: jhi                                   on 2000/08/24  13:39:14
30873         Log: Add silencer flags to installperl.
30874              
30875              Subject: [PATCH] Making installperl silent.
30876              From: <abigail@foad.org>
30877              Date: Thu, 24 Aug 2000 05:01:45 -0400
30878              Message-ID: <20000824090145.13141.qmail@foad.org>
30879      Branch: perl
30880            ! installperl
30881 ____________________________________________________________________________
30882 [  6794] By: jhi                                   on 2000/08/24  13:35:50
30883         Log: installperl couldn't tell whether it had run tests or not.
30884              
30885              Subject: [PATCH] Re: installperl and t/TEST
30886              From: <abigail@foad.org>
30887              Date: Thu, 24 Aug 2000 04:00:53 -0400
30888              Message-ID: <20000824080053.2494.qmail@foad.org>
30889      Branch: perl
30890            ! Makefile.SH installperl
30891 ____________________________________________________________________________
30892 [  6793] By: jhi                                   on 2000/08/24  13:27:50
30893         Log: Drop the separate perlbc, perlcc -b should be enough.
30894      Branch: perl
30895            - utils/perlbc.PL
30896            ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
30897 ____________________________________________________________________________
30898 [  6792] By: jhi                                   on 2000/08/24  04:41:30
30899         Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
30900              plus the typo fix from Peter Prymmer.
30901      Branch: perl
30902            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
30903            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
30904 ____________________________________________________________________________
30905 [  6791] By: jhi                                   on 2000/08/24  02:10:43
30906         Log: Replace #6705 with a minimal doc patch.
30907              
30908              Subject: [PATCH 5.6.0] replace change #6705
30909              From: Jan Dubois <jand@ActiveState.com>
30910              Date: Wed, 23 Aug 2000 18:31:51 -0700
30911              Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
30912      Branch: perl
30913            ! lib/Win32.pod win32/win32.c
30914 ____________________________________________________________________________
30915 [  6790] By: jhi                                   on 2000/08/23  17:52:00
30916         Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
30917              From: Mike Guy <mjtg@cam.ac.uk>
30918              Date: Wed, 23 Aug 2000 18:38:46 +0100
30919              Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
30920      Branch: perl
30921            ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
30922 ____________________________________________________________________________
30923 [  6789] By: jhi                                   on 2000/08/23  15:34:21
30924         Log: Update Changes.
30925      Branch: perl
30926            ! Changes patchlevel.h
30927 ____________________________________________________________________________
30928 [  6788] By: jhi                                   on 2000/08/23  15:33:40
30929         Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
30930              From: Wilfredo Sánchez <wsanchez@apple.com>
30931              Date: Tue, 22 Aug 2000 19:31:27 -0700
30932              Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
30933      Branch: perl
30934            ! perl.h
30935 ____________________________________________________________________________
30936 [  6787] By: jhi                                   on 2000/08/23  15:29:31
30937         Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
30938              From: Spider Boardman <spider@leggy.zk3.dec.com>
30939              Date: Wed, 23 Aug 2000 10:33:23 -0400
30940              Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
30941      Branch: perl
30942            ! lib/Pod/Html.pm
30943 ____________________________________________________________________________
30944 [  6786] By: jhi                                   on 2000/08/23  15:28:11
30945         Log: Bad makefile.
30946      Branch: perl
30947            ! ext/B/Makefile.PL
30948 ____________________________________________________________________________
30949 [  6785] By: jhi                                   on 2000/08/23  14:37:04
30950         Log: Update Changes.
30951      Branch: perl
30952            ! Changes patchlevel.h
30953 ____________________________________________________________________________
30954 [  6784] By: jhi                                   on 2000/08/23  13:58:41
30955         Log: Portability fix from Hugo van der Sanden.
30956      Branch: perl
30957            ! ext/re/Makefile.PL
30958 ____________________________________________________________________________
30959 [  6783] By: jhi                                   on 2000/08/23  13:53:53
30960         Log: Storable support, v-version fixes.
30961              
30962              Subject: CPAN.pm beta for testing available
30963              From: andreas.koenig@anima.de (Andreas J. Koenig)
30964              Date: 22 Aug 2000 23:31:33 +0200
30965              Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
30966      Branch: perl
30967            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
30968 ____________________________________________________________________________
30969 [  6782] By: jhi                                   on 2000/08/23  13:51:26
30970         Log: Mac and other portability updates from Chris Nandor.
30971      Branch: perl
30972            ! pod/perlmodinstall.pod
30973 ____________________________________________________________________________
30974 [  6781] By: jhi                                   on 2000/08/23  13:47:33
30975         Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
30976              From: Peter Prymmer <pvhp@forte.com>
30977              Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
30978              Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
30979      Branch: perl
30980            ! ext/Storable/Storable.xs
30981 ____________________________________________________________________________
30982 [  6780] By: jhi                                   on 2000/08/23  13:33:34
30983         Log: VMS MMS (make) wants null action.
30984      Branch: perl
30985            ! ext/B/Makefile.PL
30986 ____________________________________________________________________________
30987 [  6779] By: jhi                                   on 2000/08/22  19:44:47
30988         Log: Forgot portability nit.
30989      Branch: perl
30990            ! t/lib/st-forgive.t
30991 ____________________________________________________________________________
30992 [  6778] By: jhi                                   on 2000/08/22  19:35:25
30993         Log: Be portable.
30994      Branch: perl
30995            ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
30996            ! t/lib/st-store.t
30997 ____________________________________________________________________________
30998 [  6777] By: jhi                                   on 2000/08/22  18:50:53
30999         Log: Update Changes.
31000      Branch: perl
31001            ! Changes patchlevel.h
31002 ____________________________________________________________________________
31003 [  6776] By: jhi                                   on 2000/08/22  18:44:46
31004         Log: cSVOPo_*v things index into the current PL_curpad
31005              under ithreads, which is different from the curpad
31006              used by the XSUB.  (In other words, the code as-is
31007              before this patch wouldn't work under ithreads.)
31008              From Sarathy.
31009      Branch: perl
31010            ! ext/B/B.xs
31011 ____________________________________________________________________________
31012 [  6775] By: jhi                                   on 2000/08/22  18:18:37
31013         Log: Make the selection of NVff et al stricter.
31014      Branch: metaconfig/U/perl
31015            ! perlxvf.U
31016      Branch: perl
31017            ! Configure config_h.SH
31018 ____________________________________________________________________________
31019 [  6774] By: jhi                                   on 2000/08/22  17:19:42
31020         Log: perldelta nits.
31021      Branch: perl
31022            ! pod/perldelta.pod
31023 ____________________________________________________________________________
31024 [  6773] By: jhi                                   on 2000/08/22  17:06:26
31025         Log: Long double fixes from Spider Boardman.
31026              
31027              Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
31028              From: system PRIVILEGED account <root@peano.zk3.dec.com>
31029              Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
31030              Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
31031      Branch: perl
31032            ! t/lib/bigfltpm.t t/lib/st-06compat.t
31033 ____________________________________________________________________________
31034 [  6772] By: jhi                                   on 2000/08/22  15:04:53
31035         Log: Update Changes.
31036      Branch: perl
31037            ! Changes patchlevel.h
31038 ____________________________________________________________________________
31039 [  6771] By: jhi                                   on 2000/08/22  15:01:44
31040         Log: perldelta fixes from Hugo van der Sanden.
31041      Branch: perl
31042            ! pod/perldelta.pod
31043 ____________________________________________________________________________
31044 [  6770] By: jhi                                   on 2000/08/22  14:34:49
31045         Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
31046              From: Hugo <hv@crypt.compulink.co.uk>
31047              Date: Tue, 22 Aug 2000 11:21:53 +0100
31048              Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
31049      Branch: perl
31050            ! regcomp.c
31051 ____________________________________________________________________________
31052 [  6769] By: jhi                                   on 2000/08/22  14:30:02
31053         Log: Add Yitzchak, reformat.
31054      Branch: perl
31055            ! Changes config_h.SH
31056 ____________________________________________________________________________
31057 [  6768] By: jhi                                   on 2000/08/22  14:21:35
31058         Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
31059              and Spider Boardman.
31060      Branch: metaconfig
31061            ! U/compline/d_gconvert.U
31062      Branch: perl
31063            ! Configure
31064 ____________________________________________________________________________
31065 [  6767] By: jhi                                   on 2000/08/22  14:11:24
31066         Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
31067              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
31068              Date: Mon, 21 Aug 2000 19:08:31 -0700
31069              Message-ID: <fCeo5gzkgmhY092yn@efn.org>
31070      Branch: perl
31071            - ext/Storable/patchlevel.h
31072            ! MANIFEST ext/Storable/MANIFEST
31073 ____________________________________________________________________________
31074 [  6766] By: jhi                                   on 2000/08/22  13:49:29
31075         Log: Subject: [PATCH: 6757] configure.com updates and syslog build
31076              From: Peter Prymmer <pvhp@forte.com>
31077              Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
31078              Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
31079      Branch: perl
31080            ! configure.com ext/Storable/Makefile.PL
31081 ____________________________________________________________________________
31082 [  6765] By: jhi                                   on 2000/08/22  13:44:59
31083         Log: Subject: [PATCH blead] B:: missing dependency
31084              From: Hugo <hv@crypt.compulink.co.uk>
31085              Date: Tue, 22 Aug 2000 06:44:33 +0100
31086              Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
31087      Branch: perl
31088            ! ext/B/Makefile.PL
31089 ____________________________________________________________________________
31090 [  6764] By: jhi                                   on 2000/08/22  13:38:12
31091         Log: More bytecompiler.
31092      Branch: perl
31093            ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
31094 ____________________________________________________________________________
31095 [  6763] By: jhi                                   on 2000/08/22  13:36:44
31096         Log: Bytecompiler patches from Benjamin Stuhl.
31097      Branch: perl
31098            ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
31099            ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
31100            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
31101            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
31102            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
31103            ! perl.c perlapi.h pod/perldelta.pod
31104 ____________________________________________________________________________
31105 [  6762] By: jhi                                   on 2000/08/21  23:43:40
31106         Log: An obsoleted diagnostic.
31107      Branch: perl
31108            ! pod/perldelta.pod
31109 ____________________________________________________________________________
31110 [  6761] By: jhi                                   on 2000/08/21  23:01:45
31111         Log: The #6759 wasn't quite right.
31112      Branch: perl
31113            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
31114            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
31115            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
31116            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
31117            ! t/lib/st-tieditems.t
31118 ____________________________________________________________________________
31119 [  6760] By: jhi                                   on 2000/08/21  22:35:49
31120         Log: Be verydeepclean.
31121      Branch: perl
31122            ! Makefile.SH
31123 ____________________________________________________________________________
31124 [  6759] By: jhi                                   on 2000/08/21  22:25:40
31125         Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
31126              From: Peter Prymmer <pvhp@forte.com>
31127              Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
31128              Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
31129      Branch: perl
31130            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
31131            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
31132            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
31133            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
31134            ! t/lib/st-tieditems.t
31135 ____________________________________________________________________________
31136 [  6758] By: jhi                                   on 2000/08/21  22:22:32
31137         Log: Few more casts, need reported in
31138              
31139              Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
31140              From: Mike Stok <mike@stok.co.uk>
31141              Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
31142              Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
31143              
31144              and
31145              
31146              Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
31147              From: abigail@foad.org
31148              Date: 21 Aug 2000 21:31:34 -0000
31149              Message-Id: <20000821213134.30170.qmail@foad.org>
31150      Branch: perl
31151            ! ext/Storable/Storable.xs
31152 ____________________________________________________________________________
31153 [  6757] By: jhi                                   on 2000/08/21  18:37:07
31154         Log: Update Changes.
31155      Branch: perl
31156            ! Changes patchlevel.h
31157 ____________________________________________________________________________
31158 [  6756] By: jhi                                   on 2000/08/21  18:34:02
31159         Log: A pod nit.
31160              
31161              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
31162              From: <abigail@foad.org>
31163              Date: Mon, 21 Aug 2000 14:00:16 -0400
31164              Message-ID: <20000821180016.28627.qmail@foad.org>
31165      Branch: perl
31166            ! pod/perlre.pod
31167 ____________________________________________________________________________
31168 [  6755] By: jhi                                   on 2000/08/21  18:30:56
31169         Log: Use PodParser 1.18 new test.
31170      Branch: perl
31171            ! t/pod/special_seqs.t t/pod/special_seqs.xr
31172 ____________________________________________________________________________
31173 [  6754] By: jhi                                   on 2000/08/21  18:28:35
31174         Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
31175              patches cannot be applied since #6712 conflicts.
31176      Branch: perl
31177            ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
31178 ____________________________________________________________________________
31179 [  6753] By: jhi                                   on 2000/08/21  18:15:11
31180         Log: Weed out some smaller changes.
31181      Branch: perl
31182            ! pod/perldelta.pod
31183 ____________________________________________________________________________
31184 [  6752] By: jhi                                   on 2000/08/21  18:02:30
31185         Log: Also under djgpp the timestamps are funky.
31186      Branch: perl
31187            ! t/op/stat.t
31188 ____________________________________________________________________________
31189 [  6751] By: jhi                                   on 2000/08/21  17:55:56
31190         Log: Tweak the floating point output routine preferences.
31191      Branch: metaconfig
31192            ! U/compline/d_gconvert.U
31193      Branch: perl
31194            ! Configure
31195 ____________________________________________________________________________
31196 [  6750] By: jhi                                   on 2000/08/21  17:51:29
31197         Log: Unicos/mk requires elaborate paranoia.
31198      Branch: perl
31199            ! lib/Math/Complex.pm
31200 ____________________________________________________________________________
31201 [  6749] By: gsar                                  on 2000/08/21  16:53:31
31202         Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
31203      Branch: perl
31204            ! lib/Cwd.pm
31205 ____________________________________________________________________________
31206 [  6748] By: gsar                                  on 2000/08/21  16:22:19
31207         Log: free TLS slot properly on Windows
31208      Branch: perl
31209            ! thread.h win32/perllib.c win32/win32thread.h
31210 ____________________________________________________________________________
31211 [  6747] By: jhi                                   on 2000/08/21  16:20:58
31212         Log: Rename the macro argument because some preprocessors
31213              can't tell the difference and expand arguments also inside
31214              double quoted strings.
31215      Branch: perl
31216            ! regcomp.c
31217 ____________________________________________________________________________
31218 [  6746] By: jhi                                   on 2000/08/21  16:09:41
31219         Log: Support long doubles in Storable.
31220              
31221              Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
31222              From: Radu Greab <radu@netsoft.ro>
31223              Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
31224              Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
31225      Branch: perl
31226            ! ext/Storable/Storable.xs
31227 ____________________________________________________________________________
31228 [  6745] By: jhi                                   on 2000/08/21  15:51:40
31229         Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
31230              From: "Fifer, Eric" <EFifer@sanwaint.com>
31231              Date: Mon, 21 Aug 2000 15:34:49 +0100
31232              Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
31233      Branch: perl
31234            ! t/pragma/warn/9enabled
31235 ____________________________________________________________________________
31236 [  6744] By: jhi                                   on 2000/08/21  15:39:35
31237         Log: Document the endianness of Alpha more precisely.
31238      Branch: perl
31239            ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
31240            ! pod/perlport.pod
31241 ____________________________________________________________________________
31242 [  6743] By: jhi                                   on 2000/08/21  14:47:05
31243         Log: perldelta fixes from the p5p crowd.
31244      Branch: perl
31245            ! pod/perldelta.pod pod/perlop.pod
31246 ____________________________________________________________________________
31247 [  6742] By: jhi                                   on 2000/08/21  13:34:51
31248         Log: Update to Pod::LaTeX 0.53.
31249              
31250              Subject: [PATCH] lib/Pod/LaTeX.pm updates
31251              From: Tim Jenness <timj@jach.hawaii.edu>
31252              Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
31253              Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
31254      Branch: perl
31255            ! lib/Pod/LaTeX.pm
31256 ____________________________________________________________________________
31257 [  6741] By: jhi                                   on 2000/08/21  13:33:01
31258         Log: Subject: [PATCH] os2.c fix for use64bitint
31259              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
31260              Date: Mon, 21 Aug 2000 01:32:25 -0700
31261              Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
31262      Branch: perl
31263            ! os2/os2.c
31264 ____________________________________________________________________________
31265 [  6740] By: jhi                                   on 2000/08/21  13:28:52
31266         Log: Array context keeps slithering in.
31267              
31268              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
31269              From: Daniel Chetlin <daniel@chetlin.com>
31270              Date: Sun, 20 Aug 2000 21:40:25 -0700
31271              Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
31272      Branch: perl
31273            ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
31274            ! pod/perldebtut.pod
31275 ____________________________________________________________________________
31276 [  6739] By: jhi                                   on 2000/08/21  13:23:55
31277         Log: Big-endian quad fixes for Storable from Radu Greab,
31278              plus few explicit null casts for picky compilers.
31279      Branch: perl
31280            ! ext/Storable/Storable.xs
31281 ____________________________________________________________________________
31282 [  6738] By: gsar                                  on 2000/08/21  05:56:13
31283         Log: small tweaks for change#6705: avoid C++ style comments in C code;
31284              use Perl's malloc API rather than the low level system one
31285      Branch: perl
31286            ! win32/win32.c
31287 ____________________________________________________________________________
31288 [  6737] By: gsar                                  on 2000/08/21  05:35:41
31289         Log: add Storable to list of extensions on Windows
31290      Branch: perl
31291            ! win32/Makefile win32/makefile.mk
31292 ____________________________________________________________________________
31293 [  6736] By: jhi                                   on 2000/08/21  02:57:53
31294         Log: Update Changes.
31295      Branch: perl
31296            ! Changes patchlevel.h
31297 ____________________________________________________________________________
31298 [  6735] By: jhi                                   on 2000/08/21  02:57:20
31299         Log: Draft 0.
31300      Branch: perl
31301            ! pod/perldelta.pod
31302 ____________________________________________________________________________
31303 [  6734] By: jhi                                   on 2000/08/21  02:57:03
31304         Log: Add Storable 0.7.2 from Raphael Manfredi,
31305              plus the patch from
31306              
31307              Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
31308              From: Radu Greab <radu@netsoft.ro>
31309              Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
31310              Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
31311              
31312              plus changes to get Storable to compile with
31313              picky ANSI compilers.
31314      Branch: perl
31315            + ext/Storable/ChangeLog ext/Storable/MANIFEST
31316            + ext/Storable/Makefile.PL ext/Storable/README
31317            + ext/Storable/Storable.pm ext/Storable/Storable.xs
31318            + ext/Storable/patchlevel.h t/lib/st-06compat.t
31319            + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
31320            + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
31321            + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
31322            + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
31323            + t/lib/st-tieditems.t
31324            ! MANIFEST
31325 ____________________________________________________________________________
31326 [  6733] By: jhi                                   on 2000/08/21  02:29:09
31327         Log: The correct cleaning order is an art.
31328      Branch: perl
31329            ! Makefile.SH
31330 ____________________________________________________________________________
31331 [  6732] By: jhi                                   on 2000/08/21  01:23:39
31332         Log: The #6724 is here.
31333      Branch: perl
31334            ! t/lib/ftmp-security.t
31335 ____________________________________________________________________________
31336 [  6731] By: jhi                                   on 2000/08/20  23:17:03
31337         Log: s/this one/the 5.6.0 release/
31338      Branch: perl
31339            ! pod/perl56delta.pod
31340 ____________________________________________________________________________
31341 [  6730] By: jhi                                   on 2000/08/20  23:07:34
31342         Log: Mention perlebcdic and perlposix-bc.
31343      Branch: perl
31344            ! pod/perlport.pod
31345 ____________________________________________________________________________
31346 [  6729] By: jhi                                   on 2000/08/20  21:32:59
31347         Log: Document the number of exponent digits.
31348      Branch: perl
31349            ! pod/perlfunc.pod
31350 ____________________________________________________________________________
31351 [  6728] By: jhi                                   on 2000/08/20  21:16:47
31352         Log: Use File::Spec->tmpdir().
31353              
31354              Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
31355              From: Tim Jenness <timj@jach.hawaii.edu>
31356              Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
31357              MIME-Version: 1.0
31358              Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
31359      Branch: perl
31360            ! utils/perlbug.PL
31361 ____________________________________________________________________________
31362 [  6727] By: jhi                                   on 2000/08/20  20:43:32
31363         Log: Update Changes.
31364      Branch: perl
31365            ! Changes patchlevel.h
31366 ____________________________________________________________________________
31367 [  6726] By: jhi                                   on 2000/08/20  20:41:44
31368         Log: The veryclean target needs to clobber.
31369      Branch: perl
31370            ! Makefile.SH
31371 ____________________________________________________________________________
31372 [  6725] By: jhi                                   on 2000/08/20  20:37:38
31373         Log: Document odd vs even subreleases and -Dusedevel.
31374      Branch: perl
31375            ! INSTALL
31376 ____________________________________________________________________________
31377 [  6724] By: jhi                                   on 2000/08/20  19:58:05
31378         Log: Use temporary directory instead of current directory.
31379              
31380              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
31381              From: Tim Jenness <timj@jach.hawaii.edu>
31382              Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
31383              Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
31384      Branch: perl
31385            ! t/lib/ftmp-security.t
31386 ____________________________________________________________________________
31387 [  6723] By: jhi                                   on 2000/08/20  19:55:55
31388         Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
31389              From: andreas.koenig@anima.de (Andreas J. Koenig)
31390              Date: 20 Aug 2000 15:52:03 +0200
31391              Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
31392      Branch: perl
31393            ! lib/ExtUtils/MM_Unix.pm
31394 ____________________________________________________________________________
31395 [  6722] By: jhi                                   on 2000/08/20  19:46:01
31396         Log: Update to CGI 2.72, from Lincoln Stein.
31397      Branch: perl
31398            ! lib/CGI.pm
31399 ____________________________________________________________________________
31400 [  6721] By: jhi                                   on 2000/08/20  19:43:54
31401         Log: Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
31402              From: Radu Greab <radu@netsoft.ro>
31403              Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
31404              Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
31405      Branch: perl
31406            ! ext/GDBM_File/GDBM_File.xs
31407 ____________________________________________________________________________
31408 [  6720] By: jhi                                   on 2000/08/20  19:42:01
31409         Log: pp_open() could pass an uninitialized filename down to do_open9().
31410      Branch: perl
31411            ! pp_sys.c
31412 ____________________________________________________________________________
31413 [  6719] By: jhi                                   on 2000/08/20  14:06:41
31414         Log: UTF8 concat fixes.
31415              
31416              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
31417              From: Hugo <hv@crypt.compulink.co.uk>
31418              Date: Sun, 20 Aug 2000 07:30:46 +0100
31419              Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
31420      Branch: perl
31421            ! pp_hot.c t/op/append.t
31422 ____________________________________________________________________________
31423 [  6718] By: jhi                                   on 2000/08/20  02:09:37
31424         Log: Let's try #6717 again.
31425      Branch: perl
31426            ! lib/File/Temp.pm
31427 ____________________________________________________________________________
31428 [  6717] By: jhi                                   on 2000/08/20  01:56:55
31429         Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
31430              From: "Craig A. Berry" <craig.berry@metamorgs.com>
31431              Date: Sat, 19 Aug 2000 18:15:39 -0500
31432              Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
31433      Branch: perl
31434            ! lib/File/Temp.pm
31435 ____________________________________________________________________________
31436 [  6716] By: jhi                                   on 2000/08/19  15:50:11
31437         Log: Update Changes.
31438      Branch: perl
31439            ! Changes patchlevel.h
31440 ____________________________________________________________________________
31441 [  6715] By: jhi                                   on 2000/08/19  15:39:09
31442         Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
31443              From: Jonathan D Johnston <jdjohnston2@juno.com>
31444              Date: Thu, 17 Aug 2000 23:13:01 -0400       
31445              Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
31446      Branch: perl
31447            ! pod/perlfunc.pod
31448 ____________________________________________________________________________
31449 [  6714] By: jhi                                   on 2000/08/19  15:34:04
31450         Log: Introduce a 'veryclean' target that is like 'distclean'
31451              but also removes *~ and *.orig.
31452      Branch: perl
31453            ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
31454            ! utils/Makefile x2p/Makefile.SH
31455 ____________________________________________________________________________
31456 [  6713] By: jhi                                   on 2000/08/19  14:15:45
31457         Log: Put back the long double avoidance code to POSIX.xs
31458              because VMS seems to need it still.
31459      Branch: perl
31460            ! ext/POSIX/POSIX.xs
31461 ____________________________________________________________________________
31462 [  6712] By: jhi                                   on 2000/08/19  14:10:41
31463         Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
31464              From: Peter Prymmer <pvhp@forte.com>
31465              Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
31466              Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
31467      Branch: perl
31468            ! lib/Pod/Find.pm t/pod/find.t
31469 ____________________________________________________________________________
31470 [  6711] By: jhi                                   on 2000/08/19  14:09:19
31471         Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
31472              From: Peter Prymmer <pvhp@forte.com>
31473              Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
31474              Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
31475              cc: vmsperl@perl.org
31476      Branch: perl
31477            ! t/lib/peek.t
31478 ____________________________________________________________________________
31479 [  6710] By: jhi                                   on 2000/08/19  14:08:01
31480         Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
31481              From: Jan Dubois <jand@ActiveState.com>
31482              Date: Fri, 18 Aug 2000 16:31:48 -0700
31483              Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
31484      Branch: perl
31485            ! win32/win32.c
31486 ____________________________________________________________________________
31487 [  6709] By: jhi                                   on 2000/08/19  14:06:57
31488         Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
31489              
31490              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
31491              From: Spider.Boardman@Orb.Nashua.NH.US
31492              Date: Fri, 18 Aug 2000 18:41:14 -0400
31493              Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
31494      Branch: perl
31495            ! regcomp.c
31496 ____________________________________________________________________________
31497 [  6708] By: jhi                                   on 2000/08/18  22:04:49
31498         Log: Update Changes.
31499      Branch: perl
31500            ! Changes patchlevel.h
31501 ____________________________________________________________________________
31502 [  6707] By: jhi                                   on 2000/08/18  21:55:14
31503         Log: Add warnif(), check warnings further up the stack,
31504              all the warnings functions now can take an optional object reference.
31505              
31506              Subject: [PATCH bleedperl@6691] warnings pragma update
31507              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
31508              Date: Fri, 18 Aug 2000 22:42:06 +0100
31509              Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
31510      Branch: perl
31511            ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
31512            ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
31513            ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
31514 ____________________________________________________________________________
31515 [  6706] By: jhi                                   on 2000/08/18  21:41:45
31516         Log: Typo in pp_complement().
31517              
31518              Subject: [PATCH perl-current] Deparse
31519              From: Peter Scott <Peter@PSDT.com>
31520              Date: Fri, 18 Aug 2000 12:44:37 -0700
31521              Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
31522      Branch: perl
31523            ! ext/B/B/Deparse.pm
31524 ____________________________________________________________________________
31525 [  6705] By: jhi                                   on 2000/08/18  21:25:59
31526         Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
31527              From: Jan Dubois <jand@ActiveState.com>
31528              Date: Fri, 18 Aug 2000 14:22:51 -0700
31529              Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
31530      Branch: perl
31531            ! lib/Win32.pod win32/win32.c
31532 ____________________________________________________________________________
31533 [  6704] By: jhi                                   on 2000/08/18  21:16:14
31534         Log: Don't eat leading os from index entries.
31535              
31536              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
31537              From: Russ Allbery <rra@stanford.edu>
31538              Date: 10 Aug 2000 20:49:25 -0700
31539              Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
31540      Branch: perl
31541            ! lib/Pod/Man.pm
31542 ____________________________________________________________________________
31543 [  6703] By: jhi                                   on 2000/08/18  21:07:06
31544         Log: Add [[:blank:]] as suggested in
31545              
31546              Subject: [ID 20000716.024] [=cc=] / [:blank:]
31547              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
31548              Date: Sun, 16 Jul 2000 17:55:29 -0700
31549              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
31550              
31551              (the [=cc=] has already been taken care of by #6439
31552              so the whole bug report can be closed)
31553              
31554              and make [[:space:]] to be equivalent to isspace(3)
31555              (as opposed to \s, which is isSPACE()).  The difference
31556              is that now [[:space:]] matches the mythical vertical tab,
31557              while \s doesn't.
31558      Branch: perl
31559            ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
31560            ! regexec.c t/op/pat.t
31561 ____________________________________________________________________________
31562 [  6702] By: jhi                                   on 2000/08/18  18:47:47
31563         Log: The new tests were missing from #6415.
31564      Branch: perl
31565            ! t/op/bop.t
31566 ____________________________________________________________________________
31567 [  6701] By: jhi                                   on 2000/08/18  18:20:40
31568         Log: Document the NDBM_File and ODBM_File as SDBM_File
31569              was documented in #6417.
31570      Branch: perl
31571            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
31572            ! ext/SDBM_File/SDBM_File.pm
31573 ____________________________________________________________________________
31574 [  6700] By: jhi                                   on 2000/08/18  18:10:39
31575         Log: Subject: [PATCH perl@6698] cygwin port
31576              From: "Fifer, Eric" <EFifer@sanwaint.com>
31577              Date: Fri, 18 Aug 2000 17:30:05 +0100
31578              Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
31579      Branch: perl
31580            ! lib/File/Temp.pm
31581 ____________________________________________________________________________
31582 [  6699] By: jhi                                   on 2000/08/18  16:21:49
31583         Log: Document code point which makes if (defined %stash::) to work
31584              (noted by Spider Boardman).
31585      Branch: perl
31586            ! op.c
31587 ____________________________________________________________________________
31588 [  6698] By: jhi                                   on 2000/08/18  13:43:27
31589         Log: Update Changes.
31590      Branch: perl
31591            ! Changes patchlevel.h
31592 ____________________________________________________________________________
31593 [  6697] By: jhi                                   on 2000/08/18  13:35:57
31594         Log: Tiny Getopt::Long patch from Johan Vromans.
31595      Branch: perl
31596            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
31597 ____________________________________________________________________________
31598 [  6696] By: jhi                                   on 2000/08/18  13:26:14
31599         Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
31600              From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
31601              Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
31602              Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
31603      Branch: perl
31604            ! pod/perldiag.pod pod/perlsyn.pod
31605 ____________________________________________________________________________
31606 [  6695] By: jhi                                   on 2000/08/18  13:13:26
31607         Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
31608              From: Daniel Chetlin <daniel@chetlin.com>
31609              Date: Fri, 18 Aug 2000 03:13:36 -0700
31610              Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
31611      Branch: perl
31612            ! pod/perlfunc.pod
31613 ____________________________________________________________________________
31614 [  6694] By: jhi                                   on 2000/08/18  13:08:05
31615         Log: Subject: [PATCH] perltrap.pod spring cleaning
31616              From: Daniel Chetlin <daniel@chetlin.com>
31617              Date: Fri, 18 Aug 2000 03:06:54 -0700
31618              Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
31619              
31620              plus Mike Guy's nitfix.
31621      Branch: perl
31622            ! pod/perltrap.pod
31623 ____________________________________________________________________________
31624 [  6693] By: jhi                                   on 2000/08/18  13:00:26
31625         Log: Unbuffer the output.
31626              
31627              Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
31628              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
31629              Date: Thu, 17 Aug 2000 18:39:29 -0700
31630              Message-ID: <RPJn5gzkgydf092yn@efn.org>
31631      Branch: perl
31632            ! t/op/fork.t
31633 ____________________________________________________________________________
31634 [  6692] By: jhi                                   on 2000/08/18  05:19:17
31635         Log: Delete the image, too, not just its MANIFEStation.
31636      Branch: perl
31637            - lib/CGI/eg/wilogo.gif
31638 ____________________________________________________________________________
31639 [  6691] By: jhi                                   on 2000/08/18  05:10:26
31640         Log: Propagate new Configure vars.
31641      Branch: perl
31642            ! configure.com epoc/config.sh uconfig.h uconfig.sh
31643            ! vos/config.def vos/config.h vos/config_h.SH_orig
31644            ! win32/config.bc win32/config.gc win32/config.vc
31645            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
31646 ____________________________________________________________________________
31647 [  6690] By: jhi                                   on 2000/08/18  04:30:56
31648         Log: Update Changes.
31649      Branch: perl
31650            ! Changes patchlevel.h
31651 ____________________________________________________________________________
31652 [  6689] By: jhi                                   on 2000/08/18  04:12:30
31653         Log: Fix the lib/complex failure of
31654              
31655              From: abigail@foad.org
31656              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
31657              Date: 15 Aug 2000 04:06:38 -0000
31658              Message-Id: <20000815040638.8524.qmail@foad.org> 
31659              
31660              Linux long double accuracy issue: something that
31661              when printed with %g looks like "2" but int() of it is 1.
31662      Branch: perl
31663            ! lib/Math/Complex.pm
31664 ____________________________________________________________________________
31665 [  6688] By: jhi                                   on 2000/08/18  03:15:35
31666         Log: The byteorder code in #6671 was wrong.
31667      Branch: perl
31668            ! configpm
31669 ____________________________________________________________________________
31670 [  6687] By: jhi                                   on 2000/08/18  02:08:42
31671         Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
31672              From: Jan Dubois <jand@ActiveState.com>
31673              Date: Thu, 17 Aug 2000 18:31:55 -0700
31674              Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
31675      Branch: perl
31676            ! sv.c
31677 ____________________________________________________________________________
31678 [  6686] By: jhi                                   on 2000/08/18  02:04:15
31679         Log: Use NVs in POSIX math, not doubles.
31680              
31681              From: abigail@foad.org
31682              Subject: [ID 20000817.014] POSIX & modfl
31683              Date: 17 Aug 2000 20:49:18 -0000
31684              Message-Id: <20000817204918.23123.qmail@foad.org>
31685      Branch: perl
31686            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
31687 ____________________________________________________________________________
31688 [  6685] By: jhi                                   on 2000/08/18  02:02:12
31689         Log: Introduce NVef, NVff, and NVgf, use the middle one.
31690              (helps for lib/peek + Linux + long doubles)  Reported in
31691              
31692              From: abigail@foad.org
31693              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
31694              Date: 15 Aug 2000 04:06:38 -0000
31695              Message-Id: <20000815040638.8524.qmail@foad.org> 
31696              
31697              (note: the lib/complex failure has not yet been addressed)
31698      Branch: metaconfig/U/perl
31699            ! perlxvf.U
31700      Branch: perl
31701            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
31702            ! config_h.SH dump.c perl.h pod/perlguts.pod
31703 ____________________________________________________________________________
31704 [  6684] By: jhi                                   on 2000/08/17  23:22:19
31705         Log: Add byteorder to the myconfig output.
31706      Branch: perl
31707            ! myconfig.SH
31708 ____________________________________________________________________________
31709 [  6683] By: jhi                                   on 2000/08/17  23:20:19
31710         Log: The image doth not exist, spotted by Johan Vromans.
31711      Branch: perl
31712            ! MANIFEST
31713 ____________________________________________________________________________
31714 [  6682] By: jhi                                   on 2000/08/17  22:38:16
31715         Log: Document what the backtick returns if the command fails.
31716      Branch: perl
31717            ! pod/perlop.pod
31718 ____________________________________________________________________________
31719 [  6681] By: jhi                                   on 2000/08/17  22:33:12
31720         Log: Do not use prototyping here.
31721              
31722              Subject: [ID 20000817.016] [PATCH] Peek.xs
31723              From: abigail@foad.org
31724              Date: 17 Aug 2000 20:55:56 -0000
31725              Message-Id: <20000817205556.24270.qmail@foad.org>
31726      Branch: perl
31727            ! ext/Devel/Peek/Makefile.PL
31728 ____________________________________________________________________________
31729 [  6680] By: jhi                                   on 2000/08/17  19:46:43
31730         Log: Don't propose using modules built for 5.005 if no binary
31731              compatibility with 5.005 is attempted.
31732              
31733              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
31734              Subject: Minor nit with 5.7.0 (6655)
31735              Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
31736              Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
31737      Branch: metaconfig
31738            ! U/installdirs/inc_version_list.U
31739      Branch: perl
31740            ! Configure config_h.SH
31741 ____________________________________________________________________________
31742 [  6679] By: jhi                                   on 2000/08/17  19:16:39
31743         Log: Microperl config update.
31744      Branch: perl
31745            ! uconfig.h uconfig.sh
31746 ____________________________________________________________________________
31747 [  6678] By: jhi                                   on 2000/08/17  19:16:13
31748         Log: The #6648 wasn't protective enough for limited platforms
31749              (like microperl).
31750      Branch: perl
31751            ! dump.c sv.c
31752 ____________________________________________________________________________
31753 [  6677] By: jhi                                   on 2000/08/17  14:46:35
31754         Log: Update Changes.
31755      Branch: perl
31756            ! Changes patchlevel.h
31757 ____________________________________________________________________________
31758 [  6676] By: jhi                                   on 2000/08/17  14:44:02
31759         Log: Add perlebcdic from Peter Prymmer, regen toc.
31760      Branch: perl
31761            + pod/perlebcdic.pod
31762            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
31763 ____________________________________________________________________________
31764 [  6675] By: jhi                                   on 2000/08/17  14:41:52
31765         Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
31766      Branch: perl
31767            ! pod/perldebtut.pod
31768 ____________________________________________________________________________
31769 [  6674] By: jhi                                   on 2000/08/17  14:29:43
31770         Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
31771              
31772              Subject: [ID 20000724.006] -DLEAKTEST problem
31773              From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
31774              Date: Tue, 25 Jul 2000 00:36:32 -0500
31775              Message-Id: <20000725003632.A26186@www.llamacom.com>
31776              
31777              Reminder sent
31778              
31779              Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error      
31780              From: Hugo <hv@crypt.compulink.co.uk>
31781              Date: Thu, 17 Aug 2000 15:23:42 +0100
31782              Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
31783      Branch: perl
31784            ! util.c
31785 ____________________________________________________________________________
31786 [  6673] By: jhi                                   on 2000/08/17  04:07:10
31787         Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
31788              From: John Peacock <JPeacock@UnivPress.com>
31789              Date: Tue, 01 Aug 2000 09:38:12 -0400
31790              Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
31791      Branch: perl
31792            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
31793 ____________________________________________________________________________
31794 [  6672] By: jhi                                   on 2000/08/17  03:04:35
31795         Log: Subject: [PATCH] Cwd.pm now uses strict
31796              From: Tim Jenness <timj@jach.hawaii.edu>
31797              Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
31798              Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
31799      Branch: perl
31800            ! lib/Cwd.pm
31801 ____________________________________________________________________________
31802 [  6671] By: jhi                                   on 2000/08/17  02:16:35
31803         Log: Make $Config{byteorder} more magical so that it is
31804              dynamically computed: nice for 'fat binaries'.
31805              
31806              Subject: [PATCH]: default byteorder
31807              From: Wilfredo Sánchez <wsanchez@apple.com>
31808              Date: Mon, 31 Jul 2000 19:45:31 -0700
31809              Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
31810      Branch: perl
31811            ! configpm
31812 ____________________________________________________________________________
31813 [  6670] By: gsar                                  on 2000/08/17  01:22:21
31814         Log: move WNOHANG definition to where other such things are
31815      Branch: perl
31816            ! win32/win32.h
31817 ____________________________________________________________________________
31818 [  6669] By: jhi                                   on 2000/08/17  01:19:17
31819         Log: Update Changes.
31820      Branch: perl
31821            ! Changes patchlevel.h
31822 ____________________________________________________________________________
31823 [  6668] By: jhi                                   on 2000/08/17  01:16:29
31824         Log: Doc nits spotted by Richard Soderberg.
31825      Branch: perl
31826            ! README.posix-bc README.vmesa
31827 ____________________________________________________________________________
31828 [  6667] By: jhi                                   on 2000/08/17  01:12:11
31829         Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
31830              From: "Casey R. Tweten" <crt@kiski.net>
31831              Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
31832              Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
31833      Branch: perl
31834            ! pod/perldebtut.pod
31835 ____________________________________________________________________________
31836 [  6666] By: jhi                                   on 2000/08/17  01:09:31
31837         Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
31838              From: "Casey R. Tweten" <crt@kiski.net>
31839              Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
31840              Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
31841      Branch: perl
31842            ! lib/Shell.pm
31843 ____________________________________________________________________________
31844 [  6665] By: gsar                                  on 2000/08/17  01:03:52
31845         Log: add "ok" targets from change#6632 in makefile.mk
31846      Branch: perl
31847            ! pod/perlport.pod win32/Makefile win32/makefile.mk
31848 ____________________________________________________________________________
31849 [  6664] By: gsar                                  on 2000/08/17  00:56:11
31850         Log: avoid warnings from dense compiler
31851      Branch: perl
31852            ! win32/win32.c
31853 ____________________________________________________________________________
31854 [  6663] By: jhi                                   on 2000/08/17  00:51:49
31855         Log: Tweak the regex compilation errors once more.
31856      Branch: perl
31857            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
31858            ! t/op/regmesg.t t/pragma/warn/regcomp
31859 ____________________________________________________________________________
31860 [  6662] By: gsar                                  on 2000/08/17  00:28:19
31861         Log: trailing new %ENV entries weren't being pushed into the real
31862              environment of subprocesses on Windows
31863      Branch: perl
31864            ! t/op/magic.t win32/perlhost.h
31865 ____________________________________________________________________________
31866 [  6661] By: gsar                                  on 2000/08/17  00:19:20
31867         Log: waitpid() now handles externally spawned pids correctly;
31868              fixes for backtick/wait/waitpid failures on Windows 9x
31869              
31870              these changes make the pid returned by process functions on
31871              Windows 9x always positive by clearing the high bit (which
31872              is always set on Win9x); pseudo-process PIDs are likewise
31873              always negative now on Win9x (just as on NT/2000)
31874      Branch: perl
31875            ! pp_sys.c win32/perlhost.h win32/win32.c
31876 ____________________________________________________________________________
31877 [  6660] By: jhi                                   on 2000/08/17  00:04:32
31878         Log: Retract #6645.
31879      Branch: perl
31880            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
31881            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
31882            ! t/op/sprintf.t
31883 ____________________________________________________________________________
31884 [  6659] By: gsar                                  on 2000/08/16  23:59:28
31885         Log: on windows, the return values from wait() and waitpid() don't
31886              match those of pseudo-pids
31887      Branch: perl
31888            ! pp_sys.c t/op/fork.t util.c win32/win32.c
31889 ____________________________________________________________________________
31890 [  6658] By: gsar                                  on 2000/08/16  23:56:14
31891         Log: pod nit seen in passing
31892      Branch: perl
31893            ! pod/perlfunc.pod
31894 ____________________________________________________________________________
31895 [  6657] By: gsar                                  on 2000/08/16  23:53:42
31896         Log: change#6328 could make close(SOCKET) return false on windows
31897              when it shouldn't
31898      Branch: perl
31899            ! win32/win32sck.c
31900 ____________________________________________________________________________
31901 [  6656] By: gsar                                  on 2000/08/16  23:46:57
31902         Log: check that the number pseudo children doesn't exceed
31903              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
31904              the WaitForMultipleObjects() limit that would cause wait()
31905              to crash)
31906              
31907              wait() and waitpid() could potentially be rewritten to use
31908              more than one thread to do the waiting to eliminate this
31909              limitation
31910      Branch: perl
31911            ! win32/perlhost.h
31912 ____________________________________________________________________________
31913 [  6655] By: jhi                                   on 2000/08/16  14:11:05
31914         Log: Update Changes.
31915      Branch: perl
31916            ! Changes patchlevel.h
31917 ____________________________________________________________________________
31918 [  6654] By: jhi                                   on 2000/08/16  14:10:12
31919         Log: Update to perldebtut 1.9, from Richard Foley.
31920      Branch: perl
31921            ! pod/perldebtut.pod
31922 ____________________________________________________________________________
31923 [  6653] By: jhi                                   on 2000/08/16  14:08:17
31924         Log: Change the regx compilation error markers to use = instead of <
31925              since pod makes using the latter quite messy.  Reported in
31926              ID 20000814.006 by Abigail and in
31927              Subject: Unknown escape E<> ?
31928              From: Lupe Christoph <lupe@lupe-christoph.de>
31929              Date: Fri, 11 Aug 2000 00:30:27 +0200
31930              Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
31931      Branch: perl
31932            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
31933            ! t/op/regmesg.t t/pragma/warn/regcomp
31934 ____________________________________________________________________________
31935 [  6652] By: jhi                                   on 2000/08/16  13:25:31
31936         Log: Change the perlbug address to perl.org since it's more forgiving.
31937              
31938              Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
31939              From: abigail@foad.org
31940              Date: 15 Aug 2000 04:15:40 -0000
31941              Message-Id: <20000815041540.8633.qmail@foad.org>
31942      Branch: perl
31943            ! utils/perlbug.PL
31944 ____________________________________________________________________________
31945 [  6651] By: jhi                                   on 2000/08/16  13:22:35
31946         Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
31947              From: Tim Jenness <timj@jach.hawaii.edu>
31948              Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
31949              Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
31950      Branch: perl
31951            ! lib/Cwd.pm
31952 ____________________________________________________________________________
31953 [  6650] By: jhi                                   on 2000/08/16  13:18:13
31954         Log: Update to CPAN 1.57.
31955              
31956              Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
31957              From: andreas.koenig@anima.de (Andreas J. Koenig)
31958              Date: 16 Aug 2000 15:09:46 +0200
31959              Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
31960      Branch: perl
31961            ! lib/CPAN.pm
31962 ____________________________________________________________________________
31963 [  6649] By: jhi                                   on 2000/08/16  13:12:31
31964         Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
31965              From: "Larry W. Virden" <lvirden@cas.org>
31966              Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
31967              Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
31968      Branch: perl
31969            ! README.hpux
31970 ____________________________________________________________________________
31971 [  6648] By: jhi                                   on 2000/08/16  13:03:53
31972         Log: The numeric locale was reset to "C" by s?printf and never restored.
31973              
31974              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
31975              From: Christian Kirsch <ck@held.mind.de>
31976              Date: Wed, 9 Aug 2000 17:05:17 +0200
31977              Message-Id: <20000809170517.A25389@held>
31978              
31979              No test since adding the failing example to locale.t
31980              does not fail -- probably because the locale settings are so
31981              thoroughly tweaked by that time.  Running the example standalone
31982              does fail, though.  UPDATE: test case added at change #7540.
31983      Branch: perl
31984            ! dump.c perl.h pp.c pp_ctl.c sv.c
31985 ____________________________________________________________________________
31986 [  6647] By: jhi                                   on 2000/08/16  00:07:54
31987         Log: Update Changes and test semi-automatic patchlevel updating.
31988      Branch: perl
31989            ! Changes patchlevel.h
31990 ____________________________________________________________________________
31991 [  6646] By: jhi                                   on 2000/08/15  23:35:07
31992         Log: Fix a dependency problem.
31993              
31994              Subject: [PATCH: 6640] VMS Makefile.SH update
31995              From: Peter Prymmer <pvhp@forte.com>
31996              Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
31997              Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
31998      Branch: perl
31999            ! vms/descrip_mms.template
32000 ____________________________________________________________________________
32001 [  6645] By: jhi                                   on 2000/08/15  23:33:23
32002         Log: (Retracted by #6660)
32003              
32004              Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
32005              From: Dominic Dunlop <domo@computer.org>
32006              Date: Tue, 15 Aug 2000 22:20:52 +0200
32007              Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
32008      Branch: metaconfig/U/perl
32009            + d_printfed.U
32010      Branch: perl
32011            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
32012            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
32013            ! t/op/sprintf.t
32014 ____________________________________________________________________________
32015 [  6644] By: jhi                                   on 2000/08/15  21:17:20
32016         Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
32017              From: abigail@foad.org
32018              Date: 15 Aug 2000 20:12:41 -0000
32019              Message-Id: <20000815201241.25556.qmail@foad.org>
32020      Branch: perl
32021            ! INSTALL
32022 ____________________________________________________________________________
32023 [  6643] By: jhi                                   on 2000/08/15  21:15:28
32024         Log: (an already applied patch)
32025      Branch: perl
32026            ! lib/CGI.pm
32027 ____________________________________________________________________________
32028 [  6642] By: gsar                                  on 2000/08/15  19:54:05
32029         Log: magic callbacks all need to have same type signature
32030      Branch: perl
32031            ! embed.pl mg.c proto.h
32032 ____________________________________________________________________________
32033 [  6641] By: jhi                                   on 2000/08/15  17:56:27
32034         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)
32035              From: Mike Guy <mjtg@cam.ac.uk>
32036              Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
32037              Date: Tue, 15 Aug 2000 18:26:45 +0100
32038              
32039              Only the peek.t part applied, not the hash quality part.
32040      Branch: perl
32041            ! t/lib/peek.t
32042 ____________________________________________________________________________
32043 [  6640] By: jhi                                   on 2000/08/15  16:37:37
32044         Log: Update Changes.
32045      Branch: perl
32046            ! Changes
32047 ____________________________________________________________________________
32048 [  6639] By: jhi                                   on 2000/08/15  16:34:55
32049         Log: Missed a file from #6638.
32050      Branch: perl
32051            ! lib/File/Temp.pm
32052 ____________________________________________________________________________
32053 [  6638] By: jhi                                   on 2000/08/15  16:33:19
32054         Log: Subject: [PATCH perl@6620] cygwin port
32055              From: "Fifer, Eric" <EFifer@sanwaint.com>
32056              Date: Tue, 15 Aug 2000 17:00:49 +0100
32057              Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
32058      Branch: perl
32059            ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
32060 ____________________________________________________________________________
32061 [  6637] By: jhi                                   on 2000/08/15  16:29:22
32062         Log: Subject: [PATCH] debugger exit code should reflect user exit code
32063              From: Mike Guy <mjtg@cam.ac.uk>
32064              Date: Tue, 15 Aug 2000 16:55:59 +0100
32065              Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
32066      Branch: perl
32067            ! lib/perl5db.pl
32068 ____________________________________________________________________________
32069 [  6636] By: jhi                                   on 2000/08/15  15:30:58
32070         Log: Update Changes.
32071      Branch: perl
32072            ! Changes
32073 ____________________________________________________________________________
32074 [  6635] By: jhi                                   on 2000/08/15  15:27:21
32075         Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
32076      Branch: metaconfig
32077            ! U/mkglossary U/mksample
32078      Branch: metaconfig/U/perl
32079            ! Devel.U
32080      Branch: perl
32081            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
32082 ____________________________________________________________________________
32083 [  6634] By: jhi                                   on 2000/08/15  14:11:55
32084         Log: Don't blow limited stacks, a lower number is enough to
32085              tickle the lookbehind limit.
32086              
32087              Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
32088              From: Dominic Dunlop <domo@computer.org>
32089              Date: Tue, 15 Aug 2000 13:51:24 +0200
32090              Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
32091      Branch: perl
32092            ! t/op/regmesg.t
32093 ____________________________________________________________________________
32094 [  6633] By: jhi                                   on 2000/08/15  14:01:46
32095         Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
32096              From: Mike Guy <mjtg@cam.ac.uk>
32097              Date: Tue, 15 Aug 2000 12:10:50 +0100
32098              Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
32099      Branch: perl
32100            ! utils/perldoc.PL
32101 ____________________________________________________________________________
32102 [  6632] By: jhi                                   on 2000/08/15  13:58:48
32103         Log: make ok etc also for win32.
32104              
32105              Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
32106              From: Prymmer/Kahn <pvhp@best.com>
32107              Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
32108              Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
32109      Branch: perl
32110            ! win32/Makefile
32111 ____________________________________________________________________________
32112 [  6631] By: jhi                                   on 2000/08/15  13:45:03
32113         Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
32114      Branch: perl
32115            ! lib/Test.pm
32116 ____________________________________________________________________________
32117 [  6630] By: jhi                                   on 2000/08/15  03:25:09
32118         Log: Update Changes.
32119      Branch: perl
32120            ! Changes
32121 ____________________________________________________________________________
32122 [  6629] By: jhi                                   on 2000/08/15  03:23:53
32123         Log: magic_regdatum_set() is void, not int.
32124      Branch: perl
32125            ! embed.pl mg.c proto.h
32126 ____________________________________________________________________________
32127 [  6628] By: jhi                                   on 2000/08/15  03:08:02
32128         Log: Make the user to give up his firstborn, err, to knowingly
32129              verify installing an unstable developer release.  Also bump
32130              the release to 5.7.0, but leave a patch tag in the local
32131              patches saying that this is not yet the real thing.
32132      Branch: metaconfig
32133            ! U/modified/Instruct.U
32134      Branch: metaconfig/U/perl
32135            + Devel.U
32136      Branch: perl
32137            ! Configure patchlevel.h
32138 ____________________________________________________________________________
32139 [  6627] By: jhi                                   on 2000/08/14  22:32:52
32140         Log: README.os2 update.
32141              
32142              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
32143              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
32144              Date: Wed, 02 Aug 2000 21:55:09 -0700
32145              Message-ID: <tsPi5gzkgegX092yn@efn.org>
32146      Branch: perl
32147            ! README.os2
32148 ____________________________________________________________________________
32149 [  6626] By: jhi                                   on 2000/08/14  21:00:02
32150         Log: Subject: Re: File::Temp problems on VMS in bleedperl
32151              From: Tim Jenness <timj@jach.hawaii.edu>
32152              cc: vmsperl@perl.org
32153              Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
32154              Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
32155      Branch: perl
32156            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
32157 ____________________________________________________________________________
32158 [  6625] By: jhi                                   on 2000/08/14  20:52:16
32159         Log: Add SUIDMAIL as was done for the CERT alert.
32160      Branch: perl
32161            ! patchlevel.h
32162 ____________________________________________________________________________
32163 [  6624] By: jhi                                   on 2000/08/14  20:48:50
32164         Log: Subject: sfio2000
32165              From: Daniel Muino <dmuino@afip.gov.ar>
32166              Date: Mon, 14 Aug 2000 16:58:11 -0300
32167              Message-ID: <20000814165811.B16368@con2-dgi>
32168      Branch: perl
32169            ! perlsdio.h perlsfio.h
32170 ____________________________________________________________________________
32171 [  6623] By: jhi                                   on 2000/08/14  20:47:36
32172         Log: Subject: warning: storage class after type is obsolescent
32173              From: Daniel Muino <dmuino@afip.gov.ar>
32174              Date: Mon, 14 Aug 2000 16:42:47 -0300
32175              Message-ID: <20000814164247.A16368@con2-dgi>
32176      Branch: perl
32177            ! regcomp.pl regnodes.h
32178 ____________________________________________________________________________
32179 [  6622] By: jhi                                   on 2000/08/14  20:43:05
32180         Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
32181              From: abigail@foad.org
32182              Date: 14 Aug 2000 20:00:10 -0000
32183              Message-Id: <20000814200010.27271.qmail@foad.org>
32184      Branch: perl
32185            ! Changes
32186 ____________________________________________________________________________
32187 [  6621] By: jhi                                   on 2000/08/14  15:23:05
32188         Log: Update Changes.
32189      Branch: perl
32190            ! Changes
32191 ____________________________________________________________________________
32192 [  6620] By: jhi                                   on 2000/08/14  15:22:14
32193         Log: Subject: Re: [PATCH] @+, @- readonly
32194              From: Mike Guy <mjtg@cam.ac.uk>
32195              Date: Mon, 14 Aug 2000 15:26:55 +0100
32196              Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
32197      Branch: perl
32198            ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
32199            ! sv.c t/op/pat.t
32200 ____________________________________________________________________________
32201 [  6619] By: jhi                                   on 2000/08/14  14:12:08
32202         Log: Update Changes.
32203      Branch: perl
32204            ! Changes
32205 ____________________________________________________________________________
32206 [  6618] By: jhi                                   on 2000/08/14  14:09:34
32207         Log: For now remove the mail code.
32208      Branch: perl
32209            ! perl.c
32210 ____________________________________________________________________________
32211 [  6617] By: jhi                                   on 2000/08/14  14:08:28
32212         Log: Drop the eg/ mentions and also mention the recent suidperl thing.
32213      Branch: perl
32214            ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
32215            ! pod/perlfaq8.pod pod/perlsec.pod
32216 ____________________________________________________________________________
32217 [  6616] By: jhi                                   on 2000/08/14  14:00:11
32218         Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
32219              From: Mike Guy <mjtg@cam.ac.uk>
32220              Date: Mon, 14 Aug 2000 08:26:02 +0100
32221              Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
32222      Branch: perl
32223            ! lib/perl5db.pl
32224 ____________________________________________________________________________
32225 [  6615] By: jhi                                   on 2000/08/14  13:58:45
32226         Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
32227              From: Mike Guy <mjtg@cam.ac.uk>
32228              Date: Mon, 14 Aug 2000 08:04:22 +0100
32229              Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
32230      Branch: perl
32231            ! gv.c mg.c t/op/pat.t
32232 ____________________________________________________________________________
32233 [  6614] By: jhi                                   on 2000/08/14  13:56:45
32234         Log: Subject: Test fails / warnings with perl-current #6612
32235              From: Mike Guy <mjtg@cam.ac.uk>
32236              Date: Mon, 14 Aug 2000 07:57:23 +0100
32237              Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
32238      Branch: perl
32239            ! t/lib/b.t t/lib/peek.t
32240 ____________________________________________________________________________
32241 [  6613] By: jhi                                   on 2000/08/14  13:45:33
32242         Log: VMS configure.com update continues.
32243      Branch: perl
32244            - vms/configure.com
32245            ! MANIFEST configure.com
32246 ____________________________________________________________________________
32247 [  6612] By: jhi                                   on 2000/08/13  22:13:35
32248         Log: Update Changes.
32249      Branch: perl
32250            ! Changes
32251 ____________________________________________________________________________
32252 [  6611] By: jhi                                   on 2000/08/13  16:21:45
32253         Log: Upgrade to CGI 2.71, from Lincoln Stein.
32254      Branch: perl
32255            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
32256 ____________________________________________________________________________
32257 [  6610] By: jhi                                   on 2000/08/13  15:09:16
32258         Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
32259              From: Mike Guy <mjtg@cam.ac.uk>
32260              Date: Sun, 13 Aug 2000 13:45:51 +0100
32261              Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
32262      Branch: perl
32263            ! t/op/regmesg.t
32264 ____________________________________________________________________________
32265 [  6609] By: jhi                                   on 2000/08/13  14:31:26
32266         Log: Andreas says that 1.56 is fine, so reverting back to it.
32267      Branch: perl
32268            ! lib/CPAN.pm
32269 ____________________________________________________________________________
32270 [  6608] By: jhi                                   on 2000/08/13  05:34:20
32271         Log: Update Changes.
32272      Branch: perl
32273            ! Changes
32274 ____________________________________________________________________________
32275 [  6607] By: jhi                                   on 2000/08/13  05:32:01
32276         Log: Put back the \z changes of #5406 to CPAN.pm.
32277      Branch: perl
32278            ! lib/CPAN.pm
32279 ____________________________________________________________________________
32280 [  6606] By: jhi                                   on 2000/08/13  05:20:16
32281         Log: Fix-n-skip the tests under 5005threads.
32282      Branch: perl
32283            ! t/lib/b.t
32284 ____________________________________________________________________________
32285 [  6605] By: jhi                                   on 2000/08/13  05:07:48
32286         Log: Fix the test for 5005threads.
32287      Branch: perl
32288            ! t/lib/peek.t
32289 ____________________________________________________________________________
32290 [  6604] By: jhi                                   on 2000/08/13  03:35:37
32291         Log: Should have deleted this in #6603.
32292      Branch: perl
32293            - vms/subconfigure.com
32294 ____________________________________________________________________________
32295 [  6603] By: jhi                                   on 2000/08/12  18:29:32
32296         Log: Rewrite of vms/subconfigure.com as configure.com,
32297              from Peter Prymmer and the vmsperl crew.
32298      Branch: perl
32299            + vms/configure.com
32300            ! MANIFEST
32301 ____________________________________________________________________________
32302 [  6602] By: jhi                                   on 2000/08/11  13:00:01
32303         Log: PlainText.pm is dead.
32304      Branch: perl
32305            - lib/Pod/PlainText.pm
32306            ! MANIFEST
32307 ____________________________________________________________________________
32308 [  6601] By: jhi                                   on 2000/08/11  04:06:45
32309         Log: Update Changes.
32310      Branch: perl
32311            ! Changes
32312 ____________________________________________________________________________
32313 [  6600] By: jhi                                   on 2000/08/11  04:06:10
32314         Log: Add a few missing files, update MANIFEST.
32315      Branch: perl
32316            + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
32317            + lib/Pod/PlainText.pm t/pod/find.t
32318            ! MANIFEST t/op/regmesg.t
32319 ____________________________________________________________________________
32320 [  6599] By: jhi                                   on 2000/08/11  03:31:10
32321         Log: Add Perl debugging tutorial, regen toc. 
32322              
32323              Subject: perldebtut.pod
32324              From: Richard Foley <Richard.Foley@m.dasa.de>
32325              Date: Wed, 09 Aug 2000 10:17:15 +0200
32326              Message-id: <3991138B.262247B8@m.dasa.de>
32327      Branch: perl
32328            + pod/perldebtut.pod
32329            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
32330 ____________________________________________________________________________
32331 [  6598] By: jhi                                   on 2000/08/11  02:48:56
32332         Log: tiny Changes edit
32333      Branch: perl
32334            ! Changes
32335 ____________________________________________________________________________
32336 [  6597] By: jhi                                   on 2000/08/11  02:39:04
32337         Log: Tests for #6589.
32338              
32339              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
32340              From: simon@brecon.co.uk (Simon Cozens)
32341              Date: 11 Aug 2000 02:24:52 GMT
32342              Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
32343      Branch: perl
32344            ! t/lib/b.t
32345 ____________________________________________________________________________
32346 [  6596] By: jhi                                   on 2000/08/11  01:50:07
32347         Log: Update Changes.
32348      Branch: perl
32349            ! Changes
32350 ____________________________________________________________________________
32351 [  6595] By: jhi                                   on 2000/08/11  01:47:16
32352         Log: nitfix
32353      Branch: perl
32354            ! Changes
32355 ____________________________________________________________________________
32356 [  6594] By: jhi                                   on 2000/08/11  01:36:16
32357         Log: Subject: Getting perlio and threads to compile
32358              From: Lupe Christoph <lupe@lupe-christoph.de>
32359              Date: Wed, 9 Aug 2000 11:35:54 +0200
32360              Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
32361              
32362              (the Solaris version changes in Configure skipped)
32363      Branch: perl
32364            ! hints/solaris_2.sh thread.h
32365 ____________________________________________________________________________
32366 [  6593] By: jhi                                   on 2000/08/11  01:30:16
32367         Log: Subject: Re: [ID 20000730.003] utf8::length() bad
32368              From: simon@brecon.co.uk (Simon Cozens)
32369              Date: 1 Aug 2000 06:55:19 GMT
32370              Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
32371      Branch: perl
32372            ! lib/utf8.pm
32373 ____________________________________________________________________________
32374 [  6592] By: jhi                                   on 2000/08/11  01:26:39
32375         Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
32376              From: Peter Scott <Peter@PeterScott.com>
32377              Date: Thu, 10 Aug 2000 08:23:27 -0700
32378              Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
32379      Branch: perl
32380            ! lib/perl5db.pl
32381 ____________________________________________________________________________
32382 [  6591] By: jhi                                   on 2000/08/11  01:22:02
32383         Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
32384              From: Hugo <hv@crypt.compulink.co.uk>
32385              Date: Thu, 10 Aug 2000 19:23:04 +0100
32386              Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
32387      Branch: perl
32388            ! regexec.c t/op/pat.t
32389 ____________________________________________________________________________
32390 [  6590] By: jhi                                   on 2000/08/11  01:19:19
32391         Log: Preprocessing and postprocessing for File::Find.
32392              
32393              Subject: Patch to Find::File.pm to allow alphabetical results
32394              From: Joe Smith <jsmith@inwap.com>
32395              Date: Wed, 9 Aug 2000 02:44:54 -0700
32396              Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
32397      Branch: perl
32398            ! lib/File/Find.pm
32399 ____________________________________________________________________________
32400 [  6589] By: jhi                                   on 2000/08/11  01:12:39
32401         Log: B::Deparse didn't do sub attributes.
32402              
32403              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
32404              From: simon@brecon.co.uk (Simon Cozens)
32405              Date: 9 Aug 2000 04:49:20 GMT
32406              Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
32407      Branch: perl
32408            ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
32409 ____________________________________________________________________________
32410 [  6588] By: jhi                                   on 2000/08/11  01:06:40
32411         Log: Subject: debugger "d" command doesnt check line number
32412              From: Mike Guy <mjtg@cam.ac.uk>
32413              Date: Tue, 08 Aug 2000 21:54:29 +0100
32414              Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
32415      Branch: perl
32416            ! lib/perl5db.pl mg.c pod/perldiag.pod
32417 ____________________________________________________________________________
32418 [  6587] By: jhi                                   on 2000/08/11  00:45:03
32419         Log: sleep(1) does not necessarily return 1.
32420              
32421              Subject: [PATCH bleadperl] op/lex_assign.t  
32422              From: Hugo <hv@crypt.compulink.co.uk>
32423              Date: Thu, 03 Aug 2000 14:34:22 +0100        
32424              Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
32425      Branch: perl
32426            ! t/op/lex_assign.t
32427 ____________________________________________________________________________
32428 [  6586] By: jhi                                   on 2000/08/11  00:31:50
32429         Log: Document the IO::Select timeout.
32430      Branch: perl
32431            ! ext/IO/lib/IO/Select.pm
32432 ____________________________________________________________________________
32433 [  6585] By: jhi                                   on 2000/08/11  00:13:54
32434         Log: Forgot contributor.
32435      Branch: perl
32436            ! Changes
32437 ____________________________________________________________________________
32438 [  6584] By: jhi                                   on 2000/08/11  00:09:19
32439         Log: detypo
32440      Branch: perl
32441            ! Changes
32442 ____________________________________________________________________________
32443 [  6583] By: jhi                                   on 2000/08/11  00:07:53
32444         Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
32445              
32446              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
32447              From: Mike Guy <mjtg@cam.ac.uk> 
32448              Date: Thu, 10 Aug 2000 15:50:54 +0100
32449              Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
32450      Branch: perl
32451            ! sv.c t/op/int.t
32452 ____________________________________________________________________________
32453 [  6582] By: jhi                                   on 2000/08/10  23:29:32
32454         Log: Update Changes.
32455      Branch: perl
32456            ! Changes
32457 ____________________________________________________________________________
32458 [  6581] By: jhi                                   on 2000/08/10  23:26:16
32459         Log: Put back the std @INC thing.
32460      Branch: perl
32461            ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
32462            ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
32463            ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
32464            ! t/lib/gol-oo.t
32465 ____________________________________________________________________________
32466 [  6580] By: jhi                                   on 2000/08/10  23:03:34
32467         Log: Update to CGI 2.70, from Lincoln Stein.
32468      Branch: perl
32469            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
32470            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
32471            ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
32472            ! t/lib/cgi-request.t
32473 ____________________________________________________________________________
32474 [  6579] By: jhi                                   on 2000/08/10  22:41:50
32475         Log: Update to CPAN 1.56, from Andreas König.
32476      Branch: perl
32477            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
32478 ____________________________________________________________________________
32479 [  6578] By: jhi                                   on 2000/08/10  22:38:13
32480         Log: Update to Pod::Parser 1.17, from Brad Appleton.
32481      Branch: perl
32482            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
32483            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
32484            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
32485            ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
32486            ! t/pod/include.t t/pod/included.t t/pod/lref.t
32487            ! t/pod/multiline_items.t t/pod/nested_items.t
32488            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
32489            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
32490            ! t/pod/special_seqs.t
32491 ____________________________________________________________________________
32492 [  6577] By: jhi                                   on 2000/08/10  22:35:41
32493         Log: Small AUTHORS and MAINTAIN updates.  Could do with big updates.
32494      Branch: perl
32495            ! AUTHORS MAINTAIN
32496 ____________________________________________________________________________
32497 [  6576] By: jhi                                   on 2000/08/10  22:24:54
32498         Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
32499      Branch: perl
32500            + t/lib/gol-oo.t
32501            ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
32502            ! t/lib/gol-compat.t t/lib/gol-linkage.t
32503 ____________________________________________________________________________
32504 [  6575] By: jhi                                   on 2000/08/10  22:02:07
32505         Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
32506      Branch: perl
32507            ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
32508 ____________________________________________________________________________
32509 [  6574] By: jhi                                   on 2000/08/10  21:55:03
32510         Log: Iterating perl6 description.
32511      Branch: perl
32512            ! pod/perlfaq1.pod
32513 ____________________________________________________________________________
32514 [  6573] By: jhi                                   on 2000/08/10  21:48:26
32515         Log: Revert the sv.c part of #6559, a better fix is needed.
32516      Branch: perl
32517            ! sv.c
32518 ____________________________________________________________________________
32519 [  6572] By: jhi                                   on 2000/08/10  20:33:43
32520         Log: It's the 2ndO'ROSSC.
32521      Branch: perl
32522            ! pod/perlfaq1.pod
32523 ____________________________________________________________________________
32524 [  6571] By: jhi                                   on 2000/08/10  15:55:48
32525         Log: detypo
32526      Branch: perl
32527            ! pod/perlfaq1.pod
32528 ____________________________________________________________________________
32529 [  6570] By: jhi                                   on 2000/08/10  14:11:17
32530         Log: An exceptionally sticky typo.
32531      Branch: perl
32532            ! Changes
32533 ____________________________________________________________________________
32534 [  6569] By: jhi                                   on 2000/08/10  14:09:33
32535         Log: detypo (and test Changes updating script)
32536      Branch: perl
32537            ! Changes
32538 ____________________________________________________________________________
32539 [  6568] By: jhi                                   on 2000/08/10  14:07:07
32540         Log: Update Changes.
32541      Branch: perl
32542            ! Changes
32543 ____________________________________________________________________________
32544 [  6567] By: jhi                                   on 2000/08/10  14:06:19
32545         Log: Amend the description of Perl6.
32546              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
32547              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
32548              Date: Wed, 9 Aug 2000 22:11:06 -0500
32549              Message-ID: <20000809221106.A12246@chaos.wustl.edu>
32550      Branch: perl
32551            ! pod/perlfaq1.pod
32552 ____________________________________________________________________________
32553 [  6566] By: jhi                                   on 2000/08/10  13:58:57
32554         Log: Subject: Remove dead entry in perldiag
32555              From: Mike Guy <mjtg@cam.ac.uk>
32556              Date: Thu, 10 Aug 2000 14:19:19 +0100
32557              Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
32558      Branch: perl
32559            ! pod/perldiag.pod
32560 ____________________________________________________________________________
32561 [  6565] By: jhi                                   on 2000/08/10  13:51:48
32562         Log: Zero entries were skipped, fix from Adrian Goalby
32563              <argoalby@yahoo.co.uk>
32564      Branch: perl
32565            ! lib/unicode/Number.pl lib/unicode/mktables.PL
32566 ____________________________________________________________________________
32567 [  6564] By: jhi                                   on 2000/08/10  13:00:12
32568         Log: Subject: [PATCH 5.6.0] cygwin port
32569              From: "Fifer, Eric" <EFifer@sanwaint.com>
32570              Date: Thu, 10 Aug 2000 13:15:36 +0100
32571              Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
32572      Branch: perl
32573            ! README.cygwin hints/cygwin.sh
32574 ____________________________________________________________________________
32575 [  6563] By: jhi                                   on 2000/08/10  12:55:16
32576         Log: Get back into sync with Jeffrey on the enhanced regex warnings.
32577      Branch: perl
32578            ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
32579 ____________________________________________________________________________
32580 [  6562] By: gsar                                  on 2000/08/10  08:38:39
32581         Log: warn is a macro, avoid using at a variable to avoid warnings
32582              in some configurations; readdir.t is too conservative in
32583              estimating number of *.t's
32584      Branch: perl
32585            ! t/op/readdir.t util.c
32586 ____________________________________________________________________________
32587 [  6561] By: jhi                                   on 2000/08/09  23:35:42
32588         Log: Update Changes.
32589      Branch: perl
32590            ! Changes
32591 ____________________________________________________________________________
32592 [  6560] By: jhi                                   on 2000/08/09  23:05:47
32593         Log: Subject: Re: enhanced(?) regex error messages
32594              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
32595              Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
32596              Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
32597              
32598              (plus two small patches sent privately)
32599              (this still seems to leave few test failures)
32600      Branch: perl
32601            + t/op/regmesg.t
32602            ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
32603            ! t/pragma/warn/regcomp
32604 ____________________________________________________________________________
32605 [  6559] By: jhi                                   on 2000/08/09  20:41:18
32606         Log: (The fix did work but was not right, retracted in #6573)
32607              
32608              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
32609              From: Christian Kirsch <ck@held.mind.de>
32610              Date: Wed, 9 Aug 2000 17:05:17 +0200
32611              Message-Id: <20000809170517.A25389@held>
32612      Branch: perl
32613            ! sv.c t/pragma/locale.t
32614 ____________________________________________________________________________
32615 [  6558] By: jhi                                   on 2000/08/08  22:34:08
32616         Log: Tiny updates on the contributors list.
32617      Branch: perl
32618            ! Changes
32619 ____________________________________________________________________________
32620 [  6557] By: jhi                                   on 2000/08/08  19:34:28
32621         Log: Double check that we have a dirhandle.
32622      Branch: perl
32623            ! util.c
32624 ____________________________________________________________________________
32625 [  6556] By: jhi                                   on 2000/08/08  19:01:51
32626         Log: Delete eg as agreed at TPC3 (yes, 3).  Dusty, obsolete, non-w-clean.
32627              May be repopulated with fresh maintained examples.
32628      Branch: perl
32629            + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
32630            + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
32631            + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
32632            + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
32633            + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
32634            + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
32635            + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
32636            + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
32637            + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
32638            + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
32639            + lib/CGI/eg/wilogo_gif.uu
32640            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
32641            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
32642            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
32643            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
32644            - eg/cgi/frameset.cgi eg/cgi/index.html
32645            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
32646            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
32647            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
32648            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
32649            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
32650            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
32651            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
32652            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
32653            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
32654            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
32655            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
32656            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
32657            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
32658            - eg/van/vanish eg/who eg/wrapsuid
32659            ! MANIFEST
32660 ____________________________________________________________________________
32661 [  6555] By: jhi                                   on 2000/08/08  18:51:08
32662         Log: Delete chat2 as requested by Randal.
32663              
32664              Subject: Re: perlfaq8 coyness
32665              From: merlyn@stonehenge.com (Randal L. Schwartz) 
32666              Date: 15 May 2000 18:52:42 -0700 
32667              Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com> 
32668      Branch: perl
32669            - lib/chat2.pl
32670            ! MANIFEST
32671 ____________________________________________________________________________
32672 [  6554] By: jhi                                   on 2000/08/08  18:31:35
32673         Log: Regen global.sym.
32674      Branch: perl
32675            ! global.sym
32676 ____________________________________________________________________________
32677 [  6553] By: jhi                                   on 2000/08/08  18:28:13
32678         Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
32679              (either perlbug or p5p ate the original), plus regen
32680              perlapi and perltoc. 
32681      Branch: perl
32682            ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
32683            ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
32684            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
32685            ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
32686            ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
32687            ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
32688            ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
32689            ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
32690            ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
32691            ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
32692 ____________________________________________________________________________
32693 [  6552] By: jhi                                   on 2000/08/08  18:06:29
32694         Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
32695              From: Mike Guy <mjtg@cam.ac.uk>
32696              Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
32697              Date: Tue, 08 Aug 2000 15:51:27 +0100
32698      Branch: perl
32699            ! doop.c sv.h t/op/join.t t/pragma/overload.t
32700 ____________________________________________________________________________
32701 [  6551] By: jhi                                   on 2000/08/08  18:01:11
32702         Log: Re-apply #6549.
32703      Branch: perl
32704            ! lib/perl5db.pl
32705 ____________________________________________________________________________
32706 [  6550] By: jhi                                   on 2000/08/08  17:43:08
32707         Log: Accidental retraction of #6549.
32708      Branch: perl
32709            ! lib/perl5db.pl
32710 ____________________________________________________________________________
32711 [  6549] By: jhi                                   on 2000/08/08  17:40:04
32712         Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
32713              From: Mike Guy <mjtg@cam.ac.uk>
32714              Date: Mon, 07 Aug 2000 21:49:58 +0100
32715              Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
32716      Branch: perl
32717            ! lib/perl5db.pl
32718 ____________________________________________________________________________
32719 [  6548] By: jhi                                   on 2000/08/08  17:37:57
32720         Log: Document here-doc better.
32721              
32722              Subject: Re: [ID 20000804.003] heredoc in s///e replacement
32723              From: Mike Guy <mjtg@cam.ac.uk>
32724              Date: Mon, 07 Aug 2000 14:02:09 +0100
32725              Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
32726      Branch: perl
32727            ! pod/perldata.pod
32728 ____________________________________________________________________________
32729 [  6547] By: jhi                                   on 2000/08/08  17:33:34
32730         Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
32731              From: "Randy J. Ray" <rjray@redhat.com>
32732              Date: Mon, 07 Aug 2000 19:12:25 -0700
32733              Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
32734      Branch: perl
32735            ! perl.c pod/perlrun.pod
32736 ____________________________________________________________________________
32737 [  6546] By: jhi                                   on 2000/08/08  17:29:26
32738         Log: Subject: Re: enhanced(?) regex error messages 
32739              From: Hugo <hv@crypt.compulink.co.uk>
32740              Date: Tue, 08 Aug 2000 03:25:51 +0100
32741              Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
32742              
32743              plus Capitalize the error messages, plus perldiag them.
32744      Branch: perl
32745            ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
32746 ____________________________________________________________________________
32747 [  6545] By: jhi                                   on 2000/08/08  13:59:28
32748         Log: Augment #6539 a bit: don't croak if there's magic in the air.
32749              
32750              Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) 
32751              From: Hugo <hv@crypt.compulink.co.uk>
32752              Date: Tue, 08 Aug 2000 03:02:03 +0100
32753              Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
32754      Branch: perl
32755            ! pp.c t/op/bless.t
32756 ____________________________________________________________________________
32757 [  6544] By: jhi                                   on 2000/08/07  21:11:52
32758         Log: Make the test -w clean.
32759      Branch: perl
32760            ! t/op/bless.t
32761 ____________________________________________________________________________
32762 [  6543] By: jhi                                   on 2000/08/07  19:49:53
32763         Log: use warnings instead of $^W.
32764      Branch: perl
32765            ! t/op/bless.t
32766 ____________________________________________________________________________
32767 [  6542] By: jhi                                   on 2000/08/07  17:41:41
32768         Log: Disable a portability warning Because We Know What We Are Doing.
32769      Branch: perl
32770            ! t/op/bless.t
32771 ____________________________________________________________________________
32772 [  6541] By: jhi                                   on 2000/08/07  17:29:51
32773         Log: Tiny tidying on report_evil_fh().
32774      Branch: perl
32775            ! util.c
32776 ____________________________________________________________________________
32777 [  6540] By: jhi                                   on 2000/08/07  16:37:38
32778         Log: Make regular expression parse error messages easier to understand.
32779              
32780              Subject: Re: enhanced(?) regex error messages
32781              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
32782              Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
32783              Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
32784      Branch: perl
32785            ! regcomp.c
32786 ____________________________________________________________________________
32787 [  6539] By: jhi                                   on 2000/08/07  16:12:27
32788         Log: Make bless(REF, REF) a fatal error, add bless tests.
32789              
32790              Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
32791              From: Hugo <hv@crypt.compulink.co.uk>
32792              Date: Mon, 07 Aug 2000 16:59:38 +0100
32793              Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
32794      Branch: perl
32795            + t/op/bless.t
32796            ! MANIFEST pod/perldiag.pod pp.c sv.c
32797 ____________________________________________________________________________
32798 [  6538] By: jhi                                   on 2000/08/07  15:59:43
32799         Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
32800              From: Tim Conrow <tim@spindrift.srl.caltech.edu>
32801              Date: Thu, 3 Aug 2000 14:29:21 -0700
32802              Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
32803      Branch: perl
32804            ! lib/lib_pm.PL
32805 ____________________________________________________________________________
32806 [  6537] By: jhi                                   on 2000/08/07  15:47:18
32807         Log: Retract #6419 for now since it breaks in AFS and MachTen.
32808      Branch: perl
32809            ! lib/Cwd.pm
32810 ____________________________________________________________________________
32811 [  6536] By: jhi                                   on 2000/08/07  15:05:29
32812         Log: Plug the security hole described in the Aug 05 2000 bugtraq message
32813              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
32814              The security hole exists only in suidperls, which isn't
32815              installed or even built by default.
32816      Branch: perl
32817            ! perl.c
32818 ____________________________________________________________________________
32819 [  6535] By: jhi                                   on 2000/08/07  14:45:14
32820         Log: tr memory corruption fix from Simon Cozens.
32821      Branch: perl
32822            ! doop.c
32823 ____________________________________________________________________________
32824 [  6534] By: jhi                                   on 2000/08/06  11:38:16
32825         Log: Document a bit that UDP is not what you might think.
32826              
32827              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
32828              From: Lupe Christoph <lupe@lupe-christoph.de>
32829              Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
32830              Date: Mon, 24 Jul 2000 08:59:15 +0200
32831      Branch: perl
32832            ! pod/perlipc.pod
32833 ____________________________________________________________________________
32834 [  6533] By: jhi                                   on 2000/08/06  11:35:01
32835         Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
32836              From: Jeff Pinyan <jeffp@hut.crusoe.net>
32837              Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
32838              Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
32839      Branch: perl
32840            ! pod/perlfunc.pod
32841 ____________________________________________________________________________
32842 [  6532] By: jhi                                   on 2000/08/06  03:45:41
32843         Log: Have symbols for the IoTYPEs.
32844      Branch: perl
32845            ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
32846 ____________________________________________________________________________
32847 [  6531] By: jhi                                   on 2000/08/06  01:33:55
32848         Log: Continue fixing the io warnings.  This also
32849              sort of fixes bug ID 20000802.003: the core dump
32850              is no more.  Whether the current behaviour is correct
32851              (giving a warning: "Not a format reference"), is another matter.
32852      Branch: perl
32853            ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
32854            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
32855 ____________________________________________________________________________
32856 [  6530] By: jhi                                   on 2000/08/05  21:33:12
32857         Log: Change the Policy policy: now -Dprefix= with an existing
32858              Policy.sh and prefix == siteprefix == vendorprefix, then all
32859              of them follow along the new prefix.
32860              
32861              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
32862              From: Andy Dougherty <doughera@lafayette.edu>
32863              Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
32864              Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
32865      Branch: perl
32866            ! Policy_sh.SH
32867 ____________________________________________________________________________
32868 [  6529] By: jhi                                   on 2000/08/05  18:57:28
32869         Log: Zap lib/Sys directory when cleaning up.
32870      Branch: perl
32871            ! Makefile.SH
32872 ____________________________________________________________________________
32873 [  6528] By: jhi                                   on 2000/08/05  18:40:44
32874         Log: Essential prototype changes were missing from #6527.
32875              Also make report_evil_fh() more bomb-proof.
32876      Branch: perl
32877            ! embed.h util.c
32878 ____________________________________________________________________________
32879 [  6527] By: jhi                                   on 2000/08/05  03:22:05
32880         Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
32881              From: "Ronald F. Guilmette" <rfg@monkeys.com>
32882              Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
32883              Message-Id: <200007242247.PAA52177@monkeys.com>
32884      Branch: perl
32885            ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
32886 ____________________________________________________________________________
32887 [  6526] By: jhi                                   on 2000/08/04  21:23:27
32888         Log: gcc versions might have (parentheses) in them.
32889      Branch: metaconfig/U/perl
32890            ! gccvers.U
32891      Branch: perl
32892            ! Configure config_h.SH
32893 ____________________________________________________________________________
32894 [  6525] By: jhi                                   on 2000/08/04  20:23:12
32895         Log: Weed buglets pointed out by
32896              
32897              From: Lupe Christoph <lupe@lupe-christoph.de>
32898              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
32899              Date: Fri, 4 Aug 2000 17:34:39 +0200
32900              Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
32901      Branch: metaconfig/U/perl
32902            ! gccvers.U uselfs.U
32903      Branch: perl
32904            ! Configure config_h.SH
32905 ____________________________________________________________________________
32906 [  6524] By: jhi                                   on 2000/08/04  19:02:08
32907         Log: Warn under -w if lstat(FH) is attempted.
32908              
32909              Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
32910              From: "Todd C. Miller" <Todd.Miller@courtesan.com> 
32911              Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT) 
32912              Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com> 
32913      Branch: perl
32914            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
32915            ! t/pragma/warn/pp_sys
32916 ____________________________________________________________________________
32917 [  6523] By: jhi                                   on 2000/08/04  12:31:11
32918         Log: Subject: New perlcc, take 2
32919              From: simon@brecon.co.uk (Simon Cozens)
32920              Date: 4 Aug 2000 06:21:04 GMT
32921              Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
32922      Branch: perl
32923            ! utils/perlcc.PL
32924 ____________________________________________________________________________
32925 [  6522] By: jhi                                   on 2000/08/04  12:26:33
32926         Log: Subject: Re: Array vs. List context
32927              From: Daniel Chetlin <daniel@chetlin.com>
32928              Date: Fri, 4 Aug 2000 00:22:44 -0700
32929              Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
32930      Branch: perl
32931            ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
32932            ! pod/perlfaq4.pod
32933 ____________________________________________________________________________
32934 [  6521] By: jhi                                   on 2000/08/04  12:22:38
32935         Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
32936              From: Raymund Will <ray@caldera.de>
32937              Date: Fri, 4 Aug 2000 12:07:09 +0200
32938              Message-Id: <20000804120709.A14982@caldera.de>
32939      Branch: perl
32940            ! configure.gnu
32941 ____________________________________________________________________________
32942 [  6520] By: jhi                                   on 2000/08/04  04:09:06
32943         Log: After the #6519 a warning about stat() is just that,
32944              not about a filetest, which now have their own warning.
32945      Branch: perl
32946            ! pod/perldiag.pod
32947 ____________________________________________________________________________
32948 [  6519] By: jhi                                   on 2000/08/04  04:06:30
32949         Log: In the warnings call filehandles consistently so;
32950              add "unopened" warning for stat().
32951      Branch: perl
32952            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
32953            ! t/pragma/warn/pp_sys
32954 ____________________________________________________________________________
32955 [  6518] By: jhi                                   on 2000/08/04  02:55:35
32956         Log: Subject: Minor tweak to perlvar.pod
32957              From: "Stephen P. Potter" <spp@ds.net>
32958              Date: Tue, 18 Apr 2000 09:26:03 -0400
32959              Message-Id: <200004181326.JAA01560@spp.users.ds.net>
32960      Branch: perl
32961            ! pod/perlvar.pod
32962 ____________________________________________________________________________
32963 [  6517] By: jhi                                   on 2000/08/04  02:50:08
32964         Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
32965              From: "Clinton Pierce" <cpierce1@ford.com>
32966              Date: Wed, 21 Jul 1999 16:45:31 -0400
32967              Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
32968              
32969              Fix by Stephen Potter (visible in the bug db but not in p5p?)
32970      Branch: perl
32971            ! pod/perlfunc.pod pod/perlop.pod
32972 ____________________________________________________________________________
32973 [  6516] By: jhi                                   on 2000/08/04  02:09:25
32974         Log: This is 6512.  Really.
32975      Branch: perl
32976            ! dump.c
32977 ____________________________________________________________________________
32978 [  6515] By: jhi                                   on 2000/08/04  01:25:50
32979         Log: mention the idea of @( and @)
32980      Branch: perl
32981            ! Todo-5.6
32982 ____________________________________________________________________________
32983 [  6514] By: bailey                                on 2000/08/04  01:18:46
32984         Log: YA resync with mainstem, including VMS patches from others
32985      Branch: vmsperl
32986           +> (branch 48 files)
32987            - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
32988           !> (integrate 354 files)
32989 ____________________________________________________________________________
32990 [  6513] By: jhi                                   on 2000/08/04  01:18:18
32991         Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
32992              From: Mark Dickinson <dickins3@fas.harvard.edu>
32993              Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
32994              Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
32995      Branch: perl
32996            ! t/op/grent.t t/op/pwent.t
32997 ____________________________________________________________________________
32998 [  6512] By: jhi                                   on 2000/08/04  01:14:06
32999         Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
33000              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
33001              Date: Wed, 02 Aug 2000 10:51:01 +0100
33002              Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
33003      Branch: perl
33004            ! sv.c
33005 ____________________________________________________________________________
33006 [  6511] By: jhi                                   on 2000/08/04  00:57:00
33007         Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question                
33008              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
33009              Date: Thu, 03 Aug 2000 17:20:04 -0700
33010              Message-ID: <0wgi5gzkgqLb092yn@efn.org> 
33011      Branch: metaconfig
33012            ! U/modified/Cppsym.U
33013      Branch: perl
33014            ! Configure config_h.SH
33015 ____________________________________________________________________________
33016 [  6510] By: jhi                                   on 2000/08/04  00:25:28
33017         Log: detypo
33018      Branch: perl
33019            ! Makefile.SH
33020 ____________________________________________________________________________
33021 [  6509] By: jhi                                   on 2000/08/03  23:43:18
33022         Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
33023              From: Dominic Dunlop <domo@computer.org>
33024              Date: Thu, 3 Aug 2000 22:16:46 +0200
33025              Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
33026      Branch: perl
33027            ! t/op/sprintf.t
33028 ____________________________________________________________________________
33029 [  6508] By: jhi                                   on 2000/08/03  23:40:37
33030         Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
33031              From: Hugo <hv@crypt.compulink.co.uk>
33032              Date: Thu, 03 Aug 2000 18:25:30 +0100
33033              Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
33034      Branch: perl
33035            ! regcomp.c t/op/re_tests
33036 ____________________________________________________________________________
33037 [  6507] By: jhi                                   on 2000/08/03  23:38:28
33038         Log: Subject: [PATCH] sv.h documentation - SvLEN
33039              From: Mike Guy <mjtg@cam.ac.uk>
33040              Date: Thu, 03 Aug 2000 14:43:09 +0100
33041              Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
33042      Branch: perl
33043            ! sv.h
33044 ____________________________________________________________________________
33045 [  6506] By: jhi                                   on 2000/08/03  15:49:14
33046         Log: Disable the fix_pl hack for now.
33047      Branch: perl
33048            ! Makefile.SH
33049 ____________________________________________________________________________
33050 [  6505] By: jhi                                   on 2000/08/03  13:49:04
33051         Log: Add a URL for FSF.
33052              
33053              Subject: Patch for README
33054              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
33055              Date: Wed, 2 Aug 2000 13:25:09 -0500
33056              Message-ID: <20000802132509.I10379@chaos.wustl.edu>
33057      Branch: perl
33058            ! README
33059 ____________________________________________________________________________
33060 [  6504] By: jhi                                   on 2000/08/03  13:29:19
33061         Log: Be more informative on what is skipped and why,
33062              also repeat the list at the end.
33063      Branch: perl
33064            ! Porting/p4desc
33065 ____________________________________________________________________________
33066 [  6503] By: jhi                                   on 2000/08/03  13:07:05
33067         Log: Circumvent the removal of .patch by fix_pl.
33068              
33069              Subject: Re: [ID 20000802.011] unable to 'make test'          
33070              From: simon@brecon.co.uk (Simon Cozens) 
33071              Date: 3 Aug 2000 04:17:00 GMT
33072              Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org> 
33073      Branch: perl
33074            ! Makefile.SH
33075 ____________________________________________________________________________
33076 [  6502] By: jhi                                   on 2000/08/03  00:14:34
33077         Log: Add the missing setproctitle unit.
33078      Branch: metaconfig/U/perl
33079            + d_setproctitle.U
33080 ____________________________________________________________________________
33081 [  6501] By: jhi                                   on 2000/08/03  00:00:26
33082         Log: The subtest 4 may fail also on VOBS, as pointed out
33083              by Nick Ing-Simmons in November 1999, bug id 19991124.003
33084              (but the failure in that bug report isn't the subtest 4).
33085      Branch: perl
33086            ! t/op/stat.t
33087 ____________________________________________________________________________
33088 [  6500] By: jhi                                   on 2000/08/02  23:49:30
33089         Log: Better skip message for the test; one of the two problems in
33090              
33091              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
33092              From: Lupe Christoph <lupe@lupe-christoph.de>
33093              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
33094              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
33095      Branch: perl
33096            ! t/op/numconvert.t
33097 ____________________________________________________________________________
33098 [  6499] By: jhi                                   on 2000/08/02  22:49:16
33099         Log: Allow "no Module;" even if there is no 'unimport'.
33100              
33101              Subject: [ID 20000324.029] `unimport' is not special the way `import' is
33102              From: mjd@plover.com
33103              Date: 24 Mar 2000 15:24:34 -0000
33104              Message-Id: <20000324152434.15160.qmail@plover.com>
33105      Branch: perl
33106            ! gv.c
33107 ____________________________________________________________________________
33108 [  6498] By: jhi                                   on 2000/08/02  22:42:58
33109         Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
33110              that are hopefully soon put into use.
33111      Branch: perl
33112            ! opcode.h opcode.pl opnames.h
33113 ____________________________________________________________________________
33114 [  6497] By: gsar                                  on 2000/08/02  22:28:59
33115         Log: require.t needs binmode() to work on windows
33116      Branch: perl
33117            ! t/comp/require.t
33118 ____________________________________________________________________________
33119 [  6496] By: jhi                                   on 2000/08/02  22:08:51
33120         Log: Document the IVdf UVuf UVof UVxf.
33121      Branch: perl
33122            ! pod/perlguts.pod
33123 ____________________________________________________________________________
33124 [  6495] By: jhi                                   on 2000/08/02  21:54:26
33125         Log: detypo #6494
33126      Branch: perl
33127            ! ext/Data/Dumper/Dumper.xs
33128 ____________________________________________________________________________
33129 [  6494] By: jhi                                   on 2000/08/02  21:49:17
33130         Log: Dump UVs as UVs in Data::Dumper.
33131              
33132              Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
33133              From: Gurusamy Sarathy <gsar@ActiveState.com>
33134              Date: Thu, 27 Apr 2000 12:26:25 -0700
33135              Message-Id: <200004271926.MAA04331@molotok.activestate.com>
33136      Branch: perl
33137            ! ext/Data/Dumper/Dumper.xs
33138 ____________________________________________________________________________
33139 [  6493] By: jhi                                   on 2000/08/02  17:01:58
33140         Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
33141              From: Hugo <hv@crypt.compulink.co.uk>
33142              Date: Wed, 02 Aug 2000 14:53:56 +0100
33143              Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
33144      Branch: perl
33145            ! regexec.c t/op/re_tests
33146 ____________________________________________________________________________
33147 [  6492] By: jhi                                   on 2000/08/02  15:02:46
33148         Log: The new setproctitle() feature is available only in 
33149              bleeding edge FreeBSD.  From Paul Saab.
33150      Branch: perl
33151            ! mg.c
33152 ____________________________________________________________________________
33153 [  6491] By: jhi                                   on 2000/08/02  13:34:36
33154         Log: The tr utf8 patching continues.
33155              
33156              Subject: Re: #6469, too many tests claimed in require.t
33157              From: simon@brecon.co.uk (Simon Cozens)
33158              Date: 2 Aug 2000 02:37:17 GMT
33159              Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
33160              
33161              (the logic of the test was the wrong way round in the patch)
33162      Branch: perl
33163            ! doop.c
33164 ____________________________________________________________________________
33165 [  6490] By: jhi                                   on 2000/08/02  13:27:38
33166         Log: The name of a filehandle does not have <these>.
33167      Branch: perl
33168            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
33169            ! t/pragma/warn/pp_sys util.c
33170 ____________________________________________________________________________
33171 [  6489] By: jhi                                   on 2000/08/02  04:26:46
33172         Log: Remove the extraneous "main::" prefix from all the
33173              "opened only for", "on closed", and "never opened" warnings.
33174              
33175              Subject: Re: inappropriate warning
33176              From: Gurusamy Sarathy <gsar@ActiveState.com>
33177              Date: Mon, 20 Mar 2000 11:28:02 -0800
33178              Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
33179      Branch: perl
33180            ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
33181            ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
33182            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
33183 ____________________________________________________________________________
33184 [  6488] By: jhi                                   on 2000/08/02  03:02:57
33185         Log: memcpy has n o in it, as pinted ut by Sarathy.
33186      Branch: perl
33187            ! pod/perlguts.pod
33188 ____________________________________________________________________________
33189 [  6487] By: jhi                                   on 2000/08/02  02:44:51
33190         Log: Document in one place the memory abstractions used in Perl core.
33191              
33192              Subject: Re: Memory abstraction
33193              From: simon@brecon.co.uk (Simon Cozens)
33194              Date: 2 Aug 2000 02:20:23 GMT
33195              Organization: Earth.li Origins
33196      Branch: perl
33197            ! pod/perlguts.pod
33198 ____________________________________________________________________________
33199 [  6486] By: jhi                                   on 2000/08/02  02:41:57
33200         Log: regen_headers, regen perltoc.
33201      Branch: perl
33202            ! perlapi.c pod/perltoc.pod
33203 ____________________________________________________________________________
33204 [  6485] By: jhi                                   on 2000/08/02  01:43:33
33205         Log: "This little thing tests for a file .patch, and if it contains
33206              a number, pops into patchlevel.h" (making it easier to track
33207              which development version people are reporting bugs against)
33208              
33209              Subject: Patchlevel autogeneration for repository perls
33210              From: simon@brecon.co.uk (Simon Cozens)
33211              Date: 14 Jul 2000 07:12:15 GMT
33212              Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
33213      Branch: perl
33214            + fix_pl
33215            ! MANIFEST Makefile.SH
33216 ____________________________________________________________________________
33217 [  6484] By: jhi                                   on 2000/08/02  01:32:54
33218         Log: FreeBSD 3.* updates from
33219              
33220              From: Paul Saab <ps@yahoo-inc.com>
33221              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
33222              Date: Tue, 1 Aug 2000 15:41:39 -0700
33223              Message-Id: <20000801154139.A53740@yahoo-inc.com>
33224      Branch: perl
33225            ! hints/freebsd.sh
33226 ____________________________________________________________________________
33227 [  6483] By: jhi                                   on 2000/08/02  01:27:44
33228         Log: In new BSDs changes to argv[] do not show up in ps(1) output,
33229              instead one must use setproctitle().  This was already addressed
33230              by change #6457, but the below has a new variant for FreeBSD 4.0
33231              or later, and the matter is also documented more.
33232              
33233              From: Paul Saab <ps@yahoo-inc.com>
33234              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
33235              Date: Tue, 1 Aug 2000 15:41:39 -0700
33236              Message-Id: <20000801154139.A53740@yahoo-inc.com>
33237      Branch: metaconfig/U/perl
33238            + i_libutil.U
33239      Branch: perl
33240            ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
33241 ____________________________________________________________________________
33242 [  6482] By: jhi                                   on 2000/08/01  22:17:32
33243         Log: The test from this
33244              
33245              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
33246              Date: Sat, 15 Apr 2000 17:03:44 +0100
33247              From: Tom Hughes <tom@compton.nu>
33248              Message-ID: <d1c9b2af49.tom@compton.compton.nu>
33249              
33250              was missing, the code change went in as #5989
33251              (which had a different test?)
33252      Branch: perl
33253            ! t/op/misc.t
33254 ____________________________________________________________________________
33255 [  6481] By: jhi                                   on 2000/08/01  21:48:38
33256         Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
33257              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
33258              Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
33259              Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
33260      Branch: perl
33261            ! perl.h
33262 ____________________________________________________________________________
33263 [  6480] By: jhi                                   on 2000/08/01  18:05:28
33264         Log: Make p4desc to skip non-mainperl branches by default.
33265      Branch: perl
33266            ! Porting/p4desc
33267 ____________________________________________________________________________
33268 [  6479] By: jhi                                   on 2000/08/01  17:29:19
33269         Log: If gccosandvers is equal to osname, clear gccosandvers.
33270      Branch: metaconfig/U/perl
33271            ! gccvers.U
33272      Branch: perl
33273            ! Configure config_h.SH
33274 ____________________________________________________________________________
33275 [  6478] By: jhi                                   on 2000/08/01  15:54:08
33276         Log: BOM patching from Simon Cozens.
33277      Branch: perl
33278            ! toke.c
33279 ____________________________________________________________________________
33280 [  6477] By: jhi                                   on 2000/08/01  04:50:33
33281         Log: Stash away the largefiles flags and libswanted.
33282      Branch: perl
33283            ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
33284 ____________________________________________________________________________
33285 [  6476] By: gsar                                  on 2000/08/01  04:24:24
33286         Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
33287              on Windows)
33288      Branch: perl
33289            ! t/pragma/utf8.t utf8.c win32/win32.c
33290 ____________________________________________________________________________
33291 [  6475] By: jhi                                   on 2000/08/01  03:35:24
33292         Log: Make chr() for values >127 to create utf8 when under utf8.
33293              
33294              Subject: Re: uft8/chr()
33295              From: simon@brecon.co.uk (Simon Cozens)
33296              Date: 1 Aug 2000 02:37:02 GMT
33297              Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
33298      Branch: perl
33299            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
33300 ____________________________________________________________________________
33301 [  6474] By: jhi                                   on 2000/08/01  02:36:18
33302         Log: In Digital UNIX warn if gcc explicitly chosen because even
33303              2.95.2 is known to cause problems.
33304      Branch: perl
33305            ! hints/dec_osf.sh
33306 ____________________________________________________________________________
33307 [  6473] By: jhi                                   on 2000/08/01  02:00:56
33308         Log: Make the safety catch for buggy gccs work with triple version
33309              numbers like 2.95.2.  Reported in
33310              
33311              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
33312              From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
33313              Date: Mon, 31 Jul 2000 14:55:06 +0200
33314              Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
33315      Branch: perl
33316            ! hints/dec_osf.sh
33317 ____________________________________________________________________________
33318 [  6472] By: jhi                                   on 2000/08/01  01:13:33
33319         Log: Subject: fix and question re: waitpid() under win32
33320              From: Brian Clarke <clarke@appliedmeta.com>
33321              Date: Fri, 28 Jul 2000 15:18:29 -0400
33322              Message-ID: <3981DC85.290314EB@appliedmeta.com>
33323              
33324              Slightly reformatted and WNOHANG # define moved to win32.h
33325              so that also POSIX.xs sees it, as suggsted by Sarathy.
33326      Branch: perl
33327            ! win32/win32.c win32/win32.h
33328 ____________________________________________________________________________
33329 [  6471] By: jhi                                   on 2000/08/01  00:55:05
33330         Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
33331              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
33332              Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
33333              Date: Mon, 31 Jul 2000 13:28:51 +0100
33334              
33335              (aka ID 20000730.002)
33336      Branch: perl
33337            ! op.c t/op/tr.t
33338 ____________________________________________________________________________
33339 [  6470] By: jhi                                   on 2000/07/31  23:34:42
33340         Log: Document the problem with -P in HP-UX and its workaround.
33341              
33342              Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
33343              From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
33344              Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
33345              Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
33346      Branch: perl
33347            ! README.hpux
33348 ____________________________________________________________________________
33349 [  6469] By: jhi                                   on 2000/07/31  04:15:02
33350         Log: The swallow_bom() saga continues.  The #23 of require.t
33351              (UTF16-LE) still fails (silently, no output) but the #22
33352              (UTF16-BE) seems to be working now.  The root of the
33353              failure may be in sv_gets(): is it UTF-16LE-aware,
33354              especially when it comes to line endings? 
33355      Branch: perl
33356            ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
33357            ! t/comp/require.t toke.c utf8.c
33358 ____________________________________________________________________________
33359 [  6468] By: jhi                                   on 2000/07/30  19:05:48
33360         Log: Find green threads before native threads.
33361              
33362              Subject: Re: Patch to jpl/JNI/Makefile.PL
33363              From: Jens Thomsen <jens@fiend.cis.com>
33364              Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
33365              Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
33366      Branch: perl
33367            ! jpl/JNI/Makefile.PL
33368 ____________________________________________________________________________
33369 [  6467] By: jhi                                   on 2000/07/30  18:36:22
33370         Log: Fix the HALF_UPGRADE() macro introduced in #6263.
33371      Branch: perl
33372            ! doop.c
33373 ____________________________________________________________________________
33374 [  6466] By: jhi                                   on 2000/07/30  04:37:29
33375         Log: A new version of the "remove UPPERACSE string comparison"
33376              operators.  The problem with the previous one (change #6454)
33377              was that it was for Perl 5.6.0.  From Paul Marquess.
33378      Branch: perl
33379            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
33380            ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
33381            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
33382 ____________________________________________________________________________
33383 [  6465] By: jhi                                   on 2000/07/29  22:39:56
33384         Log: Do not upgrade SVs into utf8 just because they participate
33385              in eq or cmp.  Reported and fix suggested in
33386              
33387              Subject: [ID 20000720.009] sv_eq UTF8 bug
33388              From: "Simon Cozens" <simon@othersideofthe.earth.li>
33389              Date: 21 Jul 2000 04:37:29 -0000
33390              Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
33391              
33392              Exercise for the kind reader: should we or should we not
33393              cache the utf8 conversion alonside the SV? (as magic,
33394              as thestrxfrm()ed version is cached under use locale)
33395              Argue both for and against.
33396      Branch: perl
33397            ! sv.c
33398 ____________________________________________________________________________
33399 [  6464] By: jhi                                   on 2000/07/29  22:36:22
33400         Log: Subject: UTF8 concat
33401              From: simon@brecon.co.uk (Simon Cozens) 
33402              Date: 30 Jun 2000 06:13:25 GMT
33403              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org> 
33404              
33405              (with a memory leak fixed, plus a few casts added)
33406              
33407              This also seems to help for
33408              
33409              Subject: [ID 20000716.015] join UTF8 weirdness
33410              From: root <root@ak-71.mind.de> 
33411              Date: Sat, 15 Jul 2000 15:29:54 +0200
33412              Message-Id: <200007151329.PAA13970@ak-71.mind.de>
33413              
33414              (from Andreas König)
33415      Branch: perl
33416            ! pp_hot.c
33417 ____________________________________________________________________________
33418 [  6463] By: jhi                                   on 2000/07/29  00:55:39
33419         Log: Tune the comments and hopefully stop a memory leak.
33420      Branch: perl
33421            ! toke.c utf8.c
33422 ____________________________________________________________________________
33423 [  6462] By: jhi                                   on 2000/07/29  00:16:53
33424         Log: The problem described in this
33425              
33426              Subject: [ID 20000322.018] named chars aren't magical enough
33427              From: root <root@dixie.cscaper.com>     
33428              Date: Wed, 22 Mar 2000 18:37:42 -0700
33429              Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
33430              
33431              has been fixed in perl 5.6.0 but just in case added a test
33432              to keep it away.  (The report from Joseph Hall.)
33433      Branch: perl
33434            ! t/lib/charnames.t
33435 ____________________________________________________________________________
33436 [  6461] By: jhi                                   on 2000/07/28  23:56:36
33437         Log: Tiny fixes for #6460.
33438      Branch: metaconfig/U/perl
33439            ! gccvers.U
33440      Branch: perl
33441            ! Configure config_h.SH
33442 ____________________________________________________________________________
33443 [  6460] By: jhi                                   on 2000/07/28  23:24:41
33444         Log: Warn if the version of the operating system used to compile gcc
33445              differs from the current version of the operating system.
33446              Also display the gcc compilation os and version in myconfig.
33447              Inspiration from
33448              
33449              Subject: Re: [ID 20000710.003] ERRORS!!         
33450              From: "Kurt D. Starsinic" <kstar@chapin.edu>
33451              Date: Mon, 10 Jul 2000 15:54:16 -0400
33452              Message-ID: <20000710155416.A1384@O2.chapin.edu>
33453      Branch: metaconfig/U/perl
33454            ! gccvers.U
33455      Branch: perl
33456            ! Configure config_h.SH myconfig.SH
33457 ____________________________________________________________________________
33458 [  6459] By: jhi                                   on 2000/07/28  22:00:32
33459         Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
33460              letter to $Config{osvers}.
33461      Branch: metaconfig
33462            ! U/modified/Oldconfig.U
33463      Branch: perl
33464            ! Configure config_h.SH
33465 ____________________________________________________________________________
33466 [  6458] By: jhi                                   on 2000/07/28  04:15:39
33467         Log: Back out #6454, doesn't seem to work.
33468              (Reason: that patch was for perl 5.6.0, not perl-current)
33469              (A version of the patch for perl-current came in later as #6466)
33470      Branch: perl
33471            ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
33472            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
33473            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
33474 ____________________________________________________________________________
33475 [  6457] By: jhi                                   on 2000/07/27  23:31:49
33476         Log: Use setproctitle() if available to modify $0.
33477              
33478              Subject: setting $* on BSD4 broken
33479              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
33480              Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
33481              Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
33482      Branch: metaconfig
33483            ! U/modified/Myinit.U
33484      Branch: perl
33485            ! Configure config_h.SH mg.c
33486 ____________________________________________________________________________
33487 [  6456] By: jhi                                   on 2000/07/27  14:50:47
33488         Log: Allow "no AutoLoader;", based on change #6444,
33489              suggested by Graham Barr.
33490      Branch: perl
33491            ! lib/AutoLoader.pm
33492 ____________________________________________________________________________
33493 [  6455] By: jhi                                   on 2000/07/27  14:19:10
33494         Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
33495              From: rspier@pobox.com (Robert Spier)
33496              Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
33497              Message-ID: <14720.15855.787664.424783@rls.cx>
33498      Branch: perl
33499            ! pod/perldiag.pod
33500 ____________________________________________________________________________
33501 [  6454] By: jhi                                   on 2000/07/27  14:03:02
33502         Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
33503              for a long time).
33504              
33505              Reported in
33506              
33507              Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
33508              From: Ryan Herbert <rherbert@sycamorehq.com>
33509              Date: Mon, 17 Jul 2000 11:40:42 -0400
33510              Message-Id: <200007171540.LAA20480@beorn.hq.sai>
33511              
33512              Patched in
33513              
33514              Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
33515              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
33516              Date: Wed, 26 Jul 2000 23:40:18 +0100
33517              Message-ID: <000001bff752$79511880$0a17073e@tiny>
33518              
33519              based on an earlier patch from Stephen P. Potter.
33520              
33521              (Removed later by change #6458 because this patch was for
33522              perl 5.6.0, not perl-current)
33523      Branch: perl
33524            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
33525            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
33526            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
33527 ____________________________________________________________________________
33528 [  6453] By: jhi                                   on 2000/07/27  13:48:02
33529         Log: Subject: [PATCH] fixes bug 20000508.004
33530              From: Michael Stevens <mstevens@globnix.org>
33531              Date: Thu, 27 Jul 2000 13:49:04 +0100
33532              Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
33533      Branch: perl
33534            ! pod/perldata.pod
33535 ____________________________________________________________________________
33536 [  6452] By: jhi                                   on 2000/07/26  23:51:26
33537         Log: Further File::Temp patches from Yitzchak Scott-Thoennes
33538              and Craig A. Berry.
33539      Branch: perl
33540            ! lib/File/Temp.pm pod/perlport.pod
33541 ____________________________________________________________________________
33542 [  6451] By: jhi                                   on 2000/07/26  19:43:30
33543         Log: Be wary of close()s, too.
33544              
33545              Subject: Re: [PATCH] perlbug cleanup
33546              From: Tim Jenness <t.jenness@jach.hawaii.edu>
33547              Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
33548              Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
33549      Branch: perl
33550            ! utils/perlbug.PL
33551 ____________________________________________________________________________
33552 [  6450] By: jhi                                   on 2000/07/26  18:41:40
33553         Log: Subject: Minor doc patch: handy.h
33554              From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
33555              Date: Wed, 26 Jul 2000 15:34:25 -0300
33556              Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
33557      Branch: perl
33558            ! handy.h pod/perlapi.pod
33559 ____________________________________________________________________________
33560 [  6449] By: jhi                                   on 2000/07/26  18:23:55
33561         Log: Subject: [PATCH] minor doc change - perlguts
33562              From: Michael Stevens <mstevens@globnix.org>
33563              Date: Thu, 13 Jul 2000 12:39:18 +0100
33564              Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
33565      Branch: perl
33566            ! pod/perlguts.pod
33567 ____________________________________________________________________________
33568 [  6448] By: jhi                                   on 2000/07/26  18:20:30
33569         Log: open() wariness in perlbug.
33570              
33571              Subject: [PATCH] perlbug cleanup
33572              From: Michael Stevens <mstevens@globnix.org>
33573              Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
33574              Date: Thu, 13 Jul 2000 15:52:23 +0100
33575      Branch: perl
33576            ! utils/perlbug.PL
33577 ____________________________________________________________________________
33578 [  6447] By: jhi                                   on 2000/07/26  18:13:04
33579         Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
33580      Branch: perl
33581            ! lib/File/Temp.pm t/lib/ftmp-security.t
33582 ____________________________________________________________________________
33583 [  6446] By: jhi                                   on 2000/07/26  18:06:32
33584         Log: docfix from Peter Scott <Peter@PSDT.com>.
33585      Branch: perl
33586            ! pod/perlfunc.pod
33587 ____________________________________________________________________________
33588 [  6445] By: jhi                                   on 2000/07/26  17:53:31
33589         Log: Fix *foo{FORMAT}.
33590              
33591              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
33592              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
33593              Date: Wed, 26 Jul 2000 19:51:02 +0200
33594              Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
33595              
33596              From: Graham Barr <gbarr@pobox.com>
33597              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
33598              Date: Wed, 26 Jul 2000 17:38:36 +0100
33599              Message-ID: <20000726173836.L472@pobox.com>
33600      Branch: perl
33601            ! pp.c sv.c t/op/gv.t
33602 ____________________________________________________________________________
33603 [  6444] By: jhi                                   on 2000/07/26  17:49:14
33604         Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
33605              from Graham Barr in the module list.
33606      Branch: perl
33607            ! gv.c pod/perlobj.pod
33608 ____________________________________________________________________________
33609 [  6443] By: jhi                                   on 2000/07/26  16:06:56
33610         Log: More split() doc and test patches from Mike Guy.
33611      Branch: perl
33612            ! pod/perlfunc.pod t/op/split.t
33613 ____________________________________________________________________________
33614 [  6442] By: jhi                                   on 2000/07/26  16:05:30
33615         Log: MacOS nits from Matthias Neeracher.
33616      Branch: perl
33617            ! perl.c pp_ctl.c
33618 ____________________________________________________________________________
33619 [  6441] By: jhi                                   on 2000/07/26  04:39:57
33620         Log: Subject: [PATCH] split /^/
33621              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
33622              Date: Tue, 25 Jul 2000 14:18:57 +0100
33623              Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
33624              
33625              (with notes from tchrist and gbarr)
33626      Branch: perl
33627            ! pod/perlfunc.pod t/op/split.t
33628 ____________________________________________________________________________
33629 [  6440] By: jhi                                   on 2000/07/26  04:32:32
33630         Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
33631              From: Peter Prymmer <pvhp@forte.com>
33632              Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
33633              Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
33634      Branch: perl
33635            ! vms/munchconfig.c
33636 ____________________________________________________________________________
33637 [  6439] By: jhi                                   on 2000/07/26  04:31:01
33638         Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
33639              to be fatal errors (instead of by default ignoring them, and
33640              ignoring with a bug: even though -w gave an error, the opening [
33641              was left in)  Reported in:
33642              
33643              Subject: [ID 20000716.024] [=cc=] / [:blank:]
33644              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
33645              Date: Sun, 16 Jul 2000 17:55:29 -0700
33646              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
33647      Branch: perl
33648            ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
33649 ____________________________________________________________________________
33650 [  6438] By: jhi                                   on 2000/07/25  15:41:15
33651         Log: Subject: [PATCH] av.c apidoc
33652              From: simon@brecon.co.uk (Simon Cozens)
33653              Date: 24 Jul 2000 06:40:52 GMT
33654              Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
33655      Branch: perl
33656            ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
33657            ! perlapi.c perlapi.h pod/perlapi.pod proto.h
33658 ____________________________________________________________________________
33659 [  6437] By: jhi                                   on 2000/07/25  14:05:36
33660         Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
33661              From: "Stephen P. Potter" <spp@ds.net>
33662              Date: Mon, 24 Jul 2000 14:22:23 -0400
33663              Message-Id: <200007241822.OAA06827@spp.users.ds.net>
33664      Branch: perl
33665            ! pod/perllocale.pod
33666 ____________________________________________________________________________
33667 [  6436] By: jhi                                   on 2000/07/25  14:02:03
33668         Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
33669              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
33670              Date: Mon, 24 Jul 2000 18:04:28 +0100
33671              Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
33672      Branch: perl
33673            ! t/lib/syslfs.t t/op/lfs.t
33674 ____________________________________________________________________________
33675 [  6435] By: jhi                                   on 2000/07/25  13:59:28
33676         Log: Get UTF16 BOMs working.  Patch from
33677              
33678              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
33679              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
33680              Date: Tue, 25 Jul 2000 12:52:45 +0100
33681              Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
33682              
33683              and notes from
33684              
33685              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
33686              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
33687              Date: Tue, 25 Jul 2000 11:43:25 +0100
33688              Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
33689      Branch: perl
33690            ! t/comp/require.t toke.c utf8.c
33691 ____________________________________________________________________________
33692 [  6434] By: jhi                                   on 2000/07/25  02:39:54
33693         Log: Make the "uninit variable" warning to say "concat or string"
33694              or "join or string" when in concat or join .
33695              
33696              Subject: Re: [ID 20000403.009] uninitialised concatenation???
33697              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
33698              Date: Tue, 04 Apr 2000 18:22:58 +0100
33699              Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
33700              
33701              Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
33702              From: William R Ward <hermit@BayView.COM>
33703              Date: Thu, 30 Mar 2000 19:50:03 -0800
33704              Message-Id: <200003310350.TAA13319@komodo.bayview.com>
33705      Branch: perl
33706            ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
33707            ! t/pragma/warn/op t/pragma/warn/sv
33708 ____________________________________________________________________________
33709 [  6433] By: jhi                                   on 2000/07/24  17:52:56
33710         Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
33711      Branch: perl
33712            ! lib/File/Spec/VMS.pm
33713 ____________________________________________________________________________
33714 [  6432] By: jhi                                   on 2000/07/24  17:44:44
33715         Log: Test cases for #6431.
33716              
33717              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
33718              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
33719              Date: Mon, 24 Jul 2000 15:32:29 +0100
33720              Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
33721      Branch: perl
33722            ! t/op/pat.t t/op/split.t
33723 ____________________________________________________________________________
33724 [  6431] By: jhi                                   on 2000/07/24  17:43:17
33725         Log: Bind op fix.
33726              
33727              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
33728              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
33729              Date: Mon, 17 Jul 2000 20:04:56 +0100
33730              Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
33731      Branch: perl
33732            ! op.c
33733 ____________________________________________________________________________
33734 [  6430] By: jhi                                   on 2000/07/24  03:42:42
33735         Log: Subject: [ID 20000716.023] syslog test fails without sockets
33736              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
33737              Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
33738              Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
33739      Branch: metaconfig/U/perl
33740            ! Extensions.U
33741      Branch: perl
33742            ! Configure config_h.SH
33743 ____________________________________________________________________________
33744 [  6429] By: jhi                                   on 2000/07/24  03:11:52
33745         Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
33746              case, but add also notes explaining the relationship of this
33747              patch and the earlier notes by Sarathy.
33748              
33749              Subject: Map is still slow
33750              From: "Ben Tilly" <ben_tilly@hotmail.com>
33751              Date: Sat, 15 Jul 2000 17:23:27 EDT
33752              Message-ID: <20000715212327.21656.qmail@hotmail.com>
33753      Branch: perl
33754            ! pp_ctl.c
33755 ____________________________________________________________________________
33756 [  6428] By: jhi                                   on 2000/07/24  02:58:52
33757         Log: Documentation to explain the behaviour of map().
33758              
33759              Subject: Re: Map is still slow 
33760              From: Gurusamy Sarathy <gsar@ActiveState.com>
33761              Date: Sat, 15 Jul 2000 16:05:09 -0700
33762              Message-Id: <200007152305.QAA26887@molotok.activestate.com>
33763      Branch: perl
33764            ! pp_ctl.c
33765 ____________________________________________________________________________
33766 [  6427] By: jhi                                   on 2000/07/24  02:50:03
33767         Log: Add tests for
33768              [ID 19991110.003] another matching finding by pcre author
33769              which has already been fixed by some patch, as verified in
33770              
33771              Subject: Re: two regex bugs from the mists of time (well, last November)
33772              From: Hugo <hv@crypt.compulink.co.uk>
33773              Date: Sat, 22 Jul 2000 18:12:58 +0100
33774              Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
33775      Branch: perl
33776            ! t/op/re_tests
33777 ____________________________________________________________________________
33778 [  6426] By: jhi                                   on 2000/07/24  02:11:20
33779         Log: A missing 'break' after the [[:space:]] switch case.
33780              
33781              Subject: [ID 20000718.006] Missing 'break' in regcomp.c
33782              From: "Stephen P. Potter" <spp@ds.net>
33783              Date: Tue, 18 Jul 2000 16:25:17 -0400
33784              Message-Id: <200007182025.QAA28383@spp.users.ds.net>
33785      Branch: perl
33786            ! regcomp.c
33787 ____________________________________________________________________________
33788 [  6425] By: jhi                                   on 2000/07/24  02:06:12
33789         Log: The output might have been produced in the wrong order.
33790              
33791              Subject: [ID 20000720.003] [PATCH] t/op/write.t
33792              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
33793              Date: Thu, 20 Jul 2000 18:49:18 +0100
33794              Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
33795      Branch: perl
33796            ! t/op/write.t
33797 ____________________________________________________________________________
33798 [  6424] By: jhi                                   on 2000/07/24  02:00:07
33799         Log: Use STDOUT consistently.
33800              
33801              Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
33802              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
33803              Date: Thu, 20 Jul 2000 18:04:01 +0100
33804              Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
33805      Branch: perl
33806            ! lib/Test/Harness.pm
33807 ____________________________________________________________________________
33808 [  6423] By: jhi                                   on 2000/07/24  01:54:54
33809         Log: Protect against "wild next"s, that is, callbacks doing "next"
33810              instead of "return".
33811              
33812              Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
33813              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
33814              Date: Tue, 18 Jul 2000 11:30:16 +0100
33815              Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
33816      Branch: perl
33817            ! lib/File/Find.pm
33818 ____________________________________________________________________________
33819 [  6422] By: jhi                                   on 2000/07/24  01:35:47
33820         Log: Out-of-date note removed.
33821              
33822              Subject: [PATCH] documentation perlipc
33823              From: rspier@pobox.com (Robert Spier)
33824              Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
33825              Message-ID: <14711.35178.572612.502654@rls.cx>
33826      Branch: perl
33827            ! pod/perlipc.pod
33828 ____________________________________________________________________________
33829 [  6421] By: jhi                                   on 2000/07/24  00:09:18
33830         Log: Send all installperl messages to STDERR and be -w clean.
33831              
33832              Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
33833              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
33834              Date: Sat, 22 Jul 2000 14:02:11 +0100
33835              Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
33836      Branch: perl
33837            ! installperl
33838 ____________________________________________________________________________
33839 [  6420] By: jhi                                   on 2000/07/24  00:04:19
33840         Log: Decutandpasto.
33841              
33842              Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
33843              From: "Richard Soderberg" <rs@crystalflame.net>
33844              Date: Sun, 23 Jul 2000 01:37:23 -0700
33845              Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
33846      Branch: perl
33847            ! pod/perlipc.pod
33848 ____________________________________________________________________________
33849 [  6419] By: jhi                                   on 2000/07/24  00:01:12
33850         Log: A cleaner abs_path().
33851              Subject: Re: unix alternative to Cwd.pm
33852              From: Jeff Pinyan <jeffp@crusoe.net>
33853              Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
33854              Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
33855      Branch: perl
33856            ! lib/Cwd.pm
33857 ____________________________________________________________________________
33858 [  6418] By: jhi                                   on 2000/07/23  23:48:56
33859         Log: Detypo.
33860              
33861              Subject: [PATCH perl-current] Typo in hints/powerux.sh
33862              From: "Richard Soderberg" <rs@crystalflame.net>
33863              Date: Sun, 23 Jul 2000 01:27:33 -0700
33864              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
33865      Branch: perl
33866            ! hints/powerux.sh
33867 ____________________________________________________________________________
33868 [  6417] By: jhi                                   on 2000/07/17  22:13:31
33869         Log: Subject: SDBM_File documentation
33870              From: mjd@plover.com
33871              Date: 16 Jul 2000 17:41:17 -0000
33872              Message-ID: <20000716174117.18515.qmail@plover.com>
33873      Branch: perl
33874            ! ext/SDBM_File/SDBM_File.pm
33875 ____________________________________________________________________________
33876 [  6416] By: jhi                                   on 2000/07/17  19:13:26
33877         Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
33878      Branch: perl
33879            ! hints/mpeix.sh mpeix/relink
33880 ____________________________________________________________________________
33881 [  6415] By: jhi                                   on 2000/07/15  14:11:02
33882         Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
33883              the utf8 'characters' can be more than one octet).
33884              
33885              Date: Sat, 15 Jul 2000 00:21:56 +0100
33886              From: Tom Hughes <tom@compton.nu>
33887              Subject: Re: [ID 20000714.002]
33888              Message-ID: <db2334de49.tom@compton.compton.nu>
33889              
33890              Reported in
33891              
33892              Subject: [ID 20000714.002]
33893              From: "Simon Cozens" <simon@othersideofthe.earth.li>
33894              Date: 14 Jul 2000 15:13:09 -0000
33895              Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
33896      Branch: perl
33897            ! doop.c
33898 ____________________________________________________________________________
33899 [  6414] By: jhi                                   on 2000/07/15  03:13:41
33900         Log: another VMS build tweak from Peter Prymmer
33901      Branch: perl
33902            ! vms/descrip_mms.template
33903 ____________________________________________________________________________
33904 [  6413] By: jhi                                   on 2000/07/15  03:10:40
33905         Log: perlvms.pod whitespace cleanup to keep pod utils happy.
33906      Branch: perl
33907            ! vms/perlvms.pod
33908 ____________________________________________________________________________
33909 [  6412] By: jhi                                   on 2000/07/15  00:31:05
33910         Log: More docs for sv functions.
33911              
33912              Subject: [PATCH cfgperl] sv.c apidoc
33913              From: simon@brecon.co.uk (Simon Cozens)
33914              Date: 13 Jul 2000 09:00:20 GMT
33915              Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
33916              
33917              Subject: Re: [PATCH cfgperl] sv.c apidoc
33918              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
33919              Date: Thu, 13 Jul 2000 12:27:41 +0100
33920              Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
33921              
33922              Subject: Re: [PATCH cfgperl] sv.c apidoc
33923              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
33924              Date: Thu, 13 Jul 2000 13:23:09 +0100
33925              Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
33926              
33927              Subject: Re: [PATCH cfgperl] sv.c apidoc
33928              From: simon@brecon.co.uk (Simon Cozens)
33929              Date: 14 Jul 2000 06:51:02 GMT
33930              Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
33931      Branch: perl
33932            ! embed.pl pod/perlapi.pod sv.c
33933 ____________________________________________________________________________
33934 [  6411] By: jhi                                   on 2000/07/15  00:10:41
33935         Log: lib/b test fixes from Peter Prymmer.
33936      Branch: perl
33937            ! t/lib/b.t
33938 ____________________________________________________________________________
33939 [  6410] By: jhi                                   on 2000/07/15  00:02:09
33940         Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
33941              From: Hugo <hv@crypt.compulink.co.uk>
33942              Date: Fri, 14 Jul 2000 23:05:20 +0100
33943              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
33944              
33945              Didn't anymore apply, but that point still could use another fix.
33946      Branch: perl
33947            ! pod/perlfunc.pod
33948 ____________________________________________________________________________
33949 [  6409] By: jhi                                   on 2000/07/14  23:15:15
33950         Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
33951              not in pod, from Peter Prymmer
33952      Branch: perl
33953            ! vms/descrip_mms.template
33954 ____________________________________________________________________________
33955 [  6408] By: jhi                                   on 2000/07/14  20:35:05
33956         Log: The bug report
33957              [ID 19991110.002] minimal matching discrepancy found by pcre author
33958              seems to have been fixed (though differently from what was suggested
33959              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
33960      Branch: perl
33961            ! t/op/re_tests
33962 ____________________________________________________________________________
33963 [  6407] By: jhi                                   on 2000/07/14  17:38:08
33964         Log: Fix AutoSplit to use File::Spec the right way in VMS,
33965              from Peter Prymmer.
33966      Branch: perl
33967            ! lib/AutoSplit.pm
33968 ____________________________________________________________________________
33969 [  6406] By: jhi                                   on 2000/07/14  14:13:22
33970         Log: Merge perlhacktut into perlhack, update perlguts.
33971              
33972              Subject: Re: Perlhacktut
33973              From: simon@brecon.co.uk (Simon Cozens)
33974              Date: 14 Jul 2000 06:49:21 GMT
33975              Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
33976              
33977              Subject: Re: Perlhacktut
33978              From: simon@brecon.co.uk (Simon Cozens)
33979              Date: 14 Jul 2000 07:09:45 GMT
33980              Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
33981      Branch: perl
33982            ! pod/perlguts.pod pod/perlhack.pod
33983 ____________________________________________________________________________
33984 [  6405] By: jhi                                   on 2000/07/14  14:02:31
33985         Log: Integrate with Sarathy.
33986      Branch: cfgperl
33987           !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
33988           !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
33989           !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
33990 ____________________________________________________________________________
33991 [  6404] By: gsar                                  on 2000/07/14  12:15:02
33992         Log: PERL_OBJECT build tweaks
33993      Branch: perl
33994            ! toke.c
33995 ____________________________________________________________________________
33996 [  6403] By: gsar                                  on 2000/07/14  11:23:41
33997         Log: inconsistent types needs casts
33998      Branch: perl
33999            ! toke.c
34000 ____________________________________________________________________________
34001 [  6402] By: gsar                                  on 2000/07/14  11:12:04
34002         Log: typos in change#6399, regen headers
34003      Branch: perl
34004            ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
34005 ____________________________________________________________________________
34006 [  6401] By: gsar                                  on 2000/07/14  10:59:12
34007         Log: typecasts needed for change#6394
34008      Branch: perl
34009            ! toke.c
34010 ____________________________________________________________________________
34011 [  6400] By: gsar                                  on 2000/07/14  10:49:37
34012         Log: integrate cfgperl contents into mainline
34013      Branch: perl
34014           !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
34015           !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
34016 ____________________________________________________________________________
34017 [  6399] By: gsar                                  on 2000/07/14  10:38:35
34018         Log: enable UTF-16 filter by default if relevant BOM is seen; various
34019              cleanups (typos, misformatted code, and small bugs)
34020      Branch: perl
34021            ! doop.c embed.pl mg.c op.c pp.c toke.c
34022 ____________________________________________________________________________
34023 [  6398] By: gsar                                  on 2000/07/14  08:55:38
34024         Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
34025              name suggests anyway)
34026      Branch: perl
34027            ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
34028 ____________________________________________________________________________
34029 [  6397] By: gsar                                  on 2000/07/14  08:44:33
34030         Log: move new variables to the end of the interpreter structure (for
34031              bincompat in code that doesn't #include XSUB.h)
34032      Branch: perl
34033            ! intrpvar.h
34034 ____________________________________________________________________________
34035 [  6396] By: gsar                                  on 2000/07/14  08:13:58
34036         Log: MakeMaker should not remove editor backups (*~) on `make clean`
34037              by default (completes change#6383)
34038      Branch: perl
34039            ! lib/ExtUtils/MM_Unix.pm
34040 ____________________________________________________________________________
34041 [  6395] By: jhi                                   on 2000/07/14  05:20:33
34042         Log: Replace change #6337 with a better one.
34043              
34044              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
34045              From: Hugo <hv@crypt.compulink.co.uk>
34046              Date: Fri, 14 Jul 2000 04:16:20 +0100
34047              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
34048      Branch: cfgperl
34049            ! regexec.c t/op/re_tests
34050 ____________________________________________________________________________
34051 [  6394] By: jhi                                   on 2000/07/14  01:33:59
34052         Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
34053      Branch: cfgperl
34054            ! embed.pl global.sym proto.h toke.c
34055 ____________________________________________________________________________
34056 [  6393] By: jhi                                   on 2000/07/13  23:41:23
34057         Log: remove discarded test
34058      Branch: cfgperl
34059            ! MANIFEST
34060 ____________________________________________________________________________
34061 [  6392] By: jhi                                   on 2000/07/13  23:32:25
34062         Log: The {multiplier} of a fixed substring was overlooked which
34063              caused a wrong initial search offset for that substring.
34064              
34065              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
34066              From: Hugo <hv@crypt.compulink.co.uk>
34067              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
34068              Date: Thu, 13 Jul 2000 19:27:13 +0100
34069      Branch: cfgperl
34070            ! regcomp.c t/op/re_tests
34071 ____________________________________________________________________________
34072 [  6391] By: jhi                                   on 2000/07/13  16:37:42
34073         Log: typo fix from Craig Berry
34074      Branch: cfgperl
34075            ! vms/subconfigure.com
34076 ____________________________________________________________________________
34077 [  6390] By: jhi                                   on 2000/07/13  13:20:12
34078         Log: Integrate with Sarathy.
34079      Branch: cfgperl
34080            - t/op/method2entersub.t
34081           !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
34082           !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
34083           !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
34084           !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
34085 ____________________________________________________________________________
34086 [  6389] By: jhi                                   on 2000/07/13  13:18:48
34087         Log: Detypo from Peter Prymmer, part of #6388.
34088      Branch: cfgperl
34089            ! Configure config_h.SH
34090      Branch: metaconfig
34091            ! U/modified/d_longlong.U
34092 ____________________________________________________________________________
34093 [  6388] By: gsar                                  on 2000/07/13  06:33:40
34094         Log: typos (spotted by Peter Prymmer)
34095      Branch: perl
34096            ! Configure t/lib/english.t
34097 ____________________________________________________________________________
34098 [  6387] By: gsar                                  on 2000/07/13  05:35:28
34099         Log: new selfloader.t in change#6183 doesn't close DATA handles,
34100              and thus fails to clean up tmp files on dosish platforms
34101      Branch: perl
34102            ! t/lib/selfloader.t
34103 ____________________________________________________________________________
34104 [  6386] By: gsar                                  on 2000/07/12  21:42:39
34105         Log: sprintf test tweaks (from Dominic Dunlop)
34106      Branch: perl
34107            ! t/op/sprintf.t
34108 ____________________________________________________________________________
34109 [  6385] By: gsar                                  on 2000/07/12  21:33:46
34110         Log: fix bugs in processing %v-*d and similar format specs (from
34111              Avi Finkel <avi@finkel.org>)
34112      Branch: perl
34113            ! sv.c t/op/sprintf.t
34114 ____________________________________________________________________________
34115 [  6384] By: gsar                                  on 2000/07/12  16:04:19
34116         Log: readd missing perldelta.pod changes from changes#6339,6376
34117      Branch: perl
34118            ! pod/perldelta.pod
34119 ____________________________________________________________________________
34120 [  6383] By: gsar                                  on 2000/07/12  16:00:51
34121         Log: don't clobber *.orig files on *clean targets
34122      Branch: perl
34123            ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
34124 ____________________________________________________________________________
34125 [  6382] By: gsar                                  on 2000/07/12  07:59:12
34126         Log: fix broken integrations in cfgperl
34127      Branch: cfgperl
34128           !> Changes pod/perldelta.pod
34129 ____________________________________________________________________________
34130 [  6381] By: gsar                                  on 2000/07/12  07:42:17
34131         Log: integrate cfgperl changes into mainline
34132      Branch: perl
34133            ! Changes
34134           !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
34135           !> pod/perlre.pod
34136 ____________________________________________________________________________
34137 [  6380] By: gsar                                  on 2000/07/12  07:31:00
34138         Log: get sprintf.t to adjust properly for 3-digit exponents
34139      Branch: perl
34140            ! t/op/sprintf.t
34141 ____________________________________________________________________________
34142 [  6379] By: gsar                                  on 2000/07/12  06:40:04
34143         Log: change#6174 needs corresponding change in win32/config_h.PL,
34144              which grovels through config_h.SH to find the config.h name
34145      Branch: perl
34146            ! win32/config_h.PL
34147 ____________________________________________________________________________
34148 [  6378] By: jhi                                   on 2000/07/12  05:03:59
34149         Log: Do the cc sanity check both before the hints and
34150              after the cc selction.
34151      Branch: cfgperl
34152            ! Configure config_h.SH
34153      Branch: metaconfig
34154            ! U/modified/Oldconfig.U U/modified/cc.U
34155      Branch: metaconfig/U/perl
34156            + Checkcc.U
34157 ____________________________________________________________________________
34158 [  6377] By: jhi                                   on 2000/07/12  02:49:22
34159         Log: Fix nits noticed by Boston.pm.
34160      Branch: cfgperl
34161            ! pod/perlre.pod
34162 ____________________________________________________________________________
34163 [  6376] By: jhi                                   on 2000/07/11  21:22:13
34164         Log: Configure cosmetics and perldelta.
34165      Branch: cfgperl
34166            ! Configure config_h.SH pod/perldelta.pod
34167      Branch: metaconfig
34168            ! U/modified/cc.U
34169 ____________________________________________________________________________
34170 [  6375] By: gsar                                  on 2000/07/11  21:17:35
34171         Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
34172      Branch: perl
34173            ! t/op/sprintf.t win32/Makefile win32/makefile.mk
34174            ! win32/win32sck.c
34175 ____________________________________________________________________________
34176 [  6374] By: gsar                                  on 2000/07/11  20:48:50
34177         Log: tweak for build failure under multiplicity
34178      Branch: perl
34179            ! toke.c
34180 ____________________________________________________________________________
34181 [  6373] By: gsar                                  on 2000/07/11  20:37:23
34182         Log: integrate cfgperl changes#6325..6373 into mainline
34183              (NOTE: today's batch of integrations still untested)
34184      Branch: perl
34185           +> ext/DynaLoader/hints/netbsd.pl
34186            ! Changes
34187           !> (integrate 26 files)
34188 ____________________________________________________________________________
34189 [  6372] By: jhi                                   on 2000/07/11  20:30:36
34190         Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
34191              regen perltoc.
34192      Branch: cfgperl
34193            + pod/perlbook.pod
34194            ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
34195            ! pod/perltoc.pod
34196 ____________________________________________________________________________
34197 [  6371] By: jhi                                   on 2000/07/11  20:08:56
34198         Log: Minor cleanups on the booklist.
34199      Branch: cfgperl
34200            ! pod/perlfaq2.pod
34201 ____________________________________________________________________________
34202 [  6370] By: jhi                                   on 2000/07/11  19:31:13
34203         Log: mjd's tr patches "broke" tr/z-Z/z-Z/
34204      Branch: cfgperl
34205            ! t/pragma/overload.t
34206 ____________________________________________________________________________
34207 [  6369] By: gsar                                  on 2000/07/11  19:27:48
34208         Log: integrate cfgperl changes#6293..6324 into mainline
34209      Branch: perl
34210           +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
34211            - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
34212           !> (integrate 30 files)
34213 ____________________________________________________________________________
34214 [  6368] By: gsar                                  on 2000/07/11  19:18:57
34215         Log: skip integrate of problematic change#6292 from cfgperl into mainline
34216      Branch: perl
34217           !> pp_hot.c
34218 ____________________________________________________________________________
34219 [  6367] By: gsar                                  on 2000/07/11  19:17:21
34220         Log: integrate cfgperl changes#6288..6290 into mainline
34221      Branch: perl
34222           !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
34223 ____________________________________________________________________________
34224 [  6366] By: gsar                                  on 2000/07/11  19:11:18
34225         Log: integrate cfgperl changes#6268..6282 into mainline
34226      Branch: perl
34227           !> (integrate 30 files)
34228 ____________________________________________________________________________
34229 [  6365] By: gsar                                  on 2000/07/11  18:57:00
34230         Log: delete new accidentally branched file
34231      Branch: perl
34232            - t/op/method2entersub.t
34233 ____________________________________________________________________________
34234 [  6364] By: gsar                                  on 2000/07/11  18:55:13
34235         Log: skip integrate of change#6267 from cfgperl into mainline (the
34236              method call optimization is flawed without additional hints
34237              from user about immutableness of @ISA and no runtime method
34238              definitions)
34239      Branch: perl
34240           +> t/op/method2entersub.t
34241           !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
34242           !> perl.h t/op/sprintf.t xsutils.c
34243 ____________________________________________________________________________
34244 [  6363] By: gsar                                  on 2000/07/11  18:49:43
34245         Log: integrate cfgperl changes#6261..6266 into mainline
34246      Branch: perl
34247           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
34248           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
34249           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
34250           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
34251 ____________________________________________________________________________
34252 [  6362] By: gsar                                  on 2000/07/11  18:43:26
34253         Log: integrate cfgperl changes#6252..6260 into mainline
34254      Branch: perl
34255           !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
34256           !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
34257           !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
34258           !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
34259 ____________________________________________________________________________
34260 [  6361] By: gsar                                  on 2000/07/11  18:37:12
34261         Log: skip integrate of problematic change#6251 from cfgperl into mainline
34262      Branch: perl
34263           !> lib/Exporter.pm
34264 ____________________________________________________________________________
34265 [  6360] By: gsar                                  on 2000/07/11  18:34:56
34266         Log: integrate cfgperl change#6250 into mainline
34267      Branch: perl
34268           +> t/op/my_stash.t
34269           !> MANIFEST embed.pl proto.h toke.c
34270 ____________________________________________________________________________
34271 [  6359] By: gsar                                  on 2000/07/11  18:21:19
34272         Log: integrate cfgperl changes#6242..6249 into mainline
34273      Branch: perl
34274           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
34275           !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
34276           !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
34277           !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
34278           !> t/lib/peek.t utf8.c
34279 ____________________________________________________________________________
34280 [  6358] By: gsar                                  on 2000/07/11  18:15:45
34281         Log: skip integrate of problematic change#6241 from cfgperl into mainline
34282      Branch: perl
34283           !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
34284 ____________________________________________________________________________
34285 [  6357] By: jhi                                   on 2000/07/11  18:15:16
34286         Log: Fix for
34287              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
34288              From: Roderick Schertler <roderick@argon.org> 
34289              Date: Tue, 11 Jul 2000 13:55:05 -0400 
34290              Message-Id: <200007111755.NAA05077@jones.argon.org> 
34291      Branch: cfgperl
34292            ! doio.c
34293 ____________________________________________________________________________
34294 [  6356] By: jhi                                   on 2000/07/11  18:12:51
34295         Log: Typo in #6341.
34296      Branch: cfgperl
34297            ! pp_hot.c
34298 ____________________________________________________________________________
34299 [  6355] By: gsar                                  on 2000/07/11  18:12:10
34300         Log: integrate cfgperl changes#6231..6240 into mainline
34301      Branch: perl
34302           +> pod/perlutil.pod
34303           !> (integrate 35 files)
34304 ____________________________________________________________________________
34305 [  6354] By: jhi                                   on 2000/07/11  18:04:34
34306         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
34307              From: Dominic Dunlop <domo@computer.org> 
34308              Date: Tue, 11 Jul 2000 12:27:33 +0200 
34309              Message-Id: <p04320405b590a14d4650@[192.168.1.4]> 
34310              
34311              Replaces change #6268.
34312      Branch: cfgperl
34313            ! t/op/sprintf.t
34314 ____________________________________________________________________________
34315 [  6353] By: gsar                                  on 2000/07/11  17:59:51
34316         Log: skip integrate of problematic change#6230 from cfgperl into mainline
34317              (a later version of File::Spec is already in mainline)
34318      Branch: perl
34319           !> lib/File/Spec.pm lib/File/Spec/Functions.pm
34320           !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
34321 ____________________________________________________________________________
34322 [  6352] By: gsar                                  on 2000/07/11  17:57:48
34323         Log: integrate cfgperl changes#6224..6229 into mainline
34324      Branch: perl
34325           +> lib/lib.pm.PL
34326            - lib/lib.pm
34327           !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
34328           !> lib/English.pm op.c t/lib/english.t
34329 ____________________________________________________________________________
34330 [  6351] By: gsar                                  on 2000/07/11  17:50:10
34331         Log: skip integrate of problematic change#6223 from cfgperl into mainline
34332      Branch: perl
34333           !> doio.c
34334 ____________________________________________________________________________
34335 [  6350] By: gsar                                  on 2000/07/11  17:48:28
34336         Log: integrate cfgperl changes#6220..6222 into mainline
34337      Branch: perl
34338           !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
34339           !> toke.c utf8.c win32/win32.h
34340 ____________________________________________________________________________
34341 [  6349] By: gsar                                  on 2000/07/11  17:46:13
34342         Log: skip integrate of problematic changes#6218..6219 from cfgperl into
34343              mainline
34344      Branch: perl
34345           !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
34346           !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
34347           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
34348 ____________________________________________________________________________
34349 [  6348] By: jhi                                   on 2000/07/11  17:45:49
34350         Log: README.posix-bc podified from Thomas Dorner.
34351      Branch: cfgperl
34352            ! README.posix-bc
34353 ____________________________________________________________________________
34354 [  6347] By: gsar                                  on 2000/07/11  17:42:04
34355         Log: integrate cfgperl change#6217 into mainline
34356      Branch: perl
34357           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
34358           !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
34359           !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
34360 ____________________________________________________________________________
34361 [  6346] By: gsar                                  on 2000/07/11  17:39:37
34362         Log: skip integrate of problematic changes#6211..6212 from cfgperl into
34363              mainline
34364      Branch: perl
34365           !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
34366           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
34367           !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
34368           !> perlapi.h pod/perlapi.pod
34369 ____________________________________________________________________________
34370 [  6345] By: gsar                                  on 2000/07/11  17:36:42
34371         Log: integrate cfgperl changes#6207..6210 into mainline
34372      Branch: perl
34373           !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
34374           !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
34375 ____________________________________________________________________________
34376 [  6344] By: gsar                                  on 2000/07/11  17:31:20
34377         Log: skip integrate of problematic changes#6204..6206 from cfgperl into
34378              mainline
34379      Branch: perl
34380           !> (integrate 40 files)
34381 ____________________________________________________________________________
34382 [  6343] By: gsar                                  on 2000/07/11  17:19:08
34383         Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
34384      Branch: perl
34385           +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
34386            ! Changes
34387           !> (integrate 34 files)
34388 ____________________________________________________________________________
34389 [  6342] By: jhi                                   on 2000/07/11  16:05:48
34390         Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
34391              To: perl5-porters@perl.org
34392              From: Karsten Sperling <spiff@phreax.net>
34393              Date: Mon, 10 Jul 2000 15:12:52 +0200
34394              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
34395      Branch: cfgperl
34396            ! lib/Symbol.pm
34397 ____________________________________________________________________________
34398 [  6341] By: jhi                                   on 2000/07/11  15:59:23
34399         Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
34400              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
34401              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
34402              Date: Fri, 07 Jul 2000 17:57:16 +0100
34403      Branch: cfgperl
34404            ! pp_hot.c
34405 ____________________________________________________________________________
34406 [  6340] By: jhi                                   on 2000/07/11  15:55:47
34407         Log: Subject: Re: format bug report  [Patch]
34408              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
34409              Date: Wed, 05 Jul 2000 13:12:52 +0200
34410              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
34411              
34412              Subject: Re: format bug report  [Patch]
34413              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
34414              Date: Wed, 05 Jul 2000 14:10:01 +0200
34415              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
34416      Branch: cfgperl
34417            ! t/op/write.t toke.c
34418 ____________________________________________________________________________
34419 [  6339] By: jhi                                   on 2000/07/11  13:54:09
34420         Log: Be less forgiving about ambiguous and illegal tr ranges.
34421              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
34422              From: Mark-Jason Dominus <mjd@plover.com>
34423              Date: Tue, 04 Jul 2000 10:00:12 -0400
34424              Message-ID: <20000704140012.17772.qmail@plover.com>
34425              
34426              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
34427              From: Mark-Jason Dominus <mjd@plover.com>
34428              Date: Wed, 05 Jul 2000 09:37:36 -0400
34429              Message-ID: <20000705133736.27293.qmail@plover.com>
34430      Branch: cfgperl
34431            ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
34432 ____________________________________________________________________________
34433 [  6338] By: jhi                                   on 2000/07/11  13:31:24
34434         Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
34435              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
34436              Date: Tue, 11 Jul 2000 13:50:51 +0100
34437              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
34438      Branch: cfgperl
34439            ! sv.c
34440 ____________________________________________________________________________
34441 [  6337] By: jhi                                   on 2000/07/11  13:29:14
34442         Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
34443              From: Hugo <hv@crypt.compulink.co.uk>
34444              Date: Tue, 11 Jul 2000 12:44:50 +0100
34445              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
34446      Branch: cfgperl
34447            ! regexec.c t/op/re_tests
34448 ____________________________________________________________________________
34449 [  6336] By: jhi                                   on 2000/07/11  13:26:47
34450         Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
34451              From: simon@brecon.co.uk (Simon Cozens)
34452              Date: 7 Jul 2000 11:26:09 GMT
34453              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
34454      Branch: cfgperl
34455            ! mg.c
34456 ____________________________________________________________________________
34457 [  6335] By: jhi                                   on 2000/07/11  13:23:37
34458         Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
34459              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
34460              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
34461              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
34462      Branch: cfgperl
34463            + ext/DynaLoader/hints/netbsd.pl
34464            ! MANIFEST ext/DynaLoader/hints/openbsd.pl
34465 ____________________________________________________________________________
34466 [  6334] By: jhi                                   on 2000/07/11  13:20:38
34467         Log: Subject: PATCH perlguts.pod: Document D and d magic types
34468              From: mjd@plover.com
34469              Date: 5 Jul 2000 18:01:51 -0000
34470              Message-ID: <20000705180151.29413.qmail@plover.com>
34471      Branch: cfgperl
34472            ! pod/perlguts.pod
34473 ____________________________________________________________________________
34474 [  6333] By: jhi                                   on 2000/07/11  13:15:51
34475         Log: Precedence goof, fix based on
34476              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
34477              From: Hugo <hv@crypt.compulink.co.uk>
34478              Date: Tue, 11 Jul 2000 12:52:38 +0100
34479              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
34480      Branch: cfgperl
34481            ! t/op/taint.t
34482 ____________________________________________________________________________
34483 [  6332] By: jhi                                   on 2000/07/11  12:40:17
34484         Log: Integrate with Sarathy.
34485      Branch: cfgperl
34486           !> win32/win32sck.c
34487 ____________________________________________________________________________
34488 [  6331] By: jhi                                   on 2000/07/10  20:14:16
34489         Log: Sprinkle ldlibpath.
34490      Branch: cfgperl
34491            ! pod/Makefile.SH
34492 ____________________________________________________________________________
34493 [  6330] By: jhi                                   on 2000/07/10  17:54:49
34494         Log: More POSIX.pod tweaks.
34495      Branch: cfgperl
34496            ! ext/POSIX/POSIX.pod
34497 ____________________________________________________________________________
34498 [  6329] By: jhi                                   on 2000/07/10  14:02:12
34499         Log: Reorder perl.pod once more.
34500      Branch: cfgperl
34501            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
34502 ____________________________________________________________________________
34503 [  6328] By: gsar                                  on 2000/07/10  07:06:00
34504         Log: accept() leaks memory on windows due to incorrect ordering of
34505              closesocket() and fclose() calls
34506      Branch: perl
34507            ! win32/win32sck.c
34508 ____________________________________________________________________________
34509 [  6327] By: gsar                                  on 2000/07/10  06:49:17
34510         Log: winsock options weren't being set in all threads under ithreads
34511              (caused send()s from second and subsequent threads to fail)
34512      Branch: perl
34513            ! win32/win32sck.c
34514 ____________________________________________________________________________
34515 [  6326] By: jhi                                   on 2000/07/08  02:45:40
34516         Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
34517              was cast to an unsigned (32-bit) integer with wild abandon.
34518      Branch: cfgperl
34519            ! ext/Devel/DProf/DProf.xs
34520 ____________________________________________________________________________
34521 [  6325] By: jhi                                   on 2000/07/07  18:50:33
34522         Log: Remove perlbook, update perlfaq book listing,
34523              rearrange perl.pod, regenerate perltoc.
34524      Branch: cfgperl
34525            - pod/perlbook.pod
34526            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
34527            ! pod/perlfaq2.pod pod/perltoc.pod
34528 ____________________________________________________________________________
34529 [  6324] By: jhi                                   on 2000/07/07  14:03:40
34530         Log: Fix the alignment problem in Crays ([ID 20000612.002]).
34531      Branch: cfgperl
34532            ! sv.h toke.c
34533 ____________________________________________________________________________
34534 [  6323] By: jhi                                   on 2000/07/06  16:03:55
34535         Log: Fix complaints of buildtoc.
34536      Branch: cfgperl
34537            + lib/Win32.pod
34538            - pod/Win32.pod
34539            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
34540 ____________________________________________________________________________
34541 [  6322] By: jhi                                   on 2000/07/06  15:15:52
34542         Log: Add =head1 NAMEs so that buildtoc is happy.
34543              (The CGI::Util nit reported to Lincoln.)
34544      Branch: cfgperl
34545            ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
34546            ! pod/perltoc.pod
34547 ____________________________________________________________________________
34548 [  6321] By: jhi                                   on 2000/07/06  03:16:04
34549         Log: Config is being used.
34550      Branch: cfgperl
34551            ! t/op/method.t
34552 ____________________________________________________________________________
34553 [  6320] By: jhi                                   on 2000/07/06  03:13:13
34554         Log: Integrate with Sarathy.
34555      Branch: cfgperl
34556           !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
34557 ____________________________________________________________________________
34558 [  6319] By: jhi                                   on 2000/07/06  03:11:46
34559         Log: Autogenerate pod/Makefile and pod/buildtoc.
34560              buildtoc also checks whether the existin pods are
34561              mentioned in MANIFEST and perl.pod, and vice versa.
34562              (None of the thusly found discrepancies fixed yet.)
34563              roffitall also needs to be autogenerated similarly but it
34564              seems so badly out of date that I didn't touch it yet.
34565      Branch: cfgperl
34566            + pod/Makefile.SH pod/buildtoc.PL
34567            - pod/Makefile pod/buildtoc
34568            ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
34569 ____________________________________________________________________________
34570 [  6318] By: gsar                                  on 2000/07/05  22:10:54
34571         Log: fix UNC path handling on Windows under ithreads, and chdir()
34572              return value when given a non-existent directory
34573      Branch: perl
34574            ! win32/vdir.h
34575 ____________________________________________________________________________
34576 [  6317] By: gsar                                  on 2000/07/05  22:08:19
34577         Log: winsock cleanup never done on Windows (leads to handle leaks)
34578      Branch: perl
34579            ! win32/perllib.c win32/win32sck.c
34580 ____________________________________________________________________________
34581 [  6316] By: gsar                                  on 2000/07/05  22:06:19
34582         Log: some debugger output does not go to the socket when RemotePort is set
34583      Branch: perl
34584            ! lib/perl5db.pl
34585 ____________________________________________________________________________
34586 [  6315] By: jhi                                   on 2000/07/05  00:25:21
34587         Log: Integrate with Sarathy, preliminary fix for unicos
34588              alignment problems in [ID 20000612.002] Perl problem on Cray system.
34589      Branch: cfgperl
34590            ! sv.h
34591           !> pp_hot.c
34592 ____________________________________________________________________________
34593 [  6314] By: gsar                                  on 2000/07/04  23:34:02
34594         Log: tyop in change#6306
34595      Branch: perl
34596            ! pp_hot.c
34597 ____________________________________________________________________________
34598 [  6313] By: jhi                                   on 2000/07/04  22:14:38
34599         Log: Multiline string literals ENONPORTABLE.
34600      Branch: cfgperl
34601            ! pp_hot.c
34602 ____________________________________________________________________________
34603 [  6312] By: jhi                                   on 2000/07/04  20:34:44
34604         Log: Integrate with Sarathy.
34605      Branch: cfgperl
34606           !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
34607           !> t/op/method.t
34608 ____________________________________________________________________________
34609 [  6311] By: jhi                                   on 2000/07/04  20:30:56
34610         Log: More POSIX.pod embellishment.
34611      Branch: cfgperl
34612            ! ext/POSIX/POSIX.pod
34613 ____________________________________________________________________________
34614 [  6310] By: gsar                                  on 2000/07/04  17:28:48
34615         Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
34616      Branch: perl
34617            ! t/lib/b.t
34618 ____________________________________________________________________________
34619 [  6309] By: jhi                                   on 2000/07/04  17:22:18
34620         Log: The #6308 required a little bit more.
34621      Branch: cfgperl
34622            ! Makefile.SH win32/Makefile
34623 ____________________________________________________________________________
34624 [  6308] By: jhi                                   on 2000/07/04  16:35:24
34625         Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
34626      Branch: cfgperl
34627            + lib/lib_pm.PL
34628            - lib/lib.pm.PL
34629            ! MANIFEST Makefile.SH
34630 ____________________________________________________________________________
34631 [  6307] By: jhi                                   on 2000/07/04  16:28:58
34632         Log: Win32 patches for cfgperl from Sarathy.
34633      Branch: cfgperl
34634            ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
34635            ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
34636            ! thread.h toke.c util.c win32/Makefile win32/win32.c
34637 ____________________________________________________________________________
34638 [  6306] By: gsar                                  on 2000/07/04  16:28:40
34639         Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
34640              (from Richard Soderberg <rs@oregonnet.com>)
34641      Branch: perl
34642            ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
34643 ____________________________________________________________________________
34644 [  6305] By: jhi                                   on 2000/07/04  16:24:24
34645         Log: Integrate with Sarathy.
34646      Branch: cfgperl
34647           !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
34648           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
34649           !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
34650           !> proto.h win32/win32.c
34651 ____________________________________________________________________________
34652 [  6304] By: gsar                                  on 2000/07/04  16:17:24
34653         Log: missing perldiag entry for unpack("w",...) diagnostic (from
34654              Andreas Koenig)
34655      Branch: perl
34656            ! pod/perldiag.pod
34657 ____________________________________________________________________________
34658 [  6303] By: gsar                                  on 2000/07/04  16:14:44
34659         Log: remove rel2abs prototypes (from Barrie Slaymaker)
34660      Branch: perl
34661            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
34662            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
34663 ____________________________________________________________________________
34664 [  6302] By: gsar                                  on 2000/07/04  04:59:35
34665         Log: adjust change#6299
34666      Branch: perl
34667            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
34668            ! win32/win32.c
34669 ____________________________________________________________________________
34670 [  6301] By: jhi                                   on 2000/07/04  04:50:07
34671         Log: Integrate with Sarathy.
34672      Branch: cfgperl
34673           !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
34674           !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
34675           !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
34676 ____________________________________________________________________________
34677 [  6300] By: gsar                                  on 2000/07/04  04:42:09
34678         Log: PERL_OBJECT build tweak
34679      Branch: perl
34680            ! perl.h
34681 ____________________________________________________________________________
34682 [  6299] By: gsar                                  on 2000/07/04  04:37:00
34683         Log: fix memory leak on Windows (PL_sys_intern contents were never
34684              freed)
34685      Branch: perl
34686            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
34687            ! perlapi.c proto.h win32/win32.c
34688 ____________________________________________________________________________
34689 [  6298] By: gsar                                  on 2000/07/04  04:15:59
34690         Log: fix large memory leak that has been around for ever, masked by
34691              -DPURIFY (most of the arenas were never freed!)
34692      Branch: perl
34693            ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
34694 ____________________________________________________________________________
34695 [  6297] By: gsar                                  on 2000/07/04  04:07:46
34696         Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
34697      Branch: perl
34698            ! perl.c
34699 ____________________________________________________________________________
34700 [  6296] By: jhi                                   on 2000/06/30  18:28:37
34701         Log: Elaborate POSIX.pod.  Still needs work.
34702      Branch: cfgperl
34703            ! ext/POSIX/POSIX.pod
34704 ____________________________________________________________________________
34705 [  6295] By: jhi                                   on 2000/06/30  14:58:18
34706         Log: Point to perlipc for more SysV IPC examples.
34707      Branch: cfgperl
34708            ! pod/perlfunc.pod
34709 ____________________________________________________________________________
34710 [  6294] By: gsar                                  on 2000/06/30  14:47:45
34711         Log: slurp mode fix in change#4736 still not quite right
34712      Branch: perl
34713            ! pp_hot.c t/io/argv.t
34714 ____________________________________________________________________________
34715 [  6293] By: jhi                                   on 2000/06/30  12:02:55
34716         Log: Integrate with Sarathy.
34717      Branch: cfgperl
34718           !> cop.h pp_ctl.c pp_hot.c t/op/args.t
34719 ____________________________________________________________________________
34720 [  6292] By: jhi                                   on 2000/06/30  12:01:11
34721         Log: From: simon@brecon.co.uk (Simon Cozens)
34722              Subject: UTF8 concat
34723              Date: 30 Jun 2000 06:13:25 GMT
34724              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
34725      Branch: cfgperl
34726            ! pp_hot.c
34727 ____________________________________________________________________________
34728 [  6291] By: gsar                                  on 2000/06/30  04:37:33
34729         Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
34730              when @_ is modified, causing coredumps
34731      Branch: perl
34732            ! cop.h pp_ctl.c pp_hot.c t/op/args.t
34733 ____________________________________________________________________________
34734 [  6290] By: jhi                                   on 2000/06/30  02:21:44
34735         Log: Integrate with Sarathy.
34736      Branch: cfgperl
34737           !> vms/vms.c vms/vmsish.h
34738 ____________________________________________________________________________
34739 [  6289] By: jhi                                   on 2000/06/30  02:21:02
34740         Log: Check VERSIONs.
34741      Branch: cfgperl
34742            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
34743            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
34744            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
34745 ____________________________________________________________________________
34746 [  6288] By: jhi                                   on 2000/06/30  02:18:52
34747         Log: Integrate with Sarathy.
34748      Branch: cfgperl
34749           !> ext/Opcode/Opcode.xs lib/File/Spec.pm
34750           !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
34751           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
34752           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
34753 ____________________________________________________________________________
34754 [  6287] By: gsar                                  on 2000/06/30  02:17:08
34755         Log: integrate vmsperl changes into mainline
34756      Branch: perl
34757           !> vms/vms.c vms/vmsish.h
34758 ____________________________________________________________________________
34759 [  6285] By: gsar                                  on 2000/06/30  02:05:28
34760         Log: localize %INC in a Safe compartment so that use/require work
34761              (many other magic globals probably need similar treatment)
34762      Branch: perl
34763            ! ext/Opcode/Opcode.xs
34764 ____________________________________________________________________________
34765 [  6284] By: gsar                                  on 2000/06/30  01:54:54
34766         Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
34767              about Windows
34768      Branch: perl
34769            ! pod/perlembed.pod
34770 ____________________________________________________________________________
34771 [  6283] By: jhi                                   on 2000/06/30  01:50:10
34772         Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
34773              From: Barrie Slaymaker <barries@jester.slaysys.com>
34774              Date: Wed, 28 Jun 2000 11:35:29 -0400
34775              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
34776      Branch: perl
34777            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
34778            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
34779            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
34780            ! lib/File/Spec/Win32.pm
34781 ____________________________________________________________________________
34782 [  6282] By: jhi                                   on 2000/06/29  22:57:22
34783         Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
34784              From: Dan Sugalski <dan@sidhe.org>
34785              Date: Tue, 06 Jun 2000 11:59:50 -0400
34786              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
34787      Branch: cfgperl
34788            ! vms/vms.c
34789 ____________________________________________________________________________
34790 [  6281] By: jhi                                   on 2000/06/29  22:52:50
34791         Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
34792              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
34793              Date: Wed, 7 Jun 2000 04:02:04 -0500
34794              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
34795      Branch: cfgperl
34796            ! utils/h2xs.PL
34797 ____________________________________________________________________________
34798 [  6280] By: jhi                                   on 2000/06/29  22:45:47
34799         Log: Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
34800              From: rspier@pobox.com (Robert Spier)
34801              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
34802              Message-ID: <14654.31913.845602.610277@rls.cx>
34803      Branch: cfgperl
34804            ! utils/h2xs.PL
34805 ____________________________________________________________________________
34806 [  6279] By: jhi                                   on 2000/06/29  22:38:16
34807         Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
34808              From: Tim Ayers <tayers@bridge.com>
34809              Date: Thu, 08 Jun 2000 08:11:06 +0200
34810              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
34811              [resent by Richard Foley, Message-Id probably wrong]
34812      Branch: cfgperl
34813            ! pod/perlsub.pod
34814 ____________________________________________________________________________
34815 [  6278] By: jhi                                   on 2000/06/29  22:21:45
34816         Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
34817              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
34818              Date: Fri, 09 Jun 2000 12:39:27 -0400
34819              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
34820              (plus update the version "number" of Text::Wrap)
34821      Branch: cfgperl
34822            ! lib/Text/Wrap.pm
34823 ____________________________________________________________________________
34824 [  6277] By: jhi                                   on 2000/06/29  22:13:10
34825         Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
34826              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
34827              Date: Mon, 12 Jun 2000 14:55:59 +0100
34828              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
34829      Branch: cfgperl
34830            ! pod/perlfunc.pod
34831 ____________________________________________________________________________
34832 [  6276] By: jhi                                   on 2000/06/29  22:11:06
34833         Log: Subject: [PATCH] Re: eval documentation: context
34834              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
34835              Date: Mon, 12 Jun 2000 15:07:29 +0100
34836              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
34837      Branch: cfgperl
34838            ! pod/perlfunc.pod
34839 ____________________________________________________________________________
34840 [  6275] By: jhi                                   on 2000/06/29  21:59:46
34841         Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
34842              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
34843              Date: Tue, 13 Jun 2000 02:43:48 -0500
34844              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
34845      Branch: cfgperl
34846            ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
34847 ____________________________________________________________________________
34848 [  6274] By: jhi                                   on 2000/06/29  21:56:14
34849         Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
34850              From: Andy Dougherty <doughera@lafayette.edu>
34851              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
34852              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
34853      Branch: cfgperl
34854            ! ext/File/Glob/Glob.pm
34855 ____________________________________________________________________________
34856 [  6273] By: jhi                                   on 2000/06/29  21:49:09
34857         Log: Subject: [PATCH] xsub attributes
34858              From: Doug MacEachern <dougm@covalent.net>
34859              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
34860              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
34861      Branch: cfgperl
34862            ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
34863            ! objXSUB.h op.c perlapi.c perlapi.h proto.h
34864 ____________________________________________________________________________
34865 [  6272] By: jhi                                   on 2000/06/29  21:41:28
34866         Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
34867              From: Tom Phoenix <rootbeer@redcat.com>
34868              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
34869              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
34870      Branch: cfgperl
34871            ! lib/Net/Ping.pm
34872 ____________________________________________________________________________
34873 [  6271] By: jhi                                   on 2000/06/29  21:36:55
34874         Log: Subject: PATCH pod/perltie.pod
34875              From: Ian Phillipps <Ian.Phillipps@iname.com>
34876              Date: Fri, 16 Jun 2000 00:17:19 +0100
34877              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
34878              (only the first hunk, the second hunk had already been done
34879              by some other patch)
34880      Branch: cfgperl
34881            ! pod/perltie.pod
34882 ____________________________________________________________________________
34883 [  6270] By: jhi                                   on 2000/06/29  21:24:51
34884         Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
34885              From: Nicholas Clark <nick@talking.bollo.cx>
34886              Date: Fri, 23 Jun 2000 16:21:15 +0100
34887              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
34888      Branch: cfgperl
34889            ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
34890            ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
34891 ____________________________________________________________________________
34892 [  6269] By: jhi                                   on 2000/06/29  19:38:15
34893         Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
34894              silence few compiler warnings.
34895      Branch: cfgperl
34896            ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
34897 ____________________________________________________________________________
34898 [  6268] By: jhi                                   on 2000/06/29  18:21:50
34899         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
34900              From: Dominic Dunlop <domo@computer.org> 
34901              Date: Thu, 29 Jun 2000 12:32:39 +0200 
34902              Message-Id: <p04320403b580cc1338db@[192.168.1.4]> 
34903      Branch: cfgperl
34904            ! t/op/sprintf.t
34905 ____________________________________________________________________________
34906 [  6267] By: jhi                                   on 2000/06/29  18:16:07
34907         Log: Subject: Re: [PATCH] Re: Speeding up method lookups 
34908              From: Doug MacEachern <dougm@covalent.net>
34909              Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
34910              Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
34911      Branch: cfgperl
34912            + t/op/method2entersub.t
34913            ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
34914            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
34915            ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
34916            ! xsutils.c
34917 ____________________________________________________________________________
34918 [  6266] By: jhi                                   on 2000/06/29  15:11:15
34919         Log: Subject: [PATCH 5.6.0] cygwin port
34920              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
34921              From: "Fifer, Eric" <EFifer@sanwaint.com>
34922              Date: Thu, 29 Jun 2000 12:58:29 +0100
34923      Branch: cfgperl
34924            ! cygwin/Makefile.SHs
34925 ____________________________________________________________________________
34926 [  6265] By: jhi                                   on 2000/06/29  15:04:05
34927         Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
34928              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
34929              Date: Wed, 28 Jun 2000 17:50:12 -0700
34930              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
34931      Branch: cfgperl
34932            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
34933 ____________________________________________________________________________
34934 [  6264] By: jhi                                   on 2000/06/29  15:00:57
34935         Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
34936              From: Marty Lucich <marty@netcom.com>
34937              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
34938              Message-Id: <200006282116.OAA11148@netcom.com>
34939              ccdlflags update (the BSD/OS 4.1 part had already been taken
34940              care of by #6141).
34941      Branch: cfgperl
34942            ! hints/bsdos.sh
34943 ____________________________________________________________________________
34944 [  6263] By: jhi                                   on 2000/06/29  13:47:44
34945         Log: tr fixes from Simon Cozens
34946      Branch: cfgperl
34947            ! doop.c
34948 ____________________________________________________________________________
34949 [  6262] By: jhi                                   on 2000/06/28  18:46:01
34950         Log: Subject: 5.6.0 Patch for EPOC
34951              From: Olaf Flebbe <o.flebbe@gmx.de>
34952              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
34953              Message-ID: <23449.960929969@www11.gmx.net>
34954      Branch: cfgperl
34955            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
34956            ! epoc/epocish.h
34957 ____________________________________________________________________________
34958 [  6261] By: jhi                                   on 2000/06/28  18:29:07
34959         Log: Subject: Re: [PATCH cfgperl] BOMs away!
34960              From: simon@brecon.co.uk (Simon Cozens)
34961              Date: 17 Jun 2000 11:49:57 GMT
34962              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
34963      Branch: cfgperl
34964            ! pod/perldiag.pod t/comp/require.t toke.c
34965 ____________________________________________________________________________
34966 [  6260] By: jhi                                   on 2000/06/28  17:47:16
34967         Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
34968              From: simon@brecon.co.uk (Simon Cozens) 
34969              Date: 17 Jun 2000 11:56:44 GMT 
34970              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org> 
34971              pack U0, pack C0
34972      Branch: cfgperl
34973            ! pod/perlfunc.pod pp.c t/op/pack.t
34974 ____________________________________________________________________________
34975 [  6259] By: jhi                                   on 2000/06/28  16:43:17
34976         Log: perlnewmod was missing from MANIFEST.
34977      Branch: cfgperl
34978            ! MANIFEST
34979 ____________________________________________________________________________
34980 [  6258] By: jhi                                   on 2000/06/28  15:54:30
34981         Log: linenumber tweak
34982      Branch: cfgperl
34983            ! t/pragma/warn/regcomp
34984 ____________________________________________________________________________
34985 [  6257] By: jhi                                   on 2000/06/28  15:50:44
34986         Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
34987              From: Doug MacEachern <dougm@covalent.net>
34988              Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
34989              Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
34990              (one part of the patch had been applied earlier)
34991      Branch: cfgperl
34992            ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
34993 ____________________________________________________________________________
34994 [  6256] By: jhi                                   on 2000/06/28  15:40:22
34995         Log: tweaks from Simon Cozens to further fix tr/// under utf8
34996      Branch: cfgperl
34997            ! doop.c
34998 ____________________________________________________________________________
34999 [  6255] By: jhi                                   on 2000/06/28  15:33:45
35000         Log: small thinko tweaks
35001      Branch: cfgperl
35002            ! lib/IPC/Open3.pm t/op/my_stash.t
35003 ____________________________________________________________________________
35004 [  6254] By: jhi                                   on 2000/06/28  15:33:25
35005         Log: Subject: tr///, help wanted.
35006              From: simon@brecon.co.uk (Simon Cozens)
35007              Date: 28 Jun 2000 11:29:04 GMT
35008              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
35009      Branch: cfgperl
35010            ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
35011            ! pp_proto.h proto.h t/op/tr.t
35012 ____________________________________________________________________________
35013 [  6253] By: jhi                                   on 2000/06/28  15:09:17
35014         Log: Paranoia tweak on #6249.
35015              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
35016              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
35017              Date: Sun, 25 Jun 2000 23:43:12 -0400
35018              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
35019      Branch: cfgperl
35020            ! lib/IPC/Open3.pm
35021 ____________________________________________________________________________
35022 [  6252] By: jhi                                   on 2000/06/28  15:01:38
35023         Log: Document #6249 and #6251.
35024      Branch: cfgperl
35025            ! lib/Exporter.pm lib/IPC/Open3.pm
35026 ____________________________________________________________________________
35027 [  6251] By: jhi                                   on 2000/06/28  14:50:43
35028         Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
35029              From: Doug MacEachern <dougm@covalent.net>
35030              Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
35031              Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
35032      Branch: cfgperl
35033            ! lib/Exporter.pm
35034 ____________________________________________________________________________
35035 [  6250] By: jhi                                   on 2000/06/28  14:45:23
35036         Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
35037              From: Doug MacEachern <dougm@covalent.net>
35038              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
35039              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
35040      Branch: cfgperl
35041            + t/op/my_stash.t
35042            ! MANIFEST embed.pl global.sym proto.h toke.c
35043 ____________________________________________________________________________
35044 [  6249] By: jhi                                   on 2000/06/28  14:36:34
35045         Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's 
35046              From: Frank Tobin <ftobin@uiuc.edu>
35047              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
35048              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
35049      Branch: cfgperl
35050            ! lib/IPC/Open3.pm
35051 ____________________________________________________________________________
35052 [  6248] By: jhi                                   on 2000/06/28  14:11:25
35053         Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
35054              From: Mark-Jason Dominus <mjd@plover.com>
35055              Date: Tue, 27 Jun 2000 22:36:42 -0400
35056              Message-ID: <20000628023642.12166.qmail@plover.com>
35057      Branch: cfgperl
35058            ! pod/perlfunc.pod
35059 ____________________________________________________________________________
35060 [  6247] By: jhi                                   on 2000/06/27  12:46:37
35061         Log: Tweak $VERSION, patch from Doug MacEachern.
35062      Branch: cfgperl
35063            ! lib/File/Spec.pm
35064 ____________________________________________________________________________
35065 [  6246] By: jhi                                   on 2000/06/27  03:34:46
35066         Log: Allow for standalone testing.
35067      Branch: cfgperl
35068            ! t/lib/filefunc.t t/lib/filespec.t
35069 ____________________________________________________________________________
35070 [  6245] By: jhi                                   on 2000/06/27  02:50:02
35071         Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
35072              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
35073              Date: Sat, 24 Jun 2000 13:06:20 +0100
35074              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
35075      Branch: cfgperl
35076            ! ext/DynaLoader/DynaLoader_pm.PL
35077 ____________________________________________________________________________
35078 [  6244] By: jhi                                   on 2000/06/27  02:46:10
35079         Log: Subject: [PATCH] avoid mg_ptr in '*' magic
35080              From: Doug MacEachern <dougm@covalent.net>
35081              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
35082              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
35083      Branch: cfgperl
35084            ! gv.c sv.c t/lib/peek.t
35085 ____________________________________________________________________________
35086 [  6243] By: jhi                                   on 2000/06/27  02:38:07
35087         Log: Subject: [PATCH] is_utf8_string
35088              From: simon@brecon.co.uk (Simon Cozens)
35089              Date: 26 Jun 2000 02:25:59 GMT
35090              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
35091      Branch: cfgperl
35092            ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
35093            ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
35094            ! proto.h utf8.c
35095 ____________________________________________________________________________
35096 [  6242] By: jhi                                   on 2000/06/27  02:24:00
35097         Log: Subject: [PATCH] bytes<->utf8 fixes
35098              From: simon@brecon.co.uk (Simon Cozens)
35099              Date: 26 Jun 2000 04:55:45 GMT
35100              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
35101      Branch: cfgperl
35102            ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
35103 ____________________________________________________________________________
35104 [  6241] By: jhi                                   on 2000/06/27  02:12:42
35105         Log: Do no -warn on \_, only on \alpha.
35106              Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
35107              From: David Dyck <dcd@tc.fluke.com>
35108              Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
35109              Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
35110      Branch: cfgperl
35111            ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
35112 ____________________________________________________________________________
35113 [  6240] By: jhi                                   on 2000/06/27  02:00:01
35114         Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
35115              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
35116              Date: Mon, 26 Jun 2000 18:40:14 +0100
35117              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
35118      Branch: cfgperl
35119            ! utils/h2xs.PL
35120 ____________________________________________________________________________
35121 [  6239] By: jhi                                   on 2000/06/27  01:53:40
35122         Log: Configure maintenance.  Sever some dependency cycles,
35123              separate gccversion from the cc unit,
35124              address [ID 20000623.006] Configure script patch for using gcc on AIX
35125              (but solve it a little bit differently),
35126              unduplex some accidentally duplicated units,
35127              suggest using gcc if no cc available
35128              (p5p thread: "Solaris configure: counterproposal", 1999-09)
35129      Branch: cfgperl
35130            ! Configure Todo-5.6 config_h.SH
35131      Branch: metaconfig
35132            ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
35133            ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
35134      Branch: metaconfig/U/perl
35135            + gccvers.U
35136            ! d_getespwnam.U d_getprpwnam.U i_prot.U
35137 ____________________________________________________________________________
35138 [  6238] By: jhi                                   on 2000/06/25  18:04:56
35139         Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
35140              From: Dan Sugalski <dan@sidhe.org>
35141              Date: Fri, 23 Jun 2000 17:00:00 -0400
35142              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
35143      Branch: cfgperl
35144            ! lib/ExtUtils/MM_VMS.pm vms/vms.c
35145 ____________________________________________________________________________
35146 [  6237] By: jhi                                   on 2000/06/25  16:36:45
35147         Log: Tweak embed.pl, regen headers.
35148      Branch: cfgperl
35149            ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
35150            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
35151            ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
35152            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
35153            ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
35154 ____________________________________________________________________________
35155 [  6236] By: jhi                                   on 2000/06/25  15:26:42
35156         Log: Regen headers.
35157      Branch: cfgperl
35158            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
35159            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
35160            ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
35161            ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
35162            ! regnodes.h warnings.h
35163 ____________________________________________________________________________
35164 [  6235] By: jhi                                   on 2000/06/23  19:39:35
35165         Log: The thread begun by
35166              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
35167              From: Kevin.Ruscoe@ubsw.com
35168              Date: Fri, 16 Jun 2000 16:38:51 +0100
35169              Message-Id: <H000019b03c300d6@MHS>
35170      Branch: cfgperl
35171            ! hints/solaris_2.sh
35172 ____________________________________________________________________________
35173 [  6234] By: jhi                                   on 2000/06/23  19:23:36
35174         Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
35175              because when run as services (Win32ese for daemons)
35176              no environment variables are set and tmpdir ends up as /tmp,
35177              which is ambiguous.
35178              
35179              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
35180              From: matt@sergeant.org
35181              Date: 16 Jun 2000 16:30:43 -0000
35182              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
35183      Branch: cfgperl
35184            ! lib/File/Spec/Win32.pm
35185 ____________________________________________________________________________
35186 [  6233] By: jhi                                   on 2000/06/23  19:18:58
35187         Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
35188              From: Mark-Jason Dominus <mjd@plover.com>
35189              Date: Fri, 16 Jun 2000 20:53:04 -0400
35190              Message-ID: <20000617005304.8008.qmail@plover.com>
35191      Branch: cfgperl
35192            ! op.h
35193 ____________________________________________________________________________
35194 [  6232] By: jhi                                   on 2000/06/23  16:10:02
35195         Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
35196              From: simon@brecon.co.uk (Simon Cozens)
35197              Date: 19 Jun 2000 15:18:27 GMT
35198              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
35199              
35200              plus update pod/Makefile and regenerate perltoc
35201      Branch: cfgperl
35202            + pod/perlutil.pod
35203            ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
35204 ____________________________________________________________________________
35205 [  6231] By: jhi                                   on 2000/06/23  15:19:18
35206         Log: Subject: [PATCH 5.6.0] cygwin port
35207              From: "Fifer, Eric" <EFifer@sanwaint.com>
35208              Date: Tue, 20 Jun 2000 14:30:58 +0100
35209              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
35210      Branch: cfgperl
35211            ! README.cygwin lib/File/Find.pm
35212 ____________________________________________________________________________
35213 [  6230] By: jhi                                   on 2000/06/23  14:25:21
35214         Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
35215      Branch: cfgperl
35216            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
35217            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
35218            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
35219            ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
35220 ____________________________________________________________________________
35221 [  6229] By: jhi                                   on 2000/06/23  14:13:34
35222         Log: Subject: README.hpux version 0.6.1
35223              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
35224              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
35225              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
35226      Branch: cfgperl
35227            ! README.hpux
35228 ____________________________________________________________________________
35229 [  6228] By: jhi                                   on 2000/06/23  14:07:20
35230         Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
35231              From: Doug MacEachern <dougm@covalent.net>
35232              Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
35233              Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
35234      Branch: cfgperl
35235            ! op.c
35236 ____________________________________________________________________________
35237 [  6227] By: jhi                                   on 2000/06/23  14:01:06
35238         Log: Subject: [PATCH] lib.pm -> lib.pm.PL
35239              From: Doug MacEachern <dougm@covalent.net>
35240              Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
35241              Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
35242      Branch: cfgperl
35243            + lib/lib.pm.PL
35244            - lib/lib.pm
35245            ! MANIFEST Makefile.SH
35246 ____________________________________________________________________________
35247 [  6226] By: jhi                                   on 2000/06/23  13:53:07
35248         Log: Subject: [PATCH] remove forward declarations in Socket.pm
35249              From: Doug MacEachern <dougm@covalent.net>
35250              Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
35251              Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
35252              
35253              From: Doug MacEachern <dougm@covalent.net>
35254              Subject: Re: [PATCH] remove forward declarations in Socket.pm
35255              Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
35256              Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
35257      Branch: cfgperl
35258            ! ext/Socket/Socket.pm op.c
35259 ____________________________________________________________________________
35260 [  6225] By: jhi                                   on 2000/06/23  13:41:52
35261         Log: Add source code filenames to apidoc.
35262              From: simon@brecon.co.uk (Simon Cozens)
35263              Subject: [PATCH embed.pl] Source X-ref
35264              Date: 22 Jun 2000 02:18:49 GMT
35265              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
35266      Branch: cfgperl
35267            ! embed.pl
35268 ____________________________________________________________________________
35269 [  6224] By: jhi                                   on 2000/06/23  13:32:33
35270         Log: A way to avoid English.pm performance hit.
35271              From: root <root@jester.slaysys.com>
35272              Subject: [YAPATCH English.pm] My turn to putt again
35273              Date: Thu, 22 Jun 2000 20:33:58 -0400
35274              Message-Id: <200006230033.UAA05960@jester.slaysys.com>
35275      Branch: cfgperl
35276            ! lib/English.pm t/lib/english.t
35277 ____________________________________________________________________________
35278 [  6223] By: jhi                                   on 2000/06/23  13:27:06
35279         Log: Avoid double close().
35280              Subject: [PATCH] avoid double close()
35281              From: Doug MacEachern <dougm@covalent.net>
35282              Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
35283              Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
35284      Branch: cfgperl
35285            ! doio.c
35286 ____________________________________________________________________________
35287 [  6222] By: jhi                                   on 2000/06/23  13:25:54
35288         Log: doc typo fix
35289              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
35290              From: Ian Phillipps <Ian.Phillipps@iname.com>
35291              Date: Fri, 23 Jun 2000 10:40:58 +0100
35292              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
35293      Branch: cfgperl
35294            ! lib/Pod/Usage.pm
35295 ____________________________________________________________________________
35296 [  6221] By: jhi                                   on 2000/06/23  13:24:15
35297         Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
35298              From: simon@brecon.co.uk (Simon Cozens)
35299              Subject: [PATCH] Eliminate tr///[CU][CU]
35300              Date: 23 Jun 2000 11:05:40 GMT
35301              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
35302      Branch: cfgperl
35303            ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
35304 ____________________________________________________________________________
35305 [  6220] By: jhi                                   on 2000/06/22  16:07:51
35306         Log: Win32 patches from Benjamin Stuhl.
35307      Branch: cfgperl
35308            ! makedef.pl win32/win32.h
35309 ____________________________________________________________________________
35310 [  6219] By: jhi                                   on 2000/06/22  16:06:34
35311         Log: Bytecode patches from Benjamin Stuhl.
35312      Branch: cfgperl
35313            ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
35314            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
35315            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
35316 ____________________________________________________________________________
35317 [  6218] By: jhi                                   on 2000/06/15  23:54:16
35318         Log: Bytecode patches from Benjamin Stuhl.
35319      Branch: cfgperl
35320            ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
35321 ____________________________________________________________________________
35322 [  6217] By: jhi                                   on 2000/06/09  13:38:29
35323         Log: Rename the fdpid locking and integrate with Sarathy.
35324      Branch: cfgperl
35325            ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
35326            ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
35327            ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
35328            ! win32/win32.c
35329           !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
35330 ____________________________________________________________________________
35331 [  6216] By: gsar                                  on 2000/06/08  14:54:21
35332         Log: be more optimal about clearing @_
35333      Branch: perl
35334            ! cop.h
35335 ____________________________________________________________________________
35336 [  6215] By: gsar                                  on 2000/06/08  14:33:04
35337         Log: tweak comment about @DB::args
35338      Branch: perl
35339            ! av.h pp_ctl.c
35340 ____________________________________________________________________________
35341 [  6214] By: gsar                                  on 2000/06/08  13:57:54
35342         Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
35343              caller() wants to populate @DB::args with it (causes a coredump
35344              in Carp::confess())
35345      Branch: perl
35346            ! cop.h t/op/runlevel.t
35347 ____________________________________________________________________________
35348 [  6213] By: gsar                                  on 2000/06/08  07:06:35
35349         Log: back out change#6106 (seems problematic)
35350      Branch: perl
35351            ! hints/solaris_2.sh
35352 ____________________________________________________________________________
35353 [  6212] By: jhi                                   on 2000/06/07  03:10:36
35354         Log: Continuing mopup for #6204.
35355      Branch: cfgperl
35356            ! ext/B/defsubs_h.PL
35357 ____________________________________________________________________________
35358 [  6211] By: jhi                                   on 2000/06/07  02:41:50
35359         Log: Mopup for #6204.
35360              Under the 5005 threads the t/lib/b.t for B::Deparse fails:
35361              Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
35362              This is comes from const() where POK isn't on when expected.
35363      Branch: cfgperl
35364            ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
35365            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
35366            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
35367            ! perlapi.h pod/perlapi.pod
35368 ____________________________________________________________________________
35369 [  6210] By: jhi                                   on 2000/06/07  01:56:29
35370         Log: Mopup for #6207 and #6209.
35371      Branch: cfgperl
35372            ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
35373 ____________________________________________________________________________
35374 [  6209] By: jhi                                   on 2000/06/07  01:33:12
35375         Log: Lock PL_fdpid against race conditions, based on:
35376              Subject: [PATCH 5.6.0]subprocess fixup for threads
35377              From: Dan Sugalski <dan@sidhe.org>
35378              To: perl5-porters@perl.org
35379              Date: Tue, 11 Apr 2000 17:02:32 -0400
35380              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
35381      Branch: cfgperl
35382            ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
35383            ! win32/win32.c
35384 ____________________________________________________________________________
35385 [  6208] By: jhi                                   on 2000/06/07  01:05:23
35386         Log: Regen headers for #6207.
35387      Branch: cfgperl
35388            ! embed.h global.sym objXSUB.h proto.h
35389 ____________________________________________________________________________
35390 [  6207] By: jhi                                   on 2000/06/06  23:43:13
35391         Log: Subject: [PATCH 5.6.0] Threadsafe patches
35392              From: Dan Sugalski <dan@sidhe.org>
35393              To: perl5-porters@perl.org
35394              Date: Mon, 08 May 2000 18:08:13 -0400
35395              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
35396      Branch: cfgperl
35397            ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
35398            ! proto.h sv.h util.c
35399 ____________________________________________________________________________
35400 [  6206] By: jhi                                   on 2000/06/06  23:21:23
35401         Log: Subject: [PATCH] Eliminate $a/$b in pod
35402              From: David Glasser <me@davidglasser.net>
35403              To: perl5-porters@perl.org
35404              Date: Mon, 29 May 2000 21:15:59 -0400
35405              Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
35406      Branch: cfgperl
35407            ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
35408            ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
35409            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
35410            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
35411            ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
35412            ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
35413            ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
35414            ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
35415            ! pod/perlvar.pod pod/perlxs.pod
35416 ____________________________________________________________________________
35417 [  6205] By: jhi                                   on 2000/06/06  23:12:14
35418         Log: Subject: [PATCH] Win32 improvements
35419              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
35420              To: gsar@activestate.com, perl5-porters@perl.org
35421              Date: Mon, 29 May 2000 17:22:24 PDT
35422              Message-ID: <20000530002224.91142.qmail@hotmail.com>
35423              (MUA had mangled many lines by wordwrapping)
35424      Branch: cfgperl
35425            ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
35426 ____________________________________________________________________________
35427 [  6204] By: jhi                                   on 2000/06/06  23:01:50
35428         Log: Subject: [PATCH] B::Bytecode patches
35429              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
35430              To: gsar@activestate.com, jhi@iki.fi
35431              Cc: perl5-porters@perl.org
35432              Message-ID: <20000602202526.48694.qmail@hotmail.com>
35433              (MUA had mangled many lines by wordwrapping)
35434      Branch: cfgperl
35435            ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
35436            ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
35437            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
35438            ! intrpvar.h perl.c
35439 ____________________________________________________________________________
35440 [  6203] By: jhi                                   on 2000/06/06  22:32:43
35441         Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
35442              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
35443              Date: Tue, 06 Jun 2000 13:07:45 -0700
35444              Message-ID: <RoVP5gzkgmTL092yn@efn.org>
35445      Branch: cfgperl
35446            ! pod/perldiag.pod
35447 ____________________________________________________________________________
35448 [  6202] By: jhi                                   on 2000/06/06  19:38:35
35449         Log: Integrate with Sarathy.
35450      Branch: cfgperl
35451           !> perl.c
35452 ____________________________________________________________________________
35453 [  6201] By: gsar                                  on 2000/06/06  00:42:59
35454         Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
35455              does a PUSHMARK that's never ever POPMARKed; in general, only
35456              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
35457              Perl_eval_[sp]v() don't because they don't take any incoming
35458              arguments (this leak has been around since the original version
35459              of perl_eval_pv() in 5.003_97e)
35460      Branch: perl
35461            ! perl.c
35462 ____________________________________________________________________________
35463 [  6200] By: jhi                                   on 2000/06/04  03:44:52
35464         Log: Update to cperl-mode.el 4.31 from
35465              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
35466              Subject: A couple of notes
35467              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35468              To: Mailing list Perl5 <perl5-porters@perl.org>
35469              Date: Sat, 3 Jun 2000 23:33:32 -0400
35470              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
35471      Branch: cfgperl
35472            ! emacs/cperl-mode.el
35473 ____________________________________________________________________________
35474 [  6199] By: jhi                                   on 2000/06/03  15:11:05
35475         Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
35476              From: Dan Sugalski <dan@sidhe.org>
35477              To: perl5-porters@perl.org, vmsperl@perl.org
35478              Date: Fri, 02 Jun 2000 17:30:51 -0400
35479              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
35480      Branch: cfgperl
35481            ! vms/descrip_mms.template vms/gen_shrfls.pl
35482 ____________________________________________________________________________
35483 [  6198] By: jhi                                   on 2000/06/03  14:59:15
35484         Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
35485              From: Dan Sugalski <dan@sidhe.org>
35486              To: vmsperl@perl.org, perl5-porters@perl.org
35487              Date: Fri, 02 Jun 2000 16:00:41 -0400
35488              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
35489              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
35490      Branch: cfgperl
35491            ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
35492            ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
35493            ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
35494 ____________________________________________________________________________
35495 [  6197] By: jhi                                   on 2000/06/03  14:41:30
35496         Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
35497              From: John Borwick <jhborwic@unity.ncsu.edu>
35498              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
35499              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
35500      Branch: cfgperl
35501            ! pod/perlsyn.pod
35502 ____________________________________________________________________________
35503 [  6196] By: jhi                                   on 2000/06/03  14:38:09
35504         Log: Integrate with Sarathy.
35505      Branch: cfgperl
35506           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
35507           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
35508           !> vms/perly_c.vms
35509 ____________________________________________________________________________
35510 [  6195] By: gsar                                  on 2000/06/02  22:43:13
35511         Log: fix yet another eval"" leak under USE_ITHREADS
35512      Branch: perl
35513            ! op.c
35514 ____________________________________________________________________________
35515 [  6194] By: gsar                                  on 2000/06/02  18:22:06
35516         Log: fix small eval"" memory leaks under USE_ITHREADS
35517      Branch: perl
35518            ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
35519            ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
35520            ! vms/perly_c.vms
35521 ____________________________________________________________________________
35522 [  6193] By: jhi                                   on 2000/06/01  13:03:56
35523         Log: Signals-be-gone for microperl.
35524      Branch: cfgperl
35525            ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
35526 ____________________________________________________________________________
35527 [  6192] By: jhi                                   on 2000/06/01  12:52:02
35528         Log: Integrate with Sarathy.
35529      Branch: cfgperl
35530           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
35531           !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
35532           !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
35533           !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
35534           !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
35535           !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
35536           !> t/op/vec.t utils/h2xs.PL
35537 ____________________________________________________________________________
35538 [  6191] By: gsar                                  on 2000/06/01  09:38:21
35539         Log: vec() loses numericalness (modified version of patch suggested
35540              by Robin Barker)
35541      Branch: perl
35542            ! doop.c t/op/vec.t
35543 ____________________________________________________________________________
35544 [  6190] By: gsar                                  on 2000/06/01  09:26:15
35545         Log: submit missing embed.pl change
35546      Branch: perl
35547            ! embed.pl
35548 ____________________________________________________________________________
35549 [  6189] By: gsar                                  on 2000/06/01  09:05:34
35550         Log: counting tr/// corrupts later operation (from M.J.T Guy)
35551      Branch: perl
35552            ! doop.c t/op/tr.t
35553 ____________________________________________________________________________
35554 [  6188] By: gsar                                  on 2000/06/01  08:58:39
35555         Log: h2xs tweaks
35556      Branch: perl
35557            ! utils/h2xs.PL
35558 ____________________________________________________________________________
35559 [  6187] By: gsar                                  on 2000/06/01  08:50:07
35560         Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
35561              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
35562      Branch: perl
35563            + lib/Pod/LaTeX.pm
35564            ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
35565            ! pod/pod2latex.PL
35566 ____________________________________________________________________________
35567 [  6186] By: gsar                                  on 2000/06/01  08:24:40
35568         Log: further qualify references to "alphanumeric" (from Wolfgang Laun
35569              <wolfgang.laun@alcatel.at>)
35570      Branch: perl
35571            ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
35572            ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
35573 ____________________________________________________________________________
35574 [  6185] By: gsar                                  on 2000/06/01  08:12:00
35575         Log: remove incorrect documentation about implicit split to @_ in
35576              list context, which never really worked in perl 5 (from
35577              M.J.T. Guy)
35578      Branch: perl
35579            ! pod/perlfunc.pod pod/perltrap.pod
35580 ____________________________________________________________________________
35581 [  6184] By: gsar                                  on 2000/06/01  07:52:27
35582         Log: tweak for change#6127
35583      Branch: perl
35584            ! perl.c
35585 ____________________________________________________________________________
35586 [  6183] By: gsar                                  on 2000/06/01  07:41:02
35587         Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
35588              <nick@ccl4.org>)
35589      Branch: perl
35590            + t/lib/selfloader.t
35591            ! MANIFEST lib/SelfLoader.pm
35592 ____________________________________________________________________________
35593 [  6182] By: jhi                                   on 2000/06/01  00:34:42
35594         Log: Be Cleaner Part Deux.
35595      Branch: cfgperl
35596            ! Makefile.SH
35597 ____________________________________________________________________________
35598 [  6181] By: jhi                                   on 2000/06/01  00:32:09
35599         Log: Integrate with Sarathy.
35600      Branch: cfgperl
35601           !> pp.c t/op/arith.t
35602 ____________________________________________________________________________
35603 [  6180] By: jhi                                   on 2000/06/01  00:31:13
35604         Log: microperl nits from Simon Cozens.
35605      Branch: cfgperl
35606            + uconfig.h
35607            ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
35608            ! unixish.h
35609 ____________________________________________________________________________
35610 [  6179] By: gsar                                  on 2000/05/31  22:37:51
35611         Log: buggy modulus on UVs introduced by change#3378 (resulted in
35612              4063328477 % 65535 amounting to 27406, instead of 27407)
35613      Branch: perl
35614            ! pp.c t/op/arith.t
35615 ____________________________________________________________________________
35616 [  6178] By: jhi                                   on 2000/05/31  21:52:41
35617         Log: Be cleaner.
35618      Branch: cfgperl
35619            ! Makefile.SH
35620 ____________________________________________________________________________
35621 [  6177] By: jhi                                   on 2000/05/31  21:47:33
35622         Log: Substitution utf8 patch from Simon Cozens.
35623      Branch: cfgperl
35624            ! pp_hot.c
35625 ____________________________________________________________________________
35626 [  6176] By: jhi                                   on 2000/05/31  21:45:34
35627         Log: Single-quoted utf8 patch from Simon Cozens.
35628      Branch: cfgperl
35629            ! toke.c
35630 ____________________________________________________________________________
35631 [  6175] By: jhi                                   on 2000/05/31  21:40:18
35632         Log: Integrate with Sarathy.
35633      Branch: cfgperl
35634           !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
35635 ____________________________________________________________________________
35636 [  6174] By: jhi                                   on 2000/05/31  21:37:31
35637         Log: microperl changes from Simon Cozens; Makefile for microperl
35638              written from scratch; few casts added as microperl compilation
35639              doesn't have all prototypes available.
35640      Branch: cfgperl
35641            + Makefile.micro README.micro Todo.micro uconfig.sh
35642            ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
35643            ! perl.c perl.h perlio.c unixish.h utf8.c util.c
35644      Branch: metaconfig
35645            + U/modified/Config_h.U
35646 ____________________________________________________________________________
35647 [  6173] By: jhi                                   on 2000/05/31  20:00:24
35648         Log: metaconfig maintenance.
35649      Branch: metaconfig
35650            + U/modified/Inhdr.U U/typedefs/inotype.U
35651      Branch: metaconfig/U/perl
35652            + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
35653            + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
35654 ____________________________________________________________________________
35655 [  6172] By: gsar                                  on 2000/05/31  05:05:42
35656         Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
35657              (from Ilya Zakharevich)
35658      Branch: perl
35659            ! regexec.c t/op/re_tests
35660 ____________________________________________________________________________
35661 [  6171] By: gsar                                  on 2000/05/31  05:01:47
35662         Log: scalar() doesn't force scalar context when used in void context
35663              (from Simon Cozens)
35664      Branch: perl
35665            ! op.c t/op/wantarray.t
35666 ____________________________________________________________________________
35667 [  6170] By: gsar                                  on 2000/05/31  04:41:33
35668         Log: change#6142 needs tweaks to tests to work where there's no symlink()
35669              (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
35670      Branch: perl
35671            ! t/lib/filefind.t
35672 ____________________________________________________________________________
35673 [  6169] By: gsar                                  on 2000/05/31  04:29:49
35674         Log: integrate cfgperl contents into mainline
35675      Branch: perl
35676           +> pod/perlmodlib.PL pod/perlnewmod.pod
35677           !> (integrate 42 files)
35678 ____________________________________________________________________________
35679 [  6168] By: jhi                                   on 2000/05/30  22:53:37
35680         Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
35681      Branch: cfgperl
35682            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
35683            ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
35684            ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
35685            ! win32/config.bc win32/config.gc win32/config.vc
35686            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
35687            ! win32/config_h.PL win32/config_sh.PL
35688      Branch: metaconfig/U/perl
35689            ! perlxv.U
35690 ____________________________________________________________________________
35691 [  6167] By: jhi                                   on 2000/05/30  22:20:21
35692         Log: tweak todo 
35693      Branch: cfgperl
35694            ! Todo-5.6
35695 ____________________________________________________________________________
35696 [  6166] By: jhi                                   on 2000/05/30  22:11:51
35697         Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
35698              in case somebody wants to write an extension for more
35699              shadow database interfaces.
35700      Branch: cfgperl
35701            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
35702            ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
35703            ! vos/config.def vos/config.h vos/config_h.SH_orig
35704            ! win32/config.bc win32/config.gc win32/config.vc
35705            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
35706      Branch: metaconfig
35707            ! U/modified/Myinit.U
35708      Branch: metaconfig/U/perl
35709            + d_getespwnam.U d_getprpwnam.U i_prot.U
35710 ____________________________________________________________________________
35711 [  6165] By: jhi                                   on 2000/05/30  18:35:34
35712         Log: Integrate with Sarathy.
35713      Branch: cfgperl
35714           !> op.c
35715 ____________________________________________________________________________
35716 [  6164] By: jhi                                   on 2000/05/30  18:30:16
35717         Log: detypo
35718      Branch: cfgperl
35719            ! Configure config_h.SH
35720      Branch: metaconfig/U/perl
35721            ! perlxv.U
35722 ____________________________________________________________________________
35723 [  6163] By: gsar                                  on 2000/05/30  03:24:03
35724         Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
35725      Branch: perl
35726            ! op.c
35727 ____________________________________________________________________________
35728 [  6162] By: gsar                                  on 2000/05/30  03:09:38
35729         Log: fix memory leak in method call optimization (change#3768);
35730              made C<eval "$x->foo()"> leak
35731      Branch: perl
35732            ! op.c
35733 ____________________________________________________________________________
35734 [  6161] By: jhi                                   on 2000/05/29  17:56:26
35735         Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
35736              both from Simon Cozens.
35737      Branch: cfgperl
35738            + pod/perlmodlib.PL pod/perlnewmod.pod
35739            ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
35740            ! pod/perlmodlib.pod pod/perltoc.pod
35741 ____________________________________________________________________________
35742 [  6160] By: jhi                                   on 2000/05/29  17:23:55
35743         Log: Changes for the File::Temp 0.08 (change #6159) test suite
35744              to fit better into the Perl distribution test framework.
35745      Branch: cfgperl
35746            ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
35747            ! t/lib/ftmp-tempfile.t
35748 ____________________________________________________________________________
35749 [  6159] By: jhi                                   on 2000/05/29  16:55:36
35750         Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
35751      Branch: cfgperl
35752            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
35753            ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
35754 ____________________________________________________________________________
35755 [  6158] By: bailey                                on 2000/05/29  16:22:08
35756         Log: Add fallback to tmpfile for use in cases where user's relying on
35757              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
35758              Lane's patch)
35759      Branch: vmsperl
35760            ! vms/vms.c vms/vmsish.h
35761 ____________________________________________________________________________
35762 [  6157] By: jhi                                   on 2000/05/29  03:10:36
35763         Log: Regen Configure to jive with #6149.
35764      Branch: cfgperl
35765            ! Configure
35766      Branch: metaconfig
35767            ! U/modified/Getfile.U
35768 ____________________________________________________________________________
35769 [  6156] By: jhi                                   on 2000/05/29  03:01:38
35770         Log: Integrate with Sarathy.
35771      Branch: cfgperl
35772           +> ext/DynaLoader/dl_mac.xs
35773           !> (integrate 38 files)
35774 ____________________________________________________________________________
35775 [  6155] By: gsar                                  on 2000/05/28  21:15:58
35776         Log: small bug in change#6144; remove random \xA0 character that snuck
35777              in via change#6145
35778      Branch: perl
35779            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
35780 ____________________________________________________________________________
35781 [  6154] By: gsar                                  on 2000/05/28  21:04:19
35782         Log: avoid type mismatch warning
35783      Branch: perl
35784            ! perl.c
35785 ____________________________________________________________________________
35786 [  6153] By: gsar                                  on 2000/05/28  20:58:31
35787         Log: prettier Test::Harness output on failed tests (from Nicholas Clark
35788              <nick@Bagpuss.uk.boo.com>)
35789      Branch: perl
35790            ! lib/Test/Harness.pm
35791 ____________________________________________________________________________
35792 [  6152] By: gsar                                  on 2000/05/28  20:53:42
35793         Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
35794      Branch: perl
35795            ! regexec.c
35796 ____________________________________________________________________________
35797 [  6151] By: gsar                                  on 2000/05/28  20:50:28
35798         Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
35799      Branch: perl
35800            ! regexec.c
35801 ____________________________________________________________________________
35802 [  6150] By: gsar                                  on 2000/05/28  20:39:58
35803         Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
35804      Branch: perl
35805            ! pod/perlrequick.pod
35806 ____________________________________________________________________________
35807 [  6149] By: gsar                                  on 2000/05/28  20:35:16
35808         Log: OS/2 tweaks for usethreads build (from Rocco Caputo
35809              <troc@netrus.net>)
35810      Branch: perl
35811            ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
35812            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
35813            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
35814            ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
35815 ____________________________________________________________________________
35816 [  6148] By: gsar                                  on 2000/05/28  20:21:07
35817         Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
35818      Branch: perl
35819            ! lib/ExtUtils/MM_Unix.pm
35820 ____________________________________________________________________________
35821 [  6147] By: gsar                                  on 2000/05/28  20:12:41
35822         Log: add a make entry to Config.pm so "perl -V:make" works on VMS
35823              (from Peter Prymmer)
35824      Branch: perl
35825            ! vms/subconfigure.com
35826 ____________________________________________________________________________
35827 [  6146] By: gsar                                  on 2000/05/28  20:06:15
35828         Log: doc typo
35829      Branch: perl
35830            ! lib/warnings.pm warnings.h warnings.pl
35831 ____________________________________________________________________________
35832 [  6145] By: gsar                                  on 2000/05/28  18:44:33
35833         Log: make xsubpp skip embedded pod (from Matthias Neeracher
35834              <neeri@iis.ee.ethz.ch>)
35835      Branch: perl
35836            ! lib/ExtUtils/xsubpp
35837 ____________________________________________________________________________
35838 [  6144] By: gsar                                  on 2000/05/28  18:42:49
35839         Log: MacOS support, part 2: make AutoSplit use File::Spec instead
35840              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
35841              <neeri@iis.ee.ethz.ch>)
35842      Branch: perl
35843            ! lib/AutoSplit.pm
35844 ____________________________________________________________________________
35845 [  6143] By: gsar                                  on 2000/05/28  18:41:12
35846         Log: MacOS support, part 1 (from Matthias Neeracher
35847              <neeri@iis.ee.ethz.ch>)
35848      Branch: perl
35849            + ext/DynaLoader/dl_mac.xs
35850            ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
35851            ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
35852            ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
35853            ! util.h
35854 ____________________________________________________________________________
35855 [  6142] By: gsar                                  on 2000/05/28  18:21:51
35856         Log: File::Find fails to chdir when chasing symlinks (from
35857              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
35858      Branch: perl
35859            ! lib/File/Find.pm t/lib/filefind.t
35860 ____________________________________________________________________________
35861 [  6141] By: jhi                                   on 2000/05/28  14:25:15
35862         Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
35863              forwarded by Peter Seebach from the bsdi-users mailing list.
35864              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
35865      Branch: perl
35866            ! hints/bsdos.sh
35867 ____________________________________________________________________________
35868 [  6140] By: jhi                                   on 2000/05/28  14:11:57
35869         Log: Integrate with Sarathy.
35870      Branch: cfgperl
35871           +> (branch 30 files)
35872           !> (integrate 93 files)
35873 ____________________________________________________________________________
35874 [  6139] By: gsar                                  on 2000/05/28  10:01:48
35875         Log: revise mktables.PL for bugs and newness in Unicode 3.0
35876              (from James Bence <jbence@amgen.com>)
35877      Branch: perl
35878            + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
35879            + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
35880            + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
35881            + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
35882            + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
35883            + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
35884            + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
35885            + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
35886            + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
35887            + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
35888            + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
35889            + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
35890            + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
35891            + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
35892            + lib/unicode/Is/SylWU.pl
35893            ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
35894            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
35895            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
35896            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
35897            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
35898            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
35899            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
35900            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
35901            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
35902            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
35903            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
35904            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
35905            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
35906            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
35907            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
35908            ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
35909            ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
35910            ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
35911            ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
35912            ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
35913            ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
35914            ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
35915            ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
35916            ! lib/unicode/Makefile lib/unicode/mktables.PL
35917 ____________________________________________________________________________
35918 [  6138] By: gsar                                  on 2000/05/28  08:50:32
35919         Log: add note about the handling of negative indices to tied arrays
35920              (from Michael G Schwern <schwern@pobox.com>)
35921      Branch: perl
35922            ! pod/perltie.pod
35923 ____________________________________________________________________________
35924 [  6137] By: gsar                                  on 2000/05/28  08:46:10
35925         Log: fix bogus redeclaration warning for "our" variables in different
35926              scopes
35927      Branch: perl
35928            ! op.c t/pragma/strict-vars
35929 ____________________________________________________________________________
35930 [  6136] By: gsar                                  on 2000/05/28  08:31:20
35931         Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
35932      Branch: perl
35933            ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
35934 ____________________________________________________________________________
35935 [  6135] By: gsar                                  on 2000/05/28  08:17:50
35936         Log: enable Test::Harness to dynamically determine column width etc.
35937              (from Rob Napier <rnapier@employees.org>)
35938      Branch: perl
35939            ! lib/Test/Harness.pm
35940 ____________________________________________________________________________
35941 [  6134] By: gsar                                  on 2000/05/28  08:13:39
35942         Log: make Test::Harness use wait.h/WCOREDUMP if available
35943              (from Ben Tilly <ben_tilly@hotmail.com>)
35944      Branch: perl
35945            ! lib/Test/Harness.pm
35946 ____________________________________________________________________________
35947 [  6133] By: gsar                                  on 2000/05/28  08:08:05
35948         Log: elide bogus test in change#6132
35949      Branch: perl
35950            ! t/pragma/warn/9enabled
35951 ____________________________________________________________________________
35952 [  6132] By: gsar                                  on 2000/05/28  08:03:14
35953         Log: warnings::enabled() doesn't fall back to looking at $^W if
35954              caller isn't using lexical warnings (from Paul Marquess)
35955      Branch: perl
35956            ! pp_ctl.c t/pragma/warn/9enabled
35957 ____________________________________________________________________________
35958 [  6131] By: gsar                                  on 2000/05/28  07:57:47
35959         Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
35960      Branch: perl
35961            ! ext/POSIX/POSIX.pm
35962 ____________________________________________________________________________
35963 [  6130] By: gsar                                  on 2000/05/28  07:29:12
35964         Log: fix places that mean C<"word" character> but say C<alphanumeric
35965              character>
35966      Branch: perl
35967            ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
35968 ____________________________________________________________________________
35969 [  6129] By: gsar                                  on 2000/05/28  07:18:41
35970         Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
35971      Branch: perl
35972            ! vms/test.com
35973 ____________________________________________________________________________
35974 [  6128] By: gsar                                  on 2000/05/28  07:12:55
35975         Log: new perlxstut example for passing/returning refs to arrays
35976              (from David Lowe <dlowe@pootpoot.com>)
35977      Branch: perl
35978            ! pod/perlxstut.pod
35979 ____________________________________________________________________________
35980 [  6127] By: gsar                                  on 2000/05/28  07:02:50
35981         Log: call_method(...,G_EVAL) can longjmp() out if the method probing
35982              failed (from Gisle Aas)
35983      Branch: perl
35984            ! cop.h perl.c
35985 ____________________________________________________________________________
35986 [  6126] By: gsar                                  on 2000/05/28  06:39:53
35987         Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
35988              (reworked variant of patch suggested by Simon Cozens)
35989      Branch: perl
35990            ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
35991            ! pp_hot.c proto.h t/op/gv.t
35992 ____________________________________________________________________________
35993 [  6125] By: gsar                                  on 2000/05/28  05:14:55
35994         Log: enable propagating exception objects via Perl_croak() in XS code
35995              (from Gisle Aas)
35996      Branch: perl
35997            ! util.c
35998 ____________________________________________________________________________
35999 [  6124] By: gsar                                  on 2000/05/28  05:07:28
36000         Log: integrate vmsperl contents into mainline
36001      Branch: perl
36002           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
36003           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
36004           !> vms/vmsish.h
36005 ____________________________________________________________________________
36006 [  6123] By: gsar                                  on 2000/05/28  05:03:53
36007         Log: clarify gotcha with #line directives (from Rocco Caputo
36008              <troc@netrus.net>)
36009      Branch: perl
36010            ! pod/perldebug.pod pod/perlsyn.pod
36011 ____________________________________________________________________________
36012 [  6122] By: gsar                                  on 2000/05/28  04:58:29
36013         Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
36014              (from Mark-Jason Dominus)
36015      Branch: perl
36016            ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
36017            ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
36018            ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
36019            ! toke.c
36020 ____________________________________________________________________________
36021 [  6121] By: bailey                                on 2000/05/25  04:46:54
36022         Log: Allow eliminate_macros() and fixpath() to handle space-delimited
36023              lists (based on fixes by Craig Berry)
36024      Branch: vmsperl
36025            ! lib/File/Spec/VMS.pm
36026 ____________________________________________________________________________
36027 [  6120] By: bailey                                on 2000/05/25  04:25:38
36028         Log: Add missing escape (Charles Lane)
36029      Branch: vmsperl
36030            ! t/op/lex_assign.t
36031 ____________________________________________________________________________
36032 [  6119] By: bailey                                on 2000/05/25  04:21:25
36033         Log: Quiet error messages in vmsish.t (Charles Lane)
36034      Branch: vmsperl
36035            ! vms/ext/vmsish.t
36036 ____________________________________________________________________________
36037 [  6118] By: bailey                                on 2000/05/25  04:17:57
36038         Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
36039              Flatten case labels in switch statements uniformly (Charles Bailey)
36040      Branch: vmsperl
36041            ! vms/vms.c
36042 ____________________________________________________________________________
36043 [  6117] By: bailey                                on 2000/05/25  03:58:09
36044         Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
36045      Branch: vmsperl
36046            ! vms/vmsish.h
36047 ____________________________________________________________________________
36048 [  6116] By: bailey                                on 2000/05/25  03:11:15
36049         Log: Miscellaneous cosmetic fixes (Charles Lane)
36050      Branch: vmsperl
36051            ! lib/ExtUtils/MM_VMS.pm
36052 ____________________________________________________________________________
36053 [  6115] By: bailey                                on 2000/05/25  03:10:36
36054         Log: Add bounds checking for several strings (Charles Lane)
36055      Branch: vmsperl
36056            ! vms/vms.c
36057 ____________________________________________________________________________
36058 [  6114] By: bailey                                on 2000/05/25  02:25:34
36059         Log: Urk -- undo previous removal of vmsish 'exit' change
36060      Branch: vmsperl
36061            ! vms/ext/vmsish.pm vms/vmsish.h
36062 ____________________________________________________________________________
36063 [  6113] By: bailey                                on 2000/05/24  02:24:40
36064         Log: Ugly workaround for version-specific RTL error
36065      Branch: vmsperl
36066            ! vms/vms.c
36067 ____________________________________________________________________________
36068 [  6112] By: bailey                                on 2000/05/24  02:19:55
36069         Log: Check for existence of file before trying to delete
36070      Branch: vmsperl
36071            ! vms/test.com
36072 ____________________________________________________________________________
36073 [  6111] By: bailey                                on 2000/05/23  23:35:13
36074         Log: Resync with mainline prior to post-5.6.0 updates
36075      Branch: vmsperl
36076           +> (branch 49 files)
36077            - t/lib/thread.t t/op/64bit.t t/op/nothread.t
36078            ! vms/ext/vmsish.pm
36079           !> (integrate 334 files)
36080 ____________________________________________________________________________
36081 [  6110] By: jhi                                   on 2000/05/23  19:28:32
36082         Log: todo tweak
36083      Branch: cfgperl
36084            ! Todo-5.6
36085 ____________________________________________________________________________
36086 [  6109] By: jhi                                   on 2000/05/18  17:38:54
36087         Log: Integrate with Sarathy.
36088      Branch: cfgperl
36089           !> mg.c perl.h win32/perlhost.h
36090 ____________________________________________________________________________
36091 [  6108] By: gsar                                  on 2000/05/17  02:24:56
36092         Log: reenable fake signal handling on Windows, bugs and all
36093      Branch: perl
36094            ! mg.c perl.h win32/perlhost.h
36095 ____________________________________________________________________________
36096 [  6107] By: jhi                                   on 2000/05/15  18:01:41
36097         Log: Tweak the todo list.
36098      Branch: cfgperl
36099            ! Todo-5.6
36100 ____________________________________________________________________________
36101 [  6106] By: jhi                                   on 2000/05/15  13:41:48
36102         Log: The (Configure) script refuses to go on, after asking for
36103              'You may also choose to try maximal 64-bitness....'.
36104              If answer is yes the script can't find the 'workshoplibpth.cbu' file.
36105              -- Patrick Zima
36106              p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de> 
36107      Branch: cfgperl
36108            ! hints/solaris_2.sh
36109 ____________________________________________________________________________
36110 [  6105] By: jhi                                   on 2000/05/11  14:37:43
36111         Log: Integrate with Sarathy.
36112      Branch: cfgperl
36113           !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
36114           !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
36115 ____________________________________________________________________________
36116 [  6104] By: gsar                                  on 2000/05/11  03:39:07
36117         Log: PL_sys_intern was being initialized too late on windows
36118      Branch: perl
36119            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
36120            ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
36121 ____________________________________________________________________________
36122 [  6103] By: jhi                                   on 2000/05/09  19:42:20
36123         Log: Test tweaking for Unicos continues.
36124      Branch: cfgperl
36125            ! t/op/64bitint.t
36126 ____________________________________________________________________________
36127 [  6102] By: jhi                                   on 2000/05/09  16:47:27
36128         Log: The test suite tweak in #6101 wasn't quite right.
36129      Branch: cfgperl
36130            ! t/lib/complex.t
36131 ____________________________________________________________________________
36132 [  6101] By: jhi                                   on 2000/05/09  15:35:34
36133         Log: Hints and test tweaks for Unicos.
36134      Branch: cfgperl
36135            ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
36136 ____________________________________________________________________________
36137 [  6100] By: jhi                                   on 2000/05/08  21:15:06
36138         Log: More compilation tweakery from Allen Smith.
36139      Branch: cfgperl
36140            ! hints/irix_6.sh
36141 ____________________________________________________________________________
36142 [  6099] By: jhi                                   on 2000/05/08  19:21:18
36143         Log: Tweaks for the cc bugs from Allen Smith.
36144      Branch: cfgperl
36145            ! hints/irix_6.sh
36146 ____________________________________________________________________________
36147 [  6098] By: jhi                                   on 2000/05/08  19:13:37
36148         Log: Add a note about other, yet unsupported, shadow password APIs.
36149      Branch: cfgperl
36150            ! pp_sys.c
36151 ____________________________________________________________________________
36152 [  6097] By: jhi                                   on 2000/05/08  18:46:34
36153         Log: Add a note about possible compilation problems from Allen Smith.
36154      Branch: cfgperl
36155            ! hints/irix_6.sh
36156 ____________________________________________________________________________
36157 [  6096] By: jhi                                   on 2000/05/08  17:33:10
36158         Log: Integrate with Sarathy.
36159      Branch: cfgperl
36160           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
36161           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
36162 ____________________________________________________________________________
36163 [  6095] By: jhi                                   on 2000/05/08  16:21:33
36164         Log: Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
36165              might be useful in future.
36166      Branch: cfgperl
36167            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
36168            ! config_h.SH
36169      Branch: metaconfig
36170            ! U/installdirs/inc_version_list.U
36171      Branch: metaconfig/U/perl
36172            ! perlxv.U
36173 ____________________________________________________________________________
36174 [  6094] By: gsar                                  on 2000/05/08  14:22:22
36175         Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
36176      Branch: perl
36177            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
36178            ! hints/cygwin.sh pp_sys.c
36179 ____________________________________________________________________________
36180 [  6093] By: gsar                                  on 2000/05/08  12:52:28
36181         Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
36182              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
36183      Branch: perl
36184            ! pp_sys.c sv.c win32/perlhost.h
36185 ____________________________________________________________________________
36186 [  6092] By: jhi                                   on 2000/05/07  22:40:34
36187         Log: Regen perltoc with the fixed buildtoc.
36188      Branch: cfgperl
36189            ! pod/perltoc.pod
36190 ____________________________________________________________________________
36191 [  6091] By: jhi                                   on 2000/05/07  22:24:16
36192         Log: Integrate with Sarathy.
36193      Branch: cfgperl
36194           !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
36195           !> t/op/substr.t toke.c
36196 ____________________________________________________________________________
36197 [  6090] By: gsar                                  on 2000/05/07  19:47:07
36198         Log: concat doesn't preserve utf8-ness, and doesn't invalidate
36199              [NI]OK; added tests for both
36200      Branch: perl
36201            ! perl.c pp_hot.c sv.c t/op/substr.t
36202 ____________________________________________________________________________
36203 [  6089] By: gsar                                  on 2000/05/07  18:18:38
36204         Log: buildtoc tweak to fix newline lossage
36205      Branch: perl
36206            ! pod/buildtoc
36207 ____________________________________________________________________________
36208 [  6088] By: jhi                                   on 2000/05/07  16:35:36
36209         Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
36210              because we do not use those.  The HAS_GETSPNAM remains,
36211              though, because we still do use that.
36212      Branch: cfgperl
36213            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
36214            ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
36215            ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
36216            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
36217            ! win32/config.vc win32/config_H.bc win32/config_H.gc
36218            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
36219 ____________________________________________________________________________
36220 [  6087] By: gsar                                  on 2000/05/07  16:05:16
36221         Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
36222      Branch: perl
36223            ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
36224 ____________________________________________________________________________
36225 [  6086] By: jhi                                   on 2000/05/07  15:27:07
36226         Log: Integrate with Sarathy.
36227      Branch: cfgperl
36228           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
36229           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
36230           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
36231           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
36232           !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
36233           !> utils/perlbug.PL vms/vms.c vms/vmsish.h
36234 ____________________________________________________________________________
36235 [  6085] By: gsar                                  on 2000/05/07  05:52:02
36236         Log: repeat operator (x) doesn't preserve utf8-ness
36237      Branch: perl
36238            ! pp.c t/op/substr.t
36239 ____________________________________________________________________________
36240 [  6084] By: gsar                                  on 2000/05/07  05:39:55
36241         Log: substr() does not preserve utf8-ness (from Stefan Eissing
36242              <Eissing@medicaldataservice.de>); added tests
36243      Branch: perl
36244            ! pp.c t/op/substr.t
36245 ____________________________________________________________________________
36246 [  6083] By: gsar                                  on 2000/05/07  05:24:46
36247         Log: note about undocumented caller() return value (from M.J.T. Guy);
36248              yet another peek.t tweak
36249      Branch: perl
36250            ! pod/perlfunc.pod t/lib/peek.t
36251 ____________________________________________________________________________
36252 [  6082] By: gsar                                  on 2000/05/07  05:08:40
36253         Log: peek.t non-portable to ithreads
36254      Branch: perl
36255            ! t/lib/peek.t
36256 ____________________________________________________________________________
36257 [  6081] By: gsar                                  on 2000/05/07  04:17:04
36258         Log: better default perlbug categories for ok reports (from Richard Foley)
36259      Branch: perl
36260            ! utils/perlbug.PL
36261 ____________________________________________________________________________
36262 [  6080] By: gsar                                  on 2000/05/07  04:08:07
36263         Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
36264              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
36265      Branch: perl
36266            + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
36267            + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
36268            ! AUTHORS MAINTAIN MANIFEST
36269 ____________________________________________________________________________
36270 [  6079] By: gsar                                  on 2000/05/07  04:01:38
36271         Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
36272      Branch: perl
36273            ! lib/Carp/Heavy.pm
36274 ____________________________________________________________________________
36275 [  6078] By: gsar                                  on 2000/05/07  01:24:19
36276         Log: workaround for CRT bug in chdir() (from Charles Lane, via
36277              Peter Prymmer)
36278      Branch: perl
36279            ! iperlsys.h vms/vms.c vms/vmsish.h
36280 ____________________________________________________________________________
36281 [  6077] By: gsar                                  on 2000/05/07  01:22:23
36282         Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
36283              and Tom Phoenix)
36284      Branch: perl
36285            ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
36286 ____________________________________________________________________________
36287 [  6076] By: gsar                                  on 2000/05/06  17:36:29
36288         Log: integrate cfgperl contents into mainline
36289      Branch: perl
36290           +> t/lib/peek.t
36291           !> Configure MANIFEST Porting/Glossary Porting/config.sh
36292           !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
36293           !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
36294           !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
36295 ____________________________________________________________________________
36296 [  6075] By: jhi                                   on 2000/05/05  18:56:10
36297         Log: Make the test more portable.
36298      Branch: cfgperl
36299            ! t/lib/peek.t
36300 ____________________________________________________________________________
36301 [  6074] By: jhi                                   on 2000/05/05  18:49:20
36302         Log: Introduce t/lib/peek.t.
36303      Branch: cfgperl
36304            + t/lib/peek.t
36305            ! MANIFEST
36306 ____________________________________________________________________________
36307 [  6073] By: jhi                                   on 2000/05/05  14:30:45
36308         Log: Complex tweaks.
36309      Branch: cfgperl
36310            ! lib/Math/Complex.pm t/lib/complex.t
36311 ____________________________________________________________________________
36312 [  6072] By: jhi                                   on 2000/05/05  12:27:13
36313         Log: Integrate with Sarathy.
36314      Branch: cfgperl
36315           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
36316           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
36317           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
36318           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
36319 ____________________________________________________________________________
36320 [  6071] By: gsar                                  on 2000/05/05  02:24:46
36321         Log: misformatted perllocal.pod (from Tim Jenness
36322              <t.jenness@jach.hawaii.edu>)
36323      Branch: perl
36324            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
36325 ____________________________________________________________________________
36326 [  6070] By: gsar                                  on 2000/05/05  02:16:52
36327         Log: remove misleading comment (from M.J.T. Guy)
36328      Branch: perl
36329            ! t/lib/anydbm.t
36330 ____________________________________________________________________________
36331 [  6069] By: gsar                                  on 2000/05/05  02:15:13
36332         Log: File::Spec compatibility update (from Barrie Slaymaker
36333              <barries@slaysys.com>)
36334      Branch: perl
36335            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
36336            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
36337 ____________________________________________________________________________
36338 [  6068] By: gsar                                  on 2000/05/05  02:01:50
36339         Log: note about values()
36340      Branch: perl
36341            ! pod/perlfunc.pod
36342 ____________________________________________________________________________
36343 [  6067] By: gsar                                  on 2000/05/05  01:33:09
36344         Log: replace direct call to sighandler() with (*PL_sighandlerp)()
36345      Branch: perl
36346            ! win32/win32.c
36347 ____________________________________________________________________________
36348 [  6066] By: gsar                                  on 2000/05/05  01:23:43
36349         Log: s/END/CHECK/
36350      Branch: perl
36351            ! perl.c
36352 ____________________________________________________________________________
36353 [  6065] By: jhi                                   on 2000/05/04  17:30:22
36354         Log: Integrate with Sarathy.
36355      Branch: cfgperl
36356           !> pp_sys.c sv.c t/pragma/utf8.t toke.c
36357 ____________________________________________________________________________
36358 [  6064] By: gsar                                  on 2000/05/04  17:26:14
36359         Log: change#5905 wasn't quite right--it's intent only applies when arguments
36360              to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
36361      Branch: perl
36362            ! pp_sys.c sv.c
36363 ____________________________________________________________________________
36364 [  6063] By: gsar                                  on 2000/05/04  16:52:29
36365         Log: tokeq() could read unallocated field in argument
36366      Branch: perl
36367            ! toke.c
36368 ____________________________________________________________________________
36369 [  6062] By: gsar                                  on 2000/05/04  16:34:51
36370         Log: additional tests for utf8.t
36371      Branch: perl
36372            ! t/pragma/utf8.t
36373 ____________________________________________________________________________
36374 [  6061] By: gsar                                  on 2000/05/04  16:09:28
36375         Log: change#5921 neglected to make eq honor "use bytes"
36376      Branch: perl
36377            ! sv.c
36378 ____________________________________________________________________________
36379 [  6060] By: jhi                                   on 2000/05/04  15:30:16
36380         Log: Integrate with Sarathy.
36381      Branch: cfgperl
36382           !> perl.c regcomp.c t/pragma/utf8.t
36383 ____________________________________________________________________________
36384 [  6059] By: jhi                                   on 2000/05/04  15:26:37
36385         Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
36386              in natively 64-bit platforms where a long is a quad (no need
36387              for long longs).  Also added bias for IVs.
36388      Branch: cfgperl
36389            ! toke.c
36390 ____________________________________________________________________________
36391 [  6058] By: gsar                                  on 2000/05/04  00:19:14
36392         Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
36393              (spotted by Donald Kinzer <dkinzer@premia.com>)
36394      Branch: perl
36395            ! perl.c
36396 ____________________________________________________________________________
36397 [  6057] By: gsar                                  on 2000/05/03  18:34:01
36398         Log: fix broken parsing of /\x{ab}/
36399      Branch: perl
36400            ! regcomp.c t/pragma/utf8.t
36401 ____________________________________________________________________________
36402 [  6056] By: jhi                                   on 2000/05/03  17:57:16
36403         Log: The search of infinity continues, this time simplified.
36404      Branch: cfgperl
36405            ! lib/Math/Complex.pm
36406 ____________________________________________________________________________
36407 [  6055] By: jhi                                   on 2000/05/03  17:45:30
36408         Log: Detypo.
36409      Branch: cfgperl
36410            ! hints/unicos.sh
36411 ____________________________________________________________________________
36412 [  6054] By: jhi                                   on 2000/05/02  22:28:27
36413         Log: Be more forgiving in POSIX about HUGE_VALL.
36414      Branch: cfgperl
36415            ! ext/POSIX/POSIX.xs
36416 ____________________________________________________________________________
36417 [  6053] By: jhi                                   on 2000/05/02  22:25:05
36418         Log: Integrate with Sarathy.
36419      Branch: cfgperl
36420           !> hints/irix_6.sh pod/perlop.pod
36421 ____________________________________________________________________________
36422 [  6052] By: jhi                                   on 2000/05/02  22:24:31
36423         Log: Unicos hint tweak.
36424      Branch: cfgperl
36425            ! hints/unicos.sh
36426 ____________________________________________________________________________
36427 [  6051] By: jhi                                   on 2000/05/02  22:21:26
36428         Log: Complex tweakery.
36429      Branch: cfgperl
36430            ! lib/Math/Complex.pm t/lib/complex.t
36431 ____________________________________________________________________________
36432 [  6050] By: jhi                                   on 2000/05/02  19:26:22
36433         Log: Use setxxent()/endxxent().
36434      Branch: cfgperl
36435            ! t/op/grent.t t/op/pwent.t
36436 ____________________________________________________________________________
36437 [  6049] By: jhi                                   on 2000/05/02  19:06:02
36438         Log: Test both the scalar and list contexts.
36439      Branch: cfgperl
36440            ! t/op/grent.t t/op/pwent.t
36441 ____________________________________________________________________________
36442 [  6048] By: gsar                                  on 2000/05/02  18:29:10
36443         Log: add note about how $( doesn't interpolate in REs (from
36444              Philip Newton <newton@ficus.frogspace.net>)
36445      Branch: perl
36446            ! pod/perlop.pod
36447 ____________________________________________________________________________
36448 [  6047] By: jhi                                   on 2000/05/02  17:41:24
36449         Log: Call getspnam() only iff needd.
36450      Branch: cfgperl
36451            ! pp_sys.c
36452 ____________________________________________________________________________
36453 [  6046] By: gsar                                  on 2000/05/02  17:07:25
36454         Log: libscheck has insufficient checks for n32 libs (from
36455              Albert Chin-A-Young <china@thewrittenword.com>)
36456      Branch: perl
36457            ! hints/irix_6.sh
36458 ____________________________________________________________________________
36459 [  6045] By: jhi                                   on 2000/05/02  13:57:17
36460         Log: Integrate with Sarathy.
36461      Branch: cfgperl
36462           !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
36463           !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
36464 ____________________________________________________________________________
36465 [  6044] By: gsar                                  on 2000/05/02  06:48:19
36466         Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
36467              such that underscores are only ignored in literal numbers,
36468              "\x{...}", and hex/oct argument
36469      Branch: perl
36470            ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
36471 ____________________________________________________________________________
36472 [  6043] By: gsar                                  on 2000/05/02  02:22:29
36473         Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
36474      Branch: perl
36475            ! pod/perlretut.pod
36476 ____________________________________________________________________________
36477 [  6042] By: gsar                                  on 2000/05/02  02:17:51
36478         Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
36479      Branch: perl
36480            ! pod/perltrap.pod
36481 ____________________________________________________________________________
36482 [  6041] By: gsar                                  on 2000/05/02  01:53:51
36483         Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
36484              to compensate
36485      Branch: perl
36486            ! Porting/makerel
36487 ____________________________________________________________________________
36488 [  6040] By: gsar                                  on 2000/05/02  01:51:57
36489         Log: missing files in MANIFEST
36490      Branch: perl
36491            ! MANIFEST
36492 ____________________________________________________________________________
36493 [  6039] By: jhi                                   on 2000/05/02  00:36:46
36494         Log: Infinite problems.
36495      Branch: cfgperl
36496            ! lib/Math/Complex.pm
36497 ____________________________________________________________________________
36498 [  6038] By: jhi                                   on 2000/05/02  00:06:38
36499         Log: pwent/spent #ifdef imbalance.
36500      Branch: cfgperl
36501            ! pp_sys.c
36502 ____________________________________________________________________________
36503 [  6037] By: jhi                                   on 2000/05/01  22:50:11
36504         Log: Use HUGE_VALL if applicable.
36505      Branch: cfgperl
36506            ! ext/POSIX/POSIX.xs util.c
36507 ____________________________________________________________________________
36508 [  6036] By: jhi                                   on 2000/05/01  22:20:53
36509         Log: Correct Freudian slip.
36510      Branch: cfgperl
36511            ! pp_sys.c
36512 ____________________________________________________________________________
36513 [  6035] By: jhi                                   on 2000/05/01  21:07:38
36514         Log: Continue on the pwent/spent case.
36515      Branch: cfgperl
36516            ! pp_sys.c
36517 ____________________________________________________________________________
36518 [  6034] By: jhi                                   on 2000/05/01  17:45:14
36519         Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
36520              adjustments in 6032 conflicted badly with this, will have
36521              to revisit them later.
36522      Branch: cfgperl
36523           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
36524           !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
36525           !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
36526           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
36527           !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
36528           !> t/lib/cgi-html.t t/lib/cgi-request.t
36529 ____________________________________________________________________________
36530 [  6033] By: jhi                                   on 2000/05/01  17:40:49
36531         Log: Rewrite the pwent/spent logic to be a little bit more clearer.
36532      Branch: cfgperl
36533            ! pp_sys.c
36534 ____________________________________________________________________________
36535 [  6032] By: gsar                                  on 2000/05/01  15:56:32
36536         Log: whitespace adjustments
36537      Branch: perl
36538            ! pp_sys.c
36539 ____________________________________________________________________________
36540 [  6031] By: gsar                                  on 2000/05/01  15:19:41
36541         Log: small nits in diagnostics.pm (from Robin Barker)
36542      Branch: perl
36543            ! lib/diagnostics.pm pod/perldiag.pod
36544 ____________________________________________________________________________
36545 [  6030] By: gsar                                  on 2000/05/01  08:39:18
36546         Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
36547              for @- and @+ (from Johan Vromans)
36548      Branch: perl
36549            ! lib/English.pm pod/perlvar.pod
36550 ____________________________________________________________________________
36551 [  6029] By: gsar                                  on 2000/05/01  08:16:10
36552         Log: add CGI.pm v2.66 (from Lincoln Stein)
36553      Branch: perl
36554            + lib/CGI/Util.pm t/lib/cgi-pretty.t
36555            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
36556            ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
36557            ! t/lib/cgi-html.t t/lib/cgi-request.t
36558 ____________________________________________________________________________
36559 [  6028] By: gsar                                  on 2000/05/01  06:34:41
36560         Log: Pod::Man generates groff-incompatible macro definition (from
36561              Tom Christiansen)
36562      Branch: perl
36563            ! lib/Pod/Man.pm
36564 ____________________________________________________________________________
36565 [  6027] By: gsar                                  on 2000/05/01  06:31:36
36566         Log: podlators-1.02 update (from Russ Allbery)
36567      Branch: perl
36568            ! lib/Pod/Man.pm lib/Pod/Text.pm
36569 ____________________________________________________________________________
36570 [  6026] By: jhi                                   on 2000/04/30  23:24:23
36571         Log: Integrate with Sarathy.
36572      Branch: cfgperl
36573           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
36574           !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
36575           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
36576           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
36577           !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
36578           !> t/lib/syslog.t toke.c win32/win32.h
36579 ____________________________________________________________________________
36580 [  6025] By: gsar                                  on 2000/04/30  18:17:47
36581         Log: Is{Alnum,Alpha,Word} don't match titlecase
36582              
36583              TODO: IsSpace is defined recursively!
36584              
36585              (both spotted by Larry)
36586      Branch: perl
36587            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
36588            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
36589 ____________________________________________________________________________
36590 [  6024] By: gsar                                  on 2000/04/30  17:50:19
36591         Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
36592              (from Hugo van der Sanden)
36593      Branch: perl
36594            ! toke.c
36595 ____________________________________________________________________________
36596 [  6023] By: gsar                                  on 2000/04/30  17:14:43
36597         Log: debugger stomps on $. (from M.J.T. Guy)
36598      Branch: perl
36599            ! lib/perl5db.pl
36600 ____________________________________________________________________________
36601 [  6022] By: gsar                                  on 2000/04/30  16:59:22
36602         Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
36603      Branch: perl
36604            ! sv.c
36605 ____________________________________________________________________________
36606 [  6021] By: gsar                                  on 2000/04/29  21:00:08
36607         Log: remove Win2K issue in pod (fixed by change#6020)
36608      Branch: perl
36609            ! README.win32 pod/perl56delta.pod
36610 ____________________________________________________________________________
36611 [  6020] By: gsar                                  on 2000/04/29  20:51:49
36612         Log: test tweak
36613      Branch: perl
36614            ! t/lib/open3.t
36615 ____________________________________________________________________________
36616 [  6019] By: gsar                                  on 2000/04/29  20:34:27
36617         Log: windows portability tweaks
36618      Branch: perl
36619            ! t/lib/b.t win32/win32.h
36620 ____________________________________________________________________________
36621 [  6018] By: gsar                                  on 2000/04/29  19:55:24
36622         Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
36623              make _PATH_LOG() return "" if unavailable
36624      Branch: perl
36625            ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
36626            ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
36627 ____________________________________________________________________________
36628 [  6017] By: jhi                                   on 2000/04/28  22:49:46
36629         Log: Integrate with Sarathy.
36630      Branch: cfgperl
36631           !> op.c perl.c pod/perldiag.pod t/lib/b.t
36632 ____________________________________________________________________________
36633 [  6016] By: jhi                                   on 2000/04/28  22:46:14
36634         Log: Do not warn that an infinity does not look like a number.
36635      Branch: cfgperl
36636            ! sv.c
36637 ____________________________________________________________________________
36638 [  6015] By: gsar                                  on 2000/04/28  22:35:49
36639         Log: tweak test for portability
36640      Branch: perl
36641            ! t/lib/b.t
36642 ____________________________________________________________________________
36643 [  6014] By: gsar                                  on 2000/04/28  22:05:31
36644         Log: glob() loading File::Glob behind the scenes may cause syntax errors
36645      Branch: perl
36646            ! op.c
36647 ____________________________________________________________________________
36648 [  6013] By: gsar                                  on 2000/04/28  21:25:22
36649         Log: tweak change#5945 to display correct switch name in diagnostic
36650      Branch: perl
36651            ! perl.c pod/perldiag.pod
36652 ____________________________________________________________________________
36653 [  6012] By: jhi                                   on 2000/04/28  21:08:12
36654         Log: Integrate with Sarathy.
36655      Branch: cfgperl
36656           !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
36657           !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
36658           !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
36659 ____________________________________________________________________________
36660 [  6011] By: jhi                                   on 2000/04/28  21:04:46
36661         Log: &HUGE_VAL is not defined, it exists.
36662      Branch: cfgperl
36663            ! lib/Math/Complex.pm
36664 ____________________________________________________________________________
36665 [  6010] By: gsar                                  on 2000/04/28  21:02:58
36666         Log: clarify note about shadow password support (from
36667              gellyfish@gellyfish.com)
36668      Branch: perl
36669            ! pod/perlfunc.pod
36670 ____________________________________________________________________________
36671 [  6009] By: gsar                                  on 2000/04/28  21:00:00
36672         Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
36673      Branch: perl
36674            ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
36675 ____________________________________________________________________________
36676 [  6008] By: gsar                                  on 2000/04/28  20:56:33
36677         Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
36678      Branch: perl
36679            ! installperl vms/subconfigure.com
36680 ____________________________________________________________________________
36681 [  6007] By: gsar                                  on 2000/04/28  20:51:21
36682         Log: note about compile failures and END blocks (from M.J.T. Guy)
36683      Branch: perl
36684            ! pod/perl56delta.pod pod/perlmod.pod
36685 ____________________________________________________________________________
36686 [  6006] By: jhi                                   on 2000/04/28  20:42:14
36687         Log: Regen Configure.
36688      Branch: cfgperl
36689            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
36690            ! config_h.SH
36691 ____________________________________________________________________________
36692 [  6005] By: gsar                                  on 2000/04/28  20:41:16
36693         Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
36694      Branch: perl
36695            ! utils/perldoc.PL
36696 ____________________________________________________________________________
36697 [  6004] By: jhi                                   on 2000/04/28  20:28:21
36698         Log: Integrate with Sarathy.
36699      Branch: cfgperl
36700           !> Configure INSTALL Porting/Glossary Porting/config.sh
36701           !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
36702           !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
36703           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
36704           !> win32/config.vc win32/win32.c
36705 ____________________________________________________________________________
36706 [  6003] By: gsar                                  on 2000/04/28  20:11:20
36707         Log: allow REG_EXPAND_SZ keys in Windows registry (from
36708              John Clayton <John.Clayton@barclayscapital.com>)
36709      Branch: perl
36710            ! win32/win32.c
36711 ____________________________________________________________________________
36712 [  6002] By: gsar                                  on 2000/04/28  19:34:16
36713         Log: destructive sv_setsv() can lose UV-ness from source, causing
36714              numeric promotions/comparisons to fail to do the right thing
36715      Branch: perl
36716            ! sv.c
36717 ____________________________________________________________________________
36718 [  6001] By: gsar                                  on 2000/04/28  18:44:15
36719         Log: support additional library locations via $Config{otherlibdirs}
36720              (from Andy Dougherty)
36721      Branch: perl
36722            ! Configure INSTALL Porting/Glossary Porting/config.sh
36723            ! Porting/config_H config_h.SH epoc/config.sh perl.c
36724            ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
36725            ! win32/config.bc win32/config.gc win32/config.vc
36726 ____________________________________________________________________________
36727 [  6000] By: gsar                                  on 2000/04/28  18:26:58
36728         Log: reworked otherlibdirs.U (from Andy Dougherty)
36729      Branch: metaconfig
36730            ! U/installdirs/otherlibdirs.U
36731 ____________________________________________________________________________
36732 [  5999] By: gsar                                  on 2000/04/28  18:17:07
36733         Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
36734      Branch: perl
36735            ! t/pragma/warn/toke toke.c
36736 ____________________________________________________________________________
36737 [  5998] By: jhi                                   on 2000/04/28  13:32:17
36738         Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
36739      Branch: cfgperl
36740            ! lib/Math/Complex.pm
36741 ____________________________________________________________________________
36742 [  5997] By: jhi                                   on 2000/04/28  13:14:04
36743         Log: Preserve $!.
36744      Branch: cfgperl
36745            ! lib/Math/Complex.pm
36746 ____________________________________________________________________________
36747 [  5996] By: jhi                                   on 2000/04/28  12:59:23
36748         Log: Integrate with Sarathy.
36749      Branch: cfgperl
36750           +> pod/perlrequick.pod pod/perlretut.pod
36751           !> (integrate 51 files)
36752 ____________________________________________________________________________
36753 [  5995] By: gsar                                  on 2000/04/28  09:37:36
36754         Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
36755      Branch: perl
36756            ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
36757 ____________________________________________________________________________
36758 [  5994] By: gsar                                  on 2000/04/28  09:33:26
36759         Log: fix for missed accounting for null byte in pack("Z",...) (from
36760              M.J.T. Guy)
36761      Branch: perl
36762            ! pp.c t/op/pack.t
36763 ____________________________________________________________________________
36764 [  5993] By: gsar                                  on 2000/04/28  09:30:05
36765         Log: various minor tweaks seen on p5p
36766      Branch: perl
36767            ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
36768 ____________________________________________________________________________
36769 [  5992] By: gsar                                  on 2000/04/28  09:08:19
36770         Log: pod nit (from Simon Cozens)
36771      Branch: perl
36772            ! pod/perlop.pod
36773 ____________________________________________________________________________
36774 [  5991] By: gsar                                  on 2000/04/28  09:06:36
36775         Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
36776      Branch: perl
36777            ! README.posix-bc hints/posix-bc.sh
36778 ____________________________________________________________________________
36779 [  5990] By: gsar                                  on 2000/04/28  08:54:52
36780         Log: use $ENV{LIB} to search for libs under Visual C compiler
36781              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
36782      Branch: perl
36783            ! lib/ExtUtils/Liblist.pm
36784 ____________________________________________________________________________
36785 [  5989] By: gsar                                  on 2000/04/28  08:27:12
36786         Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
36787              itself and no other (from Tom Hughes)
36788      Branch: perl
36789            ! t/op/array.t toke.c
36790 ____________________________________________________________________________
36791 [  5988] By: gsar                                  on 2000/04/28  08:01:38
36792         Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
36793              <paul@miraclefish.com>)
36794      Branch: perl
36795            ! lib/ExtUtils/MakeMaker.pm
36796 ____________________________________________________________________________
36797 [  5987] By: gsar                                  on 2000/04/28  07:53:09
36798         Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
36799      Branch: perl
36800            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
36801 ____________________________________________________________________________
36802 [  5986] By: gsar                                  on 2000/04/28  07:44:17
36803         Log: add regular expressions tutorial and quick-start guide (from
36804              Mark Kvale <kvale@phy.ucsf.edu>)
36805      Branch: perl
36806            + pod/perlrequick.pod pod/perlretut.pod
36807            ! AUTHORS MAINTAIN MANIFEST
36808 ____________________________________________________________________________
36809 [  5985] By: gsar                                  on 2000/04/28  07:30:28
36810         Log: forked child may not exit correctly if it failed to open
36811              /dev/console (from Graham Barr)
36812      Branch: perl
36813            ! ext/Sys/Syslog/Syslog.pm
36814 ____________________________________________________________________________
36815 [  5984] By: gsar                                  on 2000/04/28  07:27:20
36816         Log: attributes::reftype() doesn't work on tied argument
36817      Branch: perl
36818            ! xsutils.c
36819 ____________________________________________________________________________
36820 [  5983] By: gsar                                  on 2000/04/28  07:15:04
36821         Log: numeric conversion of non-number in change#3378 tramples on
36822              OOK offset, causing segfaults
36823      Branch: perl
36824            ! sv.c
36825 ____________________________________________________________________________
36826 [  5982] By: gsar                                  on 2000/04/28  04:48:25
36827         Log: avoid error in IO::Socket::INET when given an unknown service name
36828              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
36829      Branch: perl
36830            ! ext/IO/lib/IO/Socket/INET.pm
36831 ____________________________________________________________________________
36832 [  5981] By: gsar                                  on 2000/04/28  04:31:31
36833         Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
36834              prototype mismatch with CORE::glob(); update pod and tests to
36835              suit (File::Glob::glob() is still available for backward
36836              compatibility, but should be considered deprecated)
36837      Branch: perl
36838            ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
36839            ! t/lib/glob-taint.t
36840 ____________________________________________________________________________
36841 [  5980] By: gsar                                  on 2000/04/28  03:47:29
36842         Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
36843              <ghudson@mit.edu>)
36844      Branch: metaconfig
36845            ! U/modified/Options.U
36846      Branch: perl
36847            ! Configure
36848 ____________________________________________________________________________
36849 [  5979] By: gsar                                  on 2000/04/28  03:07:54
36850         Log: under useithreads, constant pad entries could inadvertantly be
36851              shared across threads (from Eric Blood <eblood@xmission.com>);
36852              added Eric's test case to testsuite
36853      Branch: perl
36854            ! op.c t/op/misc.t
36855 ____________________________________________________________________________
36856 [  5978] By: gsar                                  on 2000/04/27  21:13:00
36857         Log: sync version numbers in File::Spec with the ones on CPAN
36858              (from Barrie Slaymaker)
36859      Branch: perl
36860            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
36861            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
36862            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
36863 ____________________________________________________________________________
36864 [  5977] By: gsar                                  on 2000/04/27  21:07:29
36865         Log: autoquote barewords followed by newline and arrow properly
36866              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
36867      Branch: perl
36868            ! t/pragma/warn/toke toke.c
36869 ____________________________________________________________________________
36870 [  5976] By: gsar                                  on 2000/04/27  20:41:20
36871         Log: DB_File v1.73 update (from Paul Marquess)
36872      Branch: perl
36873            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
36874            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
36875 ____________________________________________________________________________
36876 [  5975] By: gsar                                  on 2000/04/27  20:34:24
36877         Log: allow sort() reentrancy (variant of patch suggested by
36878              Hugo van der Sanden)
36879      Branch: perl
36880            ! pp_ctl.c t/op/sort.t
36881 ____________________________________________________________________________
36882 [  5974] By: gsar                                  on 2000/04/27  19:46:57
36883         Log: change#4197 somehow missed initializing PL_errors, meaning
36884              sytax error queueing wasn't working outside eval"" at all;
36885              also fixed eval"" to localize PL_error_count, so that compile-time
36886              eval's don't clobber the error state of the outer context
36887      Branch: perl
36888            ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
36889            ! t/pragma/warn/toke
36890 ____________________________________________________________________________
36891 [  5973] By: gsar                                  on 2000/04/27  18:29:05
36892         Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
36893      Branch: perl
36894            ! regcomp.c regexec.c t/op/re_tests
36895 ____________________________________________________________________________
36896 [  5972] By: jhi                                   on 2000/04/27  18:22:41
36897         Log: Integrate with Sarathy.
36898      Branch: cfgperl
36899           +> t/lib/b.t t/lib/syslog.t
36900           !> (integrate 31 files)
36901 ____________________________________________________________________________
36902 [  5971] By: jhi                                   on 2000/04/27  18:18:46
36903         Log: Unicos tweaks from Mark P. Lutz.
36904      Branch: cfgperl
36905            ! hints/unicos.sh lib/Math/Complex.pm
36906 ____________________________________________________________________________
36907 [  5970] By: gsar                                  on 2000/04/27  18:05:11
36908         Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
36909              IV is >32bits
36910      Branch: perl
36911            ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
36912 ____________________________________________________________________________
36913 [  5969] By: gsar                                  on 2000/04/27  17:50:56
36914         Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
36915      Branch: perl
36916            + t/lib/syslog.t
36917            ! MANIFEST ext/Sys/Syslog/Syslog.pm
36918 ____________________________________________________________________________
36919 [  5968] By: gsar                                  on 2000/04/27  17:44:49
36920         Log: tolerate spaces in group names in test on solaris (from David Boyce
36921              <dsb@boyski.com>)
36922      Branch: perl
36923            ! t/op/groups.t
36924 ____________________________________________________________________________
36925 [  5967] By: gsar                                  on 2000/04/27  17:41:22
36926         Log: improved docs on the warn_uninit diagnostic (from David Glasser
36927              and Simon Cozens)
36928      Branch: perl
36929            ! pod/perldiag.pod
36930 ____________________________________________________________________________
36931 [  5966] By: gsar                                  on 2000/04/27  16:54:58
36932         Log: add testsuite for B backends, fix bug in B::Deparse (from
36933              Simon Cozens <simon@brecon.co.uk>)
36934      Branch: perl
36935            + t/lib/b.t
36936            ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
36937 ____________________________________________________________________________
36938 [  5965] By: gsar                                  on 2000/04/27  16:10:37
36939         Log: avoid "will not stay shared" warnings for our variables (from
36940              Robin Barker)
36941      Branch: perl
36942            ! op.c t/pragma/warn/op
36943 ____________________________________________________________________________
36944 [  5964] By: gsar                                  on 2000/04/27  07:05:05
36945         Log: reformat to 72 columns (again)
36946      Branch: perl
36947            ! pod/perldiag.pod
36948 ____________________________________________________________________________
36949 [  5963] By: gsar                                  on 2000/04/27  06:28:31
36950         Log: patch from Larry to make (\&) prototype work; added tests for
36951              the same
36952      Branch: perl
36953            ! op.c t/comp/proto.t
36954 ____________________________________________________________________________
36955 [  5962] By: gsar                                  on 2000/04/27  06:15:47
36956         Log: updated README.hpux (from Jeff Okamoto)
36957      Branch: perl
36958            ! README.hpux
36959 ____________________________________________________________________________
36960 [  5961] By: gsar                                  on 2000/04/27  05:55:03
36961         Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
36962      Branch: perl
36963            ! emacs/cperl-mode.el
36964 ____________________________________________________________________________
36965 [  5960] By: gsar                                  on 2000/04/27  05:49:26
36966         Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
36967      Branch: perl
36968            ! INSTALL
36969 ____________________________________________________________________________
36970 [  5959] By: gsar                                  on 2000/04/27  05:33:41
36971         Log: doubled words in pods (from Simon Cozens
36972              <simon.p.cozens@jp.pwcglobal.com>)
36973      Branch: perl
36974            ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
36975            ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
36976            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
36977            ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
36978            ! pod/perltootc.pod
36979 ____________________________________________________________________________
36980 [  5958] By: gsar                                  on 2000/04/27  05:11:39
36981         Log: change#3569 deleted some essential code, revert; avoid use of
36982              atexit() to make DynaLoader work properly on AIX under mod_perl
36983              (from Jens-Uwe Mager <jum@helios.de>)
36984      Branch: perl
36985            ! ext/DynaLoader/dl_aix.xs
36986 ____________________________________________________________________________
36987 [  5957] By: gsar                                  on 2000/04/27  04:54:51
36988         Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
36989      Branch: perl
36990            ! pod/perlmod.pod
36991 ____________________________________________________________________________
36992 [  5956] By: gsar                                  on 2000/04/27  04:51:47
36993         Log: better diagnostics on failed tests (from Ilya Zakharevich)
36994      Branch: perl
36995            ! t/op/lex_assign.t
36996 ____________________________________________________________________________
36997 [  5955] By: gsar                                  on 2000/04/27  04:26:44
36998         Log: longstanding bug exposed by change#3307: sort arguments weren't
36999              compiled with the right wantarray context (ensuing runtime lookup
37000              via block_gimme() was getting the incidental context of the
37001              sort() itself)
37002      Branch: perl
37003            ! op.c t/op/sort.t
37004 ____________________________________________________________________________
37005 [  5954] By: gsar                                  on 2000/04/26  23:42:12
37006         Log: integrate cfgperl contents into mainline
37007      Branch: perl
37008           !> (integrate 30 files)
37009 ____________________________________________________________________________
37010 [  5953] By: jhi                                   on 2000/04/26  23:06:42
37011         Log: Integrate with Sarathy.
37012      Branch: cfgperl
37013           !> README.win32 ext/B/B/Deparse.pm
37014           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
37015           !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
37016           !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
37017           !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
37018           !> utils/perldoc.PL vms/perlvms.pod
37019 ____________________________________________________________________________
37020 [  5952] By: jhi                                   on 2000/04/26  23:03:46
37021         Log: Undo "use integer" addition from 64bitint as it seems
37022              to break most of the subtests in Digital UNIX;
37023              Unicos needs to find another way.
37024      Branch: cfgperl
37025            ! t/op/64bitint.t
37026 ____________________________________________________________________________
37027 [  5951] By: jhi                                   on 2000/04/26  22:57:53
37028         Log: Be more robust on "extreme" (large absolute value)
37029              arguments.  Originally reported by Daniel Connelly
37030              as a problem with asinh() on large negative arguments,
37031              asinh() used to bail out because an argument to log()
37032              ended up being zero.  Ilya Zakharevich proposed using
37033              Taylor's series in such cases, which for such large
37034              arguments is a very good approximation.
37035      Branch: cfgperl
37036            ! lib/Math/Complex.pm t/lib/complex.t
37037 ____________________________________________________________________________
37038 [  5950] By: gsar                                  on 2000/04/25  19:13:12
37039         Log: reformat perldiag to avoid long lines
37040      Branch: perl
37041            ! pod/perldiag.pod
37042 ____________________________________________________________________________
37043 [  5949] By: gsar                                  on 2000/04/25  18:41:11
37044         Log: make perldoc use the pod2man from the same version (from
37045              M.J.T. Guy)
37046      Branch: perl
37047            ! utils/perldoc.PL
37048 ____________________________________________________________________________
37049 [  5948] By: gsar                                  on 2000/04/25  18:21:57
37050         Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
37051              <kompas@kompas.usr.onet.pl>)
37052      Branch: perl
37053            ! lib/vars.pm
37054 ____________________________________________________________________________
37055 [  5947] By: gsar                                  on 2000/04/25  18:11:53
37056         Log: use &dl_error rather than &dl_load_file as the guard for calling
37057              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
37058              statically built perl)
37059      Branch: perl
37060            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
37061 ____________________________________________________________________________
37062 [  5946] By: jhi                                   on 2000/04/25  17:37:54
37063         Log: Document that tr() is not tr(1).
37064      Branch: cfgperl
37065            ! pod/perlop.pod
37066 ____________________________________________________________________________
37067 [  5945] By: gsar                                  on 2000/04/25  16:34:33
37068         Log: make module name mandatory after -M switch; reorder perldiag
37069              alphabetically (from Mark-Jason Dominus)
37070      Branch: perl
37071            ! perl.c pod/perldiag.pod
37072 ____________________________________________________________________________
37073 [  5944] By: jhi                                   on 2000/04/25  01:15:18
37074         Log: On second thoughts frexp() does have two arguments.
37075      Branch: cfgperl
37076            ! perl.h
37077 ____________________________________________________________________________
37078 [  5943] By: jhi                                   on 2000/04/24  22:56:32
37079         Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
37080              Now pp_ncmp() returns undef is either operand is a NaN.
37081      Branch: cfgperl
37082            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
37083            ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
37084            ! vms/subconfigure.com vos/config.def vos/config.h
37085            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
37086            ! win32/config.vc win32/config_H.bc win32/config_H.gc
37087            ! win32/config_H.vc
37088      Branch: metaconfig/U/perl
37089            + d_modfl.U
37090 ____________________________________________________________________________
37091 [  5942] By: jhi                                   on 2000/04/24  19:45:17
37092         Log: Regen Configure to match #5937.
37093      Branch: cfgperl
37094            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
37095            ! config_h.SH
37096      Branch: metaconfig
37097            ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
37098 ____________________________________________________________________________
37099 [  5941] By: jhi                                   on 2000/04/24  19:24:11
37100         Log: Further Unicos fixes for Mark Lutz.
37101      Branch: cfgperl
37102            ! hints/unicos.sh pp_ctl.c
37103 ____________________________________________________________________________
37104 [  5940] By: jhi                                   on 2000/04/24  19:09:06
37105         Log: Various Unicos 10.0.0.6 fixes.
37106              
37107              Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
37108              From: Mark P Lutz <tecmpl1@triton.ca.boeing.com> 
37109              Reply-To: tecmpl1@triton.ca.boeing.com 
37110              To: perl5-porters@perl.org 
37111              Date: Fri, 14 Apr 2000 20:21:00 GMT 
37112              Message-Id: <200004142021.UAA36232@triton.ca.boeing.com> 
37113      Branch: cfgperl
37114            ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
37115 ____________________________________________________________________________
37116 [  5939] By: gsar                                  on 2000/04/24  19:01:24
37117         Log: more pod nits (from Larry Virden)
37118      Branch: perl
37119            ! README.win32 pod/perlsub.pod pod/perlsyn.pod
37120            ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
37121            ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
37122 ____________________________________________________________________________
37123 [  5938] By: gsar                                  on 2000/04/24  18:54:01
37124         Log: Consolidated B::Deparse fixes (from Stephen McCamant)
37125      Branch: perl
37126            ! ext/B/B/Deparse.pm
37127 ____________________________________________________________________________
37128 [  5937] By: jhi                                   on 2000/04/24  17:39:00
37129         Log: Integrate with Sarathy.
37130      Branch: cfgperl
37131           +> (branch 31 files)
37132           !> (integrate 73 files)
37133 ____________________________________________________________________________
37134 [  5936] By: gsar                                  on 2000/04/24  17:30:06
37135         Log: additional tests for change#5934 (from Paul Marquess, who also
37136              sent in the same fix)
37137      Branch: perl
37138            ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
37139            ! t/pragma/warn/5nolint t/pragma/warn/6default
37140 ____________________________________________________________________________
37141 [  5935] By: jhi                                   on 2000/04/24  17:26:05
37142         Log: Do not assume sign propagation.
37143              Subject:  [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
37144              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 
37145              To: payner@ncifcrf.gov, perl5-porters@perl.org 
37146              Date: Tue, 18 Apr 2000 18:24:49 +0100 
37147              Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk> 
37148      Branch: cfgperl
37149            ! t/op/bop.t t/op/misc.t
37150 ____________________________________________________________________________
37151 [  5934] By: gsar                                  on 2000/04/24  17:16:54
37152         Log: propagate lexical warnings from surrounding scope correctly
37153              within string eval()
37154      Branch: perl
37155            ! pp_ctl.c t/pragma/warn/pp_ctl
37156 ____________________________________________________________________________
37157 [  5933] By: jhi                                   on 2000/04/24  17:01:07
37158         Log: Flatten the cpp jungle doing the nosuid checking.
37159      Branch: cfgperl
37160            ! perl.c
37161 ____________________________________________________________________________
37162 [  5932] By: gsar                                  on 2000/04/24  09:08:14
37163         Log: add rsignal(), whichsig() and do_join() to public API list
37164              (mod_perl uses them to good advantage)
37165      Branch: perl
37166            ! embed.pl global.sym objXSUB.h perlapi.c proto.h
37167 ____________________________________________________________________________
37168 [  5931] By: gsar                                  on 2000/04/24  09:01:40
37169         Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
37170      Branch: perl
37171            ! pp_hot.c regexec.c t/op/pat.t
37172 ____________________________________________________________________________
37173 [  5930] By: gsar                                  on 2000/04/24  08:58:33
37174         Log: small os390 tweaks (from Peter Prymmer)
37175      Branch: perl
37176            ! config_h.SH makedepend.SH
37177 ____________________________________________________________________________
37178 [  5929] By: gsar                                  on 2000/04/24  08:55:25
37179         Log: pod nits
37180      Branch: perl
37181            ! pod/perlguts.pod
37182 ____________________________________________________________________________
37183 [  5928] By: gsar                                  on 2000/04/24  08:50:13
37184         Log: revert change#5923 ("breaks" t/lib/io_poll.t)
37185      Branch: perl
37186            ! ext/IO/lib/IO/Poll.pm
37187 ____________________________________________________________________________
37188 [  5927] By: gsar                                  on 2000/04/24  08:43:24
37189         Log: arrange for next() to resume at the unstack op rather than the
37190              loop conditional, so that scope cleanup happens correctly
37191              (from Stephen McCamant)
37192      Branch: perl
37193            ! op.c pp_ctl.c t/op/misc.t
37194 ____________________________________________________________________________
37195 [  5926] By: gsar                                  on 2000/04/24  08:18:40
37196         Log: on windows, reserve 16M of stack rather than 128M (allows more
37197              threads to run concurrently)
37198      Branch: perl
37199            ! win32/Makefile win32/makefile.mk
37200 ____________________________________________________________________________
37201 [  5925] By: gsar                                  on 2000/04/24  08:13:52
37202         Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
37203      Branch: perl
37204            ! toke.c
37205 ____________________________________________________________________________
37206 [  5924] By: gsar                                  on 2000/04/24  08:08:59
37207         Log: avoid using uninitialized memory in require version check
37208      Branch: perl
37209            ! pp_ctl.c universal.c
37210 ____________________________________________________________________________
37211 [  5923] By: gsar                                  on 2000/04/24  07:20:14
37212         Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
37213      Branch: perl
37214            ! ext/IO/lib/IO/Poll.pm
37215 ____________________________________________________________________________
37216 [  5922] By: gsar                                  on 2000/04/24  07:08:42
37217         Log: commentary about IoTYPE() (from Nathan Torkington)
37218      Branch: perl
37219            ! sv.h
37220 ____________________________________________________________________________
37221 [  5921] By: gsar                                  on 2000/04/24  06:58:26
37222         Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
37223              by fix
37224      Branch: perl
37225            ! sv.c t/lib/charnames.t t/pragma/utf8.t
37226 ____________________________________________________________________________
37227 [  5920] By: gsar                                  on 2000/04/24  06:37:59
37228         Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
37229      Branch: perl
37230            ! doop.c t/op/ver.t
37231 ____________________________________________________________________________
37232 [  5919] By: gsar                                  on 2000/04/24  06:21:58
37233         Log: Configure might miss old directories when prefix must be
37234              expanded (from Robin Barker)
37235      Branch: metaconfig
37236            ! U/installdirs/inc_version_list.U
37237      Branch: perl
37238            ! Configure
37239 ____________________________________________________________________________
37240 [  5918] By: gsar                                  on 2000/04/24  06:16:11
37241         Log: VMS nits in glob() test (from Charles Lane)
37242      Branch: perl
37243            ! t/lib/glob-basic.t
37244 ____________________________________________________________________________
37245 [  5917] By: gsar                                  on 2000/04/24  06:11:56
37246         Log: various pod nits (from Larry Virden and others)
37247      Branch: perl
37248            ! README.amiga README.hpux README.machten README.os2
37249            ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
37250            ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
37251            ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
37252            ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
37253            ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
37254            ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
37255            ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
37256            ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
37257 ____________________________________________________________________________
37258 [  5916] By: gsar                                  on 2000/04/24  05:52:43
37259         Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
37260              <wjones@tc.fluke.com>)
37261      Branch: perl
37262            ! t/lib/glob-basic.t
37263 ____________________________________________________________________________
37264 [  5915] By: gsar                                  on 2000/04/24  05:07:01
37265         Log: supported platforms mixed up
37266      Branch: perl
37267            ! pod/perl56delta.pod pod/perlport.pod
37268 ____________________________________________________________________________
37269 [  5914] By: gsar                                  on 2000/04/24  04:56:08
37270         Log: caller() wasn't returning the right number of elements for
37271              eval {...}
37272      Branch: perl
37273            ! pp_ctl.c t/pragma/warn/9enabled
37274 ____________________________________________________________________________
37275 [  5913] By: gsar                                  on 2000/04/24  04:35:41
37276         Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
37277              Mark-Jason Dominus)
37278      Branch: perl
37279            ! pod/perlfunc.pod
37280 ____________________________________________________________________________
37281 [  5912] By: gsar                                  on 2000/04/24  04:17:15
37282         Log: fix totally broken caching in UNIVERSAL::isa() (from
37283              Nick Ing-Simmons)
37284      Branch: perl
37285            ! t/op/universal.t universal.c
37286 ____________________________________________________________________________
37287 [  5911] By: gsar                                  on 2000/04/24  03:39:47
37288         Log: add linebreak properties from unicode/LineBrk.txt (from
37289              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
37290      Branch: perl
37291            + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
37292            + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
37293            + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
37294            + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
37295            + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
37296            + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
37297            + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
37298            + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
37299            + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
37300            + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
37301            + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
37302            + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
37303            + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
37304            + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
37305            + lib/unicode/Is/LbrkZW.pl
37306            ! lib/unicode/mktables.PL
37307 ____________________________________________________________________________
37308 [  5910] By: gsar                                  on 2000/04/24  03:23:10
37309         Log: typo in pod
37310      Branch: perl
37311            ! ext/Thread/Thread.pm
37312 ____________________________________________________________________________
37313 [  5909] By: gsar                                  on 2000/04/24  03:22:03
37314         Log: mode argument to do_binmode() should be file mode, not boolean
37315      Branch: perl
37316            ! pp_sys.c
37317 ____________________________________________________________________________
37318 [  5908] By: gsar                                  on 2000/04/16  16:51:08
37319         Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
37320              always returns a valid GV even when the symbol is trapped by strictures
37321              (avoids coredumps)
37322              
37323              TODO: the C<package;> hack needs similar treatment
37324      Branch: perl
37325            ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
37326            ! t/pragma/strict-vars
37327 ____________________________________________________________________________
37328 [  5907] By: jhi                                   on 2000/03/31  23:42:56
37329         Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
37330              an assumption which #5905 demolished.
37331      Branch: cfgperl
37332            ! pp_sys.c
37333 ____________________________________________________________________________
37334 [  5906] By: jhi                                   on 2000/03/31  18:54:37
37335         Log: Typo in #5905.
37336      Branch: cfgperl
37337            ! t/op/64bitint.t
37338 ____________________________________________________________________________
37339 [  5905] By: jhi                                   on 2000/03/31  18:50:54
37340         Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
37341              reported by Joseph N. Hall.  The bug was that even with use64bitint
37342              one had to use the prefixes q, L, or ll with printf/sprintf,
37343              contrary to the documentation and common sense.
37344      Branch: cfgperl
37345            ! sv.c t/op/64bitint.t
37346 ____________________________________________________________________________
37347 [  5904] By: gsar                                  on 2000/03/28  02:31:32
37348         Log: add Changes, perldelta.pod
37349      Branch: perl
37350            + Changes pod/perldelta.pod
37351 ____________________________________________________________________________
37352 [  5903] By: gsar                                  on 2000/03/28  02:03:55
37353         Log: rename Changes and perldelta.pod
37354      Branch: perl
37355           +> Changes5.6 pod/perl56delta.pod
37356            - Changes pod/perldelta.pod
37357            ! MANIFEST
37358 ____________________________________________________________________________
37359 [  5902] By: gsar                                  on 2000/03/28  01:59:14
37360         Log: create maint-5.6 branch
37361      Branch: maint-5.6/perl
37362           +> (branch 1611 files)
37363 ____________________________________________________________________________
37364 [  5901] By: jhi                                   on 2000/03/23  05:48:43
37365         Log: Integrate with Sarathy.
37366      Branch: cfgperl
37367           !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
37368 ____________________________________________________________________________
37369 [  5900] By: gsar                                  on 2000/03/23  05:42:43
37370         Log: three guesses on what this is :-)
37371      Branch: perl
37372            ! Changes