Report /pro/3gl/CPAN/perl-5.7.1
[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 [ 11058] By: jhi                                   on 2001/07/01  04:57:05
35         Log: Still one typo, regen toc.
36      Branch: perl
37            ! lib/Unicode/UCD.pm pod/perltoc.pod
38 ____________________________________________________________________________
39 [ 11057] By: jhi                                   on 2001/07/01  04:54:35
40         Log: Detypos and regen toc.
41      Branch: perl
42            ! README.os2 lib/Unicode/UCD.pm pod/perltoc.pod
43 ____________________________________________________________________________
44 [ 11056] By: jhi                                   on 2001/07/01  04:26:08
45         Log: VERSION tweak.
46      Branch: perl
47            ! ext/List/Util/lib/List/Util.pm
48 ____________________________________________________________________________
49 [ 11055] By: jhi                                   on 2001/06/30  22:18:37
50         Log: Attempt at plugging the leak under ithreads detected by Doug.
51      Branch: perl
52            ! op.h
53 ____________________________________________________________________________
54 [ 11054] By: jhi                                   on 2001/06/30  21:33:29
55         Log: gcc -Wall lint after #11051.
56      Branch: perl
57            ! pp_sys.c
58 ____________________________________________________________________________
59 [ 11053] By: jhi                                   on 2001/06/30  21:13:55
60         Log: Integrate perlio.
61      Branch: perl
62           !> lib/File/Find/taint.t
63 ____________________________________________________________________________
64 [ 11052] By: jhi                                   on 2001/06/30  21:07:38
65         Log: Don't use the v-strings for module VERSIONs.
66      Branch: perl
67            ! lib/Unicode/UCD.pm
68 ____________________________________________________________________________
69 [ 11051] By: jhi                                   on 2001/06/30  20:59:57
70         Log: Code cleanup based on turning off the -woffs in IRIX.
71              Not all of the gripes cleaned up (hairy code in hv.c and
72              regcomp.c; unused newsp, gimme, and optype from cop.h macros;
73              unused 'key' arguments in ?DBM_File.xs) (and the -woffs left
74              to the IRIX hints)
75      Branch: perl
76            ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs
77            ! ext/IPC/SysV/SysV.xs ext/List/Util/Util.xs
78            ! ext/PerlIO/Scalar/Scalar.xs gv.c mg.c op.c perlio.c pp_sys.c
79            ! regcomp.c sv.c
80 ____________________________________________________________________________
81 [ 11050] By: nick                                  on 2001/06/30  20:46:46
82         Log: Jeffrey Friedl's <jfriedl@yahoo.com> fix for lib/File/Find/taint.t
83      Branch: perlio
84            ! lib/File/Find/taint.t
85 ____________________________________________________________________________
86 [ 11049] By: nick                                  on 2001/06/30  18:13:33
87         Log: Integrate mainline
88      Branch: perlio
89           +> NetWare/nwstdio.h NetWare/perlsdio.h
90           +> ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
91           +> ext/Encode/Encode/7bit-kr.enc lib/Unicode/UCD.pm
92           +> lib/Unicode/UCD.t t/run/exit.t
93           !> (integrate 60 files)
94 ____________________________________________________________________________
95 [ 11048] By: jhi                                   on 2001/06/30  16:23:39
96         Log: Delta delta.
97      Branch: perl
98            ! pod/perl572delta.pod
99 ____________________________________________________________________________
100 [ 11047] By: jhi                                   on 2001/06/30  16:03:40
101         Log: More VERSION tuning: to avoid unnecessary Perl upgrades
102              by CPAN.pm, use rather _00.
103      Branch: perl
104            ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Dir.pm
105            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
106            ! ext/IO/lib/IO/Socket/UNIX.pm ext/IPC/SysV/Msg.pm
107            ! ext/IPC/SysV/Semaphore.pm ext/IPC/SysV/SysV.pm
108            ! ext/Time/HiRes/HiRes.pm lib/CGI/Pretty.pm lib/CPAN/Nox.pm
109            ! lib/ExtUtils/Embed.pm lib/Test.pm
110 ____________________________________________________________________________
111 [ 11046] By: jhi                                   on 2001/06/30  15:53:22
112         Log: Add a simple Unicode character database interface, Unicode::UCD.
113      Branch: perl
114            + lib/Unicode/UCD.pm lib/Unicode/UCD.t
115            ! MANIFEST
116 ____________________________________________________________________________
117 [ 11045] By: jhi                                   on 2001/06/30  13:42:37
118         Log: Subject: [PATCH] op/numconver.t
119              From: Nicholas Clark <nick@ccl4.org>
120              Date: Sat, 30 Jun 2001 15:40:10 +0100
121              Message-ID: <20010630154010.I59620@plum.flirble.org>
122      Branch: perl
123            ! t/op/numconvert.t
124 ____________________________________________________________________________
125 [ 11044] By: jhi                                   on 2001/06/30  13:29:25
126         Log: The $^N is now taken (by #11038).
127      Branch: perl
128            ! t/base/lex.t
129 ____________________________________________________________________________
130 [ 11043] By: jhi                                   on 2001/06/30  13:15:59
131         Log: The #11040 had slipped to a wrong function...
132      Branch: perl
133            ! sv.c
134 ____________________________________________________________________________
135 [ 11042] By: jhi                                   on 2001/06/30  13:08:25
136         Log: In 64-bit AIX 5L (oslevel 5.1.0.0, ccversion 5.0.2.0)
137              the Configure library symbol probe mysteriously finds all
138              symbols but those of pipe() and times().
139      Branch: perl
140            ! hints/aix.sh
141 ____________________________________________________________________________
142 [ 11041] By: jhi                                   on 2001/06/30  13:01:25
143         Log: Subject: [PATCH] (was Re: not OK: perl@11006 on HP-UX B.11.00)
144              From: Nicholas Clark <nick@ccl4.org>
145              Date: Fri, 29 Jun 2001 23:49:07 +0100
146              Message-ID: <20010629234907.D59620@plum.flirble.org>
147      Branch: perl
148            ! lib/ExtUtils.t
149 ____________________________________________________________________________
150 [ 11040] By: jhi                                   on 2001/06/30  13:00:24
151         Log: Subject: [PATCH] weakref fix 2, not yet there
152              From: Artur Bergman <artur@contiller.se>
153              Date: Sat, 30 Jun 2001 01:18:16 +0200
154              Message-ID: <B762D957.1CC9%artur@contiller.se>
155      Branch: perl
156            ! sv.c
157 ____________________________________________________________________________
158 [ 11039] By: jhi                                   on 2001/06/30  12:59:25
159         Log: Subject: [PATCH t/run/exit.t] Another shot at testing exit codes.
160              From: Michael G Schwern <schwern@pobox.com>
161              Date: Fri, 29 Jun 2001 19:39:11 -0400
162              Message-ID: <20010629193910.D25304@blackrider>
163      Branch: perl
164            + t/run/exit.t
165            ! MANIFEST
166 ____________________________________________________________________________
167 [ 11038] By: jhi                                   on 2001/06/30  12:58:16
168         Log: Add support for $^N, the most-recently closed group.
169      Branch: perl
170            ! embedvar.h gv.c mg.c perlapi.h pod/perlretut.pod
171            ! pod/perltoc.pod pod/perlvar.pod regexec.c regexp.h t/op/pat.t
172            ! thrdvar.h
173 ____________________________________________________________________________
174 [ 11037] By: jhi                                   on 2001/06/30  12:53:40
175         Log: Subject: [ID 20010630.001] Editorial nits in README.solaris
176              From: lvirden@cas.org
177              Date: Sat, 30 Jun 2001 04:12:36 -0400 (EDT)
178              Message-Id: <200106300812.f5U8CaG10447@lwv26awu.cas.org>
179              
180              Subject: [ID 20010630.002] Another editorial tweak to README.solaris
181              From: lvirden@cas.org
182              Date: Sat, 30 Jun 2001 04:17:55 -0400 (EDT)
183              Message-Id: <200106300817.f5U8HtN10626@lwv26awu.cas.org>
184      Branch: perl
185            ! README.solaris
186 ____________________________________________________________________________
187 [ 11036] By: jhi                                   on 2001/06/30  12:51:45
188         Log: Subject: [PATCH] Encode.pm to use escape-sequence encoding
189              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
190              Date: Sat, 30 Jun 2001 07:33:37 +0900
191              Message-Id: <20010630073226.7C79.BQW10602@nifty.com>
192              
193              Subject: Re: [PATCH] Encode.pm to use escape-sequence encoding
194              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
195              Date: Sat, 30 Jun 2001 21:38:14 +0900
196              Message-Id: <20010630213554.F67A.BQW10602@nifty.com>
197      Branch: perl
198            + ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
199            + ext/Encode/Encode/7bit-kr.enc
200            ! MANIFEST ext/Encode/Encode/Tcl.pm
201 ____________________________________________________________________________
202 [ 11035] By: jhi                                   on 2001/06/30  12:44:51
203         Log: NetWare tweaks from Guruprasad.
204      Branch: perl
205            + NetWare/nwstdio.h NetWare/perlsdio.h
206            ! MANIFEST NetWare/Makefile NetWare/config.wc
207            ! NetWare/config_H.wc NetWare/nwperlsys.c NetWare/nwperlsys.h
208            ! NetWare/t/Readme.txt
209 ____________________________________________________________________________
210 [ 11034] By: jhi                                   on 2001/06/29  23:28:16
211         Log: More module $VERSION bump-ups.
212      Branch: perl
213            ! ext/Devel/Peek/Peek.pm lib/ExtUtils/Embed.pm
214            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Manifest.pm
215            ! lib/ExtUtils/Mksymlists.pm lib/IPC/Open3.pm
216 ____________________________________________________________________________
217 [ 11033] By: jhi                                   on 2001/06/29  21:25:23
218         Log: Doc update due to #11032.
219      Branch: perl
220            ! pod/perl572delta.pod
221 ____________________________________________________________________________
222 [ 11032] By: jhi                                   on 2001/06/29  21:19:44
223         Log: Subject: [PATCH: perl@11006] s/div/lib\$ediv/ in Time::HiRes for VAX
224              From: Peter Prymmer <pvhp@forte.com>
225              Date: Fri, 29 Jun 2001 14:02:16 -0700 (PDT)
226              Message-ID: <Pine.OSF.4.10.10106291337520.65853-100000@aspara.forte.com>
227      Branch: perl
228            ! ext/Time/HiRes/HiRes.xs
229 ____________________________________________________________________________
230 [ 11031] By: jhi                                   on 2001/06/29  14:31:53
231         Log: -lpthreads missing in AIX.
232      Branch: perl
233            ! hints/aix.sh
234 ____________________________________________________________________________
235 [ 11030] By: jhi                                   on 2001/06/29  14:08:12
236         Log: Subject: [PATCH] CLONE && weakrefs
237              From: Artur Bergman <artur@contiller.se>
238              Date: Fri, 29 Jun 2001 17:02:00 +0200
239              Message-ID: <B7626508.1CA0%artur@contiller.se>
240      Branch: perl
241            ! sv.c
242 ____________________________________________________________________________
243 [ 11029] By: jhi                                   on 2001/06/29  14:06:50
244         Log: Subject: Re: Bug report: split splits on wrong pattern
245              From: Radu Greab <radu@netsoft.ro>
246              Date: Wed, 27 Jun 2001 21:50:52 +0300
247              Message-ID: <15162.11020.279064.471031@ix.netsoft.ro>
248      Branch: perl
249            ! pp_ctl.c t/op/split.t
250 ____________________________________________________________________________
251 [ 11028] By: jhi                                   on 2001/06/29  13:47:38
252         Log: Metaconfig unit change for #11027.
253      Branch: metaconfig/U/perl
254            ! d_modfl.U
255 ____________________________________________________________________________
256 [ 11027] By: jhi                                   on 2001/06/29  13:47:03
257         Log: I thought this Configure glitch for AIX was just recently fixed?
258      Branch: perl
259            ! Configure
260 ____________________________________________________________________________
261 [ 11026] By: jhi                                   on 2001/06/29  13:14:07
262         Log: Update Changes.
263      Branch: perl
264            ! Changes patchlevel.h
265 ____________________________________________________________________________
266 [ 11025] By: jhi                                   on 2001/06/29  13:07:57
267         Log: Subject: Re: perl@10967, File::Find, and Cwd
268              From: Mike Guy <mjtg@cam.ac.uk>
269              Date: Fri, 29 Jun 2001 14:56:49 +0100
270              Message-Id: <E15FylN-0004LT-00@draco.cus.cam.ac.uk>
271      Branch: perl
272            ! lib/File/Find/taint.t
273 ____________________________________________________________________________
274 [ 11024] By: jhi                                   on 2001/06/29  12:39:23
275         Log: Update the sv_pvprintify() spec.
276      Branch: perl
277            ! pod/perltodo.pod
278 ____________________________________________________________________________
279 [ 11023] By: jhi                                   on 2001/06/29  12:33:33
280         Log: Known test failures update.
281      Branch: perl
282            ! pod/perl572delta.pod
283 ____________________________________________________________________________
284 [ 11022] By: jhi                                   on 2001/06/29  12:24:32
285         Log: Based on
286              
287              Subject: [PATCH @11016] More );) fixes
288              From: Richard Soderberg <rs@crystalflame.net>
289              Date: Fri, 29 Jun 2001 04:09:24 -0700 (PDT)
290              Message-ID: <Pine.LNX.4.21.0106290408200.12037-100000@oregonnet.com> 
291      Branch: perl
292            ! ext/Thread/Thread.xs ext/Thread/typemap
293 ____________________________________________________________________________
294 [ 11021] By: jhi                                   on 2001/06/29  12:21:51
295         Log: Subject: [PATCH @11016] Fixes compile errors in four files
296              From: Richard Soderberg <rs@crystalflame.net>
297              Date: Fri, 29 Jun 2001 03:35:11 -0700 (PDT)
298              Message-ID: <Pine.LNX.4.21.0106290333270.9768-100000@oregonnet.com>
299      Branch: perl
300            ! mg.c pp.c pp_hot.c util.c
301 ____________________________________________________________________________
302 [ 11020] By: jhi                                   on 2001/06/29  12:05:54
303         Log: AIX hints tweaking continues, from Merijn Brand.
304      Branch: perl
305            ! hints/aix.sh
306 ____________________________________________________________________________
307 [ 11019] By: jhi                                   on 2001/06/29  12:05:10
308         Log: HP-UX needs gccversion sooner, from Merijn Brand.
309      Branch: perl
310            ! hints/hpux.sh
311 ____________________________________________________________________________
312 [ 11018] By: jhi                                   on 2001/06/29  11:52:31
313         Log: Subject: [PATCH 5.6.1] OS/2 docs
314              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
315              Date: Fri, 29 Jun 2001 02:34:12 -0400
316              Message-ID: <20010629023412.A6033@math.ohio-state.edu>
317      Branch: perl
318            ! README.os2 os2/Changes
319 ____________________________________________________________________________
320 [ 11017] By: nick                                  on 2001/06/29  10:20:30
321         Log: Integrate mainline
322      Branch: perlio
323           +> (branch 37 files)
324            - ext/ODBM_File/sdbm.t
325           !> (integrate 211 files)
326 ____________________________________________________________________________
327 [ 11016] By: jhi                                   on 2001/06/29  03:38:56
328         Log: Bump up the VERSIONs of modules that have changed since 5.6.0,
329              the modules found using a script written by Larry Schatzer Jr.
330      Branch: perl
331            ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm
332            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Select.pm
333            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
334            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
335            ! ext/IPC/SysV/SysV.pm ext/Opcode/Opcode.pm ext/Opcode/Safe.pm
336            ! ext/Thread/Thread.pm ext/attrs/attrs.pm ext/re/re.pm
337            ! lib/AutoSplit.pm lib/Benchmark.pm lib/CGI/Pretty.pm
338            ! lib/CPAN/Nox.pm lib/Exporter.pm lib/ExtUtils/Command.pm
339            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Packlist.pm
340            ! lib/File/Compare.pm lib/FileHandle.pm lib/Math/Complex.pm
341            ! lib/Math/Trig.pm lib/Pod/Html.pm lib/Symbol.pm
342            ! lib/Text/ParseWords.pm lib/Text/Soundex.pm lib/Text/Tabs.pm
343            ! lib/Tie/Array.pm lib/attributes.pm lib/autouse.pm lib/base.pm
344            ! lib/constant.pm lib/fields.pm lib/strict.pm
345 ____________________________________________________________________________
346 [ 11015] By: jhi                                   on 2001/06/29  02:55:58
347         Log: The latest JPL from the anoncvs.
348      Branch: perl
349            ! jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
350 ____________________________________________________________________________
351 [ 11014] By: jhi                                   on 2001/06/29  02:16:55
352         Log: In EBCDIC assume UTF-EBCDIC, not UTF-8.
353      Branch: perl
354            ! t/op/pat.t
355 ____________________________________________________________________________
356 [ 11013] By: jhi                                   on 2001/06/28  23:14:53
357         Log: Worrying about insecure directories now is a bit too late.
358      Branch: perl
359            ! lib/File/Find/taint.t
360 ____________________________________________________________________________
361 [ 11012] By: jhi                                   on 2001/06/28  21:36:36
362         Log: Cannot DIE() in a void function,
363              from Richard Hatch <rhatch@austin.ibm.com>.
364      Branch: perl
365            ! ext/IPC/SysV/SysV.xs
366 ____________________________________________________________________________
367 [ 11011] By: jhi                                   on 2001/06/28  19:32:13
368         Log: Subject: [PATCH: perl@11006] s/qdiv/div/ in Time::HiRes for VAX
369              From: Peter Prymmer <pvhp@forte.com>
370              Date: Thu, 28 Jun 2001 13:00:18 -0700 (PDT)
371              Message-ID: <Pine.OSF.4.10.10106281125220.508935-100000@aspara.forte.com>
372              
373              (unfinished: time/hires tests 3, 5, 14 failing, but better
374              than wholesale failure)
375      Branch: perl
376            ! ext/Time/HiRes/HiRes.xs
377 ____________________________________________________________________________
378 [ 11010] By: jhi                                   on 2001/06/28  19:10:54
379         Log: Subject: [PATCH 5.6.1] OS/2 improvements
380              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
381              Date: Thu, 28 Jun 2001 16:03:14 -0400
382              Message-ID: <20010628160314.A17906@math.ohio-state.edu>
383      Branch: perl
384            + os2/os2_base.t
385            ! MANIFEST hints/os2.sh makedef.pl os2/OS2/PrfDB/PrfDB.xs
386            ! os2/OS2/Process/Process.pm os2/OS2/Process/Process.xs
387            ! os2/OS2/REXX/REXX.xs os2/dl_os2.c os2/dlfcn.h os2/os2.c
388            ! os2/os2ish.h
389 ____________________________________________________________________________
390 [ 11009] By: jhi                                   on 2001/06/28  18:54:14
391         Log: Subject: Incrementing Extutils::Manifest's $VERSION
392              From: Michael G Schwern <schwern@pobox.com>
393              Date: Thu, 28 Jun 2001 13:13:49 -0400
394              Message-ID: <20010628131349.A14738@blackrider>
395      Branch: maint-5.6/perl
396            ! lib/ExtUtils/Manifest.pm
397 ____________________________________________________________________________
398 [ 11008] By: jhi                                   on 2001/06/28  18:52:20
399         Log: AIX tweak from Merijn Brand.
400      Branch: perl
401            ! hints/aix.sh
402 ____________________________________________________________________________
403 [ 11007] By: jhi                                   on 2001/06/28  17:46:27
404         Log: Create the macperl branch.
405      Branch: maint-5.6/macperl
406           +> (branch 1728 files)
407 ____________________________________________________________________________
408 [ 11006] By: jhi                                   on 2001/06/28  14:46:21
409         Log: Update Changes.
410      Branch: perl
411            ! Changes patchlevel.h
412 ____________________________________________________________________________
413 [ 11005] By: jhi                                   on 2001/06/28  14:40:11
414         Log: More Perforce lore.
415      Branch: perl
416            ! Porting/repository.pod
417 ____________________________________________________________________________
418 [ 11004] By: jhi                                   on 2001/06/28  14:12:50
419         Log: Metaconfig unit changes for #11003.
420      Branch: metaconfig/U/perl
421            + d_nl_langinfo.U i_langinfo.U
422 ____________________________________________________________________________
423 [ 11003] By: jhi                                   on 2001/06/28  14:12:27
424         Log: Add Configure probes for nl_langinfo() and <langinfo.h>.
425              Expected not to exist in non-UNIX excepting in VMS, where
426              according to a quick web survey they just might.
427      Branch: perl
428            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
429            ! Porting/config_H config_h.SH configure.com epoc/config.sh
430            ! perl.h uconfig.h uconfig.sh vos/config.alpha.def
431            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
432            ! win32/config.bc win32/config.gc win32/config.vc
433 ____________________________________________________________________________
434 [ 11002] By: jhi                                   on 2001/06/28  13:39:11
435         Log: One shouldn't use XBS5_ILP32_OFFBIG_CFLAGS et alia
436              in AIX is one is doing a 64-bit build.
437      Branch: perl
438            ! hints/aix.sh
439 ____________________________________________________________________________
440 [ 11001] By: jhi                                   on 2001/06/28  13:28:37
441         Log: Metaconfig unit changes for #11000.
442      Branch: metaconfig/U/perl
443            ! use64bits.U uselfs.U
444 ____________________________________________________________________________
445 [ 11000] By: jhi                                   on 2001/06/28  13:21:16
446         Log: Move use64bitint and use64bitall before uselargefiles.
447      Branch: perl
448            ! Configure
449 ____________________________________________________________________________
450 [ 10999] By: jhi                                   on 2001/06/28  03:49:07
451         Log: Subject: [ID 20010625.009] open(FILE,"+foo") [PATCH]
452              From: Robert Spier <rspier@pobox.com>
453              Message-ID: <15162.41164.618712.841415@rls.cx>
454              Date: Wed, 27 Jun 2001 23:13:16 -0400
455      Branch: perl
456            ! doio.c
457 ____________________________________________________________________________
458 [ 10998] By: jhi                                   on 2001/06/28  03:42:57
459         Log: Subject: [PATCH: perl@10996] avoid overflow in numeric.c:S_mulexp10() on VAX
460              From: Peter Prymmer <pvhp@forte.com>
461              Date: Wed, 27 Jun 2001 19:25:49 -0700 (PDT)
462              Message-ID: <Pine.OSF.4.10.10106271922120.465082-100000@aspara.forte.com>
463      Branch: perl
464            ! numeric.c
465 ____________________________________________________________________________
466 [ 10997] By: jhi                                   on 2001/06/28  03:42:12
467         Log: Subject: [patch perl@10996] "fix" VAX Digest/MD5, Fcntl, brokennes in SDBM
468              From: Peter Prymmer <pvhp@forte.com>
469              Date: Wed, 27 Jun 2001 17:33:33 -0700 (PDT)
470              Message-ID: <Pine.OSF.4.10.10106271705390.467850-100000@aspara.forte.com>
471      Branch: perl
472            ! configure.com ext/Digest/MD5/Makefile.PL
473 ____________________________________________________________________________
474 [ 10996] By: jhi                                   on 2001/06/27  20:34:11
475         Log: Update Changes.
476      Branch: perl
477            ! Changes patchlevel.h
478 ____________________________________________________________________________
479 [ 10995] By: jhi                                   on 2001/06/27  20:06:28
480         Log: Tiny EPOC updates.
481      Branch: perl
482            ! epoc/config.sh
483 ____________________________________________________________________________
484 [ 10994] By: jhi                                   on 2001/06/27  19:55:16
485         Log: The Test::More and Test::Simple tests required help
486              thanks to our schizophrenic test scheme.
487      Branch: perl
488            ! lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
489            ! lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
490            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
491            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
492            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
493 ____________________________________________________________________________
494 [ 10993] By: jhi                                   on 2001/06/27  17:17:30
495         Log: Upgrade to Test::Simple 0.09.
496      Branch: perl
497            + lib/Test/Simple/Changes
498            ! MANIFEST lib/Test/Simple.pm lib/Test/Simple/t/exit.t
499            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
500            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
501            ! lib/Test/Simple/t/plan_is_noplan.t
502 ____________________________________________________________________________
503 [ 10992] By: jhi                                   on 2001/06/27  17:11:28
504         Log: Upgrade to Test::More 0.07.
505      Branch: perl
506            + lib/Test/More/Changes
507            ! MANIFEST lib/Test/More.pm lib/Test/More/t/fail-like.t
508            ! lib/Test/More/t/fail.t lib/Test/More/t/plan_is_noplan.t
509            ! lib/Test/More/t/skipall.t
510 ____________________________________________________________________________
511 [ 10991] By: jhi                                   on 2001/06/27  17:04:13
512         Log: Subject: Re: [PATCH] gcc-3.0 warnings on HP-UX
513              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
514              Date: Wed, 27 Jun 2001 18:40:04 +0200
515              Message-Id: <20010627182601.7261.H.M.BRAND@hccnet.nl>
516      Branch: perl
517            ! hints/hpux.sh
518 ____________________________________________________________________________
519 [ 10990] By: jhi                                   on 2001/06/27  17:02:55
520         Log: Subject: [PATCH README.qnx hints/qnx.sh]
521              From: Norton Allen <allen@huarp.harvard.edu>
522              Date: Wed, 27 Jun 2001 13:46:03 -0400 (edt)
523              Message-Id: <200106271746.NAA02789@bottesini.harvard.edu>
524      Branch: perl
525            ! README.qnx hints/qnx.sh
526 ____________________________________________________________________________
527 [ 10989] By: jhi                                   on 2001/06/27  14:33:53
528         Log: Subject: [PATCH] two little documentation nits
529              From: Abhijit Menon-Sen <ams@wiw.org>
530              Date: Wed, 27 Jun 2001 20:07:50 +0530
531              Message-ID: <20010627200750.A15756@lustre.lustre.dyn.wiw.org>
532      Branch: perl
533            ! sv.c sv.h
534 ____________________________________________________________________________
535 [ 10988] By: jhi                                   on 2001/06/27  13:33:32
536         Log: Subject: [PATCH File/Spec/Unix.pm ExtUtils/MM_Unix.pm] for QNX
537              From: Norton Allen <allen@huarp.harvard.edu>
538              Date: Wed, 27 Jun 2001 10:33:05 -0400 (edt)
539              Message-Id: <200106271433.KAA04947@bottesini.harvard.edu>
540      Branch: perl
541            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
542 ____________________________________________________________________________
543 [ 10987] By: jhi                                   on 2001/06/27  12:14:36
544         Log: Subject: [PATCH vms/test.com] Adding TODO tests (was:  Re: a report on perl@10930 results on a couple of Alphas)
545              From: Michael G Schwern <schwern@pobox.com>
546              Date: Wed, 27 Jun 2001 02:34:58 -0400
547              Message-ID: <20010627023458.K23874@blackrider>
548      Branch: perl
549            ! vms/test.com
550 ____________________________________________________________________________
551 [ 10986] By: jhi                                   on 2001/06/27  12:01:49
552         Log: Add perl_clone_host() for Netware.
553      Branch: perl
554            ! NetWare/nw5.c
555 ____________________________________________________________________________
556 [ 10985] By: jhi                                   on 2001/06/27  11:56:53
557         Log: GCC 3.0 hints for HP-UX.
558      Branch: perl
559            ! hints/hpux.sh
560 ____________________________________________________________________________
561 [ 10984] By: jhi                                   on 2001/06/27  11:55:06
562         Log: In some Linux distributions the libndbm is broken
563              (no null key support), therefore link with libgdbm
564              (if available), since it has a working ndbm emulation,
565              from Jonathan Stowe.
566      Branch: perl
567            + ext/NDBM_File/hints/linux.pl
568            ! MANIFEST
569 ____________________________________________________________________________
570 [ 10983] By: jhi                                   on 2001/06/27  11:48:56
571         Log: Subject: [PATCH perl@10930] find.t hack for VMS
572              From: "Craig A. Berry" <craigberry@mac.com>
573              Date: Tue, 26 Jun 2001 23:40:25 -0500
574              Message-Id: <a05101000b75f10cdc80f@[192.168.56.145]>
575      Branch: perl
576            ! lib/File/Find/find.t
577 ____________________________________________________________________________
578 [ 10982] By: jhi                                   on 2001/06/27  11:47:30
579         Log: AUTHORS updates.
580      Branch: perl
581            ! AUTHORS
582 ____________________________________________________________________________
583 [ 10981] By: jhi                                   on 2001/06/27  11:46:02
584         Log: Metaconfig unit change like #10980.
585      Branch: metaconfig
586            ! U/compline/d_stdstdio.U
587 ____________________________________________________________________________
588 [ 10980] By: jhi                                   on 2001/06/27  11:45:29
589         Log: "lose the it's", from Abhijit Menon-Sen.
590              ("It's" not searched, pods not searched.)
591      Branch: perl
592            ! Porting/Glossary Porting/config_H README.qnx config_h.SH
593            ! emacs/cperl-mode.el ext/IPC/SysV/Semaphore.pm
594            ! ext/List/Util/lib/Scalar/Util.pm hints/next_3.sh hints/qnx.sh
595            ! lib/CPAN/Nox.pm lib/ExtUtils/Embed.pm lib/ExtUtils/MM_NW5.pm
596            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
597            ! lib/ExtUtils/MM_Win32.pm lib/Net/DummyInetd.pm win32/win32.c
598 ____________________________________________________________________________
599 [ 10979] By: jhi                                   on 2001/06/27  11:36:40
600         Log: "lose the looses", from Abhijit Menon-Sen.
601      Branch: perl
602            ! ext/B/B/Assembler.pm gv.c
603 ____________________________________________________________________________
604 [ 10978] By: jhi                                   on 2001/06/27  11:35:38
605         Log: Catch FP exceptions also in z/OS (aka OS/390), from Peter Prymmer.
606      Branch: perl
607            ! hints/os390.sh
608 ____________________________________________________________________________
609 [ 10977] By: jhi                                   on 2001/06/27  11:33:28
610         Log: DEC C 5.3 on the VAX simply doesn't seem to like
611              compiling the MD5 extension, disable it there for now,
612              from Peter Prymmer.
613      Branch: perl
614            ! configure.com
615 ____________________________________________________________________________
616 [ 10976] By: jhi                                   on 2001/06/26  21:35:40
617         Log: Subject: Re: [PATCH perlfaq3.pod] and a question about it.
618              From: Jonathan Stowe <gellyfish@gellyfish.com>
619              Date: Tue, 26 Jun 2001 20:53:40 +0100 (BST)
620              Message-ID: <Pine.LNX.4.33.0106262052060.10849-100000@orpheus.gellyfish.com>
621      Branch: perl
622            ! pod/perlfaq3.pod
623 ____________________________________________________________________________
624 [ 10975] By: jhi                                   on 2001/06/26  21:32:41
625         Log: Subject: [PATCH 5.6.1] perlxs misprints
626              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
627              Date: Tue, 26 Jun 2001 17:20:00 -0400
628              Message-ID: <20010626172000.A26951@math.ohio-state.edu>
629      Branch: perl
630            ! pod/perlxs.pod
631 ____________________________________________________________________________
632 [ 10974] By: jhi                                   on 2001/06/26  21:31:51
633         Log: Subject: [PATCH 5.6.1] xsubpp flags from the command line
634              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
635              Date: Tue, 26 Jun 2001 17:27:07 -0400
636              Message-ID: <20010626172707.A27097@math.ohio-state.edu>
637      Branch: perl
638            ! lib/ExtUtils/MM_Unix.pm
639 ____________________________________________________________________________
640 [ 10973] By: jhi                                   on 2001/06/26  21:27:05
641         Log: Subject: [PATCH 5.6.1] OPTIMIZE=-g
642              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
643              Date: Tue, 26 Jun 2001 17:23:24 -0400
644              Message-ID: <20010626172324.A27003@math.ohio-state.edu>
645      Branch: perl
646            ! hints/os2.sh lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
647 ____________________________________________________________________________
648 [ 10972] By: jhi                                   on 2001/06/26  20:27:19
649         Log: Better place for nop IN_LOCALE_NUMERIC, pointed out
650              by Olaf Flebbe.
651      Branch: perl
652            ! perl.h
653 ____________________________________________________________________________
654 [ 10971] By: jhi                                   on 2001/06/26  19:59:41
655         Log: Detypo.
656      Branch: perl
657            ! lib/Memoize/t/tie_sdbm.t
658 ____________________________________________________________________________
659 [ 10970] By: jhi                                   on 2001/06/26  19:10:19
660         Log: perl_clone_host() needs PERL_IMPLICIT_SYS.
661      Branch: perl
662            ! win32/perllib.c
663 ____________________________________________________________________________
664 [ 10969] By: jhi                                   on 2001/06/26  17:21:31
665         Log: Subject: [patch] perl_clone+CvFILE
666              From: Doug MacEachern <dougm@covalent.net>
667              Date: Tue, 26 Jun 2001 09:01:16 -0700 (PDT)
668              Message-ID: <Pine.LNX.4.21.0106260900480.28420-100000@mako.covalent.net>
669      Branch: perl
670            ! sv.c
671 ____________________________________________________________________________
672 [ 10968] By: jhi                                   on 2001/06/26  16:48:32
673         Log: Subject: Re: SDBM on VMS (was Re: a report on perl@10930 results on a couple of Alphas)
674              From: Mark-Jason Dominus <mjd@plover.com>
675              Date: Tue, 26 Jun 2001 12:33:01 -0400
676              Message-ID: <20010626163301.31298.qmail@plover.com>
677      Branch: perl
678            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
679 ____________________________________________________________________________
680 [ 10967] By: jhi                                   on 2001/06/26  14:21:49
681         Log: Update Changes.
682      Branch: perl
683            ! Changes patchlevel.h
684 ____________________________________________________________________________
685 [ 10966] By: jhi                                   on 2001/06/26  14:08:34
686         Log: Also catfile() needs now to explicitly exported.
687      Branch: perl
688            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
689 ____________________________________________________________________________
690 [ 10965] By: jhi                                   on 2001/06/26  13:57:54
691         Log: Regen toc.
692      Branch: perl
693            ! pod/perltoc.pod
694 ____________________________________________________________________________
695 [ 10964] By: jhi                                   on 2001/06/26  13:56:11
696         Log: Nonexistent pod command.
697      Branch: perl
698            ! pod/perl572delta.pod
699 ____________________________________________________________________________
700 [ 10963] By: jhi                                   on 2001/06/26  13:50:53
701         Log: Be more portable in the quest for tmpdir.
702      Branch: perl
703            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
704 ____________________________________________________________________________
705 [ 10962] By: jhi                                   on 2001/06/26  13:43:51
706         Log: Be more portable in finding out the home directory,
707              and use File::Spec to do the concat.
708              (Come to think of it, couldn't File::Spec provide
709              for a ->homedir method?)
710      Branch: perl
711            ! lib/Net/Config.pm
712 ____________________________________________________________________________
713 [ 10961] By: jhi                                   on 2001/06/26  13:37:30
714         Log: Doc patch for #10959.
715      Branch: perl
716            ! pod/perlfunc.pod
717 ____________________________________________________________________________
718 [ 10960] By: jhi                                   on 2001/06/26  13:33:07
719         Log: Subject: Re: [DOC PATCH bleadperl] Document $count = () = $string =~ /\d+/g
720              From: "Philip Newton" <pnewton@gmx.de>
721              Date: Tue, 26 Jun 2001 16:26:47 +0200
722              Message-ID: <3B38B7C7.32635.1E8DC14@localhost>
723      Branch: perl
724            ! pod/perldata.pod
725 ____________________________________________________________________________
726 [ 10959] By: jhi                                   on 2001/06/26  13:31:57
727         Log: Subject: [PATH] shared -> unique;
728              From: "Artur Bergman" <artur@contiller.se>
729              Date: Tue, 26 Jun 2001 16:18:40 +0200
730              Message-ID: <002001c0fe4a$e623ba30$21000a0a@vogw2kdev>
731              
732              Because "shared" isn't: it's read-only.
733      Branch: perl
734            ! toke.c xsutils.c
735 ____________________________________________________________________________
736 [ 10958] By: jhi                                   on 2001/06/26  13:28:27
737         Log: Escape multiline croak messages.
738      Branch: perl
739            ! t/op/ver.t
740 ____________________________________________________________________________
741 [ 10957] By: jhi                                   on 2001/06/26  13:18:34
742         Log: No more pragma/*.t for minitest.
743      Branch: perl
744            ! Makefile.SH
745 ____________________________________________________________________________
746 [ 10956] By: jhi                                   on 2001/06/26  13:18:00
747         Log: AUTHORS updates.
748      Branch: perl
749            ! AUTHORS
750 ____________________________________________________________________________
751 [ 10955] By: jhi                                   on 2001/06/26  13:17:05
752         Log: delta updates.
753      Branch: perl
754            ! pod/perl572delta.pod
755 ____________________________________________________________________________
756 [ 10954] By: jhi                                   on 2001/06/26  12:36:07
757         Log: Subject: [PATCH] Adds perl_clone_host under IMPLICIT SYS
758              From: Artur Bergman <artur@contiller.se> 
759              Date: Tue, 26 Jun 2001 15:32:53 +0200
760              Message-ID: <B75E5BA5.1A7C%artur@contiller.se>
761      Branch: perl
762            ! makedef.pl sv.c sv.h win32/perllib.c
763 ____________________________________________________________________________
764 [ 10953] By: jhi                                   on 2001/06/26  12:33:55
765         Log: Subject: [PATCH ext/Time/HiRes/Makefile.PL perl@10929] Test Fails on SCO
766              From: Jonathan Stowe <gellyfish@gellyfish.com>
767              Date: Tue, 26 Jun 2001 10:29:57 +0100 (BST)
768              Message-ID: <Pine.LNX.4.33.0106261021540.18774-100000@orpheus.gellyfish.com>
769              
770              SCO OpenServer 5.0.5 needs an explicit -lc for usleep().
771      Branch: perl
772            + ext/Time/HiRes/hints/sco.pl
773            ! MANIFEST
774 ____________________________________________________________________________
775 [ 10952] By: jhi                                   on 2001/06/26  11:57:44
776         Log: Subject: [PATCH 5.6.1] static build
777              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
778              Date: Tue, 26 Jun 2001 04:22:25 -0400
779              Message-ID: <20010626042225.A2604@math.ohio-state.edu>
780      Branch: perl
781            ! ext/List/Util/Makefile.PL lib/ExtUtils.t
782            ! lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
783 ____________________________________________________________________________
784 [ 10951] By: jhi                                   on 2001/06/26  11:55:59
785         Log: DJGPP patches from Laszlo Molnar.
786      Branch: perl
787            ! djgpp/djgpp.c perl.c util.c
788 ____________________________________________________________________________
789 [ 10950] By: jhi                                   on 2001/06/26  11:54:32
790         Log: Netware patches from Ananth Kesari.
791      Branch: perl
792            ! NetWare/Makefile NetWare/config_H.wc NetWare/nw5sck.c
793            ! NetWare/nw5sck.h NetWare/nwperlsys.c NetWare/nwperlsys.h
794            ! NetWare/nwtinfo.h
795 ____________________________________________________________________________
796 [ 10949] By: jhi                                   on 2001/06/26  11:49:09
797         Log: Detypo.
798      Branch: perl
799            ! ext/Errno/Errno_pm.PL
800 ____________________________________________________________________________
801 [ 10948] By: jhi                                   on 2001/06/26  03:44:29
802         Log: There seems to be two ways of spelling the $^O in *STEP.
803      Branch: perl
804            ! ext/Errno/Errno_pm.PL
805 ____________________________________________________________________________
806 [ 10947] By: jhi                                   on 2001/06/26  03:01:01
807         Log: OpenSTEP has gcc 2.7.2.1 which recognizes but does not implement
808              the -dM flag, from Daniel Ashton <jdashton@AshtonFam.org>.
809      Branch: perl
810            ! ext/Errno/Errno_pm.PL
811 ____________________________________________________________________________
812 [ 10946] By: jhi                                   on 2001/06/26  02:50:46
813         Log: Known bugs update.
814      Branch: perl
815            ! pod/perl572delta.pod
816 ____________________________________________________________________________
817 [ 10945] By: jhi                                   on 2001/06/26  01:15:39
818         Log: The default installation of Cygwin has 500 as root's uid.
819      Branch: perl
820            ! lib/User/pwent.t
821 ____________________________________________________________________________
822 [ 10944] By: jhi                                   on 2001/06/26  01:12:39
823         Log: Be even more relaxed (re-allow having only one entry).
824      Branch: perl
825            ! t/op/grent.t t/op/pwent.t
826 ____________________________________________________________________________
827 [ 10943] By: jhi                                   on 2001/06/26  01:03:30
828         Log: Test failure updates.
829      Branch: perl
830            ! pod/perl572delta.pod
831 ____________________________________________________________________________
832 [ 10942] By: jhi                                   on 2001/06/25  23:32:05
833         Log: MPE/iX test tweaks from Mark Bixby.
834      Branch: perl
835            ! ext/POSIX/POSIX.t ext/Storable/t/lock.t ext/Time/HiRes/HiRes.t
836            ! t/io/fs.t t/op/stat.t
837 ____________________________________________________________________________
838 [ 10941] By: jhi                                   on 2001/06/25  22:18:31
839         Log: Microperl findings.
840      Branch: perl
841            ! perl.h pp_sys.c
842 ____________________________________________________________________________
843 [ 10940] By: jhi                                   on 2001/06/25  21:59:29
844         Log: Touch uconfig.h.
845      Branch: perl
846            ! uconfig.h
847 ____________________________________________________________________________
848 [ 10939] By: jhi                                   on 2001/06/25  21:32:52
849         Log: Subject: [PATCH] Proposed fix for Pod::Man
850              From: Rob Napier <rnapier@employees.org>
851              Date: Mon, 25 Jun 2001 15:49:24 -0400
852              Message-ID: <20010625154924.N27568@rnapier-u5.cisco.com>
853              
854              Cater for Solaris nroff brokenness (shortchanges daisywheel
855              printers, but hey, we also no more support PDPs.)
856      Branch: perl
857            ! lib/Pod/Man.pm
858 ____________________________________________________________________________
859 [ 10938] By: jhi                                   on 2001/06/25  21:14:41
860         Log: Typo in #10937.
861      Branch: perl
862            ! ext/POSIX/sigaction.t
863 ____________________________________________________________________________
864 [ 10937] By: jhi                                   on 2001/06/25  19:42:02
865         Log: SIGCONT not trappable in VMS.
866      Branch: perl
867            ! ext/POSIX/sigaction.t
868 ____________________________________________________________________________
869 [ 10936] By: jhi                                   on 2001/06/25  19:28:13
870         Log: Subject: [DRAFT] Encode-Tcl.t
871              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
872              Date: Tue, 26 Jun 2001 03:38:08 +0900
873              Message-Id: <20010626033550.BC35.BQW10602@nifty.com>
874      Branch: perl
875            + ext/Encode/Encode/Tcl.t
876            ! MANIFEST ext/Encode/Encode/Tcl.pm
877 ____________________________________________________________________________
878 [ 10935] By: jhi                                   on 2001/06/25  18:40:03
879         Log: Because of #10932 retract also the perlfunc hunk of #10910.
880      Branch: perl
881            ! pod/perlfunc.pod
882 ____________________________________________________________________________
883 [ 10934] By: jhi                                   on 2001/06/25  18:27:19
884         Log: Tweak the XSFUNCTION, from Doug MacEachern, as suggested
885              by Ilya Zakharevich in
886              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2001-05/msg01582.html
887      Branch: perl
888            ! XSUB.h
889 ____________________________________________________________________________
890 [ 10933] By: jhi                                   on 2001/06/25  18:25:26
891         Log: Typo in #10889.
892      Branch: perl
893            ! hints/uts.sh
894 ____________________________________________________________________________
895 [ 10932] By: jhi                                   on 2001/06/25  18:23:30
896         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
897              From: Abhijit Menon-Sen <ams@wiw.org>
898              Date: Mon, 25 Jun 2001 23:45:45 +0530
899              Message-ID: <20010625234545.A5022@lustre.linux.in>
900      Branch: perl
901            ! lib/overload.t opcode.h opcode.pl t/op/flip.t
902 ____________________________________________________________________________
903 [ 10931] By: jhi                                   on 2001/06/25  17:50:38
904         Log: Subject: [PATCH lib/Test.pm] Re: "Deprecated interface" ??
905              From: Michael G Schwern <schwern@pobox.com>
906              Date: Mon, 25 Jun 2001 14:35:51 -0400
907              Message-ID: <20010625143551.H13819@blackrider>
908      Branch: perl
909            ! lib/Test.pm
910 ____________________________________________________________________________
911 [ 10930] By: jhi                                   on 2001/06/25  14:33:46
912         Log: Update Changes.
913      Branch: perl
914            ! Changes patchlevel.h
915 ____________________________________________________________________________
916 [ 10929] By: jhi                                   on 2001/06/25  14:17:57
917         Log: Regen toc and modlib.
918      Branch: perl
919            ! pod/perlmodlib.pod pod/perltoc.pod
920 ____________________________________________________________________________
921 [ 10928] By: jhi                                   on 2001/06/25  14:13:09
922         Log: Enclose the new symbols in START_EXTERN_C and END_EXTERN_C
923              for the benefit of C++ compilers, as suggested by Guruprasad.
924      Branch: perl
925            ! embed.pl proto.h
926 ____________________________________________________________________________
927 [ 10927] By: jhi                                   on 2001/06/25  14:11:59
928         Log: Subject: [PATCH ] Re: [ID 20010625.003] perlfaq5 correction
929              From: Jonathan Stowe <gellyfish@gellyfish.com>
930              Date: Mon, 25 Jun 2001 14:39:43 +0100 (BST)
931              Message-ID: <Pine.LNX.4.33.0106251438080.14795-100000@orpheus.gellyfish.com>
932      Branch: perl
933            ! pod/perlfaq5.pod
934 ____________________________________________________________________________
935 [ 10926] By: jhi                                   on 2001/06/25  14:04:07
936         Log: Missed from #10925.
937      Branch: perl
938            ! gv.c
939 ____________________________________________________________________________
940 [ 10925] By: jhi                                   on 2001/06/25  14:00:06
941         Log: Subject: [PATCH] Re: CvFILE corruption under ithreads
942              From: Robin Houston <robin@kitsite.com>
943              Date: Sat, 19 May 2001 16:19:34 +0100
944              Message-ID: <20010519161934.A12751@puffinry.freeserve.co.uk>
945      Branch: perl
946            ! cv.h gv.h op.c
947 ____________________________________________________________________________
948 [ 10924] By: jhi                                   on 2001/06/25  13:58:18
949         Log: Netware README tweak.
950      Branch: perl
951            ! README.netware
952 ____________________________________________________________________________
953 [ 10923] By: jhi                                   on 2001/06/25  13:57:13
954         Log: Subject: [PATCH] Re: overload.t fails
955              From: Abhijit Menon-Sen <ams@wiw.org>
956              Date: Mon, 25 Jun 2001 14:52:20 +0530
957              Message-ID: <20010625145220.A24114@lustre.linux.in>
958      Branch: perl
959            ! lib/overload.t
960 ____________________________________________________________________________
961 [ 10922] By: jhi                                   on 2001/06/25  13:56:20
962         Log: Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
963              From: Mike Guy <mjtg@cam.ac.uk>
964              Date: Mon, 25 Jun 2001 11:43:23 +0100
965              Message-Id: <E15ETpz-0007AD-00@draco.cus.cam.ac.uk>
966      Branch: perl
967            ! lib/Carp.pm
968 ____________________________________________________________________________
969 [ 10921] By: jhi                                   on 2001/06/25  13:50:02
970         Log: Subject: Re: [PATCH 5.6.1] OS2 syslog
971              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
972              Date: Sun, 24 Jun 2001 05:17:05 -0400
973              Message-ID: <20010624051704.A27604@math.ohio-state.edu>
974      Branch: perl
975            ! os2/os2ish.h
976 ____________________________________________________________________________
977 [ 10920] By: jhi                                   on 2001/06/25  13:49:13
978         Log: Subject: [PATCH 5.6.1] crypt() on OS/2
979              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
980              Date: Mon, 25 Jun 2001 05:52:27 -0400
981              Message-ID: <20010625055227.A24635@math.ohio-state.edu>
982      Branch: perl
983            ! hints/os2.sh
984 ____________________________________________________________________________
985 [ 10919] By: jhi                                   on 2001/06/25  13:48:30
986         Log: Subject: Re: [PATCH 5.6.1] OS2 system() broken
987              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
988              Date: Mon, 25 Jun 2001 05:23:35 -0400
989              Message-ID: <20010625052334.A24320@math.ohio-state.edu>
990      Branch: perl
991            ! os2/os2.c
992 ____________________________________________________________________________
993 [ 10918] By: jhi                                   on 2001/06/25  13:47:46
994         Log: Subject: Re: [PATCH 5.6.1] OS2::DLL
995              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
996              Date: Mon, 25 Jun 2001 05:04:32 -0400
997              Message-ID: <20010625050432.A24128@math.ohio-state.edu>
998      Branch: perl
999            ! os2/OS2/REXX/DLL/DLL.pm
1000 ____________________________________________________________________________
1001 [ 10917] By: jhi                                   on 2001/06/25  13:44:14
1002         Log: Subject: Re: [PATCH 5.6.1] $^E on OS/2
1003              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1004              Date: Mon, 25 Jun 2001 05:02:36 -0400
1005              Message-ID: <20010625050235.A24046@math.ohio-state.edu>
1006      Branch: perl
1007            ! mg.c os2/dl_os2.c os2/os2.c
1008 ____________________________________________________________________________
1009 [ 10916] By: jhi                                   on 2001/06/25  13:41:20
1010         Log: Subject: Re: [PATCH 5.6.1] misprints
1011              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1012              Date: Mon, 25 Jun 2001 04:50:50 -0400
1013              Message-ID: <20010625045049.A23965@math.ohio-state.edu>
1014      Branch: perl
1015            ! os2/os2.c pp_sys.c
1016 ____________________________________________________________________________
1017 [ 10915] By: jhi                                   on 2001/06/25  13:39:59
1018         Log: Add Test::More and Test::Simple to the delta.
1019      Branch: perl
1020            ! pod/perl572delta.pod
1021 ____________________________________________________________________________
1022 [ 10914] By: jhi                                   on 2001/06/25  13:38:08
1023         Log: Add Test::More, from Michael G Schwern.
1024      Branch: perl
1025            + lib/Test/More.pm lib/Test/More/t/More.t
1026            + lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
1027            + lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
1028            + t/lib/Test/More/Catch.pm
1029            ! MANIFEST
1030 ____________________________________________________________________________
1031 [ 10913] By: jhi                                   on 2001/06/25  13:35:41
1032         Log: Add Test::Simple from Michael G Schwern.
1033      Branch: perl
1034            + lib/Test/Simple.pm lib/Test/Simple/t/exit.t
1035            + lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
1036            + lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
1037            + lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/simple.t
1038            + t/lib/Test/Simple/Catch.pm
1039            + t/lib/Test/Simple/sample_tests/death.plx
1040            + t/lib/Test/Simple/sample_tests/death_in_eval.plx
1041            + t/lib/Test/Simple/sample_tests/extras.plx
1042            + t/lib/Test/Simple/sample_tests/five_fail.plx
1043            + t/lib/Test/Simple/sample_tests/last_minute_death.plx
1044            + t/lib/Test/Simple/sample_tests/one_fail.plx
1045            + t/lib/Test/Simple/sample_tests/require.plx
1046            + t/lib/Test/Simple/sample_tests/success.plx
1047            + t/lib/Test/Simple/sample_tests/too_few.plx
1048            + t/lib/Test/Simple/sample_tests/two_fail.plx
1049            ! MANIFEST
1050 ____________________________________________________________________________
1051 [ 10912] By: jhi                                   on 2001/06/25  13:31:57
1052         Log: Subject: [PATCH perl@10907] RETURN requires dSP in pp_sys.c
1053              From: "Craig A. Berry" <craigberry@mac.com>
1054              Date: Sun, 24 Jun 2001 23:41:36 -0500
1055              Message-Id: <a0510100db75c6d44e34c@[172.16.52.1]>
1056      Branch: perl
1057            ! pp_sys.c
1058 ____________________________________________________________________________
1059 [ 10911] By: jhi                                   on 2001/06/25  13:05:00
1060         Log: Upgrade to Attribute::Handlers 0.70.
1061      Branch: perl
1062            + lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
1063            ! MANIFEST lib/Attribute/Handlers.pm
1064 ____________________________________________________________________________
1065 [ 10910] By: jhi                                   on 2001/06/25  00:09:27
1066         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
1067              From: Abhijit Menon-Sen <ams@wiw.org>
1068              Date: Sat, 23 Jun 2001 05:17:44 +0530
1069              Message-ID: <20010623051744.A18583@lustre.linux.in>
1070              
1071              (Can't think of a good place to put tests.)
1072      Branch: perl
1073            ! opcode.pl pod/perlfunc.pod t/op/flip.t toke.c
1074 ____________________________________________________________________________
1075 [ 10909] By: jhi                                   on 2001/06/24  23:45:13
1076         Log: Subject: [PATCH] t/op/pat.t typo fix
1077              From: Richard Soderberg <rs@crystalflame.net>
1078              Date: Sun, 24 Jun 2001 12:07:42 -0700 (PDT)
1079              Message-ID: <Pine.LNX.4.21.0106241207320.17075-100000@oregonnet.com>
1080      Branch: perl
1081            ! t/op/pat.t
1082 ____________________________________________________________________________
1083 [ 10908] By: jhi                                   on 2001/06/24  22:24:49
1084         Log: Move the pack warnings to their own file, as pointed
1085              out by Spider.
1086      Branch: perl
1087            + t/lib/warnings/pp_pack
1088            ! MANIFEST t/lib/warnings/pp
1089 ____________________________________________________________________________
1090 [ 10907] By: jhi                                   on 2001/06/24  19:55:15
1091         Log: Update Changes.
1092      Branch: perl
1093            ! Changes patchlevel.h
1094 ____________________________________________________________________________
1095 [ 10906] By: jhi                                   on 2001/06/24  19:50:40
1096         Log: Partially fix a problem noticed by IRIX compiler:
1097              the initialization of parse_start was bypassed by
1098              several gotos.  Now initialized to zero, which may
1099              not be the best choice.
1100      Branch: perl
1101            ! regcomp.c
1102 ____________________________________________________________________________
1103 [ 10905] By: jhi                                   on 2001/06/24  19:43:25
1104         Log: Relax the group and password tests back to moaning only
1105              if no matches at all are found.  (Even with a small sample
1106              I could find many sites where there are, umm, anomalies in
1107              the said databases.)       
1108      Branch: perl
1109            ! t/op/grent.t t/op/pwent.t
1110 ____________________________________________________________________________
1111 [ 10904] By: jhi                                   on 2001/06/24  18:45:55
1112         Log: Argh.  How hard it can be to re-apply a patch manually? :-)
1113      Branch: perl
1114            ! pp_ctl.c
1115 ____________________________________________________________________________
1116 [ 10903] By: jhi                                   on 2001/06/24  18:40:52
1117         Log: De-cut-and-pasto in #10902.
1118      Branch: perl
1119            ! pp_ctl.c
1120 ____________________________________________________________________________
1121 [ 10902] By: jhi                                   on 2001/06/24  18:35:18
1122         Log: The #10771 didn't take?
1123      Branch: perl
1124            ! pp_ctl.c
1125 ____________________________________________________________________________
1126 [ 10901] By: jhi                                   on 2001/06/24  18:29:50
1127         Log: Undo the filetests part of #10900, under multiplicity
1128              weird errors take place.
1129      Branch: perl
1130            ! pp_sys.c
1131 ____________________________________________________________________________
1132 [ 10900] By: jhi                                   on 2001/06/24  18:20:36
1133         Log: Misplaces dSPs and the like revealed by MPE/iX and Cygwin.
1134      Branch: perl
1135            ! ext/Cwd/Cwd.xs ext/Devel/Peek/Peek.xs pp_sys.c
1136 ____________________________________________________________________________
1137 [ 10899] By: jhi                                   on 2001/06/24  17:00:34
1138         Log: Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
1139              From: Tony Bowden <tony@kasei.com>
1140              Date: Sun, 24 Jun 2001 17:32:40 +0100
1141              Message-ID: <20010624173240.A16293@blackstar.co.uk>
1142              
1143              Document (well, mention) shortmess() and longmess()
1144              to rob people of their fun of reinventing the weel.
1145      Branch: perl
1146            ! lib/Carp.pm
1147 ____________________________________________________________________________
1148 [ 10898] By: jhi                                   on 2001/06/24  16:51:40
1149         Log: Subject: Patch: pp_system() bounces out of Cygwin subsystem
1150              From: Brian Jepson <bjepson@oreilly.com>
1151              Date: Sun, 24 Jun 2001 12:13:21 -0400 (EDT)
1152              Message-ID: <Pine.GSO.4.21.0106241044110.15051-200000@sol.east.ora.com>
1153      Branch: perl
1154            ! pp_sys.c
1155 ____________________________________________________________________________
1156 [ 10897] By: jhi                                   on 2001/06/24  16:38:23
1157         Log: Subject: [PATCH CPAN.pm] missing DATE_OF_02
1158              From: Robin Barker <rmb1@cise.npl.co.uk> 
1159              Date: Fri, 22 Jun 2001 19:25:56 +0100 (BST)
1160              Message-Id: <200106221825.TAA16884@tempest.npl.co.uk>
1161      Branch: perl
1162            ! lib/CPAN.pm
1163 ____________________________________________________________________________
1164 [ 10896] By: jhi                                   on 2001/06/24  16:36:32
1165         Log: Memoize patch from mjd.
1166      Branch: perl
1167            ! lib/Memoize/t/tie_storable.t
1168 ____________________________________________________________________________
1169 [ 10895] By: jhi                                   on 2001/06/24  16:33:59
1170         Log: Spec the sv_pvprintify() a bit more.
1171      Branch: perl
1172            ! pod/perltodo.pod
1173 ____________________________________________________________________________
1174 [ 10894] By: jhi                                   on 2001/06/24  14:43:36
1175         Log: Upgrade to Memoize 0.65.
1176      Branch: perl
1177            + lib/Memoize/t/array_confusion.t
1178            ! MANIFEST lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
1179            ! lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
1180            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
1181            ! lib/Memoize/README lib/Memoize/SDBM_File.pm
1182            ! lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
1183            ! lib/Memoize/t/errors.t lib/Memoize/t/expire.t
1184            ! lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
1185            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
1186            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_gdbm.t
1187            ! lib/Memoize/t/tie_ndbm.t lib/Memoize/t/tie_sdbm.t
1188            ! lib/Memoize/t/tie_storable.t
1189 ____________________________________________________________________________
1190 [ 10893] By: jhi                                   on 2001/06/24  14:21:09
1191         Log: Metaconfig unit change for #10892.
1192      Branch: metaconfig
1193            ! U/modified/Options.U
1194 ____________________________________________________________________________
1195 [ 10892] By: jhi                                   on 2001/06/24  14:20:38
1196         Log: Subject: Re: [PATCH 5.6.1] OS2 Configure
1197              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1198              Date: Sun, 24 Jun 2001 05:24:40 -0400
1199              Message-ID: <20010624052440.A27698@math.ohio-state.edu>
1200      Branch: perl
1201            ! Configure hints/os2.sh
1202 ____________________________________________________________________________
1203 [ 10891] By: jhi                                   on 2001/06/24  13:50:26
1204         Log: Subject: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of 
1205              From: Mike Guy <mjtg@cam.ac.uk>
1206              Date: Sun, 24 Jun 2001 15:28:39 +0100
1207              Message-Id: <E15EAsR-0007Bi-00@draco.cus.cam.ac.uk>
1208              
1209              Fix an ancient (5.002) bug.
1210      Branch: perl
1211            ! lib/Carp/Heavy.pm
1212 ____________________________________________________________________________
1213 [ 10890] By: jhi                                   on 2001/06/24  13:44:43
1214         Log: The #10881 was too vigorous in pp_system() in moving 'unused'
1215              variables.
1216      Branch: perl
1217            ! pp_sys.c
1218 ____________________________________________________________________________
1219 [ 10889] By: jhi                                   on 2001/06/24  13:24:00
1220         Log: Make UTS as per #10888.
1221      Branch: perl
1222            ! hints/uts.sh
1223 ____________________________________________________________________________
1224 [ 10888] By: jhi                                   on 2001/06/24  13:21:23
1225         Log: Factor the PERL_SYS_INIT() code, from Hugo van der Sanden.
1226      Branch: perl
1227            ! hints/freebsd.sh hints/posix-bc.sh hints/sco.sh
1228            ! mpeix/mpeixish.h perl.h unixish.h
1229 ____________________________________________________________________________
1230 [ 10887] By: jhi                                   on 2001/06/24  13:15:45
1231         Log: AUTHORS update.
1232      Branch: perl
1233            ! AUTHORS
1234 ____________________________________________________________________________
1235 [ 10886] By: jhi                                   on 2001/06/24  13:14:31
1236         Log: Subject: Encode::Tcl for multibyte doesnot work
1237              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
1238              Date: Sun, 24 Jun 2001 22:48:21 +0900
1239              Message-Id: <20010624223252.6658.BQW10602@nifty.com>
1240      Branch: perl
1241            ! ext/Encode/Encode/Tcl.pm
1242 ____________________________________________________________________________
1243 [ 10885] By: jhi                                   on 2001/06/24  13:12:46
1244         Log: Subject: [PATCH] Remove tautology in error messages
1245              From: Mike Guy <mjtg@cam.ac.uk>
1246              Date: Sun, 24 Jun 2001 13:31:00 +0100
1247              Message-Id: <E15E92a-0006em-00@draco.cus.cam.ac.uk>
1248      Branch: perl
1249            ! pp_sys.c
1250 ____________________________________________________________________________
1251 [ 10884] By: jhi                                   on 2001/06/24  13:11:36
1252         Log: Darwin needs -traditional-cpp for cppflags to build Errno. 
1253      Branch: perl
1254            ! hints/darwin.sh
1255 ____________________________________________________________________________
1256 [ 10883] By: jhi                                   on 2001/06/24  13:09:55
1257         Log: Subject: Re: [PATCH 5.6.1] test suite
1258              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1259              Date: Sun, 24 Jun 2001 05:47:05 -0400
1260              Message-ID: <20010624054705.A27890@math.ohio-state.edu>
1261              
1262              Test suite fixes.
1263      Branch: perl
1264            ! ext/POSIX/sigaction.t lib/File/stat.t perl.c t/io/utf8.t
1265 ____________________________________________________________________________
1266 [ 10882] By: jhi                                   on 2001/06/24  13:07:46
1267         Log: Subject: Re: [PATCH 5.6.1] OS2 warnings
1268              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1269              Date: Sun, 24 Jun 2001 05:37:19 -0400
1270              Message-ID: <20010624053719.A27866@math.ohio-state.edu>
1271      Branch: perl
1272            ! os2/dl_os2.c os2/os2.c os2/os2ish.h
1273 ____________________________________________________________________________
1274 [ 10881] By: jhi                                   on 2001/06/24  13:05:24
1275         Log: Subject: Re: [PATCH 5.6.1] pp_sys.c warnings
1276              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1277              Date: Sun, 24 Jun 2001 05:34:50 -0400
1278              Message-ID: <20010624053450.A27856@math.ohio-state.edu>
1279              
1280              Pacify compiler warnings.
1281      Branch: perl
1282            ! pp_sys.c
1283 ____________________________________________________________________________
1284 [ 10880] By: jhi                                   on 2001/06/24  13:02:30
1285         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
1286              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1287              Date: Sun, 24 Jun 2001 05:21:18 -0400
1288              Message-ID: <20010624052118.A27615@math.ohio-state.edu>
1289              
1290              Enable compression of executables during link time.
1291      Branch: perl
1292            ! hints/os2.sh
1293 ____________________________________________________________________________
1294 [ 10879] By: jhi                                   on 2001/06/24  13:00:47
1295         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
1296              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1297              Date: Sun, 24 Jun 2001 05:15:11 -0400
1298              Message-ID: <20010624051511.A27544@math.ohio-state.edu>
1299              
1300              Add ordinals to the export list for Perl DLL.
1301              (Breaks intra-version DLL compatibility.)
1302      Branch: perl
1303            ! makedef.pl
1304 ____________________________________________________________________________
1305 [ 10878] By: jhi                                   on 2001/06/24  02:12:04
1306         Log: Allow (displaying and) re-editing the Subject in perlbug.
1307              Also abstract the Subject quality control into a function.
1308      Branch: perl
1309            ! utils/perlbug.PL
1310 ____________________________________________________________________________
1311 [ 10877] By: jhi                                   on 2001/06/24  01:40:53
1312         Log: Display $ENV{CYGWIN} in perlbug if set (like #10875 for perl -V).
1313      Branch: perl
1314            ! utils/perlbug.PL
1315 ____________________________________________________________________________
1316 [ 10876] By: jhi                                   on 2001/06/24  01:37:05
1317         Log: Regen toc and modlib.
1318      Branch: perl
1319            ! pod/perlmodlib.pod pod/perltoc.pod
1320 ____________________________________________________________________________
1321 [ 10875] By: jhi                                   on 2001/06/24  01:29:33
1322         Log: In Cygwin display the $ENV{CYGWIN} under perl -V, as suggested
1323              by John Peacock.  (Can be 'ntea' which means emulate UNIX file
1324              attribute semantics as much as possible, or 'ntsec' which uses
1325              native NTFS semantics.)  (See also #10877.)
1326      Branch: perl
1327            ! perl.c
1328 ____________________________________________________________________________
1329 [ 10874] By: jhi                                   on 2001/06/23  23:57:28
1330         Log: Hack to get rid of the UNEXPECTEDLY succeeded message for now.
1331      Branch: perl
1332            ! lib/Test/Harness.pm
1333 ____________________________________________________________________________
1334 [ 10873] By: jhi                                   on 2001/06/23  23:36:56
1335         Log: Just zap the -uPerlio.
1336      Branch: perl
1337            ! ext/B/Stash.t
1338 ____________________________________________________________________________
1339 [ 10872] By: jhi                                   on 2001/06/23  21:29:10
1340         Log: Do not test PerlIO if PerlIO not used.
1341      Branch: perl
1342            ! ext/PerlIO/PerlIO.t
1343 ____________________________________________________________________________
1344 [ 10871] By: jhi                                   on 2001/06/23  21:12:49
1345         Log: Regen perlapi.
1346      Branch: perl
1347            ! pod/perlapi.pod
1348 ____________________________________________________________________________
1349 [ 10870] By: jhi                                   on 2001/06/23  21:03:31
1350         Log: Subject: [PATCH] Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
1351              From: Nicholas Clark <nick@ccl4.org>
1352              Date: Sat, 23 Jun 2001 22:55:47 +0100
1353              Message-ID: <20010623225547.Z98663@plum.flirble.org>
1354      Branch: perl
1355            ! numeric.c
1356 ____________________________________________________________________________
1357 [ 10869] By: jhi                                   on 2001/06/23  17:13:21
1358         Log: Subject: [PATCH: perl@10825] MacOS fixups for new lib/h2xs.t
1359              From: Prymmer/Kahn <pvhp@best.com>
1360              Date: Sat, 23 Jun 2001 11:08:52 -0700 (PDT)
1361              Message-ID: <Pine.BSF.4.21.0106231105380.25634-100000@shell8.ba.best.com>
1362      Branch: perl
1363            ! lib/h2xs.t
1364 ____________________________________________________________________________
1365 [ 10868] By: jhi                                   on 2001/06/23  16:04:38
1366         Log: cygwin needs cygwin1.dll in PATH or cwd to run external programs.
1367              cygwin does not taint cwd, just like win32.
1368      Branch: perl
1369            ! lib/File/Find/taint.t t/op/taint.t
1370 ____________________________________________________________________________
1371 [ 10867] By: jhi                                   on 2001/06/23  15:39:15
1372         Log: Retract #10865, the patch should be unnecessary.
1373              (But seemingly helpful in Cygwin?  Strange.)
1374      Branch: perl
1375            ! lib/Memoize/t/tie_ndbm.t
1376 ____________________________________________________________________________
1377 [ 10866] By: jhi                                   on 2001/06/23  15:06:30
1378         Log: Misplaced test file; plus Cygwin filesystem semantics.
1379      Branch: perl
1380            + ext/SDBM_File/sdbm.t
1381            - ext/ODBM_File/sdbm.t
1382            ! MANIFEST
1383 ____________________________________________________________________________
1384 [ 10865] By: jhi                                   on 2001/06/23  15:01:02
1385         Log: (Retracted by #10867.)
1386      Branch: perl
1387            ! lib/Memoize/t/tie_ndbm.t
1388 ____________________________________________________________________________
1389 [ 10864] By: jhi                                   on 2001/06/23  14:25:43
1390         Log: Metaconfig unit change for #10863.
1391      Branch: metaconfig/U/perl
1392            ! Extensions.U
1393 ____________________________________________________________________________
1394 [ 10863] By: jhi                                   on 2001/06/23  14:25:20
1395         Log: In Cygwin do not build NDBM_File and ODBM_File unless
1396              -lndbm and -ldbm are available.
1397      Branch: perl
1398            ! Configure config_h.SH
1399 ____________________________________________________________________________
1400 [ 10862] By: jhi                                   on 2001/06/23  14:02:14
1401         Log: More Cygwin filesystem semantics.
1402      Branch: perl
1403            ! t/io/fs.t t/op/stat.t
1404 ____________________________________________________________________________
1405 [ 10861] By: jhi                                   on 2001/06/23  13:38:00
1406         Log: More DOSish permission semantics for Cygwin.
1407      Branch: perl
1408            ! lib/AnyDBM_File.t
1409 ____________________________________________________________________________
1410 [ 10860] By: jhi                                   on 2001/06/23  13:32:41
1411         Log: Cygwin too has different permission semantics.
1412      Branch: perl
1413            ! ext/GDBM_File/gdbm.t
1414 ____________________________________________________________________________
1415 [ 10859] By: jhi                                   on 2001/06/23  13:30:06
1416         Log: The group (and assumedly passwd) databases can have
1417              only one entry (this is the case in cygwin).
1418      Branch: perl
1419            ! t/op/grent.t t/op/pwent.t
1420 ____________________________________________________________________________
1421 [ 10858] By: jhi                                   on 2001/06/23  13:16:26
1422         Log: Also in Cygwin use Socket to figure out domainname
1423              (if any) (avoids trying to call external 'domainname',
1424              which doesn't at the moment exist in Cygwin)
1425      Branch: perl
1426            ! lib/Net/Domain.pm
1427 ____________________________________________________________________________
1428 [ 10857] By: jhi                                   on 2001/06/23  12:48:32
1429         Log: Remove also the lib$Foo.def, not just $Foo.def.
1430      Branch: perl
1431            ! lib/ExtUtils/MM_Unix.pm
1432 ____________________________________________________________________________
1433 [ 10856] By: jhi                                   on 2001/06/23  12:21:53
1434         Log: In UTS do signal(SIGFPE, SIG_IGN) in PERL_SYS_INIT().
1435      Branch: perl
1436            ! unixish.h
1437 ____________________________________________________________________________
1438 [ 10855] By: jhi                                   on 2001/06/23  12:14:15
1439         Log: Fix for ID 20010619.003, the [[:print:]] is not supposed
1440              to match the whole isprint(), only the space character.
1441      Branch: perl
1442            ! handy.h pod/perlre.pod t/op/pat.t
1443 ____________________________________________________________________________
1444 [ 10854] By: nick                                  on 2001/06/23  08:09:33
1445         Log: Integrate mainline
1446      Branch: perlio
1447           !> Configure ext/IPC/SysV/Semaphore.pm hints/unicos.sh
1448           !> lib/ExtUtils.t lib/File/Find/taint.t
1449           !> lib/Math/BigInt/t/bigintpm.t lib/Net/netent.t
1450           !> lib/Net/protoent.t lib/Net/servent.t mg.c t/op/mkdir.t
1451           !> t/op/sprintf.t vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
1452 ____________________________________________________________________________
1453 [ 10853] By: jhi                                   on 2001/06/23  03:48:09
1454         Log: Make also the bigintpm.t (like op/sprintf.t) be less demanding
1455              with its floats    in os390 and s390 (UTS).
1456      Branch: perl
1457            ! lib/Math/BigInt/t/bigintpm.t
1458 ____________________________________________________________________________
1459 [ 10852] By: jhi                                   on 2001/06/23  03:38:53
1460         Log: Add also UTS (s390) to the non-IEEE float platforms.
1461      Branch: perl
1462            ! t/op/sprintf.t
1463 ____________________________________________________________________________
1464 [ 10851] By: jhi                                   on 2001/06/23  03:36:04
1465         Log: Subject: RFC: what are applicable standards for exponent sizes?
1466              From: Peter Prymmer <pvhp@forte.com>
1467              Date: Tue, 19 Jun 2001 17:18:06 -0700 (PDT)
1468              Message-ID: <Pine.OSF.4.10.10106191712070.361736-100000@aspara.forte.com>
1469      Branch: perl
1470            ! t/op/sprintf.t
1471 ____________________________________________________________________________
1472 [ 10850] By: jhi                                   on 2001/06/23  03:29:04
1473         Log: Subject: [PATCH: perl@10825] build (and test!) VMS::Stdio on VMS
1474              From: Peter Prymmer <pvhp@forte.com>
1475              Date: Fri, 22 Jun 2001 19:08:23 -0700 (PDT)
1476              Message-ID: <Pine.OSF.4.10.10106221903270.24012-100000@aspara.forte.com>
1477      Branch: perl
1478            ! vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
1479 ____________________________________________________________________________
1480 [ 10849] By: jhi                                   on 2001/06/23  03:27:21
1481         Log: Subject: [PATCH: perl@10825] correction to lib/ExtUtils.t patch
1482              From: Peter Prymmer <pvhp@forte.com>
1483              Date: Fri, 22 Jun 2001 17:56:01 -0700 (PDT)
1484              Message-ID: <Pine.OSF.4.10.10106221754180.24012-100000@aspara.forte.com>
1485      Branch: perl
1486            ! lib/ExtUtils.t
1487 ____________________________________________________________________________
1488 [ 10848] By: jhi                                   on 2001/06/22  21:51:31
1489         Log: Retract #10845.
1490      Branch: perl
1491            ! lib/File/Find/taint.t
1492 ____________________________________________________________________________
1493 [ 10847] By: jhi                                   on 2001/06/22  21:50:38
1494         Log: Yet another error message.
1495      Branch: perl
1496            ! t/op/mkdir.t
1497 ____________________________________________________________________________
1498 [ 10846] By: jhi                                   on 2001/06/22  21:48:39
1499         Log: The croak message for nonexistent socket functions may vary.
1500      Branch: perl
1501            ! lib/Net/netent.t lib/Net/protoent.t lib/Net/servent.t
1502 ____________________________________________________________________________
1503 [ 10845] By: jhi                                   on 2001/06/22  21:42:38
1504         Log: (Retracted by #10848.)
1505      Branch: perl
1506            ! lib/File/Find/taint.t
1507 ____________________________________________________________________________
1508 [ 10844] By: jhi                                   on 2001/06/22  21:32:58
1509         Log: Integrate perlio.
1510      Branch: perl
1511           !> lib/File/Find/taint.t t/op/write.t
1512 ____________________________________________________________________________
1513 [ 10843] By: nick                                  on 2001/06/22  21:24:51
1514         Log: Back out debug in taint.t
1515      Branch: perlio
1516            ! lib/File/Find/taint.t
1517 ____________________________________________________________________________
1518 [ 10842] By: jhi                                   on 2001/06/22  21:20:02
1519         Log: setitimer() does not exist in Unicos, despite of what
1520              Configure thinks, from Mark P. Lutz.
1521      Branch: perl
1522            ! hints/unicos.sh
1523 ____________________________________________________________________________
1524 [ 10841] By: nick                                  on 2001/06/22  21:19:36
1525         Log: Skip cwd test on Win32 ???
1526      Branch: perlio
1527            ! lib/File/Find/taint.t
1528 ____________________________________________________________________________
1529 [ 10840] By: jhi                                   on 2001/06/22  21:17:34
1530         Log: Casting this way seems to keep both 64-bitint x86 FreeBSD
1531              and Tru64 gcc -Wall happy.
1532      Branch: perl
1533            ! mg.c
1534 ____________________________________________________________________________
1535 [ 10839] By: jhi                                   on 2001/06/22  21:15:32
1536         Log: The packs must be done in native shorts, fix from Mark P. Lutz.
1537      Branch: perl
1538            ! ext/IPC/SysV/Semaphore.pm
1539 ____________________________________________________________________________
1540 [ 10838] By: jhi                                   on 2001/06/22  21:12:02
1541         Log: Metaconfig unit change for #10837.
1542      Branch: metaconfig/U/perl
1543            ! Cross.U
1544 ____________________________________________________________________________
1545 [ 10837] By: jhi                                   on 2001/06/22  21:09:42
1546         Log: Cleanup of the cross-compilation unit.
1547      Branch: perl
1548            ! Configure
1549 ____________________________________________________________________________
1550 [ 10836] By: nick                                  on 2001/06/22  20:45:12
1551         Log: Skip |- based op/write.t on Win32 as well as VMS
1552      Branch: perlio
1553            ! t/op/write.t
1554 ____________________________________________________________________________
1555 [ 10835] By: jhi                                   on 2001/06/22  20:44:20
1556         Log: Integrate perlio.
1557      Branch: perl
1558           !> util.c
1559 ____________________________________________________________________________
1560 [ 10834] By: nick                                  on 2001/06/22  20:41:54
1561         Log: Integrate mainline
1562      Branch: perlio
1563           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
1564           !> config_h.SH pp_sys.c uconfig.h util.c vos/config.alpha.h
1565           !> vos/config.ga.h
1566 ____________________________________________________________________________
1567 [ 10833] By: nick                                  on 2001/06/22  20:22:58
1568         Log: Patcho fix.
1569      Branch: perlio
1570            ! util.c
1571 ____________________________________________________________________________
1572 [ 10832] By: jhi                                   on 2001/06/22  20:13:02
1573         Log: Metaconfig unit changes for #10831.
1574      Branch: metaconfig
1575            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
1576 ____________________________________________________________________________
1577 [ 10831] By: jhi                                   on 2001/06/22  20:12:29
1578         Log: Subject: [PATCH 5.7.x] Further tiny bcopy cleanup
1579              From: Andy Dougherty <doughera@lafayette.edu>
1580              Date: Fri, 22 Jun 2001 14:29:51 -0400 (EDT)
1581              Message-ID: <Pine.SOL.4.10.10106221417030.28044-100000@maxwell.phys.lafayette.edu>
1582      Branch: perl
1583            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1584            ! config_h.SH uconfig.h vos/config.alpha.h vos/config.ga.h
1585 ____________________________________________________________________________
1586 [ 10830] By: jhi                                   on 2001/06/22  19:50:15
1587         Log: MPE/iX prototype nits from Mark Bixby.
1588      Branch: perl
1589            ! pp_sys.c
1590 ____________________________________________________________________________
1591 [ 10829] By: jhi                                   on 2001/06/22  16:25:16
1592         Log: Detypo.
1593      Branch: perl
1594            ! util.c
1595 ____________________________________________________________________________
1596 [ 10828] By: nick                                  on 2001/06/22  15:33:37
1597         Log: Integrate mainline (in near desperate attempt to get Win32 to build...)
1598      Branch: perlio
1599           +> lib/h2xs.t
1600           !> AUTHORS Changes MANIFEST Makefile.SH NetWare/t/NWScripts.pl
1601           !> ext/B/Deparse.t ext/POSIX/POSIX.xs lib/ExtUtils.t
1602           !> lib/ExtUtils/Constant.pm lib/I18N/LangTags.pm
1603           !> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/test.pl
1604           !> lib/Locale/Maketext.pm lib/Locale/Maketext.pod
1605           !> lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
1606           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm patchlevel.h
1607           !> t/op/write.t t/pod/plainer.t utils/h2xs.PL vms/vms.c
1608           !> vms/vmsish.h
1609 ____________________________________________________________________________
1610 [ 10827] By: jhi                                   on 2001/06/22  14:15:26
1611         Log: Subject: [PATCH perl@10800] sigaction workaround for VMS
1612              Date: Fri, 22 Jun 2001 10:08:35 -0500
1613              From: "Craig A. Berry" <craigberry@mac.com>
1614              Message-Id: <a05101001b75908704194@[192.168.56.145]>
1615      Branch: perl
1616            ! vms/vms.c vms/vmsish.h
1617 ____________________________________________________________________________
1618 [ 10826] By: jhi                                   on 2001/06/22  13:35:37
1619         Log: NetWare scripts tweak from Ananth Kesari.
1620      Branch: perl
1621            ! NetWare/t/NWScripts.pl
1622 ____________________________________________________________________________
1623 [ 10825] By: jhi                                   on 2001/06/22  13:00:55
1624         Log: Update Changes.
1625      Branch: perl
1626            ! Changes patchlevel.h
1627 ____________________________________________________________________________
1628 [ 10824] By: jhi                                   on 2001/06/22  12:46:56
1629         Log: Add .i and .s targets.
1630      Branch: perl
1631            ! Makefile.SH
1632 ____________________________________________________________________________
1633 [ 10823] By: jhi                                   on 2001/06/22  12:25:20
1634         Log: Upgrade to Locale::Maketext 1.03.
1635      Branch: perl
1636            ! lib/Locale/Maketext.pm lib/Locale/Maketext.pod
1637            ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
1638 ____________________________________________________________________________
1639 [ 10822] By: jhi                                   on 2001/06/22  12:23:57
1640         Log: Upgrade to I18N::LangTags 0.26.
1641      Branch: perl
1642            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
1643            ! lib/I18N/LangTags/test.pl
1644 ____________________________________________________________________________
1645 [ 10821] By: jhi                                   on 2001/06/22  12:16:41
1646         Log: The #10792 didn't take, and s/sighni/signi/, as noticed by
1647              Philip Newton.
1648      Branch: perl
1649            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
1650            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
1651 ____________________________________________________________________________
1652 [ 10820] By: jhi                                   on 2001/06/22  12:13:37
1653         Log: Subject: [PATCH: perl@10800] trigraphs and tests for h2xs
1654              From: Prymmer/Kahn <pvhp@best.com>
1655              Date: Fri, 22 Jun 2001 00:03:24 -0700 (PDT)
1656              Message-ID: <Pine.BSF.4.21.0106212354510.6026-100000@shell8.ba.best.com>
1657      Branch: perl
1658            + lib/h2xs.t
1659            ! MANIFEST utils/h2xs.PL
1660 ____________________________________________________________________________
1661 [ 10819] By: jhi                                   on 2001/06/22  12:11:56
1662         Log: Subject: [PATCH: perl@10800] nmake specific cleanliness for lib/ExtUtils.t
1663              From: Prymmer/Kahn <pvhp@best.com>
1664              Date: Thu, 21 Jun 2001 23:53:27 -0700 (PDT)
1665              Message-ID: <Pine.BSF.4.21.0106212346540.6026-100000@shell8.ba.best.com>
1666      Branch: perl
1667            ! lib/ExtUtils.t
1668 ____________________________________________________________________________
1669 [ 10818] By: jhi                                   on 2001/06/22  12:11:08
1670         Log: Subject: [PATCH: perl@10800] clean up after t/pod/plainer.t on Win32
1671              From: Prymmer/Kahn <pvhp@best.com>
1672              Date: Thu, 21 Jun 2001 23:45:15 -0700 (PDT)
1673              Message-ID: <Pine.BSF.4.21.0106212341510.6026-100000@shell8.ba.best.com>
1674      Branch: perl
1675            ! t/pod/plainer.t
1676 ____________________________________________________________________________
1677 [ 10817] By: jhi                                   on 2001/06/22  12:10:05
1678         Log: AUTHORS update.
1679      Branch: perl
1680            ! AUTHORS
1681 ____________________________________________________________________________
1682 [ 10816] By: jhi                                   on 2001/06/22  12:08:24
1683         Log: Subject: should POSIX.xs use XSRETURN_UNDEF in sigaction?
1684              From: "Craig A. Berry" <craigberry@mac.com>
1685              Date: Thu, 21 Jun 2001 18:20:38 -0500
1686              Message-Id: <5.1.0.14.0.20010621180227.02a8e930@exchi01>
1687      Branch: perl
1688            ! ext/POSIX/POSIX.xs
1689 ____________________________________________________________________________
1690 [ 10815] By: jhi                                   on 2001/06/22  12:07:19
1691         Log: Subject: [PATCH perl@10765] fix Deparse.t and write.t for VMS
1692              From: "Craig A. Berry" <craigberry@mac.com>
1693              Date: Thu, 21 Jun 2001 09:58:52 -0500
1694              Message-Id: <5.1.0.14.0.20010620172532.033cdb88@exchi01>
1695      Branch: perl
1696            ! ext/B/Deparse.t t/op/write.t
1697 ____________________________________________________________________________
1698 [ 10814] By: nick                                  on 2001/06/22  08:13:09
1699         Log: Integrate mainline.
1700      Branch: perlio
1701           !> (integrate 46 files)
1702 ____________________________________________________________________________
1703 [ 10813] By: jhi                                   on 2001/06/22  02:48:58
1704         Log: Change the prefixes only if $prefix is unset,
1705              as originally patched by Marcel Grunauer.
1706      Branch: perl
1707            ! hints/darwin.sh hints/rhapsody.sh
1708 ____________________________________________________________________________
1709 [ 10812] By: jhi                                   on 2001/06/22  02:44:41
1710         Log: Subject: Re: Patch for hints/darwin.sh
1711              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
1712              Date: Thu, 21 Jun 2001 11:23:46 -0700
1713              Message-Id: <200106211823.OAA01089@melbourne-city-street.mit.edu>
1714      Branch: perl
1715            ! hints/darwin.sh hints/rhapsody.sh
1716 ____________________________________________________________________________
1717 [ 10811] By: jhi                                   on 2001/06/22  02:34:27
1718         Log: Add .PHONY targets for non-file targets,
1719              from Wilfredo Sánchez.  Should help saying
1720              "make install" on case-insensitive filesystems.
1721      Branch: perl
1722            ! Makefile.SH
1723 ____________________________________________________________________________
1724 [ 10810] By: jhi                                   on 2001/06/22  02:01:23
1725         Log: Subject: Re: Automated smoke report for patch 10764 (truncated)
1726              From: Doug MacEachern <dougm@covalent.net>
1727              Date: Thu, 21 Jun 2001 19:32:05 -0700 (PDT)
1728              Message-ID: <Pine.LNX.4.21.0106211925020.17261-100000@mako.covalent.net>
1729              
1730              plus reword the getcwd() comment, plus use getcwd() buffer
1731              size minus one.
1732      Branch: perl
1733            ! util.c
1734 ____________________________________________________________________________
1735 [ 10809] By: jhi                                   on 2001/06/22  01:16:58
1736         Log: More gprofing from Doug MacEachern.
1737      Branch: perl
1738            ! Makefile.SH
1739 ____________________________________________________________________________
1740 [ 10808] By: jhi                                   on 2001/06/22  01:15:11
1741         Log: Metaconfig unit change for #10807.
1742      Branch: metaconfig/U/perl
1743            ! d_sfio.U
1744 ____________________________________________________________________________
1745 [ 10807] By: jhi                                   on 2001/06/22  01:14:43
1746         Log: Tell that you are removing the unneeded -lsfio.
1747      Branch: perl
1748            ! Configure
1749 ____________________________________________________________________________
1750 [ 10806] By: jhi                                   on 2001/06/22  01:03:14
1751         Log: More MPE/iX tweaks from Mark Bixby.
1752      Branch: perl
1753            ! perl.c t/op/magic.t
1754 ____________________________________________________________________________
1755 [ 10805] By: jhi                                   on 2001/06/21  22:41:11
1756         Log: The fchdir() proto is supposed to live in <unistd.h>.
1757      Branch: perl
1758            ! ext/Cwd/Cwd.xs
1759 ____________________________________________________________________________
1760 [ 10804] By: jhi                                   on 2001/06/21  22:24:42
1761         Log: This town is too small for the Cwd extension and me,
1762              it would seem...
1763      Branch: perl
1764            ! ext/Cwd/Cwd.xs
1765 ____________________________________________________________________________
1766 [ 10803] By: jhi                                   on 2001/06/21  21:54:00
1767         Log: Metaconfig unit change for #10802.
1768      Branch: metaconfig/U/perl
1769            ! d_modfl.U
1770 ____________________________________________________________________________
1771 [ 10802] By: jhi                                   on 2001/06/21  21:53:37
1772         Log: More d'ohs.
1773      Branch: perl
1774            ! Configure
1775 ____________________________________________________________________________
1776 [ 10801] By: jhi                                   on 2001/06/21  21:38:38
1777         Log: Off-by-one.  I'm so classic.
1778      Branch: perl
1779            ! util.c
1780 ____________________________________________________________________________
1781 [ 10800] By: jhi                                   on 2001/06/21  20:10:19
1782         Log: Update Changes.
1783      Branch: perl
1784            ! Changes patchlevel.h
1785 ____________________________________________________________________________
1786 [ 10799] By: jhi                                   on 2001/06/21  20:03:54
1787         Log: Subject: Documentation patch for Net::FTP
1788              From: Marcel Grunauer <marcel@codewerk.com>
1789              Date: Wed, 20 Jun 2001 23:03:26 +0200
1790              Message-Id: <20010620210309.DCMT6087.viemta06@localhost>
1791      Branch: perl
1792            ! lib/Net/FTP.pm
1793 ____________________________________________________________________________
1794 [ 10798] By: jhi                                   on 2001/06/21  20:01:14
1795         Log: Retract the #10417 mg.c and embed.pl parts because of
1796              strange SEGVs in 64bit x86 FreeBSD observed by
1797              Nicholas Clark.
1798      Branch: perl
1799            ! embed.pl mg.c perlapi.c pod/perlintern.pod proto.h
1800 ____________________________________________________________________________
1801 [ 10797] By: jhi                                   on 2001/06/21  19:40:34
1802         Log: Add fchdir() probe (in non-UNIX systems assume it doesn't exist).
1803      Branch: perl
1804            ! Configure NetWare/config.wc NetWare/config_H.wc
1805            ! Porting/Glossary Porting/config.sh Porting/config_H
1806            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
1807            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
1808            ! vos/config.ga.h win32/config.bc win32/config.gc
1809            ! win32/config.vc win32/config_H.bc win32/config_H.gc
1810            ! win32/config_H.vc
1811 ____________________________________________________________________________
1812 [ 10796] By: jhi                                   on 2001/06/21  19:08:28
1813         Log: Cwd tweak from Doug MacEachern.
1814      Branch: perl
1815            ! ext/Cwd/Cwd.xs
1816 ____________________________________________________________________________
1817 [ 10795] By: jhi                                   on 2001/06/21  19:03:48
1818         Log: Protect the fchdir() and lstat() with ifdefs.
1819              fchdir() needs a Configure probe.
1820      Branch: perl
1821            ! ext/Cwd/Cwd.xs
1822 ____________________________________________________________________________
1823 [ 10794] By: nick                                  on 2001/06/21  17:11:35
1824         Log: Integrate mainline
1825      Branch: perlio
1826           +> ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
1827           +> ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
1828           +> lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
1829           +> lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
1830           +> lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
1831           +> lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
1832           +> lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
1833           +> lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
1834            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
1835            - lib/File/Glob/case.t lib/File/Glob/global.t
1836            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
1837            - lib/File/Temp/posix.t lib/File/Temp/security.t
1838            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
1839            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
1840            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
1841            - lib/Text/Wrap/wrap.t
1842           !> (integrate 41 files)
1843 ____________________________________________________________________________
1844 [ 10793] By: jhi                                   on 2001/06/21  17:01:26
1845         Log: Subject: [PATCH perl@10765] fix Cwd.xs for VMS
1846              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
1847              Date: Thu, 21 Jun 2001 13:04:54 -0500
1848              Message-Id: <5.1.0.14.0.20010621124127.029fe120@exchi01>
1849      Branch: perl
1850            ! ext/Cwd/Cwd.xs
1851 ____________________________________________________________________________
1852 [ 10792] By: jhi                                   on 2001/06/21  16:13:57
1853         Log: Subject: [PATCH pod] overlong =item
1854              From: Robin Barker <rmb1@cise.npl.co.uk>
1855              Date: Thu, 21 Jun 2001 18:08:04 +0100 (BST)
1856              Message-Id: <200106211708.SAA08097@tempest.npl.co.uk>
1857      Branch: perl
1858            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
1859            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
1860 ____________________________________________________________________________
1861 [ 10791] By: jhi                                   on 2001/06/21  16:10:51
1862         Log: Subject: [PATCH perlio.c] format 
1863              From: Robin Barker <rmb1@cise.npl.co.uk>
1864              Date: Thu, 21 Jun 2001 18:05:02 +0100 (BST)
1865              Message-Id: <200106211705.SAA08067@tempest.npl.co.uk>
1866      Branch: perl
1867            ! perlio.c
1868 ____________________________________________________________________________
1869 [ 10790] By: jhi                                   on 2001/06/21  15:52:04
1870         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
1871              From: Radu Greab <radu@netsoft.ro>
1872              Date: Thu, 21 Jun 2001 19:06:02 +0300
1873              Message-ID: <15154.7018.376419.295092@ix.netsoft.ro>
1874      Branch: perl
1875            ! pod/perlapi.pod sv.c
1876 ____________________________________________________________________________
1877 [ 10789] By: jhi                                   on 2001/06/21  14:48:25
1878         Log: The metaconfig unit changes for #10788.
1879      Branch: metaconfig/U/perl
1880            ! Cross.U fflushall.U
1881 ____________________________________________________________________________
1882 [ 10788] By: jhi                                   on 2001/06/21  14:47:48
1883         Log: Cross-configuration changes: make $from to rm the files
1884              before copying them over (this means that he rm can be
1885              removed from the fflushall test), create $targetmkdir      
1886              (not documented in install since it is supposed to internal
1887              use only), make $run to copy over the executable only if
1888              a stamp file .xok doesn't already exist (to avoid unnecessary
1889              copying of the executable)
1890      Branch: perl
1891            ! Configure Makefile.SH
1892 ____________________________________________________________________________
1893 [ 10787] By: nick                                  on 2001/06/21  14:16:18
1894         Log: Integrate mainline
1895      Branch: perlio
1896           +> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
1897           +> lib/I18N/LangTags/README lib/Locale/Maketext/ChangeLog
1898           +> lib/Locale/Maketext/README lib/Locale/Maketext/test.pl
1899            - lib/I18N/LangTags/List.pod lib/Locale/Maketext.t
1900           !> (integrate 34 files)
1901 ____________________________________________________________________________
1902 [ 10786] By: jhi                                   on 2001/06/21  13:59:32
1903         Log: Re-add the files as text.
1904      Branch: perl
1905            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
1906 ____________________________________________________________________________
1907 [ 10785] By: jhi                                   on 2001/06/21  13:57:55
1908         Log: Delete the binary files.
1909      Branch: perl
1910            - t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
1911 ____________________________________________________________________________
1912 [ 10784] By: jhi                                   on 2001/06/21  13:49:47
1913         Log: Subject: [PATCH 5.7.x] Unnecessary pod2man calls in new extensions
1914              From: Andy Dougherty <doughera@lafayette.edu>
1915              Date: Thu, 21 Jun 2001 10:44:05 -0400 (EDT)
1916              Message-ID: <Pine.SOL.4.10.10106211040180.26439-100000@maxwell.phys.lafayette.edu>
1917      Branch: perl
1918            ! ext/Digest/MD5/Makefile.PL ext/List/Util/Makefile.PL
1919            ! ext/MIME/Base64/Makefile.PL ext/PerlIO/Scalar/Makefile.PL
1920            ! ext/PerlIO/Via/Makefile.PL ext/Time/HiRes/Makefile.PL
1921            ! ext/Time/Piece/Makefile.PL ext/XS/Typemap/Makefile.PL
1922 ____________________________________________________________________________
1923 [ 10783] By: jhi                                   on 2001/06/21  13:46:50
1924         Log: Subject: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
1925              From: 0000-Admin <root@egg.karlov.mff.cuni.cz>(0000)
1926              Date: Wed, 20 Jun 2001 14:11:49 +0200 (MET DST) 
1927              Message-Id: <200106201211.f5KCBnm24320@egg.karlov.mff.cuni.cz>
1928              
1929              Setting umask to something friendlier.
1930      Branch: perl
1931            ! installman installperl
1932 ____________________________________________________________________________
1933 [ 10782] By: jhi                                   on 2001/06/21  13:42:17
1934         Log: Shuffle around tests to (ext|lib)/.../t/ subdirectories.
1935              Resort MANIFEST with sort -f, looks much better.
1936      Branch: perl
1937            + ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
1938            + ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
1939            + lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
1940            + lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
1941            + lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
1942            + lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
1943            + lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
1944            + lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
1945            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
1946            - lib/File/Glob/case.t lib/File/Glob/global.t
1947            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
1948            - lib/File/Temp/posix.t lib/File/Temp/security.t
1949            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
1950            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
1951            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
1952            - lib/Text/Wrap/wrap.t
1953            ! MANIFEST
1954 ____________________________________________________________________________
1955 [ 10781] By: jhi                                   on 2001/06/21  13:16:04
1956         Log: Upgrade to I18N::LangTags 0.25.
1957      Branch: perl
1958            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
1959            ! lib/I18N/LangTags/List.pm
1960 ____________________________________________________________________________
1961 [ 10780] By: jhi                                   on 2001/06/21  13:12:54
1962         Log: Subject: [PATCH] Step 2: Use the new PM_GETRE/SETRE macros everywhere.
1963              From: Richard Soderberg <rs@crystalflame.net>
1964              Date: Thu, 21 Jun 2001 07:01:22 -0700 (PDT)
1965              Message-ID: <Pine.LNX.4.21.0106210657400.1693-100000@oregonnet.com>
1966      Branch: perl
1967            ! dump.c ext/B/B.xs ext/B/B/C.pm ext/ByteLoader/bytecode.h mg.c
1968            ! op.c pp.c pp_ctl.c pp_hot.c regexec.c
1969 ____________________________________________________________________________
1970 [ 10779] By: jhi                                   on 2001/06/21  12:59:57
1971         Log: Test obsoleted by change #10777.
1972      Branch: perl
1973            ! t/op/sub_lval.t
1974 ____________________________________________________________________________
1975 [ 10778] By: jhi                                   on 2001/06/21  12:52:37
1976         Log: Case of confused test numbering.
1977      Branch: perl
1978            ! t/op/pat.t
1979 ____________________________________________________________________________
1980 [ 10777] By: jhi                                   on 2001/06/21  12:30:57
1981         Log: Subject: Re: Opinion on undef lvalue
1982              From: Abhijit Menon-Sen <ams@wiw.org>
1983              Date: Sun, 17 Jun 2001 13:04:46 +0530
1984              Message-ID: <20010617130446.B27925@lustre.linux.in>
1985              
1986              Allow lvalue subs to return undef in array context.
1987      Branch: perl
1988            ! pp_hot.c
1989 ____________________________________________________________________________
1990 [ 10776] By: jhi                                   on 2001/06/21  12:27:48
1991         Log: Just a guess that using the same hack for cygwin as
1992              for win32 might help.
1993      Branch: perl
1994            ! lib/File/Find/find.t
1995 ____________________________________________________________________________
1996 [ 10775] By: jhi                                   on 2001/06/21  12:25:58
1997         Log: NetWare tweaks from Guruprasad.
1998      Branch: perl
1999            ! NetWare/Makefile NetWare/Nwmain.c NetWare/config.wc
2000            ! NetWare/config_H.wc NetWare/nw5sck.c NetWare/nw5sck.h
2001            ! NetWare/nwperlsys.c NetWare/t/NWModify.pl
2002            ! NetWare/t/NWScripts.pl NetWare/t/Readme.txt
2003 ____________________________________________________________________________
2004 [ 10774] By: jhi                                   on 2001/06/21  12:21:17
2005         Log: Subject: Re: perl@10722: Bogus warnings on REs 
2006              From: Hugo <hv@crypt.compulink.co.uk>
2007              Date: Thu, 21 Jun 2001 09:51:17 +0100
2008              Message-Id: <200106210851.JAA01942@crypt.compulink.co.uk>
2009              
2010              Unroll to avoid a UTS compiler bug.
2011      Branch: perl
2012            ! regcomp.c
2013 ____________________________________________________________________________
2014 [ 10773] By: jhi                                   on 2001/06/21  12:13:13
2015         Log: Subject: Re: [PATCH] Make /o work under i?threads
2016              From: Artur Bergman <artur@contiller.se>
2017              Date: Thu, 21 Jun 2001 14:38:03 +0200
2018              Message-ID: <B757B74A.184D%artur@contiller.se>
2019      Branch: perl
2020            ! t/op/pat.t
2021 ____________________________________________________________________________
2022 [ 10772] By: jhi                                   on 2001/06/21  12:12:23
2023         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
2024              From: Artur Bergman <artur@contiller.se> 
2025              Date: Thu, 21 Jun 2001 14:27:33 +0200
2026              Message-ID: <B757B4D4.1849%artur@contiller.se>
2027              
2028              Plus extra parentheses.
2029      Branch: perl
2030            ! op.h
2031 ____________________________________________________________________________
2032 [ 10771] By: jhi                                   on 2001/06/21  12:10:29
2033         Log: Subject: [PATCH] Make /o work under i?threads
2034              From: Richard Soderberg <rs@crystalflame.net>
2035              Date: Thu, 21 Jun 2001 05:21:43 -0700 (PDT)
2036              Message-ID: <Pine.LNX.4.21.0106210518210.2479-100000@oregonnet.com>
2037      Branch: perl
2038            ! pp_ctl.c
2039 ____________________________________________________________________________
2040 [ 10770] By: jhi                                   on 2001/06/21  12:09:28
2041         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
2042              From: Artur Bergman <artur@contiller.se>
2043              Date: Thu, 21 Jun 2001 14:04:54 +0200
2044              Message-ID: <B757AF86.1842%artur@contiller.se>
2045      Branch: perl
2046            ! op.h
2047 ____________________________________________________________________________
2048 [ 10769] By: jhi                                   on 2001/06/21  12:08:03
2049         Log: Subject: Re: perl@10765: sv.c not OK on win32
2050              From: Artur Bergman <artur@contiller.se>
2051              Date: Thu, 21 Jun 2001 10:31:06 +0200
2052              Message-ID: <B7577D69.182C%artur@contiller.se>
2053      Branch: perl
2054            ! sv.c
2055 ____________________________________________________________________________
2056 [ 10768] By: jhi                                   on 2001/06/21  12:03:56
2057         Log: Subject: [PATCH 5.6.1] OS2 getpw*, getgr*
2058              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2059              Date: Thu, 21 Jun 2001 06:23:56 -0400
2060              Message-ID: <20010621062356.A8619@math.ohio-state.edu>
2061              
2062              Subject: Re: [PATCH 5.6.1] OS2 getpw*, getgr*
2063              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2064              Date: Thu, 21 Jun 2001 06:32:21 -0400
2065              Message-ID: <20010621063221.A8823@math.ohio-state.edu>
2066      Branch: perl
2067            ! lib/File/Glob/basic.t makedef.pl os2/os2.c os2/os2ish.h
2068 ____________________________________________________________________________
2069 [ 10767] By: jhi                                   on 2001/06/21  12:00:07
2070         Log: Subject: [PATCH] make syslog test more verbose
2071              From: Robert Spier <rspier@pobox.com>
2072              Date: Thu, 21 Jun 2001 00:54:32 -0400
2073              Message-ID: <15153.32264.295807.333073@rls.cx>
2074      Branch: perl
2075            ! ext/Sys/Syslog/syslog.t
2076 ____________________________________________________________________________
2077 [ 10766] By: jhi                                   on 2001/06/20  23:27:57
2078         Log: Subject: op/study.t refinements
2079              From: Hugo <hv@crypt.compulink.co.uk>
2080              Date: Thu, 21 Jun 2001 00:29:07 +0100
2081              Message-Id: <200106202329.AAA31397@crypt.compulink.co.uk>
2082      Branch: perl
2083            ! t/op/study.t
2084 ____________________________________________________________________________
2085 [ 10765] By: jhi                                   on 2001/06/20  19:51:47
2086         Log: Update Changes.
2087      Branch: perl
2088            ! Changes patchlevel.h
2089 ____________________________________________________________________________
2090 [ 10764] By: jhi                                   on 2001/06/20  19:00:23
2091         Log: Subject: Re: [PATCH] djgpp updates
2092              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
2093              Date: Wed, 20 Jun 2001 10:05:15 +0200
2094              Message-ID: <20010620100515.L5600@libra.eth.ericsson.se>
2095      Branch: perl
2096            ! djgpp/config.over
2097 ____________________________________________________________________________
2098 [ 10763] By: jhi                                   on 2001/06/20  18:58:06
2099         Log: Fix for ID 20010619.002 "When building hash, hash keys that
2100              are function calls are not being called", from Abhijit.
2101      Branch: perl
2102            ! t/base/lex.t toke.c
2103 ____________________________________________________________________________
2104 [ 10762] By: jhi                                   on 2001/06/20  18:45:00
2105         Log: Upgrade to Locale::Maketext 1.02, from Sean Burke.
2106      Branch: perl
2107            + lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
2108            + lib/Locale/Maketext/test.pl
2109            - lib/Locale/Maketext.t
2110            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
2111            ! lib/Locale/Maketext/TPJ13.pod
2112 ____________________________________________________________________________
2113 [ 10761] By: jhi                                   on 2001/06/20  18:44:15
2114         Log: Metaconfig unit change for #10760.
2115      Branch: metaconfig
2116            ! U/modified/Cppsym.U
2117 ____________________________________________________________________________
2118 [ 10760] By: jhi                                   on 2001/06/20  18:42:04
2119         Log: Do not remove the ccsym* Cppsym* files since
2120              they are useful for metaconfig units coming after us.
2121              (This is the Configure nit mentioned in #10752.)
2122      Branch: perl
2123            ! Configure
2124 ____________________________________________________________________________
2125 [ 10759] By: jhi                                   on 2001/06/20  18:02:18
2126         Log: Update to I18N::LangTags 0.24, from Sean Burke.
2127      Branch: perl
2128            + lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
2129            + lib/I18N/LangTags/README
2130            - lib/I18N/LangTags/List.pod
2131            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/test.pl
2132 ____________________________________________________________________________
2133 [ 10758] By: jhi                                   on 2001/06/20  17:34:43
2134         Log: Regen headers.
2135      Branch: perl
2136            ! embed.h embedvar.h global.sym perlapi.c perlapi.h
2137            ! pod/perlapi.pod proto.h
2138 ____________________________________________________________________________
2139 [ 10757] By: jhi                                   on 2001/06/20  17:23:08
2140         Log: Subject: [PATCH] Fixes case of CvDEPTH for perl_clone
2141              From: Artur Bergman <artur@contiller.se>
2142              Date: Wed, 20 Jun 2001 11:31:32 +0200
2143              Message-ID: <B7563A14.17D8%artur@contiller.se>
2144      Branch: perl
2145            ! embed.pl hv.c intrpvar.h sv.c sv.h
2146 ____________________________________________________________________________
2147 [ 10756] By: jhi                                   on 2001/06/20  17:13:26
2148         Log: Subject: Fix for [ID 20010124.001] POSIX::errno unreliable
2149              From: Tim Sweetman <tim@aldigital.co.uk> 
2150              Date: Wed, 13 Jun 2001 14:25:17 +0100 
2151              Message-ID: <3B2769BD.68B4F4B3@aldigital.co.uk> 
2152      Branch: perl
2153            ! ext/POSIX/POSIX.t lib/AutoLoader.pm
2154 ____________________________________________________________________________
2155 [ 10755] By: nick                                  on 2001/06/20  16:12:37
2156         Log: Integrate mainline
2157      Branch: perlio
2158           !> embed.h embed.pl ext/Cwd/Cwd.xs ext/Filter/t/call.t
2159           !> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/t/io_sock.t
2160           !> ext/POSIX/POSIX.xs hints/mpeix.sh lib/File/Temp/security.t
2161           !> lib/FileHandle.t mpeix/mpeixish.h mpeix/relink objXSUB.h
2162           !> perlapi.c pod/perldiag.pod pp_sys.c proto.h t/op/pwent.t
2163           !> t/op/study.t util.c
2164 ____________________________________________________________________________
2165 [ 10754] By: gsar                                  on 2001/06/20  15:22:27
2166         Log: missing ld entry in Config.pm on Windows (makefile.mk had it,
2167              but not Makefile)
2168      Branch: maint-5.6/perl
2169            ! win32/Makefile
2170 ____________________________________________________________________________
2171 [ 10753] By: jhi                                   on 2001/06/20  14:03:20
2172         Log: Security tweak on readlink().
2173      Branch: perl
2174            ! pp_sys.c
2175 ____________________________________________________________________________
2176 [ 10752] By: jhi                                   on 2001/06/20  14:00:23
2177         Log: MPE/iX fixes from Mark Bixby (a Configure fix is also needed.)
2178      Branch: perl
2179            ! ext/Filter/t/call.t ext/IO/lib/IO/t/io_sock.t hints/mpeix.sh
2180            ! lib/File/Temp/security.t lib/FileHandle.t mpeix/mpeixish.h
2181            ! mpeix/relink t/op/pwent.t
2182 ____________________________________________________________________________
2183 [ 10751] By: jhi                                   on 2001/06/20  13:57:27
2184         Log: Reinstate #10725 (with probe for alarm()).
2185      Branch: perl
2186            ! t/op/study.t
2187 ____________________________________________________________________________
2188 [ 10750] By: jhi                                   on 2001/06/20  13:53:46
2189         Log: Replace our implementation of realpath() with OpenBSD's
2190              (src/lib/libc/stdlib/realpath.c 1.4).
2191      Branch: perl
2192            ! embed.h embed.pl ext/Cwd/Cwd.xs objXSUB.h perlapi.c
2193            ! pod/perldiag.pod proto.h util.c
2194 ____________________________________________________________________________
2195 [ 10749] By: jhi                                   on 2001/06/20  13:07:49
2196         Log: Integrate perlio.
2197      Branch: perl
2198           !> perlio.c
2199 ____________________________________________________________________________
2200 [ 10748] By: jhi                                   on 2001/06/20  13:07:18
2201         Log: No point in going into memory-saving contortions
2202              with getcwd() since there's a danger of buffer overflow.
2203              Also make the POSIX extension to use sv_getcwd().
2204              Finally, a missed proto.h fragment.
2205      Branch: perl
2206            ! ext/POSIX/POSIX.xs proto.h util.c
2207 ____________________________________________________________________________
2208 [ 10747] By: nick                                  on 2001/06/20  12:38:26
2209         Log: Fix PERLIO=unix bug, while restoring maximal buffer in PerlIOBuf_unread.
2210      Branch: perlio
2211            ! perlio.c
2212 ____________________________________________________________________________
2213 [ 10746] By: jhi                                   on 2001/06/20  11:51:10
2214         Log: Subject: Re: Bug in IO::Socket::INET module (repeat)
2215              From: Graham Barr <gbarr@pobox.com>
2216              Date: Wed, 20 Jun 2001 11:05:49 +0100
2217              Message-ID: <20010620110549.I19188@pobox.com>
2218              
2219              reported in        
2220              
2221              Subject: Bug in IO::Socket::INET module (repeat)
2222              From: "Harmon S. Nine" <hnine@netarx.com>
2223              Date: Tue, 19 Jun 2001 09:41:35 -0400
2224              Message-ID: <3B2F568F.8080605@netarx.com>
2225              
2226              The bug was that the IO::Socket::INET constructor
2227              did not allow a 'LocalPort' of 0.
2228      Branch: perl
2229            ! ext/IO/lib/IO/Socket/INET.pm
2230 ____________________________________________________________________________
2231 [ 10745] By: nick                                  on 2001/06/20  08:56:39
2232         Log: Integrate mainline.
2233      Branch: perlio
2234           !> (integrate 37 files)
2235 ____________________________________________________________________________
2236 [ 10744] By: jhi                                   on 2001/06/20  04:54:53
2237         Log: After some reading I don't think we can blindly
2238              use systems' realpath().  Too many security problems,
2239              too many buggy implementations.
2240              
2241              TODO: the realpath() emulation code in util.c doesn't
2242              seem fully operational?  (readlink(), for example?)
2243      Branch: perl
2244            ! Configure Makefile.micro Porting/Glossary Porting/config.sh
2245            ! Porting/config_H config_h.SH embed.h embed.pl global.sym
2246            ! objXSUB.h perlapi.c pod/perldiag.pod pod/perltoc.pod uconfig.h
2247            ! uconfig.sh util.c vos/config.alpha.def vos/config.alpha.h
2248            ! vos/config.ga.def vos/config.ga.h win32/config_H.bc
2249            ! win32/config_H.gc win32/config_H.vc
2250 ____________________________________________________________________________
2251 [ 10743] By: jhi                                   on 2001/06/20  00:48:48
2252         Log: Metaconfig unit change for #10738.
2253      Branch: metaconfig
2254            ! U/compline/d_gconvert.U
2255 ____________________________________________________________________________
2256 [ 10742] By: jhi                                   on 2001/06/20  00:48:20
2257         Log: Integrate change #10739 from maintperl:
2258              
2259              C<eval "/x$\r\n/x"> fails to compile correctly 
2260      Branch: perl
2261           !> t/op/pat.t toke.c
2262 ____________________________________________________________________________
2263 [ 10741] By: jhi                                   on 2001/06/20  00:41:05
2264         Log: Retract #10725 (Hugo asked NOT to apply the patch)
2265      Branch: perl
2266            ! t/op/study.t
2267 ____________________________________________________________________________
2268 [ 10740] By: jhi                                   on 2001/06/19  23:58:25
2269         Log: The test.third results were funnily named because of the
2270              new test scheme.
2271      Branch: perl
2272            ! t/TEST
2273 ____________________________________________________________________________
2274 [ 10739] By: gsar                                  on 2001/06/19  23:49:15
2275         Log: C<eval "/x$\r\n/x"> fails to compile correctly
2276      Branch: maint-5.6/perl
2277            ! t/op/pat.t toke.c
2278 ____________________________________________________________________________
2279 [ 10738] By: jhi                                   on 2001/06/19  23:04:15
2280         Log: Subject: [ID 20010619.012] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED) 
2281              From: Spider Boardman <spider@Orb.Nashua.NH.US>
2282              Date: Tue, 19 Jun 2001 19:15:40 -0400
2283              Message-Id: <200106192315.TAA18531@Orb.Nashua.NH.US>
2284              
2285              The bigintpm.t #1183 failing in Tru64 (and also Cygwin)
2286              because "1e+129" being expected but "1.e+129" being returned.
2287              The culprit (at least in Tru64) is the use of gcvt().
2288      Branch: perl
2289            ! Configure
2290 ____________________________________________________________________________
2291 [ 10737] By: jhi                                   on 2001/06/19  22:56:52
2292         Log: Subject: [PATCH perl@10722] test hunting on VMS
2293              From: "Craig A. Berry" <craigberry@mac.com>
2294              Message-Id: <5.1.0.14.0.20010619183530.01c4bdb8@exchi01>
2295              Date: Tue, 19 Jun 2001 18:59:01 -0500
2296      Branch: perl
2297            ! vms/test.com
2298 ____________________________________________________________________________
2299 [ 10736] By: jhi                                   on 2001/06/19  21:32:29
2300         Log: Subject: [PATCH] s/typos//
2301              From: Abhijit Menon-Sen <ams@wiw.org>
2302              Date: Wed, 20 Jun 2001 02:15:02 +0530
2303              Message-ID: <20010620021502.A14541@lustre.linux.in>
2304              
2305              Without the op.h s/bearword/bareword/ hunk, see
2306              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/1998-02/msg00370.html
2307      Branch: perl
2308            ! util.c
2309 ____________________________________________________________________________
2310 [ 10735] By: jhi                                   on 2001/06/19  21:26:43
2311         Log: Metaconfig unit change for #10732 and #10733.
2312      Branch: metaconfig/U/perl
2313            ! fflushall.U
2314 ____________________________________________________________________________
2315 [ 10734] By: jhi                                   on 2001/06/19  21:24:41
2316         Log: Subject: [PATCH perl@10722] build ext/Socket dynamically on VMS
2317              From: "Craig A. Berry" <craigberry@mac.com>
2318              Date: Tue, 19 Jun 2001 17:19:48 -0500
2319              Message-Id: <5.1.0.14.0.20010619165650.01bd8478@exchi01>
2320      Branch: perl
2321            ! configure.com vms/descrip_mms.template
2322 ____________________________________________________________________________
2323 [ 10733] By: jhi                                   on 2001/06/19  19:57:44
2324         Log: Subject: [ID 20010619.011] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED)
2325              From: Spider Boardman <spider@Orb.Nashua.NH.US>
2326              Date: Tue, 19 Jun 2001 16:48:07 -0400
2327              Message-Id: <200106192048.QAA20849@Orb.Nashua.NH.US>
2328              
2329              Further fixes to fflush(NULL) detection.
2330      Branch: perl
2331            ! Configure
2332 ____________________________________________________________________________
2333 [ 10732] By: jhi                                   on 2001/06/19  19:38:20
2334         Log: AIX test -s hangs with non-existent files?
2335              (A genuine logic bug in Configure, but AIX also broken?)
2336      Branch: perl
2337            ! Configure
2338 ____________________________________________________________________________
2339 [ 10731] By: jhi                                   on 2001/06/19  19:17:35
2340         Log: AUTHORS updates.
2341      Branch: perl
2342            ! AUTHORS
2343 ____________________________________________________________________________
2344 [ 10730] By: jhi                                   on 2001/06/19  19:03:07
2345         Log: Subject: [ID 20010619.007] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-perlio 4.0f (UNINSTALLED)
2346              From: Spider Boardman <spider@Orb.Nashua.NH.US>
2347              Date: Tue, 19 Jun 2001 15:33:25 -0400
2348              Message-Id: <200106191933.PAA08415@Orb.Nashua.NH.US>
2349      Branch: perl
2350            ! ext/POSIX/POSIX.t lib/warnings.t perlio.c t/lib/1_compile.t
2351            ! t/lib/warnings/pp
2352 ____________________________________________________________________________
2353 [ 10729] By: jhi                                   on 2001/06/19  18:34:10
2354         Log: Integrate perlio.
2355      Branch: perl
2356           !> lib/File/Find/find.t win32/distclean.bat
2357 ____________________________________________________________________________
2358 [ 10728] By: nick                                  on 2001/06/19  18:24:53
2359         Log: Hack File/Find/find.t to use File::Spec::Unix on Win32.
2360      Branch: perlio
2361            ! lib/File/Find/find.t win32/distclean.bat
2362 ____________________________________________________________________________
2363 [ 10727] By: jhi                                   on 2001/06/19  18:07:31
2364         Log: Furthwer tweak the fdopen() spot as suggseted by Jeff Pinyan;
2365              also add information how to find out whether one has PerlIO.
2366      Branch: perl
2367            ! pod/perlfunc.pod
2368 ____________________________________________________________________________
2369 [ 10726] By: jhi                                   on 2001/06/19  17:59:30
2370         Log: Subject: [ID 20010619.005] two typos in pod/perlfunc.pod
2371              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
2372              Date: Tue, 19 Jun 2001 11:36:32 -0700 (PDT)
2373              Message-Id: <200106191836.LAA21471@ventrue.corp.yahoo.com>
2374      Branch: perl
2375            ! pod/perlfunc.pod
2376 ____________________________________________________________________________
2377 [ 10725] By: jhi                                   on 2001/06/19  17:28:30
2378         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
2379              From: Hugo <hv@crypt.compulink.co.uk>
2380              Date: Tue, 19 Jun 2001 12:37:30 +0100
2381              Message-Id: <200106191137.MAA15185@crypt.compulink.co.uk>
2382      Branch: perl
2383            ! t/op/study.t
2384 ____________________________________________________________________________
2385 [ 10724] By: jhi                                   on 2001/06/19  17:22:20
2386         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
2387              From: Hugo <hv@crypt.compulink.co.uk>
2388              Message-Id: <200106191215.NAA17691@crypt.compulink.co.uk>
2389              Date: Tue, 19 Jun 2001 13:15:17 +0100
2390      Branch: perl
2391            ! util.c
2392 ____________________________________________________________________________
2393 [ 10723] By: nick                                  on 2001/06/19  14:46:15
2394         Log: Integrate mainline
2395      Branch: perlio
2396           +> ext/IPC/SysV/ipcsysv.t ext/Thread/create.tx ext/Thread/die.tx
2397           +> ext/Thread/die2.tx ext/Thread/io.tx ext/Thread/join.tx
2398           +> ext/Thread/join2.tx ext/Thread/list.tx ext/Thread/lock.tx
2399           +> ext/Thread/queue.tx ext/Thread/specific.tx ext/Thread/sync.tx
2400           +> ext/Thread/sync2.tx ext/Thread/unsync.tx ext/Thread/unsync2.tx
2401           +> ext/Thread/unsync3.tx ext/Thread/unsync4.tx
2402            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
2403            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
2404            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
2405            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
2406            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
2407            - ext/Thread/unsync4.t
2408           !> Changes MANIFEST NetWare/Makefile NetWare/config.wc
2409           !> djgpp/config.over djgpp/fixpmain
2410           !> ext/DynaLoader/DynaLoader_pm.PL ext/IPC/SysV/t/msg.t
2411           !> ext/IPC/SysV/t/sem.t handy.h hv.c lib/ExtUtils/MM_Unix.pm
2412           !> patchlevel.h perl.h utils/libnetcfg.PL win32/Makefile
2413 ____________________________________________________________________________
2414 [ 10722] By: jhi                                   on 2001/06/19  11:55:30
2415         Log: Update Changes.
2416      Branch: perl
2417            ! Changes patchlevel.h
2418 ____________________________________________________________________________
2419 [ 10721] By: jhi                                   on 2001/06/19  11:29:34
2420         Log: The existence shall be MANIFESted.
2421      Branch: perl
2422            ! MANIFEST
2423 ____________________________________________________________________________
2424 [ 10720] By: jhi                                   on 2001/06/19  10:58:09
2425         Log: The old libnet.cfg is first searched from the current directory,
2426              only then from the module path.
2427      Branch: perl
2428            ! utils/libnetcfg.PL
2429 ____________________________________________________________________________
2430 [ 10719] By: jhi                                   on 2001/06/19  10:55:59
2431         Log: NetWare tweaks from Guruprasad.
2432      Branch: perl
2433            ! NetWare/Makefile NetWare/config.wc
2434 ____________________________________________________________________________
2435 [ 10718] By: jhi                                   on 2001/06/19  10:54:22
2436         Log: Subject: [PATCH] djgpp updates
2437              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
2438              Date: Tue, 19 Jun 2001 10:59:06 +0200
2439              Message-ID: <20010619105906.C5600@libra.eth.ericsson.se>
2440      Branch: perl
2441            ! djgpp/config.over djgpp/fixpmain
2442 ____________________________________________________________________________
2443 [ 10717] By: jhi                                   on 2001/06/19  10:53:20
2444         Log: Subject: [PATCH: perl@10689]let MS VC 5 resolve _PerlIO_win32
2445              From: Prymmer/Kahn <pvhp@best.com>
2446              Date: Mon, 18 Jun 2001 23:48:52 -0700 (PDT)
2447              Message-ID: <Pine.BSF.4.21.0106182345100.17670-100000@shell8.ba.best.com>
2448      Branch: perl
2449            ! win32/Makefile
2450 ____________________________________________________________________________
2451 [ 10716] By: jhi                                   on 2001/06/19  10:52:25
2452         Log: The INT32_MIN_BROKEN and INT64_MIN_BROKEN tweaks needs
2453              to happen right after the inclusion of <inttypes.h>,
2454              from Edward Moy.
2455      Branch: perl
2456            ! handy.h perl.h
2457 ____________________________________________________________________________
2458 [ 10715] By: jhi                                   on 2001/06/19  10:49:21
2459         Log: Subject: [patch] preserve @DynaLoader::dl_{librefs,modules}
2460              From: Doug MacEachern <dougm@covalent.net>
2461              Date: Mon, 18 Jun 2001 22:13:38 -0700 (PDT)
2462              Message-ID: <Pine.LNX.4.21.0106182210570.22114-100000@mako.covalent.net>
2463      Branch: perl
2464            ! ext/DynaLoader/DynaLoader_pm.PL
2465 ____________________________________________________________________________
2466 [ 10714] By: jhi                                   on 2001/06/19  10:48:19
2467         Log: Revert #10656 for perfomance reasons but leave in the
2468              use of Hv*() macros -- in comments, so that grepping the
2469              source is easier, from Abhijit.  (Also add the ENV_HV_NAME speedup
2470              suggested by Sarathy, also by Abhijit.)
2471      Branch: perl
2472            ! hv.c
2473 ____________________________________________________________________________
2474 [ 10713] By: jhi                                   on 2001/06/19  10:46:08
2475         Log: Subject: [patch] .s MakeMaker suffix
2476              From: Doug MacEachern <dougm@covalent.net>
2477              Date: Mon, 18 Jun 2001 21:23:11 -0700 (PDT)
2478              Message-ID: <Pine.LNX.4.21.0106182120250.22114-100000@mako.covalent.net>
2479      Branch: perl
2480            ! lib/ExtUtils/MM_Unix.pm
2481 ____________________________________________________________________________
2482 [ 10712] By: jhi                                   on 2001/06/19  10:34:35
2483         Log: One test lost in the big shuffle restored.
2484      Branch: perl
2485            + ext/IPC/SysV/ipcsysv.t
2486            ! MANIFEST ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
2487 ____________________________________________________________________________
2488 [ 10711] By: jhi                                   on 2001/06/19  10:25:46
2489         Log: Rename the old non-standard threads tests so that
2490              they won't be invoked.
2491      Branch: perl
2492            + ext/Thread/create.tx ext/Thread/die.tx ext/Thread/die2.tx
2493            + ext/Thread/io.tx ext/Thread/join.tx ext/Thread/join2.tx
2494            + ext/Thread/list.tx ext/Thread/lock.tx ext/Thread/queue.tx
2495            + ext/Thread/specific.tx ext/Thread/sync.tx ext/Thread/sync2.tx
2496            + ext/Thread/unsync.tx ext/Thread/unsync2.tx
2497            + ext/Thread/unsync3.tx ext/Thread/unsync4.tx
2498            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
2499            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
2500            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
2501            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
2502            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
2503            - ext/Thread/unsync4.t
2504            ! MANIFEST
2505 ____________________________________________________________________________
2506 [ 10710] By: jhi                                   on 2001/06/19  10:18:41
2507         Log: Integrate perlio.
2508      Branch: perl
2509           !> win32/config_sh.PL
2510 ____________________________________________________________________________
2511 [ 10709] By: nick                                  on 2001/06/19  08:18:18
2512         Log: Integrate mainline
2513      Branch: perlio
2514           +> (branch 40 files)
2515            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
2516            - lib/strict/subs lib/strict/vars lib/warnings/1global
2517            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
2518            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
2519            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
2520            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
2521            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
2522            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
2523            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
2524            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
2525            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
2526            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
2527            - lib/warnings/utf8 lib/warnings/util
2528           !> (integrate 57 files)
2529 ____________________________________________________________________________
2530 [ 10708] By: nick                                  on 2001/06/19  07:57:10
2531         Log: Get Win32 known_extensions and extensions right in config.sh and hence Config.pm
2532      Branch: perlio
2533            ! win32/config_sh.PL
2534 ____________________________________________________________________________
2535 [ 10707] By: nick                                  on 2001/06/19  07:05:07
2536         Log: Perly.y and related file fixes to keep mainframe yacc (and bison) happy.
2537      Branch: perl
2538            ! perly.c perly.y perly_c.diff vms/perly_c.vms
2539 ____________________________________________________________________________
2540 [ 10706] By: jhi                                   on 2001/06/19  02:58:26
2541         Log: More perl572delta tweaks.
2542      Branch: perl
2543            ! pod/perl572delta.pod
2544 ____________________________________________________________________________
2545 [ 10705] By: jhi                                   on 2001/06/19  01:53:40
2546         Log: Update perl572delta.
2547      Branch: perl
2548            ! pod/perl572delta.pod
2549 ____________________________________________________________________________
2550 [ 10704] By: jhi                                   on 2001/06/19  01:28:40
2551         Log: VOS updates from Paul Green.
2552      Branch: perl
2553            ! vos/Changes vos/build.cm vos/perl.bind
2554 ____________________________________________________________________________
2555 [ 10703] By: jhi                                   on 2001/06/19  01:03:53
2556         Log: Update the vos/config.*.* files.
2557      Branch: perl
2558            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
2559            ! vos/config.ga.h
2560 ____________________________________________________________________________
2561 [ 10702] By: jhi                                   on 2001/06/19  01:03:32
2562         Log: Add a makefile for more painless adding of symbols to the
2563              VOS headers while in UNIX (in VOS the vos/configure_perl.cm
2564              takes care of the adding)
2565      Branch: perl
2566            + vos/Makefile
2567 ____________________________________________________________________________
2568 [ 10701] By: jhi                                   on 2001/06/19  00:51:44
2569         Log: Make libnetcfg by default display the libnet configuration,
2570              -c to change, add -i for old config, document all options,
2571              regen toc.
2572      Branch: perl
2573            ! pod/perltoc.pod pod/perlutil.pod utils/libnetcfg.PL
2574 ____________________________________________________________________________
2575 [ 10700] By: jhi                                   on 2001/06/18  23:45:12
2576         Log: gcc -Wall sweep.
2577      Branch: perl
2578            ! ext/IO/IO.xs ext/Time/Piece/Piece.xs
2579 ____________________________________________________________________________
2580 [ 10699] By: jhi                                   on 2001/06/18  23:19:53
2581         Log: So there.
2582      Branch: perl
2583            ! universal.c
2584 ____________________________________________________________________________
2585 [ 10698] By: jhi                                   on 2001/06/18  23:10:22
2586         Log: Document the need for sv_printify().
2587              
2588              Document that 'use utf8' has been considered.
2589              
2590              (An unfinished, gcc 3.0 -Wall nit fix also slipped in, gack.)
2591      Branch: perl
2592            ! pod/perltodo.pod universal.c
2593 ____________________________________________________________________________
2594 [ 10697] By: jhi                                   on 2001/06/18  22:50:53
2595         Log: Subject: Re: [PATCH] Re: [PATCH] Re: perl@10611
2596              From: Nicholas Clark <nick@ccl4.org>
2597              Date: Mon, 18 Jun 2001 23:29:23 +0100
2598              Message-ID: <20010618232923.I98663@plum.flirble.org>
2599      Branch: perl
2600            ! ext/POSIX/Makefile.PL ext/Socket/Makefile.PL
2601            ! ext/Sys/Syslog/Makefile.PL
2602 ____________________________________________________________________________
2603 [ 10696] By: jhi                                   on 2001/06/18  22:39:32
2604         Log: Subject: [PATCH: 5.6.1] perl5db.pl v1.07 + docs
2605              From: Scott.L.Miller@Compaq.com
2606              Date: Mon, 18 Jun 2001 10:12:27 -0500
2607              Message-ID: <86256A6F.00538A54.00@omacmta01.custom-edge.com>
2608      Branch: perl
2609            ! lib/perl5db.pl pod/perldebug.pod
2610 ____________________________________________________________________________
2611 [ 10695] By: jhi                                   on 2001/06/18  22:35:13
2612         Log: Subject: [PATCH lib/Carp/Heavy.pm] malformed POSIX negation
2613              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
2614              Date: Mon, 18 Jun 2001 16:52:24 -0400 (EDT)
2615              Message-ID: <Pine.GSO.4.21.0106181650590.17386-100000@crusoe.crusoe.net>
2616      Branch: perl
2617            ! lib/Carp/Heavy.pm
2618 ____________________________________________________________________________
2619 [ 10694] By: jhi                                   on 2001/06/18  22:34:06
2620         Log: Subject: [PATCH] Documentation changes for CLONE
2621              From: Artur Bergman <artur@contiller.se>
2622              Date: Mon, 18 Jun 2001 22:06:37 +0200
2623              Message-ID: <B7542BEC.1719%artur@contiller.se>
2624      Branch: perl
2625            ! pod/perlmod.pod pod/perlsub.pod
2626 ____________________________________________________________________________
2627 [ 10693] By: jhi                                   on 2001/06/18  22:31:38
2628         Log: Subject: Re: configure.com
2629              From: "Craig A. Berry" <craigberry@mac.com>
2630              Date: Mon, 18 Jun 2001 16:04:38 -0500
2631              Message-Id: <5.1.0.14.0.20010618154549.0318c090@mail.mac.com>
2632      Branch: perl
2633            ! configure.com
2634 ____________________________________________________________________________
2635 [ 10692] By: jhi                                   on 2001/06/18  22:30:43
2636         Log: Subject: PL_nullstash + perl_clone()
2637              From: Doug MacEachern <dougm@covalent.net>
2638              Date: Mon, 18 Jun 2001 16:24:22 -0700 (PDT)
2639              Message-ID: <Pine.LNX.4.21.0106181621040.11974-100000@mako.covalent.net>
2640      Branch: perl
2641            ! sv.c
2642 ____________________________________________________________________________
2643 [ 10691] By: jhi                                   on 2001/06/18  22:26:20
2644         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
2645              From: davem@fdgroup.co.uk
2646              Date: Mon, 18 Jun 2001 21:29:45 +0100 (BST)
2647              Message-Id: <200106182029.VAA06503@gizmo.fdgroup.co.uk>
2648      Branch: perl
2649            ! embed.pl pod/perlapi.pod
2650 ____________________________________________________________________________
2651 [ 10690] By: jhi                                   on 2001/06/18  22:17:05
2652         Log: More cross-compilation defaults gleaned from -Dcc
2653              if it is CPU-OS-gcc.
2654      Branch: metaconfig
2655            ! U/modified/libc.U
2656      Branch: metaconfig/U/perl
2657            ! Cross.U
2658      Branch: perl
2659            ! Configure INSTALL
2660 ____________________________________________________________________________
2661 [ 10689] By: jhi                                   on 2001/06/18  13:59:47
2662         Log: Update Changes.
2663      Branch: perl
2664            ! Changes patchlevel.h
2665 ____________________________________________________________________________
2666 [ 10688] By: jhi                                   on 2001/06/18  13:44:18
2667         Log: Subject: [PATCH 5.7.1] sv.c documentation
2668              From: davem@fdgroup.co.uk
2669              Date: Mon, 18 Jun 2001 00:47:52 +0100 (BST)
2670              Message-Id: <200106172347.AAA05475@gizmo.fdgroup.co.uk>
2671      Branch: perl
2672            ! embed.pl pod/perlapi.pod pod/perlguts.pod pod/perlintern.pod
2673            ! sv.c sv.h
2674 ____________________________________________________________________________
2675 [ 10687] By: jhi                                   on 2001/06/18  13:38:03
2676         Log: Subject: [PATCH bleadperl DOC] $@ Clarification in pod/perlvar.pod
2677              From: "Jon Gunnip" <jongunnip@hotmail.com>
2678              Date: Sun, 17 Jun 2001 18:24:29 -0400
2679              Message-ID: <F136EXUIEAOeIiGXix40000e3a7@hotmail.com>
2680      Branch: perl
2681            ! pod/perlvar.pod
2682 ____________________________________________________________________________
2683 [ 10686] By: jhi                                   on 2001/06/18  13:32:13
2684         Log: Move the locale/strict/warnings helper files back
2685              under the t/lib; this way the amount of non-installabled
2686              stuff under lib/ stays smaller.
2687      Branch: perl
2688            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/strict/refs
2689            + t/lib/strict/subs t/lib/strict/vars t/lib/warnings/1global
2690            + t/lib/warnings/2use t/lib/warnings/3both t/lib/warnings/4lint
2691            + t/lib/warnings/5nolint t/lib/warnings/6default
2692            + t/lib/warnings/7fatal t/lib/warnings/8signal
2693            + t/lib/warnings/9enabled t/lib/warnings/av t/lib/warnings/doio
2694            + t/lib/warnings/doop t/lib/warnings/gv t/lib/warnings/hv
2695            + t/lib/warnings/malloc t/lib/warnings/mg t/lib/warnings/op
2696            + t/lib/warnings/perl t/lib/warnings/perlio t/lib/warnings/perly
2697            + t/lib/warnings/pp t/lib/warnings/pp_ctl t/lib/warnings/pp_hot
2698            + t/lib/warnings/pp_sys t/lib/warnings/regcomp
2699            + t/lib/warnings/regexec t/lib/warnings/run t/lib/warnings/sv
2700            + t/lib/warnings/taint t/lib/warnings/toke
2701            + t/lib/warnings/universal t/lib/warnings/utf8
2702            + t/lib/warnings/util
2703            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
2704            - lib/strict/subs lib/strict/vars lib/warnings/1global
2705            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
2706            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
2707            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
2708            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
2709            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
2710            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
2711            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
2712            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
2713            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
2714            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
2715            - lib/warnings/utf8 lib/warnings/util
2716            ! MANIFEST installperl lib/locale.t lib/strict.t
2717 ____________________________________________________________________________
2718 [ 10685] By: jhi                                   on 2001/06/18  13:11:49
2719         Log: Split off the pack/unpack code, from Nicholas Clark.
2720      Branch: perl
2721            + pp_pack.c
2722            ! MANIFEST Makefile.SH Makefile.micro cflags.SH embed.h embed.pl
2723            ! objXSUB.h perlapi.c pod/perlhack.pod pp.c proto.h
2724            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
2725 ____________________________________________________________________________
2726 [ 10684] By: jhi                                   on 2001/06/18  12:25:55
2727         Log: Guard the SysV IPC tests against being invoked in
2728              SysV-IPC-less places.
2729      Branch: perl
2730            ! ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
2731 ____________________________________________________________________________
2732 [ 10683] By: nick                                  on 2001/06/18  12:24:42
2733         Log: Integrate mainline (new test scheme now ok on Linux).
2734      Branch: perlio
2735           +> lib/warnings.t
2736           !> dump.c sv.c
2737 ____________________________________________________________________________
2738 [ 10682] By: jhi                                   on 2001/06/18  12:20:50
2739         Log: Add the locale.c and numeric.c to the microperl sources.
2740      Branch: perl
2741            ! Makefile.micro win32/Makefile
2742 ____________________________________________________________________________
2743 [ 10681] By: jhi                                   on 2001/06/18  11:57:45
2744         Log: Subject: [PATCH dump.c] FLAGS = (...,OUR,TYPED,...)
2745              From: Abhijit Menon-Sen <ams@wiw.org>
2746              Date: Mon, 18 Jun 2001 14:23:44 +0530
2747              Message-ID: <20010618142344.A13136@lustre.linux.in>
2748      Branch: perl
2749            ! dump.c
2750 ____________________________________________________________________________
2751 [ 10680] By: jhi                                   on 2001/06/18  11:56:12
2752         Log: Subject: Re: [PATCH] more anonymous stash cleanups
2753              From: Abhijit Menon-Sen <ams@wiw.org>
2754              Date: Mon, 18 Jun 2001 15:50:32 +0530
2755              Message-ID: <20010618155032.A13223@lustre.linux.in>
2756              
2757              Plus the comment left in as suggested by NI-S.
2758      Branch: perl
2759            ! sv.c
2760 ____________________________________________________________________________
2761 [ 10679] By: jhi                                   on 2001/06/18  11:49:27
2762         Log: One missed file.
2763      Branch: perl
2764            + lib/warnings.t
2765 ____________________________________________________________________________
2766 [ 10678] By: nick                                  on 2001/06/18  08:05:29
2767         Log: Integrate mainline (part2 - the deletes)
2768      Branch: perlio
2769            - lib/Text/Abbrev/t/abbrev.t t/lib/anydbm.t t/lib/b-stash.t
2770            - t/lib/bigfltpm.t t/lib/bigintpm.t t/lib/cwd.t t/lib/db-btree.t
2771            - t/lib/db-hash.t t/lib/db-recno.t t/lib/extutils.t
2772            - t/lib/filefind.t t/lib/filehand.t t/lib/filter-util.t
2773            - t/lib/findtaint.t t/lib/ftmp-security.t t/lib/gdbm.t
2774            - t/lib/glob-basic.t t/lib/glob-case.t t/lib/io_dup.t
2775            - t/lib/io_poll.t t/lib/io_sel.t t/lib/io_taint.t t/lib/mbimbf.t
2776            - t/lib/ndbm.t t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t
2777            - t/lib/open3.t t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t
2778            - t/lib/syslfs.t t/pragma/locale.t t/pragma/strict.t
2779            - t/pragma/subs.t t/pragma/warn/mg t/pragma/warnings.t
2780 ____________________________________________________________________________
2781 [ 10677] By: nick                                  on 2001/06/18  08:04:44
2782         Log: Integrate mainline (part1)
2783      Branch: perlio
2784           +> (branch 376 files)
2785            - (delete 219 files)
2786           !> (integrate 151 files)
2787 ____________________________________________________________________________
2788 [ 10676] By: jhi                                   on 2001/06/18  04:17:15
2789         Log: The Grand Trek: move the *.t files from t/ to lib/ and ext/.
2790              No doubt I made some mistakes like missed some files or
2791              misnamed some files.  The naming rules were more or less:
2792              (1) if the module is from CPAN, follows its ways, be it
2793              t/*.t or test.pl.
2794              (2) otherwise if there are multiple tests for a module
2795              put them in a t/
2796              (3) otherwise if there's only one test put it in Module.t
2797              (4) helper files go to module/ (locale, strict, warnings)
2798              (5) use longer filenames now that we can (but e.g. the
2799              compat-0.6.t and the Text::Balanced test files still
2800              were renamed to be more civil against the 8.3 people)
2801              installperl was updated appropriately not to install the
2802              *.t files or the help files from under lib.
2803              
2804              TODO: some helper files still remain under t/ that could
2805              follow their 'masters'.  UPDATE: On second thoughts, why
2806              should they.  They can continue to live under t/lib, and
2807              in fact the locale/strict/warnings helpers that were moved
2808              could be moved back.  This way the amount of non-installable
2809              stuff under lib/ stays smaller.
2810      Branch: perl
2811            + (add 253 files)
2812            - (delete 254 files)
2813            ! MANIFEST installperl lib/Test/Harness.pm t/TEST t/harness
2814 ____________________________________________________________________________
2815 [ 10675] By: jhi                                   on 2001/06/18  03:15:02
2816         Log: The warning no more comes from util.c, it comes from numeric.c.
2817      Branch: perl
2818            ! README.tru64
2819 ____________________________________________________________________________
2820 [ 10674] By: jhi                                   on 2001/06/18  00:56:22
2821         Log: Subject: Re: anyone good at casting spells?
2822              From: Spider Boardman <spider@Orb.Nashua.NH.US>
2823              Date: Sun, 17 Jun 2001 21:21:04 -0400
2824              Message-Id: <200106180121.VAA10195@Orb.Nashua.NH.US> 
2825      Branch: perl
2826            ! ext/POSIX/POSIX.xs hv.h
2827 ____________________________________________________________________________
2828 [ 10673] By: jhi                                   on 2001/06/17  22:24:53
2829         Log: Protect the (original) thread tests against testing if no 5.005
2830              threads have been configured.
2831      Branch: perl
2832            ! ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
2833            ! ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
2834            ! ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
2835            ! ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
2836            ! ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
2837            ! ext/Thread/unsync4.t
2838 ____________________________________________________________________________
2839 [ 10672] By: jhi                                   on 2001/06/17  22:09:28
2840         Log: Try the new test scanning scheme on Text::Abbrev.
2841      Branch: perl
2842            + lib/Text/Abbrev.t
2843            - lib/Text/Abbrev/t/abbrev.t
2844            ! MANIFEST
2845 ____________________________________________________________________________
2846 [ 10671] By: jhi                                   on 2001/06/17  22:07:08
2847         Log: Change the scan policy of the *.t and test.pl files,
2848              now the *.t do not need to live in a t/ directory.
2849      Branch: perl
2850            ! t/TEST t/harness
2851 ____________________________________________________________________________
2852 [ 10670] By: jhi                                   on 2001/06/17  20:32:35
2853         Log: Subject: [PATCH perlfaq7.pod] fix dangling L<perlobj/"WARNING">
2854              From: Ilmari Karonen <iltzu@sci.fi>
2855              Date: Mon, 18 Jun 2001 00:30:21 +0300 (EET DST)
2856              Message-ID: <Pine.SOL.3.96.1010618002009.6629A-100000@simpukka>
2857      Branch: perl
2858            ! pod/perlfaq7.pod
2859 ____________________________________________________________________________
2860 [ 10669] By: jhi                                   on 2001/06/17  20:30:22
2861         Log: Quench the warnings from Tru64; the HP-UX is still
2862              broken because it really, REALLY, doesn't like the
2863              HvARRAY() being lvalue:
2864              
2865              cc: "hv.c", line 192: warning 524: Cast (non-lvalue) appears on left-hand side of assignment.
2866              cc: "hv.c", line 192: error 1549: Modifiable lvalue required for assignment operator.
2867      Branch: perl
2868            ! hv.c
2869 ____________________________________________________________________________
2870 [ 10668] By: jhi                                   on 2001/06/17  19:13:24
2871         Log: Integrate change #10667 from maintperl:
2872              
2873              change#10449 broke the special-case that makes lexicals inside the
2874              eval"" within DB::DB() visible
2875      Branch: perl
2876           !> op.c
2877 ____________________________________________________________________________
2878 [ 10667] By: gsar                                  on 2001/06/17  19:08:27
2879         Log: change#10449 broke the special-case that makes lexicals inside the
2880              eval"" within DB::DB() visible
2881      Branch: maint-5.6/perl
2882            ! op.c
2883 ____________________________________________________________________________
2884 [ 10666] By: jhi                                   on 2001/06/17  17:50:07
2885         Log: Still spurious output; indent the code a bit.
2886              
2887              TODO1: separate the utility functions like MkDir
2888              into a helper script?
2889              
2890              TODO2: I see a lot of repetition in the filepath()
2891              and dirpath() calls.
2892      Branch: perl
2893            ! t/lib/filefind.t t/lib/findtaint.t
2894 ____________________________________________________________________________
2895 [ 10665] By: jhi                                   on 2001/06/17  16:59:42
2896         Log: Regen modlib, toc.
2897      Branch: perl
2898            ! pod/perlmodlib.pod pod/perltoc.pod
2899 ____________________________________________________________________________
2900 [ 10664] By: jhi                                   on 2001/06/17  16:55:28
2901         Log: Add libnetcfg to perlutil.
2902      Branch: perl
2903            ! pod/perlutil.pod
2904 ____________________________________________________________________________
2905 [ 10663] By: jhi                                   on 2001/06/17  16:53:29
2906         Log: Initial integration of libnet-1.0703.
2907              The Configure script renamed as libnetcfg, will be
2908              installed along other utilities.
2909      Branch: perl
2910            + lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.eg
2911            + lib/Net/Config.pm lib/Net/Domain.pm lib/Net/DummyInetd.pm
2912            + lib/Net/FTP.pm lib/Net/FTP/A.pm lib/Net/FTP/E.pm
2913            + lib/Net/FTP/I.pm lib/Net/FTP/L.pm lib/Net/FTP/dataconn.pm
2914            + lib/Net/Hostname.eg lib/Net/NNTP.pm lib/Net/Netrc.pm
2915            + lib/Net/PH.pm lib/Net/POP3.pm lib/Net/README.config
2916            + lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/SNPP.pm
2917            + lib/Net/Time.pm lib/Net/demos/ftp lib/Net/demos/inetd
2918            + lib/Net/demos/nntp lib/Net/demos/nntp.mirror
2919            + lib/Net/demos/pop3 lib/Net/demos/smtp.self lib/Net/demos/snpp
2920            + lib/Net/demos/time lib/Net/libnet.ppd lib/Net/libnetFAQ.pod
2921            + lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
2922            + lib/Net/t/ph.t lib/Net/t/require.t lib/Net/t/smtp.t
2923            + utils/libnetcfg.PL
2924            ! MANIFEST utils.lst utils/Makefile
2925 ____________________________________________________________________________
2926 [ 10662] By: jhi                                   on 2001/06/17  15:37:32
2927         Log: Less potentially test-harness-confusing output.
2928      Branch: perl
2929            ! lib/Memoize/t/expire_module_t.t
2930 ____________________________________________________________________________
2931 [ 10661] By: jhi                                   on 2001/06/17  15:31:04
2932         Log: The final print annoys make test.
2933      Branch: perl
2934            ! t/lib/filefind.t t/lib/findtaint.t
2935 ____________________________________________________________________________
2936 [ 10660] By: jhi                                   on 2001/06/17  14:00:21
2937         Log: Add an option for handling dangling symbolic links.
2938      Branch: perl
2939            ! lib/File/Find.pm t/lib/filefind.t
2940 ____________________________________________________________________________
2941 [ 10659] By: jhi                                   on 2001/06/17  13:45:48
2942         Log: Subject: Re: [MacPerl-Porters] Re: [PATCH] File::Find for bleadperl, Mac OS  etc.
2943              From: Thomas Wegner <wegner_thomas@yahoo.com>
2944              Date: Sun, 17 Jun 2001 14:43:11 +0200
2945              Message-Id: <p04320400b751fb74714a@[149.225.10.45]>
2946      Branch: perl
2947            + t/lib/findtaint.t
2948            ! MANIFEST lib/File/Find.pm t/lib/filefind.t
2949 ____________________________________________________________________________
2950 [ 10658] By: jhi                                   on 2001/06/17  13:13:25
2951         Log: Subject: [PATCH ExtUtils/MM_Unix.pm perl@10654] Remove tmon.out in make clean
2952              From: Jonathan Stowe <gellyfish@gellyfish.com>
2953              Date: Sun, 17 Jun 2001 11:26:21 +0100 (BST)
2954              Message-ID: <Pine.LNX.4.33.0106171120540.28753-100000@orpheus.gellyfish.com>
2955      Branch: perl
2956            ! lib/ExtUtils/MM_Unix.pm
2957 ____________________________________________________________________________
2958 [ 10657] By: jhi                                   on 2001/06/17  13:12:25
2959         Log: Subject: [PATCH] more anonymous stash cleanups
2960              From: Abhijit Menon-Sen <ams@wiw.org>
2961              Date: Sun, 17 Jun 2001 11:44:06 +0530
2962              Message-ID: <20010617114406.A25203@lustre.linux.in>
2963      Branch: perl
2964            ! op.c
2965 ____________________________________________________________________________
2966 [ 10656] By: jhi                                   on 2001/06/17  13:11:11
2967         Log: Subject: [PATCH #1/7] xhv_array (was Re: Using xhv_foo instead of HvFOO)
2968              From: Abhijit Menon-Sen <ams@wiw.org>
2969              Date: Sun, 17 Jun 2001 08:02:59 +0530
2970              Message-ID: <20010617080259.A28776@lustre.linux.in>
2971              
2972              Subject: [PATCH #2/7] xhv_eiter
2973              From: Abhijit Menon-Sen <ams@wiw.org>
2974              Date: Sun, 17 Jun 2001 08:13:18 +0530
2975              Message-ID: <20010617081318.B28776@lustre.linux.in>
2976              
2977              Subject: [PATCH #3/7] xhv_fill
2978              From: Abhijit Menon-Sen <ams@wiw.org>
2979              Date: Sun, 17 Jun 2001 08:25:16 +0530
2980              Message-ID: <20010617082516.C28776@lustre.linux.in>
2981              
2982              Subject: [PATCH #4/7] xhv_keys
2983              From: Abhijit Menon-Sen <ams@wiw.org>
2984              Date: Sun, 17 Jun 2001 08:36:17 +0530
2985              Message-ID: <20010617083617.D28776@lustre.linux.in>
2986              
2987              Subject: [PATCH #5/7] xhv_max
2988              From: Abhijit Menon-Sen <ams@wiw.org>
2989              Date: Sun, 17 Jun 2001 08:39:48 +0530
2990              Message-ID: <20010617083948.E28776@lustre.linux.in>
2991              
2992              Subject: [PATCH #6,7/7] xhv_pmroot, xhv_riter
2993              From: Abhijit Menon-Sen <ams@wiw.org>
2994              Date: Sun, 17 Jun 2001 08:51:11 +0530
2995              Message-ID: <20010617085111.F28776@lustre.linux.in>
2996      Branch: perl
2997            ! hv.c
2998 ____________________________________________________________________________
2999 [ 10655] By: jhi                                   on 2001/06/16  23:32:03
3000         Log: Update Changes.
3001      Branch: perl
3002            ! Changes patchlevel.h
3003 ____________________________________________________________________________
3004 [ 10654] By: jhi                                   on 2001/06/16  23:18:37
3005         Log: Subject: [PATCH] Re: DYNAMIC_ENV_FETCH HvNAME abuse.
3006              From: Abhijit Menon-Sen <ams@wiw.org>
3007              Date: Sat, 16 Jun 2001 07:41:19 +0530
3008              Message-ID: <20010616074119.A24720@lustre.linux.in>
3009      Branch: perl
3010            ! hv.c perl.c vms/vmsish.h win32/win32.h
3011 ____________________________________________________________________________
3012 [ 10653] By: jhi                                   on 2001/06/16  23:15:11
3013         Log: Document tests failing when threaded, since we now have more.
3014      Branch: perl
3015            ! pod/perl572delta.pod
3016 ____________________________________________________________________________
3017 [ 10652] By: jhi                                   on 2001/06/16  23:12:19
3018         Log: -Wall cleanup.
3019      Branch: perl
3020            ! ext/Thread/Thread.xs
3021 ____________________________________________________________________________
3022 [ 10651] By: jhi                                   on 2001/06/16  23:06:55
3023         Log: pthread_attr_setstacksize() isn't absolutely necessary
3024              to call, only iff THREAD_CREATE_NEEDS_STACK.
3025      Branch: perl
3026            ! ext/Thread/Thread.xs
3027 ____________________________________________________________________________
3028 [ 10650] By: jhi                                   on 2001/06/16  22:58:48
3029         Log: -Wall strays.
3030      Branch: perl
3031            ! perl.c util.c
3032 ____________________________________________________________________________
3033 [ 10649] By: jhi                                   on 2001/06/16  22:47:40
3034         Log: Add workaround for Darwin's (Mac OS X's) INT32_MIN
3035              (and INT64_MIN) brokenness.
3036      Branch: perl
3037            ! hints/darwin.sh perl.h
3038 ____________________________________________________________________________
3039 [ 10648] By: jhi                                   on 2001/06/16  22:27:48
3040         Log: Subject: [PATCH] Re: [PATCH] Re: perl@10611
3041              From: Nicholas Clark <nick@ccl4.org>
3042              Date: Sun, 17 Jun 2001 00:16:05 +0100
3043              Message-ID: <20010617001605.V98663@plum.flirble.org>
3044      Branch: perl
3045            ! ext/Fcntl/Fcntl.xs ext/Fcntl/Makefile.PL ext/File/Glob/Glob.pm
3046            ! ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
3047            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
3048 ____________________________________________________________________________
3049 [ 10647] By: jhi                                   on 2001/06/16  22:24:47
3050         Log: Add perlnetware to docs; regen toc; supply skeleton
3051              docs for some Memoize submodules.
3052      Branch: perl
3053            ! lib/Memoize/AnyDBM_File.pm lib/Memoize/ExpireFile.pm
3054            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
3055            ! lib/Memoize/SDBM_File.pm lib/Memoize/Storable.pm
3056            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
3057            ! win32/Makefile win32/makefile.mk
3058 ____________________________________________________________________________
3059 [ 10646] By: jhi                                   on 2001/06/16  22:06:52
3060         Log: pod cleanup.
3061      Branch: perl
3062            ! README.netware
3063 ____________________________________________________________________________
3064 [ 10645] By: jhi                                   on 2001/06/16  21:47:00
3065         Log: Integrate Memoize 0.64.  Few tweaks were required in
3066              the test scripts.  Note that the speed and expire*
3067              tests take several dozen seconds to run.
3068      Branch: perl
3069            + lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
3070            + lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
3071            + lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
3072            + lib/Memoize/README lib/Memoize/SDBM_File.pm
3073            + lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
3074            + lib/Memoize/t/array.t lib/Memoize/t/correctness.t
3075            + lib/Memoize/t/errors.t lib/Memoize/t/expire.t
3076            + lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
3077            + lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
3078            + lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
3079            + lib/Memoize/t/speed.t lib/Memoize/t/tie.t
3080            + lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
3081            + lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
3082            + lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
3083            ! MANIFEST t/lib/1_compile.t
3084 ____________________________________________________________________________
3085 [ 10644] By: jhi                                   on 2001/06/16  20:35:49
3086         Log: Document the cross-compilation options.
3087      Branch: perl
3088            ! Cross/README INSTALL
3089 ____________________________________________________________________________
3090 [ 10643] By: jhi                                   on 2001/06/16  19:46:38
3091         Log: NetWare port from Guruprasad S <SGURUPRASAD@novell.com>.
3092      Branch: perl
3093            + NetWare/CLIBsdio.h NetWare/CLIBstr.h NetWare/CLIBstuf.c
3094            + NetWare/CLIBstuf.h NetWare/Main.c NetWare/Makefile
3095            + NetWare/NWTInfo.c NetWare/NWUtil.c NetWare/Nwmain.c
3096            + NetWare/Nwpipe.c NetWare/bat/BldNWExt.bat
3097            + NetWare/bat/Buildtype.bat NetWare/bat/MPKBuild.bat
3098            + NetWare/bat/SetNWBld.bat NetWare/bat/Setmpksdk.bat
3099            + NetWare/bat/Setnlmsdk.bat NetWare/bat/Setwatcom.bat
3100            + NetWare/bat/ToggleD2.bat NetWare/bat/ToggleXDC.bat
3101            + NetWare/config.wc NetWare/config_H.wc NetWare/config_h.PL
3102            + NetWare/config_sh.PL NetWare/deb.h NetWare/dl_netware.xs
3103            + NetWare/intdef.h NetWare/interface.c NetWare/interface.h
3104            + NetWare/iperlhost.h NetWare/netware.h NetWare/nw5.c
3105            + NetWare/nw5iop.h NetWare/nw5sck.c NetWare/nw5sck.h
3106            + NetWare/nw5thread.c NetWare/nw5thread.h NetWare/nwperlsys.c
3107            + NetWare/nwperlsys.h NetWare/nwpipe.h NetWare/nwplglob.c
3108            + NetWare/nwplglob.h NetWare/nwtinfo.h NetWare/nwutil.h
3109            + NetWare/t/NWModify.pl NetWare/t/NWScripts.pl
3110            + NetWare/t/Readme.txt NetWare/testnlm/echo/echo.c
3111            + NetWare/testnlm/type/type.c NetWare/win32ish.h README.netware
3112            + lib/ExtUtils/MM_NW5.pm
3113            ! MANIFEST XSUB.h dosish.h ext/Errno/Errno_pm.PL ext/IO/IO.xs
3114            ! ext/POSIX/POSIX.xs ext/Socket/Socket.xs installperl iperlsys.h
3115            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
3116            ! lib/File/Copy.pm lib/File/Find.pm lib/perl5db.pl makedef.pl
3117            ! perl.c perl.h perlio.c perlio.h pp_sys.c t/comp/multiline.t
3118            ! t/comp/script.t t/io/argv.t t/io/dup.t t/io/fs.t
3119            ! t/io/inplace.t t/io/iprefix.t t/io/tell.t t/lib/anydbm.t
3120            ! t/lib/b-stash.t t/lib/cwd.t t/lib/db-btree.t t/lib/db-hash.t
3121            ! t/lib/db-recno.t t/lib/filehand.t t/lib/filter-util.t
3122            ! t/lib/ftmp-security.t t/lib/gdbm.t t/lib/glob-basic.t
3123            ! t/lib/glob-case.t t/lib/io_dup.t t/lib/io_poll.t
3124            ! t/lib/io_sel.t t/lib/io_taint.t t/lib/ndbm.t
3125            ! t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t t/lib/open3.t
3126            ! t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t t/lib/syslfs.t
3127            ! t/op/anonsub.t t/op/closure.t t/op/die_exit.t t/op/exec.t
3128            ! t/op/fork.t t/op/goto.t t/op/groups.t t/op/lfs.t t/op/magic.t
3129            ! t/op/misc.t t/op/rand.t t/op/runlevel.t t/op/split.t
3130            ! t/op/stat.t t/op/sysio.t t/op/taint.t t/op/write.t
3131            ! t/pragma/locale.t t/pragma/strict.t t/pragma/subs.t
3132            ! t/pragma/warn/mg t/pragma/warnings.t thread.h toke.c util.c
3133            ! util.h x2p/a2py.c
3134 ____________________________________________________________________________
3135 [ 10642] By: jhi                                   on 2001/06/16  19:16:04
3136         Log: Resort MANIFEST.
3137      Branch: perl
3138            ! MANIFEST
3139 ____________________________________________________________________________
3140 [ 10641] By: jhi                                   on 2001/06/16  18:52:26
3141         Log: Integrate perlio.
3142      Branch: perl
3143           +> win32/win32io.c
3144           !> MANIFEST perlio.c perliol.h win32/makefile.mk
3145 ____________________________________________________________________________
3146 [ 10640] By: nick                                  on 2001/06/16  18:38:31
3147         Log: Disable :win32 layer as default till I get it working
3148      Branch: perlio
3149            ! MANIFEST perlio.c
3150 ____________________________________________________________________________
3151 [ 10639] By: jhi                                   on 2001/06/16  18:35:46
3152         Log: Try the new scheme by moving the Text::Abbrev test
3153              to a new place under lib.
3154      Branch: perl
3155            + lib/Text/Abbrev/t/abbrev.t
3156            - t/lib/abbrev.t
3157            ! MANIFEST
3158 ____________________________________________________________________________
3159 [ 10638] By: jhi                                   on 2001/06/16  18:34:30
3160         Log: Make the code even more dynamical so that testname
3161              suffix length can change.
3162      Branch: perl
3163            ! lib/Test/Harness.pm t/TEST
3164 ____________________________________________________________________________
3165 [ 10637] By: jhi                                   on 2001/06/16  18:16:28
3166         Log: Allow for deeper t/ and also a single test.pl.
3167      Branch: perl
3168            ! t/TEST t/harness
3169 ____________________________________________________________________________
3170 [ 10636] By: jhi                                   on 2001/06/16  18:13:59
3171         Log: #define fix from Nicholas Clark.
3172      Branch: perl
3173            ! ext/POSIX/POSIX.xs
3174 ____________________________________________________________________________
3175 [ 10635] By: jhi                                   on 2001/06/16  17:50:43
3176         Log: Initialization is nice.
3177      Branch: perl
3178            ! lib/Test/Harness.pm
3179 ____________________________________________________________________________
3180 [ 10634] By: jhi                                   on 2001/06/16  17:38:53
3181         Log: Make t/TEST and t/harness to test also the t/ tests
3182              under the main lib/ and ext/ directories.  Fix Test::Harness
3183              to dynamically change the width of its "foo/bar....ok" output.
3184      Branch: perl
3185            ! lib/Test/Harness.pm t/TEST t/TestInit.pm t/harness
3186 ____________________________________________________________________________
3187 [ 10633] By: jhi                                   on 2001/06/16  16:58:57
3188         Log: Subject: [PATCH] Re: perl@10611 
3189              From: Nicholas Clark <nick@ccl4.org>
3190              Date: Sat, 16 Jun 2001 16:52:47 +0100
3191              Message-ID: <20010616165247.O98663@plum.flirble.org>
3192              
3193              The .xs parts, too.
3194      Branch: perl
3195            ! ext/GDBM_File/GDBM_File.xs ext/POSIX/POSIX.xs
3196            ! ext/Socket/Socket.xs ext/Sys/Syslog/Syslog.xs
3197 ____________________________________________________________________________
3198 [ 10632] By: nick                                  on 2001/06/16  16:44:35
3199         Log: Work-in-progress win32 layer semi-functional, checking 
3200              for UNIX breakage.
3201      Branch: perlio
3202            ! perlio.c perliol.h win32/makefile.mk win32/win32io.c
3203 ____________________________________________________________________________
3204 [ 10631] By: jhi                                   on 2001/06/16  16:40:30
3205         Log: Subject: [PATCH] Re: perl@10611 
3206              From: Nicholas Clark <nick@ccl4.org>
3207              Date: Sat, 16 Jun 2001 16:52:47 +0100
3208              Message-ID: <20010616165247.O98663@plum.flirble.org>
3209      Branch: perl
3210            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/Makefile.PL
3211            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs
3212            ! ext/Socket/Makefile.PL ext/Socket/Socket.xs
3213            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.xs
3214            ! lib/ExtUtils/Constant.pm
3215 ____________________________________________________________________________
3216 [ 10630] By: jhi                                   on 2001/06/16  15:11:38
3217         Log: Metaconfig unit change for #10629.
3218      Branch: metaconfig
3219            ! U/modified/Finish.U
3220 ____________________________________________________________________________
3221 [ 10629] By: jhi                                   on 2001/06/16  15:11:10
3222         Log: The extraction changed directories.
3223      Branch: perl
3224            ! Configure
3225 ____________________________________________________________________________
3226 [ 10628] By: jhi                                   on 2001/06/16  14:59:38
3227         Log: Math::BigInt 1.35 from Tels.
3228      Branch: perl
3229            + t/lib/mbimbf.t
3230            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
3231            ! t/lib/bigfltpm.t t/lib/bigintpm.t
3232 ____________________________________________________________________________
3233 [ 10627] By: nick                                  on 2001/06/16  14:54:52
3234         Log: Work in progress UNIX-side edit of win32 PerLIO layer
3235      Branch: perlio
3236            + win32/win32io.c
3237            ! perlio.c win32/makefile.mk
3238 ____________________________________________________________________________
3239 [ 10626] By: jhi                                   on 2001/06/16  14:01:50
3240         Log: Subject: [PATCH 5.6.1] os2/diff-configure
3241              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3242              Date: Fri, 15 Jun 2001 01:19:36 -0400
3243              Message-ID: <20010615011936.A26982@math.ohio-state.edu>
3244              
3245              Empty all of it because I think #10624 made even the
3246              last patch hunk unnecessary.
3247      Branch: perl
3248            ! os2/diff.configure
3249 ____________________________________________________________________________
3250 [ 10625] By: jhi                                   on 2001/06/16  13:58:34
3251         Log: Metaconfig unit change for 10624.
3252      Branch: metaconfig
3253            ! U/modified/libc.U
3254      Branch: perl
3255            ! config_h.SH
3256 ____________________________________________________________________________
3257 [ 10624] By: jhi                                   on 2001/06/16  13:58:13
3258         Log: Move the initialization of libnames to the beginning so
3259              that can one 'seed' it (as OS/2 does.)
3260      Branch: perl
3261            ! Configure
3262 ____________________________________________________________________________
3263 [ 10623] By: jhi                                   on 2001/06/16  13:47:54
3264         Log: Subject: [PATCH 5.6.1] OS2::DLL patch
3265              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3266              Date: Fri, 15 Jun 2001 19:10:57 -0400
3267              Message-ID: <20010615191057.A8050@math.ohio-state.edu>
3268      Branch: perl
3269            ! os2/OS2/REXX/DLL/DLL.pm
3270 ____________________________________________________________________________
3271 [ 10622] By: jhi                                   on 2001/06/16  13:29:42
3272         Log: Subject: [PATCH perl@10611] make VMS find util.c's offspring 
3273              From: "Craig A. Berry" <craigberry@mac.com>
3274              Date: Fri, 15 Jun 2001 17:00:03 -0500
3275              Message-Id: <a05101007b750342599be@[172.16.52.1]>
3276      Branch: perl
3277            ! vms/descrip_mms.template
3278 ____________________________________________________________________________
3279 [ 10621] By: jhi                                   on 2001/06/16  13:28:37
3280         Log: Subject: [PATCH perl@10611] get extutils.t working on VMS (again)
3281              From: "Craig A. Berry" <craigberry@mac.com>
3282              Date: Fri, 15 Jun 2001 18:39:42 -0500
3283              Message-Id: <a05101008b7503dc9dc2f@[172.16.52.1]>
3284      Branch: perl
3285            ! lib/File/Spec/VMS.pm t/lib/extutils.t
3286 ____________________________________________________________________________
3287 [ 10620] By: jhi                                   on 2001/06/16  13:25:06
3288         Log: Integrate perlio.
3289      Branch: perl
3290           !> embed.h embed.pl lib/open.pm perl.c perlio.c proto.h
3291           !> t/io/utf8.t t/lib/io_scalar.t
3292 ____________________________________________________________________________
3293 [ 10619] By: nick                                  on 2001/06/15  21:05:19
3294         Log: Generated files
3295      Branch: perlio
3296            ! embed.h proto.h
3297 ____________________________________________________________________________
3298 [ 10618] By: nick                                  on 2001/06/15  20:27:42
3299         Log: Fix open.pm to work via XS-implemented method calls rather
3300              than *open::layers variables which caused all the HV/AV hassle.
3301      Branch: perlio
3302            ! embed.pl lib/open.pm perl.c perlio.c t/io/utf8.t
3303            ! t/lib/io_scalar.t
3304 ____________________________________________________________________________
3305 [ 10617] By: jhi                                   on 2001/06/15  18:50:53
3306         Log: Integrate perlio.
3307      Branch: perl
3308           !> lib/ExtUtils/Constant.pm
3309 ____________________________________________________________________________
3310 [ 10616] By: nick                                  on 2001/06/15  18:46:47
3311         Log: pTHX_ / aTHX_ for ExtUtils/Constant.pm
3312      Branch: perlio
3313            ! lib/ExtUtils/Constant.pm
3314 ____________________________________________________________________________
3315 [ 10615] By: jhi                                   on 2001/06/15  18:36:43
3316         Log: Integrate perlio.
3317      Branch: perl
3318           !> ext/Socket/Socket.xs
3319 ____________________________________________________________________________
3320 [ 10614] By: nick                                  on 2001/06/15  18:33:37
3321         Log: MULTIPLICITY fix for Socket.xs
3322      Branch: perlio
3323            ! ext/Socket/Socket.xs
3324 ____________________________________________________________________________
3325 [ 10613] By: jhi                                   on 2001/06/15  16:34:06
3326         Log: Subject: Re: perl@10611
3327              From: Doug MacEachern <dougm@covalent.net>
3328              Date: Fri, 15 Jun 2001 10:10:33 -0700 (PDT)
3329              Message-ID: <Pine.LNX.4.21.0106151007420.10871-100000@mako.covalent.net>
3330      Branch: perl
3331            ! ext/Socket/Socket.xs
3332 ____________________________________________________________________________
3333 [ 10612] By: nick                                  on 2001/06/15  16:14:38
3334         Log: Raw integrate on mainline - MULTIPLICITY issues with Socket.xs
3335      Branch: perlio
3336           !> Changes ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
3337           !> ext/Socket/Socket.pm ext/Socket/Socket.xs
3338           !> lib/ExtUtils/Constant.pm lib/File/Find.pm opcode.pl
3339           !> patchlevel.h perlio.c t/lib/extutils.t t/lib/filefind.t
3340           !> t/lib/gdbm.t t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t
3341           !> utils/h2ph.PL
3342 ____________________________________________________________________________
3343 [ 10611] By: jhi                                   on 2001/06/15  14:29:04
3344         Log: Update Changes.
3345      Branch: perl
3346            ! Changes patchlevel.h
3347 ____________________________________________________________________________
3348 [ 10610] By: jhi                                   on 2001/06/15  14:20:33
3349         Log: Upping the test count.
3350      Branch: perl
3351            ! t/lib/filefind.t
3352 ____________________________________________________________________________
3353 [ 10609] By: jhi                                   on 2001/06/15  14:13:29
3354         Log: Integrate perlio.
3355      Branch: perl
3356           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
3357 ____________________________________________________________________________
3358 [ 10608] By: jhi                                   on 2001/06/15  14:12:31
3359         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
3360              From: andreas.koenig@anima.de (Andreas J. Koenig)
3361              Date: 15 Jun 2001 13:30:39 +0200
3362              Message-ID: <m3hexikmjk.fsf@ak-71.mind.de>
3363              
3364              Record the grim history.
3365      Branch: perl
3366            ! lib/File/Find.pm
3367 ____________________________________________________________________________
3368 [ 10607] By: jhi                                   on 2001/06/15  14:08:19
3369         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
3370              From: Brian McCauley <nobull@mail.com>
3371              Date: 15 Jun 2001 07:51:26 +0100
3372              Message-Id: <200106150923.f5F9NpG02725@wcl-l.bham.ac.uk>
3373      Branch: perl
3374            ! lib/File/Find.pm t/lib/filefind.t
3375 ____________________________________________________________________________
3376 [ 10606] By: nick                                  on 2001/06/15  14:00:08
3377         Log: regen_config_h for Win32.
3378      Branch: perlio
3379            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
3380 ____________________________________________________________________________
3381 [ 10605] By: jhi                                   on 2001/06/15  13:49:55
3382         Log: Subject: [PATCH: perl@10576] handle tri graphs in h2ph.PL -> h2ph*
3383              From: Peter Prymmer <pvhp@forte.com>
3384              Date: Thu, 14 Jun 2001 16:25:33 -0700 (PDT)
3385              Message-ID: <Pine.OSF.4.10.10106141608080.110974-100000@aspara.forte.com>
3386      Branch: perl
3387            ! t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t utils/h2ph.PL
3388 ____________________________________________________________________________
3389 [ 10604] By: jhi                                   on 2001/06/15  13:45:03
3390         Log: Some filesystems require writability for rename/unlink.
3391      Branch: perl
3392            ! opcode.pl
3393 ____________________________________________________________________________
3394 [ 10603] By: jhi                                   on 2001/06/15  13:41:34
3395         Log: Subject: Re: [PATCH} perlio and threading @ 10576 + report 
3396              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
3397              Date: Fri, 15 Jun 2001 12:08:53 +0200
3398              Message-Id: <20010615120320.F009.H.M.BRAND@hccnet.nl>
3399      Branch: perl
3400            ! perlio.c
3401 ____________________________________________________________________________
3402 [ 10602] By: jhi                                   on 2001/06/15  13:27:04
3403         Log: Subject: Re: [PATCH] opcode.pl is chmod'ing the original source tree
3404              From: Mike Guy <mjtg@cam.ac.uk>
3405              Date: Fri, 15 Jun 2001 14:11:49 +0100
3406              Message-Id: <E15AtO9-0006Nd-00@draco.cus.cam.ac.uk>
3407      Branch: perl
3408            ! opcode.pl
3409 ____________________________________________________________________________
3410 [ 10601] By: jhi                                   on 2001/06/15  13:21:18
3411         Log: Subject: [PATCH ?] INADDR_ANY INADDR_BROADCAST INADDR_LOOPBACK INADDR_NONE
3412              From: Nicholas Clark <nick@ccl4.org>
3413              Date: Thu, 14 Jun 2001 23:52:56 +0100
3414              Message-ID: <20010614235256.G98663@plum.flirble.org>
3415      Branch: perl
3416            ! ext/Socket/Socket.pm ext/Socket/Socket.xs
3417            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
3418 ____________________________________________________________________________
3419 [ 10600] By: jhi                                   on 2001/06/15  13:16:56
3420         Log: Subject: Re: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
3421              From: Russ Allbery <rra@stanford.edu>
3422              Date: 14 Jun 2001 13:24:43 -0700
3423              Message-ID: <ylzobaizck.fsf@windlord.stanford.edu>
3424      Branch: perl
3425            ! ext/GDBM_File/GDBM_File.pm
3426 ____________________________________________________________________________
3427 [ 10599] By: jhi                                   on 2001/06/15  13:15:26
3428         Log: Subject: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
3429              From: Nicholas Clark <nick@ccl4.org>
3430              Date: Thu, 14 Jun 2001 20:37:47 +0100
3431              Message-ID: <20010614203747.F98663@plum.flirble.org>
3432      Branch: perl
3433            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
3434            ! t/lib/gdbm.t
3435 ____________________________________________________________________________
3436 [ 10598] By: jhi                                   on 2001/06/15  13:13:13
3437         Log: Integrate perlio.
3438      Branch: perl
3439           !> makedef.pl sv.c
3440 ____________________________________________________________________________
3441 [ 10597] By: nick                                  on 2001/06/15  11:08:13
3442         Log: Check that HVs with HvNAME() != NULL are really stashes before
3443              treating them as such. Also be more defensive on the GvCV.
3444              Win32 fork and dprof now working again. 
3445      Branch: perlio
3446            ! sv.c
3447 ____________________________________________________________________________
3448 [ 10596] By: nick                                  on 2001/06/15  10:11:20
3449         Log: Integrate mainline.
3450      Branch: perlio
3451           +> Cross/README
3452           !> Configure Makefile.SH Porting/Glossary Porting/config.sh
3453           !> Porting/config_H config_h.SH configure.com epoc/config.sh
3454           !> hints/linux.sh pod/perltoc.pod uconfig.h uconfig.sh
3455           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
3456           !> vos/config.ga.h win32/config.bc win32/config.gc
3457           !> win32/config.vc win32/config_H.bc win32/config_H.gc
3458           !> win32/config_H.vc
3459 ____________________________________________________________________________
3460 [ 10595] By: nick                                  on 2001/06/15  09:37:17
3461         Log: Skip Perl_my_bcopy in .def file as we do not provide it.
3462              - Win32 (VC++) now builds but fails:
3463              filefind.t - suspect Win32's builtin cwd is not doing insecure dir test
3464              fork.t     - No &___ENV_HV_NAME___::CLONE method ???
3465              write.t    - open(...,"|-") not implemented on Win32 
3466      Branch: perlio
3467            ! makedef.pl
3468 ____________________________________________________________________________
3469 [ 10594] By: jhi                                   on 2001/06/15  00:17:16
3470         Log: Integrate perlio.
3471      Branch: perl
3472           !> perlio.c win32/makefile.mk
3473 ____________________________________________________________________________
3474 [ 10593] By: jhi                                   on 2001/06/15  00:16:44
3475         Log: Metaconfig unit changes for #10592.
3476      Branch: metaconfig
3477            + U/modified/i_varhdr.U U/modified/startsh.U
3478            - U/a_dvisory/crosscompile.U U/target/Target.U
3479            ! U/a_dvisory/intsize.U U/compline/alignbytes.U
3480            ! U/compline/bitpbyte.U U/compline/byteorder.U
3481            ! U/compline/ccflags.U U/compline/charsize.U
3482            ! U/compline/d_casti32.U U/compline/d_castneg.U
3483            ! U/compline/d_closedir.U U/compline/d_fd_set.U
3484            ! U/compline/d_gconvert.U U/compline/d_gnulibc.U
3485            ! U/compline/d_keepsig.U U/compline/d_open3.U
3486            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
3487            ! U/compline/d_sanemcmp.U U/compline/d_scannl.U
3488            ! U/compline/d_sgndchr.U U/compline/d_sigsetjmp.U
3489            ! U/compline/d_stdstdio.U U/compline/d_vprintf.U
3490            ! U/compline/doublesize.U U/compline/floatsize.U
3491            ! U/compline/nblock_io.U U/compline/orderlib.U
3492            ! U/compline/ptrsize.U U/compline/ssizetype.U U/ebcdic/ebcdic.U
3493            ! U/modified/Cppsym.U U/modified/Oldconfig.U U/modified/Signal.U
3494            ! U/modified/d_getpgrp.U U/modified/d_longdbl.U
3495            ! U/modified/d_longlong.U U/modified/d_setpgrp.U
3496            ! U/modified/d_strtoul.U U/modified/d_union_semun.U
3497            ! U/modified/spitshell.U U/threads/archname.U
3498            ! U/threads/d_pthreadj.U U/typedefs/gidsign.U
3499            ! U/typedefs/gidsize.U U/typedefs/lseektype.U
3500            ! U/typedefs/pidsign.U U/typedefs/pidsize.U
3501            ! U/typedefs/sizesize.U U/typedefs/ssizesize.U
3502            ! U/typedefs/uidsign.U U/typedefs/uidsize.U
3503      Branch: metaconfig/U/perl
3504            + Cross.U
3505            ! d_dlsymun.U d_fcntl_can_lock.U d_modfl.U d_printfed.U
3506            ! d_strtoll.U d_strtoull.U d_strtouq.U d_u32align.U dlsrc.U
3507            ! fflushall.U fpossize.U gccvers.U i_db.U longdblfio.U
3508            ! need_va_copy.U perlxv.U quadfio.U selectminbits.U
3509            ! stdio_streams.U uselfs.U
3510 ____________________________________________________________________________
3511 [ 10592] By: jhi                                   on 2001/06/15  00:15:52
3512         Log: The first steps towards cross-compilation.
3513              
3514              Abstract execution of compiled test executables with $run,
3515              and abstract transfer of files with $to and $from.
3516              
3517              Under cross-compilation the $run, $to, and $from will point
3518              to appropriate wrapper scripts, by default ssh and scp,
3519              but also rsh, rcp, and cp are supported.  If not
3520              cross-compiling, they will be set to '', ':', and ':',
3521              respectively.
3522              
3523              With these patches I was able to get Configure for
3524              iPAQ ARM Linux on an Intel Linux about 95% right
3525              (only a few tests failed to execute or they produced
3526              incorrect results), and I was able to compile
3527              a functional miniperl.
3528              
3529              The symbol crosscompile renamed to be usecrosscompile,
3530              the corresponding C symbol from CROSSCOMPILE to
3531              USE_CROSS_COMPILE.
3532      Branch: perl
3533            ! Configure Cross/README Makefile.SH Porting/Glossary
3534            ! Porting/config.sh Porting/config_H config_h.SH configure.com
3535            ! epoc/config.sh hints/linux.sh pod/perltoc.pod uconfig.h
3536            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
3537            ! vos/config.ga.def vos/config.ga.h win32/config.bc
3538            ! win32/config.gc win32/config.vc win32/config_H.bc
3539            ! win32/config_H.gc win32/config_H.vc
3540 ____________________________________________________________________________
3541 [ 10591] By: nick                                  on 2001/06/14  20:00:12
3542         Log: Steps along the road toward Win32 building again.
3543      Branch: perlio
3544            ! perlio.c win32/makefile.mk
3545 ____________________________________________________________________________
3546 [ 10590] By: jhi                                   on 2001/06/14  16:11:11
3547         Log: Integrate perlio.
3548      Branch: perl
3549           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
3550 ____________________________________________________________________________
3551 [ 10589] By: nick                                  on 2001/06/14  13:54:07
3552         Log: Routine regen_config_h for Win32
3553      Branch: perlio
3554            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
3555 ____________________________________________________________________________
3556 [ 10588] By: jhi                                   on 2001/06/14  12:30:46
3557         Log: Integrate perlio.
3558      Branch: perl
3559           +> perlyline.pl
3560           !> MANIFEST Makefile.SH perly.c t/lib/filefind.t
3561 ____________________________________________________________________________
3562 [ 10587] By: jhi                                   on 2001/06/14  12:23:24
3563         Log: A placeholder.
3564      Branch: perl
3565            + Cross/README
3566 ____________________________________________________________________________
3567 [ 10586] By: nick                                  on 2001/06/14  08:25:07
3568         Log: Add new step to run_byacc which:
3569              A. Corrects #line NNN "perly.c" lines so warnings etc. are trackable
3570              B. Adds extra () to the two if (var = ...) constructs gcc -Wall winges about.
3571      Branch: perlio
3572            + perlyline.pl
3573            ! MANIFEST Makefile.SH perly.c
3574 ____________________________________________________________________________
3575 [ 10585] By: nick                                  on 2001/06/14  08:22:29
3576         Log: Integrate mainline
3577      Branch: perlio
3578           +> locale.c numeric.c
3579           !> Changes cygwin/Makefile.SHs embed.h embed.pl
3580           !> ext/re/Makefile.PL lib/Math/BigFloat.pm lib/Math/BigInt.pm
3581           !> objXSUB.h opcode.pl patchlevel.h perlapi.c pod/perlapi.pod
3582           !> proto.h t/lib/bigfltpm.t t/lib/bigintpm.t util.c
3583           !> x2p/Makefile.SH
3584 ____________________________________________________________________________
3585 [ 10584] By: nick                                  on 2001/06/14  08:05:53
3586         Log: Hack to remove insecure directories from PATH so test will run.
3587      Branch: perlio
3588            ! t/lib/filefind.t
3589 ____________________________________________________________________________
3590 [ 10583] By: jhi                                   on 2001/06/14  03:11:16
3591         Log: The test doesn't work (yet?), Math::BigInt::round_mode() is missing.
3592      Branch: perl
3593            - t/lib/mbimbf.t
3594            ! MANIFEST
3595 ____________________________________________________________________________
3596 [ 10582] By: jhi                                   on 2001/06/14  03:04:51
3597         Log: Detypo.
3598      Branch: perl
3599            ! x2p/Makefile.SH
3600 ____________________________________________________________________________
3601 [ 10581] By: jhi                                   on 2001/06/14  03:03:14
3602         Log: de-$CONFIG continues.
3603      Branch: perl
3604            ! cygwin/Makefile.SHs x2p/Makefile.SH
3605 ____________________________________________________________________________
3606 [ 10580] By: jhi                                   on 2001/06/13  23:56:59
3607         Log: Subject: [PATCH] opcode.pl is chmod'ing the original source tree
3608              From: Nicholas Clark <nick@ccl4.org>
3609              Date: Wed, 13 Jun 2001 21:20:13 +0100
3610              Message-ID: <20010613212013.D98663@plum.flirble.org>
3611      Branch: perl
3612            ! opcode.pl
3613 ____________________________________________________________________________
3614 [ 10579] By: jhi                                   on 2001/06/13  23:55:29
3615         Log: Subject: splitting util.c
3616              From: Hugo <hv@crypt.compulink.co.uk>
3617              Date: Thu, 14 Jun 2001 00:41:08 +0100
3618              Message-Id: <200106132341.AAA24935@crypt.compulink.co.uk>
3619      Branch: perl
3620            + locale.c numeric.c
3621            ! MANIFEST Makefile.SH embed.h embed.pl objXSUB.h perlapi.c
3622            ! pod/perlapi.pod proto.h util.c
3623 ____________________________________________________________________________
3624 [ 10578] By: jhi                                   on 2001/06/13  23:45:11
3625         Log: Upgrade to Math::BigInt 1.34 from Tels.
3626      Branch: perl
3627            + t/lib/mbimbf.t
3628            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
3629            ! t/lib/bigfltpm.t t/lib/bigintpm.t
3630 ____________________________________________________________________________
3631 [ 10577] By: nick                                  on 2001/06/13  19:02:48
3632         Log: Integrate mainline. Storable fail has gone, insecure dependancy still there.
3633      Branch: perlio
3634           !> (integrate 125 files)
3635 ____________________________________________________________________________
3636 [ 10576] By: jhi                                   on 2001/06/13  18:10:01
3637         Log: Update Changes.
3638      Branch: perl
3639            ! Changes patchlevel.h
3640 ____________________________________________________________________________
3641 [ 10575] By: jhi                                   on 2001/06/13  18:05:09
3642         Log: Subject: Re: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
3643              From: "Craig A. Berry" <craigberry@mac.com>
3644              Date: Wed, 13 Jun 2001 13:24:28 -0500
3645              Message-Id: <5.1.0.14.0.20010613131907.01bbc210@mail.mac.com>
3646      Branch: perl
3647            ! ext/re/Makefile.PL
3648 ____________________________________________________________________________
3649 [ 10574] By: jhi                                   on 2001/06/13  17:34:36
3650         Log: Mc.u.c. for #10573.
3651      Branch: metaconfig
3652            ! U/threads/usethreads.U
3653 ____________________________________________________________________________
3654 [ 10573] By: jhi                                   on 2001/06/13  17:34:00
3655         Log: It would be also be good if I could type.
3656      Branch: perl
3657            ! Configure
3658 ____________________________________________________________________________
3659 [ 10572] By: jhi                                   on 2001/06/13  17:26:29
3660         Log: Metaconfig unit change for #10571.
3661      Branch: metaconfig
3662            ! U/threads/usethreads.U
3663 ____________________________________________________________________________
3664 [ 10571] By: jhi                                   on 2001/06/13  17:26:05
3665         Log: A non-empty default is a good thing.
3666      Branch: perl
3667            ! Configure
3668 ____________________________________________________________________________
3669 [ 10570] By: jhi                                   on 2001/06/13  17:15:16
3670         Log: Metaconfig unit change for #10569.
3671      Branch: metaconfig
3672            ! U/threads/usethreads.U
3673 ____________________________________________________________________________
3674 [ 10569] By: jhi                                   on 2001/06/13  17:14:17
3675         Log: Add Configure directive -Dusereentrant for Artur's ithreads work,
3676              extremely experimental, not even prompted for.
3677      Branch: perl
3678            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3679            ! config_h.SH configure.com epoc/config.sh perl.h uconfig.h
3680            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
3681            ! win32/config.bc win32/config.gc win32/config.vc
3682 ____________________________________________________________________________
3683 [ 10568] By: jhi                                   on 2001/06/13  16:22:27
3684         Log: FAQ tweak for Vanina Arca <varca@baufest.com>.
3685      Branch: perl
3686            ! pod/perlfaq6.pod
3687 ____________________________________________________________________________
3688 [ 10567] By: jhi                                   on 2001/06/13  16:20:23
3689         Log: Integrate perlio; conflicts, accept Nick's versions.
3690      Branch: perl
3691           !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
3692           !> ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
3693 ____________________________________________________________________________
3694 [ 10566] By: jhi                                   on 2001/06/13  16:17:42
3695         Log: Subject: Re: ext/ + -Wall
3696              From: Doug MacEachern <dougm@covalent.net>
3697              Date: Wed, 13 Jun 2001 10:02:16 -0700 (PDT)
3698              Message-ID: <Pine.LNX.4.21.0106130959050.24181-100000@mako.covalent.net>
3699      Branch: perl
3700            ! XSUB.h lib/ExtUtils/xsubpp perl.h
3701 ____________________________________________________________________________
3702 [ 10565] By: jhi                                   on 2001/06/13  16:16:07
3703         Log: Similar logic as DB_File.xs, using the modern macros and
3704              defines them to older ones for older Perls where PERL_VERSION
3705              is not defined, from Doug MacEachern.
3706      Branch: perl
3707            ! ext/Storable/Storable.xs
3708 ____________________________________________________________________________
3709 [ 10564] By: nick                                  on 2001/06/13  15:22:01
3710         Log: Avoid AV and HV in perlio.c by inventing PerlIO_list_t which is AV-ish
3711              and using that instead (name lookups are sequential search for now).
3712      Branch: perlio
3713            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
3714            ! ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
3715 ____________________________________________________________________________
3716 [ 10563] By: jhi                                   on 2001/06/13  14:07:43
3717         Log: Subject: [PATCH] Re: [ID 20010526.001] localized glob loses value when assigned to
3718              From: "Richard Soderberg" <rs@crystalflame.net>
3719              Date: Sat, 26 May 2001 06:44:20 -0700
3720              Message-ID: <NAEKLNAAHLMBPMPNBMLECECHDFAA.rs@crystalflame.net>
3721      Branch: perl
3722            ! sv.c t/op/glob.t
3723 ____________________________________________________________________________
3724 [ 10562] By: jhi                                   on 2001/06/13  13:55:10
3725         Log: Subject: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
3726              From: "Craig A. Berry" <craigberry@mac.com>
3727              Date: Tue, 12 Jun 2001 23:55:26 -0500
3728              Message-Id: <a05101002b74ca0013cf5@[192.168.56.160]>
3729      Branch: perl
3730            ! ext/re/Makefile.PL ext/re/re.xs
3731 ____________________________________________________________________________
3732 [ 10561] By: jhi                                   on 2001/06/13  13:44:58
3733         Log: Hide __attribute__((unused)) behind PERL_UNUSED_DECL as
3734              suggested by NI-S.
3735      Branch: perl
3736            ! XSUB.h malloc.c perl.h
3737 ____________________________________________________________________________
3738 [ 10560] By: jhi                                   on 2001/06/13  13:35:42
3739         Log: Regen toc.
3740      Branch: perl
3741            ! pod/perltoc.pod
3742 ____________________________________________________________________________
3743 [ 10559] By: jhi                                   on 2001/06/13  12:53:18
3744         Log: Subject: [patch] perl.gprof control
3745              From: Doug MacEachern <dougm@covalent.net>
3746              Date: Tue, 12 Jun 2001 23:05:44 -0700 (PDT)
3747              Message-ID: <Pine.LNX.4.21.0106122247380.24181-100000@mako.covalent.net>
3748      Branch: perl
3749            ! miniperlmain.c perl.h
3750 ____________________________________________________________________________
3751 [ 10558] By: jhi                                   on 2001/06/13  12:51:47
3752         Log: Subject: Re: ext/ + -Wall
3753              From: Doug MacEachern <dougm@covalent.net>
3754              Date: Tue, 12 Jun 2001 22:04:50 -0700 (PDT)
3755              Message-ID: <Pine.LNX.4.21.0106122151180.24181-100000@mako.covalent.net>
3756              
3757              Document ax and break up dXSARGS.
3758      Branch: perl
3759            ! XSUB.h pod/perlapi.pod
3760 ____________________________________________________________________________
3761 [ 10557] By: jhi                                   on 2001/06/13  12:39:55
3762         Log: More AIX tweakage from Merijn.
3763      Branch: perl
3764            ! hints/aix.sh
3765 ____________________________________________________________________________
3766 [ 10556] By: jhi                                   on 2001/06/13  03:26:58
3767         Log: Subject: [PATCH perl@10538] make VMS autosplit earlier in build
3768              From: "Craig A. Berry" <craigberry@mac.com>
3769              Date: Tue, 12 Jun 2001 22:57:45 -0500
3770              Message-Id: <a05101001b74c943d7af4@[192.168.56.160]>
3771      Branch: perl
3772            ! vms/descrip_mms.template
3773 ____________________________________________________________________________
3774 [ 10555] By: jhi                                   on 2001/06/13  02:50:43
3775         Log: Subject: Re: hacking util.c, attrs.xs, and re.xs to compile on VMS
3776              From: "Craig A. Berry" <craigberry@mac.com>
3777              Date: Tue, 12 Jun 2001 22:21:39 -0500
3778              Message-Id: <a05101000b74c8698483b@[172.16.52.1]>
3779      Branch: perl
3780            ! configure.com util.c
3781 ____________________________________________________________________________
3782 [ 10554] By: jhi                                   on 2001/06/13  02:23:16
3783         Log: New AIX dynaloading code from Jens-Uwe Mager.
3784              Does break binary compatibility.
3785      Branch: perl
3786            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
3787 ____________________________________________________________________________
3788 [ 10553] By: jhi                                   on 2001/06/13  02:10:16
3789         Log: VMS DEC C compiler found nits by Peter Prymmer.
3790      Branch: perl
3791            ! util.c
3792 ____________________________________________________________________________
3793 [ 10552] By: jhi                                   on 2001/06/13  01:36:12
3794         Log: Subject: [PATCH: perl@10538] fix for file locking and filecomp test
3795              From: Peter Prymmer <pvhp@forte.com>
3796              Date: Tue, 12 Jun 2001 19:34:08 -0700 (PDT)
3797              Message-ID: <Pine.OSF.4.10.10106121927580.15174-100000@aspara.forte.com>
3798      Branch: perl
3799            ! t/lib/filecomp.t
3800 ____________________________________________________________________________
3801 [ 10551] By: jhi                                   on 2001/06/13  01:26:53
3802         Log: I wonder how many $CONFIGs still lurk in the shadows.
3803      Branch: perl
3804            ! pod/Makefile.SH x2p/cflags.SH
3805 ____________________________________________________________________________
3806 [ 10550] By: jhi                                   on 2001/06/13  01:25:12
3807         Log: Grok three kinds of line endings, should fix [ID 20010612.003]
3808      Branch: perl
3809            ! pod/checkpods.PL
3810 ____________________________________________________________________________
3811 [ 10549] By: jhi                                   on 2001/06/13  01:05:28
3812         Log: Use __attribute__((unused)) to silence -Wall on unused ax.
3813      Branch: perl
3814            ! XSUB.h ext/DB_File/DB_File.xs lib/ExtUtils/xsubpp
3815 ____________________________________________________________________________
3816 [ 10548] By: jhi                                   on 2001/06/13  00:41:28
3817         Log: Subject: [patch] rid local_patches warnings
3818              From: Doug MacEachern <dougm@covalent.net>
3819              Date: Tue, 12 Jun 2001 10:26:34 -0700 (PDT)
3820              Message-ID: <Pine.LNX.4.21.0106121024470.24181-100000@mako.covalent.net>
3821      Branch: perl
3822            ! ext/List/Util/Util.xs ext/Storable/Storable.xs
3823 ____________________________________________________________________________
3824 [ 10547] By: jhi                                   on 2001/06/13  00:40:29
3825         Log: Subject: Re: ext/ + -Wall
3826              From: Doug MacEachern <dougm@covalent.net>
3827              Date: Tue, 12 Jun 2001 09:38:09 -0700 (PDT)
3828              Message-ID: <Pine.LNX.4.21.0106120927100.24181-100000@mako.covalent.net>
3829      Branch: perl
3830            ! ext/attrs/attrs.xs
3831 ____________________________________________________________________________
3832 [ 10546] By: jhi                                   on 2001/06/13  00:39:06
3833         Log: Subject: [PATCH] perlretut.pod: unterminated C<>
3834              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
3835              Date: Tue, 12 Jun 2001 14:36:20 -0400
3836              Message-ID: <20010612143619.A37113@linguist.thayer.dartmouth.edu>
3837      Branch: perl
3838            ! pod/perlretut.pod
3839 ____________________________________________________________________________
3840 [ 10545] By: jhi                                   on 2001/06/13  00:38:02
3841         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
3842              From: Mike Guy <mjtg@cam.ac.uk>
3843              Date: Tue, 12 Jun 2001 19:10:31 +0100
3844              Message-Id: <E159scZ-0000r2-00@draco.cus.cam.ac.uk>
3845              
3846              Subject: Re: [ID 20010612.001] out of memory during regex compilation
3847              From: Mike Guy <mjtg@cam.ac.uk>
3848              Date: Tue, 12 Jun 2001 19:21:01 +0100
3849              Message-Id: <E159smj-0000wY-00@draco.cus.cam.ac.uk>
3850      Branch: perl
3851            ! pod/perlop.pod
3852 ____________________________________________________________________________
3853 [ 10544] By: jhi                                   on 2001/06/13  00:34:39
3854         Log: AIX tweaks from Merijn H. Brand.
3855      Branch: perl
3856            ! hints/aix.sh
3857 ____________________________________________________________________________
3858 [ 10543] By: jhi                                   on 2001/06/13  00:11:42
3859         Log: Subject: [PATCH] 5.6.1 -- add LC_MESSAGES constant to POSIX module
3860              From: "Brendan O'Dea" <bod@compusol.com.au>
3861              Date: Wed, 13 Jun 2001 05:16:47 +1000
3862              Message-ID: <20010613051647.A8945@compusol.com.au>
3863      Branch: maint-5.6/perl
3864            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
3865 ____________________________________________________________________________
3866 [ 10542] By: jhi                                   on 2001/06/13  00:07:50
3867         Log: Subject: Small bcopy cleanup
3868              From: Andy Dougherty <doughera@lafayette.edu>
3869              Date: Tue, 12 Jun 2001 17:11:52 -0400 (EDT)
3870              Message-ID: <Pine.SOL.4.10.10106121706360.11034-100000@maxwell.phys.lafayette.edu>
3871      Branch: perl
3872            ! embed.h embed.pl objXSUB.h perlapi.c proto.h util.c x2p/a2p.h
3873 ____________________________________________________________________________
3874 [ 10541] By: jhi                                   on 2001/06/13  00:05:18
3875         Log: Subject: [PATCH] Re: ext/ + -Wall
3876              From: Nicholas Clark <nick@ccl4.org>
3877              Date: Wed, 13 Jun 2001 00:04:30 +0100
3878              Message-ID: <20010613000430.M5901@plum.flirble.org>
3879      Branch: perl
3880            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
3881 ____________________________________________________________________________
3882 [ 10540] By: jhi                                   on 2001/06/13  00:02:25
3883         Log: Subject: [PATCH] Re: [PATCH] ExtUtils::Constant
3884              From: Nicholas Clark <nick@ccl4.org>
3885              Date: Tue, 12 Jun 2001 23:53:07 +0100
3886              Message-ID: <20010612235307.L5901@plum.flirble.org>
3887      Branch: perl
3888            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
3889 ____________________________________________________________________________
3890 [ 10539] By: jhi                                   on 2001/06/12  23:59:10
3891         Log: MPE/iX tweaks from Mark Bixby.
3892      Branch: perl
3893            ! hints/mpeix.sh mpeix/mpeixish.h util.c
3894 ____________________________________________________________________________
3895 [ 10538] By: jhi                                   on 2001/06/12  14:16:15
3896         Log: Update Changes.
3897      Branch: perl
3898            ! Changes patchlevel.h
3899 ____________________________________________________________________________
3900 [ 10537] By: jhi                                   on 2001/06/12  14:11:26
3901         Log: One less -Wall whine (found under DEBUGGING).
3902      Branch: perl
3903            ! x2p/Makefile.SH x2p/a2p.c
3904 ____________________________________________________________________________
3905 [ 10536] By: jhi                                   on 2001/06/12  13:32:09
3906         Log: s/case-independent/case-insensitive/g
3907      Branch: perl
3908            ! pod/perldebug.pod
3909 ____________________________________________________________________________
3910 [ 10535] By: jhi                                   on 2001/06/12  13:27:28
3911         Log: As suggested in    
3912              
3913              Subject: Re: ext/ + -Wall
3914              From: Gurusamy Sarathy <gsar@ActiveState.com>
3915              Date: Mon, 11 Jun 2001 23:34:31 -0700
3916              Message-Id: <200106120634.f5C6YVM07246@smtp3.ActiveState.com>
3917      Branch: perl
3918            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs globals.c
3919            ! perl.h
3920 ____________________________________________________________________________
3921 [ 10534] By: jhi                                   on 2001/06/12  13:13:27
3922         Log: Subject: ext/ + -Wall
3923              From: Doug MacEachern <dougm@covalent.net>
3924              Date: Mon, 11 Jun 2001 22:19:45 -0700 (PDT)
3925              Message-ID: <Pine.LNX.4.21.0106112212261.24181-100000@mako.covalent.net>
3926      Branch: perl
3927            ! ext/ByteLoader/ByteLoader.xs ext/DB_File/DB_File.xs
3928            ! ext/DB_File/version.c ext/Devel/DProf/DProf.xs
3929            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dlutils.c
3930            ! ext/Encode/Encode.xs ext/File/Glob/bsd_glob.c
3931            ! ext/Filter/Util/Call/Call.xs ext/GDBM_File/GDBM_File.xs
3932            ! ext/List/Util/Util.xs ext/MIME/Base64/Base64.xs
3933            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
3934            ! ext/PerlIO/Via/Via.xs ext/Time/HiRes/HiRes.xs
3935            ! ext/Time/Piece/Piece.xs ext/attrs/attrs.xs globals.c
3936            ! lib/ExtUtils/xsubpp
3937 ____________________________________________________________________________
3938 [ 10533] By: jhi                                   on 2001/06/12  12:52:57
3939         Log: Subject: [PATCH] anonymous stashes
3940              From: Abhijit Menon-Sen <ams@wiw.org>
3941              Date: Tue, 12 Jun 2001 12:47:04 +0530
3942              Message-ID: <20010612124704.A29029@lustre.linux.in>
3943      Branch: perl
3944            ! dump.c gv.c sv.c xsutils.c
3945 ____________________________________________________________________________
3946 [ 10532] By: jhi                                   on 2001/06/12  12:37:36
3947         Log: One more test for $^S.
3948      Branch: perl
3949            ! t/op/magic.t
3950 ____________________________________________________________________________
3951 [ 10531] By: jhi                                   on 2001/06/12  12:35:02
3952         Log: Subject: [PATCH 20010612.002] $^S almost entirely broken with 5.6.1
3953              From: Abhijit Menon-Sen <ams@wiw.org>
3954              Date: Tue, 12 Jun 2001 17:35:55 +0530
3955              Message-ID: <20010612173555.A32426@lustre.linux.in>
3956      Branch: perl
3957            ! mg.c t/op/magic.t
3958 ____________________________________________________________________________
3959 [ 10530] By: jhi                                   on 2001/06/12  12:31:11
3960         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
3961              From: Mike Guy <mjtg@cam.ac.uk>
3962              Date: Tue, 12 Jun 2001 13:14:15 +0100
3963              Message-Id: <E159n3n-0000xa-00@draco.cus.cam.ac.uk>
3964      Branch: perl
3965            ! pod/perlop.pod
3966 ____________________________________________________________________________
3967 [ 10529] By: jhi                                   on 2001/06/12  12:21:06
3968         Log: AUTHORS updates.
3969      Branch: perl
3970            ! AUTHORS
3971 ____________________________________________________________________________
3972 [ 10528] By: jhi                                   on 2001/06/12  12:19:47
3973         Log: Subject: [PATCH] rhapsody/darwin minor cleanup
3974              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
3975              Content-Transfer-Encoding: 7bit
3976              Message-Id: <200106121009.GAA01968@melbourne-city-street.mit.edu>
3977      Branch: perl
3978            ! Makefile.SH hints/darwin.sh hints/rhapsody.sh
3979 ____________________________________________________________________________
3980 [ 10527] By: jhi                                   on 2001/06/12  11:58:53
3981         Log: Subject: [MacPerl-Porters] Re: [PATCH] Mac OS Compatability for bleadperl
3982              From: "Philip Newton" <Philip.Newton@gmx.net>
3983              Date: Mon, 11 Jun 2001 07:08:03 +0200
3984              Message-Id: <200106120802.LAA08992@taas.iki.fi>
3985      Branch: perl
3986            ! t/base/term.t
3987 ____________________________________________________________________________
3988 [ 10526] By: jhi                                   on 2001/06/12  01:35:34
3989         Log: Cleanup the a2p.c for -Wall.
3990      Branch: perl
3991            ! x2p/Makefile.SH x2p/a2p.c
3992 ____________________________________________________________________________
3993 [ 10525] By: jhi                                   on 2001/06/12  01:10:56
3994         Log: File::Find update for MacOS from Chris Nandor.
3995      Branch: perl
3996            ! lib/File/Find.pm t/lib/filefind.t
3997 ____________________________________________________________________________
3998 [ 10524] By: jhi                                   on 2001/06/12  00:29:20
3999         Log: gcc -Wall nits picked out by a non-UNIX system
4000              (courtesy of Mark Bixby)
4001      Branch: perl
4002            ! doio.c ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_mpeix.xs
4003            ! ext/IO/IO.xs ext/PerlIO/Via/Via.xs ext/Socket/Socket.xs
4004            ! pp_sys.c util.c
4005 ____________________________________________________________________________
4006 [ 10523] By: jhi                                   on 2001/06/11  22:34:03
4007         Log: Metaconfig unit change for #10522.  (The d_modfl changes
4008              placate metalint.)
4009      Branch: metaconfig/U/perl
4010            ! d_modfl.U d_u32align.U
4011 ____________________________________________________________________________
4012 [ 10522] By: jhi                                   on 2001/06/11  22:33:00
4013         Log: Buglet found by Mark Bixby: "./try >&2 >/dev/null" should
4014              be "./try 2>&1 >/dev/null".
4015      Branch: perl
4016            ! Configure
4017 ____________________________________________________________________________
4018 [ 10521] By: jhi                                   on 2001/06/11  19:49:54
4019         Log: Subject: [PATCH perl@10517] DCL quoting syntax drives pumpking mad
4020              From: "Craig A. Berry" <craigberry@mac.com>
4021              Date: Mon, 11 Jun 2001 14:00:32 -0500
4022              Message-Id: <5.1.0.14.0.20010611134750.03985cb8@exchi01>
4023      Branch: perl
4024            ! configure.com
4025 ____________________________________________________________________________
4026 [ 10520] By: jhi                                   on 2001/06/11  17:55:47
4027         Log: Move the full \p\P lists to perlunicode.
4028      Branch: perl
4029            ! pod/perlretut.pod pod/perlunicode.pod
4030 ____________________________________________________________________________
4031 [ 10519] By: jhi                                   on 2001/06/11  17:10:00
4032         Log: VOS build tweak for 5.6.1 from Paul Green.
4033      Branch: maint-5.6/perl
4034            ! vos/build.cm
4035 ____________________________________________________________________________
4036 [ 10518] By: jhi                                   on 2001/06/11  17:07:03
4037         Log: Subject: [PATCH perl@10476] no PerlIO at startup time on VMS
4038              From: "Craig A. Berry" <craigberry@mac.com>
4039              Date: Fri, 8 Jun 2001 18:08:18 -0500
4040              Message-Id: <a05101000b746f9dd4fca@[192.168.56.145]>
4041      Branch: perl
4042            ! vms/vms.c
4043 ____________________________________________________________________________
4044 [ 10517] By: jhi                                   on 2001/06/11  14:52:01
4045         Log: Update Changes.
4046      Branch: perl
4047            ! Changes patchlevel.h
4048 ____________________________________________________________________________
4049 [ 10516] By: jhi                                   on 2001/06/11  14:46:33
4050         Log: Add the modfl_pow32_bug (anti)definition also to VOS headers.
4051      Branch: perl
4052            ! vos/config.alpha.h vos/config.ga.h
4053 ____________________________________________________________________________
4054 [ 10515] By: jhi                                   on 2001/06/11  14:39:05
4055         Log: VOS updates from Paul Green for @10476.
4056      Branch: perl
4057            ! README.vos vos/Changes vos/build.cm vos/compile_perl.cm
4058            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
4059            ! vos/config.ga.h vos/configure_perl.cm
4060 ____________________________________________________________________________
4061 [ 10514] By: jhi                                   on 2001/06/11  12:58:43
4062         Log: Subject: [PATCH] Not many people know this ...
4063              From: Mike Guy <mjtg@cam.ac.uk>
4064              Date: Mon, 11 Jun 2001 14:55:15 +0100
4065              Message-Id: <E159S9z-00015D-00@draco.cus.cam.ac.uk>
4066      Branch: perl
4067            ! pod/perldebug.pod
4068 ____________________________________________________________________________
4069 [ 10513] By: jhi                                   on 2001/06/11  12:30:06
4070         Log: Add final commas to lists as suggested by Philip Newton.
4071      Branch: perl
4072            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
4073 ____________________________________________________________________________
4074 [ 10512] By: jhi                                   on 2001/06/11  12:28:49
4075         Log: Subject: [MacPerl-Porters] [PATCH] Mac OS Compatability for bleadperl
4076              Date: Sun, 10 Jun 2001 23:35:38 -0400
4077              From: Chris Nandor <pudge@pobox.com>
4078              Message-Id: <p05100306b749ec0eaade@[10.0.1.177]>
4079      Branch: perl
4080            ! lib/DirHandle.pm lib/File/Basename.pm lib/diagnostics.pm
4081            ! perl.c t/base/term.t t/comp/cpp.t t/comp/multiline.t
4082            ! t/comp/script.t t/lib/anydbm.t t/lib/autoloader.t
4083            ! t/lib/dirhand.t t/lib/selfloader.t t/op/anonsub.t
4084            ! t/op/closure.t t/op/defins.t t/op/exec.t t/op/goto.t
4085            ! t/op/pack.t t/op/regexp.t t/op/regexp_noamp.t t/op/split.t
4086            ! t/op/write.t t/pragma/strict.t
4087 ____________________________________________________________________________
4088 [ 10511] By: jhi                                   on 2001/06/11  12:13:31
4089         Log: Subject: [RESEND] [PATCH] Mac OS lib patches for bleadperl
4090              From: Chris Nandor <pudge@pobox.com>
4091              Date: Mon, 11 Jun 2001 08:24:28 -0400
4092              Message-Id: <p05100303b74a66faf625@[10.0.1.177]>
4093      Branch: perl
4094            ! ext/IO/lib/IO/Dir.pm lib/File/Copy.pm t/lib/filecopy.t
4095            ! t/lib/io_dir.t
4096 ____________________________________________________________________________
4097 [ 10510] By: jhi                                   on 2001/06/11  12:03:16
4098         Log: One more run_byacc (a hand-tweaked version had slipped in).
4099      Branch: perl
4100            ! perly.c vms/perly_c.vms
4101 ____________________________________________________________________________
4102 [ 10509] By: nick                                  on 2001/06/11  07:49:15
4103         Log: Integrate mainline
4104      Branch: perlio
4105           !> Makefile.SH embed.h embed.pl global.sym
4106           !> lib/ExtUtils/Constant.pm lib/ExtUtils/Manifest.pm objXSUB.h
4107           !> perl.h perlapi.c perlapi.h perly.c perly.fixer perly.h perly.y
4108           !> perly_c.diff pod/perl572delta.pod pod/perlapi.pod proto.h sv.c
4109           !> t/lib/extutils.t util.c vms/perly_c.vms vms/perly_h.vms
4110 ____________________________________________________________________________
4111 [ 10508] By: jhi                                   on 2001/06/10  22:38:05
4112         Log: Subject: [PATCH] ExtUtils::Manifest not -w clean
4113              From: Mike Guy <mjtg@cam.ac.uk>
4114              Reply-To: mjtg@cam.ac.uk
4115              Message-Id: <E159Ei8-0006Tz-00@draco.cus.cam.ac.uk>
4116      Branch: perl
4117            ! lib/ExtUtils/Manifest.pm
4118 ____________________________________________________________________________
4119 [ 10507] By: jhi                                   on 2001/06/10  22:37:16
4120         Log: Subject: [PATCH] ExtUtils::Constant
4121              From: Nicholas Clark <nick@ccl4.org>
4122              Date: Sun, 10 Jun 2001 23:25:41 +0100
4123              Message-ID: <20010610232540.C76396@plum.flirble.org>
4124      Branch: perl
4125            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
4126 ____________________________________________________________________________
4127 [ 10506] By: jhi                                   on 2001/06/10  20:57:20
4128         Log: Integrate perlio.
4129      Branch: perl
4130           !> iperlsys.h
4131 ____________________________________________________________________________
4132 [ 10505] By: jhi                                   on 2001/06/10  18:37:57
4133         Log: Move the grok_number and its lieutenant grok_numeric_radix
4134              from sv.c statics to util.c and public.
4135      Branch: perl
4136            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c
4137            ! perlapi.h pod/perlapi.pod proto.h sv.c util.c
4138 ____________________________________________________________________________
4139 [ 10504] By: nick                                  on 2001/06/10  17:47:06
4140         Log: Fix (valid) -Wall warnings in perlio.c
4141      Branch: perlio
4142            ! iperlsys.h
4143 ____________________________________________________________________________
4144 [ 10503] By: jhi                                   on 2001/06/10  17:38:28
4145         Log: Update perly_c.diff, update perly.fixer to edit away
4146              some of the -Wall noise.
4147      Branch: perl
4148            ! perly.c perly.fixer perly_c.diff vms/perly_c.vms
4149 ____________________________________________________________________________
4150 [ 10502] By: jhi                                   on 2001/06/10  17:09:42
4151         Log: Check the version of byacc.
4152      Branch: perl
4153            ! Makefile.SH
4154 ____________________________________________________________________________
4155 [ 10501] By: jhi                                   on 2001/06/10  17:00:08
4156         Log: Subject: [PATCH] perly.y overhaul
4157              From: Simon Cozens <simon@netthink.co.uk>
4158              Date: Sun, 10 Jun 2001 16:56:54 +0100
4159              Message-ID: <20010610165654.A16597@deep-dark-truthful-mirror.pmb.ox.ac.uk>
4160              
4161              Plus make run_byacc.
4162      Branch: perl
4163            ! perly.c perly.h perly.y vms/perly_c.vms vms/perly_h.vms
4164 ____________________________________________________________________________
4165 [ 10500] By: jhi                                   on 2001/06/10  16:07:28
4166         Log: Integrate perlio.
4167      Branch: perl
4168           !> perlio.c perlsfio.h
4169 ____________________________________________________________________________
4170 [ 10499] By: nick                                  on 2001/06/10  15:01:08
4171         Log: Integrate mainline
4172      Branch: perlio
4173           !> Changes Configure embed.h embed.pl patchlevel.h proto.h sv.c
4174           !> t/pragma/locale.t util.c
4175 ____________________________________________________________________________
4176 [ 10498] By: jhi                                   on 2001/06/10  13:49:23
4177         Log: Put some meat on the perl572delta bones.  The list of
4178              selected bug fixes needs more work, as does still the
4179              whole document.
4180      Branch: perl
4181            ! pod/perl572delta.pod
4182 ____________________________________________________________________________
4183 [ 10497] By: nick                                  on 2001/06/10  12:27:51
4184         Log: Paper over a crack or two with USE_SFIO
4185      Branch: perlio
4186            ! perlio.c perlsfio.h
4187 ____________________________________________________________________________
4188 [ 10496] By: jhi                                   on 2001/06/10  11:04:22
4189         Log: Update Changes.
4190      Branch: perl
4191            ! Changes patchlevel.h
4192 ____________________________________________________________________________
4193 [ 10495] By: jhi                                   on 2001/06/10  10:55:34
4194         Log: Subject: Re: pragma/locale.t #107
4195              From: Hugo <hv@crypt.compulink.co.uk>
4196              Date: Sun, 10 Jun 2001 11:23:30 +0100
4197              Message-Id: <200106101023.LAA32085@crypt.compulink.co.uk>
4198              
4199              Encapsulate the scan of the decimal radix separator.
4200      Branch: perl
4201            ! embed.h embed.pl proto.h sv.c
4202 ____________________________________________________________________________
4203 [ 10494] By: jhi                                   on 2001/06/10  03:00:17
4204         Log: Try to grok numbers both with the locale specific separator
4205              and with the usual "." (if different from the lss); add a test
4206              to locale.t to do also a little bit of math in addition to just
4207              equalness testing; remove extraneous logic as suggested in
4208              
4209              Subject: Re: pragma/locale.t #107
4210              From: Nicholas Clark <nick@ccl4.org>
4211              Date: Sat, 9 Jun 2001 22:37:36 +0100
4212              Message-ID: <20010609223735.Y76396@plum.flirble.org>
4213      Branch: perl
4214            ! sv.c t/pragma/locale.t
4215 ____________________________________________________________________________
4216 [ 10493] By: jhi                                   on 2001/06/10  01:25:23
4217         Log: Metaconfig unit change for #10492.
4218      Branch: metaconfig/U/perl
4219            ! Extensions.U
4220 ____________________________________________________________________________
4221 [ 10492] By: jhi                                   on 2001/06/10  01:23:59
4222         Log: Subject: [PATCH] Don't build Thread.pm if USEITHREADS
4223              From: Artur Bergman <artur@contiller.se> 
4224              Date: Sat, 09 Jun 2001 21:03:51 +0200
4225              Message-ID: <B7483FB6.1398%artur@contiller.se>
4226      Branch: perl
4227            ! Configure
4228 ____________________________________________________________________________
4229 [ 10491] By: jhi                                   on 2001/06/10  01:15:40
4230         Log: Integrate perlio.
4231      Branch: perl
4232           !> perlsfio.h
4233 ____________________________________________________________________________
4234 [ 10490] By: jhi                                   on 2001/06/10  01:08:26
4235         Log: Do locale specific separator if only in locale.
4236      Branch: perl
4237            ! util.c
4238 ____________________________________________________________________________
4239 [ 10489] By: nick                                  on 2001/06/09  19:13:25
4240         Log: Make XS/Typemap compile (but fail) with sfio
4241      Branch: perlio
4242            ! perlsfio.h
4243 ____________________________________________________________________________
4244 [ 10488] By: nick                                  on 2001/06/09  19:12:51
4245         Log: Re-integrate mainline
4246      Branch: perlio
4247           !> embed.h embed.pl embedvar.h intrpvar.h perl.h perlapi.h
4248           !> proto.h sv.c util.c
4249 ____________________________________________________________________________
4250 [ 10487] By: nick                                  on 2001/06/09  16:26:29
4251         Log: Integrate mainline
4252      Branch: perlio
4253           !> (integrate 31 files)
4254 ____________________________________________________________________________
4255 [ 10486] By: jhi                                   on 2001/06/09  16:11:51
4256         Log: Subject: [PATCH] New attempt to clone callack
4257              From: Artur Bergman <artur@contiller.se> 
4258              Date: Thu, 07 Jun 2001 11:52:16 +0200
4259              Message-ID: <B7451B6F.12B7%artur@contiller.se>
4260      Branch: perl
4261            ! embedvar.h intrpvar.h perlapi.h sv.c
4262 ____________________________________________________________________________
4263 [ 10485] By: jhi                                   on 2001/06/09  15:23:52
4264         Log: Numeric conversion tweaks suggested by Hugo and Nicholas.
4265      Branch: perl
4266            ! embed.h embed.pl perl.h proto.h sv.c util.c
4267 ____________________________________________________________________________
4268 [ 10484] By: jhi                                   on 2001/06/09  14:47:25
4269         Log: Subject: Re: pragma/locale.t #107
4270              From: Nicholas Clark <nick@ccl4.org>
4271              Date: Sat, 9 Jun 2001 16:26:10 +0100
4272              Message-ID: <20010609162609.V76396@plum.flirble.org>
4273              
4274              A missing NVification.
4275      Branch: perl
4276            ! sv.c
4277 ____________________________________________________________________________
4278 [ 10483] By: jhi                                   on 2001/06/08  19:40:32
4279         Log: Redo the #10482, there already was a test script for formats.
4280      Branch: perl
4281            - t/io/format.t
4282            ! MANIFEST t/op/write.t
4283 ____________________________________________________________________________
4284 [ 10482] By: jhi                                   on 2001/06/08  19:34:45
4285         Log: Twisted format testing, from Merijn.
4286      Branch: perl
4287            + t/io/format.t
4288            ! MANIFEST
4289 ____________________________________________________________________________
4290 [ 10481] By: jhi                                   on 2001/06/08  19:21:56
4291         Log: More \p{In...} testing, combined with \N{...}.
4292      Branch: perl
4293            ! lib/utf8_heavy.pl t/op/pat.t
4294 ____________________________________________________________________________
4295 [ 10480] By: jhi                                   on 2001/06/08  14:16:06
4296         Log: Metaconfig changes for #10479.
4297      Branch: metaconfig
4298            ! U/Glossary.patch
4299      Branch: metaconfig/U/perl
4300            ! d_modfl.U
4301 ____________________________________________________________________________
4302 [ 10479] By: jhi                                   on 2001/06/08  14:15:32
4303         Log: Be inspired more by Hugo-- introduce HAS_MODFL_POW32_BUG.
4304      Branch: perl
4305            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4306            ! config_h.SH configure.com epoc/config.sh pp.c uconfig.h
4307            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
4308            ! win32/config.bc win32/config.gc win32/config.vc
4309 ____________________________________________________________________________
4310 [ 10478] By: jhi                                   on 2001/06/08  12:20:41
4311         Log: Subject: Re: [PATCH perl@10439] fix old $^S description in perlvms.pod
4312              From: "Craig A. Berry" <craigberry@mac.com>
4313              Date: Thu, 7 Jun 2001 14:27:20 -0500
4314              Message-Id: <a05100e01b7458075db7d@[172.16.52.1]>
4315      Branch: perl
4316            ! vms/perlvms.pod
4317 ____________________________________________________________________________
4318 [ 10477] By: jhi                                   on 2001/06/08  12:19:00
4319         Log: Subject: [PATCH] Unresolved symbol in ext/re/re.xs
4320              From: Gisle Aas <gisle@ActiveState.com>
4321              Date: 07 Jun 2001 17:04:29 -0700
4322              Message-ID: <lrae3jsupe.fsf@caliper.ActiveState.com>
4323      Branch: perl
4324            ! ext/re/re.xs
4325 ____________________________________________________________________________
4326 [ 10476] By: jhi                                   on 2001/06/08  01:35:42
4327         Log: Update Changes.
4328      Branch: perl
4329            ! Changes patchlevel.h
4330 ____________________________________________________________________________
4331 [ 10475] By: jhi                                   on 2001/06/08  00:53:45
4332         Log: Regen Glossary et alia.
4333      Branch: perl
4334            ! Porting/Glossary Porting/config.sh Porting/config_H
4335 ____________________________________________________________________________
4336 [ 10474] By: jhi                                   on 2001/06/07  22:06:38
4337         Log: Metaconfig unit changes for #10473.
4338      Branch: metaconfig/U/perl
4339            ! d_modfl.U
4340 ____________________________________________________________________________
4341 [ 10473] By: jhi                                   on 2001/06/07  22:06:16
4342         Log: Harumph, also AIX will spill its guts (i.e. dump core)
4343              if an executable contains modfl() but it hasn't been
4344              compiled right (in the case of AIX, with cc -qlongdouble).
4345      Branch: perl
4346            ! Configure
4347 ____________________________________________________________________________
4348 [ 10472] By: gsar                                  on 2001/06/07  20:04:28
4349         Log: integrate change#10471 from mainline
4350              
4351              in change#10451, check that CvOUTSIDE is a CV before looking in
4352              (it can apparently be SVt_NULL during global destruction)
4353      Branch: maint-5.6/perl
4354           !> op.c
4355 ____________________________________________________________________________
4356 [ 10471] By: gsar                                  on 2001/06/07  20:01:31
4357         Log: in change#10451, check that CvOUTSIDE is a CV before looking in
4358              (it can apparently be SVt_NULL during global destruction)
4359      Branch: perl
4360            ! op.c
4361 ____________________________________________________________________________
4362 [ 10470] By: jhi                                   on 2001/06/07  12:17:51
4363         Log: Subject: Re: [PATCH perl@10439] diagnostics and long C<=item>s
4364              From: Robin Barker <rmb1@cise.npl.co.uk>
4365              Date: Thu, 7 Jun 2001 13:01:06 +0100 (BST)
4366              Message-Id: <200106071201.NAA13627@tempest.npl.co.uk>
4367      Branch: perl
4368            ! lib/diagnostics.pm pod/perldiag.pod
4369 ____________________________________________________________________________
4370 [ 10469] By: jhi                                   on 2001/06/07  12:16:12
4371         Log: Subject: [PATCH perl@10439] long =item
4372              From: Robin Barker <rmb1@cise.npl.co.uk>
4373              Date: Thu, 7 Jun 2001 12:34:08 +0100 (BST)
4374              Message-Id: <200106071134.MAA10288@tempest.npl.co.uk>
4375      Branch: perl
4376            ! README.amiga lib/Attribute/Handlers.pm
4377            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
4378 ____________________________________________________________________________
4379 [ 10468] By: jhi                                   on 2001/06/07  12:08:56
4380         Log: Subject: [PATCH 5.7.1 pod/perlguts.pod] IOK vs pIOK docs
4381              Date: Thu, 7 Jun 2001 10:09:59 +0100 (BST)
4382              Reply-To: Dave Mitchell <davem@fdgroup.co.uk>
4383              Message-Id: <200106070909.KAA25610@gizmo.fdgroup.co.uk>
4384      Branch: perl
4385            ! pod/perlguts.pod
4386 ____________________________________________________________________________
4387 [ 10467] By: jhi                                   on 2001/06/07  12:04:26
4388         Log: Integrate perlio.
4389      Branch: perl
4390           !> sv.c
4391 ____________________________________________________________________________
4392 [ 10466] By: nick                                  on 2001/06/07  10:25:40
4393         Log: MULTIPLICITY fix for S_grok_number(), also a few gratuitious trailing
4394              whitespace tweaks.
4395              Still coredumps in pragma/overload.t - what a nice hard fail that is...
4396      Branch: perlio
4397            ! sv.c
4398 ____________________________________________________________________________
4399 [ 10465] By: nick                                  on 2001/06/07  08:41:58
4400         Log: Raw integrate of mainline for S_grok_number debug
4401              (sv.c has MULTIPLICITY issues as well as whatever else ...)
4402      Branch: perlio
4403            - plan9/perlplan9.doc plan9/perlplan9.pod
4404           !> (integrate 46 files)
4405 ____________________________________________________________________________
4406 [ 10464] By: jhi                                   on 2001/06/06  23:33:58
4407         Log: The proper prototyping for #10463.
4408      Branch: perl
4409            ! embed.h embed.pl proto.h sv.c
4410 ____________________________________________________________________________
4411 [ 10463] By: jhi                                   on 2001/06/06  23:15:30
4412         Log: Subject: Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
4413              From: Nicholas Clark <nick@ccl4.org>
4414              Date: Thu, 7 Jun 2001 00:29:59 +0100
4415              Message-ID: <20010607002959.Z76396@plum.flirble.org>
4416      Branch: perl
4417            ! sv.c
4418 ____________________________________________________________________________
4419 [ 10462] By: jhi                                   on 2001/06/06  23:13:19
4420         Log: Subject: [PATCH perl@10439] fix old $^S description in perlvms.pod
4421              From: "Craig A. Berry" <craigberry@mac.com>
4422              Date: Wed, 06 Jun 2001 17:54:30 -0500
4423              Message-Id: <5.1.0.14.0.20010606174814.03c2c880@exchi01>
4424      Branch: perl
4425            ! vms/perlvms.pod
4426 ____________________________________________________________________________
4427 [ 10461] By: jhi                                   on 2001/06/06  23:10:00
4428         Log: Podify the remaining README.platform files;
4429              merge README.plan9 and plan9/perlplan9.pod;
4430              delete plan9/perlplan9.* (the perlplan.doc needs to
4431              be regenerated in Plan 9); make the =head1 and =head2
4432              in the README.platform to be a little more verbose
4433              (skipped README.os2 not to anger Ilya) so that they
4434              look better in the toc; regen toc.
4435      Branch: perl
4436            - plan9/perlplan9.doc plan9/perlplan9.pod
4437            ! MANIFEST README.aix README.amiga README.apollo README.beos
4438            ! README.bs2000 README.cygwin README.dgux README.dos README.epoc
4439            ! README.hpux README.hurd README.machten README.macos
4440            ! README.micro README.mint README.mpeix README.os390
4441            ! README.plan9 README.qnx README.solaris README.threads
4442            ! README.tru64 README.vmesa README.vms README.vos README.win32
4443            ! plan9/mkfile pod/buildtoc.PL pod/perl.pod pod/perlport.pod
4444            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
4445 ____________________________________________________________________________
4446 [ 10460] By: jhi                                   on 2001/06/06  20:58:53
4447         Log: Subject: [PATCH] Re: Bug in perlguts documentation?
4448              From: Mike Guy <mjtg@cam.ac.uk>
4449              Reply-To: mjtg@cam.ac.uk
4450              Message-Id: <E157fiS-0006Q7-00@draco.cus.cam.ac.uk>
4451      Branch: perl
4452            ! pod/perlguts.pod
4453 ____________________________________________________________________________
4454 [ 10459] By: jhi                                   on 2001/06/06  20:58:15
4455         Log: Subject: [PATCH] Re: [ID 20010604.015] taint + comma = false insecurity
4456              From: Mike Guy <mjtg@cam.ac.uk>
4457              Reply-To: mjtg@cam.ac.uk
4458              Message-Id: <E157flx-0006Uz-00@draco.cus.cam.ac.uk>
4459      Branch: perl
4460            ! pod/perlsec.pod
4461 ____________________________________________________________________________
4462 [ 10458] By: jhi                                   on 2001/06/06  20:56:04
4463         Log: Disable long doubles from pre-5.0 Tru64s.
4464      Branch: perl
4465            ! README.tru64 hints/dec_osf.sh
4466 ____________________________________________________________________________
4467 [ 10457] By: jhi                                   on 2001/06/06  20:49:23
4468         Log: The #10455 exposed that modfl() is fundamentally busted
4469              (as in: dumps core) in pre-5.0 Tru64, so better avoid even
4470              testing it.
4471      Branch: perl
4472            ! hints/dec_osf.sh
4473 ____________________________________________________________________________
4474 [ 10456] By: jhi                                   on 2001/06/06  20:48:35
4475         Log: Metaconfig unit change for #10455.
4476      Branch: metaconfig/U/perl
4477            ! d_modfl.U
4478 ____________________________________________________________________________
4479 [ 10455] By: jhi                                   on 2001/06/06  20:48:09
4480         Log: Configure check for geborken modfl(), inspired by
4481              
4482              Subject: Re: [20010118.017] op/int.t failure 
4483              From: Hugo <hv@crypt.compulink.co.uk>
4484              Date: Tue, 05 Jun 2001 13:43:27 +0100
4485              Message-Id: <200106051243.NAA15525@crypt.compulink.co.uk>
4486      Branch: perl
4487            ! Configure
4488 ____________________________________________________________________________
4489 [ 10454] By: jhi                                   on 2001/06/06  11:45:08
4490         Log: Integrate changes #10450 and #10451 from maintperl:
4491              
4492              optimize change#10448 slightly (don't repeat search in eval""s lexical
4493              scope, since that has already been searched)
4494              
4495              change#9108 needs subtler treatment for case of closures created
4496              within eval""
4497      Branch: perl
4498           !> op.c t/op/misc.t
4499 ____________________________________________________________________________
4500 [ 10453] By: jhi                                   on 2001/06/06  11:42:10
4501         Log: MakeMaker magic to compile (when no dynamic loading)
4502              List/Util.xsc as (ListUtil.c and) ListUtil.o since
4503              POSIX-BC (BS2000) linker has an evil limitation of
4504              being unable to include in the same executable several
4505              object files with the same name - case-insensitively -
4506              because otherwise we conflict with util.c.
4507              Strictly speaking currently required only in POSIX-BC
4508              but probably will do no harm elsewhere where static
4509              linking is required.
4510      Branch: perl
4511            ! ext/List/Util/Makefile.PL
4512 ____________________________________________________________________________
4513 [ 10452] By: nick                                  on 2001/06/06  08:59:51
4514         Log: Integrate mainline.
4515      Branch: perlio
4516           +> lib/Attribute/Handlers/demo/Demo.pm
4517           +> lib/Attribute/Handlers/demo/Descriptions.pm
4518           +> lib/Attribute/Handlers/demo/MyClass.pm
4519           +> lib/Attribute/Handlers/demo/demo.pl
4520           +> lib/Attribute/Handlers/demo/demo2.pl
4521           +> lib/Attribute/Handlers/demo/demo3.pl
4522           +> lib/Attribute/Handlers/demo/demo4.pl
4523           +> lib/Attribute/Handlers/demo/demo_call.pl
4524           +> lib/Attribute/Handlers/demo/demo_chain.pl
4525           +> lib/Attribute/Handlers/demo/demo_cycle.pl
4526           +> lib/Attribute/Handlers/demo/demo_hashdir.pl
4527           +> lib/Attribute/Handlers/demo/demo_phases.pl
4528           +> lib/Attribute/Handlers/demo/demo_range.pl
4529           +> lib/Attribute/Handlers/demo/demo_rawdata.pl t/op/override.t
4530           +> uts/strtol_wrap.c
4531           !> (integrate 91 files)
4532 ____________________________________________________________________________
4533 [ 10451] By: gsar                                  on 2001/06/06  07:11:36
4534         Log: change#9108 needs subtler treatment for case of closures created
4535              within eval""
4536      Branch: maint-5.6/perl
4537            ! op.c t/op/misc.t
4538 ____________________________________________________________________________
4539 [ 10450] By: gsar                                  on 2001/06/06  05:47:25
4540         Log: optimize change#10448 slightly (don't repeat search in eval""s lexical
4541              scope, since that has already been searched)
4542      Branch: maint-5.6/perl
4543            ! op.c
4544 ____________________________________________________________________________
4545 [ 10449] By: jhi                                   on 2001/06/06  01:33:31
4546         Log: Integrate change #10448 from maintperl; lexicals
4547              outside an eval"" weren't resolved correctly inside a subroutine
4548              definition inside the eval"" if they were not already referenced
4549              in the toplevel of the eval""-ed code
4550      Branch: perl
4551           !> cop.h op.c pp_ctl.c t/op/misc.t
4552 ____________________________________________________________________________
4553 [ 10448] By: gsar                                  on 2001/06/06  01:03:26
4554         Log: fix yet another bug of hoary vintage found by change#10394: lexicals
4555              outside an eval"" weren't resolved correctly inside a subroutine
4556              definition inside the eval"" if they were not already referenced
4557              in the toplevel of the eval""-ed code
4558      Branch: maint-5.6/perl
4559            ! cop.h op.c pp_ctl.c t/op/misc.t
4560 ____________________________________________________________________________
4561 [ 10447] By: jhi                                   on 2001/06/06  00:51:04
4562         Log: Subject: [PATCH] perl570delta.pod
4563              From: Peter Scott <Peter@PSDT.com> 
4564              Date: Tue, 05 Jun 2001 18:51:02 -0700
4565              Message-Id: <4.3.2.7.2.20010605183619.00a94400@psdt.com>
4566      Branch: perl
4567            ! pod/perl570delta.pod
4568 ____________________________________________________________________________
4569 [ 10446] By: jhi                                   on 2001/06/05  23:45:05
4570         Log: The fudge factor is no more needed.  I hope.
4571      Branch: perl
4572            ! t/lib/posix.t
4573 ____________________________________________________________________________
4574 [ 10445] By: jhi                                   on 2001/06/05  23:19:19
4575         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms 
4576              From: Hugo <hv@crypt.compulink.co.uk>
4577              Date: Tue, 05 Jun 2001 12:58:19 +0100
4578              Message-Id: <200106051158.MAA04605@crypt.compulink.co.uk>
4579      Branch: perl
4580            ! util.c
4581 ____________________________________________________________________________
4582 [ 10444] By: jhi                                   on 2001/06/05  11:09:01
4583         Log: Make up prototypes only for those who have the functions
4584              but not the prototypes.
4585      Branch: perl
4586            ! perl.h
4587 ____________________________________________________________________________
4588 [ 10443] By: jhi                                   on 2001/06/05  11:02:13
4589         Log: Subject: Re: Not OK: perl@10439 on win32 
4590              From: Prymmer/Kahn <pvhp@best.com> 
4591              Date: Mon, 4 Jun 2001 22:11:02 -0700 (PDT)
4592              Message-ID: <Pine.BSF.4.21.0106042136410.26316-100000@shell8.ba.best.com>
4593      Branch: perl
4594            ! perl.h util.c
4595 ____________________________________________________________________________
4596 [ 10442] By: jhi                                   on 2001/06/05  00:55:46
4597         Log: The metaconfig units changes for #10441.
4598      Branch: metaconfig
4599            ! U/modified/Extract.U U/modified/Extractall.U
4600            ! U/modified/Finish.U
4601 ____________________________________________________________________________
4602 [ 10441] By: jhi                                   on 2001/06/05  00:55:17
4603         Log: Extraction of the *.SH wasn't quite working with -Dmksymlinks.
4604      Branch: perl
4605            ! Configure
4606 ____________________________________________________________________________
4607 [ 10440] By: jhi                                   on 2001/06/05  00:28:27
4608         Log: Unnecessary fuzziness undone, noted by Mike Guy.
4609      Branch: perl
4610            ! t/op/tr.t
4611 ____________________________________________________________________________
4612 [ 10439] By: jhi                                   on 2001/06/04  17:14:31
4613         Log: Update Changes.
4614      Branch: perl
4615            ! Changes patchlevel.h
4616 ____________________________________________________________________________
4617 [ 10438] By: jhi                                   on 2001/06/04  17:10:16
4618         Log: Test case for 'eval "a.b.c.d.e.f;sub"' save stack imbalance
4619              bug found by Ilmari Karonen; the bug fixed by Sarathy's lexical
4620              leakage patch.
4621      Branch: perl
4622            ! t/op/misc.t
4623 ____________________________________________________________________________
4624 [ 10437] By: jhi                                   on 2001/06/04  17:01:06
4625         Log: Test case for #10433/#10424.
4626      Branch: perl
4627            ! t/op/misc.t
4628 ____________________________________________________________________________
4629 [ 10436] By: jhi                                   on 2001/06/04  16:54:21
4630         Log: Subject: One fix for strtoul not setting errno
4631              From: hom00@utsglobal.com (Hal Morris)
4632              Date: Sat, 2 Jun 2001 09:23:11 -0700 (PDT)
4633              Message-Id: <200106021623.JAA06906@cepheus.utsglobal.com>
4634      Branch: perl
4635            + uts/strtol_wrap.c
4636            ! MANIFEST hints/uts.sh
4637 ____________________________________________________________________________
4638 [ 10435] By: jhi                                   on 2001/06/04  16:54:01
4639         Log: Metaconfig units changes for #10434.
4640      Branch: metaconfig
4641            ! U/modified/Cppsym.U
4642      Branch: metaconfig/U/perl
4643            + d_dbminitproto.U d_flockproto.U d_sockatmarkproto.U
4644            + d_syscallproto.U d_usleepproto.U
4645            ! longdblfio.U quadfio.U
4646 ____________________________________________________________________________
4647 [ 10434] By: jhi                                   on 2001/06/04  16:48:33
4648         Log: Configure tweaks; add prototype probes, make the cpp symbols
4649              probe to cast, not whine; test for %Ld and %Lf before %lld and
4650              %llf because the L is the ANSI way.
4651      Branch: perl
4652            ! Configure config_h.SH configure.com epoc/config.sh
4653            ! ext/ODBM_File/ODBM_File.xs perl.h pod/perltoc.pod uconfig.h
4654            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
4655            ! win32/config.bc win32/config.gc win32/config.vc x2p/str.c
4656 ____________________________________________________________________________
4657 [ 10433] By: jhi                                   on 2001/06/04  16:45:23
4658         Log: Sigh.  This is what #10424 was supposed to check in.
4659      Branch: perl
4660            ! op.c sv.c sv.h
4661 ____________________________________________________________________________
4662 [ 10432] By: jhi                                   on 2001/06/04  16:29:40
4663         Log: More verbose failure.
4664      Branch: perl
4665            ! t/op/ver.t
4666 ____________________________________________________________________________
4667 [ 10431] By: jhi                                   on 2001/06/04  16:21:55
4668         Log: The .pm changes to go with #10428.
4669      Branch: perl
4670            ! ext/Fcntl/Fcntl.pm ext/Socket/Socket.pm
4671            ! ext/Sys/Syslog/Syslog.pm
4672 ____________________________________________________________________________
4673 [ 10430] By: jhi                                   on 2001/06/04  16:05:20
4674         Log: On second thoughts show to utf8 skippage message only
4675              on failures, it's too confusing otherwise,
4676      Branch: perl
4677            ! t/pragma/locale.t
4678 ____________________________________________________________________________
4679 [ 10429] By: jhi                                   on 2001/06/04  14:47:50
4680         Log: Do not import anything from Encode.
4681      Branch: perl
4682            ! ext/MIME/Base64/QuotedPrint.pm
4683 ____________________________________________________________________________
4684 [ 10428] By: jhi                                   on 2001/06/04  14:45:47
4685         Log: The #10402 didn't take.  Weird.
4686      Branch: perl
4687            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
4688            ! ext/Sys/Syslog/Syslog.xs
4689 ____________________________________________________________________________
4690 [ 10427] By: jhi                                   on 2001/06/04  12:55:39
4691         Log: Eradicate traces of 'asciirange' re subpragma.
4692      Branch: perl
4693            ! ext/B/B/Deparse.pm ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm
4694            ! pod/perldiag.pod
4695 ____________________________________________________________________________
4696 [ 10426] By: jhi                                   on 2001/06/04  12:44:05
4697         Log: use is a compile-time thing.
4698      Branch: perl
4699            ! ext/MIME/Base64/QuotedPrint.pm
4700 ____________________________________________________________________________
4701 [ 10425] By: jhi                                   on 2001/06/04  12:39:44
4702         Log: Subject: [PATCH perl@10419] -Wall casting patch
4703              From: Robin Barker <rmb1@cise.npl.co.uk>
4704              Date: Mon, 4 Jun 2001 14:27:28 +0100 (BST)
4705              Message-Id: <200106041327.OAA15338@tempest.npl.co.uk>
4706      Branch: perl
4707            ! ext/Devel/DProf/DProf.xs mg.c
4708 ____________________________________________________________________________
4709 [ 10424] By: jhi                                   on 2001/06/04  12:23:30
4710         Log: Subject: [PATCH #2] introducing SVpad_TYPED
4711              From: Abhijit Menon-Sen <ams@wiw.org>
4712              Date: Mon, 4 Jun 2001 12:26:02 +0530
4713              Message-ID: <20010604122602.A5775@lustre.linux.in>
4714      Branch: perl
4715            ! op.c sv.c sv.h
4716 ____________________________________________________________________________
4717 [ 10423] By: gsar                                  on 2001/06/04  05:12:18
4718         Log: testsuite for change#10192 (from Gisle Aas)
4719      Branch: perl
4720            + t/op/override.t
4721            ! MANIFEST
4722 ____________________________________________________________________________
4723 [ 10422] By: gsar                                  on 2001/06/04  02:32:03
4724         Log: integrate changes#10414-10416 from mainline
4725              
4726              Potential buffer overrun if the radix separator is more than
4727              one byte.  Also, under locales, prefer the locale-specific
4728              separator over the old boring ".".
4729              
4730              "10.", that is, decimal numbers can have no decimal part at all.
4731              
4732              The non-locale places need love, too.
4733      Branch: maint-5.6/perl
4734           !> perl.h sv.c
4735 ____________________________________________________________________________
4736 [ 10421] By: jhi                                   on 2001/06/04  02:25:53
4737         Log: Missed from #10420.
4738      Branch: perl
4739            ! epoc/config.sh
4740 ____________________________________________________________________________
4741 [ 10420] By: jhi                                   on 2001/06/04  02:19:58
4742         Log: Missed HAS_SETRESGID_PROTO.  No serious harm done since
4743              often this prototype goes with HAS_SETRESUID_PROTO.
4744      Branch: perl
4745            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4746            ! config_h.SH configure.com perl.h uconfig.h
4747 ____________________________________________________________________________
4748 [ 10419] By: jhi                                   on 2001/06/04  00:24:55
4749         Log: Update Changes.
4750      Branch: perl
4751            ! Changes patchlevel.h
4752 ____________________________________________________________________________
4753 [ 10418] By: jhi                                   on 2001/06/03  23:58:04
4754         Log: -Wall "subscript has type `char'" cleanup.
4755      Branch: perl
4756            ! ext/File/Glob/bsd_glob.c x2p/a2py.c x2p/str.c x2p/walk.c
4757 ____________________________________________________________________________
4758 [ 10417] By: jhi                                   on 2001/06/03  23:37:17
4759         Log: Various "cast to pointer from integer of different size"
4760              picked up by gcc -Wall (in Tru64 where pointers are 64 bits
4761              wide but I32 (int) only 32 bits wide).
4762              
4763              WARNING: the classnum and tagnum changes in Storable.xs
4764              may not be wise, they may be breaking binary compatibility
4765              (in 64-bit platforms), asked Raphael Manfredi about the changes.
4766      Branch: perl
4767            ! embed.pl ext/Devel/DProf/DProf.xs ext/Storable/Storable.xs
4768            ! mg.c proto.h
4769 ____________________________________________________________________________
4770 [ 10416] By: jhi                                   on 2001/06/03  23:15:24
4771         Log: The non-locale places need love, too.
4772      Branch: perl
4773            ! perl.h
4774 ____________________________________________________________________________
4775 [ 10415] By: jhi                                   on 2001/06/03  23:10:55
4776         Log: "10.", that is, decimal numbers can have no decimal part at all.
4777      Branch: perl
4778            ! perl.h
4779 ____________________________________________________________________________
4780 [ 10414] By: jhi                                   on 2001/06/03  22:49:55
4781         Log: Potential buffer overrun if the radix separator is more than
4782              one byte.  Also, under locales, prefer the locale-specific
4783              separator over the old boring ".".
4784      Branch: perl
4785            ! perl.h sv.c
4786 ____________________________________________________________________________
4787 [ 10413] By: jhi                                   on 2001/06/03  22:42:10
4788         Log: Integrate change #10412 from maintperl; locale is now
4789              per-cop, not per-op; plus retweak the locale.t to always
4790              list the skipped utf8 locales.
4791      Branch: perl
4792            ! t/pragma/locale.t
4793           !> embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
4794           !> pp.sym pp_ctl.c pp_proto.h pp_sys.c util.c
4795 ____________________________________________________________________________
4796 [ 10412] By: gsar                                  on 2001/06/03  22:23:16
4797         Log: rationalize locale handling to fix the bugs uncovered by change#10394
4798              
4799              the major issue was that the runtime was looking at PL_hints rather
4800              than op_private to notice whether locale was enabled
4801              
4802              the secondary issue was that many locale-sensitive numeric ops didn't
4803              have HINT_LOCALE propagated into their op_private
4804              
4805              HINT_LOCALE is now propagated per-statement (i.e., via PL_curcop)
4806              instead of per-op, just like HINT_BYTE and the hints for lexical
4807              warnings (this makes the hint available to every op via PL_curcop)
4808              
4809              pragma/locale.t may need to be reworked with these fixes in mind
4810              (it currently passes its tests)
4811      Branch: maint-5.6/perl
4812            ! embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
4813            ! pp.sym pp_ctl.c pp_proto.h pp_sys.c t/pragma/locale.t util.c
4814 ____________________________________________________________________________
4815 [ 10411] By: jhi                                   on 2001/06/03  17:50:49
4816         Log: More verbose debugging.
4817      Branch: perl
4818            ! t/pragma/locale.t
4819 ____________________________________________________________________________
4820 [ 10410] By: jhi                                   on 2001/06/03  17:36:40
4821         Log: Subject: RE: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
4822              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
4823              Date: Sat, 2 Jun 2001 22:53:33 +0100
4824              Message-ID: <000601c0ebae$77d10dc0$99dcfea9@bfs.phone.com>
4825      Branch: perl
4826            ! regcomp.c t/pragma/warn/regcomp
4827 ____________________________________________________________________________
4828 [ 10409] By: jhi                                   on 2001/06/03  17:27:13
4829         Log: Mention that lexicalizing $a or $b is a bad idea if one
4830              wants to use sort().
4831      Branch: perl
4832            ! pod/perlvar.pod
4833 ____________________________________________________________________________
4834 [ 10408] By: jhi                                   on 2001/06/03  16:52:41
4835         Log: Tweak the test to be happy if the accuracy is 'good enough'.
4836      Branch: perl
4837            ! t/lib/posix.t
4838 ____________________________________________________________________________
4839 [ 10407] By: jhi                                   on 2001/06/03  16:50:33
4840         Log: Upgrade to Attribute::Handlers 0.70.
4841              
4842              NOTE: this unearthed the "too late for CHECK block" bug,
4843              that's why the 1_compile.t change.
4844      Branch: perl
4845            + lib/Attribute/Handlers/demo/Demo.pm
4846            + lib/Attribute/Handlers/demo/Descriptions.pm
4847            + lib/Attribute/Handlers/demo/MyClass.pm
4848            + lib/Attribute/Handlers/demo/demo.pl
4849            + lib/Attribute/Handlers/demo/demo2.pl
4850            + lib/Attribute/Handlers/demo/demo3.pl
4851            + lib/Attribute/Handlers/demo/demo4.pl
4852            + lib/Attribute/Handlers/demo/demo_call.pl
4853            + lib/Attribute/Handlers/demo/demo_chain.pl
4854            + lib/Attribute/Handlers/demo/demo_cycle.pl
4855            + lib/Attribute/Handlers/demo/demo_hashdir.pl
4856            + lib/Attribute/Handlers/demo/demo_phases.pl
4857            + lib/Attribute/Handlers/demo/demo_range.pl
4858            + lib/Attribute/Handlers/demo/demo_rawdata.pl
4859            ! MANIFEST lib/Attribute/Handlers.pm t/lib/1_compile.t
4860            ! t/lib/attrhand.t
4861 ____________________________________________________________________________
4862 [ 10406] By: jhi                                   on 2001/06/03  16:40:03
4863         Log: One less -Wall whine.
4864      Branch: perl
4865            ! regcomp.c
4866 ____________________________________________________________________________
4867 [ 10405] By: jhi                                   on 2001/06/03  16:30:34
4868         Log: Integrate change #10404 from maintperl; eval.t was in pre-10394 mood.
4869      Branch: perl
4870           !> t/op/eval.t
4871 ____________________________________________________________________________
4872 [ 10404] By: gsar                                  on 2001/06/03  16:23:07
4873         Log: eval.t was relying on pre-change#10394 buggy behavior (lexicals
4874              aren't "normally" visible inside eval""s contained in subs unless
4875              a cloned reference to them already exists)
4876              
4877              strangely enough, t/harness did show this up as a failure (harness
4878              needs fixing?)
4879      Branch: maint-5.6/perl
4880            ! t/op/eval.t
4881 ____________________________________________________________________________
4882 [ 10403] By: jhi                                   on 2001/06/03  16:22:59
4883         Log: Update to Text::Balanced 1.85.
4884      Branch: perl
4885            ! lib/Text/Balanced.pm t/lib/tb-xvari.t
4886 ____________________________________________________________________________
4887 [ 10402] By: jhi                                   on 2001/06/03  16:18:09
4888         Log: Subject: [PATCH] Re: ext/Socket/Socket.xs
4889              From: Nicholas Clark <nick@ccl4.org>
4890              Date: Sun, 3 Jun 2001 17:54:36 +0100
4891              Message-ID: <20010603175436.E76396@plum.flirble.org> 
4892      Branch: perl
4893            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
4894            ! ext/Sys/Syslog/Syslog.xs
4895 ____________________________________________________________________________
4896 [ 10401] By: jhi                                   on 2001/06/03  16:09:33
4897         Log: Unused variables.
4898      Branch: perl
4899            ! util.c
4900 ____________________________________________________________________________
4901 [ 10400] By: jhi                                   on 2001/06/03  16:04:26
4902         Log: Subject: [PATCH] APIfy op_clear 
4903              From: Simon Cozens <simon@netthink.co.uk>
4904              Date: Sun, 3 Jun 2001 13:51:46 +0100
4905              Message-ID: <20010603135146.A9984@deep-dark-truthful-mirror.pmb.ox.ac.uk>
4906              
4907              (despite the subject line, op_null is APIfied by the patch)
4908      Branch: perl
4909            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
4910 ____________________________________________________________________________
4911 [ 10399] By: jhi                                   on 2001/06/03  15:51:35
4912         Log: Subject: [PATCH] t/lib/extutils.t
4913              From: Nicholas Clark <nick@ccl4.org>
4914              Date: Sat, 2 Jun 2001 23:57:05 +0100
4915              Message-ID: <20010602235705.Q12698@plum.flirble.org>
4916      Branch: perl
4917            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
4918 ____________________________________________________________________________
4919 [ 10398] By: jhi                                   on 2001/06/03  15:34:11
4920         Log: Subject: [PATCH: perl@10360] update two win32 Makefiles
4921              From: Prymmer/Kahn <pvhp@best.com>
4922              Date: Sun, 3 Jun 2001 08:55:14 -0700 (PDT)
4923              Message-ID: <Pine.BSF.4.21.0106030845550.21619-100000@shell8.ba.best.com>
4924      Branch: perl
4925            ! win32/Makefile win32/makefile.mk
4926 ____________________________________________________________________________
4927 [ 10397] By: jhi                                   on 2001/06/03  15:12:13
4928         Log: Subject: Re: 'decimal digits' macro? 
4929              From: Hugo <hv@crypt.compulink.co.uk>
4930              Date: Sun, 03 Jun 2001 04:26:36 +0100
4931              Message-Id: <200106030326.EAA18786@crypt.compulink.co.uk>
4932      Branch: perl
4933            ! handy.h t/lib/posix.t t/op/tr.t
4934 ____________________________________________________________________________
4935 [ 10396] By: jhi                                   on 2001/06/03  15:10:49
4936         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
4937              From: Hugo <hv@crypt.compulink.co.uk>
4938              Date: Sun, 03 Jun 2001 14:56:30 +0100
4939              Message-Id: <200106031356.OAA12517@crypt.compulink.co.uk>
4940      Branch: perl
4941            ! util.c
4942 ____________________________________________________________________________
4943 [ 10395] By: jhi                                   on 2001/06/03  14:59:41
4944         Log: Integrate change #10394 from maintperl; lexical file scope leakage.
4945      Branch: perl
4946           !> perly.c perly.y t/op/misc.t t/pragma/warn/universal
4947           !> vms/perly_c.vms
4948 ____________________________________________________________________________
4949 [ 10394] By: gsar                                  on 2001/06/03  03:05:43
4950         Log: fix leakage of lexicals at file scope into subroutines that were
4951              declared before them; this appears to be a longstanding bug that
4952              meant that lexicals at file scope were never "deintroduced", meaning
4953              their scope range was never properly closed, and their visibility
4954              extended to all subsequent eval""s or requires
4955              
4956              added a test case
4957              
4958              seems to also fix a case of bogus duplicate warnings
4959      Branch: maint-5.6/perl
4960            ! perly.c perly.y t/op/misc.t t/pragma/warn/universal
4961            ! vms/perly_c.vms
4962 ____________________________________________________________________________
4963 [ 10393] By: jhi                                   on 2001/06/02  16:55:03
4964         Log: More VMS tweaks from Craig A. Berry.
4965      Branch: perl
4966            ! configure.com t/lib/extutils.t
4967 ____________________________________________________________________________
4968 [ 10392] By: jhi                                   on 2001/06/02  16:48:26
4969         Log: -Wall cleanup continues.
4970      Branch: perl
4971            ! README.tru64 embed.h embed.pl ext/NDBM_File/NDBM_File.xs
4972            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
4973            ! ext/Storable/Storable.xs ext/Sys/Hostname/Hostname.xs
4974            ! ext/Sys/Syslog/Syslog.xs perl.c proto.h regcomp.c regexec.c
4975            ! run.c toke.c util.c
4976 ____________________________________________________________________________
4977 [ 10391] By: jhi                                   on 2001/06/02  13:29:47
4978         Log: The metaconfig unit change for #10390.
4979      Branch: metaconfig/U/perl
4980            ! gccvers.U
4981 ____________________________________________________________________________
4982 [ 10390] By: jhi                                   on 2001/06/02  13:29:12
4983         Log: Drop the -ansi from the default gcc flags.
4984              
4985              Off_t/off_t is a struct in Solaris with largefiles, and with -ansi
4986              that struct cannot be compared with a flat integer, such as STRLEN.
4987              The -ansi will also cause a lot of noise in Solaris because of:
4988              /usr/include/sys/resource.h:148: warning: `struct rlimit64' declared inside parameter list
4989      Branch: perl
4990            ! Configure
4991 ____________________________________________________________________________
4992 [ 10389] By: jhi                                   on 2001/06/02  13:14:57
4993         Log: Integrate perlio.
4994      Branch: perl
4995           !> pod/perlapi.pod util.c
4996 ____________________________________________________________________________
4997 [ 10388] By: nick                                  on 2001/06/02  08:01:12
4998         Log: Integrate mainline
4999      Branch: perlio
5000           +> lib/Attribute/Handlers.pm t/lib/attrhand.t
5001           !> MANIFEST configure.com ext/MIME/Base64/QuotedPrint.pm
5002           !> lib/File/Find.pm pod/perlmodlib.pod pod/perltoc.pod
5003           !> t/lib/1_compile.t t/lib/mimeqp.t
5004 ____________________________________________________________________________
5005 [ 10387] By: nick                                  on 2001/06/02  07:39:17
5006         Log: Tweak util.c's atof2 for MULTIPLICITY
5007      Branch: perlio
5008            ! util.c
5009 ____________________________________________________________________________
5010 [ 10386] By: nick                                  on 2001/06/02  07:38:33
5011         Log: Integrate mainline
5012      Branch: perlio
5013           !> (integrate 41 files)
5014 ____________________________________________________________________________
5015 [ 10385] By: jhi                                   on 2001/06/01  22:12:48
5016         Log: Add Attribute::Handlers 0.61 from Damian Conway.
5017      Branch: perl
5018            + lib/Attribute/Handlers.pm t/lib/attrhand.t
5019            ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod t/lib/1_compile.t
5020 ____________________________________________________________________________
5021 [ 10384] By: jhi                                   on 2001/06/01  21:53:14
5022         Log: Subject: [PATCH: perl@10328] allow MIME::QuotePrint to handle ASCII code numbers on EBCDIC machines
5023              From: Peter Prymmer <pvhp@forte.com>
5024              Date: Fri, 1 Jun 2001 15:49:22 -0700 (PDT)
5025              Message-ID: <Pine.OSF.4.10.10106011545140.323662-100000@aspara.forte.com>
5026      Branch: perl
5027            ! ext/MIME/Base64/QuotedPrint.pm t/lib/mimeqp.t
5028 ____________________________________________________________________________
5029 [ 10383] By: jhi                                   on 2001/06/01  21:36:11
5030         Log: Subject: [PATCH File::Find] 'do 1' and puzzling (?>...)
5031              From: Jeff Pinyan <jeffp@crusoe.net>
5032              Date: Fri, 1 Jun 2001 14:13:56 -0400 (EDT)
5033              Message-ID: <Pine.GSO.4.21.0106011412520.21027-100000@crusoe.crusoe.net>
5034      Branch: perl
5035            ! lib/File/Find.pm
5036 ____________________________________________________________________________
5037 [ 10382] By: jhi                                   on 2001/06/01  21:35:02
5038         Log: Subject: [PATCH perl@10381] configure.com tweaks
5039              From: "Craig A. Berry" <craigberry@mac.com>
5040              Date: Fri, 1 Jun 2001 13:55:43 -0500
5041              Message-Id: <a05100e00b73d942aa9da@[172.16.52.1]>
5042      Branch: perl
5043            ! configure.com
5044 ____________________________________________________________________________
5045 [ 10381] By: jhi                                   on 2001/06/01  16:37:21
5046         Log: Update Changes.
5047      Branch: perl
5048            ! Changes patchlevel.h
5049 ____________________________________________________________________________
5050 [ 10380] By: jhi                                   on 2001/06/01  16:19:18
5051         Log: Subject: [PATCH] Re: [ID 20010529.004] program doesn't work unless in debug mode
5052              From: Mike Guy <mjtg@cam.ac.uk>
5053              Date: Fri, 01 Jun 2001 18:17:02 +0100
5054              Message-Id: <E155sXm-0001C2-00@draco.cus.cam.ac.uk>
5055      Branch: perl
5056            ! lib/perl5db.pl
5057 ____________________________________________________________________________
5058 [ 10379] By: jhi                                   on 2001/06/01  16:13:28
5059         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
5060              From: Hugo <hv@crypt.compulink.co.uk>
5061              Date: Thu, 31 May 2001 20:49:48 +0100
5062              Message-Id: <200105311949.UAA02798@crypt.compulink.co.uk>
5063      Branch: perl
5064            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c proto.h
5065            ! util.c
5066 ____________________________________________________________________________
5067 [ 10378] By: jhi                                   on 2001/06/01  15:56:35
5068         Log: Zero() is not available in x2p (or, rather, some of its
5069              implementations like memzero() might not be available.)
5070      Branch: perl
5071            ! x2p/hash.c
5072 ____________________________________________________________________________
5073 [ 10377] By: jhi                                   on 2001/06/01  15:44:48
5074         Log: Subject: [PATCH x2p/hash.c] bzero -> memset
5075              From: Michael G Schwern <schwern@pobox.com>
5076              Date: Fri, 1 Jun 2001 12:00:29 +0100
5077              Message-ID: <20010601120029.F29027@blackrider.blackstar.co.uk>
5078              
5079              (But use Zero() instead of memset.)
5080      Branch: perl
5081            ! x2p/hash.c
5082 ____________________________________________________________________________
5083 [ 10376] By: jhi                                   on 2001/06/01  15:39:52
5084         Log: Subject: Re: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
5085              From: Jeff Pinyan <jeffp@crusoe.net>
5086              Date: Fri, 1 Jun 2001 10:33:55 -0400 (EDT)
5087              Message-ID: <Pine.GSO.4.21.0106011032080.21027-100000@crusoe.crusoe.net>
5088      Branch: perl
5089            ! pod/perldiag.pod regcomp.c t/op/pat.t
5090 ____________________________________________________________________________
5091 [ 10375] By: jhi                                   on 2001/06/01  15:36:35
5092         Log: Retract #10324 and #10333; not needed.
5093      Branch: perl
5094            ! hints/irix_6.sh hints/linux.sh
5095 ____________________________________________________________________________
5096 [ 10374] By: jhi                                   on 2001/06/01  15:35:19
5097         Log: The #10370 wasn't quite right.
5098      Branch: perl
5099            ! ext/XS/Typemap/Typemap.xs
5100 ____________________________________________________________________________
5101 [ 10373] By: jhi                                   on 2001/06/01  15:34:49
5102         Log: The metaconfig units changes for #10372.
5103      Branch: metaconfig/U/perl
5104            + d_realpath.U d_sresgproto.U d_sresuproto.U
5105            ! gccvers.U i_db.U
5106 ____________________________________________________________________________
5107 [ 10372] By: jhi                                   on 2001/06/01  15:34:24
5108         Log: Configure tweaks; record the Berkeley DB version,
5109              probe for realpath(), for setresuid() and setresgid()
5110              prototypes; use realpath() (try to be paranoid enough),
5111              use the setres[ug]id prototypes because glibc has the functions
5112              but not their prototypes; add -Wall -ansi to gcc ccflags;
5113              regen toc.
5114      Branch: perl
5115            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5116            ! config_h.SH configure.com epoc/config.sh
5117            ! ext/DB_File/DB_File.xs perl.h pod/perlapi.pod pod/perltoc.pod
5118            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
5119            ! vos/config.ga.def win32/config.bc win32/config.gc
5120            ! win32/config.vc
5121 ____________________________________________________________________________
5122 [ 10371] By: jhi                                   on 2001/06/01  12:50:05
5123         Log: Subject: Re: [PATCH xsutils.c] Quieting warnings
5124              From: Michael G Schwern <schwern@pobox.com>
5125              Date: Fri, 1 Jun 2001 11:28:14 +0100
5126              Message-ID: <20010601112814.B29027@blackrider.blackstar.co.uk>
5127      Branch: perl
5128            ! lib/attributes.pm xsutils.c
5129 ____________________________________________________________________________
5130 [ 10370] By: jhi                                   on 2001/06/01  12:48:55
5131         Log: Subject: [PATCH] Fix -Wall on XS::Typemap
5132              From: Tim Jenness <t.jenness@jach.hawaii.edu>
5133              Date: Thu, 31 May 2001 16:15:37 -1000 (HST)
5134              Message-ID: <Pine.LNX.4.33.0105311610110.9337-100000@lapaki.jach.hawaii.edu>
5135      Branch: perl
5136            ! ext/XS/Typemap/Typemap.xs
5137 ____________________________________________________________________________
5138 [ 10369] By: jhi                                   on 2001/06/01  12:47:21
5139         Log: Subject: [patch] Cwd.xs optimizations/abstraction
5140              From: Doug MacEachern <dougm@covalent.net>
5141              Date: Thu, 31 May 2001 17:37:37 -0700 (PDT)
5142              Message-ID: <Pine.LNX.4.21.0105311733270.732-100000@mako.covalent.net> 
5143      Branch: perl
5144            ! embed.h embed.pl ext/Cwd/Cwd.xs global.sym lib/Cwd.pm
5145            ! objXSUB.h perlapi.c pod/perlapi.pod proto.h util.c
5146 ____________________________________________________________________________
5147 [ 10368] By: jhi                                   on 2001/06/01  12:32:00
5148         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!])
5149              From: Nicholas Clark <nick@ccl4.org>
5150              Date: Thu, 31 May 2001 23:56:40 +0100
5151              Message-ID: <20010531235640.F12698@plum.flirble.org>
5152              
5153              Make the test work also under only static extensions
5154              (sh Configure -Uusedl fakes this nicely)
5155      Branch: perl
5156            ! t/lib/extutils.t
5157 ____________________________________________________________________________
5158 [ 10367] By: jhi                                   on 2001/06/01  12:27:53
5159         Log: Subject: [PATCH hv.c] Eliminating trigraph
5160              From: Michael G Schwern <schwern@pobox.com>
5161              Message-ID: <20010601114955.E29027@blackrider.blackstar.co.uk>
5162              Date: Fri, 1 Jun 2001 11:49:56 +0100
5163      Branch: perl
5164            ! hv.c
5165 ____________________________________________________________________________
5166 [ 10366] By: jhi                                   on 2001/06/01  12:14:57
5167         Log: Subject: Re: [PATCH] Tests for File::Compare 
5168              From: "Philip Newton" <Philip.Newton@gmx.net>
5169              Date: Thu, 31 May 2001 19:44:05 +0200
5170              Message-Id: <200105311748.f4VHmCt18269@chaos.wustl.edu>
5171              
5172              Unnecessary "quotation marks".
5173      Branch: perl
5174            ! t/lib/filecomp.t
5175 ____________________________________________________________________________
5176 [ 10365] By: jhi                                   on 2001/06/01  12:13:26
5177         Log: Integrate perlio.
5178      Branch: perl
5179           !> lib/ExtUtils/MM_Win32.pm t/lib/filecomp.t
5180 ____________________________________________________________________________
5181 [ 10364] By: nick                                  on 2001/06/01  10:13:31
5182         Log: Cleanup dll.base and dll.exp created by GCC builds.
5183      Branch: perlio
5184            ! lib/ExtUtils/MM_Win32.pm
5185 ____________________________________________________________________________
5186 [ 10363] By: nick                                  on 2001/06/01  10:02:17
5187         Log: Make filecomp test work on CRLF platforms by adding binmode.
5188      Branch: perlio
5189            ! t/lib/filecomp.t
5190 ____________________________________________________________________________
5191 [ 10362] By: nick                                  on 2001/06/01  08:37:17
5192         Log: Integrate mainline
5193      Branch: perlio
5194           !> Changes Configure patchlevel.h perlio.c
5195 ____________________________________________________________________________
5196 [ 10361] By: jhi                                   on 2001/05/31  15:09:34
5197         Log: panic:claustrophobia.
5198      Branch: perl
5199            ! perlio.c
5200 ____________________________________________________________________________
5201 [ 10360] By: jhi                                   on 2001/05/31  13:04:25
5202         Log: Update Changes.
5203      Branch: perl
5204            ! Changes patchlevel.h
5205 ____________________________________________________________________________
5206 [ 10359] By: nick                                  on 2001/05/31  12:35:50
5207         Log: Integrate mainline.
5208      Branch: perlio
5209           +> t/lib/filecomp.t
5210           !> AUTHORS MANIFEST ext/Storable/Storable.xs gv.c perl.c perl.h
5211           !> pp_ctl.c sv.c t/lib/1_compile.t toke.c util.c
5212 ____________________________________________________________________________
5213 [ 10358] By: jhi                                   on 2001/05/31  12:35:05
5214         Log: Integrate perlio.
5215      Branch: perl
5216           !> t/pragma/warn/toke win32/config_H.bc win32/config_H.gc
5217           !> win32/config_H.vc
5218 ____________________________________________________________________________
5219 [ 10357] By: jhi                                   on 2001/05/31  12:34:04
5220         Log: Metaconfig unit change for #10356.
5221      Branch: metaconfig
5222            ! U/installdirs/inc_version_list.U
5223 ____________________________________________________________________________
5224 [ 10356] By: jhi                                   on 2001/05/31  12:33:41
5225         Log: Allow Configure -Dinc_version_list='5.6.0/$archname 5.6.0' ...
5226              (idea from Sarathy; implementation from Andy)
5227      Branch: perl
5228            ! Configure
5229 ____________________________________________________________________________
5230 [ 10355] By: jhi                                   on 2001/05/31  12:18:06
5231         Log: More AUTHORS.
5232      Branch: perl
5233            ! AUTHORS
5234 ____________________________________________________________________________
5235 [ 10354] By: jhi                                   on 2001/05/31  12:16:24
5236         Log: Subject: Re: [PATCH] Tests for File::Compare
5237              From: Alexander Gough <alexander.gough@st-hughs.oxford.ac.uk>
5238              Date: Thu, 31 May 2001 13:26:34 +0100 (GMT)
5239              Message-Id: <E155RX8-0004X2-00@wing1.herald.ox.ac.uk>
5240      Branch: perl
5241            + t/lib/filecomp.t
5242            ! MANIFEST t/lib/1_compile.t
5243 ____________________________________________________________________________
5244 [ 10353] By: jhi                                   on 2001/05/31  12:11:24
5245         Log: Subject: [PATCH] DEBUG_* macro cleanups
5246              From: Abhijit Menon-Sen <ams@wiw.org>
5247              Date: Thu, 31 May 2001 12:16:22 +0530
5248              Message-ID: <20010531121622.B4829@lustre.linux.in>
5249              
5250              Subject: Re: [PATCH] DEBUG_* macro cleanups
5251              From: Abhijit Menon-Sen <ams@wiw.org>
5252              Date: Thu, 31 May 2001 13:57:01 +0530
5253              Message-ID: <20010531135701.A21775@lustre.linux.in>
5254              
5255              (The DEBUG_ definitions in perl.h changed to use the
5256              STMT_START and STMT_END.)
5257      Branch: perl
5258            ! perl.h pp_ctl.c sv.c toke.c
5259 ____________________________________________________________________________
5260 [ 10352] By: jhi                                   on 2001/05/31  11:53:31
5261         Log: Subject: [PATCH] -Wall cleanups: perl.c, gv.c, Storable.xs
5262              From: Abhijit Menon-Sen <ams@wiw.org>
5263              Date: Thu, 31 May 2001 08:27:55 +0530
5264              Message-ID: <20010531082755.A10018@lustre.linux.in>
5265      Branch: perl
5266            ! ext/Storable/Storable.xs gv.c perl.c
5267 ____________________________________________________________________________
5268 [ 10351] By: jhi                                   on 2001/05/31  11:45:16
5269         Log: Subject: [PATCH] AUTHORS
5270              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
5271              Date: Thu, 31 May 2001 01:27:59 -0500
5272              Message-ID: <20010531012758.A1595@staff1.cso.uiuc.edu>
5273              
5274              Subject: Re: [PATCH] AUTHORS
5275              From: "Philip Newton" <Philip.Newton@gmx.net>
5276              Date: Thu, 31 May 2001 10:08:06 +0200
5277              (Message-Id missing?)
5278      Branch: perl
5279            ! AUTHORS
5280 ____________________________________________________________________________
5281 [ 10350] By: nick                                  on 2001/05/31  11:40:43
5282         Log: win32 - dmake regen_config_h
5283      Branch: perlio
5284            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
5285 ____________________________________________________________________________
5286 [ 10349] By: jhi                                   on 2001/05/31  11:38:27
5287         Log: Subject: Re: [PATCH util.c] More warning cleanups.
5288              From: "Philip Newton" <Philip.Newton@gmx.net>
5289              Date: Thu, 31 May 2001 07:41:36 +0200
5290              Message-Id: <200105310538.IAA25458@taku.hut.fi>
5291              
5292              Undo C++-ism that snekt in.
5293      Branch: perl
5294            ! util.c
5295 ____________________________________________________________________________
5296 [ 10348] By: nick                                  on 2001/05/31  11:36:46
5297         Log: Tolerate Win32 numerics
5298      Branch: perlio
5299            ! t/pragma/warn/toke
5300 ____________________________________________________________________________
5301 [ 10347] By: jhi                                   on 2001/05/31  11:29:40
5302         Log: Integrate perlio.
5303      Branch: perl
5304           !> perlio.c win32/win32.h
5305 ____________________________________________________________________________
5306 [ 10346] By: nick                                  on 2001/05/31  10:54:55
5307         Log: Hack to restore Win32 pseudo fork broken by Multiple Interpreter
5308              perlio.c change 10255.
5309      Branch: perlio
5310            ! perlio.c
5311 ____________________________________________________________________________
5312 [ 10345] By: nick                                  on 2001/05/31  10:01:57
5313         Log: Conditionaly put back some "unused" dTHX which are used
5314              with PERL_IMPLICIT_SYS
5315      Branch: perlio
5316            ! perlio.c
5317 ____________________________________________________________________________
5318 [ 10344] By: nick                                  on 2001/05/31  10:00:59
5319         Log: Fix Win32 for new spelling IN_BYTES 
5320      Branch: perlio
5321            ! win32/win32.h
5322 ____________________________________________________________________________
5323 [ 10343] By: nick                                  on 2001/05/31  08:01:32
5324         Log: perlio.c -Wall cleaner under MULTIPLICITY
5325              - still minor noise with linux stdio
5326      Branch: perlio
5327            ! perlio.c
5328 ____________________________________________________________________________
5329 [ 10342] By: nick                                  on 2001/05/31  07:52:23
5330         Log: Integrate mainline.
5331      Branch: perlio
5332           !> (integrate 42 files)
5333 ____________________________________________________________________________
5334 [ 10341] By: jhi                                   on 2001/05/31  01:39:02
5335         Log: AUTHORS updates.
5336      Branch: perl
5337            ! AUTHORS
5338 ____________________________________________________________________________
5339 [ 10340] By: jhi                                   on 2001/05/31  00:19:29
5340         Log: Subject: [PATCH: perl@10328] new md5sum for modified MD5.xs file
5341              From: Peter Prymmer <pvhp@forte.com>
5342              Date: Wed, 30 May 2001 17:57:20 -0700 (PDT)
5343              Message-ID: <Pine.OSF.4.10.10105301753210.129765-100000@aspara.forte.com>
5344      Branch: perl
5345            ! t/lib/md5-file.t
5346 ____________________________________________________________________________
5347 [ 10339] By: jhi                                   on 2001/05/31  00:16:44
5348         Log: Salvage bits and pieces from the experimental 'utf8 everywhere'
5349              patch: rename HINT_BYTE and IN_BYTE to HINT_BYTES and IN_BYTES
5350              to match the pragma name; various robustness cleanups.
5351      Branch: perl
5352            ! lib/utf8_heavy.pl mg.c perl.h pp.c pp_ctl.c pp_sys.c regexec.c
5353            ! sv.c toke.c utf8.c utf8.h utfebcdic.h
5354 ____________________________________________________________________________
5355 [ 10338] By: jhi                                   on 2001/05/30  23:56:14
5356         Log: More -Wall sweeping.
5357      Branch: perl
5358            ! av.c doio.c ext/Cwd/Cwd.xs ext/Devel/DProf/DProf.xs
5359            ! ext/Devel/Peek/Peek.xs ext/Encode/Encode.xs
5360            ! ext/List/Util/Util.xs gv.c op.c pp.c pp_ctl.c pp_hot.c
5361            ! regcomp.c sv.c toke.c utf8.c
5362 ____________________________________________________________________________
5363 [ 10337] By: jhi                                   on 2001/05/30  23:20:23
5364         Log: Subject: [PATCH] (was Re: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1)
5365              From: Nicholas Clark <nick@ccl4.org>
5366              Date: Wed, 30 May 2001 22:34:41 +0100
5367              Message-ID: <20010530223441.Y86445@plum.flirble.org>
5368      Branch: perl
5369            ! t/op/cmp.t
5370 ____________________________________________________________________________
5371 [ 10336] By: jhi                                   on 2001/05/30  23:18:48
5372         Log: It's is not, it isn't ain't, and it's it's, not its,
5373              if you mean it is. If you don't, it's its. Then too,
5374              it's hers. It isn't her's. It isn't our's either.
5375              It's ours, and likewise yours and theirs.
5376              -- Oxford University Press, Edpress News
5377      Branch: perl
5378            ! lib/autouse.pm
5379 ____________________________________________________________________________
5380 [ 10335] By: jhi                                   on 2001/05/30  23:12:30
5381         Log: More -Wall silencing from Michael Schwern and Jarkko Hietaniemi.
5382      Branch: perl
5383            ! doop.c ext/ByteLoader/bytecode.h ext/DB_File/DB_File.xs mg.c
5384            ! perl.c perlio.c regexec.c universal.c util.c x2p/a2py.c
5385            ! x2p/str.c x2p/walk.c xsutils.c
5386 ____________________________________________________________________________
5387 [ 10334] By: jhi                                   on 2001/05/30  22:52:41
5388         Log: Subject: [PATCH perl.c t/run/runenv.t] (was Re: [[ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
5389              From: Michael G Schwern <schwern@pobox.com>
5390              Date: Wed, 30 May 2001 17:10:38 +0100
5391              Message-ID: <20010530171038.L670@blackrider.blackstar.co.uk>
5392              
5393              Subject: Re: [PATCH perl.c t/run/runenv.t] (was Re: [ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
5394              From: Abhijit Menon-Sen <ams@wiw.org>
5395              Date: Wed, 30 May 2001 23:16:13 +0530
5396              Message-ID: <20010530231613.A31933@lustre.linux.in>
5397      Branch: perl
5398            ! perl.c t/run/runenv.t
5399 ____________________________________________________________________________
5400 [ 10333] By: jhi                                   on 2001/05/30  22:25:02
5401         Log: (Retracted by #10375.)
5402              
5403              IRIX hints patch from Merijn Broeren.
5404              
5405              TODO: (this and the earlier Linux hints patch) should be solved
5406              at Configure level.  Merijn: -ldb should not be used on any platform
5407              for perl, just when linking DBFile itself. Trying to be helpful here
5408              is counterproductive.
5409      Branch: perl
5410            ! hints/irix_6.sh
5411 ____________________________________________________________________________
5412 [ 10332] By: jhi                                   on 2001/05/30  22:11:13
5413         Log: Subject: Re: [PATCH doop.c] unused variable in Perl_do_join
5414              From: Nicholas Clark <nick@ccl4.org>
5415              Date: Wed, 30 May 2001 23:20:58 +0100
5416              Message-ID: <20010530232058.B86445@plum.flirble.org>
5417      Branch: perl
5418            ! doop.c
5419 ____________________________________________________________________________
5420 [ 10331] By: jhi                                   on 2001/05/30  22:09:49
5421         Log: Subject: Re: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
5422              From: Michael G Schwern <schwern@pobox.com> 
5423              Date: Wed, 30 May 2001 15:24:20 +0100
5424              Message-ID: <20010530152420.H670@blackrider.blackstar.co.uk>
5425      Branch: perl
5426            ! t/pragma/autouse.t
5427 ____________________________________________________________________________
5428 [ 10330] By: jhi                                   on 2001/05/30  22:02:21
5429         Log: The regex trick wasn't a good idea.
5430      Branch: perl
5431            ! pod/perlfaq4.pod
5432 ____________________________________________________________________________
5433 [ 10329] By: nick                                  on 2001/05/30  18:34:35
5434         Log: Integrate mainline
5435      Branch: perlio
5436           !> (integrate 40 files)
5437 ____________________________________________________________________________
5438 [ 10328] By: jhi                                   on 2001/05/30  14:28:39
5439         Log: Update Changes.
5440      Branch: perl
5441            ! Changes patchlevel.h
5442 ____________________________________________________________________________
5443 [ 10327] By: jhi                                   on 2001/05/30  14:07:01
5444         Log: The metaconfig unit change for #10325.
5445      Branch: metaconfig
5446            + U/modified/afs.U
5447 ____________________________________________________________________________
5448 [ 10326] By: jhi                                   on 2001/05/30  14:06:36
5449         Log: More -Wall cleanup from Schwern; the EBCDIC MD5.xs checksum
5450              is now wrong.
5451      Branch: perl
5452            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
5453 ____________________________________________________________________________
5454 [ 10325] By: jhi                                   on 2001/05/30  14:04:28
5455         Log: Introduce $Config{afsroot}.
5456      Branch: perl
5457            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5458            ! config_h.SH epoc/config.sh uconfig.sh win32/config.bc
5459            ! win32/config.gc win32/config.vc
5460 ____________________________________________________________________________
5461 [ 10324] By: jhi                                   on 2001/05/30  13:49:44
5462         Log: (Retracted by #10375.)
5463              
5464              Linux DB tweak from Merijn Broeren <merijnb@iloquent.nl>.
5465      Branch: perl
5466            ! hints/linux.sh
5467 ____________________________________________________________________________
5468 [ 10323] By: jhi                                   on 2001/05/30  13:49:29
5469         Log: AFS patches from Merijn Broeren <merijnb@iloquent.nl>.
5470              (Also Configure tweaks needed; coming up soon.)
5471      Branch: perl
5472            ! t/io/fs.t t/lib/glob-basic.t t/op/stat.t
5473 ____________________________________________________________________________
5474 [ 10322] By: jhi                                   on 2001/05/30  13:37:56
5475         Log: Subject: [PATCH lib/perl5db.pl] Conditional breakpoints
5476              From: Michael G Schwern <schwern@pobox.com>
5477              Date: Sun, 27 May 2001 10:29:43 +0100
5478              Message-ID: <20010527102942.J711@blackrider.blackstar.co.uk>
5479      Branch: perl
5480            ! lib/perl5db.pl
5481 ____________________________________________________________________________
5482 [ 10321] By: jhi                                   on 2001/05/30  13:36:28
5483         Log: Medley of -Wall cleanups from Michael Schwen, Hugo van der Sanden,
5484              and Abhijit Menon-Sen.
5485      Branch: perl
5486            ! av.c doio.c doop.c dump.c ext/Digest/MD5/MD5.xs malloc.c op.c
5487            ! perl.c pp_sys.c regcomp.c
5488 ____________________________________________________________________________
5489 [ 10320] By: jhi                                   on 2001/05/30  13:35:27
5490         Log: Fix the BOOT section to call myU2time properly.
5491      Branch: perl
5492            ! ext/Time/HiRes/HiRes.xs
5493 ____________________________________________________________________________
5494 [ 10319] By: jhi                                   on 2001/05/30  13:06:09
5495         Log: Subject: Re: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
5496              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
5497              Date: Wed, 30 May 2001 09:44:29 -0400
5498              Message-ID: <20010530094429.B133085@linguist.thayer.dartmouth.edu>
5499              
5500              Detypo; plus add one more trick.
5501      Branch: perl
5502            ! pod/perlfaq4.pod
5503 ____________________________________________________________________________
5504 [ 10318] By: jhi                                   on 2001/05/30  12:47:11
5505         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)
5506              From: Michael G Schwern <schwern@pobox.com>
5507              Date: Wed, 30 May 2001 14:39:06 +0100
5508              Message-ID: <20010530143906.E670@blackrider.blackstar.co.uk>
5509      Branch: perl
5510            ! lib/autouse.pm t/pragma/autouse.t
5511 ____________________________________________________________________________
5512 [ 10317] By: jhi                                   on 2001/05/30  12:46:02
5513         Log: Subject: Re: AIX and gcc (moving targets)
5514              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5515              Date: Wed, 30 May 2001 15:25:08 +0200
5516              Message-Id: <20010530152117.7097.H.M.BRAND@hccnet.nl>
5517      Branch: perl
5518            ! ext/Time/HiRes/HiRes.xs
5519 ____________________________________________________________________________
5520 [ 10316] By: jhi                                   on 2001/05/30  12:40:46
5521         Log: Subject: [PATCH t/TEST] sorting tests
5522              From: Michael G Schwern <schwern@pobox.com>
5523              Date: Wed, 30 May 2001 10:24:02 +0100
5524              Message-ID: <20010530102402.Q670@blackrider.blackstar.co.uk>
5525      Branch: perl
5526            ! t/TEST
5527 ____________________________________________________________________________
5528 [ 10315] By: jhi                                   on 2001/05/30  12:37:43
5529         Log: Subject: [ID 20010529.002] typos in man page perlre
5530              From: bart@cg681574-a.adubn1.nj.home.com 
5531              Date: Tue, 29 May 2001 13:58:59 -0500
5532              Message-Id: <E154ohn-00053j-00@debian.adubn1.nj.home.com>
5533      Branch: perl
5534            ! pod/perlre.pod
5535 ____________________________________________________________________________
5536 [ 10314] By: jhi                                   on 2001/05/30  12:33:53
5537         Log: Subject: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
5538              From: "Craig A. Berry" <craigberry@mac.com>
5539              Date: Tue, 29 May 2001 23:23:45 -0500
5540              Message-Id: <a05100e01b73a21721dee@[192.168.56.153]>
5541      Branch: perl
5542            ! t/lib/extutils.t t/pragma/autouse.t
5543 ____________________________________________________________________________
5544 [ 10313] By: jhi                                   on 2001/05/30  12:32:17
5545         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)
5546              From: David Dyck <dcd@tc.fluke.com>
5547              Date: Tue, 29 May 2001 22:05:28 -0700 (PDT)
5548              Message-ID: <Pine.LNX.4.33.0105292200060.26992-100000@dd.tc.fluke.com>
5549      Branch: perl
5550            ! t/lib/filefind.t
5551 ____________________________________________________________________________
5552 [ 10312] By: jhi                                   on 2001/05/30  12:31:02
5553         Log: AIX hints update for gcc from Merijn H. Brand.
5554      Branch: perl
5555            ! hints/aix.sh
5556 ____________________________________________________________________________
5557 [ 10311] By: jhi                                   on 2001/05/30  12:18:20
5558         Log: Retract #10295 and #10296: a more generic solution
5559              is needed (there's something funny with gcc on AIX).
5560      Branch: perl
5561            ! ext/POSIX/Makefile.PL ext/Storable/Makefile.PL
5562 ____________________________________________________________________________
5563 [ 10310] By: jhi                                   on 2001/05/30  12:08:07
5564         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
5565              From: Hugo <hv@crypt.compulink.co.uk>
5566              Date: Wed, 30 May 2001 11:59:19 +0100
5567              Message-Id: <200105301059.LAA03182@crypt.compulink.co.uk>
5568              
5569              localizing $@ has unfortunate semantics - if you die past
5570              a local $@, the die message is lost.
5571      Branch: perl
5572            ! lib/utf8_heavy.pl
5573 ____________________________________________________________________________
5574 [ 10309] By: nick                                  on 2001/05/30  08:23:02
5575         Log: Integrate mainline (autouse works again.)
5576      Branch: perlio
5577           !> ext/Time/Piece/Piece.pm hints/os2.sh lib/File/Find.pm
5578           !> lib/autouse.pm pod/perlfaq4.pod pod/perlfaq6.pod
5579           !> pod/perlvar.pod t/op/cmp.t
5580 ____________________________________________________________________________
5581 [ 10308] By: jhi                                   on 2001/05/30  01:55:02
5582         Log: Subject: [ID 20010529.003] find2perl and File::Find doesn't emulate find when path is a symlink (with proposed patch)
5583              From: David Dyck <dcd@tc.fluke.com>
5584              Date: Tue, 29 May 2001 12:19:38 -0700 (PDT)
5585              Message-Id: <Pine.LNX.4.33.0105291216510.17409-100000@dd.tc.fluke.com>
5586      Branch: perl
5587            ! lib/File/Find.pm
5588 ____________________________________________________________________________
5589 [ 10307] By: jhi                                   on 2001/05/30  01:47:22
5590         Log: Subject: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1
5591              From: Nicholas Clark <nick@ccl4.org>
5592              Date: Tue, 29 May 2001 23:16:09 +0100
5593              Message-ID: <20010529231609.U86445@plum.flirble.org>
5594              
5595              Make the test output slightly clearer by distinguishing
5596              between '' and undef.
5597      Branch: perl
5598            ! t/op/cmp.t
5599 ____________________________________________________________________________
5600 [ 10306] By: jhi                                   on 2001/05/30  01:45:12
5601         Log: Subject: [PATCH 5.6.1] flushNULL OS/2
5602              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5603              Date: Tue, 29 May 2001 19:15:19 -0400
5604              Message-ID: <20010529191519.A16020@math.ohio-state.edu>
5605      Branch: perl
5606            ! hints/os2.sh
5607 ____________________________________________________________________________
5608 [ 10305] By: jhi                                   on 2001/05/30  01:42:36
5609         Log: Subject: perlvar.pod addition
5610              From: Peter Gessner <peter.gessner@post.rwth-aachen.de>
5611              Date: Fri, 25 May 2001 20:23:12 +0200
5612              Message-ID: <3B0EA310.B265C048@post.rwth-aachen.de>
5613              
5614              Subject: Re: perlvar.pod addition
5615              From: "Abigail" <abigail@foad.org> 
5616              Date: Fri, 25 May 2001 22:00:39 +0200
5617              Message-ID: <20010525200039.28029.qmail@foad.org>
5618              
5619              Mention $a and $b in perlvar.
5620      Branch: perl
5621            ! pod/perlvar.pod
5622 ____________________________________________________________________________
5623 [ 10304] By: jhi                                   on 2001/05/30  01:36:37
5624         Log: Subject: [PATCH] perlvar.pod -- why isn't @F here?
5625              From: Jeff Pinyan <jeffp@crusoe.net>
5626              Date: Tue, 29 May 2001 22:27:51 -0400 (EDT)
5627              Message-ID: <Pine.GSO.4.21.0105292227150.1961-100000@crusoe.crusoe.net>
5628      Branch: perl
5629            ! pod/perlvar.pod
5630 ____________________________________________________________________________
5631 [ 10303] By: jhi                                   on 2001/05/30  01:35:31
5632         Log: Subject: Re: [PATCH] perlfaq6.pod -- case-aware s///
5633              From: Jeff Pinyan <jeffp@crusoe.net>
5634              Date: Tue, 29 May 2001 18:03:27 -0400 (EDT)
5635              Message-ID: <Pine.GSO.4.21.0105291802330.1961-100000@crusoe.crusoe.net>
5636      Branch: perl
5637            ! pod/perlfaq6.pod
5638 ____________________________________________________________________________
5639 [ 10302] By: jhi                                   on 2001/05/29  20:18:49
5640         Log: Mention Time::localtime and Time::gmtime.
5641      Branch: perl
5642            ! ext/Time/Piece/Piece.pm
5643 ____________________________________________________________________________
5644 [ 10301] By: jhi                                   on 2001/05/29  20:13:54
5645         Log: Subject: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
5646              From: Michael G Schwern <schwern@pobox.com>
5647              Date: Tue, 29 May 2001 18:51:32 +0100
5648              Message-ID: <20010529185132.C706@blackrider.blackstar.co.uk>
5649      Branch: perl
5650            ! pod/perlfaq4.pod
5651 ____________________________________________________________________________
5652 [ 10300] By: jhi                                   on 2001/05/29  20:12:09
5653         Log: Retract #10243.
5654      Branch: perl
5655            ! lib/autouse.pm
5656 ____________________________________________________________________________
5657 [ 10299] By: nick                                  on 2001/05/29  18:41:19
5658         Log: Post weekend integrate mainline (fails one test pragma/autouse).
5659      Branch: perlio
5660           +> (branch 29 files)
5661           !> (integrate 91 files)
5662 ____________________________________________________________________________
5663 [ 10298] By: jhi                                   on 2001/05/29  16:29:19
5664         Log: Update Changes.
5665      Branch: perl
5666            ! Changes patchlevel.h
5667 ____________________________________________________________________________
5668 [ 10297] By: jhi                                   on 2001/05/29  16:25:47
5669         Log: Fix Perl_swash_init & Perl_swash_fetch to save ERRSV (= $@)
5670              before Perl_load_module/Perl_call_method and restore the value
5671              after if !SvTRUE(ERRSV).  (from Inaba Hiroto)
5672      Branch: perl
5673            ! utf8.c
5674 ____________________________________________________________________________
5675 [ 10296] By: jhi                                   on 2001/05/29  16:01:53
5676         Log: Subject: Re: AIX and gcc (moving targets)
5677              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5678              Date: Tue, 29 May 2001 17:59:40 +0200
5679              Message-Id: <20010529175841.7078.H.M.BRAND@hccnet.nl>
5680      Branch: perl
5681            ! ext/Storable/Makefile.PL
5682 ____________________________________________________________________________
5683 [ 10295] By: jhi                                   on 2001/05/29  15:59:05
5684         Log: Subject: Re: AIX and gcc (moving targets)
5685              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5686              Date: Tue, 29 May 2001 12:32:57 +0200
5687              Message-Id: <20010529115151.9FE0.H.M.BRAND@hccnet.nl>
5688      Branch: perl
5689            ! ext/POSIX/Makefile.PL
5690 ____________________________________________________________________________
5691 [ 10294] By: jhi                                   on 2001/05/29  15:53:43
5692         Log: Subject: [PATCH lib/Test/Harness.pm t/lib/test-harness.t] Syncing with 1.21
5693              From: Michael G Schwern <schwern@pobox.com>
5694              Date: Tue, 29 May 2001 09:53:29 +0100
5695              Message-ID: <20010529095329.T675@blackrider.blackstar.co.uk>
5696              
5697              (#10280 retracted)
5698      Branch: perl
5699            ! lib/Test/Harness.pm t/lib/test-harness.t
5700 ____________________________________________________________________________
5701 [ 10293] By: jhi                                   on 2001/05/29  15:46:10
5702
5703         Log: Subject: [PATCH t/TEST lib/Test.pm t/lib/Test/*.t] Syncing with Test-1.17
5704              From: Michael G Schwern <schwern@pobox.com>
5705              Date: Tue, 29 May 2001 09:19:52 +0100
5706              Message-ID: <20010529091952.R675@blackrider.blackstar.co.uk>
5707      Branch: perl
5708            + t/lib/Test/fail.t t/lib/Test/mix.t t/lib/Test/onfail.t
5709            + t/lib/Test/qr.t t/lib/Test/skip.t t/lib/Test/success.t
5710            + t/lib/Test/todo.t
5711            ! MANIFEST lib/Test.pm t/TEST
5712 ____________________________________________________________________________
5713 [ 10292] By: jhi                                   on 2001/05/29  15:34:08
5714         Log: From: Michael G Schwern <schwern@pobox.com>
5715              Subject: Re: [PATCH t/TEST] Allowing deeper test subdirectories
5716              Date: Tue, 29 May 2001 08:26:09 +0100
5717              Message-ID: <20010529082609.P675@blackrider.blackstar.co.uk>
5718      Branch: perl
5719            ! t/TEST
5720 ____________________________________________________________________________
5721 [ 10291] By: jhi                                   on 2001/05/29  15:29:37
5722         Log: Add tests for Time::gmtime and Time::localtime.
5723      Branch: perl
5724            + t/lib/time-gmtime.t t/lib/time-localtime.t
5725            ! MANIFEST t/lib/1_compile.t
5726 ____________________________________________________________________________
5727 [ 10290] By: jhi                                   on 2001/05/29  15:15:44
5728         Log: Add test for File::stat.
5729      Branch: perl
5730            + t/lib/filestat.t
5731            ! MANIFEST t/lib/1_compile.t
5732 ____________________________________________________________________________
5733 [ 10289] By: jhi                                   on 2001/05/29  15:05:38
5734         Log: Add test for Net::servent.
5735      Branch: perl
5736            + t/lib/net-sent.t
5737            ! MANIFEST t/lib/1_compile.t
5738 ____________________________________________________________________________
5739 [ 10288] By: jhi                                   on 2001/05/29  14:57:15
5740         Log: Add test for Net::protoent.
5741      Branch: perl
5742            + t/lib/net-pent.t
5743            ! MANIFEST t/lib/1_compile.t
5744 ____________________________________________________________________________
5745 [ 10287] By: jhi                                   on 2001/05/29  14:53:10
5746         Log: Add test for Net::netent.
5747      Branch: perl
5748            + t/lib/net-nent.t
5749            ! MANIFEST t/lib/1_compile.t
5750 ____________________________________________________________________________
5751 [ 10286] By: jhi                                   on 2001/05/29  14:31:57
5752         Log: Add test for User::grent.  Portability doubtful.
5753      Branch: perl
5754            + t/lib/user-grent.t
5755            ! MANIFEST t/lib/1_compile.t
5756 ____________________________________________________________________________
5757 [ 10285] By: jhi                                   on 2001/05/29  14:24:20
5758         Log: Add test for User::pwent.
5759              Probably will fall down somewhere for portability reasons.
5760      Branch: perl
5761            + t/lib/user-pwent.t
5762            ! MANIFEST t/lib/1_compile.t
5763 ____________________________________________________________________________
5764 [ 10284] By: jhi                                   on 2001/05/29  13:26:43
5765         Log: Metaconfig units changes for #10283.
5766      Branch: metaconfig
5767            ! U/installdirs/inc_version_list.U U/installdirs/perl5.U
5768            ! U/installdirs/siteman1.U U/installdirs/siteman3.U
5769            ! U/installdirs/sitescript.U U/modified/Signal.U
5770 ____________________________________________________________________________
5771 [ 10283] By: jhi                                   on 2001/05/29  13:26:24
5772         Log: Subject: [PATCH 5.6.1] signal names in Configure
5773              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5774              Date: Tue, 29 May 2001 03:52:25 -0400
5775              Message-ID: <20010529035225.A9400@math.ohio-state.edu>
5776              
5777              Subject: [PATCH 5.6.1] older perl in Configure
5778              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5779              Date: Tue, 29 May 2001 03:55:40 -0400
5780              Message-ID: <20010529035539.A9411@math.ohio-state.edu>
5781              
5782              Subject: [PATCH 5.6.1] goofs in Configure
5783              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5784              Date: Tue, 29 May 2001 04:13:07 -0400
5785              Message-ID: <20010529041307.A9658@math.ohio-state.edu>
5786              
5787              Configure portability tweaks.
5788      Branch: perl
5789            ! Configure
5790 ____________________________________________________________________________
5791 [ 10282] By: jhi                                   on 2001/05/29  12:41:41
5792         Log: Subject: [PATCH 5.6.1] extLibpath for OS/2
5793              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5794              Date: Tue, 29 May 2001 04:07:06 -0400
5795              Message-ID: <20010529040706.A9579@math.ohio-state.edu>
5796      Branch: perl
5797            ! os2/os2.c
5798 ____________________________________________________________________________
5799 [ 10281] By: jhi                                   on 2001/05/29  12:40:31
5800         Log: Subject: [PATCH 5.6.1] extra static libs for OS/2
5801              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5802              Date: Tue, 29 May 2001 04:01:38 -0400
5803              Message-ID: <20010529040138.A9482@math.ohio-state.edu>
5804      Branch: perl
5805            ! hints/os2.sh os2/Makefile.SHs
5806 ____________________________________________________________________________
5807 [ 10280] By: jhi                                   on 2001/05/29  12:38:48
5808         Log: Subject: Re: [PATCH 5.6.1] Test::Harness clumsy
5809              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5810              Date: Tue, 29 May 2001 03:50:18 -0400
5811              Message-ID: <20010529035018.A9387@math.ohio-state.edu>
5812      Branch: perl
5813            ! lib/Test/Harness.pm
5814 ____________________________________________________________________________
5815 [ 10279] By: jhi                                   on 2001/05/29  12:34:53
5816         Log: Additional safeguard against $@ getting trampled; idea from Hugo.
5817      Branch: perl
5818            ! lib/utf8_heavy.pl
5819 ____________________________________________________________________________
5820 [ 10278] By: jhi                                   on 2001/05/29  02:15:24
5821         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
5822              From: Hugo <hv@crypt.compulink.co.uk>
5823              Date: Tue, 29 May 2001 03:03:45 +0100
5824              Message-Id: <200105290203.DAA00825@crypt.compulink.co.uk>
5825              
5826              Explanation why the $@ always gets the UTF8 flag when under use utf8--
5827              because we told it to have the flag when under use utf8.
5828      Branch: perl
5829            ! pp_ctl.c
5830 ____________________________________________________________________________
5831 [ 10277] By: jhi                                   on 2001/05/29  00:51:34
5832         Log: At least a partial fix for 20010528.004.
5833      Branch: perl
5834            ! lib/utf8_heavy.pl
5835 ____________________________________________________________________________
5836 [ 10276] By: jhi                                   on 2001/05/29  00:42:59
5837         Log: Subject: Re: Report /pro/3gl/CPAN/perl-5.7.1
5838              From: Nicholas Clark <nick@ccl4.org> 
5839              Date: Mon, 28 May 2001 23:39:38 +0100
5840              Message-ID: <20010528233938.M86445@plum.flirble.org>
5841              
5842              More portable non-zero UV.
5843      Branch: perl
5844            ! t/lib/extutils.t
5845 ____________________________________________________________________________
5846 [ 10275] By: jhi                                   on 2001/05/29  00:40:28
5847         Log: Subject: [PATCH] (was Re: Why t/lib/extutils.t is failing ...
5848              From: Nicholas Clark <nick@ccl4.org>
5849              Date: Mon, 28 May 2001 22:46:09 +0100
5850              Message-ID: <20010528224608.L86445@plum.flirble.org>
5851              
5852              Test also "make clean".
5853      Branch: perl
5854            ! t/lib/extutils.t
5855 ____________________________________________________________________________
5856 [ 10274] By: jhi                                   on 2001/05/29  00:39:18
5857         Log: Subject: Re: Would -Wno-unused -Wall be better?
5858              From: Michael G Schwern <schwern@pobox.com>
5859              Date: Tue, 29 May 2001 00:55:54 +0100
5860              Message-ID: <20010529005553.B675@blackrider.blackstar.co.uk>
5861      Branch: perl
5862            ! pp.h
5863 ____________________________________________________________________________
5864 [ 10273] By: jhi                                   on 2001/05/29  00:36:06
5865         Log: Add a test for 20010528.007, fixed in #10272.
5866      Branch: perl
5867            ! t/op/misc.t toke.c
5868 ____________________________________________________________________________
5869 [ 10272] By: jhi                                   on 2001/05/29  00:21:12
5870         Log: Subject: Re: [ID 20010528.007] "\x{" causes panic:constant overflowed allocated space 
5871              From: Hugo <hv@crypt.compulink.co.uk>
5872              Date: Tue, 29 May 2001 00:23:23 +0100
5873              Message-Id: <200105282323.AAA07930@crypt.compulink.co.uk>
5874      Branch: perl
5875            ! toke.c
5876 ____________________________________________________________________________
5877 [ 10271] By: jhi                                   on 2001/05/28  22:52:11
5878         Log: Subject: Re: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
5879              From: Michael G Schwern <schwern@pobox.com>
5880              Date: Tue, 29 May 2001 00:42:59 +0100
5881              Message-ID: <20010529004259.A675@blackrider.blackstar.co.uk>
5882      Branch: perl
5883            ! t/pragma/autouse.t
5884 ____________________________________________________________________________
5885 [ 10270] By: jhi                                   on 2001/05/28  21:44:06
5886         Log: Some shells seemingly arrange the signal handlers differently
5887              (bug id 20010521.004).
5888      Branch: perl
5889            ! t/lib/sigaction.t
5890 ____________________________________________________________________________
5891 [ 10269] By: jhi                                   on 2001/05/28  20:34:21
5892         Log: Regen perlmodlib.
5893      Branch: perl
5894            ! pod/perlmodlib.pod
5895 ____________________________________________________________________________
5896 [ 10268] By: jhi                                   on 2001/05/28  19:08:45
5897         Log: Update Changes.
5898      Branch: perl
5899            ! Changes patchlevel.h
5900 ____________________________________________________________________________
5901 [ 10267] By: jhi                                   on 2001/05/28  19:03:54
5902         Log: Subject: [PATCH] perlnewmod.pod to reflect DLSI(P) change
5903              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
5904              Date: Mon, 28 May 2001 14:56:35 -0500
5905              Message-ID: <20010528145635.L8487@chaos.wustl.edu>
5906      Branch: perl
5907            ! pod/perlnewmod.pod
5908 ____________________________________________________________________________
5909 [ 10266] By: jhi                                   on 2001/05/28  18:35:03
5910         Log: Regen toc.
5911      Branch: perl
5912            ! pod/perltoc.pod
5913 ____________________________________________________________________________
5914 [ 10265] By: jhi                                   on 2001/05/28  18:33:32
5915         Log: Subject: [PATCH] RE: [20000223.001] no test cases for splice(@array) 
5916              From: "Richard Soderberg" <rs@crystalflame.net>
5917              Date: Mon, 28 May 2001 12:31:23 -0700
5918              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFLDFAA.rs@crystalflame.net>
5919      Branch: perl
5920            ! t/op/splice.t
5921 ____________________________________________________________________________
5922 [ 10264] By: jhi                                   on 2001/05/28  17:59:00
5923         Log: The #10260 was too bold: locales and utf8 still do not mix.
5924      Branch: perl
5925            ! t/pragma/locale.t
5926 ____________________________________________________________________________
5927 [ 10263] By: jhi                                   on 2001/05/28  17:52:25
5928         Log: Subject: [PATCH] Pod nitpicks
5929              From: "Richard Soderberg" <rs@crystalflame.net>
5930              Date: Mon, 28 May 2001 10:08:58 -0700
5931              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFGDFAA.rs@crystalflame.net>
5932      Branch: perl
5933            ! pod/perl571delta.pod pod/perlapi.pod sv.h
5934 ____________________________________________________________________________
5935 [ 10262] By: jhi                                   on 2001/05/28  17:50:05
5936         Log: Upgrade to I18N::LangTags 0.22.
5937      Branch: perl
5938            + lib/I18N/LangTags/List.pod
5939            ! MANIFEST lib/I18N/LangTags.pm
5940 ____________________________________________________________________________
5941 [ 10261] By: jhi                                   on 2001/05/28  17:23:40
5942         Log: A slightly more serious bug found by -Mutf8; op/misc and
5943              lib/complex dumped core.
5944      Branch: perl
5945            ! regexec.c
5946 ____________________________________________________________________________
5947 [ 10260] By: jhi                                   on 2001/05/28  16:58:11
5948         Log: Various buglets shaken out by -Mutf8.
5949      Branch: perl
5950            ! t/io/utf8.t t/lib/charnames.t t/lib/lc-language.t
5951            ! t/pragma/locale.t
5952 ____________________________________________________________________________
5953 [ 10259] By: jhi                                   on 2001/05/28  15:48:46
5954         Log: STDERR looks much like STDOUT.  (Subtest #2 wasn't really okay.)
5955      Branch: perl
5956            ! t/lib/carp.t
5957 ____________________________________________________________________________
5958 [ 10258] By: jhi                                   on 2001/05/28  15:32:41
5959         Log: Subject: [PATCH] todo patch
5960              From: Artur Bergman <artur@contiller.se> 
5961              Date: Mon, 28 May 2001 17:03:51 +0200
5962              Message-ID: <B7383577.F34%artur@contiller.se>
5963      Branch: perl
5964            ! pod/perltodo.pod
5965 ____________________________________________________________________________
5966 [ 10257] By: jhi                                   on 2001/05/28  15:31:25
5967         Log: Subject: typo in perlguts.pod
5968              From: "John P. Linderman" <jpl@research.att.com>
5969              Date: Mon, 28 May 2001 09:35:47 -0400 (EDT)
5970              Message-Id: <200105281335.JAA27851@raptor.research.att.com>
5971      Branch: perl
5972            ! pod/perlguts.pod
5973 ____________________________________________________________________________
5974 [ 10256] By: jhi                                   on 2001/05/28  15:30:42
5975         Log: Subject: AIX and gcc (moving targets)
5976              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5977              Date: Mon, 28 May 2001 12:54:04 +0200
5978              Message-Id: <20010528124531.9FAB.H.M.BRAND@hccnet.nl>
5979      Branch: perl
5980            ! hints/aix.sh
5981 ____________________________________________________________________________
5982 [ 10255] By: jhi                                   on 2001/05/28  15:28:55
5983         Log: Subject: Re: perlio + multiple perl_alloc..destruct
5984              From: Doug MacEachern <dougm@covalent.net>
5985              Date: Sun, 27 May 2001 13:47:13 -0700 (PDT)
5986              Message-ID: <Pine.LNX.4.21.0105271340370.5938-100000@mako.covalent.net>
5987      Branch: perl
5988            ! perlio.c
5989 ____________________________________________________________________________
5990 [ 10254] By: jhi                                   on 2001/05/28  15:27:49
5991         Log: The #10251 wasn't quite up-to-the-code.
5992      Branch: perl
5993            ! t/op/misc.t
5994 ____________________________________________________________________________
5995 [ 10253] By: jhi                                   on 2001/05/28  15:26:39
5996         Log: Test case for bug 20010526.004, fixed in #10252.
5997      Branch: perl
5998            ! t/op/taint.t
5999 ____________________________________________________________________________
6000 [ 10252] By: jhi                                   on 2001/05/28  15:26:14
6001         Log: Subject: Re: [ID 20010526.004] Taint looses value
6002              From: Hugo <hv@crypt.compulink.co.uk>
6003              Date: Sun, 27 May 2001 20:39:32 +0100
6004              Message-Id: <200105271939.UAA27591@crypt.compulink.co.uk>
6005      Branch: perl
6006            ! sv.c
6007 ____________________________________________________________________________
6008 [ 10251] By: jhi                                   on 2001/05/28  15:13:40
6009         Log: Test case for 20010422.005, fixed by #10250.
6010      Branch: perl
6011            ! t/op/misc.t
6012 ____________________________________________________________________________
6013 [ 10250] By: jhi                                   on 2001/05/28  15:11:16
6014         Log: Subject: [PATCH] Re: [ID 20010422.005] perl -e '{s//${}/; //}' # segfaults on FreeBSD 
6015              From: Spider Boardman <spider@Orb.Nashua.NH.US>
6016              Date: Mon, 28 May 2001 06:39:12 -0400
6017              Message-Id: <200105281039.GAA03962@Orb.Nashua.NH.US>
6018      Branch: perl
6019            ! toke.c
6020 ____________________________________________________________________________
6021 [ 10249] By: jhi                                   on 2001/05/28  15:09:24
6022         Log: Linerewrapping.
6023      Branch: perl
6024            ! lib/open.pm
6025 ____________________________________________________________________________
6026 [ 10248] By: jhi                                   on 2001/05/28  15:09:07
6027         Log: Updates on the modules list.
6028      Branch: perl
6029            ! t/lib/1_compile.t
6030 ____________________________________________________________________________
6031 [ 10247] By: jhi                                   on 2001/05/28  15:03:35
6032         Log: Add a test for PerlIO.
6033              
6034              (I probably got the crlf/raw thing wrong for clrfy platforms...)
6035      Branch: perl
6036            + t/lib/perlio.t
6037            ! MANIFEST lib/PerlIO.pm
6038 ____________________________________________________________________________
6039 [ 10246] By: jhi                                   on 2001/05/28  14:24:08
6040         Log: Add a test for carp et alia.
6041      Branch: perl
6042            + t/lib/carp.t
6043            ! MANIFEST
6044 ____________________________________________________________________________
6045 [ 10245] By: jhi                                   on 2001/05/28  13:42:55
6046         Log: Adding the new test would be swell.
6047      Branch: perl
6048            + t/pragma/autouse.t
6049 ____________________________________________________________________________
6050 [ 10244] By: jhi                                   on 2001/05/28  13:42:34
6051         Log: Add a test for the autouse pragma.
6052      Branch: perl
6053            ! MANIFEST
6054 ____________________________________________________________________________
6055 [ 10243] By: jhi                                   on 2001/05/28  13:26:25
6056         Log: Subject: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
6057              From: dLux <dlux@spam.sch.bme.hu>
6058              Date: Sun, 27 May 2001 16:14:26 +0200
6059              Message-Id: <E1541JK-0000YC-00@dl.sch.bme.hu>
6060      Branch: perl
6061            ! lib/autouse.pm
6062 ____________________________________________________________________________
6063 [ 10242] By: jhi                                   on 2001/05/28  13:21:50
6064         Log: Subject: [PATCH #2] RE: [ID 20010528.002] dprofpp: "-R" does not work
6065              From: "Richard Soderberg" <rs@crystalflame.net>
6066              Date: Mon, 28 May 2001 03:56:36 -0700
6067              Message-ID: <NAEKLNAAHLMBPMPNBMLEEEFADFAA.rs@crystalflame.net>
6068      Branch: perl
6069            ! utils/dprofpp.PL
6070 ____________________________________________________________________________
6071 [ 10241] By: jhi                                   on 2001/05/28  13:18:56
6072         Log: Subject: Re: [ID 20010522.003] Time::Local module bug
6073              From: "Stephen P. Potter" <spp@spotter.yi.org>
6074              Date: Tue, 22 May 2001 11:40:25 -0400
6075              Message-Id: <20010522154030.584F4729E2@belgarath.spotter.yi.org>
6076              
6077              Subject: Re: [ID 20010522.003] Time::Local module bug
6078              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu> 
6079              Date: Tue, 22 May 2001 11:50:19 -0400
6080              Message-ID: <20010522115019.D48634@linguist.thayer.dartmouth.edu>
6081      Branch: perl
6082            ! lib/Time/Local.pm
6083 ____________________________________________________________________________
6084 [ 10240] By: jhi                                   on 2001/05/27  22:44:49
6085         Log: The PERL_DL_NONLAZY can have whitespace in front.
6086      Branch: perl
6087            ! t/lib/extutils.t
6088 ____________________________________________________________________________
6089 [ 10239] By: jhi                                   on 2001/05/27  21:23:21
6090         Log: Document strftime() and strptime().
6091      Branch: perl
6092            ! ext/POSIX/POSIX.pod ext/Time/Piece/Piece.pm t/lib/time-piece.t
6093 ____________________________________________________________________________
6094 [ 10238] By: jhi                                   on 2001/05/27  20:29:07
6095         Log: Make Time::Piece::strptime() to be a function, not a method.
6096      Branch: perl
6097            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
6098 ____________________________________________________________________________
6099 [ 10237] By: jhi                                   on 2001/05/27  20:22:09
6100         Log: Tweak the test to be more portable.
6101      Branch: perl
6102            ! t/lib/extutils.t
6103 ____________________________________________________________________________
6104 [ 10236] By: jhi                                   on 2001/05/27  19:15:54
6105         Log: Subject: PATCH: Re: Re: Attributes that tie
6106              From: Leon Brocard <acme@astray.com>
6107              Date: Sun, 27 May 2001 12:37:29 +0100
6108              Message-ID: <20010527123729.A22663@ns0.astray.com>
6109              
6110              Document that variable attributes are not currently usable
6111              for tieing.  (An ugly limitation that should be fixed.)
6112      Branch: perl
6113            ! lib/attributes.pm
6114 ____________________________________________________________________________
6115 [ 10235] By: jhi                                   on 2001/05/27  19:03:31
6116         Log: Microperl tweaks.
6117      Branch: perl
6118            ! Makefile.micro uconfig.h uconfig.sh
6119 ____________________________________________________________________________
6120 [ 10234] By: jhi                                   on 2001/05/27  18:22:09
6121         Log: Add make target for microperl (kind of silly, but convenient).
6122      Branch: perl
6123            ! Makefile.SH
6124 ____________________________________________________________________________
6125 [ 10233] By: jhi                                   on 2001/05/27  18:18:56
6126         Log: O_APPEND and O_TRUNC are not portable.  (Not available e.g.
6127              for microperl.)
6128      Branch: perl
6129            ! doio.c
6130 ____________________________________________________________________________
6131 [ 10232] By: jhi                                   on 2001/05/27  17:57:18
6132         Log: Subject: [PATCH] [ID 19991013.005] utime undef, undef, @files  
6133              From: rspier@pobox.com (Robert Spier)
6134              Date: Sat, 26 May 2001 20:05:23 -0400
6135              Message-ID: <15120.17603.148648.12430@rls.cx>
6136              
6137              Subject: Re: [PATCH] [ID 19991013.005] utime undef, undef, @files
6138              From: rspier@pobox.com (Robert Spier)
6139              Date: Sun, 27 May 2001 00:23:12 -0400
6140              Message-ID: <15120.33072.511966.767230@rls.cx>
6141      Branch: perl
6142            ! doio.c pod/perlfunc.pod
6143 ____________________________________________________________________________
6144 [ 10231] By: jhi                                   on 2001/05/27  15:45:20
6145         Log: Regen toc.  (And add the README.tru64 from #10230 to MANIFEST.)
6146      Branch: perl
6147            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
6148 ____________________________________________________________________________
6149 [ 10230] By: jhi                                   on 2001/05/27  15:41:06
6150         Log: Add README.tru64.
6151      Branch: perl
6152            + README.tru64
6153 ____________________________________________________________________________
6154 [ 10229] By: jhi                                   on 2001/05/27  13:50:57
6155         Log: Integrate Locale::Maketext 1.01 from Sean Burke.
6156      Branch: perl
6157            + lib/Locale/Maketext.pm lib/Locale/Maketext.pod
6158            + lib/Locale/Maketext/TPJ13.pod t/lib/lc-maketext.t
6159            ! MANIFEST
6160 ____________________________________________________________________________
6161 [ 10228] By: jhi                                   on 2001/05/27  13:43:38
6162         Log: Integrate I18N::LangTags from Sean Burke.
6163              
6164              TODO: the language list from RFC 3066 needs to be integrated
6165              and made available somehow.  The list is included in the
6166              I18N-LangTags 0.21 distribution, but it is undocumented
6167              and unconnected to the module.
6168      Branch: perl
6169            + lib/I18N/LangTags.pm t/lib/i18n-langtags.t
6170            ! MANIFEST
6171 ____________________________________________________________________________
6172 [ 10227] By: jhi                                   on 2001/05/27  01:41:33
6173         Log: Allow 'eval "v200"' to work (part of 20000323.059); fix as
6174              envisioned by Sarathy.
6175      Branch: perl
6176            ! t/op/ver.t toke.c
6177 ____________________________________________________________________________
6178 [ 10226] By: jhi                                   on 2001/05/27  00:28:34
6179         Log: Subject: [ID 20010525.001] Pod typo nits fixed
6180              From: lvirden@cas.org
6181              Date: Fri, 25 May 2001 06:57:43 -0400 (EDT)
6182              Message-Id: <200105251057.f4PAvhY13003@lwv26awu.cas.org>
6183              
6184              minus the perlsolaris decimation plus the
6185              
6186              Subject: Re: [ID 20010525.001] Pod typo nits fixed
6187              From: "Philip Newton" <Philip.Newton@gmx.net>
6188              Date: Fri, 25 May 2001 18:05:55 +0200
6189              Message-Id: <200105251604.f4PG4kt15034@chaos.wustl.edu>
6190      Branch: perl
6191            ! README.amiga README.cygwin README.mpeix pod/perl5005delta.pod
6192            ! pod/perldebtut.pod pod/perlebcdic.pod pod/perlfaq3.pod
6193            ! pod/perlhack.pod pod/perltoc.pod pod/perltodo.pod
6194            ! pod/perlutil.pod pod/perlxstut.pod
6195 ____________________________________________________________________________
6196 [ 10225] By: jhi                                   on 2001/05/26  22:38:16
6197         Log: return clauses are nice.
6198      Branch: perl
6199            ! sv.c
6200 ____________________________________________________________________________
6201 [ 10224] By: jhi                                   on 2001/05/26  22:35:31
6202         Log: Subject: change 10199 backwards?
6203              From: Doug MacEachern <dougm@covalent.net>
6204              Date: Sat, 26 May 2001 11:26:07 -0700 (PDT)
6205              Message-ID: <Pine.LNX.4.21.0105261118510.22038-100000@mako.covalent.net>
6206      Branch: perl
6207            ! sv.c
6208 ____________________________________________________________________________
6209 [ 10223] By: jhi                                   on 2001/05/26  22:31:46
6210         Log: Subject: Re: 5.6.*, bleadperl: bugs in pp_concat
6211              From: Hugo <hv@crypt.compulink.co.uk>
6212              Date: Sat, 26 May 2001 17:05:12 +0100
6213              Message-Id: <200105261605.RAA12295@crypt.compulink.co.uk>
6214      Branch: perl
6215            + t/op/gmagic.t
6216            ! MANIFEST doop.c embed.h embed.pl global.sym
6217            ! lib/File/Basename.pm objXSUB.h perlapi.c pod/perlapi.pod
6218            ! pp_hot.c proto.h sv.c sv.h t/pragma/warn/pp_hot
6219 ____________________________________________________________________________
6220 [ 10222] By: jhi                                   on 2001/05/26  22:10:38
6221         Log: Regen headers for #10221.
6222      Branch: perl
6223            ! global.sym objXSUB.h perlapi.c
6224 ____________________________________________________________________________
6225 [ 10221] By: jhi                                   on 2001/05/26  22:06:06
6226         Log: Subject: [ID 20010506.012] Patch for 5.6.1 embed.pl (shared libperl&mod_perl)
6227              From: Juha Laiho <juha.laiho@Elma.Net>
6228              Date: Thu, 3 May 2001 09:51:30 +0300
6229              Message-Id: <200105030651.JAA327254@tokka.elma.fi>
6230      Branch: perl
6231            ! embed.pl
6232 ____________________________________________________________________________
6233 [ 10220] By: jhi                                   on 2001/05/26  22:01:30
6234         Log: Subject: Re: [PATCH] Re: stability of sort()?
6235              From: "John P. Linderman" <jpl@research.att.com>
6236              Date: Sat, 26 May 2001 13:27:19 -0400
6237              Message-Id: <200105261727.NAA06654@raptor.research.att.com>
6238      Branch: perl
6239            ! pod/perlfunc.pod
6240 ____________________________________________________________________________
6241 [ 10219] By: jhi                                   on 2001/05/26  14:02:34
6242         Log: Integrate perlio.
6243      Branch: perl
6244           !> pod/perlguts.pod
6245 ____________________________________________________________________________
6246 [ 10218] By: jhi                                   on 2001/05/26  13:39:52
6247         Log: Subject: [PATCH perl@10210] PerlIO for VMS
6248              From: "Craig A. Berry" <craigberry@mac.com>
6249              Date: Sat, 26 May 2001 09:34:11 -0500
6250              Message-Id: <a05100e0ab734816701a5@[172.16.52.1]>
6251      Branch: perl
6252            ! configure.com doio.c iperlsys.h perlio.c perlio.h perliol.h
6253            ! perlsdio.h vms/ext/Stdio/Stdio.xs vms/gen_shrfls.pl vms/vms.c
6254            ! vms/vmsish.h
6255 ____________________________________________________________________________
6256 [ 10217] By: jhi                                   on 2001/05/26  13:19:05
6257         Log: Subject: patch to fix: [ID 20010524.004] perl5db.pl version 1.12  doesn't stop on breakpoints
6258              From: David Dyck <dcd@tc.fluke.com>
6259              Date: Fri, 25 May 2001 00:03:04 -0700 (PDT)
6260              Message-ID: <Pine.LNX.4.33.0105242354030.17331-100000@dd.tc.fluke.com>
6261      Branch: perl
6262            ! lib/perl5db.pl
6263 ____________________________________________________________________________
6264 [ 10216] By: jhi                                   on 2001/05/26  13:17:47
6265         Log: Subject: utf8 regexp tests
6266              From: Hugo <hv@crypt.compulink.co.uk>
6267              Date: Fri, 25 May 2001 22:35:01 +0100
6268              Message-Id: <200105252135.WAA03197@crypt.compulink.co.uk>
6269      Branch: perl
6270            ! t/op/regexp.t
6271 ____________________________________________________________________________
6272 [ 10215] By: jhi                                   on 2001/05/26  13:15:40
6273         Log: Subject: [PATCH] Re: stability of sort()?
6274              From: Nicholas Clark <nick@ccl4.org>
6275              Date: Fri, 25 May 2001 22:40:19 +0100
6276              Message-ID: <20010525224019.B86445@plum.flirble.org>
6277      Branch: perl
6278            ! pod/perlfunc.pod
6279 ____________________________________________________________________________
6280 [ 10214] By: jhi                                   on 2001/05/26  13:14:30
6281         Log: Subject: Re: [ID 20010426.005] Magic not being removed at scope exit [PATCH]
6282              From: John Peacock <jpeacock@rowman.com>
6283              Date: Thu, 24 May 2001 22:14:01 -0400
6284              Message-ID: <3B0DBFE9.A7C49084@rowman.com>
6285      Branch: perl
6286            ! mg.c scope.c sv.c
6287 ____________________________________________________________________________
6288 [ 10213] By: jhi                                   on 2001/05/26  13:08:56
6289         Log: Subject: [PATCH] Re: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
6290              From: Nicholas Clark <nick@ccl4.org>
6291              Date: Sun, 20 May 2001 19:24:13 +0100
6292              Message-ID: <20010520192413.G83222@plum.flirble.org>
6293      Branch: perl
6294            + lib/ExtUtils/Constant.pm t/lib/extutils.t
6295            ! MANIFEST utils/h2xs.PL
6296 ____________________________________________________________________________
6297 [ 10212] By: nick                                  on 2001/05/26  09:49:28
6298         Log: Change perlguts docs to not suggest PUSHi etc. for multiple results,
6299              add a few more notes there on use of mortals on the stack.
6300      Branch: perlio
6301            ! pod/perlguts.pod
6302 ____________________________________________________________________________
6303 [ 10211] By: nick                                  on 2001/05/26  09:05:36
6304         Log: Integrate mainline
6305      Branch: perlio
6306           +> t/lib/fcntl.t t/pragma/vars.t
6307           !> (integrate 49 files)
6308 ____________________________________________________________________________
6309 [ 10210] By: jhi                                   on 2001/05/25  12:29:16
6310         Log: Update Changes.
6311      Branch: perl
6312            ! Changes patchlevel.h
6313 ____________________________________________________________________________
6314 [ 10209] By: jhi                                   on 2001/05/25  12:24:45
6315         Log: Based on
6316              
6317              Subject: [PATCH pp.c] Wrapping pack("C",256)
6318              From: Simon Cozens <simon@netthink.co.uk>
6319              Date: Sat, 12 May 2001 17:58:41 +0100
6320              Message-ID: <20010512175841.A6132@netthink.co.uk>
6321      Branch: perl
6322            ! pod/perldiag.pod pp.c t/pragma/warn/pp
6323 ____________________________________________________________________________
6324 [ 10208] By: jhi                                   on 2001/05/25  01:37:03
6325         Log: Subject: [PATCH] 5.6.1 Term::Cap -- add terminfo fallback
6326              From: "Brendan O'Dea" <bod@compusol.com.au>
6327              Date: Fri, 25 May 2001 11:18:29 +1000
6328              Message-ID: <20010525111829.A28411@compusol.com.au>
6329              
6330              (Slightly modified.)
6331      Branch: perl
6332            ! lib/Term/Cap.pm
6333 ____________________________________________________________________________
6334 [ 10207] By: jhi                                   on 2001/05/25  01:12:14
6335         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string 
6336              From: Hugo <hv@crypt.compulink.co.uk>
6337              Date: Fri, 25 May 2001 02:13:25 +0100
6338              Message-Id: <200105250113.CAA23158@crypt.compulink.co.uk>
6339      Branch: perl
6340            ! t/op/misc.t
6341 ____________________________________________________________________________
6342 [ 10206] By: jhi                                   on 2001/05/25  01:07:59
6343         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string
6344              From: Inaba Hiroto <hiroto.inaba@toshiba.co.jp>
6345              Date: Fri, 25 May 2001 10:25:36 +0900
6346              Message-Id: <200105250124.KAA19571@toshiba.co.jp> 
6347      Branch: perl
6348            ! regcomp.c regexec.c
6349 ____________________________________________________________________________
6350 [ 10205] By: jhi                                   on 2001/05/25  01:07:00
6351         Log: Subject: [PATCH #2] stash autovivification and method call error messages
6352              From: Ilmari Karonen <iltzu@sci.fi>
6353              Date: Thu, 24 May 2001 01:51:48 +0300 (EET DST)
6354              Message-ID: <Pine.SOL.3.96.1010524013737.18819D-100000@simpukka>
6355      Branch: perl
6356            ! gv.c pp_hot.c t/op/method.t
6357 ____________________________________________________________________________
6358 [ 10204] By: jhi                                   on 2001/05/25  01:03:50
6359         Log: Add make target and documentation for gprof profiling.
6360      Branch: perl
6361            ! Makefile.SH pod/perlhack.pod
6362 ____________________________________________________________________________
6363 [ 10203] By: jhi                                   on 2001/05/24  21:09:36
6364         Log: Subject: Don't think about UTF8 
6365              From: Mike Guy <mjtg@cam.ac.uk> 
6366              Date: Tue, 22 May 2001 14:35:39 +0100
6367              Message-Id: <E152CK3-00028O-00@virgo.cus.cam.ac.uk>
6368      Branch: perl
6369            ! sv.h
6370 ____________________________________________________________________________
6371 [ 10202] By: jhi                                   on 2001/05/24  21:07:25
6372         Log: Subject: [ID 20010524.002] find2perl bug in fileglob_to_re
6373              From: Geraint A Edwards <gedge@serf.org> 
6374              Date: Thu, 24 May 2001 22:51:24 +0100
6375              Message-Id: <20010524225124.A34981@cymru.serf.org>
6376      Branch: perl
6377            ! x2p/find2perl.PL
6378 ____________________________________________________________________________
6379 [ 10201] By: jhi                                   on 2001/05/24  21:02:30
6380         Log: DB_File has its own attribute story.
6381      Branch: perl
6382            ! ext/DB_File/DB_File.xs
6383 ____________________________________________________________________________
6384 [ 10200] By: jhi                                   on 2001/05/24  19:54:21
6385         Log: Subject: Re: Making perl with -Wall
6386              From: Andy Dougherty <doughera@lafayette.edu>
6387              Date: Thu, 24 May 2001 14:33:37 -0400 (EDT)
6388              Message-ID: <Pine.SOL.4.10.10105241415460.2443-100000@maxwell.phys.lafayette.edu>
6389      Branch: perl
6390            ! perl.h
6391 ____________________________________________________________________________
6392 [ 10199] By: jhi                                   on 2001/05/24  15:15:03
6393         Log: Subject: RE: [ID 20010521.003] - [PATCH #2] sv.c: sv_dup_inc(SvRV(sstr)) wasn't checking SvWEAKREF
6394              From: "Richard Soderberg" <rs@crystalflame.net>
6395              Date: Thu, 24 May 2001 08:58:16 -0700
6396              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEPODEAA.rs@crystalflame.net>
6397      Branch: perl
6398            ! sv.c
6399 ____________________________________________________________________________
6400 [ 10198] By: jhi                                   on 2001/05/24  15:10:04
6401         Log: IV/UV casting fixes from Nicholas Clark.
6402      Branch: perl
6403            ! perl.h pp_sys.c util.c
6404 ____________________________________________________________________________
6405 [ 10197] By: jhi                                   on 2001/05/24  14:19:44
6406         Log: Subject: Re: Making perl with -Wall
6407              From: Michael G Schwern <schwern@pobox.com>
6408              Date: Thu, 24 May 2001 15:40:28 +0100
6409              Message-ID: <20010524154028.B1988@blackrider.blackstar.co.uk>
6410      Branch: perl
6411            ! malloc.c perl.h
6412 ____________________________________________________________________________
6413 [ 10196] By: jhi                                   on 2001/05/24  14:04:41
6414         Log: Subject: [PATCH] Re: [ID 20010521.004] Two test suite failures on this platform with latest rsync 
6415              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6416              Date: Tue, 22 May 2001 11:49:37 +0200
6417              Message-Id: <20010522114044.BC4E.H.M.BRAND@hccnet.nl>
6418      Branch: metaconfig
6419            ! U/modified/Oldsym.U
6420      Branch: metaconfig/U/perl
6421            ! patchlevel.U
6422      Branch: perl
6423            ! Configure config_h.SH myconfig.SH
6424 ____________________________________________________________________________
6425 [ 10195] By: jhi                                   on 2001/05/24  13:25:04
6426         Log: Under versiononly install also the scripts with the version suffix.
6427              (e.g. .../bin/h2xs5.7.1)
6428      Branch: perl
6429            ! installperl
6430 ____________________________________________________________________________
6431 [ 10194] By: jhi                                   on 2001/05/24  13:02:49
6432         Log: Subject: [PATCH] Stop segfault in mg.c:636
6433              From: "Richard Soderberg" <rs@crystalflame.net>
6434              Date: Thu, 24 May 2001 05:51:52 -0700
6435              Message-ID: <NAEKLNAAHLMBPMPNBMLEGEPGDEAA.rs@crystalflame.net>
6436      Branch: perl
6437            ! mg.c
6438 ____________________________________________________________________________
6439 [ 10193] By: jhi                                   on 2001/05/24  12:37:13
6440         Log: Iteration continues; hopefully convergently.
6441      Branch: perl
6442            ! t/lib/b-stash.t
6443 ____________________________________________________________________________
6444 [ 10192] By: jhi                                   on 2001/05/24  12:36:35
6445         Log: Subject: [PATCH] CORE::GLOBAL::require override happens too early
6446              From: Gisle Aas <gisle@ActiveState.com>
6447              Date: 23 May 2001 16:13:10 -0700
6448              Message-ID: <lrofsjfym1.fsf@caliper.ActiveState.com>
6449      Branch: perl
6450            ! op.c toke.c
6451 ____________________________________________________________________________
6452 [ 10191] By: jhi                                   on 2001/05/24  12:25:12
6453         Log: Subject: [PATCH] lib/dumpvar.pl, lib/perl5db.pl - fix warnings
6454              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
6455              Date: Thu, 24 May 2001 05:05:22 -0500
6456              Message-ID: <20010524050522.A18997@staff1.cso.uiuc.edu>
6457      Branch: perl
6458            ! lib/dumpvar.pl lib/perl5db.pl
6459 ____________________________________________________________________________
6460 [ 10190] By: jhi                                   on 2001/05/24  12:24:07
6461         Log: Subject: Re: [ID 20010524.001] perl5db.pl   x @INC  doesn't work like it used to
6462              From: David Dyck <dcd@tc.fluke.com>
6463              Date: Thu, 24 May 2001 01:42:09 -0700 (PDT)
6464              Message-ID: <Pine.LNX.4.33.0105240134580.5179-100000@dd.tc.fluke.com>
6465      Branch: perl
6466            ! lib/perl5db.pl
6467 ____________________________________________________________________________
6468 [ 10189] By: jhi                                   on 2001/05/23  22:43:31
6469         Log: Tiny pod nits on READMEs, mostly whitespace issues.
6470      Branch: perl
6471            ! README.amiga README.dos README.macos README.mpeix README.vmesa
6472            ! README.win32
6473 ____________________________________________________________________________
6474 [ 10188] By: jhi                                   on 2001/05/23  22:26:03
6475         Log: The DG/UX part of the 20010521.005.
6476      Branch: perl
6477            ! README.dgux
6478 ____________________________________________________________________________
6479 [ 10187] By: jhi                                   on 2001/05/23  22:04:05
6480         Log: Subject: Re: [ID 20000716.007] \G in a m//g expression causes problems 
6481              From: Hugo <hv@crypt.compulink.co.uk>
6482              Date: Mon, 21 May 2001 16:32:02 +0100
6483              Message-Id: <200105211532.QAA03999@crypt.compulink.co.uk>
6484      Branch: perl
6485            ! regcomp.c t/op/misc.t
6486 ____________________________________________________________________________
6487 [ 10186] By: jhi                                   on 2001/05/23  21:42:15
6488         Log: Subject: [PATCH] Extra UNIVERSAL tests
6489              From: Mike Guy <mjtg@cam.ac.uk>
6490              Date: Wed, 23 May 2001 12:29:20 +0100
6491              Message-Id: <E152WpM-0001yP-00@virgo.cus.cam.ac.uk>
6492      Branch: perl
6493            ! t/op/universal.t
6494 ____________________________________________________________________________
6495 [ 10185] By: jhi                                   on 2001/05/23  21:38:48
6496         Log: Subject: [PATCH] Remove EQ keyword
6497              From: Mike Guy <mjtg@cam.ac.uk>
6498              Message-Id: <E152Vhp-00072x-00@virgo.cus.cam.ac.uk>
6499              Date: Wed, 23 May 2001 11:17:29 +0100
6500      Branch: perl
6501            ! keywords.h keywords.pl
6502 ____________________________________________________________________________
6503 [ 10184] By: jhi                                   on 2001/05/23  21:29:41
6504         Log: Subject: [PATCH] lib/perl5db.pl
6505              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
6506              Date: Wed, 23 May 2001 02:18:03 -0500
6507              Message-ID: <20010523021803.A21965@staff1.cso.uiuc.edu>
6508      Branch: perl
6509            ! lib/perl5db.pl
6510 ____________________________________________________________________________
6511 [ 10183] By: jhi                                   on 2001/05/23  21:27:54
6512         Log: Subject: [PATCH lib/Term/Cap.pm] Avoid -W warnings in Tgetent and Tputs
6513              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
6514              Date: Tue, 22 May 2001 23:34:41 -0500
6515              Message-ID: <20010522233441.A12431@staff1.cso.uiuc.edu>
6516      Branch: perl
6517            ! lib/Term/Cap.pm
6518 ____________________________________________________________________________
6519 [ 10182] By: jhi                                   on 2001/05/23  21:24:30
6520         Log: Subject: [PATCH emacs/e2ctags.pl] big speedup
6521              From: davem@fdgroup.co.uk
6522              Date: Tue, 22 May 2001 22:08:09 +0100 (BST)
6523              Message-Id: <200105222108.WAA09442@gizmo.fdgroup.co.uk>
6524      Branch: perl
6525            ! emacs/e2ctags.pl
6526 ____________________________________________________________________________
6527 [ 10181] By: jhi                                   on 2001/05/23  21:23:29
6528         Log: Subject: [PATCH lib/vars.pm] Sensible minimum version
6529              From: Michael G Schwern <schwern@pobox.com>
6530              Date: Tue, 22 May 2001 14:15:09 +0100
6531              Message-ID: <20010522141509.J701@blackrider.blackstar.co.uk>
6532      Branch: perl
6533            ! lib/vars.pm
6534 ____________________________________________________________________________
6535 [ 10180] By: jhi                                   on 2001/05/23  21:22:14
6536         Log: Subject: [PATCH lib/vars.pm] Odd code nit
6537              From: Michael G Schwern <schwern@pobox.com>
6538              Date: Tue, 22 May 2001 14:14:28 +0100
6539              Message-ID: <20010522141427.I701@blackrider.blackstar.co.uk>
6540      Branch: perl
6541            ! lib/vars.pm
6542 ____________________________________________________________________________
6543 [ 10179] By: jhi                                   on 2001/05/23  21:19:51
6544         Log: Use the new use vars feature.
6545      Branch: perl
6546            ! t/lib/b-stash.t
6547 ____________________________________________________________________________
6548 [ 10178] By: jhi                                   on 2001/05/23  21:19:28
6549         Log: Subject: [PATCH] vars.pm to support qualified variables (was Re: [ID 20010521.001])
6550              From: Mike Guy <mjtg@cam.ac.uk>
6551              Sender: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
6552              Date: Tue, 22 May 2001 13:11:39 +0100
6553      Branch: perl
6554            + t/pragma/vars.t
6555            ! MANIFEST lib/vars.pm t/lib/1_compile.t
6556 ____________________________________________________________________________
6557 [ 10177] By: jhi                                   on 2001/05/23  21:01:48
6558         Log: -qlongdouble considered harmful by Merijn.
6559      Branch: perl
6560            ! hints/aix.sh
6561 ____________________________________________________________________________
6562 [ 10176] By: jhi                                   on 2001/05/21  13:21:21
6563         Log: Update Changes.
6564      Branch: perl
6565            ! Changes patchlevel.h
6566 ____________________________________________________________________________
6567 [ 10175] By: jhi                                   on 2001/05/21  13:17:28
6568         Log: Add a test of its very own for Fcntl.  Hopefully portable.
6569      Branch: perl
6570            + t/lib/fcntl.t
6571            ! MANIFEST
6572 ____________________________________________________________________________
6573 [ 10174] By: jhi                                   on 2001/05/21  12:45:41
6574         Log: Must be trickier for 'minitest' not to die.
6575      Branch: perl
6576            ! t/op/taint.t
6577 ____________________________________________________________________________
6578 [ 10173] By: jhi                                   on 2001/05/21  11:24:43
6579         Log: Can't declare other people's variables.
6580      Branch: perl
6581            ! t/lib/b-stash.t
6582 ____________________________________________________________________________
6583 [ 10172] By: jhi                                   on 2001/05/20  20:33:08
6584         Log: Fix for ID 20010519.003: sysopen() wasn't tainting :-(
6585      Branch: perl
6586            ! doio.c t/op/taint.t
6587 ____________________________________________________________________________
6588 [ 10171] By: jhi                                   on 2001/05/20  20:18:45
6589         Log: The OS/2 variable needs to be declared.
6590      Branch: perl
6591            ! t/lib/b-stash.t
6592 ____________________________________________________________________________
6593 [ 10170] By: nick                                  on 2001/05/20  16:48:29
6594         Log: Integrate mainline
6595      Branch: perlio
6596           !> (integrate 41 files)
6597 ____________________________________________________________________________
6598 [ 10169] By: jhi                                   on 2001/05/20  11:50:20
6599         Log: Small perlsec updates: clarify the taintedness of filename
6600              globbing; suggest using Scalar::Util::tainted().
6601      Branch: perl
6602            ! pod/perlsec.pod
6603 ____________________________________________________________________________
6604 [ 10168] By: jhi                                   on 2001/05/20  11:24:11
6605         Log: Subject: [PATCH 5.7.1@10135] [LARGE!] symbolic magic
6606              From: Dave Mitchell <davem@fdgroup.co.uk>
6607              Date: Sat, 19 May 2001 20:12:56 +0100 (BST)
6608              Message-Id: <200105191912.UAA23925@gizmo.fdgroup.co.uk>
6609      Branch: perl
6610            ! av.c cc_runtime.h doop.c dump.c gv.c hv.c mg.c op.c perl.c
6611            ! perl.h perlio.c pod/perlguts.pod pp.c pp_ctl.c pp_hot.c
6612            ! pp_sys.c regexec.c scope.c sv.c t/lib/peek.t taint.c util.c
6613            ! xsutils.c
6614 ____________________________________________________________________________
6615 [ 10167] By: jhi                                   on 2001/05/20  11:12:14
6616         Log: Subject: [PATCH 5.6.1] DLL descriptions on OS/2
6617              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6618              Date: Sat, 19 May 2001 04:08:46 -0400
6619              Message-ID: <20010519040846.A16969@math.ohio-state.edu>
6620      Branch: perl
6621            ! lib/ExtUtils/Mksymlists.pm makedef.pl
6622 ____________________________________________________________________________
6623 [ 10166] By: jhi                                   on 2001/05/20  11:08:27
6624         Log: Subject: [PATCH 5.6.1] DLL name mangling on OS/2
6625              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6626              Date: Sat, 19 May 2001 04:30:45 -0400
6627              Message-ID: <20010519043045.A17033@math.ohio-state.edu>
6628      Branch: perl
6629            ! os2/os2.c
6630 ____________________________________________________________________________
6631 [ 10165] By: jhi                                   on 2001/05/20  11:07:06
6632         Log: Subject: [PATCH 5.6.1] build bugs OS/2
6633              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6634              Date: Sat, 19 May 2001 04:35:28 -0400
6635              Message-ID: <20010519043528.A17363@math.ohio-state.edu>
6636      Branch: perl
6637            ! os2/Makefile.SHs os2/os2.c
6638 ____________________________________________________________________________
6639 [ 10164] By: jhi                                   on 2001/05/20  11:06:01
6640         Log: Subject: [PATCH 5.6.1] Mis-Failing tests
6641              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6642              Date: Sat, 19 May 2001 04:04:23 -0400
6643              Message-ID: <20010519040423.A16861@math.ohio-state.edu>
6644              
6645              (In bleadperl patched b-stash.t instead of b.t)
6646      Branch: perl
6647            ! t/lib/b-stash.t t/lib/bigfltpm.t
6648 ____________________________________________________________________________
6649 [ 10163] By: jhi                                   on 2001/05/20  10:59:46
6650         Log: Subject: [PATCH 5.6.1] perl5db
6651              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6652              Date: Sat, 19 May 2001 03:49:09 -0400
6653              Message-ID: <20010519034909.A14902@math.ohio-state.edu>
6654      Branch: perl
6655            ! lib/perl5db.pl
6656 ____________________________________________________________________________
6657 [ 10162] By: jhi                                   on 2001/05/20  10:58:18
6658         Log: Subject: [PATCH] require $mod where $mod has touched numeric context
6659              From: Gisle Aas <gisle@ActiveState.com>
6660              Date: 18 May 2001 14:24:51 -0700
6661              Message-ID: <lr3da2cpuk.fsf@caliper.ActiveState.com>
6662      Branch: perl
6663            ! pp_ctl.c
6664 ____________________________________________________________________________
6665 [ 10161] By: jhi                                   on 2001/05/20  10:57:00
6666         Log: Subject: [PATCH] Chomp should not always stringify
6667              From: Gisle Aas <gisle@ActiveState.com>
6668              Date: 18 May 2001 07:55:25 -0700
6669              Message-ID: <lrk83eogf6.fsf@caliper.ActiveState.com>
6670      Branch: perl
6671            ! doop.c t/op/chop.t
6672 ____________________________________________________________________________
6673 [ 10160] By: jhi                                   on 2001/05/20  10:49:40
6674         Log: Integrate perlio.
6675      Branch: perl
6676           !> pod/perlfunc.pod
6677 ____________________________________________________________________________
6678 [ 10159] By: nick                                  on 2001/05/20  09:39:46
6679         Log: Document some more of open's features.
6680      Branch: perlio
6681            ! pod/perlfunc.pod
6682 ____________________________________________________________________________
6683 [ 10158] By: gsar                                  on 2001/05/18  18:43:38
6684         Log: back out change#10153 (it has compatibility issues such as the
6685              changed behavior of /[~%@+-]/, and after talking to Jarkko, the
6686              benefit for 5.6.x doesn't seem worth the risk)
6687      Branch: maint-5.6/perl
6688            ! toke.c
6689 ____________________________________________________________________________
6690 [ 10157] By: jhi                                   on 2001/05/18  17:05:40
6691         Log: \$escaping the $vars in !GROK!THIS! section is a good idea.
6692      Branch: perl
6693            ! x2p/s2p.PL
6694 ____________________________________________________________________________
6695 [ 10156] By: jhi                                   on 2001/05/18  12:06:40
6696         Log: Update Changes.
6697      Branch: perl
6698            ! Changes patchlevel.h
6699 ____________________________________________________________________________
6700 [ 10155] By: jhi                                   on 2001/05/18  11:58:57
6701         Log: Integrate change #10144 from maintperl.
6702              
6703              s/CONFIGDOTSH/PERL_CONFIG_SH/ for Win32, too.
6704      Branch: perl
6705           !> win32/config.bc win32/config.gc win32/config.vc
6706           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
6707 ____________________________________________________________________________
6708 [ 10154] By: nick                                  on 2001/05/18  07:23:03
6709         Log: Integrate mainline.
6710      Branch: perlio
6711           +> README.dgux t/lib/i18n-collate.t utils.lst
6712           !> (integrate 49 files)
6713 ____________________________________________________________________________
6714 [ 10153] By: jhi                                   on 2001/05/18  00:41:51
6715         Log: Integrate change #7224 from mainline into maintperl.
6716              
6717              Allow @+ and @- to be doublequoted, from Simon Cozens. 
6718              (Approved by Larry, see Tom's comment in 20000830.005.)
6719      Branch: maint-5.6/perl
6720           !> toke.c
6721 ____________________________________________________________________________
6722 [ 10152] By: jhi                                   on 2001/05/17  23:18:15
6723         Log: Subject: [PATCH bleadperl] small lookbehind fix
6724              From: Hugo <hv@crypt.compulink.co.uk>
6725              Date: Fri, 18 May 2001 00:07:19 +0100
6726              Message-Id: <200105172307.AAA06142@crypt.compulink.co.uk>
6727      Branch: perl
6728            ! regexec.c
6729 ____________________________________________________________________________
6730 [ 10151] By: jhi                                   on 2001/05/17  22:00:06
6731         Log: Detypos.
6732      Branch: perl
6733            ! installman utils.lst
6734 ____________________________________________________________________________
6735 [ 10150] By: jhi                                   on 2001/05/17  20:32:48
6736         Log: Add better debug to glob/basic #8 as suggested by Nick Clark
6737              in 20001222.001.
6738      Branch: perl
6739            ! t/lib/glob-basic.t
6740 ____________________________________________________________________________
6741 [ 10149] By: jhi                                   on 2001/05/17  20:08:58
6742         Log: Subject: [PATCH] Test for bug 20010515.004
6743              From: Benjamin Sugars <bsugars@canoe.ca>
6744              Date: Thu, 17 May 2001 15:48:18 -0400 (EDT)
6745              Message-ID: <Pine.LNX.4.21.0105171544270.9064-100000@marmot.rim.canoe.ca>
6746      Branch: perl
6747            ! t/op/misc.t
6748 ____________________________________________________________________________
6749 [ 10148] By: jhi                                   on 2001/05/17  20:06:23
6750         Log: Integrate #10145 from maintperl.
6751              
6752              fix for ID 20010515.004 (needs test)
6753      Branch: perl
6754           !> pp_hot.c
6755 ____________________________________________________________________________
6756 [ 10147] By: jhi                                   on 2001/05/17  19:10:46
6757         Log: Thinko noticed by Doug MacEachern.
6758      Branch: perl
6759            ! thread.h
6760 ____________________________________________________________________________
6761 [ 10146] By: jhi                                   on 2001/05/17  17:30:37
6762         Log: Subject: Re: [PATCH] HERE mark in regex
6763              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
6764              Date: Thu, 17 May 2001 12:20:33 -0400
6765              Message-ID: <20010517122033.B1547290@linguist.thayer.dartmouth.edu> 
6766      Branch: perl
6767            ! t/op/re_tests
6768 ____________________________________________________________________________
6769 [ 10145] By: gsar                                  on 2001/05/17  16:59:55
6770         Log: fix for ID 20010515.004 (needs test)
6771      Branch: maint-5.6/perl
6772            ! pp_hot.c
6773 ____________________________________________________________________________
6774 [ 10144] By: gsar                                  on 2001/05/17  16:39:02
6775         Log: s/CONFIGDOTSH/PERL_CONFIG_SH/g
6776      Branch: maint-5.6/perl
6777            ! win32/config.bc win32/config.gc win32/config.vc
6778            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
6779 ____________________________________________________________________________
6780 [ 10143] By: jhi                                   on 2001/05/17  14:21:08
6781         Log: Macrofy the getspecific (and use it also in util.c)
6782      Branch: perl
6783            ! thread.h util.c
6784 ____________________________________________________________________________
6785 [ 10142] By: jhi                                   on 2001/05/17  01:43:50
6786         Log: Use the unchecked thread-specific key fetch also in Tru64.
6787      Branch: perl
6788            ! thread.h
6789 ____________________________________________________________________________
6790 [ 10141] By: jhi                                   on 2001/05/17  01:41:07
6791         Log: Subject: [PATCH 5.6.1]Quick thread speedup
6792              From: Dan Sugalski <dan@sidhe.org> 
6793              Date: Wed, 16 May 2001 18:05:19 -0400
6794              Message-Id: <5.1.0.14.0.20010516175826.01afde08@24.8.96.48>
6795      Branch: perl
6796            ! thread.h util.c
6797 ____________________________________________________________________________
6798 [ 10140] By: jhi                                   on 2001/05/16  19:58:29
6799         Log: I think this is quite enough testing for a deprecated feature.
6800      Branch: perl
6801            + t/lib/i18n-collate.t
6802            ! MANIFEST t/lib/1_compile.t
6803 ____________________________________________________________________________
6804 [ 10139] By: jhi                                   on 2001/05/16  18:47:03
6805         Log: More HP-UX lore from Jeff Okamoto.
6806      Branch: perl
6807            ! README.hpux
6808 ____________________________________________________________________________
6809 [ 10138] By: jhi                                   on 2001/05/16  18:21:04
6810         Log: Sort utils.lst for easier maintenance.
6811      Branch: perl
6812            ! utils.lst
6813 ____________________________________________________________________________
6814 [ 10137] By: jhi                                   on 2001/05/16  18:12:01
6815         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
6816              From: Tim Jenness <t.jenness@jach.hawaii.edu>
6817              Date: Wed, 16 May 2001 08:59:59 -1000 (HST)
6818              Message-ID: <Pine.LNX.4.33.0105160858480.2488-100000@lapaki.jach.hawaii.edu>
6819              
6820              Add pod2latex to utils.lst.
6821      Branch: perl
6822            ! MANIFEST utils.lst
6823 ____________________________________________________________________________
6824 [ 10136] By: jhi                                   on 2001/05/16  18:00:00
6825         Log: Subject: Re: [PATCH] HERE mark in regex
6826              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
6827              Date: Wed, 16 May 2001 13:04:43 -0400
6828              Message-ID: <20010516130443.E1516273@linguist.thayer.dartmouth.edu> 
6829      Branch: perl
6830            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
6831            ! t/op/regmesg.t t/pragma/warn/regcomp
6832 ____________________________________________________________________________
6833 [ 10135] By: jhi                                   on 2001/05/16  17:51:50
6834         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
6835              From: Simon Cozens <simon@netthink.co.uk>
6836              Date: Wed, 16 May 2001 18:02:08 +0100
6837              Message-ID: <20010516180208.A6458@netthink.co.uk>
6838      Branch: perl
6839            ! installman utils.lst
6840 ____________________________________________________________________________
6841 [ 10134] By: jhi                                   on 2001/05/16  17:47:26
6842         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
6843              From: "Philip Newton" <pnewton@gmx.de>
6844              Date: Tue, 15 May 2001 15:09:30 +0200
6845              Message-ID: <3B0146AA.2839.17BFDA6@localhost>
6846              
6847              Test case for #10128.
6848      Branch: perl
6849            ! t/pragma/warn/pp_hot
6850 ____________________________________________________________________________
6851 [ 10133] By: jhi                                   on 2001/05/16  15:12:52
6852         Log: Update Changes.
6853      Branch: perl
6854            ! Changes patchlevel.h
6855 ____________________________________________________________________________
6856 [ 10132] By: jhi                                   on 2001/05/16  14:50:55
6857         Log: Deprecate pseudo-hashes.
6858      Branch: perl
6859            ! pod/perl572delta.pod pod/perlref.pod pod/perltodo.pod
6860 ____________________________________________________________________________
6861 [ 10131] By: jhi                                   on 2001/05/16  14:26:01
6862         Log: HP-UX hints update from Merijn.
6863      Branch: perl
6864            ! hints/hpux.sh
6865 ____________________________________________________________________________
6866 [ 10130] By: jhi                                   on 2001/05/16  14:23:01
6867         Log: README.hpux update from Merijn.
6868      Branch: perl
6869            ! README.hpux
6870 ____________________________________________________________________________
6871 [ 10129] By: jhi                                   on 2001/05/16  14:18:56
6872         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
6873              From: Simon Cozens <simon@netthink.co.uk>
6874              Date: Wed, 16 May 2001 15:57:55 +0100
6875              Message-ID: <20010516155755.A4728@netthink.co.uk>
6876      Branch: perl
6877            + utils.lst
6878            ! MANIFEST installman installperl
6879 ____________________________________________________________________________
6880 [ 10128] By: jhi                                   on 2001/05/16  14:15:36
6881         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
6882              From: "Philip Newton" <pnewton@gmx.de>
6883              Date: Tue, 15 May 2001 16:31:05 +0200
6884              Message-ID: <3B0159C9.1905.1C6AEF9@localhost>
6885              
6886              Fix PERL_Y2KWARN test to check before rather than after appending.
6887      Branch: perl
6888            ! pp_hot.c
6889 ____________________________________________________________________________
6890 [ 10127] By: jhi                                   on 2001/05/16  14:08:15
6891         Log: Regen Porting stuff.
6892      Branch: perl
6893            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6894            ! config_h.SH
6895 ____________________________________________________________________________
6896 [ 10126] By: jhi                                   on 2001/05/16  13:41:50
6897         Log: Metaconfig unit change for #10125.
6898      Branch: metaconfig
6899            ! U/modified/Oldconfig.U
6900 ____________________________________________________________________________
6901 [ 10125] By: jhi                                   on 2001/05/16  13:41:35
6902         Log: Use OSVERS.
6903      Branch: perl
6904            ! Configure config_h.SH perl.c
6905 ____________________________________________________________________________
6906 [ 10124] By: jhi                                   on 2001/05/16  13:41:09
6907         Log: Regen toc.
6908      Branch: perl
6909            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
6910 ____________________________________________________________________________
6911 [ 10123] By: jhi                                   on 2001/05/16  13:25:38
6912         Log: Adding the README.dgux to the MANIFEST would be a good idea.
6913      Branch: perl
6914            ! MANIFEST
6915 ____________________________________________________________________________
6916 [ 10122] By: jhi                                   on 2001/05/16  13:08:33
6917         Log: Move the stack desire definition to thread.h.
6918      Branch: perl
6919            ! ext/Thread/Thread.xs thread.h
6920 ____________________________________________________________________________
6921 [ 10121] By: jhi                                   on 2001/05/16  13:00:12
6922         Log: DG-UX threading patches, including a README.dgux,
6923              from Takis Psarogiannakopoulos.
6924      Branch: perl
6925            + README.dgux
6926            ! config_h.SH ext/Thread/Thread.xs hints/dgux.sh perl.c
6927 ____________________________________________________________________________
6928 [ 10120] By: jhi                                   on 2001/05/16  12:55:33
6929         Log: Subject: [PATCH B::Deparse] More on /x regexes
6930              From: Robin Houston <robin@kitsite.com>
6931              Date: Tue, 15 May 2001 19:09:35 +0100
6932              Message-ID: <20010515190935.A27268@penderel>
6933      Branch: perl
6934            ! ext/B/B/Deparse.pm
6935 ____________________________________________________________________________
6936 [ 10119] By: jhi                                   on 2001/05/16  12:45:29
6937         Log: Document that the core time() may be rounding rather
6938              than truncating, would have saved at least my confusion.
6939      Branch: perl
6940            ! ext/Time/HiRes/HiRes.pm
6941 ____________________________________________________________________________
6942 [ 10118] By: jhi                                   on 2001/05/16  12:37:57
6943         Log: Subject: perl-current/t/time-hires.t
6944              From: John Peacock <jpeacock@rowman.com>
6945              Date: Fri, 11 May 2001 14:09:41 -0400
6946              Message-ID: <3AFC2AE5.5E787E54@rowman.com>
6947      Branch: perl
6948            ! t/lib/time-hires.t
6949 ____________________________________________________________________________
6950 [ 10117] By: jhi                                   on 2001/05/15  13:40:33
6951         Log: Subject: [PATCH dump.c] Op private flags
6952              From: Simon Cozens <simon@netthink.co.uk>
6953              Date: Sun, 13 May 2001 20:20:36 +0100
6954              Message-ID: <20010513202036.A21896@netthink.co.uk>
6955      Branch: perl
6956            ! dump.c
6957 ____________________________________________________________________________
6958 [ 10116] By: jhi                                   on 2001/05/15  13:28:26
6959         Log: Upgrade to Switch 2.03.
6960      Branch: perl
6961            ! lib/Switch.pm
6962 ____________________________________________________________________________
6963 [ 10115] By: jhi                                   on 2001/05/15  13:19:01
6964         Log: Integrate change #10113 from mainline: rename CONFIGDOTSH
6965              to PERL_CONFIG_SH and use it consistently.
6966      Branch: maint-5.6/perl
6967           !> Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
6968           !> configpm configure.com makeaperl.SH makedepend.SH makedir.SH
6969           !> myconfig.SH writemain.SH
6970 ____________________________________________________________________________
6971 [ 10114] By: jhi                                   on 2001/05/15  13:13:21
6972         Log: Metaconfig units changes for #10113.
6973      Branch: metaconfig
6974            ! U/modified/Config_h.U U/modified/Extract.U U/modified/Oldsym.U
6975 ____________________________________________________________________________
6976 [ 10113] By: jhi                                   on 2001/05/15  13:12:40
6977         Log: The problem described in 20010514.031 still wasn't
6978              fully cured, there were remnants of $CONFIG when
6979              $CONFIGDOTSH was expected.  Now renamed to PERL_CONFIG_SH
6980              to avoid future conflicts.
6981      Branch: perl
6982            ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
6983            ! configpm configure.com makeaperl.SH makedepend.SH makedir.SH
6984            ! myconfig.SH writemain.SH
6985 ____________________________________________________________________________
6986 [ 10112] By: jhi                                   on 2001/05/15  11:55:44
6987         Log: Half of #10107 got lost.
6988      Branch: perl
6989            ! ext/B/B/Deparse.pm
6990 ____________________________________________________________________________
6991 [ 10111] By: nick                                  on 2001/05/15  08:39:14
6992         Log: Integrate mainline.
6993      Branch: perlio
6994           +> ext/POSIX/hints/uts.pl
6995            - Todo Todo-5.6 t/camel-III/vstring.t
6996           !> (integrate 48 files)
6997 ____________________________________________________________________________
6998 [ 10110] By: jhi                                   on 2001/05/15  02:04:05
6999         Log: Subject: [PATCH TestInit.pm] Give Deparse tester a fair chance
7000              From: Robin Houston <robin@kitsite.com>
7001              Date: Mon, 14 May 2001 22:27:08 +0100
7002              Message-ID: <20010514222708.A22963@penderel>
7003      Branch: perl
7004            ! t/TestInit.pm
7005 ____________________________________________________________________________
7006 [ 10109] By: jhi                                   on 2001/05/15  02:03:12
7007         Log: Subject: [PATCH B::Deparse] Lvaluable method calls
7008              From: Robin Houston <robin@kitsite.com>
7009              Date: Mon, 14 May 2001 22:16:43 +0100
7010              Message-ID: <20010514221643.A22437@penderel>
7011      Branch: perl
7012            ! ext/B/B/Deparse.pm
7013 ____________________________________________________________________________
7014 [ 10108] By: jhi                                   on 2001/05/15  02:02:17
7015         Log: Subject: [PATCH B::Deparse] C<$foo =~ give_me_a_regex>; /x modifier
7016              From: Robin Houston <robin@kitsite.com>
7017              Date: Mon, 14 May 2001 22:03:44 +0100
7018              Message-ID: <20010514220344.A20643@penderel>
7019      Branch: perl
7020            ! ext/B/B/Deparse.pm
7021 ____________________________________________________________________________
7022 [ 10107] By: jhi                                   on 2001/05/15  02:01:24
7023         Log: Subject: [PATCH B::Deparse] "${foo}_bar"
7024              From: Robin Houston <robin@kitsite.com>
7025              Date: Mon, 14 May 2001 22:10:07 +0100
7026              Message-ID: <20010514221007.A21118@penderel>
7027      Branch: perl
7028            ! ext/B/B/Deparse.pm
7029 ____________________________________________________________________________
7030 [ 10106] By: jhi                                   on 2001/05/15  01:41:26
7031         Log: Fix for 20010514.037; substr() didn't invalidate the locale
7032              collation magic.
7033      Branch: perl
7034            ! pp.c
7035 ____________________________________________________________________________
7036 [ 10105] By: jhi                                   on 2001/05/14  18:18:24
7037         Log: Update Changes.
7038      Branch: perl
7039            ! Changes patchlevel.h
7040 ____________________________________________________________________________
7041 [ 10104] By: jhi                                   on 2001/05/14  18:09:07
7042         Log: Retract #10094.
7043      Branch: perl
7044            ! lib/Pod/Text.pm
7045 ____________________________________________________________________________
7046 [ 10103] By: jhi                                   on 2001/05/14  15:20:58
7047         Log: Integrate change #10100 from maintperl.
7048              
7049              PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
7050              bug ID 20010514.027)
7051      Branch: perl
7052           !> mg.c pp_ctl.c
7053 ____________________________________________________________________________
7054 [ 10102] By: jhi                                   on 2001/05/14  15:19:21
7055         Log: Document the deprecatedness of suidperl.
7056      Branch: perl
7057            ! INSTALL pod/perlfaq1.pod
7058 ____________________________________________________________________________
7059 [ 10101] By: jhi                                   on 2001/05/14  14:54:31
7060         Log: Subject: Re: [ID 20010514.022] Makemaker a bit too prefix-happy
7061              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
7062              Date: Mon, 14 May 2001 09:38:59 -0400
7063              Message-ID: <20010514093859.A1479715@linguist.thayer.dartmouth.edu>
7064      Branch: perl
7065            ! lib/ExtUtils/MM_Unix.pm
7066 ____________________________________________________________________________
7067 [ 10100] By: gsar                                  on 2001/05/14  14:43:50
7068         Log: PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
7069              bug ID 20010514.027)
7070              
7071              TODO: this needs a testsuite addition
7072      Branch: maint-5.6/perl
7073            ! mg.c pp_ctl.c
7074 ____________________________________________________________________________
7075 [ 10099] By: jhi                                   on 2001/05/14  13:42:38
7076         Log: More DWIMminess for Class::Struct: calling the array or hash
7077              accessors only with one argument, an array or a hash reference,
7078              sets the underlying array or hash.  This mirrors nicely also
7079              the usage in the constructor.
7080              From Bernd Sokolowsky <ulmo@garozzo.franken.de>, via Damian Conway.
7081      Branch: perl
7082            ! lib/Class/Struct.pm t/lib/class-struct.t
7083 ____________________________________________________________________________
7084 [ 10098] By: jhi                                   on 2001/05/14  13:10:34
7085         Log: Reference cmp'ing should go through the whole stringification
7086              process shebang, as pointed out by Sarathy in #10091.
7087      Branch: perl
7088            ! pp.c
7089 ____________________________________________________________________________
7090 [ 10097] By: jhi                                   on 2001/05/14  12:54:31
7091         Log: Subject: Re: [LONG] Cleaning up Todo/Todo-5.6/perltodo
7092              From: Simon Cozens <simon@netthink.co.uk>
7093              Date: Sat, 12 May 2001 16:36:27 +0100
7094              Message-ID: <20010512163627.A5522@netthink.co.uk>
7095              
7096              with some additions salvaged from Todo and Todo-5.6 before
7097              retiring them.
7098      Branch: perl
7099            - Todo Todo-5.6
7100            ! MANIFEST pod/perltodo.pod
7101 ____________________________________________________________________________
7102 [ 10096] By: jhi                                   on 2001/05/14  12:37:01
7103         Log: Subject: [ID 20010514.025] _SVID3 in <sys/statvfs.h>
7104              From: "Golubev I. N." <gin@mo.msk.ru>
7105              Date: Mon, 07 May 2001 14:33:34 (GMT)
7106              Message-Id: <02453af6b23e63-gin@mo.msk.ru>
7107      Branch: perl
7108            ! perl.h
7109 ____________________________________________________________________________
7110 [ 10095] By: jhi                                   on 2001/05/14  12:34:24
7111         Log: Subject: [ID 20010514.022] Makemaker a bit too prefix-happy
7112              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
7113              Date: Mon, 7 May 2001 09:35:57 -0600 (MDT)
7114              Message-Id: <200105071535.f47FZvf27235@xerxes.courtesan.com>
7115      Branch: perl
7116            ! lib/ExtUtils/MM_Unix.pm
7117 ____________________________________________________________________________
7118 [ 10094] By: jhi                                   on 2001/05/14  12:32:44
7119         Log: (Retracted by #10104.)
7120              
7121              Subject: [PATCH bleadperl Pod::Text] avoid overquoting [Was: rand(0) is rand(1)]
7122              From: barries <barries@slaysys.com>
7123              Date: Sat, 12 May 2001 01:28:10 -0400
7124              Message-ID: <20010512012810.B26358@jester.slaysys.com>
7125      Branch: perl
7126            ! lib/Pod/Text.pm
7127 ____________________________________________________________________________
7128 [ 10093] By: jhi                                   on 2001/05/14  12:30:38
7129         Log: Subject: [PATCH] Incorrect line numbers in AutoSplit
7130              From: Mike Guy <mjtg@cam.ac.uk>
7131              Date: Sat, 12 May 2001 19:24:33 +0100
7132              Message-Id: <E14ye49-0006Fn-00@libra.cus.cam.ac.uk>
7133      Branch: perl
7134            ! lib/AutoSplit.pm
7135 ____________________________________________________________________________
7136 [ 10092] By: jhi                                   on 2001/05/14  12:29:21
7137         Log: Yet another HP-UX hints tweak from Merijn.
7138      Branch: perl
7139            ! hints/hpux.sh
7140 ____________________________________________________________________________
7141 [ 10091] By: gsar                                  on 2001/05/14  04:38:32
7142         Log: $ref1 == $ref2 behaves unpredictably on platforms where NV_PRESERVES_UV
7143              isn't defined (changes#9366,9368,9370 from mainline without the
7144              pp_scmp() change)
7145      Branch: maint-5.6/perl
7146            ! pp.c pp.h pp_hot.c
7147 ____________________________________________________________________________
7148 [ 10090] By: jhi                                   on 2001/05/12  13:39:43
7149         Log: The sorting seems to happen now automatically.
7150      Branch: perl
7151            ! t/lib/glob-basic.t
7152 ____________________________________________________________________________
7153 [ 10089] By: jhi                                   on 2001/05/12  03:38:15
7154         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
7155              From: Benjamin Sugars <bsugars@canoe.ca>
7156              Date: Fri, 11 May 2001 11:36:04 -0400 (EDT)
7157              Message-ID: <Pine.LNX.4.21.0105111131540.1804-100000@marmot.rim.canoe.ca>
7158      Branch: perl
7159            ! pod/perlfunc.pod
7160 ____________________________________________________________________________
7161 [ 10088] By: jhi                                   on 2001/05/12  03:37:00
7162         Log: Subject: Re: undef(&foo) does not work for XS functions
7163              From: Doug MacEachern <dougm@covalent.net>
7164              Date: Fri, 11 May 2001 16:52:29 -0700 (PDT)
7165              Message-ID: <Pine.LNX.4.21.0105111647240.4478-100000@mako.covalent.net>
7166      Branch: perl
7167            ! op.c
7168 ____________________________________________________________________________
7169 [ 10087] By: jhi                                   on 2001/05/12  03:35:58
7170         Log: Subject: [PATCH: perl@10086] fixup t/op/append.t for UTF-EBCDIC
7171              From: Peter Prymmer <pvhp@forte.com>
7172              Date: Fri, 11 May 2001 17:38:43 -0700 (PDT)
7173              Message-ID: <Pine.OSF.4.10.10105111736190.73589-100000@aspara.forte.com>
7174      Branch: perl
7175            ! t/op/append.t
7176 ____________________________________________________________________________
7177 [ 10086] By: jhi                                   on 2001/05/11  14:23:08
7178         Log: Update Changes.
7179      Branch: perl
7180            ! Changes patchlevel.h
7181 ____________________________________________________________________________
7182 [ 10085] By: jhi                                   on 2001/05/11  14:08:20
7183         Log: Remove the 'asciir' re subpragma.  Should instead implement
7184              the 'physical vs logical' range scheme:
7185              
7186              \xAA-\xCC is a native physical range, you want that range of
7187              codepoints in your native encoding.  In EBCDIC the codepoints
7188              in the gaps (between i-j and r-s) should be included.
7189              
7190              \x{AA}-\x{CC} is a physical Unicode range, you want that range of
7191              codepoints in Unicode.
7192              
7193              a-z is a logical range, you want that range of 'logical' codepoints
7194              in your native encoding.  In EBCDIC the codepoints in the gaps
7195              (between i-j and r-s) should not be included.
7196              
7197              Mixed cases (a-\xAA, etc) should either be errors, or maybe
7198              the 'logical' endpoints should be converted to native/Unicode
7199              codepoints, and the range handled as a physical range.
7200              
7201              'Logical endpoints' are to be recognized only in the A-Z, a-z,
7202              and 0-9 ranges.  Probably a warning should be given for mixed
7203              cases like A-z or a-9 (since such expressions are encoding
7204              dependent), with a recommendation to use physical ranges.
7205      Branch: perl
7206            ! ext/re/re.pm perl.h regcomp.c regcomp.h t/op/pat.t
7207            ! t/op/regexp.t
7208 ____________________________________________________________________________
7209 [ 10084] By: jhi                                   on 2001/05/11  13:56:16
7210         Log: Make the test to cleanup the test directory tree
7211              both before and after the testing so that we always
7212              have a clean slate to work with.
7213      Branch: perl
7214            ! t/lib/filefind.t
7215 ____________________________________________________________________________
7216 [ 10083] By: jhi                                   on 2001/05/11  13:46:30
7217         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
7218              From: Jon Eveland <jweveland@yahoo.com>
7219              Date: Fri, 11 May 2001 07:36:28 -0700 (PDT)
7220              Message-ID: <20010511143628.24225.qmail@web10402.mail.yahoo.com>
7221      Branch: perl
7222            ! pod/perlfunc.pod
7223 ____________________________________________________________________________
7224 [ 10082] By: jhi                                   on 2001/05/11  13:45:06
7225         Log: Merge the camel-III/vstring.t with op/ver.t.
7226      Branch: perl
7227            - t/camel-III/vstring.t
7228            ! MANIFEST t/TEST t/harness t/op/ver.t
7229 ____________________________________________________________________________
7230 [ 10081] By: jhi                                   on 2001/05/11  13:15:55
7231         Log: Add test.deparse make target.
7232      Branch: perl
7233            ! Makefile.SH
7234 ____________________________________________________________________________
7235 [ 10080] By: jhi                                   on 2001/05/11  12:52:49
7236         Log: Subject: [PATCH B::Deparse] $foo->bar(0)
7237              From: Robin Houston <robin@kitsite.com>
7238              Date: Fri, 11 May 2001 12:02:22 +0100
7239              Message-ID: <20010511120222.A11529@penderel>
7240      Branch: perl
7241            ! ext/B/B/Deparse.pm t/op/method.t
7242 ____________________________________________________________________________
7243 [ 10079] By: jhi                                   on 2001/05/11  01:59:06
7244         Log: A nicely working combination for UTS from Hal Morris.
7245      Branch: perl
7246            + ext/POSIX/hints/uts.pl
7247            ! MANIFEST hints/uts.sh
7248 ____________________________________________________________________________
7249 [ 10078] By: jhi                                   on 2001/05/11  01:15:04
7250         Log: i_ieeefp=undef for UTS.
7251      Branch: perl
7252            ! hints/uts.sh
7253 ____________________________________________________________________________
7254 [ 10077] By: jhi                                   on 2001/05/10  22:42:35
7255         Log: Subject: RE: rand(0) is rand(1)
7256              From: Larry Shatzer <lshatzer@islanddata.com>
7257              Date: Thu, 10 May 2001 11:09:27 -0700
7258              Message-ID: <95CD90709D74D4118F4600D0B79E8BC9995027@mail.islanddata.com>
7259      Branch: perl
7260            ! pod/perlfunc.pod
7261 ____________________________________________________________________________
7262 [ 10076] By: jhi                                   on 2001/05/10  22:36:50
7263         Log: Subject: [patch] make op_{clear,null} public
7264              From: Doug MacEachern <dougm@covalent.net>
7265              Date: Thu, 10 May 2001 15:54:09 -0700 (PDT)
7266              Message-ID: <Pine.LNX.4.21.0105101546510.2962-100000@mako.covalent.net>
7267      Branch: perl
7268            ! embed.h embed.pl op.c proto.h
7269 ____________________________________________________________________________
7270 [ 10075] By: jhi                                   on 2001/05/10  22:28:36
7271         Log: Subject: [PATCH B.xs] Extend tr/\0-\377/blah/c support
7272              From: Robin Houston <robin@kitsite.com>
7273              Date: Thu, 10 May 2001 18:54:59 +0100
7274              Message-ID: <20010510185459.A5995@penderel>
7275      Branch: perl
7276            ! ext/B/B.xs ext/B/B/Deparse.pm t/op/tr.t
7277 ____________________________________________________________________________
7278 [ 10074] By: jhi                                   on 2001/05/10  22:23:41
7279         Log: Subject: [PATCH B::Deparse] t/op/64bitint.t
7280              From: Robin Houston <robin@kitsite.com>
7281              Date: Thu, 10 May 2001 12:56:39 +0100
7282              Message-ID: <20010510125639.A2119@penderel>
7283      Branch: perl
7284            ! ext/B/B/Deparse.pm
7285 ____________________________________________________________________________
7286 [ 10073] By: jhi                                   on 2001/05/10  14:26:01
7287         Log: Retract #10070, not ready yet.
7288      Branch: perl
7289            ! ext/B/B/Deparse.pm
7290 ____________________________________________________________________________
7291 [ 10072] By: jhi                                   on 2001/05/10  13:40:24
7292         Log: The metaconfig unit change for #10071.
7293      Branch: metaconfig
7294            ! U/modified/mallocsrc.U
7295 ____________________________________________________________________________
7296 [ 10071] By: jhi                                   on 2001/05/10  13:39:57
7297         Log: The #9525+#9526 didn't allow for overriding usemymalloc.
7298      Branch: perl
7299            ! Configure
7300 ____________________________________________________________________________
7301 [ 10070] By: jhi                                   on 2001/05/10  13:18:42
7302         Log: (Retracted by #10073)
7303              
7304              Subject: Re: [PATCH t/TEST] B::Deparse tester 
7305              From: Hugo <hv@crypt.compulink.co.uk>
7306              Date: Thu, 10 May 2001 05:48:09 +0100
7307              Message-Id: <200105100448.FAA13584@crypt.compulink.co.uk>
7308      Branch: perl
7309            ! ext/B/B/Deparse.pm
7310 ____________________________________________________________________________
7311 [ 10069] By: jhi                                   on 2001/05/10  12:24:06
7312         Log: Add a for(func()) test.
7313      Branch: perl
7314            ! t/cmd/for.t
7315 ____________________________________________________________________________
7316 [ 10068] By: jhi                                   on 2001/05/10  12:16:00
7317         Log: Subject: [PATCH B::Deparse] our() lists and foreach loops
7318              From: Robin Houston <robin@kitsite.com>
7319              Date: Thu, 10 May 2001 13:50:08 +0100
7320              Message-ID: <20010510135008.A2454@penderel>
7321      Branch: perl
7322            ! ext/B/B/Deparse.pm
7323 ____________________________________________________________________________
7324 [ 10067] By: jhi                                   on 2001/05/10  01:45:03
7325         Log: A thinko in #10065.
7326      Branch: perl
7327            ! hv.c
7328 ____________________________________________________________________________
7329 [ 10066] By: jhi                                   on 2001/05/10  01:33:12
7330         Log: Subject: [PATCH B::Deparse] Fix tr///ansliteration
7331              From: Robin Houston <robin@kitsite.com>
7332              Date: Thu, 10 May 2001 02:10:34 +0100
7333              Message-ID: <20010510021034.A19421@penderel>
7334      Branch: perl
7335            ! ext/B/B.xs ext/B/B/Deparse.pm
7336 ____________________________________________________________________________
7337 [ 10065] By: jhi                                   on 2001/05/10  01:30:43
7338         Log: Subject: [patch] make hv_fetch{_ent} SvGMAGICAL aware
7339              From: Doug MacEachern <dougm@covalent.net>
7340              Date: Mon, 7 May 2001 09:50:58 -0700 (PDT)
7341              Message-ID: <Pine.LNX.4.21.0105070947060.23808-100000@mako.covalent.net>
7342      Branch: perl
7343            ! hv.c
7344 ____________________________________________________________________________
7345 [ 10064] By: jhi                                   on 2001/05/09  23:13:29
7346         Log: One more workaround for the UTS compiler from Hal Morris.
7347      Branch: perl
7348            ! perl.h
7349 ____________________________________________________________________________
7350 [ 10063] By: jhi                                   on 2001/05/09  23:09:53
7351         Log: Subject: [PATCH B::Debug] Show string for PVOP, and referent for RV
7352              From: Robin Houston <robin@kitsite.com>
7353              Date: Thu, 10 May 2001 01:02:08 +0100
7354              Message-ID: <20010510010208.A18200@penderel>
7355      Branch: perl
7356            ! ext/B/B/Debug.pm
7357 ____________________________________________________________________________
7358 [ 10062] By: jhi                                   on 2001/05/09  23:06:25
7359         Log: Subject: [PATCH] Simplify deb_curcv() a bit
7360              From: Benjamin Sugars <bsugars@canoe.ca>
7361              Date: Wed, 9 May 2001 18:14:34 -0400 (EDT)
7362              Message-ID: <Pine.LNX.4.21.0105091811340.1160-100000@marmot.rim.canoe.ca>
7363      Branch: perl
7364            ! run.c
7365 ____________________________________________________________________________
7366 [ 10061] By: jhi                                   on 2001/05/09  23:05:28
7367         Log: Subject: [PATCH] Additional test case for PerlIO::Scalar
7368              From: Benjamin Sugars <bsugars@canoe.ca>
7369              Date: Wed, 9 May 2001 18:03:45 -0400 (EDT)
7370              Message-ID: <Pine.LNX.4.21.0105091758220.1160-100000@marmot.rim.canoe.ca>
7371      Branch: perl
7372            ! t/lib/io_scalar.t
7373 ____________________________________________________________________________
7374 [ 10060] By: jhi                                   on 2001/05/09  23:04:38
7375         Log: Subject: [PATCH: perl@10022] update md5sum for MD5.xs on IBM-1047
7376              From: Peter Prymmer <pvhp@forte.com>
7377              Date: Wed, 9 May 2001 12:08:02 -0700 (PDT)
7378              Message-ID: <Pine.OSF.4.10.10105091205250.455254-100000@aspara.forte.com>
7379      Branch: perl
7380            ! t/lib/md5-file.t
7381 ____________________________________________________________________________
7382 [ 10059] By: jhi                                   on 2001/05/09  23:03:52
7383         Log: Subject: [PATCH t/TEST] B::Deparse tester
7384              From: Robin Houston <robin@kitsite.com>
7385              Date: Wed, 9 May 2001 19:17:50 +0100
7386              Message-ID: <20010509191750.A16940@penderel>
7387      Branch: perl
7388            ! ext/B/O.pm t/TEST
7389 ____________________________________________________________________________
7390 [ 10058] By: jhi                                   on 2001/05/09  23:02:56
7391         Log: Subject: [PATCH] Pod::Html -- fixes extra gaps in raw text
7392              From: Jeff Pinyan <jeffp@crusoe.net>
7393              Date: Wed, 9 May 2001 14:36:25 -0400 (EDT)
7394              Message-ID: <Pine.GSO.4.21.0105091430420.357-100000@crusoe.crusoe.net>
7395      Branch: perl
7396            ! lib/Pod/Html.pm
7397 ____________________________________________________________________________
7398 [ 10057] By: nick                                  on 2001/05/09  18:37:56
7399         Log: Integrate mainline.
7400      Branch: perlio
7401           !> Changes epoc/epocish.h ext/PerlIO/Scalar/Scalar.xs
7402           !> hints/hpux.sh lib/Pod/Html.pm patchlevel.h perlio.c
7403 ____________________________________________________________________________
7404 [ 10056] By: jhi                                   on 2001/05/09  16:44:44
7405         Log: Update Changes.
7406      Branch: perl
7407            ! Changes patchlevel.h
7408 ____________________________________________________________________________
7409 [ 10055] By: jhi                                   on 2001/05/09  16:26:47
7410         Log: Integrate perlio.
7411      Branch: perl
7412           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
7413 ____________________________________________________________________________
7414 [ 10054] By: jhi                                   on 2001/05/09  16:25:42
7415         Log: Subject: Re: [PATCH] Test offset when reading from a PerlIO::Scalar
7416              From: Benjamin Sugars <bsugars@canoe.ca>
7417              Date: Wed, 9 May 2001 12:42:30 -0400 (EDT)
7418              Message-ID: <Pine.LNX.4.21.0105091230110.1516-100000@marmot.rim.canoe.ca>
7419      Branch: perl
7420            ! perlio.c
7421 ____________________________________________________________________________
7422 [ 10053] By: jhi                                   on 2001/05/09  16:24:37
7423         Log: Subject: [PATCH] Test offset when reading from a PerlIO::Scalar
7424              From: Benjamin Sugars <bsugars@canoe.ca>
7425              Date: Tue, 8 May 2001 17:09:44 -0400 (EDT)
7426              Message-ID: <Pine.LNX.4.21.0105081654140.1212-100000@marmot.rim.canoe.ca>
7427      Branch: perl
7428            ! ext/PerlIO/Scalar/Scalar.xs
7429 ____________________________________________________________________________
7430 [ 10052] By: jhi                                   on 2001/05/09  16:19:04
7431         Log: Subject: [PATCH] Pod::Html doesn't honor =begin ... =end properly
7432              From: Jeff Pinyan <jeffp@crusoe.net>
7433              Date: Wed, 9 May 2001 12:35:24 -0400 (EDT)
7434              Message-ID: <Pine.GSO.4.21.0105091233430.357-100000@crusoe.crusoe.net>
7435      Branch: perl
7436            ! lib/Pod/Html.pm
7437 ____________________________________________________________________________
7438 [ 10051] By: jhi                                   on 2001/05/09  15:30:17
7439         Log: EPOC tweak from Olaf Flebbe.
7440      Branch: perl
7441            ! epoc/epocish.h
7442 ____________________________________________________________________________
7443 [ 10050] By: nick                                  on 2001/05/09  14:37:57
7444         Log: win32, regen_config_h
7445      Branch: perlio
7446            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
7447 ____________________________________________________________________________
7448 [ 10049] By: jhi                                   on 2001/05/09  12:33:39
7449         Log: Integrate perlio.
7450      Branch: perl
7451           !> pp_sys.c
7452 ____________________________________________________________________________
7453 [ 10048] By: nick                                  on 2001/05/09  11:59:50
7454         Log: If wait() or waitpid() ends due to EINTR despatch perl interrupt handler
7455              and re-try. Fixes "perl 5.7.x prefers suicide over killing more than one child."
7456      Branch: perlio
7457            ! pp_sys.c
7458 ____________________________________________________________________________
7459 [ 10047] By: jhi                                   on 2001/05/09  10:50:12
7460         Log: Integrate perlio.
7461      Branch: perl
7462           !> run.c
7463 ____________________________________________________________________________
7464 [ 10046] By: jhi                                   on 2001/05/09  10:49:34
7465         Log: Subject: Re: Less warnings during configure
7466              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7467              Date: Wed, 09 May 2001 13:12:49 +0200
7468              Message-Id: <20010509125337.995D.H.M.BRAND@hccnet.nl>
7469      Branch: perl
7470            ! hints/hpux.sh
7471 ____________________________________________________________________________
7472 [ 10045] By: nick                                  on 2001/05/09  09:56:59
7473         Log: MULTIPLICITY/DEBUGGING build fix.
7474      Branch: perlio
7475            ! run.c
7476 ____________________________________________________________________________
7477 [ 10044] By: nick                                  on 2001/05/09  09:46:37
7478         Log: Merge of mainline (does not build MULTIPLICITY/DEBUGGING issue).
7479      Branch: perlio
7480           +> hints/atheos.sh pod/perl572delta.pod t/pod/plainer.t
7481            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
7482           !> (integrate 65 files)
7483 ____________________________________________________________________________
7484 [ 10043] By: jhi                                   on 2001/05/08  22:41:49
7485         Log: Subject: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
7486              From: Robin Houston <robin@kitsite.com>
7487              Date: Tue, 8 May 2001 19:38:00 +0100
7488              Message-ID: <20010508193800.A4389@penderel>
7489              
7490              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
7491              From: Robin Houston <robin@kitsite.com>
7492              Date: Tue, 8 May 2001 20:03:57 +0100
7493              Message-ID: <20010508200357.A4614@penderel>
7494              
7495              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
7496              From: Robin Houston <robin@kitsite.com>
7497              Date: Wed, 9 May 2001 00:12:05 +0100
7498              Message-ID: <20010509001205.A18521@puffinry.freeserve.co.uk>
7499      Branch: perl
7500            ! op.c pod/perldiag.pod t/pragma/overload.t t/pragma/warn/op
7501 ____________________________________________________________________________
7502 [ 10042] By: jhi                                   on 2001/05/08  22:09:35
7503         Log: Retract #10031.
7504      Branch: perl
7505            ! pod/perlfunc.pod
7506 ____________________________________________________________________________
7507 [ 10041] By: jhi                                   on 2001/05/08  18:27:34
7508         Log: The metaconfig unit changes for #10040.
7509      Branch: metaconfig/U/perl
7510            ! Checkcc.U d_dlsymun.U dlsrc.U
7511 ____________________________________________________________________________
7512 [ 10040] By: jhi                                   on 2001/05/08  18:24:47
7513         Log: The Configure half of
7514              
7515              Subject: Less warnings during configure
7516              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7517              Date: Tue, 08 May 2001 08:44:02 +0200
7518              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
7519      Branch: perl
7520            ! Configure
7521 ____________________________________________________________________________
7522 [ 10039] By: jhi                                   on 2001/05/08  16:48:31
7523         Log: Subject: Less warnings during configure
7524              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7525              Date: Tue, 08 May 2001 08:44:02 +0200
7526              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
7527      Branch: perl
7528            ! hints/hpux.sh
7529 ____________________________________________________________________________
7530 [ 10038] By: jhi                                   on 2001/05/08  16:32:07
7531         Log: Don't forget to whine about \d__\d.
7532      Branch: perl
7533            ! t/pragma/warn/toke toke.c
7534 ____________________________________________________________________________
7535 [ 10037] By: jhi                                   on 2001/05/08  16:07:05
7536         Log: Allow underscores also in the exponent part.
7537      Branch: perl
7538            ! t/pragma/warn/toke toke.c
7539 ____________________________________________________________________________
7540 [ 10036] By: jhi                                   on 2001/05/08  13:33:55
7541         Log: CodeMagicCD doesn't look like an *I*DE.
7542      Branch: perl
7543            ! pod/perlfaq3.pod
7544 ____________________________________________________________________________
7545 [ 10035] By: jhi                                   on 2001/05/08  13:27:48
7546         Log: Add Open Perl IDE, remove Perl Code Magic (the site seems
7547              to be consistently down).
7548      Branch: perl
7549            ! pod/perlfaq3.pod
7550 ____________________________________________________________________________
7551 [ 10034] By: jhi                                   on 2001/05/08  13:21:07
7552         Log: Upgrade to Text::Balanced 1.84.
7553      Branch: perl
7554            ! lib/Text/Balanced.pm t/lib/tb-xbrak.t
7555 ____________________________________________________________________________
7556 [ 10033] By: jhi                                   on 2001/05/08  12:41:53
7557         Log: Subject: Re: [PATCH] Find the last of the missing pad variables 
7558              From: Benjamin Sugars <bsugars@canoe.ca>
7559              Date: Tue, 8 May 2001 09:14:30 -0400 (EDT)
7560              Message-ID: <Pine.LNX.4.21.0105080912370.1930-100000@marmot.rim.canoe.ca>
7561      Branch: perl
7562            ! run.c
7563 ____________________________________________________________________________
7564 [ 10032] By: jhi                                   on 2001/05/08  12:40:28
7565         Log: Subject: [PATCH: perl@10022] cleaner cleanup for t/pod/plainer.t
7566              From: Peter Prymmer <pvhp@forte.com>
7567              Date: Mon, 7 May 2001 18:13:06 -0700 (PDT)
7568              Message-ID: <Pine.OSF.4.10.10105071810100.317708-100000@aspara.forte.com>
7569      Branch: perl
7570            ! t/pod/plainer.t
7571 ____________________________________________________________________________
7572 [ 10031] By: jhi                                   on 2001/05/08  12:35:25
7573         Log: (Retracted by #10042)
7574              
7575              Subject: Re: [ID 20010506.040] Infinite loop in lib/selfstubber.t under Cygwin
7576              From: "Philip Newton" <pnewton@gmx.de>
7577              Date: Tue, 8 May 2001 09:18:10 +0200
7578              Message-ID: <3AF7B9D2.28861.603732@localhost>
7579      Branch: perl
7580            ! pod/perlfunc.pod
7581 ____________________________________________________________________________
7582 [ 10030] By: jhi                                   on 2001/05/08  12:32:23
7583         Log: Subject: [PATCH B::Deparse] Document known bugs
7584              From: Robin Houston <robin@kitsite.com>
7585              Date: Tue, 8 May 2001 01:53:34 +0100
7586              Message-ID: <20010508015334.A32394@penderel>
7587      Branch: perl
7588            ! ext/B/B/Deparse.pm
7589 ____________________________________________________________________________
7590 [ 10029] By: jhi                                   on 2001/05/08  12:28:28
7591         Log: Subject: Re: Perl book, magazine and website updates.
7592              From: "Philip Newton" <pnewton@gmx.de>
7593              Date: Mon, 7 May 2001 17:03:58 +0200
7594              Message-ID: <3AF6D57E.5387.1E29930@localhost>
7595      Branch: perl
7596            ! pod/perlfaq2.pod
7597 ____________________________________________________________________________
7598 [ 10028] By: jhi                                   on 2001/05/07  23:53:30
7599         Log: Subject: [PATCH: perl@10022] YA tweak to avoid open file conflict in io/fflush.t
7600              From: Peter Prymmer <pvhp@forte.com>
7601              Date: Mon, 7 May 2001 17:50:48 -0700 (PDT)
7602              Message-ID: <Pine.OSF.4.10.10105071746570.317708-100000@aspara.forte.com> 
7603      Branch: perl
7604            ! t/io/fflush.t
7605 ____________________________________________________________________________
7606 [ 10027] By: jhi                                   on 2001/05/07  23:22:48
7607         Log: Subject: [PATCH B::Deparse] Give (?{...}) a taste of its own medicine
7608              From: Robin Houston <robin@kitsite.com>
7609              Date: Tue, 8 May 2001 01:14:55 +0100
7610              Message-ID: <20010508011455.A32162@penderel>
7611      Branch: perl
7612            ! ext/B/B/Deparse.pm
7613 ____________________________________________________________________________
7614 [ 10026] By: jhi                                   on 2001/05/07  23:15:05
7615         Log: Typo in #10025.
7616      Branch: perl
7617            ! hints/uts.sh
7618 ____________________________________________________________________________
7619 [ 10025] By: jhi                                   on 2001/05/07  21:15:35
7620         Log: cc, cflags, and optimize tweaks for UTS from Hal Morris.
7621      Branch: perl
7622            ! hints/uts.sh
7623 ____________________________________________________________________________
7624 [ 10024] By: jhi                                   on 2001/05/07  20:58:40
7625         Log: Subject: Re: [ID 20010506.045] question about hash syntax
7626              From: Peter Scott <Peter@PSDT.com>
7627              Date: Sun, 06 May 2001 13:10:40 -0700
7628              Message-Id: <4.3.2.7.2.20010506113015.00b46100@psdt.com>
7629      Branch: perl
7630            ! pod/perl56delta.pod
7631 ____________________________________________________________________________
7632 [ 10023] By: jhi                                   on 2001/05/07  20:41:26
7633         Log: Configure should figure out the list of dynamic extensions
7634              just fine in UTS-- and in fact it does, as reported by Hal Morris.
7635      Branch: perl
7636            ! hints/uts.sh
7637 ____________________________________________________________________________
7638 [ 10022] By: jhi                                   on 2001/05/07  20:24:11
7639         Log: Update Changes.
7640      Branch: perl
7641            ! Changes patchlevel.h
7642 ____________________________________________________________________________
7643 [ 10021] By: jhi                                   on 2001/05/07  20:11:31
7644         Log: Subject: [PATCH regcomp.c] Insecure regexes
7645              From: Robin Houston <robin@kitsite.com>
7646              Date: Mon, 7 May 2001 21:56:12 +0100
7647              Message-ID: <20010507215612.A31114@penderel>
7648      Branch: perl
7649            ! regcomp.c
7650 ____________________________________________________________________________
7651 [ 10020] By: jhi                                   on 2001/05/07  20:02:30
7652         Log: Drop the foobar.perl.com references for now until Simon
7653              gets them sorted out.
7654      Branch: perl
7655            ! pod/perlfaq2.pod
7656 ____________________________________________________________________________
7657 [ 10019] By: jhi                                   on 2001/05/07  19:54:33
7658         Log: Subject: Re: RFC: changing Devel::SelfStubber to relinquish its grasp
7659              From: Prymmer/Kahn <pvhp@best.com>
7660              Date: Mon, 7 May 2001 07:47:21 -0700 (PDT)
7661              Message-ID: <Pine.BSF.4.21.0105070733080.13301-100000@shell8.ba.best.com>
7662      Branch: perl
7663            ! lib/Devel/SelfStubber.pm
7664 ____________________________________________________________________________
7665 [ 10018] By: jhi                                   on 2001/05/07  19:53:10
7666         Log: Subject: Re: [ID 20010506.022] Win32/Makefile problems in 5.7.1 
7667              From: Prymmer/Kahn <pvhp@best.com>
7668              Date: Sun, 6 May 2001 21:34:56 -0700 (PDT)
7669              Message-ID: <Pine.BSF.4.21.0105062131520.17625-100000@shell8.ba.best.com>
7670      Branch: perl
7671            ! win32/Makefile
7672 ____________________________________________________________________________
7673 [ 10017] By: jhi                                   on 2001/05/07  19:35:10
7674         Log: s/WebTechnique's/WebTechniques/
7675      Branch: perl
7676            ! pod/perlfaq2.pod
7677 ____________________________________________________________________________
7678 [ 10016] By: jhi                                   on 2001/05/07  12:26:29
7679         Log: Llama 3 updates from Randal.
7680      Branch: perl
7681            ! pod/perlfaq2.pod
7682 ____________________________________________________________________________
7683 [ 10015] By: jhi                                   on 2001/05/07  01:34:38
7684         Log: Subject: [PATCH] Help -Dt show correct pad variables
7685              From: Benjamin Sugars <ben.sugars@home.com>
7686              Date: Sun, 6 May 2001 12:54:13 -0400 (EDT)
7687              Message-ID: <Pine.LNX.4.21.0105061142040.12858-100000@localhost.localdomain>
7688      Branch: perl
7689            ! embed.h embed.pl proto.h run.c
7690 ____________________________________________________________________________
7691 [ 10014] By: jhi                                   on 2001/05/07  01:23:56
7692         Log: Subject: [PATCH] Document C<our $foo : shared>
7693              From: Benjamin Sugars <ben.sugars@home.com>
7694              Date: Sun, 6 May 2001 19:00:55 -0400 (EDT)
7695              Message-ID: <Pine.LNX.4.21.0105061847090.9500-100000@localhost.localdomain>
7696      Branch: perl
7697            ! pod/perlfunc.pod
7698 ____________________________________________________________________________
7699 [ 10013] By: jhi                                   on 2001/05/07  01:22:22
7700         Log: Subject: [PATCH B::Deparse] undefined folded constants
7701              From: Robin Houston <robin@kitsite.com>
7702              Date: Sun, 6 May 2001 17:19:09 +0100
7703              Message-ID: <20010506171909.A7046@penderel>
7704      Branch: perl
7705            ! ext/B/B/Deparse.pm
7706 ____________________________________________________________________________
7707 [ 10012] By: jhi                                   on 2001/05/07  00:57:38
7708         Log: Subject: [PATCH B::Deparse] use Foo (sub {...});
7709              From: Robin Houston <robin@kitsite.com>
7710              Message-ID: <20010506164654.A6848@penderel>
7711              Date: Sun, 6 May 2001 16:46:54 +0100
7712      Branch: perl
7713            ! ext/B/B/Deparse.pm
7714 ____________________________________________________________________________
7715 [ 10011] By: jhi                                   on 2001/05/07  00:52:18
7716         Log: Subject: [PATCH t/op/my_stash.t] Naughty?
7717              From: Robin Houston <robin@kitsite.com>
7718              Date: Sun, 6 May 2001 14:47:02 +0100
7719              Message-ID: <20010506144702.A6308@penderel>
7720      Branch: perl
7721            ! t/op/my_stash.t
7722 ____________________________________________________________________________
7723 [ 10010] By: jhi                                   on 2001/05/06  15:07:51
7724         Log: Subject: Perl book, magazine and website updates.
7725              From: Simon Cozens <simon@netthink.co.uk>
7726              Date: Sun, 6 May 2001 16:55:36 +0100
7727              Message-ID: <20010506165536.A1795@netthink.co.uk>
7728      Branch: perl
7729            ! pod/perlbook.pod pod/perlfaq2.pod
7730 ____________________________________________________________________________
7731 [ 10009] By: jhi                                   on 2001/05/06  14:11:40
7732         Log: Tweaks on the Tru64 prof options.
7733      Branch: perl
7734            ! pod/perlhack.pod
7735 ____________________________________________________________________________
7736 [ 10008] By: jhi                                   on 2001/05/06  13:51:49
7737         Log: Subject: [PATCH t/pod/testp2pt.pl] Give deparse tester a chance
7738              From: Robin Houston <robin@kitsite.com>
7739              Date: Sun, 6 May 2001 14:40:51 +0100
7740              Message-ID: <20010506144051.A6279@penderel>
7741      Branch: perl
7742            ! t/pod/testp2pt.pl
7743 ____________________________________________________________________________
7744 [ 10007] By: jhi                                   on 2001/05/06  13:49:31
7745         Log: Subject: [PATCH B::Deparse] scoping
7746              From: Robin Houston <robin@kitsite.com>
7747              Date: Sun, 6 May 2001 14:36:56 +0100
7748              Message-ID: <20010506143656.A4006@penderel>
7749      Branch: perl
7750            ! ext/B/B/Deparse.pm ext/B/defsubs_h.PL t/lib/b-deparse.t
7751 ____________________________________________________________________________
7752 [ 10006] By: jhi                                   on 2001/05/06  13:24:12
7753         Log: Document the undefinedness of bitshifting out of range.
7754      Branch: perl
7755            ! pod/perlop.pod
7756 ____________________________________________________________________________
7757 [ 10005] By: jhi                                   on 2001/05/06  13:03:17
7758         Log: Retract #10003 and update the IDE descriptions a bit.
7759      Branch: perl
7760            ! pod/perlfaq3.pod
7761 ____________________________________________________________________________
7762 [ 10004] By: jhi                                   on 2001/05/06  03:02:41
7763         Log: Subject: [PATCH: perl@10001] win32 update (VC,Borland,gcc), nmake update
7764              From: Prymmer/Kahn <pvhp@best.com>
7765              Date: Sat, 5 May 2001 20:30:49 -0700 (PDT)
7766              Message-ID: <Pine.BSF.4.21.0105052017370.3961-100000@shell8.ba.best.com>
7767      Branch: perl
7768            ! win32/Makefile win32/buildext.pl win32/config.bc
7769            ! win32/config.gc win32/config.vc
7770 ____________________________________________________________________________
7771 [ 10003] By: jhi                                   on 2001/05/05  20:24:44
7772         Log: (Retracted by #10005.)
7773      Branch: perl
7774            ! pod/perlfaq3.pod
7775 ____________________________________________________________________________
7776 [ 10002] By: jhi                                   on 2001/05/05  19:23:36
7777         Log: It's "psed", not "sed".
7778      Branch: perl
7779            ! x2p/s2p.PL
7780 ____________________________________________________________________________
7781 [ 10001] By: jhi                                   on 2001/05/05  18:35:38
7782         Log: Update Changes.
7783      Branch: perl
7784            ! Changes patchlevel.h
7785 ____________________________________________________________________________
7786 [ 10000] By: jhi                                   on 2001/05/05  18:32:15
7787         Log: Subject: Re: bleadperl make install fails due to "psed"
7788              From: andreas.koenig@anima.de (Andreas J. Koenig)
7789              Date: 05 May 2001 18:23:28 +0200
7790              Message-ID: <m3u22zg3y7.fsf@ak-71.mind.de>
7791      Branch: perl
7792            ! x2p/Makefile.SH x2p/s2p.PL
7793 ____________________________________________________________________________
7794 [  9999] By: jhi                                   on 2001/05/05  18:28:09
7795         Log: AUTHORS updates.
7796      Branch: perl
7797            ! AUTHORS
7798 ____________________________________________________________________________
7799 [  9998] By: jhi                                   on 2001/05/05  18:16:00
7800         Log: Updates on the pods related to the modules included since 5.6.
7801              
7802              TODO: perltodo really could use major updating.
7803      Branch: perl
7804            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq7.pod
7805            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
7806            ! pod/perlop.pod pod/perlport.pod pod/perlsec.pod
7807            ! pod/perlsyn.pod pod/perltodo.pod
7808 ____________________________________________________________________________
7809 [  9997] By: jhi                                   on 2001/05/05  17:35:17
7810         Log: Hints file for AtheOS ( http://www.atheos.cx/ ),
7811              from Kurt Skauen.
7812      Branch: perl
7813            + hints/atheos.sh
7814            ! MANIFEST
7815 ____________________________________________________________________________
7816 [  9996] By: jhi                                   on 2001/05/05  17:25:00
7817         Log: Add preemptive #undefs for some of the shorter and more prone
7818              to collision regcomp.h #defines.  (Background: the MASK collided
7819              with a system header #define in Rhapsody.)
7820      Branch: perl
7821            ! regcomp.h
7822 ____________________________________________________________________________
7823 [  9995] By: jhi                                   on 2001/05/05  13:24:21
7824         Log: Subject: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
7825              From: Nicholas Clark <nick@ccl4.org>
7826              Date: Sat, 5 May 2001 14:46:39 +0100
7827              Message-ID: <20010505144639.O53513@plum.flirble.org>
7828              
7829              Add a test for the constants (if any) being processed correctly.
7830      Branch: perl
7831            ! utils/h2xs.PL
7832 ____________________________________________________________________________
7833 [  9994] By: jhi                                   on 2001/05/05  02:11:03
7834         Log: Subject: [PATCH & retract: perl@9973] the real fix for t/lib/b-stash.t
7835              From: Peter Prymmer <pvhp@forte.com>
7836              Date: Fri, 4 May 2001 17:44:13 -0700 (PDT)
7837              Message-ID: <Pine.OSF.4.10.10105041734280.67333-100000@aspara.forte.com>
7838      Branch: perl
7839            ! t/lib/b-stash.t
7840 ____________________________________________________________________________
7841 [  9993] By: jhi                                   on 2001/05/05  02:03:49
7842         Log: Subject: [PATCH: perl@9973] fix const poisioning in  PerlIO_openn->fdopen->openn
7843              From: Peter Prymmer <pvhp@forte.com>
7844              Date: Fri, 4 May 2001 17:29:02 -0700 (PDT)
7845              Message-ID: <Pine.OSF.4.10.10105041727420.67333-100000@aspara.forte.com>
7846      Branch: perl
7847            ! perlio.c vms/vmsish.h
7848 ____________________________________________________________________________
7849 [  9992] By: jhi                                   on 2001/05/04  17:21:12
7850         Log: Subject: [PATHC perl@9944] missing library tests: Pod::Plainer
7851              From: Robin Barker <rmb1@cise.npl.co.uk>
7852              Date: Fri, 4 May 2001 18:13:47 +0100 (BST)
7853              Message-Id: <200105041713.SAA14842@tempest.npl.co.uk>
7854      Branch: perl
7855            + t/pod/plainer.t
7856            ! MANIFEST
7857 ____________________________________________________________________________
7858 [  9991] By: jhi                                   on 2001/05/04  16:47:45
7859         Log: Subject: [PATCH perl@9944] -Wformat error from ext/re/re_comp.c
7860              From: Robin Barker <rmb1@cise.npl.co.uk>
7861              Date: Fri, 4 May 2001 18:09:13 +0100 (BST)
7862              Message-Id: <200105041709.SAA14835@tempest.npl.co.uk>
7863      Branch: perl
7864            ! regcomp.c
7865 ____________________________________________________________________________
7866 [  9990] By: jhi                                   on 2001/05/04  14:37:20
7867         Log: Subject: [PATCH: perl@9973] let win32 run t/lib/b-stash.t
7868              From: Prymmer/Kahn <pvhp@best.com>
7869              Date: Fri, 4 May 2001 07:31:01 -0700 (PDT)
7870              Message-ID: <Pine.BSF.4.21.0105040727430.14844-100000@shell8.ba.best.com>
7871      Branch: perl
7872            ! t/lib/b-stash.t
7873 ____________________________________________________________________________
7874 [  9989] By: jhi                                   on 2001/05/04  14:03:58
7875         Log: Introduce perl572delta, update Todo, add the missing
7876              mention about signal safety since 5.7.1 (though this
7877              requires verification and more details.)
7878      Branch: perl
7879            + pod/perl572delta.pod
7880            ! MANIFEST Todo pod/perl571delta.pod
7881 ____________________________________________________________________________
7882 [  9988] By: jhi                                   on 2001/05/04  12:41:51
7883         Log: Subject: [PATCH perl@9944] long =item
7884              From: Robin Barker <rmb1@cise.npl.co.uk>
7885              Date: Fri, 4 May 2001 14:15:20 +0100 (BST)
7886              Message-Id: <200105041315.OAA00436@tempest.npl.co.uk>
7887      Branch: perl
7888            ! ext/Time/HiRes/HiRes.pm
7889 ____________________________________________________________________________
7890 [  9987] By: jhi                                   on 2001/05/04  12:39:19
7891         Log: The #9901 had removed one line essential for EBCDIC.
7892      Branch: perl
7893            ! regcomp.c
7894 ____________________________________________________________________________
7895 [  9986] By: jhi                                   on 2001/05/04  12:30:23
7896         Log: Subject: cygwin/Makefile.SHs INSTALL patch
7897              From: Reini Urban <rurban@sbox.tu-graz.ac.at>
7898              Date: Mon, 08 Jan 2001 04:59:21 +0200
7899              Message-ID: <3A592D09.FD6AD35D@sbox.tu-graz.ac.at> 
7900      Branch: perl
7901            ! cygwin/Makefile.SHs
7902 ____________________________________________________________________________
7903 [  9985] By: jhi                                   on 2001/05/04  03:51:39
7904         Log: Encode/IO doc tweaks.
7905      Branch: perl
7906            ! ext/Encode/Encode.pm
7907 ____________________________________________________________________________
7908 [  9984] By: jhi                                   on 2001/05/04  03:29:34
7909         Log: Remove GDBM_File from the dynamic extensions for UTS,
7910              GDBM is not a standard feature.
7911      Branch: perl
7912            ! hints/uts.sh
7913 ____________________________________________________________________________
7914 [  9983] By: jhi                                   on 2001/05/04  03:22:59
7915         Log: Document the \pX and \p{Yz} (and \p{BidiXYZ}) classes a bit more.
7916      Branch: perl
7917            ! pod/perlretut.pod
7918 ____________________________________________________________________________
7919 [  9982] By: jhi                                   on 2001/05/03  23:21:03
7920         Log: Subject: [PATCH] Let sv_dump understand GvSHARED
7921              From: Benjamin Sugars <bsugars@canoe.ca>
7922              Date: Thu, 3 May 2001 16:51:07 -0400 (EDT)
7923              Message-ID: <Pine.LNX.4.21.0105031645280.805-100000@marmot.rim.canoe.ca>
7924      Branch: perl
7925            ! dump.c
7926 ____________________________________________________________________________
7927 [  9981] By: jhi                                   on 2001/05/03  23:20:05
7928         Log: Subject: [PATCH] Allow clobbering of a PerlIO::Scalar and more tests
7929              From: Benjamin Sugars <bsugars@canoe.ca>
7930              Date: Thu, 3 May 2001 15:28:21 -0400 (EDT)
7931              Message-ID: <Pine.LNX.4.21.0105031508360.805-100000@marmot.rim.canoe.ca>
7932      Branch: perl
7933            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
7934 ____________________________________________________________________________
7935 [  9980] By: jhi                                   on 2001/05/03  23:15:29
7936         Log: Integrate perlio.
7937      Branch: perl
7938           !> ext/Encode/Encode.pm
7939 ____________________________________________________________________________
7940 [  9979] By: jhi                                   on 2001/05/03  16:54:59
7941         Log: Install psed man page.
7942      Branch: perl
7943            ! installman
7944 ____________________________________________________________________________
7945 [  9978] By: jhi                                   on 2001/05/03  16:45:58
7946         Log: Remove unused files; noted by Sarathy.
7947      Branch: perl
7948            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
7949            ! MANIFEST
7950 ____________________________________________________________________________
7951 [  9977] By: jhi                                   on 2001/05/03  16:42:30
7952         Log: Subject: [PATCH bleadperl] INSTALL patch -- space requirements
7953              From: Andy Dougherty <doughera@lafayette.edu>
7954              Date: Thu, 3 May 2001 11:16:10 -0400 (EDT)
7955              Message-ID: <Pine.SOL.4.10.10105031114500.17868-100000@maxwell.phys.lafayette.edu>
7956      Branch: perl
7957            ! INSTALL
7958 ____________________________________________________________________________
7959 [  9976] By: nick                                  on 2001/05/03  16:40:42
7960         Log: Allow $answer = encode($object,$text); like it says in docs.
7961      Branch: perlio
7962            ! ext/Encode/Encode.pm
7963 ____________________________________________________________________________
7964 [  9975] By: nick                                  on 2001/05/03  16:22:30
7965         Log: Fix latin1 etc. alias code - (bit rot?) - the @latin2iso array now seems to need
7966              to be in scope (fair enough), and also a package variable (our) for eval to see it.
7967      Branch: perlio
7968            ! ext/Encode/Encode.pm
7969 ____________________________________________________________________________
7970 [  9974] By: nick                                  on 2001/05/03  15:48:17
7971         Log: Integrate mainline.
7972      Branch: perlio
7973           +> lib/NEXT.pm t/io/fflush.t t/lib/MyFilter.pm
7974           +> t/lib/filter-simple.t t/lib/next.t
7975           !> (integrate 70 files)
7976 ____________________________________________________________________________
7977 [  9973] By: jhi                                   on 2001/05/03  13:09:09
7978         Log: Update Changes.
7979      Branch: perl
7980            ! Changes patchlevel.h
7981 ____________________________________________________________________________
7982 [  9972] By: jhi                                   on 2001/05/03  12:58:33
7983         Log: Subject: [PATCH: perl@9945] fix handling of $Config{variables} in io/fflush.t
7984              From: Prymmer/Kahn <pvhp@best.com>
7985              Date: Wed, 2 May 2001 23:56:13 -0700 (PDT)
7986              Message-ID: <Pine.BSF.4.21.0105022353380.24421-100000@shell8.ba.best.com>
7987      Branch: perl
7988            ! t/io/fflush.t
7989 ____________________________________________________________________________
7990 [  9971] By: jhi                                   on 2001/05/03  12:57:26
7991         Log: Subject: [PATCH: perl@9945] two fixes for win32/FindExt.pm
7992              From: Prymmer/Kahn <pvhp@best.com>
7993              Date: Wed, 2 May 2001 23:42:33 -0700 (PDT)
7994              Message-ID: <Pine.BSF.4.21.0105022337070.24421-100000@shell8.ba.best.com>
7995      Branch: perl
7996            ! win32/FindExt.pm
7997 ____________________________________________________________________________
7998 [  9970] By: jhi                                   on 2001/05/03  02:42:46
7999         Log: Can't croak sans thread context, from Doug MacEachern.
8000      Branch: perl
8001            ! toke.c
8002 ____________________________________________________________________________
8003 [  9969] By: jhi                                   on 2001/05/03  01:23:48
8004         Log: Subject: Random input test and Perl
8005              From: Ilya Zakharevich <ilya@math.berkeley.edu>
8006              Date: Wed, 2 May 2001 14:35:50 -0700 (PDT)
8007              Message-Id: <200105022135.OAA26245@fac-813-1.math.Berkeley.EDU>
8008      Branch: perl
8009            ! toke.c
8010 ____________________________________________________________________________
8011 [  9968] By: jhi                                   on 2001/05/02  22:17:21
8012         Log: Subject: [PATCH: perl@9945] fix some misinformation in perlfunc.pod
8013              From: Peter Prymmer <pvhp@forte.com>
8014              Date: Wed, 2 May 2001 15:58:18 -0700 (PDT)
8015              Message-ID: <Pine.OSF.4.10.10105021554040.342459-100000@aspara.forte.com>
8016      Branch: perl
8017            ! pod/perlfunc.pod pod/perlport.pod
8018 ____________________________________________________________________________
8019 [  9967] By: jhi                                   on 2001/05/02  20:12:45
8020         Log: Workaround for UTS compiler casting bug from Hal Morris.
8021      Branch: perl
8022            ! perl.h
8023 ____________________________________________________________________________
8024 [  9966] By: jhi                                   on 2001/05/02  18:31:37
8025         Log: Subject: Re: [PATCH 5.6.1] Multiplicity and thread fixes for VMS 
8026              From: Dan Sugalski <dan@sidhe.org>
8027              Date: Wed, 02 May 2001 15:23:22 -0400
8028              Message-Id: <5.0.2.1.0.20010502152210.01f65550@24.8.96.48>
8029      Branch: perl
8030            ! perl.c vms/vms.c
8031 ____________________________________________________________________________
8032 [  9965] By: jhi                                   on 2001/05/02  18:21:29
8033         Log: Minor doc tweaks on endianness, closes bug 20010327.004.
8034      Branch: perl
8035            ! pod/perlfunc.pod
8036 ____________________________________________________________________________
8037 [  9964] By: jhi                                   on 2001/05/02  18:15:01
8038         Log: Document large files in INSTALL, document also the %x
8039              limitation if not use64bitint, closes bug 20010326.007.
8040      Branch: perl
8041            ! INSTALL
8042 ____________________________________________________________________________
8043 [  9963] By: jhi                                   on 2001/05/02  17:24:47
8044         Log: perlmodlib tweaks; regen pods.
8045      Branch: perl
8046            ! pod/Makefile.SH pod/perlmodlib.PL pod/perlmodlib.pod
8047            ! pod/perltoc.pod
8048 ____________________________________________________________________________
8049 [  9962] By: jhi                                   on 2001/05/02  17:14:00
8050         Log: Fix for a segfault, from Marc Lehmann.
8051      Branch: perl
8052            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.xs
8053 ____________________________________________________________________________
8054 [  9961] By: jhi                                   on 2001/05/02  15:55:53
8055         Log: Subject: [DOC PATCH bleadperl] minor nits in perlop.pod
8056              From: "Philip Newton" <pnewton@gmx.de>
8057              Date: Wed, 2 May 2001 18:39:03 +0200
8058              Message-ID: <3AF05447.15525.173B588@localhost>
8059      Branch: perl
8060            ! pod/perlop.pod
8061 ____________________________________________________________________________
8062 [  9960] By: jhi                                   on 2001/05/02  15:35:37
8063         Log: Subject: [PATCH 5.6.1] Multiplicity and thread fixes for VMS
8064              From: Dan Sugalski <dan@sidhe.org>
8065              Date: Wed, 02 May 2001 11:37:27 -0400
8066              Message-Id: <5.0.2.1.0.20010502112909.01f24e28@24.8.96.48>
8067      Branch: perl
8068            ! doio.c ext/File/Glob/bsd_glob.c perl.c perl.h pp_sys.c
8069            ! thread.h vms/vms.c vms/vmsish.h
8070 ____________________________________________________________________________
8071 [  9959] By: jhi                                   on 2001/05/02  15:21:08
8072         Log: Subject: Re: [PATCH] Allow appending on a PerlIO::Scalar
8073              From: Benjamin Sugars <bsugars@canoe.ca>
8074              Date: Wed, 2 May 2001 10:53:11 -0400 (EDT)
8075              Message-ID: <Pine.LNX.4.21.0105021041380.1652-100000@marmot.rim.canoe.ca>
8076      Branch: perl
8077            ! ext/PerlIO/Scalar/Scalar.xs
8078 ____________________________________________________________________________
8079 [  9958] By: jhi                                   on 2001/05/02  15:15:53
8080         Log: Bug in #9915, spotted by Mike Guy.
8081      Branch: perl
8082            ! installperl
8083 ____________________________________________________________________________
8084 [  9957] By: jhi                                   on 2001/05/02  13:26:01
8085         Log: Add a test for not griping about references as array
8086              indices if the reference has magic in it (overloaded
8087              methods).
8088      Branch: perl
8089            ! pod/perldiag.pod t/pragma/warn/pp_hot
8090 ____________________________________________________________________________
8091 [  9956] By: jhi                                   on 2001/05/02  13:07:01
8092         Log: Retracted a bit too much in #9952.
8093      Branch: perl
8094            ! t/pragma/sub_lval.t
8095 ____________________________________________________________________________
8096 [  9955] By: jhi                                   on 2001/05/02  13:05:38
8097         Log: Test for #9952.
8098      Branch: perl
8099            ! t/op/tie.t
8100 ____________________________________________________________________________
8101 [  9954] By: jhi                                   on 2001/05/02  11:48:18
8102         Log: Additional note on the encoding example: one cannot
8103              convert string constants in-place.
8104      Branch: perl
8105            ! ext/Encode/Encode.pm
8106 ____________________________________________________________________________
8107 [  9953] By: jhi                                   on 2001/05/02  11:43:51
8108         Log: Note that if you have recent enough Perl you already
8109              have Filter::Util::Call.
8110      Branch: perl
8111            ! lib/Filter/Simple.pm
8112 ____________________________________________________________________________
8113 [  9952] By: jhi                                   on 2001/05/02  11:31:53
8114         Log: Retract changes #8254 and #8255, causes coredump in
8115              'tie FH, "main"', reported by Abigail, culprit found by
8116              Benjamin Sugars.  Mirrors maintperl change #9950.
8117      Branch: perl
8118            ! op.c t/pragma/sub_lval.t
8119 ____________________________________________________________________________
8120 [  9951] By: jhi                                   on 2001/05/02  11:14:29
8121         Log: Forgot from #9942.  (Needed by t/lib/filter-simple.t.)
8122      Branch: perl
8123            + t/lib/MyFilter.pm
8124 ____________________________________________________________________________
8125 [  9950] By: gsar                                  on 2001/05/02  03:17:11
8126         Log: revert integration of changes#8254,8255 in change#8620 (causes
8127              a coredump in C<tie FH, 'foo'>; the idea itself may need better
8128              rationalization)
8129      Branch: maint-5.6/perl
8130            ! op.c t/pragma/sub_lval.t
8131 ____________________________________________________________________________
8132 [  9949] By: gsar                                  on 2001/05/02  02:56:32
8133         Log: integrate changes#9774,9814 from mainline (Unixware fixes)
8134              
8135              Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
8136              
8137              Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
8138      Branch: maint-5.6/perl
8139           !> hints/svr5.sh
8140 ____________________________________________________________________________
8141 [  9948] By: gsar                                  on 2001/05/02  02:49:15
8142         Log: pod/find.t breaks on VMS (from Craig Berry)
8143      Branch: maint-5.6/perl
8144            ! t/pod/find.t
8145 ____________________________________________________________________________
8146 [  9947] By: jhi                                   on 2001/05/02  02:43:09
8147         Log: Add an encoding conversion example.
8148      Branch: perl
8149            ! ext/Encode/Encode.pm
8150 ____________________________________________________________________________
8151 [  9946] By: jhi                                   on 2001/05/02  01:34:22
8152         Log: Another coat of paint but still nowhere finished.
8153              Need to decide on the semantics of strptime(): should
8154              strptime() be a function instead of a method?  To do
8155              the week/monthname-strptiming the i18n/l10n bullet needs
8156              to be bitten with gusto.
8157      Branch: perl
8158            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
8159 ____________________________________________________________________________
8160 [  9945] By: jhi                                   on 2001/05/01  23:40:52
8161         Log: Update Changes.
8162      Branch: perl
8163            ! Changes patchlevel.h
8164 ____________________________________________________________________________
8165 [  9944] By: jhi                                   on 2001/05/01  23:33:37
8166         Log: Add known-to-be-tested modules to the list-to-be-skipped.
8167      Branch: perl
8168            ! t/lib/1_compile.t
8169 ____________________________________________________________________________
8170 [  9943] By: jhi                                   on 2001/05/01  23:24:40
8171         Log: Subject: BorlandC++ fix
8172              From: "Vadim Konovalov" <watman@inbox.ru>
8173              Date: Mon, 30 Apr 2001 20:12:26 -0700
8174              Message-ID: <006e01c0d1ec$8fb1b8d0$406bff87@vad>
8175      Branch: perl
8176            ! win32/makefile.mk
8177 ____________________________________________________________________________
8178 [  9942] By: jhi                                   on 2001/05/01  23:18:02
8179         Log: Update to Filter::Simple 0.60, create a test for it.
8180      Branch: perl
8181            + t/lib/filter-simple.t
8182            ! MANIFEST lib/Filter/Simple.pm
8183 ____________________________________________________________________________
8184 [  9941] By: jhi                                   on 2001/05/01  19:47:24
8185         Log: Subject: Re: bleadperl: s/// failure with \b and /g 
8186              From: Hugo <hv@crypt.compulink.co.uk>
8187              Date: Tue, 01 May 2001 20:12:20 +0100
8188              Message-Id: <200105011912.UAA06826@crypt.compulink.co.uk>
8189      Branch: perl
8190            ! pp_hot.c t/op/re_tests
8191 ____________________________________________________________________________
8192 [  9940] By: jhi                                   on 2001/05/01  19:42:16
8193         Log: Integrate perlio.
8194      Branch: perl
8195           !> lib/base.pm t/lib/fields.t
8196 ____________________________________________________________________________
8197 [  9939] By: jhi                                   on 2001/05/01  19:39:51
8198         Log: Subject: [PATCH] Allow appending on a PerlIO::Scalar
8199              From: Benjamin Sugars <bsugars@canoe.ca>
8200              Date: Tue, 1 May 2001 16:32:03 -0400 (EDT)
8201              Message-ID: <Pine.LNX.4.21.0105011627110.1526-100000@marmot.rim.canoe.ca>
8202      Branch: perl
8203            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
8204 ____________________________________________________________________________
8205 [  9938] By: jhi                                   on 2001/05/01  19:34:09
8206         Log: Add NEXT, a pseudo-class for method redispatching.
8207              <Damian>NEXT.pm probably offers more bang-for-buck
8208              than anything else I've ever written.</Damian>
8209      Branch: perl
8210            + lib/NEXT.pm t/lib/next.t
8211            ! MANIFEST
8212 ____________________________________________________________________________
8213 [  9937] By: jhi                                   on 2001/05/01  19:21:41
8214         Log: Update to Switch 2.02.
8215      Branch: perl
8216            ! lib/Switch.pm t/lib/switch.t
8217 ____________________________________________________________________________
8218 [  9936] By: nick                                  on 2001/05/01  19:09:21
8219         Log: Fix for base.pm clobbering $VERSION
8220      Branch: perlio
8221            ! lib/base.pm
8222 ____________________________________________________________________________
8223 [  9935] By: nick                                  on 2001/05/01  18:54:38
8224         Log: Test for base.pm clobbering $VERSION.
8225      Branch: perlio
8226            ! t/lib/fields.t
8227 ____________________________________________________________________________
8228 [  9934] By: jhi                                   on 2001/05/01  18:39:10
8229         Log: Add information about Scalar::Util::blessed.
8230      Branch: perl
8231            ! pod/perlobj.pod
8232 ____________________________________________________________________________
8233 [  9933] By: jhi                                   on 2001/05/01  18:33:51
8234         Log: Subject: Extra UNIVERSAL documentation
8235              From: Mike Guy <mjtg@cam.ac.uk>
8236              Date: Tue, 01 May 2001 20:12:11 +0100
8237              Message-Id: <E14ufZD-0007kD-00@libra.cus.cam.ac.uk>
8238      Branch: perl
8239            ! pod/perlobj.pod
8240 ____________________________________________________________________________
8241 [  9932] By: jhi                                   on 2001/05/01  18:26:54
8242         Log: Subject: Autoflush in tests as appropriate
8243              From: Mike Guy <mjtg@cam.ac.uk>
8244              Date: Tue, 01 May 2001 20:05:31 +0100
8245              Message-Id: <E14ufSl-0007gS-00@libra.cus.cam.ac.uk>
8246      Branch: perl
8247            ! t/lib/syslfs.t t/op/die_exit.t t/op/lex_assign.t t/op/lfs.t
8248            ! t/op/taint.t
8249 ____________________________________________________________________________
8250 [  9931] By: jhi                                   on 2001/05/01  18:02:29
8251         Log: Subject: [PATCH] Multiple consecutive writes on PerlIO::Scalar
8252              From: Benjamin Sugars <bsugars@canoe.ca>
8253              Date: Tue, 1 May 2001 14:58:24 -0400 (EDT)
8254              Message-ID: <Pine.LNX.4.21.0105011431300.1526-100000@marmot.rim.canoe.ca>
8255      Branch: perl
8256            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
8257 ____________________________________________________________________________
8258 [  9930] By: jhi                                   on 2001/05/01  15:12:26
8259         Log: Subject: Re: Finally got a round tuit
8260              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
8261              Date: Tue, 01 May 2001 14:14:10 +0200
8262              Message-Id: <20010501135740.19E4.H.M.BRAND@hccnet.nl>
8263              
8264              The -DP part, slightly modified.
8265      Branch: perl
8266            ! perl.c
8267 ____________________________________________________________________________
8268 [  9929] By: jhi                                   on 2001/05/01  14:17:15
8269         Log: Subject: Re: Finally got a round tuit
8270              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
8271              Date: Tue, 01 May 2001 16:34:06 +0200
8272              Message-Id: <20010501163255.19F2.H.M.BRAND@hccnet.nl>
8273              
8274              cpp and optimization tweaks for HP-UX.
8275      Branch: perl
8276            ! hints/hpux.sh
8277 ____________________________________________________________________________
8278 [  9928] By: jhi                                   on 2001/05/01  13:24:20
8279         Log: Tune the scan_num() comments to reality.
8280      Branch: perl
8281            ! toke.c
8282 ____________________________________________________________________________
8283 [  9927] By: jhi                                   on 2001/05/01  13:14:01
8284         Log: Subject: [PATCH B::Deparse] optimised sort
8285              From: Robin Houston <robin@kitsite.com>
8286              Date: Tue, 1 May 2001 14:07:12 +0100
8287              Message-ID: <20010501140712.A4266@penderel>
8288      Branch: perl
8289            ! ext/B/B/Deparse.pm
8290 ____________________________________________________________________________
8291 [  9926] By: jhi                                   on 2001/05/01  13:10:53
8292         Log: Subject: [PATCH t/lib/b-deparse.t] 
8293              From: Robin Houston <robin@kitsite.com>
8294              Date: Tue, 1 May 2001 13:37:42 +0100
8295              Message-ID: <20010501133742.A4082@penderel>
8296      Branch: perl
8297            ! t/lib/b-deparse.t
8298 ____________________________________________________________________________
8299 [  9925] By: jhi                                   on 2001/05/01  13:10:13
8300         Log: Subject: [PATCH B::Deparse] for(;;), sort
8301              From: Robin Houston <robin@kitsite.com>
8302              Date: Tue, 1 May 2001 13:35:00 +0100
8303              Message-ID: <20010501133500.A4061@penderel>
8304      Branch: perl
8305            ! ext/B/B/Deparse.pm
8306 ____________________________________________________________________________
8307 [  9924] By: jhi                                   on 2001/05/01  13:09:22
8308         Log: Subject: [PATCH B::Deparse] do, warn, use
8309              From: Robin Houston <robin@kitsite.com>
8310              Date: Tue, 1 May 2001 13:31:03 +0100
8311              Message-ID: <20010501133103.A4041@penderel>
8312      Branch: perl
8313            ! ext/B/B/Deparse.pm
8314 ____________________________________________________________________________
8315 [  9923] By: jhi                                   on 2001/05/01  11:45:36
8316         Log: Subject: [PATCH] Test autoflush on fork (Was: Should I remove something?)
8317              From: Benjamin Sugars <ben.sugars@home.com>
8318              Date: Mon, 30 Apr 2001 22:21:54 -0400 (EDT)
8319              Message-ID: <Pine.LNX.4.21.0104302213190.19002-100000@localhost.localdomain>
8320      Branch: perl
8321            + t/io/fflush.t
8322            ! MANIFEST
8323 ____________________________________________________________________________
8324 [  9922] By: jhi                                   on 2001/05/01  11:35:42
8325         Log: Subject: [PATCH: perl@9917] more VMS tweaks for addn'l selfstubber tests
8326              From: Peter Prymmer <pvhp@forte.com>
8327              Date: Mon, 30 Apr 2001 16:26:30 -0700 (PDT)
8328              Message-ID: <Pine.OSF.4.10.10104301621200.161547-100000@aspara.forte.com>
8329      Branch: perl
8330            ! t/lib/selfstubber.t
8331 ____________________________________________________________________________
8332 [  9921] By: jhi                                   on 2001/04/30  16:34:33
8333         Log: Subject: [PATCH B::Concise] suppress warning
8334              From: Robin Houston <robin@kitsite.com>
8335              Date: Mon, 30 Apr 2001 16:09:49 +0100
8336              Message-ID: <20010430160949.A25086@penderel>
8337      Branch: perl
8338            ! ext/B/B/Concise.pm
8339 ____________________________________________________________________________
8340 [  9920] By: jhi                                   on 2001/04/30  13:56:04
8341         Log: Strip the *markers* from #9919.
8342      Branch: perl
8343            ! pod/perlfaq.pod pod/perlfaq5.pod
8344 ____________________________________________________________________________
8345 [  9919] By: jhi                                   on 2001/04/30  13:54:04
8346         Log: Subject: [PATCH] (perlfaq/bleadperl) append mode and locking
8347              From: Gwyn Judd <b.judd@xtra.co.nz>
8348              Date: Sun, 29 Apr 2001 01:47:49 +1200
8349              Message-ID: <20010429014749.A4418@thislove>
8350      Branch: perl
8351            ! pod/perlfaq.pod pod/perlfaq5.pod
8352 ____________________________________________________________________________
8353 [  9918] By: jhi                                   on 2001/04/30  13:13:54
8354         Log: More_tweakage.
8355      Branch: perl
8356            ! pod/perldata.pod pod/perldiag.pod
8357 ____________________________________________________________________________
8358 [  9917] By: jhi                                   on 2001/04/30  13:01:27
8359         Log: Update Changes.
8360      Branch: perl
8361            ! Changes patchlevel.h
8362 ____________________________________________________________________________
8363 [  9916] By: jhi                                   on 2001/04/30  12:57:03
8364         Log: T_w_e_a_k_a_g_e.
8365      Branch: perl
8366            ! pod/perldata.pod pod/perldiag.pod
8367 ____________________________________________________________________________
8368 [  9915] By: jhi                                   on 2001/04/30  12:39:29
8369         Log: Install s2p also as psed.
8370              
8371              TODO: psed documentation?
8372      Branch: perl
8373            ! installperl
8374 ____________________________________________________________________________
8375 [  9914] By: jhi                                   on 2001/04/30  12:29:21
8376         Log: Subject: Re: [ID 20010303.009] SOCKS5 work around breaks other sockets
8377              From: Jens Hamisch <jens@Strawberry.COM>
8378              Date: Fri, 27 Apr 2001 17:00:36 +0200
8379              Message-ID: <20010427170036.K1372@Strawberry.COM>
8380              
8381              SOCKS5_VERSION_NAME is the right symbol to detect
8382              the presence of SOCKS5.  (HAS_SOCKS5_INIT is telling whether
8383              function called socks5_init() is available, and even that is
8384              not universal, most SOCKS5 installations use SOCKSinit()).
8385      Branch: perl
8386            ! perlio.c
8387 ____________________________________________________________________________
8388 [  9913] By: jhi                                   on 2001/04/30  12:22:15
8389         Log: Allow a zero timeout on IO::Socket accept and connect--
8390              though one really shouldn't do that.  Based on
8391              
8392              Subject: Not possible to set zero second timeout on accept() in IO::Socket and company..
8393              From: "John Holdsworth" <coldwave@bigfoot.com>
8394              Date: Sun, 4 Feb 2001 12:48:18 +0100
8395              Message-ID: <005a01c08ea0$5e6039d0$03ac2ac0@planc>
8396      Branch: perl
8397            ! ext/IO/lib/IO/Socket.pm
8398 ____________________________________________________________________________
8399 [  9912] By: jhi                                   on 2001/04/30  11:27:27
8400         Log: Save the spot of regprev (see #9911) for binary compatibility;
8401              regen API.
8402      Branch: perl
8403            ! embedvar.h perlapi.h thrdvar.h
8404 ____________________________________________________________________________
8405 [  9911] By: jhi                                   on 2001/04/30  11:22:03
8406         Log: Subject: Re: [PATCH bleadperl] [ID 20010426.002] Word boundry regex [...] 
8407              From: Hugo <hv@crypt.compulink.co.uk>
8408              Date: Sun, 29 Apr 2001 17:09:30 +0100
8409              Message-Id: <200104291609.RAA17790@crypt.compulink.co.uk>
8410      Branch: perl
8411            ! regcomp.c regexec.c sv.c t/op/re_tests t/op/subst.t thrdvar.h
8412 ____________________________________________________________________________
8413 [  9910] By: jhi                                   on 2001/04/30  11:15:12
8414         Log: Change PL_numeric_radix to PL_numeric_radix_sv (and leave in
8415              a dummy for PL_numeric_radix); no pressing reason to break
8416              binary compatibility; regen API.
8417      Branch: perl
8418            ! embedvar.h global.sym intrpvar.h objXSUB.h perl.c perl.h
8419            ! perlapi.c perlapi.h pod/perlapi.pod sv.c util.c
8420 ____________________________________________________________________________
8421 [  9909] By: jhi                                   on 2001/04/30  10:56:08
8422         Log: Subject: [DOC PATCH bleadperl] Document generation of random integers
8423              From: Walt Mankowski <waltman@netaxs.com>
8424              Date: Sun, 29 Apr 2001 21:53:48 -0400
8425              Message-ID: <20010429215348.A3971@netaxs.com>
8426      Branch: perl
8427            ! pod/perlfunc.pod
8428 ____________________________________________________________________________
8429 [  9908] By: jhi                                   on 2001/04/30  10:49:40
8430         Log: Reintroduce #9889 to unbuffer the stderr/stdout on stdio configs.
8431      Branch: perl
8432            ! t/lib/selfstubber.t
8433 ____________________________________________________________________________
8434 [  9907] By: nick                                  on 2001/04/30  09:26:50
8435         Log: Integrate mainline.
8436      Branch: perlio
8437           !> pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
8438 ____________________________________________________________________________
8439 [  9906] By: jhi                                   on 2001/04/29  23:24:20
8440         Log: Abigail spotted a thinko in #9905.
8441      Branch: perl
8442            ! pod/perldiag.pod
8443 ____________________________________________________________________________
8444 [  9905] By: jhi                                   on 2001/04/29  15:55:39
8445         Log: Changed the underscore/undebar syntax in numeric constants;
8446              now any grouping will do, as long as the underscores are not
8447              consecutive (so "zero-grouping" is out), and they do not begin
8448              or end the integer or fractional parts.
8449      Branch: perl
8450            ! pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
8451 ____________________________________________________________________________
8452 [  9904] By: nick                                  on 2001/04/29  15:43:22
8453         Log: Integrate mainline.
8454      Branch: perlio
8455           +> (branch 98 files)
8456            - lib/unicode/Block.pl
8457            - lib/unicode/In/AlphabeticPresentationForms.pl
8458            - lib/unicode/In/Arabic.pl
8459            - lib/unicode/In/ArabicPresentationForms-A.pl
8460            - lib/unicode/In/ArabicPresentationForms-B.pl
8461            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
8462            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
8463            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
8464            - lib/unicode/In/BopomofoExtended.pl
8465            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
8466            - lib/unicode/In/CJKCompatibility.pl
8467            - lib/unicode/In/CJKCompatibilityForms.pl
8468            - lib/unicode/In/CJKCompatibilityIdeographs.pl
8469            - lib/unicode/In/CJKRadicalsSupplement.pl
8470            - lib/unicode/In/CJKSymbolsandPunctuation.pl
8471            - lib/unicode/In/CJKUnifiedIdeographs.pl
8472            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
8473            - lib/unicode/In/Cherokee.pl
8474            - lib/unicode/In/CombiningDiacriticalMarks.pl
8475            - lib/unicode/In/CombiningHalfMarks.pl
8476            - lib/unicode/In/CombiningMarksforSymbols.pl
8477            - lib/unicode/In/ControlPictures.pl
8478            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
8479            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
8480            - lib/unicode/In/EnclosedAlphanumerics.pl
8481            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
8482            - lib/unicode/In/Ethiopic.pl
8483            - lib/unicode/In/GeneralPunctuation.pl
8484            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
8485            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
8486            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
8487            - lib/unicode/In/HalfwidthandFullwidthForms.pl
8488            - lib/unicode/In/HangulCompatibilityJamo.pl
8489            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
8490            - lib/unicode/In/Hebrew.pl
8491            - lib/unicode/In/HighPrivateUseSurrogates.pl
8492            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
8493            - lib/unicode/In/IPAExtensions.pl
8494            - lib/unicode/In/IdeographicDescriptionCharacters.pl
8495            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
8496            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
8497            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
8498            - lib/unicode/In/Latin-1Supplement.pl
8499            - lib/unicode/In/LatinExtended-A.pl
8500            - lib/unicode/In/LatinExtended-B.pl
8501            - lib/unicode/In/LatinExtendedAdditional.pl
8502            - lib/unicode/In/LetterlikeSymbols.pl
8503            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
8504            - lib/unicode/In/MathematicalOperators.pl
8505            - lib/unicode/In/MiscellaneousSymbols.pl
8506            - lib/unicode/In/MiscellaneousTechnical.pl
8507            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
8508            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
8509            - lib/unicode/In/OpticalCharacterRecognition.pl
8510            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
8511            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
8512            - lib/unicode/In/SmallFormVariants.pl
8513            - lib/unicode/In/SpacingModifierLetters.pl
8514            - lib/unicode/In/Specials.pl
8515            - lib/unicode/In/SuperscriptsandSubscripts.pl
8516            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
8517            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
8518            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
8519            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
8520            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
8521           !> INSTALL MANIFEST doop.c embed.h embed.pl ext/B/B/Deparse.pm
8522           !> ext/IO/lib/IO/Seekable.pm hints/hpux.sh
8523           !> lib/unicode/mktables.PL lib/utf8_heavy.pl objXSUB.h perl.h
8524           !> pod/perldiag.pod pod/perlunicode.pod proto.h regcomp.c
8525           !> regexec.c t/lib/b-deparse.t t/lib/selfstubber.t t/op/pat.t
8526           !> utf8.c win32/Makefile
8527 ____________________________________________________________________________
8528 [  9903] By: jhi                                   on 2001/04/29  14:30:53
8529         Log: Subject: [PATCH: perl@9885] win32/Makefile (nmake) update
8530              From: Prymmer/Kahn <pvhp@best.com>
8531              Date: Sat, 28 Apr 2001 21:56:51 -0700 (PDT)
8532              Message-ID: <Pine.BSF.4.21.0104282147270.2927-100000@shell8.ba.best.com>
8533      Branch: perl
8534            ! win32/Makefile
8535 ____________________________________________________________________________
8536 [  9902] By: jhi                                   on 2001/04/29  02:52:44
8537         Log: Subject: [PATCH ext/IO/lib/IO/Seekable.pm] Doc fixes.
8538              From: "Abigail" <abigail@foad.org>
8539              Date: Sun, 29 Apr 2001 03:14:25 +0200
8540              Message-ID: <20010429011425.24503.qmail@foad.org>
8541      Branch: perl
8542            ! ext/IO/lib/IO/Seekable.pm
8543 ____________________________________________________________________________
8544 [  9901] By: jhi                                   on 2001/04/29  02:04:46
8545         Log: In character classes one couldn't have 0x80..0xff characters
8546              at the left hand side if there were 0x100.. characters in the
8547              character class.
8548      Branch: perl
8549            ! doop.c embed.h embed.pl objXSUB.h proto.h regcomp.c regexec.c
8550            ! t/op/pat.t utf8.c
8551 ____________________________________________________________________________
8552 [  9900] By: jhi                                   on 2001/04/28  22:55:04
8553         Log: Forgot the latest mktables.PL from #9899.
8554      Branch: perl
8555            ! lib/unicode/mktables.PL
8556 ____________________________________________________________________________
8557 [  9899] By: jhi                                   on 2001/04/28  22:53:28
8558         Log: Explain the \p{} and \P{} error message better and
8559              have prettier prettyprint in In.pl.
8560      Branch: perl
8561            ! lib/unicode/In.pl lib/unicode/mktables.PL lib/utf8_heavy.pl
8562            ! pod/perldiag.pod
8563 ____________________________________________________________________________
8564 [  9898] By: jhi                                   on 2001/04/28  21:03:34
8565         Log: Add one possible explanation for the "Invalid [] range" error.
8566      Branch: perl
8567            ! pod/perldiag.pod
8568 ____________________________________________________________________________
8569 [  9897] By: jhi                                   on 2001/04/28  17:18:26
8570         Log: Add a level of indirection to the implementation of \p{InFoo}
8571              so that we don't have to have long filenames.  (Nothing changes
8572              in the user interface.)   The indirection is defined in
8573              the file lib/unicode/In.pl and it is handled in lib/utf8_heavy.pl.
8574              Also rename some the character classes by removing '-' from
8575              the classnames, and finally renamed Block.pl as Blocks.pl.
8576      Branch: perl
8577            + lib/unicode/Blocks.pl lib/unicode/In.pl lib/unicode/In/0.pl
8578            + lib/unicode/In/1.pl lib/unicode/In/10.pl lib/unicode/In/11.pl
8579            + lib/unicode/In/12.pl lib/unicode/In/13.pl lib/unicode/In/14.pl
8580            + lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
8581            + lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/2.pl
8582            + lib/unicode/In/20.pl lib/unicode/In/21.pl lib/unicode/In/22.pl
8583            + lib/unicode/In/23.pl lib/unicode/In/24.pl lib/unicode/In/25.pl
8584            + lib/unicode/In/26.pl lib/unicode/In/27.pl lib/unicode/In/28.pl
8585            + lib/unicode/In/29.pl lib/unicode/In/3.pl lib/unicode/In/30.pl
8586            + lib/unicode/In/31.pl lib/unicode/In/32.pl lib/unicode/In/33.pl
8587            + lib/unicode/In/34.pl lib/unicode/In/35.pl lib/unicode/In/36.pl
8588            + lib/unicode/In/37.pl lib/unicode/In/38.pl lib/unicode/In/39.pl
8589            + lib/unicode/In/4.pl lib/unicode/In/40.pl lib/unicode/In/41.pl
8590            + lib/unicode/In/42.pl lib/unicode/In/43.pl lib/unicode/In/44.pl
8591            + lib/unicode/In/45.pl lib/unicode/In/46.pl lib/unicode/In/47.pl
8592            + lib/unicode/In/48.pl lib/unicode/In/49.pl lib/unicode/In/5.pl
8593            + lib/unicode/In/50.pl lib/unicode/In/51.pl lib/unicode/In/52.pl
8594            + lib/unicode/In/53.pl lib/unicode/In/54.pl lib/unicode/In/55.pl
8595            + lib/unicode/In/56.pl lib/unicode/In/57.pl lib/unicode/In/58.pl
8596            + lib/unicode/In/59.pl lib/unicode/In/6.pl lib/unicode/In/60.pl
8597            + lib/unicode/In/61.pl lib/unicode/In/62.pl lib/unicode/In/63.pl
8598            + lib/unicode/In/64.pl lib/unicode/In/65.pl lib/unicode/In/66.pl
8599            + lib/unicode/In/67.pl lib/unicode/In/68.pl lib/unicode/In/69.pl
8600            + lib/unicode/In/7.pl lib/unicode/In/70.pl lib/unicode/In/71.pl
8601            + lib/unicode/In/72.pl lib/unicode/In/73.pl lib/unicode/In/74.pl
8602            + lib/unicode/In/75.pl lib/unicode/In/76.pl lib/unicode/In/77.pl
8603            + lib/unicode/In/78.pl lib/unicode/In/79.pl lib/unicode/In/8.pl
8604            + lib/unicode/In/80.pl lib/unicode/In/81.pl lib/unicode/In/82.pl
8605            + lib/unicode/In/83.pl lib/unicode/In/84.pl lib/unicode/In/85.pl
8606            + lib/unicode/In/86.pl lib/unicode/In/87.pl lib/unicode/In/88.pl
8607            + lib/unicode/In/89.pl lib/unicode/In/9.pl lib/unicode/In/90.pl
8608            + lib/unicode/In/91.pl lib/unicode/In/92.pl lib/unicode/In/93.pl
8609            + lib/unicode/In/94.pl lib/unicode/In/95.pl
8610            - lib/unicode/Block.pl
8611            - lib/unicode/In/AlphabeticPresentationForms.pl
8612            - lib/unicode/In/Arabic.pl
8613            - lib/unicode/In/ArabicPresentationForms-A.pl
8614            - lib/unicode/In/ArabicPresentationForms-B.pl
8615            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
8616            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
8617            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
8618            - lib/unicode/In/BopomofoExtended.pl
8619            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
8620            - lib/unicode/In/CJKCompatibility.pl
8621            - lib/unicode/In/CJKCompatibilityForms.pl
8622            - lib/unicode/In/CJKCompatibilityIdeographs.pl
8623            - lib/unicode/In/CJKRadicalsSupplement.pl
8624            - lib/unicode/In/CJKSymbolsandPunctuation.pl
8625            - lib/unicode/In/CJKUnifiedIdeographs.pl
8626            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
8627            - lib/unicode/In/Cherokee.pl
8628            - lib/unicode/In/CombiningDiacriticalMarks.pl
8629            - lib/unicode/In/CombiningHalfMarks.pl
8630            - lib/unicode/In/CombiningMarksforSymbols.pl
8631            - lib/unicode/In/ControlPictures.pl
8632            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
8633            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
8634            - lib/unicode/In/EnclosedAlphanumerics.pl
8635            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
8636            - lib/unicode/In/Ethiopic.pl
8637            - lib/unicode/In/GeneralPunctuation.pl
8638            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
8639            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
8640            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
8641            - lib/unicode/In/HalfwidthandFullwidthForms.pl
8642            - lib/unicode/In/HangulCompatibilityJamo.pl
8643            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
8644            - lib/unicode/In/Hebrew.pl
8645            - lib/unicode/In/HighPrivateUseSurrogates.pl
8646            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
8647            - lib/unicode/In/IPAExtensions.pl
8648            - lib/unicode/In/IdeographicDescriptionCharacters.pl
8649            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
8650            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
8651            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
8652            - lib/unicode/In/Latin-1Supplement.pl
8653            - lib/unicode/In/LatinExtended-A.pl
8654            - lib/unicode/In/LatinExtended-B.pl
8655            - lib/unicode/In/LatinExtendedAdditional.pl
8656            - lib/unicode/In/LetterlikeSymbols.pl
8657            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
8658            - lib/unicode/In/MathematicalOperators.pl
8659            - lib/unicode/In/MiscellaneousSymbols.pl
8660            - lib/unicode/In/MiscellaneousTechnical.pl
8661            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
8662            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
8663            - lib/unicode/In/OpticalCharacterRecognition.pl
8664            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
8665            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
8666            - lib/unicode/In/SmallFormVariants.pl
8667            - lib/unicode/In/SpacingModifierLetters.pl
8668            - lib/unicode/In/Specials.pl
8669            - lib/unicode/In/SuperscriptsandSubscripts.pl
8670            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
8671            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
8672            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
8673            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
8674            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
8675            ! MANIFEST lib/unicode/mktables.PL lib/utf8_heavy.pl
8676            ! pod/perlunicode.pod
8677 ____________________________________________________________________________
8678 [  9896] By: jhi                                   on 2001/04/28  14:33:17
8679         Log: Update the information on shared library path on HP-UX.
8680      Branch: perl
8681            ! INSTALL
8682 ____________________________________________________________________________
8683 [  9895] By: jhi                                   on 2001/04/28  14:32:30
8684         Log: Because #9894 seems to do the trick, this workaround can be removed.
8685      Branch: perl
8686            ! t/lib/selfstubber.t
8687 ____________________________________________________________________________
8688 [  9894] By: jhi                                   on 2001/04/28  14:26:13
8689         Log: For PerlIO flush the children's file handles (on fork/exec/system).
8690      Branch: perl
8691            ! perl.h
8692 ____________________________________________________________________________
8693 [  9893] By: jhi                                   on 2001/04/28  14:23:15
8694         Log: Test tweak for #9891.
8695      Branch: perl
8696            ! t/lib/b-deparse.t
8697 ____________________________________________________________________________
8698 [  9892] By: jhi                                   on 2001/04/28  14:10:13
8699         Log: New HP-UX hints from Merijn.
8700      Branch: perl
8701            ! hints/hpux.sh
8702 ____________________________________________________________________________
8703 [  9891] By: jhi                                   on 2001/04/28  14:07:27
8704         Log: Subject: [PATCH B::Deparse] non-block scopes
8705              From: Robin Houston <robin@kitsite.com>
8706              Date: Fri, 27 Apr 2001 19:15:14 +0100
8707              Message-ID: <20010427191514.A30951@puffinry.freeserve.co.uk>
8708      Branch: perl
8709            ! ext/B/B/Deparse.pm
8710 ____________________________________________________________________________
8711 [  9890] By: nick                                  on 2001/04/27  19:41:25
8712         Log: Integrate mainline
8713      Branch: perlio
8714           +> t/lib/selfstubber.t
8715           !> (integrate 50 files)
8716 ____________________________________________________________________________
8717 [  9889] By: jhi                                   on 2001/04/27  18:23:46
8718         Log: Subject: Re: selfstubber test fail on bleadperl
8719              From: Mike Guy <mjtg@cam.ac.uk>
8720              Date: Fri, 27 Apr 2001 19:31:18 +0100
8721              Message-Id: <E14tD1S-0001tJ-00@libra.cus.cam.ac.uk>
8722      Branch: perl
8723            ! t/lib/selfstubber.t
8724 ____________________________________________________________________________
8725 [  9888] By: jhi                                   on 2001/04/27  16:20:54
8726         Log: Test tweak for #9886.
8727      Branch: perl
8728            ! t/lib/b-deparse.t
8729 ____________________________________________________________________________
8730 [  9887] By: jhi                                   on 2001/04/27  16:16:33
8731         Log: Buffering issue at least in Solaris (even with perlio).
8732      Branch: perl
8733            ! t/lib/selfstubber.t
8734 ____________________________________________________________________________
8735 [  9886] By: jhi                                   on 2001/04/27  14:59:23
8736         Log: Subject: [PATCH B::Deparse] Human-readable pragmas &c
8737              From: Robin Houston <robin@kitsite.com>
8738              Date: Fri, 27 Apr 2001 16:53:20 +0100
8739              Message-ID: <20010427165320.A30479@puffinry.freeserve.co.uk>
8740      Branch: perl
8741            ! ext/B/B/Deparse.pm
8742 ____________________________________________________________________________
8743 [  9885] By: jhi                                   on 2001/04/27  14:23:51
8744         Log: Update Changes.
8745      Branch: perl
8746            ! Changes patchlevel.h
8747 ____________________________________________________________________________
8748 [  9884] By: jhi                                   on 2001/04/27  14:14:12
8749         Log: Subject: [DOC PATCH bleadperl] Document underscores in numeric literals
8750              From: "Philip Newton" <pnewton@gmx.de>
8751              Date: Fri, 27 Apr 2001 16:40:13 +0200
8752              Message-ID: <3AE9A0ED.5248.CEA127@localhost>
8753      Branch: perl
8754            ! pod/perldata.pod
8755 ____________________________________________________________________________
8756 [  9883] By: jhi                                   on 2001/04/27  13:28:19
8757         Log: Add LOG_PERROR; prettify the "removed".
8758      Branch: perl
8759            ! ext/Sys/Syslog/Syslog.xs
8760 ____________________________________________________________________________
8761 [  9882] By: jhi                                   on 2001/04/27  13:13:18
8762         Log: h2xs tweaks: use NV instead of double, "quote" the removed
8763              prefixes for clarity (especially when nothing is removed),
8764              slight pod reformats.
8765      Branch: perl
8766            ! utils/h2xs.PL
8767 ____________________________________________________________________________
8768 [  9881] By: jhi                                   on 2001/04/27  12:58:48
8769         Log: Don't bother creating existing directories.
8770      Branch: perl
8771            ! utils/h2xs.PL
8772 ____________________________________________________________________________
8773 [  9880] By: jhi                                   on 2001/04/27  12:45:39
8774         Log: Subject: MakeMaker 'make test' weirdness -- fix for h2xs provided
8775              From: Mike Schilli <m@perlmeister.com>
8776              Date: Wed, 25 Apr 2001 01:29:21 -0700
8777              Message-id: <3AE68AE1.6A981723@perlmeister.com>
8778      Branch: perl
8779            ! utils/h2xs.PL
8780 ____________________________________________________________________________
8781 [  9879] By: jhi                                   on 2001/04/27  12:40:55
8782         Log: break is not yet Perl.  Added the template license also to README.
8783      Branch: perl
8784            ! utils/h2xs.PL
8785 ____________________________________________________________________________
8786 [  9878] By: jhi                                   on 2001/04/27  03:08:20
8787         Log: Subject: Re: [ID 20010426.003] Not OK: perl v5.7.1 +DEVEL9849 on i686-linux-thread-multi-64int-ld 2.2.13
8788              From: Tim Jenness <t.jenness@jach.hawaii.edu>
8789              Date: Thu, 26 Apr 2001 15:30:17 -1000 (HST)
8790              Message-ID: <Pine.LNX.4.33.0104261529300.13049-100000@lapaki.jach.hawaii.edu>
8791      Branch: perl
8792            ! t/lib/xs-typemap.t
8793 ____________________________________________________________________________
8794 [  9877] By: jhi                                   on 2001/04/26  23:54:40
8795         Log: Subject: [PATCH: utils/h2xs.PL (bleadperl)] Fill in details we're likely to know.
8796              From: "Abigail" <abigail@foad.org>
8797              Date: Fri, 27 Apr 2001 01:44:28 +0200
8798              Message-ID: <20010426234428.19786.qmail@foad.org>
8799      Branch: perl
8800            ! utils/h2xs.PL
8801 ____________________________________________________________________________
8802 [  9876] By: jhi                                   on 2001/04/26  23:52:06
8803         Log: Subject: [PATCH: perl@9865] vms specific tweak to new selfstubber.t
8804              From: Peter Prymmer <pvhp@forte.com>
8805              Date: Thu, 26 Apr 2001 17:41:58 -0700 (PDT)
8806              Message-ID: <Pine.OSF.4.10.10104261738370.338047-100000@aspara.forte.com>
8807      Branch: perl
8808            ! t/lib/selfstubber.t
8809 ____________________________________________________________________________
8810 [  9875] By: jhi                                   on 2001/04/26  23:48:10
8811         Log: Deparse nits.
8812      Branch: perl
8813            ! ext/B/B/Deparse.pm t/lib/b-deparse.t
8814 ____________________________________________________________________________
8815 [  9874] By: jhi                                   on 2001/04/26  22:46:05
8816         Log: Document ANYOF_CLASS.
8817      Branch: perl
8818            ! regcomp.h
8819 ____________________________________________________________________________
8820 [  9873] By: jhi                                   on 2001/04/26  22:35:03
8821         Log: Subject: Re: [PATCH @9846] dumping ANYOF
8822              From: Hugo <hv@crypt.compulink.co.uk>
8823              Date: Thu, 26 Apr 2001 23:33:38 +0100
8824              Message-Id: <200104262233.XAA22352@crypt.compulink.co.uk>
8825      Branch: perl
8826            ! regcomp.c regcomp.h
8827 ____________________________________________________________________________
8828 [  9872] By: jhi                                   on 2001/04/26  22:34:31
8829         Log: Subject: [PATCH] more for Devel::SelfStubber
8830              From: Nicholas Clark <nick@ccl4.org>
8831              Date: Fri, 27 Apr 2001 00:13:52 +0100
8832              Message-ID: <20010427001351.K88186@plum.flirble.org>
8833      Branch: perl
8834            ! lib/Devel/SelfStubber.pm lib/SelfLoader.pm t/lib/selfstubber.t
8835 ____________________________________________________________________________
8836 [  9871] By: jhi                                   on 2001/04/26  21:59:17
8837         Log: Subject: [PATCH B::Deparse] formats must be flush left
8838              From: Robin Houston <robin@kitsite.com>
8839              Date: Thu, 26 Apr 2001 23:54:29 +0100
8840              Message-ID: <20010426235429.A28747@puffinry.freeserve.co.uk>
8841      Branch: perl
8842            ! ext/B/B/Deparse.pm
8843 ____________________________________________________________________________
8844 [  9870] By: jhi                                   on 2001/04/26  21:57:37
8845         Log: If some of the constants are prefixes of others,
8846              the prefixes may never get recognized.  (See 20010426.006.)
8847      Branch: perl
8848            ! utils/h2xs.PL
8849 ____________________________________________________________________________
8850 [  9869] By: jhi                                   on 2001/04/26  21:50:42
8851         Log: Subject: [ID 20010426.006] Sys::Syslog ignores LOG_AUTH constant
8852              From: Chris Bongaarts <cab@tc.umn.edu>
8853              Date: Thu, 26 Apr 2001 17:10:31 -0500
8854              Message-Id: <iss.2042.3ae89cd7.6cfba.1@earth.tc.umn.edu>
8855      Branch: perl
8856            ! ext/Sys/Syslog/Syslog.xs
8857 ____________________________________________________________________________
8858 [  9868] By: jhi                                   on 2001/04/26  21:35:12
8859         Log: Further cuts and more docs from Graham Barr.
8860      Branch: perl
8861            ! ext/List/Util/lib/List/Util.pm
8862            ! ext/List/Util/lib/Scalar/Util.pm
8863 ____________________________________________________________________________
8864 [  9867] By: jhi                                   on 2001/04/26  21:18:57
8865         Log: Subject: [PATCH 5.7.1] DB_File-1.77
8866              From: "Paul Marquess" <Paul.Marquess@Openwave.com>
8867              Date: Thu, 26 Apr 2001 22:37:53 +0100
8868              Message-ID: <000a01c0ce99$269cc3e0$99dcfea9@bfs.phone.com>
8869      Branch: perl
8870            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
8871            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
8872 ____________________________________________________________________________
8873 [  9866] By: jhi                                   on 2001/04/26  21:12:31
8874         Log: Subject: [PATCH B::Deparse] fix easy bugs
8875              From: Robin Houston <robin@kitsite.com>
8876              Date: Thu, 26 Apr 2001 23:03:33 +0100
8877              Message-ID: <20010426230333.A28657@puffinry.freeserve.co.uk>
8878      Branch: perl
8879            ! ext/B/B/Deparse.pm
8880 ____________________________________________________________________________
8881 [  9865] By: jhi                                   on 2001/04/26  20:26:13
8882         Log: Update Changes.
8883      Branch: perl
8884            ! Changes patchlevel.h
8885 ____________________________________________________________________________
8886 [  9864] By: jhi                                   on 2001/04/26  19:27:48
8887         Log: Dethinko from Robin Houston.
8888      Branch: perl
8889            ! ext/B/B/Deparse.pm
8890 ____________________________________________________________________________
8891 [  9863] By: jhi                                   on 2001/04/26  19:10:35
8892         Log: Subject: [PATCH B::Deparse] C<$x = /(.)/> ne C<($x) = /(.)/>
8893              From: Robin Houston <robin@kitsite.com>
8894              Date: Thu, 26 Apr 2001 21:08:32 +0100
8895              Message-ID: <20010426210832.A28419@puffinry.freeserve.co.uk>
8896      Branch: perl
8897            ! ext/B/B/Deparse.pm
8898 ____________________________________________________________________________
8899 [  9862] By: jhi                                   on 2001/04/26  19:04:23
8900         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
8901              From: Robin Houston <robin@kitsite.com>
8902              Date: Thu, 26 Apr 2001 20:52:50 +0100
8903              Message-ID: <20010426205249.A28328@puffinry.freeserve.co.uk>
8904      Branch: perl
8905            ! ext/B/B/Deparse.pm
8906 ____________________________________________________________________________
8907 [  9861] By: jhi                                   on 2001/04/26  18:56:14
8908         Log: Subject: Re: [PATCH] UNIVERSAL shouldn't require Exporter
8909              From: Mike Guy <mjtg@cam.ac.uk>
8910              Date: Thu, 26 Apr 2001 14:22:40 +0100
8911              Message-Id: <E14sljE-0003X9-00@libra.cus.cam.ac.uk>
8912      Branch: perl
8913            ! pod/perlobj.pod
8914 ____________________________________________________________________________
8915 [  9860] By: jhi                                   on 2001/04/26  18:46:42
8916         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
8917              From: Robin Houston <robin@kitsite.com>
8918              Date: Thu, 26 Apr 2001 20:34:29 +0100
8919              Message-ID: <20010426203429.A28261@puffinry.freeserve.co.uk>
8920              
8921              Hashes do not interpolate.
8922      Branch: perl
8923            ! ext/B/B/Deparse.pm
8924 ____________________________________________________________________________
8925 [  9859] By: jhi                                   on 2001/04/26  18:43:51
8926         Log: Subject: The Time::Piece conspiracy unmasked!!!
8927              From: Mike Guy <mjtg@cam.ac.uk>
8928              Date: Thu, 26 Apr 2001 19:02:50 +0100
8929              Message-Id: <E14sq6M-0002g9-00@libra.cus.cam.ac.uk>
8930              
8931              Subject: [PATCH] that's enough UNIVERSAL stuff for one day ...
8932              From: Mike Guy <mjtg@cam.ac.uk>
8933              Date: Thu, 26 Apr 2001 19:08:21 +0100
8934              Message-Id: <E14sqBh-0002mI-00@libra.cus.cam.ac.uk>
8935              
8936              Subject: Re: [PATCH] that's enough UNIVERSAL stuff for one day ...
8937              From: Graham Barr <gbarr@pobox.com>
8938              Date: Thu, 26 Apr 2001 19:12:03 +0100
8939              Message-ID: <20010426191203.A70835@pobox.com>
8940              
8941              Eradicate UNIVERSAL (Mike) and remove the fallback Perl code (Graham)
8942      Branch: perl
8943            ! ext/List/Util/lib/List/Util.pm
8944            ! ext/List/Util/lib/Scalar/Util.pm ext/Time/Piece/Piece.pm gv.c
8945 ____________________________________________________________________________
8946 [  9858] By: jhi                                   on 2001/04/26  18:17:42
8947         Log: Subject: [PATCH t/comp/proto.t] disable correct warning
8948              From: Robin Houston <robin@kitsite.com>
8949              Date: Thu, 26 Apr 2001 16:09:35 +0100
8950              Message-ID: <20010426160934.A27140@puffinry.freeserve.co.uk>
8951      Branch: perl
8952            ! t/comp/proto.t
8953 ____________________________________________________________________________
8954 [  9857] By: jhi                                   on 2001/04/26  18:04:59
8955         Log: Subject: Re: [PATCH perldiag.pod] Re: [PATCH] Re: Useless use of constants other than 0,1 in void context?
8956              From: barries <barries@slaysys.com>
8957              Date: Thu, 26 Apr 2001 12:01:10 -0400
8958              Message-ID: <20010426120110.E29698@jester.slaysys.com>
8959      Branch: perl
8960            ! pod/perldiag.pod
8961 ____________________________________________________________________________
8962 [  9856] By: jhi                                   on 2001/04/26  18:03:33
8963         Log: Subject: [PATCH B::Deparse] fix string uninterpretation
8964              Date: Thu, 26 Apr 2001 17:13:41 +0100
8965              From: Robin Houston <robin@kitsite.com>
8966              Message-ID: <20010426171341.A27299@puffinry.freeserve.co.uk>
8967              
8968              Subject: Re: [PATCH B::Deparse] fix string uninterpretation
8969              From: Robin Houston <robin@kitsite.com>
8970              Date: Thu, 26 Apr 2001 18:44:29 +0100
8971              Message-ID: <20010426184429.A27734@puffinry.freeserve.co.uk>
8972      Branch: perl
8973            ! ext/B/B/Deparse.pm
8974 ____________________________________________________________________________
8975 [  9855] By: jhi                                   on 2001/04/26  17:56:04
8976         Log: Subject: [PATCH B::Deparse] filetests, open(my $x,...), warnings, formats &c
8977              From: Robin Houston <robin@kitsite.com>
8978              Date: Thu, 26 Apr 2001 17:04:08 +0100
8979              Message-ID: <20010426170408.A27257@puffinry.freeserve.co.uk>
8980      Branch: perl
8981            ! ext/B/B/Deparse.pm
8982 ____________________________________________________________________________
8983 [  9854] By: jhi                                   on 2001/04/26  17:47:26
8984         Log: Subject: Re: Short test case for undef %stash:: crash
8985              From: Benjamin Sugars <bsugars@canoe.ca> 
8986              Date: Mon, 23 Apr 2001 16:59:33 -0400 (EDT) 
8987              Message-ID: <Pine.LNX.4.21.0104231623520.790-100000@marmot.rim.canoe.ca>
8988              Changed and moved the perldiag entry.
8989      Branch: perl
8990            ! gv.c pod/perldiag.pod
8991 ____________________________________________________________________________
8992 [  9853] By: jhi                                   on 2001/04/26  14:35:16
8993         Log: Beginnings of strptime().  Do not touch the wet paint.
8994      Branch: perl
8995            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
8996 ____________________________________________________________________________
8997 [  9852] By: jhi                                   on 2001/04/26  13:17:21
8998         Log: Retract #9851, core dumps from pod2man.
8999      Branch: perl
9000            ! regcomp.c
9001 ____________________________________________________________________________
9002 [  9851] By: jhi                                   on 2001/04/26  11:54:41
9003         Log: (Retracted by #9852.)
9004              
9005              Subject: [PATCH @9846] dumping ANYOF
9006              From: Hugo <hv@crypt.compulink.co.uk>
9007              Date: Thu, 26 Apr 2001 05:32:38 +0100
9008              Message-Id: <200104260432.FAA12669@crypt.compulink.co.uk>
9009      Branch: perl
9010            ! regcomp.c
9011 ____________________________________________________________________________
9012 [  9850] By: jhi                                   on 2001/04/26  02:34:44
9013         Log: If ccflags was empty the _previous_ $* containing all the
9014              environment variables and Configure variables was used,
9015              which lead, among other bad things, into $ccflags being your
9016              uname -a output, which lead into test compile with cc failing,
9017              which lead into gcc being selected, which didn't work that well
9018              since gcc (ancient 2.8.1 in that particular box) wasn't too happy
9019              with large files, et cetera.
9020      Branch: perl
9021            ! hints/hpux.sh
9022 ____________________________________________________________________________
9023 [  9849] By: jhi                                   on 2001/04/26  01:44:57
9024         Log: Make selfstubber test more portable.
9025      Branch: perl
9026            ! t/lib/selfstubber.t
9027 ____________________________________________________________________________
9028 [  9848] By: jhi                                   on 2001/04/26  00:50:26
9029         Log: Subject: Re: [PATCH: perl@9841] fix a typo for Cwd.xs
9030              From: Benjamin Sugars <ben.sugars@home.com>
9031              Date: Wed, 25 Apr 2001 21:47:37 -0400 (EDT)
9032              Message-ID: <Pine.LNX.4.21.0104252145280.30055-100000@localhost.localdomain>
9033      Branch: perl
9034            ! ext/Cwd/Cwd.xs
9035 ____________________________________________________________________________
9036 [  9847] By: jhi                                   on 2001/04/26  00:46:58
9037         Log: Subject: [PATCH: perl@9841] VMS updates
9038              From: Peter Prymmer <pvhp@forte.com>
9039              Date: Wed, 25 Apr 2001 18:43:27 -0700 (PDT)
9040              Message-ID: <Pine.OSF.4.10.10104251842130.257877-100000@aspara.forte.com>
9041      Branch: perl
9042            ! README.vms configure.com vms/descrip_mms.template
9043            ! vms/ext/filespec.t
9044 ____________________________________________________________________________
9045 [  9846] By: jhi                                   on 2001/04/26  00:11:56
9046         Log: re 'debug' was broken by #9084.
9047      Branch: perl
9048            ! ext/re/re.xs
9049 ____________________________________________________________________________
9050 [  9845] By: jhi                                   on 2001/04/25  22:33:17
9051         Log: Subject: [PATCH] test for Devel::SelfStubber
9052              From: Nicholas Clark <nick@ccl4.org>
9053              Date: Thu, 26 Apr 2001 00:00:54 +0100
9054              Message-ID: <20010426000054.D89026@plum.flirble.org>
9055      Branch: perl
9056            + t/lib/selfstubber.t
9057            ! MANIFEST lib/Devel/SelfStubber.pm t/lib/1_compile.t
9058 ____________________________________________________________________________
9059 [  9844] By: jhi                                   on 2001/04/25  22:29:32
9060         Log: Subject: Re: [PATCH 5.7.1] B::Concise and extra variables
9061              From: Paul Johnson <paul@pjcj.net>
9062              Date: Thu, 26 Apr 2001 00:46:08 +0200
9063              Message-ID: <20010426004608.H2338@pjcj.net>
9064      Branch: perl
9065            ! ext/B/B/Concise.pm
9066 ____________________________________________________________________________
9067 [  9843] By: jhi                                   on 2001/04/25  22:28:28
9068         Log: Subject: [PATCH: perl@9841] fix a typo for Cwd.xs
9069              From: Peter Prymmer <pvhp@forte.com>
9070              Date: Wed, 25 Apr 2001 16:18:44 -0700 (PDT)
9071              Message-ID: <Pine.OSF.4.10.10104251614200.257877-100000@aspara.forte.com>
9072      Branch: perl
9073            ! ext/Cwd/Cwd.xs
9074 ____________________________________________________________________________
9075 [  9842] By: jhi                                   on 2001/04/25  20:58:12
9076         Log: Subject: Re: [ID 20010422.002] 5.7.1 Breaks "use Module(version)"
9077              From: John Peacock <jpeacock@rowman.com>
9078              Date: Wed, 25 Apr 2001 17:30:26 -0400
9079              Message-ID: <3AE741F2.B3217464@rowman.com>
9080      Branch: perl
9081            ! lib/Math/BigInt.pm t/lib/bigintpm.t
9082 ____________________________________________________________________________
9083 [  9841] By: jhi                                   on 2001/04/25  20:07:05
9084         Log: Update Changes.
9085      Branch: perl
9086            ! Changes patchlevel.h
9087 ____________________________________________________________________________
9088 [  9840] By: jhi                                   on 2001/04/25  19:56:51
9089         Log: Yet another HP-UX hints version from Merijn.
9090      Branch: perl
9091            ! hints/hpux.sh
9092 ____________________________________________________________________________
9093 [  9839] By: jhi                                   on 2001/04/25  19:53:04
9094         Log: abs_path() didn't terminate the filename correctly,
9095              in DIRNAMLENless systems like HP-UX this would fail.
9096      Branch: perl
9097            ! ext/Cwd/Cwd.xs
9098 ____________________________________________________________________________
9099 [  9838] By: jhi                                   on 2001/04/25  16:37:26
9100         Log: Subject: [PATCH] Re: Useless use of constants other than 0,1 in void context?
9101              From: Mike Guy <mjtg@cam.ac.uk>
9102              Date: Wed, 25 Apr 2001 18:31:47 +0100
9103              Message-Id: <E14sT8l-0004IE-00@libra.cus.cam.ac.uk>
9104      Branch: perl
9105            ! op.c
9106 ____________________________________________________________________________
9107 [  9837] By: jhi                                   on 2001/04/25  16:21:53
9108         Log: Subject: Re: patch to perl5db.pl (formatting of h h screen)
9109              From: Jon Eveland <jweveland@yahoo.com>
9110              Date: Wed, 25 Apr 2001 09:42:46 -0700 (PDT)
9111              Message-ID: <20010425164246.21611.qmail@web10405.mail.yahoo.com>
9112      Branch: perl
9113            ! lib/perl5db.pl
9114 ____________________________________________________________________________
9115 [  9836] By: jhi                                   on 2001/04/25  14:17:50
9116         Log: Subject: [PATCH bleadperl] Porting/patching.pod: update version number format
9117              From: "Philip Newton" <pnewton@gmx.de>
9118              Date: Wed, 25 Apr 2001 17:05:58 +0200
9119              Message-ID: <3AE703F6.3234.1833C45@localhost>
9120      Branch: perl
9121            ! Porting/patching.pod
9122 ____________________________________________________________________________
9123 [  9835] By: jhi                                   on 2001/04/25  13:58:07
9124         Log: It would seem that both ar and full_ar need to be overridden
9125              for HP-UX to avoid the GNU ar.
9126      Branch: perl
9127            ! hints/hpux.sh
9128 ____________________________________________________________________________
9129 [  9834] By: jhi                                   on 2001/04/25  13:50:40
9130         Log: Subject: Re: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
9131              From: "Philip Newton" <pnewton@gmx.de>
9132              Date: Wed, 25 Apr 2001 16:09:23 +0200
9133              Message-ID: <3AE6F6B3.30503.14F6DEB@localhost>
9134              
9135              Detypo.
9136      Branch: perl
9137            ! t/op/misc.t
9138 ____________________________________________________________________________
9139 [  9833] By: jhi                                   on 2001/04/25  12:36:11
9140         Log: In HP-UX set ar to /usr/bin/ar but only iff none set.
9141      Branch: perl
9142            ! hints/hpux.sh
9143 ____________________________________________________________________________
9144 [  9832] By: jhi                                   on 2001/04/25  12:33:36
9145         Log: New version of HP-UX hints from Merijn.
9146      Branch: perl
9147            ! hints/hpux.sh
9148 ____________________________________________________________________________
9149 [  9831] By: jhi                                   on 2001/04/25  03:39:45
9150         Log: Reintroduce the avoidance of mixing HP-UX cc and GNU ar.
9151      Branch: perl
9152            ! hints/hpux.sh
9153 ____________________________________________________________________________
9154 [  9830] By: jhi                                   on 2001/04/25  02:53:25
9155         Log: The tzname[] bit is not needed by util.c -- and causes
9156              heartburn in VMS (and it missing was probably the cause of
9157              the Mac OS X trouble).  Ouch.
9158      Branch: perl
9159            ! ext/POSIX/POSIX.xs util.c
9160 ____________________________________________________________________________
9161 [  9829] By: jhi                                   on 2001/04/25  00:10:06
9162         Log: Metaconfig unit change for #9828.
9163      Branch: metaconfig
9164            ! U/compline/ccflags.U
9165 ____________________________________________________________________________
9166 [  9828] By: jhi                                   on 2001/04/25  00:04:18
9167         Log: Allow setting cppflags hints.  This may affect Darwin (Mac OS X)
9168              (which is actually the reason for the change, we need to pass
9169              cppflags='-traditional-cpp' so that Errno builds right), Dynix/ptx,
9170              EP/IX, OS/2, and TitanOS, based on the hints files.
9171      Branch: perl
9172            ! Configure config_h.SH
9173 ____________________________________________________________________________
9174 [  9827] By: jhi                                   on 2001/04/24  23:49:20
9175         Log: makedepend.SH patch for AmigaOS from Jan-Erik Karlsson;
9176              the $cat must have an absolute path.
9177      Branch: perl
9178            ! makedepend.SH
9179 ____________________________________________________________________________
9180 [  9826] By: jhi                                   on 2001/04/24  23:40:53
9181         Log: 5.7.1-updated README.amiga from Jan-Erik Karlsson.
9182      Branch: perl
9183            ! README.amiga
9184 ____________________________________________________________________________
9185 [  9825] By: jhi                                   on 2001/04/24  23:35:35
9186         Log: Subject: [ID 20010424.002] [PATCH bleadperl] find2perl: prototypes and doexec
9187              From: "Philip Newton" <pnewton@gmx.de>
9188              Date: Tue, 24 Apr 2001 18:52:49 +0200
9189              Message-Id: <3AE5CB81.12234.1FC246F@localhost>
9190      Branch: perl
9191            ! x2p/find2perl.PL
9192 ____________________________________________________________________________
9193 [  9824] By: jhi                                   on 2001/04/24  23:33:07
9194         Log: New HP-UX hints from Jeff and Merijn, should work with IA-64.
9195              Some gcc specifics dropped out due to extensive rewriting;
9196              will be put back later as needed.
9197      Branch: perl
9198            ! hints/hpux.sh
9199 ____________________________________________________________________________
9200 [  9823] By: jhi                                   on 2001/04/24  23:27:57
9201         Log: Mac OS X patch for missing tzname definition from Paul Schinder.
9202      Branch: perl
9203            ! ext/POSIX/POSIX.xs
9204 ____________________________________________________________________________
9205 [  9822] By: jhi                                   on 2001/04/24  23:25:21
9206         Log: Subject: Re: [ID 20010421.032] Not OK: perl v5.7.1 +DEVEL9717 on sun4-solaris-64int-ld-stdio 2.8 (UNINSTALLED)
9207              From: Tim Jenness <t.jenness@jach.hawaii.edu>
9208              Date: Tue, 24 Apr 2001 11:29:28 -1000 (HST)
9209              Message-ID: <Pine.LNX.4.30.0104241123020.5085-100000@lapaki.jach.hawaii.edu>
9210      Branch: perl
9211            ! ext/XS/Typemap/Typemap.xs
9212 ____________________________________________________________________________
9213 [  9821] By: jhi                                   on 2001/04/24  23:24:10
9214         Log: Subject: [PATCH: pod/perlport.pod] Updated email addresses.
9215              From: "Abigail" <abigail@foad.org>
9216              Date: Tue, 24 Apr 2001 23:12:03 +0200
9217              Message-ID: <20010424211203.7901.qmail@foad.org>
9218      Branch: perl
9219            ! pod/perlport.pod
9220 ____________________________________________________________________________
9221 [  9820] By: jhi                                   on 2001/04/24  23:23:15
9222         Log: Subject: [PATCH pod/perlfaq4.pod] Time::Piece additions
9223              From: Matt Sergeant <matt@sergeant.org>
9224              Date: Tue, 24 Apr 2001 16:48:17 +0100 (BST)
9225              Message-ID: <Pine.LNX.4.30.0104241645030.32279-100000@ted.sergeant.org>
9226      Branch: perl
9227            ! pod/perlfaq4.pod
9228 ____________________________________________________________________________
9229 [  9819] By: nick                                  on 2001/04/24  18:49:43
9230         Log: Integrate mainline.
9231      Branch: perlio
9232           +> t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
9233           !> (integrate 37 files)
9234 ____________________________________________________________________________
9235 [  9818] By: jhi                                   on 2001/04/24  14:35:23
9236         Log: Update Changes.
9237      Branch: perl
9238            ! Changes patchlevel.h
9239 ____________________________________________________________________________
9240 [  9817] By: jhi                                   on 2001/04/24  14:09:17
9241         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries 
9242              From: "Philip Newton" <pnewton@gmx.de>
9243              Date: Tue, 24 Apr 2001 12:58:12 +0200
9244              Message-ID: <3AE57864.8304.B77A0A@localhost> 
9245              
9246              plus add CPAN to the list of modules that have their own tests.
9247      Branch: perl
9248            ! t/lib/1_compile.t
9249 ____________________________________________________________________________
9250 [  9816] By: jhi                                   on 2001/04/24  14:07:03
9251         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries
9252              From: Michael G Schwern <schwern@pobox.com>
9253              Date: Sat, 21 Apr 2001 22:35:00 +0100
9254              Message-ID: <20010421223500.N2946@blackrider.blackstar.co.uk>
9255      Branch: perl
9256            ! t/lib/1_compile.t
9257 ____________________________________________________________________________
9258 [  9815] By: jhi                                   on 2001/04/24  13:54:32
9259         Log: Subject: Re: [ID 20010423.006] Test failed in perl@9794
9260              From: Robin Houston <robin@kitsite.com>
9261              Date: Tue, 24 Apr 2001 15:51:18 +0100
9262              Message-ID: <20010424155118.A22913@puffinry.freeserve.co.uk>
9263      Branch: perl
9264            ! ext/B/B/Deparse.pm
9265 ____________________________________________________________________________
9266 [  9814] By: jhi                                   on 2001/04/24  13:17:34
9267         Log: Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
9268              From: Bill Glicker <billg@burrelles.com>
9269              Date: Tue, 24 Apr 2001 09:22:40 -0400 (EDT)
9270              Message-ID: <Pine.SCO.4.30.0104240918160.13514-100000@laura.burrelles.com>
9271      Branch: perl
9272            ! hints/svr5.sh
9273 ____________________________________________________________________________
9274 [  9813] By: jhi                                   on 2001/04/24  12:54:23
9275         Log: Prevent path disclosure (probing for existence of filenames)
9276              using suidperl; bug id 20010322.218.
9277      Branch: perl
9278            ! perl.c pod/perldiag.pod
9279 ____________________________________________________________________________
9280 [  9812] By: jhi                                   on 2001/04/24  12:08:36
9281         Log: Retract #9811.
9282      Branch: perl
9283            ! ext/POSIX/POSIX.xs
9284 ____________________________________________________________________________
9285 [  9811] By: jhi                                   on 2001/04/24  11:57:35
9286         Log: (Retracted by #9812.)
9287      Branch: perl
9288            ! ext/POSIX/POSIX.xs
9289 ____________________________________________________________________________
9290 [  9810] By: jhi                                   on 2001/04/24  03:32:35
9291         Log: Fix for 20010219.013, "perlio perl -we tell goes SEGV".
9292      Branch: perl
9293            ! util.c
9294 ____________________________________________________________________________
9295 [  9809] By: jhi                                   on 2001/04/24  03:16:13
9296         Log: The Math::BigFloat::import() was broken.
9297              (Fixes bug id 20010422.002.)
9298      Branch: perl
9299            ! lib/Math/BigFloat.pm
9300 ____________________________________________________________________________
9301 [  9808] By: jhi                                   on 2001/04/24  01:11:40
9302         Log: Additional dependencies; should help for parallel makes
9303              not to fail on missing lib/lib.pm or lib/re.pm.
9304      Branch: perl
9305            ! Makefile.SH
9306 ____________________________________________________________________________
9307 [  9807] By: jhi                                   on 2001/04/24  00:57:01
9308         Log: Update the test failure disclaimer.
9309      Branch: perl
9310            ! t/pragma/warn/pp_hot
9311 ____________________________________________________________________________
9312 [  9806] By: jhi                                   on 2001/04/24  00:54:04
9313         Log: Add make target "install-all" which is alias for "install"
9314              to cater for case-preserving filesystems like HFS+.
9315      Branch: perl
9316            ! INSTALL Makefile.SH
9317 ____________________________________________________________________________
9318 [  9805] By: jhi                                   on 2001/04/24  00:47:28
9319         Log: Subject: Re: 5.6.1 darwin Configure fails to extract Makefile
9320              From: Peter Prymmer <pvhp@forte.com>
9321              Date: Wed, 11 Apr 2001 10:43:52 -0700 (PDT)
9322              Message-ID: <Pine.OSF.4.10.10104111038480.113314-100000@aspara.forte.com>
9323              
9324              (Ken William's message forwarded from macosx@perl.org)
9325      Branch: perl
9326            ! hints/darwin.sh
9327 ____________________________________________________________________________
9328 [  9804] By: jhi                                   on 2001/04/23  23:57:35
9329         Log: Cut-and-pasto.
9330      Branch: perl
9331            ! perlio.c
9332 ____________________________________________________________________________
9333 [  9803] By: jhi                                   on 2001/04/23  23:52:25
9334         Log: More PerlIO robustness.
9335      Branch: perl
9336            ! perlio.c
9337 ____________________________________________________________________________
9338 [  9802] By: jhi                                   on 2001/04/23  23:43:35
9339         Log: Make the "STD* opened only for ..." errors more consistent.
9340      Branch: perl
9341            ! doio.c
9342 ____________________________________________________________________________
9343 [  9801] By: jhi                                   on 2001/04/23  23:34:26
9344         Log: Test case for #9800.
9345      Branch: perl
9346            ! t/op/misc.t
9347 ____________________________________________________________________________
9348 [  9800] By: jhi                                   on 2001/04/23  23:14:43
9349         Log: Avoid coredump on 'close STDERR; die' by making
9350              the PerlIO calls more robust.  Also use SETERRNO()
9351              instead of errno = to be more VMS-ready.
9352      Branch: perl
9353            ! perlio.c
9354 ____________________________________________________________________________
9355 [  9799] By: jhi                                   on 2001/04/23  21:41:10
9356         Log: Subject: test for ID 20010423.002
9357              From: Robin Houston <robin@kitsite.com>
9358              Date: Mon, 23 Apr 2001 16:52:21 +0100
9359              Message-ID: <20010423165221.A20739@puffinry.freeserve.co.uk>
9360      Branch: perl
9361            ! t/op/avhv.t
9362 ____________________________________________________________________________
9363 [  9798] By: jhi                                   on 2001/04/23  21:40:07
9364         Log: Subject: patch to installperl (change warn to print STDERR in sub yn)
9365              From: David Dyck <dcd@tc.fluke.com>
9366              Date: Mon, 23 Apr 2001 10:19:46 -0700 (PDT)
9367              Message-ID: <Pine.LNX.4.33.0104231018270.10985-100000@dd.tc.fluke.com>
9368      Branch: perl
9369            ! installperl
9370 ____________________________________________________________________________
9371 [  9797] By: jhi                                   on 2001/04/23  21:37:56
9372         Log: Subject: [PATCH] Implement Cwd::abs_path in XS
9373              From: Benjamin Sugars <bsugars@canoe.ca>
9374              Date: Mon, 23 Apr 2001 11:59:48 -0400 (EDT)
9375              Message-ID: <Pine.LNX.4.21.0104231151340.3238-100000@marmot.rim.canoe.ca>
9376      Branch: perl
9377            ! ext/Cwd/Cwd.xs lib/Cwd.pm
9378 ____________________________________________________________________________
9379 [  9796] By: jhi                                   on 2001/04/23  21:29:24
9380         Log: Synchronize h2xs and pod2man some more on the documentation
9381              templates they propose.
9382      Branch: perl
9383            ! pod/pod2man.PL utils/h2xs.PL
9384 ____________________________________________________________________________
9385 [  9795] By: jhi                                   on 2001/04/23  17:30:40
9386         Log: Add one more naughty test for base64; make encoding logic cleaner.
9387      Branch: perl
9388            ! t/lib/mimeb64.t
9389 ____________________________________________________________________________
9390 [  9794] By: jhi                                   on 2001/04/23  13:51:32
9391         Log: Update Changes.
9392      Branch: perl
9393            ! Changes patchlevel.h
9394 ____________________________________________________________________________
9395 [  9793] By: jhi                                   on 2001/04/23  13:44:18
9396         Log: Duplicate lines.
9397      Branch: perl
9398            ! MANIFEST
9399 ____________________________________________________________________________
9400 [  9792] By: jhi                                   on 2001/04/23  13:39:13
9401         Log: Subject: Re: PATCH 5.7.1
9402              From: Mark-Jason Dominus <mjd@plover.com>
9403              Date: Mon, 23 Apr 2001 10:30:21 -0400
9404              Message-ID: <20010423143021.17335.qmail@plover.com>
9405      Branch: perl
9406            ! perl.h sv.c
9407 ____________________________________________________________________________
9408 [  9791] By: jhi                                   on 2001/04/23  13:32:40
9409         Log: Add the CPAN.pm 1.59_54 tests.
9410      Branch: perl
9411            + t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
9412            ! MANIFEST
9413 ____________________________________________________________________________
9414 [  9790] By: jhi                                   on 2001/04/23  13:21:55
9415         Log: Subject: Deparse nit
9416              From: Robin Houston <robin@kitsite.com>
9417              Date: Mon, 23 Apr 2001 12:38:20 +0100
9418              Message-ID: <20010423123820.A19945@puffinry.freeserve.co.uk>
9419      Branch: perl
9420            ! ext/B/B/Deparse.pm
9421 ____________________________________________________________________________
9422 [  9789] By: jhi                                   on 2001/04/23  13:19:07
9423         Log: Subject: [PATCH] bug 20010423.002
9424              From: Robin Houston <robin@kitsite.com>
9425              Date: Mon, 23 Apr 2001 13:12:30 +0100
9426              Message-ID: <20010423131230.A20074@puffinry.freeserve.co.uk>
9427      Branch: perl
9428            ! pp.c
9429 ____________________________________________________________________________
9430 [  9788] By: jhi                                   on 2001/04/23  13:02:49
9431         Log: Subject: PATCH [5.7.1] hv.c unused #define
9432              From: Mark-Jason Dominus <mjd@plover.com>
9433              Date: Sun, 22 Apr 2001 14:17:49 -0400
9434              Message-ID: <20010422181749.26976.qmail@plover.com>
9435      Branch: perl
9436            ! hv.c
9437 ____________________________________________________________________________
9438 [  9787] By: jhi                                   on 2001/04/23  13:02:02
9439         Log: Subject: PATCH 5.7.1
9440              From: Mark-Jason Dominus <mjd@plover.com>
9441              Date: Sun, 22 Apr 2001 15:12:57 -0400
9442              Message-ID: <20010422191258.6539.qmail@plover.com>
9443              
9444              plus Sarathy's STMT_START + STMT_END suggestion.
9445      Branch: perl
9446            ! perl.h
9447 ____________________________________________________________________________
9448 [  9786] By: jhi                                   on 2001/04/23  12:53:25
9449         Log: Fix for
9450              
9451              Subject: [ID 20010423.001] perlapi documentation inconsistency (SvGROW)
9452              From: dLux <dlux@spam.sch.bme.hu>
9453              Date: Mon, 23 Apr 2001 01:25:26 +0200
9454              Message-Id: <E14rTEM-0000CB-00@dl.sch.bme.hu>
9455              
9456              (SvGROW really does return a char *.)
9457      Branch: perl
9458            ! pod/perlapi.pod sv.h
9459 ____________________________________________________________________________
9460 [  9785] By: jhi                                   on 2001/04/23  04:34:04
9461         Log: Time::Piece work continues.  $t->day removed since
9462              I think it's too confusing.  Now has normal and
9463              abbreviated length weekday names and month names,
9464              the names change with _names(), not _list().
9465              Now has strftime() in Perl, _strftime() is
9466              the libc version (to which strftime() falls back
9467              if it doesn't know the format.  To do: the reverse
9468              of strftime, strptime(), and the localisation of both.
9469      Branch: perl
9470            ! ext/Time/Piece/Piece.pm ext/Time/Piece/Piece.xs
9471            ! t/lib/time-piece.t
9472 ____________________________________________________________________________
9473 [  9784] By: jhi                                   on 2001/04/23  02:41:46
9474         Log: Subject: Re: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using ' 
9475              From: andreas.koenig@anima.de (Andreas J. Koenig)
9476              Date: 23 Apr 2001 05:20:55 +0200
9477              Message-ID: <m3ofto5mjs.fsf@ak-71.mind.de>
9478      Branch: perl
9479            ! t/pragma/overload.t
9480 ____________________________________________________________________________
9481 [  9783] By: jhi                                   on 2001/04/22  23:32:42
9482         Log: Subject: [PATCH B::Deparse] Distinguish package variables, if necessary
9483              From: Robin Houston <robin@kitsite.com>
9484              Date: Mon, 23 Apr 2001 00:38:18 +0100
9485              Message-ID: <20010423003818.A19109@puffinry.freeserve.co.uk>
9486      Branch: perl
9487            ! ext/B/B/Deparse.pm
9488 ____________________________________________________________________________
9489 [  9782] By: jhi                                   on 2001/04/22  20:55:43
9490         Log: Subject: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using '
9491              From: Simon Cozens <simon@netthink.co.uk>
9492              Date: Sun, 22 Apr 2001 18:47:25 +0100
9493              Message-ID: <20010422184725.A14411@netthink.co.uk>
9494      Branch: perl
9495            ! sv.c t/pragma/overload.t
9496 ____________________________________________________________________________
9497 [  9781] By: jhi                                   on 2001/04/22  20:52:13
9498         Log: Subject: [PATCH] Support BEGIN blocks in B::Deparse (& more)
9499              From: Robin Houston <robin@kitsite.com>
9500              Date: Sun, 22 Apr 2001 22:14:50 +0100
9501              Message-ID: <20010422221450.A18921@puffinry.freeserve.co.uk>
9502      Branch: perl
9503            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
9504 ____________________________________________________________________________
9505 [  9780] By: nick                                  on 2001/04/22  20:40:31
9506         Log: Integrate mainline.
9507      Branch: perlio
9508           +> t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
9509           +> t/lib/b-stash.t
9510           !> (integrate 38 files)
9511 ____________________________________________________________________________
9512 [  9779] By: jhi                                   on 2001/04/22  15:16:03
9513         Log: Subject: IO::Socket::INET patch
9514              From: andrew deryabin <djsf@technarchy.ru>
9515              Date: Sat, 21 Apr 2001 17:46:52 +0400
9516              Message-ID: <20010421174652.B1426@technarchy>
9517      Branch: perl
9518            ! ext/IO/lib/IO/Socket/INET.pm
9519 ____________________________________________________________________________
9520 [  9778] By: jhi                                   on 2001/04/22  15:14:33
9521         Log: Subject: Re: ANYOF_SIZE is wrong in 5.7.1 
9522              From: Mark-Jason Dominus <mjd@plover.com>
9523              Date: Sat, 21 Apr 2001 21:27:49 -0400
9524              Message-ID: <20010422012749.27024.qmail@plover.com>
9525      Branch: perl
9526            ! regcomp.c
9527 ____________________________________________________________________________
9528 [  9777] By: jhi                                   on 2001/04/22  15:10:51
9529         Log: Subject: Re: Regex debugger patch 
9530              From: Mark-Jason Dominus <mjd@plover.com>
9531              Date: Sat, 21 Apr 2001 21:48:51 -0400
9532              Message-ID: <20010422014851.27165.qmail@plover.com>
9533      Branch: perl
9534            ! pod/perldebguts.pod
9535 ____________________________________________________________________________
9536 [  9776] By: jhi                                   on 2001/04/22  15:09:48
9537         Log: Subject: Re: Regex debugger patch
9538              From: Mark-Jason Dominus <mjd@plover.com>
9539              Date: Sat, 21 Apr 2001 14:24:39 -0400
9540              Message-ID: <20010421182439.16508.qmail@plover.com>
9541              
9542              Regex debugger backend.
9543      Branch: perl
9544            ! regcomp.c regexp.h
9545 ____________________________________________________________________________
9546 [  9775] By: jhi                                   on 2001/04/21  16:45:40
9547         Log: Subject: [PATCH] Typo in utf8.h
9548              From: Jesús Quiroga <jquiroga@pobox.com>
9549              Date: Sat, 21 Apr 2001 19:25:33 +0200
9550              Message-Id: <5.0.2.1.1.20010421192107.01ce5a50@ix.netcorps.com>
9551      Branch: perl
9552            ! utf8.h
9553 ____________________________________________________________________________
9554 [  9774] By: jhi                                   on 2001/04/21  16:43:52
9555         Log: Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
9556              From: Joe Orton <jorton@redhat.com>
9557              Date: Tue, 17 Apr 2001 15:50:43 +0100
9558              Message-Id: <20010417155043.D19132@eu.c2.net>
9559      Branch: perl
9560            ! hints/svr5.sh
9561 ____________________________________________________________________________
9562 [  9773] By: jhi                                   on 2001/04/21  15:30:15
9563         Log: Subject: Patch utils/h2xs.PL
9564              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
9565              Date: Sat, 21 Apr 2001 10:32:16 -0500
9566              Message-ID: <20010421103216.C14521@chaos.wustl.edu>
9567              
9568              Add MAILING list and LICENSE templates.
9569      Branch: perl
9570            ! utils/h2xs.PL
9571 ____________________________________________________________________________
9572 [  9772] By: jhi                                   on 2001/04/21  15:28:36
9573         Log: Subject: perlfaq2.patch for 5.7.1
9574              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
9575              Message-ID: <20010420164219.J3194@chaos.wustl.edu>
9576              Date: Fri, 20 Apr 2001 16:42:19 -0500
9577              
9578              rm an extra tab, a blurb about the xx.cpan to clarify
9579              which countries actually have that and dejanews is history
9580              as well as most of that nonsensical entry.
9581      Branch: perl
9582            ! pod/perlfaq2.pod
9583 ____________________________________________________________________________
9584 [  9771] By: jhi                                   on 2001/04/21  15:27:17
9585         Log: Subject: perlfaq1.patch for 5.7.1
9586              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
9587              Date: Fri, 20 Apr 2001 16:57:36 -0500
9588              Message-ID: <20010420165736.K3194@chaos.wustl.edu>
9589              
9590              Evil URLs must die. Especially when they are broken.
9591      Branch: perl
9592            ! pod/perlfaq1.pod
9593 ____________________________________________________________________________
9594 [  9770] By: jhi                                   on 2001/04/21  15:23:38
9595         Log: Subject: [PATCH ext/B/B.pm and tests] B::walksymtable improperly documented?
9596              From: Michael G Schwern <schwern@pobox.com>
9597              Date: Sat, 21 Apr 2001 16:11:12 +0100
9598              Message-ID: <20010421161112.L19736@blackrider.blackstar.co.uk>
9599      Branch: perl
9600            + t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
9601            + t/lib/b-stash.t
9602            ! MANIFEST ext/B/B.pm t/lib/b.t
9603 ____________________________________________________________________________
9604 [  9769] By: jhi                                   on 2001/04/21  15:03:32
9605         Log: Subject: [PATCH utils/h2ph.PL] Confused by "#if &__GNUC_PREREQ (2,97)"
9606              From: Michael G Schwern <schwern@pobox.com>
9607              Date: Sat, 21 Apr 2001 09:48:00 +0100
9608              Message-ID: <20010421094759.B19736@blackrider.blackstar.co.uk>
9609      Branch: perl
9610            ! utils/h2ph.PL
9611 ____________________________________________________________________________
9612 [  9768] By: jhi                                   on 2001/04/21  14:33:49
9613         Log: PerlIO and Encode doc cleanup and tweaks.
9614      Branch: perl
9615            ! ext/Encode/Encode.pm ext/PerlIO/Scalar/Scalar.pm
9616            ! ext/PerlIO/Via/Via.pm lib/PerlIO.pm
9617 ____________________________________________________________________________
9618 [  9767] By: jhi                                   on 2001/04/21  12:40:16
9619         Log: Integrate perlio.
9620      Branch: perl
9621           !> doio.c
9622 ____________________________________________________________________________
9623 [  9766] By: nick                                  on 2001/04/20  18:28:35
9624         Log: Avoid core dump on
9625              open(STDOUT,">",\$foo);
9626      Branch: perlio
9627            ! doio.c
9628 ____________________________________________________________________________
9629 [  9765] By: jhi                                   on 2001/04/20  13:23:43
9630         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
9631              From: Robin Houston <robin@kitsite.com>
9632              Date: Fri, 20 Apr 2001 14:29:22 +0100
9633              Message-ID: <20010420142921.A14960@puffinry.freeserve.co.uk>
9634      Branch: perl
9635            ! ext/B/B.pm ext/B/B/Deparse.pm
9636 ____________________________________________________________________________
9637 [  9764] By: jhi                                   on 2001/04/20  13:19:33
9638         Log: Subject: [PATCH: perl@9742] avoid t/u-*.t test on platforms where List/Util was not built
9639              From: Peter Prymmer <pvhp@forte.com>
9640              Date: Thu, 19 Apr 2001 17:40:14 -0700 (PDT)
9641              Message-ID: <Pine.OSF.4.10.10104191737200.348917-100000@aspara.forte.com>
9642      Branch: perl
9643            ! t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
9644            ! t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
9645            ! t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
9646            ! t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
9647 ____________________________________________________________________________
9648 [  9763] By: jhi                                   on 2001/04/20  12:36:39
9649         Log: Subject: Re: A new PerlIO coredump
9650              From: Nick Ing-Simmons <nik@tiuk.ti.com>
9651              Date: Fri, 20 Apr 2001 14:29:41 +0100 (BST)
9652              Message-Id: <200104201329.OAA16021@mikado.tiuk.ti.com>
9653      Branch: perl
9654            ! doio.c
9655 ____________________________________________________________________________
9656 [  9762] By: jhi                                   on 2001/04/19  23:02:30
9657         Log: Update Changes.
9658      Branch: perl
9659            ! Changes patchlevel.h
9660 ____________________________________________________________________________
9661 [  9761] By: jhi                                   on 2001/04/19  22:59:19
9662         Log: More cleanup cleanup.
9663      Branch: perl
9664            ! Makefile.SH win32/Makefile win32/makefile.mk
9665 ____________________________________________________________________________
9666 [  9760] By: jhi                                   on 2001/04/19  22:50:31
9667         Log: lib/Time is non-empty, let's not rmdir it.
9668      Branch: perl
9669            ! Makefile.SH
9670 ____________________________________________________________________________
9671 [  9759] By: jhi                                   on 2001/04/19  22:36:51
9672         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
9673              From: Robin Houston <robin@kitsite.com>
9674              Date: Fri, 20 Apr 2001 00:18:53 +0100
9675              Message-ID: <20010420001853.A13350@puffinry.freeserve.co.uk>
9676      Branch: perl
9677            ! ext/B/B/Deparse.pm
9678 ____________________________________________________________________________
9679 [  9758] By: jhi                                   on 2001/04/19  22:36:00
9680         Log: Subject: [PATCH: perl@9742] void close_dir portability fix for Cwd.xs
9681              From: Peter Prymmer <pvhp@forte.com>
9682              Date: Thu, 19 Apr 2001 12:02:40 -0700 (PDT)
9683              Message-ID: <Pine.OSF.4.10.10104191158490.348917-100000@aspara.forte.com>
9684      Branch: perl
9685            ! ext/Cwd/Cwd.xs
9686 ____________________________________________________________________________
9687 [  9757] By: nick                                  on 2001/04/19  18:53:54
9688         Log: Blind (untested) integrate of mainline.
9689      Branch: perlio
9690           +> ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
9691           +> ext/Time/Piece/Piece.xs ext/Time/Piece/README
9692           +> ext/Time/Piece/Seconds.pm t/lib/time-piece.t
9693           !> (integrate 53 files)
9694 ____________________________________________________________________________
9695 [  9756] By: jhi                                   on 2001/04/19  16:59:23
9696         Log: Document and test Time::Piece.
9697      Branch: perl
9698            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.pm
9699            ! ext/Time/Piece/Piece.xs t/lib/time-piece.t
9700 ____________________________________________________________________________
9701 [  9755] By: jhi                                   on 2001/04/19  12:13:29
9702         Log: A better fix for the \x{12345678} trouble from NI-S.
9703      Branch: perl
9704            ! utf8.c
9705 ____________________________________________________________________________
9706 [  9754] By: jhi                                   on 2001/04/19  11:56:07
9707         Log: Subject: PATCH: Propagate low byte of hints in cop.op_private
9708              From: Robin Houston <robin@kitsite.com>
9709              Date: Wed, 18 Apr 2001 17:58:33 +0100
9710              Message-ID: <20010418175833.B8976@puffinry.freeserve.co.uk>
9711      Branch: perl
9712            ! ext/B/B/Deparse.pm op.c
9713 ____________________________________________________________________________
9714 [  9753] By: jhi                                   on 2001/04/19  04:21:52
9715         Log: Subject: [PATCH] h2ph test suite bugfix and refactoring
9716              From: "Kurt D. Starsinic" <kstar@wolfetech.com>
9717              Date: Thu, 19 Apr 2001 01:11:41 -0400
9718              Message-ID: <20010419011141.A5798@cpan.org>
9719      Branch: perl
9720            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
9721 ____________________________________________________________________________
9722 [  9752] By: jhi                                   on 2001/04/19  02:41:10
9723         Log: The new time utils need to be thread-aware, too.
9724      Branch: perl
9725            ! util.c
9726 ____________________________________________________________________________
9727 [  9751] By: jhi                                   on 2001/04/19  02:26:47
9728         Log: Compilation nit noticed by AIX compiler.
9729      Branch: perl
9730            ! perlio.c
9731 ____________________________________________________________________________
9732 [  9750] By: jhi                                   on 2001/04/19  02:20:06
9733         Log: The new time utils need to be public.
9734      Branch: perl
9735            ! embed.pl
9736 ____________________________________________________________________________
9737 [  9749] By: jhi                                   on 2001/04/19  01:42:39
9738         Log: Regen toc.
9739      Branch: perl
9740            ! pod/perltoc.pod
9741 ____________________________________________________________________________
9742 [  9748] By: jhi                                   on 2001/04/19  01:41:10
9743         Log: Add Time::Piece, a slight rewrite of Time::Object,
9744              from Matt Sergeant.
9745      Branch: perl
9746            + ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
9747            + ext/Time/Piece/Piece.xs ext/Time/Piece/README
9748            + ext/Time/Piece/Seconds.pm t/lib/time-piece.t
9749            ! MANIFEST configure.com djgpp/config.over epoc/config.sh
9750            ! hints/uts.sh hints/uwin.sh hints/vmesa.sh win32/Makefile
9751            ! win32/makefile.mk
9752 ____________________________________________________________________________
9753 [  9747] By: jhi                                   on 2001/04/19  00:55:35
9754         Log: The new metaconfig unit from strftime.
9755      Branch: metaconfig/U/perl
9756            + d_strftime.U
9757 ____________________________________________________________________________
9758 [  9746] By: jhi                                   on 2001/04/19  00:54:54
9759         Log: Move the strftime() wrapper from POSIX.xs to util.c
9760              as my_strftime(), requires HAS_STRFTIME.
9761      Branch: perl
9762            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9763            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
9764            ! ext/POSIX/POSIX.xs proto.h uconfig.h uconfig.sh util.c
9765            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
9766            ! vos/config.ga.h win32/config.bc win32/config.gc
9767            ! win32/config.vc
9768 ____________________________________________________________________________
9769 [  9745] By: jhi                                   on 2001/04/18  23:11:03
9770         Log: Move the init_tm() and mini_mktime() up from POSIX.xs to util.c
9771              in preparation of Time::Piece.
9772      Branch: perl
9773            ! embed.h embed.pl ext/POSIX/POSIX.xs proto.h util.c
9774 ____________________________________________________________________________
9775 [  9744] By: jhi                                   on 2001/04/18  22:33:12
9776         Log: Subject: [PATCH: perl@9718] fix new exporter test to work OK on VMS
9777              From: Peter Prymmer <pvhp@forte.com>
9778              Date: Wed, 18 Apr 2001 15:38:28 -0700 (PDT)
9779              Message-ID: <Pine.OSF.4.10.10104181536440.272477-100000@aspara.forte.com>
9780      Branch: perl
9781            ! t/lib/exporter.t
9782 ____________________________________________________________________________
9783 [  9743] By: jhi                                   on 2001/04/18  22:32:23
9784         Log: Subject: Fwd: pod2html leaves cache files lying around?
9785              From: Rajesh Vaidheeswarran <rv@gnu.org>
9786              Date: Tue, 17 Apr 2001 09:35:00 -0400 (EDT)
9787              Message-Id: <E14pVdE-0004P0-00@fencepost.gnu.org>
9788      Branch: perl
9789            ! lib/Pod/Html.pm
9790 ____________________________________________________________________________
9791 [  9742] By: jhi                                   on 2001/04/18  20:31:49
9792         Log: Update Changes.
9793      Branch: perl
9794            ! Changes patchlevel.h
9795 ____________________________________________________________________________
9796 [  9741] By: jhi                                   on 2001/04/18  20:23:02
9797         Log: Declare hints only if needed.
9798      Branch: perl
9799            ! ext/B/B/Deparse.pm
9800 ____________________________________________________________________________
9801 [  9740] By: jhi                                   on 2001/04/18  19:06:05
9802         Log: Workaround for the "\x{12345678}" plus s/(.)/$1/g plus ord/length
9803              bug noticed by Robin Houston; basically the code of detecting
9804              value wraparound was acting differently under different compilers
9805              and platforms.  The workaround is to remove the overflow check
9806              for now, a real fix would be to do the overflow (portably) right.
9807      Branch: perl
9808            ! t/op/pat.t utf8.c
9809 ____________________________________________________________________________
9810 [  9739] By: jhi                                   on 2001/04/18  19:01:23
9811         Log: Subject: [PATCH B::Deparse] some pragma support
9812              From: Robin Houston <robin@kitsite.com>
9813              Date: Wed, 18 Apr 2001 19:32:12 +0100
9814              Message-ID: <20010418193212.A9184@puffinry.freeserve.co.uk>
9815      Branch: perl
9816            ! ext/B/B/Deparse.pm
9817 ____________________________________________________________________________
9818 [  9738] By: jhi                                   on 2001/04/18  15:16:37
9819         Log: Subject: [PATCH] Test case for C<undef %File::Glob::>
9820              From: Benjamin Sugars <bsugars@canoe.ca>
9821              Date: Wed, 18 Apr 2001 10:53:44 -0400 (EDT)
9822              Message-ID: <Pine.LNX.4.21.0104181047010.2368-100000@marmot.rim.canoe.ca>
9823      Branch: perl
9824            ! t/op/glob.t
9825 ____________________________________________________________________________
9826 [  9737] By: jhi                                   on 2001/04/18  13:24:50
9827         Log: Subject: [PATCH] XS::Typemap - T_OPAQUE
9828              From: Tim Jenness <t.jenness@jach.hawaii.edu>
9829              Date: Tue, 17 Apr 2001 22:49:25 -1000 (HST)
9830              Message-ID: <Pine.LNX.4.30.0104172247440.28672-100000@lapaki.jach.hawaii.edu>
9831      Branch: perl
9832            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
9833            ! ext/XS/Typemap/typemap lib/ExtUtils/typemap t/lib/xs-typemap.t
9834 ____________________________________________________________________________
9835 [  9736] By: jhi                                   on 2001/04/18  04:15:14
9836         Log: The #9735 also changes the subtest 12.
9837      Branch: perl
9838            ! t/lib/b.t
9839 ____________________________________________________________________________
9840 [  9735] By: jhi                                   on 2001/04/18  03:55:17
9841         Log: Subject: Deparse.pm of split(" ") decodes as /\s+/ (with PATCH)
9842              From: David Dyck <dcd@tc.fluke.com>
9843              Date: Tue, 17 Apr 2001 17:12:58 -0700 (PDT)
9844              Message-ID: <Pine.LNX.4.33.0104171508210.23062-100000@dd.tc.fluke.com>
9845      Branch: perl
9846            ! ext/B/B/Deparse.pm
9847 ____________________________________________________________________________
9848 [  9734] By: jhi                                   on 2001/04/18  03:54:11
9849         Log: Subject: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
9850              From: Gisle Aas <gisle@ActiveState.com>
9851              Date: 17 Apr 2001 19:06:45 -0700
9852              Message-ID: <lrae5f9d1m.fsf@caliper.ActiveState.com>
9853      Branch: perl
9854            ! pp_hot.c t/op/misc.t
9855 ____________________________________________________________________________
9856 [  9733] By: jhi                                   on 2001/04/17  22:25:22
9857         Log: Subject: [PATCH: ext/Cwd/Cwd.xs & ext/PerlIO/Scalar/Scalar.xs] Missing prototype behaviour
9858              From: "Abigail" <abigail@foad.org>
9859              Date: Wed, 18 Apr 2001 01:17:46 +0200
9860              Message-ID: <20010417231746.21657.qmail@foad.org>
9861      Branch: perl
9862            ! ext/Cwd/Cwd.xs ext/PerlIO/Scalar/Scalar.xs
9863 ____________________________________________________________________________
9864 [  9732] By: jhi                                   on 2001/04/17  20:47:56
9865         Log: Subject: Re: Deparse - parenthesise args to undeclared subs
9866              From: Robin Houston <robin@kitsite.com>
9867              Date: Tue, 17 Apr 2001 22:37:42 +0100
9868              Message-ID: <20010417223742.A6681@puffinry.freeserve.co.uk>
9869      Branch: perl
9870            ! ext/B/B/Deparse.pm
9871 ____________________________________________________________________________
9872 [  9731] By: nick                                  on 2001/04/17  20:46:35
9873         Log: Re-sync for t/lib/b.t fix
9874      Branch: perlio
9875           !> ext/B/B/Deparse.pm t/lib/b.t t/lib/cwd.t
9876 ____________________________________________________________________________
9877 [  9730] By: jhi                                   on 2001/04/17  20:45:29
9878         Log: Subject: [PATCH B::Deparse] utf8 literal strings (and possibly a unicode/regex bug)
9879              From: Robin Houston <robin@kitsite.com>
9880              Date: Tue, 17 Apr 2001 22:29:36 +0100
9881              Message-ID: <20010417222936.A6644@puffinry.freeserve.co.uk>
9882      Branch: perl
9883            ! ext/B/B.xs ext/B/B/Deparse.pm
9884 ____________________________________________________________________________
9885 [  9729] By: jhi                                   on 2001/04/17  20:43:11
9886         Log: Subject: Deparse - parenthesise args to undeclared subs
9887              From: Robin Houston <robin@kitsite.com>
9888              Date: Tue, 17 Apr 2001 21:31:05 +0100
9889              Message-ID: <20010417213104.A6586@puffinry.freeserve.co.uk>
9890      Branch: perl
9891            ! ext/B/B/Deparse.pm
9892 ____________________________________________________________________________
9893 [  9728] By: jhi                                   on 2001/04/17  18:57:30
9894         Log: Subject: Re: [PATCH] Fix cwd.t when libpth contains symlinks
9895              From: Benjamin Sugars <ben.sugars@home.com>
9896              Date: Tue, 17 Apr 2001 15:27:28 -0400 (EDT)
9897              Message-ID: <Pine.LNX.4.21.0104171516090.22410-100000@localhost.localdomain>
9898      Branch: perl
9899            ! t/lib/cwd.t
9900 ____________________________________________________________________________
9901 [  9727] By: jhi                                   on 2001/04/17  18:20:20
9902         Log: Subject: [PATCH B::Deparse] ambient pragmas
9903              From: Robin Houston <robin@kitsite.com>
9904              Date: Tue, 17 Apr 2001 20:01:59 +0100
9905              Message-ID: <20010417200159.A4882@puffinry.freeserve.co.uk>
9906      Branch: perl
9907            ! ext/B/B/Deparse.pm t/lib/b.t
9908 ____________________________________________________________________________
9909 [  9726] By: nick                                  on 2001/04/17  16:33:51
9910         Log: Integrate mainline (t/lib/b.t fails test 2...)
9911      Branch: perlio
9912           +> ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
9913           +> ext/List/Util/README ext/List/Util/Util.xs
9914           +> ext/List/Util/lib/List/Util.pm
9915           +> ext/List/Util/lib/Scalar/Util.pm t/lib/exporter.t
9916           +> t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
9917           +> t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
9918           +> t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
9919           +> t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
9920           !> (integrate 31 files)
9921 ____________________________________________________________________________
9922 [  9725] By: jhi                                   on 2001/04/17  12:14:24
9923         Log: Subject: multiple B::* changes
9924              From: Robin Houston <robin@kitsite.com>
9925              Date: Thu, 12 Apr 2001 20:12:27 +0100
9926              Message-ID: <20010412201226.A30940@puffinry.freeserve.co.uk>
9927      Branch: perl
9928            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
9929 ____________________________________________________________________________
9930 [  9724] By: jhi                                   on 2001/04/17  11:59:05
9931         Log: Thread-awareness from Doug MacEachern.
9932      Branch: perl
9933            ! ext/List/Util/Util.xs
9934 ____________________________________________________________________________
9935 [  9723] By: jhi                                   on 2001/04/17  11:57:41
9936         Log: Make the test more portable.
9937      Branch: perl
9938            ! t/lib/cwd.t
9939 ____________________________________________________________________________
9940 [  9722] By: jhi                                   on 2001/04/17  11:53:50
9941         Log: Subject: [PATCH] Fix cwd.t when libpth contains symlinks
9942              From: Benjamin Sugars <ben.sugars@home.com>
9943              Date: Mon, 16 Apr 2001 22:43:29 -0400 (EDT)
9944              Message-ID: <Pine.LNX.4.21.0104162234030.17949-100000@localhost.localdomain>
9945      Branch: perl
9946            ! t/lib/cwd.t
9947 ____________________________________________________________________________
9948 [  9721] By: jhi                                   on 2001/04/17  11:52:17
9949         Log: Subject: [PATCH] Fix core dump from undef %File::Glob::
9950              From: Benjamin Sugars <bsugars@canoe.ca>
9951              Date: Mon, 16 Apr 2001 13:23:59 -0400 (EDT)
9952              Message-ID: <Pine.LNX.4.21.0104161313160.1676-100000@marmot.rim.canoe.ca>
9953      Branch: perl
9954            ! op.c
9955 ____________________________________________________________________________
9956 [  9720] By: jhi                                   on 2001/04/17  11:35:42
9957         Log: Subject: [MacPerl-Porters] [PATCH] bsd_glob.c, gv.c fixes for Mac OS
9958              From: Chris Nandor <pudge@pobox.com>
9959              Date: Tue, 17 Apr 2001 00:30:49 -0400
9960              Message-Id: <p05100207b701768712de@[10.0.1.177]>
9961      Branch: perl
9962            ! ext/File/Glob/bsd_glob.c gv.c
9963 ____________________________________________________________________________
9964 [  9719] By: jhi                                   on 2001/04/17  11:32:13
9965         Log: Subject: [PATCH] Tweten->West
9966              From: Casey West <casey@geeknest.com>
9967              Date: Mon, 16 Apr 2001 12:11:22 -0400
9968              Message-ID: <20010416121122.B14554@stupid.geeknest.com>
9969      Branch: perl
9970            ! AUTHORS lib/Class/Struct.pm lib/Shell.pm lib/constant.pm
9971            ! pod/perltie.pod
9972 ____________________________________________________________________________
9973 [  9718] By: jhi                                   on 2001/04/16  03:22:52
9974         Log: Update Changes.
9975      Branch: perl
9976            ! Changes patchlevel.h
9977 ____________________________________________________________________________
9978 [  9717] By: jhi                                   on 2001/04/16  03:06:28
9979         Log: Regen toc.
9980      Branch: perl
9981            ! pod/perltoc.pod
9982 ____________________________________________________________________________
9983 [  9716] By: jhi                                   on 2001/04/16  02:58:42
9984         Log: Subject: [PATCH: perl@9699] updates to apidoc in utf8.c
9985              From: Prymmer/Kahn <pvhp@best.com>
9986              Date: Sun, 15 Apr 2001 20:47:45 -0700 (PDT)
9987              Message-ID: <Pine.BSF.4.21.0104152037470.8946-100000@shell8.ba.best.com>
9988      Branch: perl
9989            ! utf8.c
9990 ____________________________________________________________________________
9991 [  9715] By: jhi                                   on 2001/04/15  23:40:35
9992         Log: Subject: Re: Net::Ping patch, adds stream protocol
9993              From: bronson@rinspin.com (Scott Bronson)
9994              Date: Tue, 10 Apr 2001 23:58:33 -0700
9995              Message-ID: <20010410235833.N29719@rinspin.com>
9996      Branch: perl
9997            ! lib/Net/Ping.pm
9998 ____________________________________________________________________________
9999 [  9714] By: jhi                                   on 2001/04/15  23:31:46
10000         Log: Printing out the ok messages helps successful testing.
10001      Branch: perl
10002            ! t/lib/time-hires.t
10003 ____________________________________________________________________________
10004 [  9713] By: jhi                                   on 2001/04/15  21:43:24
10005         Log: Update Douglas Wegscheid's email.
10006      Branch: perl
10007            ! AUTHORS
10008 ____________________________________________________________________________
10009 [  9712] By: jhi                                   on 2001/04/15  21:40:41
10010         Log: Subject: [PATCH t/lib/exporter.t lib/Exporter/Heavy.pm] Testing Exporter
10011              From: Michael G Schwern <schwern@pobox.com>
10012              Date: Sat, 14 Apr 2001 22:40:50 +0100
10013              Message-ID: <20010414224050.A1872@blackrider.blackstar.co.uk>
10014      Branch: perl
10015            + t/lib/exporter.t
10016            ! MANIFEST lib/Exporter/Heavy.pm
10017 ____________________________________________________________________________
10018 [  9711] By: jhi                                   on 2001/04/15  21:39:21
10019         Log: Subject: [PATCH t/op/loopctl.t] Exit via last, part 1
10020              From: Michael G Schwern <schwern@pobox.com>
10021              Date: Sat, 14 Apr 2001 22:13:59 +0100
10022              Message-ID: <20010414221359.A413@blackrider.blackstar.co.uk>
10023      Branch: perl
10024            ! t/op/loopctl.t
10025 ____________________________________________________________________________
10026 [  9710] By: jhi                                   on 2001/04/15  21:30:19
10027         Log: Subject: [PATCH t/pragma/warnings.t] Doesn't skip RCS files
10028              From: Michael G Schwern <schwern@pobox.com>
10029              Date: Sat, 14 Apr 2001 22:05:32 +0100
10030              Message-ID: <20010414220531.A30178@blackrider.blackstar.co.uk>
10031      Branch: perl
10032            ! t/pragma/warnings.t
10033 ____________________________________________________________________________
10034 [  9709] By: jhi                                   on 2001/04/15  19:34:09
10035         Log: Integrate changes #9706,9707 from maintperl into mainline.
10036              
10037              change#7210 broke .packlist generation
10038              
10039              ExtUtils::Installed doesn't quote regex metacharacters in paths
10040              before using them in match; also make it work for dosish platforms
10041      Branch: perl
10042           !> lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
10043 ____________________________________________________________________________
10044 [  9708] By: jhi                                   on 2001/04/15  19:31:01
10045         Log: Test also the scalar aspect of getitimer().
10046      Branch: perl
10047            ! t/lib/time-hires.t
10048 ____________________________________________________________________________
10049 [  9707] By: gsar                                  on 2001/04/15  17:24:20
10050         Log: ExtUtils::Installed doesn't quote regex metacharacters in paths
10051              before using them in match; also make it work for dosish platforms
10052      Branch: maint-5.6/perl
10053            ! lib/ExtUtils/Installed.pm
10054 ____________________________________________________________________________
10055 [  9706] By: gsar                                  on 2001/04/15  17:21:59
10056         Log: change#7210 broke .packlist generation (listed only filename
10057              rather than fully qualified path name)
10058      Branch: maint-5.6/perl
10059            ! lib/ExtUtils/Install.pm
10060 ____________________________________________________________________________
10061 [  9705] By: jhi                                   on 2001/04/15  12:36:33
10062         Log: Add interval timer (setitimer, getitimer) support to Time::HiRes.
10063      Branch: perl
10064            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.xs
10065            ! t/lib/time-hires.t
10066 ____________________________________________________________________________
10067 [  9704] By: jhi                                   on 2001/04/15  10:49:08
10068         Log: Subject: [PATCH: perl@9622]update perlebcdic.pod with UTF tbl; tweak utf8.pm
10069              From: Prymmer/Kahn <pvhp@best.com>
10070              Date: Sat, 14 Apr 2001 21:36:24 -0700 (PDT)
10071              Message-ID: <Pine.BSF.4.21.0104142127580.27582-100000@shell8.ba.best.com>
10072      Branch: perl
10073            ! lib/utf8.pm pod/perlebcdic.pod
10074 ____________________________________________________________________________
10075 [  9703] By: jhi                                   on 2001/04/15  02:26:26
10076         Log: I keep forgetting to sort MANIFEST.
10077      Branch: perl
10078            ! MANIFEST
10079 ____________________________________________________________________________
10080 [  9702] By: jhi                                   on 2001/04/15  02:07:47
10081         Log: Add Scalar-List-Utils 1.02, from Graham Barr.
10082              Now we have blessed, reftype, tainted, first, reduce, ...
10083      Branch: perl
10084            + ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
10085            + ext/List/Util/README ext/List/Util/Util.xs
10086            + ext/List/Util/lib/List/Util.pm
10087            + ext/List/Util/lib/Scalar/Util.pm t/lib/u-blessed.t
10088            + t/lib/u-dualvar.t t/lib/u-first.t t/lib/u-max.t
10089            + t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
10090            + t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
10091            + t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
10092            ! MANIFEST
10093 ____________________________________________________________________________
10094 [  9701] By: jhi                                   on 2001/04/14  15:05:25
10095         Log: Subject: RE: dprofpp.pl updates 
10096              From: Carl Eklof <CEklof@endeca.com>
10097              Date: Thu, 12 Apr 2001 18:45:46 -0400
10098              Message-ID: <D99914D9109BD411823800508BD957180E1269@exch01.ops.endeca.com>
10099      Branch: perl
10100            ! utils/dprofpp.PL
10101 ____________________________________________________________________________
10102 [  9700] By: jhi                                   on 2001/04/14  14:44:55
10103         Log: Do not just blindly add CR.
10104      Branch: perl
10105            ! Porting/makerel
10106 ____________________________________________________________________________
10107 [  9699] By: jhi                                   on 2001/04/13  13:17:01
10108         Log: Update Changes.
10109      Branch: perl
10110            ! Changes patchlevel.h
10111 ____________________________________________________________________________
10112 [  9698] By: jhi                                   on 2001/04/13  12:44:48
10113         Log: Integrate perlio.
10114      Branch: perl
10115           !> ext/PerlIO/Scalar/Scalar.xs
10116 ____________________________________________________________________________
10117 [  9697] By: jhi                                   on 2001/04/13  12:29:15
10118         Log: Add more debug output to the test.
10119      Branch: perl
10120            ! t/lib/cwd.t
10121 ____________________________________________________________________________
10122 [  9696] By: nick                                  on 2001/04/13  10:14:29
10123         Log: Fix core dump on binmode($fh,'Scalar')
10124      Branch: perlio
10125            ! ext/PerlIO/Scalar/Scalar.xs
10126 ____________________________________________________________________________
10127 [  9695] By: nick                                  on 2001/04/13  09:05:42
10128         Log: Integrate mainline
10129      Branch: perlio
10130           +> ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
10131           +> ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
10132           +> t/lib/time-hires.t
10133           !> AUTHORS MANIFEST Makefile.SH Todo-5.6 configure.com
10134           !> ext/Digest/MD5/MD5.xs ext/File/Glob/Glob.pm
10135           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
10136           !> ext/File/Glob/bsd_glob.h ext/MIME/Base64/Base64.xs
10137           !> hints/uts.sh hints/vmesa.sh lib/Devel/SelfStubber.pm opcode.pl
10138           !> pod/perlfaq5.pod pp.c regexec.c t/comp/proto.t
10139           !> t/lib/md5-file.t t/op/pat.t win32/Makefile win32/makefile.mk
10140 ____________________________________________________________________________
10141 [  9694] By: jhi                                   on 2001/04/12  22:23:35
10142         Log: Integrate change #9693 from maintperl into mainline.
10143              
10144              $VERSION and Version() on the same line provokes a warning from
10145              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
10146      Branch: perl
10147           !> lib/Devel/SelfStubber.pm
10148 ____________________________________________________________________________
10149 [  9693] By: gsar                                  on 2001/04/12  21:55:56
10150         Log: $VERSION and Version() on the same line provokes a warning from
10151              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
10152      Branch: maint-5.6/perl
10153            ! lib/Devel/SelfStubber.pm
10154 ____________________________________________________________________________
10155 [  9692] By: jhi                                   on 2001/04/12  13:54:00
10156         Log: This is at least 5.005.
10157      Branch: perl
10158            ! ext/Time/HiRes/HiRes.xs
10159 ____________________________________________________________________________
10160 [  9691] By: jhi                                   on 2001/04/12  13:37:20
10161         Log: Non-UNIX platforms extensions update.  (Well, UTS is UNIX.)
10162      Branch: perl
10163            ! Makefile.SH configure.com hints/uts.sh hints/vmesa.sh
10164            ! win32/Makefile win32/makefile.mk
10165 ____________________________________________________________________________
10166 [  9690] By: jhi                                   on 2001/04/12  01:34:46
10167         Log: Integrate Time::Hires 1.20 from Douglas E. Wegscheid.
10168      Branch: perl
10169            + ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
10170            + ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
10171            + t/lib/time-hires.t
10172            ! MANIFEST
10173 ____________________________________________________________________________
10174 [  9689] By: jhi                                   on 2001/04/12  00:28:39
10175         Log: Subject: [PATCH] Digest::MD5 on UTF8 strings
10176              From: Gisle Aas <gisle@ActiveState.com>
10177              Date: 11 Apr 2001 16:36:11 -0700
10178              Message-ID: <lrlmp7102c.fsf@caliper.ActiveState.com>
10179      Branch: perl
10180            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
10181 ____________________________________________________________________________
10182 [  9688] By: jhi                                   on 2001/04/12  00:27:39
10183         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
10184              From: Gisle Aas <gisle@ActiveState.com>
10185              Date: 11 Apr 2001 11:13:24 -0700
10186              Message-ID: <lrbsq371a3.fsf@caliper.ActiveState.com>
10187      Branch: perl
10188            ! ext/MIME/Base64/Base64.xs
10189 ____________________________________________________________________________
10190 [  9687] By: jhi                                   on 2001/04/11  19:51:47
10191         Log: Slight update on the Todo list.  (Should integrate to Todo?) 
10192      Branch: perl
10193            ! Todo-5.6
10194 ____________________________________________________________________________
10195 [  9686] By: jhi                                   on 2001/04/11  16:54:25
10196         Log: Subject: [PATCH opcode.pl] Documentation of table format
10197              From: Simon Cozens <simon@netthink.co.uk>
10198              Date: Wed, 11 Apr 2001 12:59:31 +0100
10199              Message-ID: <20010411125931.A25681@netthink.co.uk>
10200      Branch: perl
10201            ! opcode.pl
10202 ____________________________________________________________________________
10203 [  9685] By: jhi                                   on 2001/04/11  16:53:15
10204         Log: Subject: [PATCH] prototype("CORE::recv")
10205              From: Simon Cozens <simon@netthink.co.uk>
10206              Date: Wed, 11 Apr 2001 13:24:35 +0100
10207              Message-ID: <20010411132435.A26169@netthink.co.uk>
10208      Branch: perl
10209            ! pp.c t/comp/proto.t
10210 ____________________________________________________________________________
10211 [  9684] By: jhi                                   on 2001/04/11  16:47:13
10212         Log: FAQ (and AUTHORS) update from Dan Carson: the information
10213              was several years obsolete, Term::Readkey has been updated
10214              to have the functionality.
10215      Branch: perl
10216            ! AUTHORS pod/perlfaq5.pod
10217 ____________________________________________________________________________
10218 [  9683] By: jhi                                   on 2001/04/11  12:15:46
10219         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
10220              From: Calle Dybedahl <calle@lysator.liu.se>
10221              Date: 10 Apr 2001 16:44:16 +0200
10222              Message-ID: <86d7akbyrj.fsf@tezcatlipoca.algonet.se>
10223      Branch: perl
10224            ! ext/MIME/Base64/Base64.xs
10225 ____________________________________________________________________________
10226 [  9682] By: jhi                                   on 2001/04/11  12:12:26
10227         Log: A more minimal fix for 20010410.006 from Hugo.
10228      Branch: perl
10229            ! regexec.c
10230 ____________________________________________________________________________
10231 [  9681] By: jhi                                   on 2001/04/11  11:34:23
10232         Log: Integrate changes #9678,9679 from maintline into mainperl.
10233              
10234              addendum to change#9676
10235              
10236              up $File::Glob::VERSION; add a note pointing out the version of
10237              the OpenBSD glob bsd_glob.c resembles
10238      Branch: perl
10239           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
10240           !> ext/File/Glob/bsd_glob.h
10241 ____________________________________________________________________________
10242 [  9680] By: jhi                                   on 2001/04/11  11:30:38
10243         Log: Bad test numbering in integrate in #9677.
10244              Fixes ID 20010411.001.
10245      Branch: perl
10246            ! t/op/pat.t
10247 ____________________________________________________________________________
10248 [  9679] By: gsar                                  on 2001/04/11  03:38:40
10249         Log: up $File::Glob::VERSION; add a note pointing out the version of
10250              the OpenBSD glob bsd_glob.c resembles
10251      Branch: maint-5.6/perl
10252            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
10253            ! ext/File/Glob/bsd_glob.h
10254 ____________________________________________________________________________
10255 [  9678] By: gsar                                  on 2001/04/11  03:09:48
10256         Log: addendum to change#9676: some missing changes from OpenBSD glob.c
10257              revision 1.8.10.1 found here:
10258              
10259              http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/gen/glob.c
10260      Branch: maint-5.6/perl
10261            ! ext/File/Glob/bsd_glob.c
10262 ____________________________________________________________________________
10263 [  9677] By: jhi                                   on 2001/04/11  02:54:39
10264         Log: Integrate changes #9675,9676 from maintperl into mainline.
10265              
10266              fix for bug 20010410.006, undo change#7115
10267              
10268              port the OpenBSD glob() security patch
10269      Branch: perl
10270           !> ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
10271           !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h regexec.c
10272           !> t/op/pat.t
10273 ____________________________________________________________________________
10274 [  9676] By: gsar                                  on 2001/04/11  02:19:02
10275         Log: port the glob() security patch found at:
10276              
10277              ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/025_glob.patch
10278              
10279              CERT advisory for the issue is here:
10280              
10281              http://www.cert.org/advisories/CA-2001-07.html
10282              
10283              Note that the security scare is only relevant for those who are
10284              foolish enough to build suidperl (which is now officially discouraged)
10285      Branch: maint-5.6/perl
10286            ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
10287            ! ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h
10288 ____________________________________________________________________________
10289 [  9675] By: gsar                                  on 2001/04/10  23:52:11
10290         Log: fix for bug 20010410.006
10291              
10292              undo change#7115 (came into maint-5.6 as change#8156)
10293              
10294              add tests to keep it from coming back
10295      Branch: maint-5.6/perl
10296            ! regexec.c t/op/pat.t
10297 ____________________________________________________________________________
10298 [  9674] By: nick                                  on 2001/04/10  20:39:31
10299         Log: Integrate mainline
10300      Branch: perlio
10301           +> Porting/testall.atom
10302           !> MANIFEST t/lib/lc-all.t t/lib/lc-constants.t
10303           !> t/lib/lc-country.t t/lib/lc-currency.t t/lib/lc-language.t
10304           !> t/lib/lc-uk.t t/pod/find.t
10305 ____________________________________________________________________________
10306 [  9673] By: nick                                  on 2001/04/10  18:46:14
10307         Log: Integrate against change 9670 aka perl-5.7.1
10308      Branch: perlio
10309           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
10310           !> (integrate 53 files)
10311 ____________________________________________________________________________
10312 [  9672] By: jhi                                   on 2001/04/10  13:45:01
10313         Log: Add a script for doing cumulative profile of the test suite.
10314              (Requires ATOM, that is, Tru64.)
10315      Branch: perl
10316            + Porting/testall.atom
10317            ! MANIFEST
10318 ____________________________________________________________________________
10319 [  9671] By: jhi                                   on 2001/04/10  12:38:53
10320         Log: Missing std block.
10321      Branch: perl
10322            ! t/lib/lc-all.t t/lib/lc-constants.t t/lib/lc-country.t
10323            ! t/lib/lc-currency.t t/lib/lc-language.t t/lib/lc-uk.t
10324            ! t/pod/find.t
10325 ____________________________________________________________________________
10326 [  9670] By: jhi                                   on 2001/04/10  01:25:58
10327         Log: This is 5.7.1.
10328      Branch: perl
10329            ! patchlevel.h
10330 ____________________________________________________________________________
10331 [  9669] By: jhi                                   on 2001/04/10  01:09:14
10332         Log: Update Changes.
10333      Branch: perl
10334            ! Changes patchlevel.h
10335 ____________________________________________________________________________
10336 [  9668] By: jhi                                   on 2001/04/10  01:00:38
10337         Log: Regen toc.
10338      Branch: perl
10339            ! pod/perltoc.pod
10340 ____________________________________________________________________________
10341 [  9667] By: jhi                                   on 2001/04/10  00:52:16
10342         Log: Update perlhist.
10343      Branch: perl
10344            ! pod/perlhist.pod
10345 ____________________________________________________________________________
10346 [  9666] By: jhi                                   on 2001/04/09  23:38:59
10347         Log: Slight wording tweaks from Damian to #9658.
10348      Branch: perl
10349            ! pod/perlobj.pod
10350 ____________________________________________________________________________
10351 [  9665] By: jhi                                   on 2001/04/09  19:56:06
10352         Log: Subject: [PATCH perlutil.pod] Nit
10353              From: Simon Cozens <simon@netthink.co.uk>
10354              Date: Mon, 9 Apr 2001 20:29:44 +0100
10355              Message-ID: <20010409202944.A14796@the.earth.li>
10356      Branch: perl
10357            ! pod/perlutil.pod
10358 ____________________________________________________________________________
10359 [  9664] By: jhi                                   on 2001/04/09  19:54:42
10360         Log: Subject: Re: perl571delta.pod@9631
10361              From: Mike Guy <mjtg@cam.ac.uk>
10362              Date: Mon, 09 Apr 2001 18:09:14 +0100
10363              Message-Id: <E14mfAA-0006vi-00@libra.cus.cam.ac.uk>
10364      Branch: perl
10365            ! pod/perl571delta.pod
10366 ____________________________________________________________________________
10367 [  9663] By: jhi                                   on 2001/04/09  13:43:35
10368         Log: Update Changes.
10369      Branch: perl
10370            ! Changes patchlevel.h
10371 ____________________________________________________________________________
10372 [  9662] By: jhi                                   on 2001/04/09  13:24:46
10373         Log: tweak tweak.
10374      Branch: perl
10375            ! AUTHORS pod/perl571delta.pod
10376 ____________________________________________________________________________
10377 [  9661] By: jhi                                   on 2001/04/09  13:15:13
10378         Log: Thinko in manual patch applying.
10379      Branch: perl
10380            ! sv.c
10381 ____________________________________________________________________________
10382 [  9660] By: jhi                                   on 2001/04/09  13:07:53
10383         Log: Subject: Re: [PATCH perl@9424] isn't numeric warning 
10384              From: Robin Barker <rmb1@cise.npl.co.uk> 
10385              Date: Mon, 9 Apr 2001 14:58:04 +0100 (BST)
10386              Message-Id: <200104091358.OAA24811@tempest.npl.co.uk>
10387              
10388              (This corrects the case where the "isn't numeric" string contains \0s
10389              and is longer than the temporary buffer, and contains \0 at the point
10390              the string would be truncated by "...".) 
10391      Branch: perl
10392            ! sv.c
10393 ____________________________________________________________________________
10394 [  9659] By: jhi                                   on 2001/04/09  12:57:41
10395         Log: Upgrade to CGI.pm 2.753, from Lincoln Stein.
10396      Branch: perl
10397            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-esc.t
10398            ! t/lib/cgi-function.t t/lib/cgi-html.t
10399 ____________________________________________________________________________
10400 [  9658] By: jhi                                   on 2001/04/09  12:48:47
10401         Log: Subject: [PATCH] Partial rewrite of perlobj.pod
10402              From: Ilmari Karonen <iltzu@sci.fi>
10403              Date: Sun, 8 Apr 2001 23:14:29 +0300 (EET DST)
10404              Message-ID: <Pine.SOL.3.96.1010408224105.425E-100000@simpukka>
10405              
10406              Rearrange and rewrite the Method Invocation section
10407              to explain the concepts in nicer order.
10408      Branch: perl
10409            ! pod/perlobj.pod
10410 ____________________________________________________________________________
10411 [  9657] By: jhi                                   on 2001/04/09  12:35:58
10412         Log: Upgrade to podlators 1.09, from Russ Allbery.
10413      Branch: perl
10414            ! lib/Pod/Man.pm lib/Pod/Text.pm
10415 ____________________________________________________________________________
10416 [  9656] By: jhi                                   on 2001/04/09  12:31:53
10417         Log: perl571delta.
10418      Branch: perl
10419            ! Todo-5.6 pod/perl571delta.pod pod/perlunicode.pod
10420 ____________________________________________________________________________
10421 [  9655] By: jhi                                   on 2001/04/09  12:20:09
10422         Log: Subject: [PATCH: perl@9622] documentation tweaks for UTF-EBCDIC support
10423              From: Prymmer/Kahn <pvhp@best.com>
10424              Date: Mon, 9 Apr 2001 00:08:58 -0700 (PDT)
10425              Message-ID: <Pine.BSF.4.21.0104090006190.21071-100000@shell8.ba.best.com>
10426      Branch: perl
10427            ! lib/utf8.pm pod/perlunicode.pod
10428 ____________________________________________________________________________
10429 [  9654] By: gsar                                  on 2001/04/09  03:38:33
10430         Log: here lies 5.6.1
10431      Branch: maint-5.6/perl
10432            ! Changes
10433 ____________________________________________________________________________
10434 [  9653] By: jhi                                   on 2001/04/09  03:25:24
10435         Log: Update perlhist.
10436      Branch: perl
10437            ! pod/perlhist.pod
10438 ____________________________________________________________________________
10439 [  9652] By: jhi                                   on 2001/04/09  03:18:49
10440         Log: perl571delta tweaking continues.
10441      Branch: perl
10442            ! pod/perl571delta.pod
10443 ____________________________________________________________________________
10444 [  9651] By: gsar                                  on 2001/04/09  03:11:19
10445         Log: update Changes, patchlevel.h &c.
10446      Branch: maint-5.6/perl
10447            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
10448            ! pod/perltoc.pod
10449 ____________________________________________________________________________
10450 [  9650] By: jhi                                   on 2001/04/09  02:40:24
10451         Log: Integrate the perlfork half of #9513 from maintperl into mainline
10452              (the perlunicode half is obsolete)
10453      Branch: perl
10454            ! pod/perlfork.pod
10455 ____________________________________________________________________________
10456 [  9649] By: gsar                                  on 2001/04/09  02:35:43
10457         Log: tweak perldelta as suggested by Jarkko
10458      Branch: maint-5.6/perl
10459            ! pod/perldelta.pod
10460 ____________________________________________________________________________
10461 [  9648] By: jhi                                   on 2001/04/09  02:13:04
10462         Log: Integrate change #9646 from maintperl into mainline.
10463              
10464              add note about ithreads and Thread.pm
10465      Branch: perl
10466           !> ext/Thread/Thread.pm ext/Thread/Thread.xs
10467 ____________________________________________________________________________
10468 [  9647] By: jhi                                   on 2001/04/09  02:10:18
10469         Log: Bad assumption that shortsize == 2.
10470      Branch: perl
10471            ! t/lib/xs-typemap.t
10472 ____________________________________________________________________________
10473 [  9646] By: gsar                                  on 2001/04/09  00:48:04
10474         Log: add note about ithreads and Thread.pm (too many people are
10475              confused by the fact that Thread.pm is built and installed
10476              under non-5005threads but doesn't work)
10477      Branch: maint-5.6/perl
10478            ! ext/Thread/Thread.pm ext/Thread/Thread.xs
10479 ____________________________________________________________________________
10480 [  9645] By: gsar                                  on 2001/04/09  00:19:03
10481         Log: update perldelta.pod for changes in 5.6.1
10482      Branch: maint-5.6/perl
10483            ! Changes pod/perldelta.pod
10484 ____________________________________________________________________________
10485 [  9644] By: jhi                                   on 2001/04/08  20:37:00
10486         Log: Integrate change #9639 from maintperl into mainline:
10487              on windows, many of the README.* pods were being copied to
10488              the wrong location
10489      Branch: perl
10490           !> win32/Makefile win32/makefile.mk
10491 ____________________________________________________________________________
10492 [  9643] By: jhi                                   on 2001/04/08  20:07:11
10493         Log: Integrate change #9624 from maintperl into mainline:
10494              the pod tests were not okay.  (t/pod/find.t changes ignored)
10495      Branch: perl
10496           !> lib/Pod/Find.pm t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
10497           !> t/pod/include.t t/pod/included.t t/pod/lref.t
10498           !> t/pod/multiline_items.t t/pod/nested_items.t
10499           !> t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
10500           !> t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
10501 ____________________________________________________________________________
10502 [  9642] By: jhi                                   on 2001/04/08  19:57:17
10503         Log: Integrate change #9638 from maintperl into mainline:
10504              update to latest JPL from the anoncvs repository
10505      Branch: perl
10506           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
10507           !> MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
10508           !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
10509 ____________________________________________________________________________
10510 [  9641] By: jhi                                   on 2001/04/08  19:53:30
10511         Log: perl571delta updates.
10512      Branch: perl
10513            ! lib/Filter/Simple.pm pod/perl571delta.pod
10514 ____________________________________________________________________________
10515 [  9640] By: gsar                                  on 2001/04/08  19:20:46
10516         Log: integrate change#9634 from mainline
10517              
10518              Fix the perlmodlib generation (didn't understand separate .pod
10519              files; didn't understand -- as the name-thing separator).
10520              Update the CPAN mirrors list.
10521      Branch: maint-5.6/perl
10522            ! pod/perlmodlib.pod
10523           !> pod/perlmodlib.PL
10524 ____________________________________________________________________________
10525 [  9639] By: gsar                                  on 2001/04/08  18:57:31
10526         Log: on windows, many of the README.* pods were being copied to the wrong
10527              location
10528      Branch: maint-5.6/perl
10529            ! win32/Makefile win32/makefile.mk
10530 ____________________________________________________________________________
10531 [  9638] By: gsar                                  on 2001/04/08  18:38:25
10532         Log: update to latest JPL from the anoncvs repository
10533      Branch: maint-5.6/perl
10534            + jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
10535            ! MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
10536            ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
10537 ____________________________________________________________________________
10538 [  9637] By: jhi                                   on 2001/04/08  17:53:53
10539         Log: Britishify spellings; s/\b(front|back) (end)\b/\1\2/g;
10540      Branch: perl
10541            ! pod/perl571delta.pod
10542 ____________________________________________________________________________
10543 [  9636] By: jhi                                   on 2001/04/08  17:18:32
10544         Log: Regen toc.
10545      Branch: perl
10546            ! pod/perltoc.pod
10547 ____________________________________________________________________________
10548 [  9635] By: jhi                                   on 2001/04/08  17:16:33
10549         Log: Subject: [PATCH perl@9622] fix IO.xs compile failure on VMS
10550              From: "Craig A. Berry" <craigberry@mac.com>
10551              Date: Sun, 08 Apr 2001 12:30:16 -0500
10552              Message-Id: <5.0.2.1.0.20010408120154.02675eb8@exchi01>
10553      Branch: perl
10554            ! ext/IO/IO.xs lib/ExtUtils/xsubpp
10555 ____________________________________________________________________________
10556 [  9634] By: jhi                                   on 2001/04/08  17:09:19
10557         Log: Fix the perlmodlib generation (didn't understand separate .pod
10558              files; didn't understand -- as the name-thing separator).
10559              
10560              Update the CPAN mirrors list.
10561      Branch: perl
10562            ! pod/perlmodlib.PL pod/perlmodlib.pod
10563 ____________________________________________________________________________
10564 [  9633] By: jhi                                   on 2001/04/08  16:49:17
10565         Log: Sort MANIFEST.
10566      Branch: perl
10567            ! MANIFEST
10568 ____________________________________________________________________________
10569 [  9632] By: gsar                                  on 2001/04/08  16:36:06
10570         Log: add $Tie::RefHash::VERSION
10571      Branch: maint-5.6/perl
10572            ! lib/Tie/RefHash.pm
10573 ____________________________________________________________________________
10574 [  9631] By: jhi                                   on 2001/04/08  16:10:15
10575         Log: perl571delta updates based on p5p feedback; still needs
10576              lots of examples.
10577      Branch: perl
10578            ! pod/perl571delta.pod
10579 ____________________________________________________________________________
10580 [  9630] By: jhi                                   on 2001/04/08  15:59:13
10581         Log: Update the list of supported platforms to talk about 5.7.1
10582              (and 5.6.1)
10583      Branch: perl
10584            ! pod/perlport.pod
10585 ____________________________________________________________________________
10586 [  9629] By: jhi                                   on 2001/04/08  15:55:41
10587         Log: Integrate changes #8677,8680,8681,8725,8732,8776,8782,9290
10588              from maintperl into mainline: perlport updates.
10589      Branch: perl
10590            ! pod/perlport.pod
10591 ____________________________________________________________________________
10592 [  9628] By: jhi                                   on 2001/04/08  15:53:17
10593         Log: perlsolaris.pod copied to wrong directory.
10594      Branch: perl
10595            ! win32/makefile.mk
10596 ____________________________________________________________________________
10597 [  9627] By: jhi                                   on 2001/04/08  14:48:18
10598         Log: Subject: Typos in perl571delta.pod
10599              From: "Stephen P. Potter" <spp@spotter.yi.org>
10600              Date: Sat, 07 Apr 2001 20:37:05 -0400
10601              Message-Id: <20010408003710.2A8FC729DD@belgarath.spotter.yi.org>
10602      Branch: perl
10603            ! pod/perl571delta.pod
10604 ____________________________________________________________________________
10605 [  9626] By: jhi                                   on 2001/04/08  14:39:04
10606         Log: Smoke out dTHR, spotted by by Stephen P. Potter.
10607      Branch: perl
10608            ! gv.c
10609 ____________________________________________________________________________
10610 [  9625] By: nick                                  on 2001/04/08  10:14:23
10611         Log: Integrate mainline
10612      Branch: perlio
10613           +> pod/perl570delta.pod pod/perl571delta.pod
10614           !> (integrate 27 files)
10615 ____________________________________________________________________________
10616 [  9624] By: gsar                                  on 2001/04/08  06:08:17
10617         Log: test in t/pod/* were busted
10618              
10619              these tests are still not enabled in t/{harness,TEST}
10620      Branch: maint-5.6/perl
10621            ! lib/Pod/Find.pm t/pod/emptycmd.t t/pod/find.t t/pod/for.t
10622            ! t/pod/headings.t t/pod/include.t t/pod/included.t t/pod/lref.t
10623            ! t/pod/multiline_items.t t/pod/nested_items.t
10624            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
10625            ! t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
10626 ____________________________________________________________________________
10627 [  9623] By: gsar                                  on 2001/04/08  03:37:01
10628         Log: integrate change#9470 from mainline
10629              
10630              Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
10631      Branch: maint-5.6/perl
10632           !> ext/Socket/Socket.xs
10633 ____________________________________________________________________________
10634 [  9622] By: jhi                                   on 2001/04/07  22:40:47
10635         Log: Update Changes.
10636      Branch: perl
10637            ! Changes patchlevel.h
10638 ____________________________________________________________________________
10639 [  9621] By: jhi                                   on 2001/04/07  22:34:16
10640         Log: Update AUTHORS.
10641      Branch: perl
10642            ! AUTHORS
10643 ____________________________________________________________________________
10644 [  9620] By: jhi                                   on 2001/04/07  22:12:47
10645         Log: Forgot to bump the number of tests in #9164.
10646      Branch: perl
10647            ! t/op/array.t
10648 ____________________________________________________________________________
10649 [  9619] By: jhi                                   on 2001/04/07  22:09:50
10650         Log: Bump patchlevel to 5.7.1.
10651      Branch: perl
10652            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10653            ! config_h.SH patchlevel.h
10654 ____________________________________________________________________________
10655 [  9618] By: jhi                                   on 2001/04/07  22:02:41
10656         Log: Populate perl571delta.
10657      Branch: perl
10658            ! pod/perl571delta.pod
10659 ____________________________________________________________________________
10660 [  9617] By: jhi                                   on 2001/04/07  22:01:23
10661         Log: Change 5.7.0 to 5.7.1 in some of the places I would be guaranteed
10662              to forget it later; do not change patchlevel.h yet or regenerate
10663              Configure yet.
10664      Branch: perl
10665            ! epoc/config.sh win32/Makefile win32/config_H.bc
10666            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
10667 ____________________________________________________________________________
10668 [  9616] By: jhi                                   on 2001/04/07  17:46:33
10669         Log: Add PerlIO and Encode information to perl571delta, fron NI-S.
10670      Branch: perl
10671            ! pod/perl571delta.pod
10672 ____________________________________________________________________________
10673 [  9615] By: jhi                                   on 2001/04/07  17:33:21
10674         Log: Change the toc configuration.
10675      Branch: perl
10676            ! pod/buildtoc.PL pod/perl.pod
10677 ____________________________________________________________________________
10678 [  9614] By: jhi                                   on 2001/04/07  17:29:47
10679         Log: Subject: PATCH: $[
10680              From: Robin Houston <robin@kitsite.com>
10681              Date: Fri, 6 Apr 2001 18:10:14 +0100
10682              Message-ID: <20010406181014.A18803@puffinry.freeserve.co.uk>
10683      Branch: perl
10684            ! op.c t/op/array.t
10685 ____________________________________________________________________________
10686 [  9613] By: jhi                                   on 2001/04/07  17:28:26
10687         Log: Subject: [PATCH perl@9424] isn't numeric warning
10688              From: Robin Barker <rmb1@cise.npl.co.uk>
10689              Date: Fri, 6 Apr 2001 18:08:52 +0100 (BST)
10690              Message-Id: <200104061708.SAA06783@tempest.npl.co.uk>
10691      Branch: perl
10692            ! sv.c t/pragma/warn/sv
10693 ____________________________________________________________________________
10694 [  9612] By: jhi                                   on 2001/04/07  17:26:45
10695         Log: Subject: [PATCH bleadperl] Re: [PATCH dump.c] hash quality
10696              From: Mike Guy <mjtg@cam.ac.uk>
10697              Date: Fri, 06 Apr 2001 12:47:06 +0100
10698              Message-Id: <E14lUhm-0000rx-00@libra.cus.cam.ac.uk>
10699      Branch: perl
10700            ! dump.c t/lib/peek.t
10701 ____________________________________________________________________________
10702 [  9611] By: jhi                                   on 2001/04/07  17:21:35
10703         Log: Create perl571delta and seed it off with the perldelta changes
10704              since 5.7.0; remove those changes from perldelta and rename it
10705              as perl570delta; recreate perldelta but leave it almost empty.
10706      Branch: perl
10707            + pod/perl570delta.pod pod/perl571delta.pod
10708            ! MANIFEST pod/perldelta.pod
10709 ____________________________________________________________________________
10710 [  9610] By: jhi                                   on 2001/04/07  16:56:32
10711         Log: Denit.
10712      Branch: perl
10713            ! pod/perldelta.pod
10714 ____________________________________________________________________________
10715 [  9609] By: jhi                                   on 2001/04/07  16:38:32
10716         Log: Retract #9523: needs more thought.
10717      Branch: perl
10718            ! Makefile.SH
10719 ____________________________________________________________________________
10720 [  9608] By: jhi                                   on 2001/04/07  14:59:20
10721         Log: atmark() code cleanaup.
10722      Branch: perl
10723            ! ext/IO/IO.xs
10724 ____________________________________________________________________________
10725 [  9607] By: jhi                                   on 2001/04/07  14:48:14
10726         Log: Integrate change #9605 from maintperl into mainline.
10727              
10728              can't optimize away scope entry if tr/// is present
10729      Branch: perl
10730           !> op.c t/op/tr.t
10731 ____________________________________________________________________________
10732 [  9606] By: jhi                                   on 2001/04/07  14:43:59
10733         Log: Integrate perlio.
10734      Branch: perl
10735           +> win32/FindExt.pm
10736           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c t/lib/md5-file.t
10737           !> win32/buildext.pl win32/config_sh.PL win32/makefile.mk
10738 ____________________________________________________________________________
10739 [  9605] By: gsar                                  on 2001/04/07  11:52:40
10740         Log: can't optimize away scope entry if tr/// is present
10741      Branch: maint-5.6/perl
10742            ! op.c t/op/tr.t
10743 ____________________________________________________________________________
10744 [  9604] By: nick                                  on 2001/04/07  11:39:45
10745         Log: Split out extension finding code from buildext.pl into FindExt.pm
10746              Use it to get Config.pm's idea of available extensions in line
10747              with what is built.
10748      Branch: perlio
10749            + win32/FindExt.pm
10750            ! MANIFEST win32/buildext.pl win32/config_sh.PL
10751            ! win32/makefile.mk
10752 ____________________________________________________________________________
10753 [  9603] By: nick                                  on 2001/04/07  09:11:38
10754         Log: Cleanup correction for failed :Via() layer, also set an error code.
10755      Branch: perlio
10756            ! ext/PerlIO/Via/Via.xs
10757 ____________________________________________________________________________
10758 [  9602] By: nick                                  on 2001/04/07  08:38:04
10759         Log: Digests in lib/md5-file.t are for text files _without_ CRLF i.e. UNIX
10760              style. So don't use binmode() on the handles so that Win32 etc. see
10761              same sequence and produce same digests.
10762      Branch: perlio
10763            ! t/lib/md5-file.t
10764 ____________________________________________________________________________
10765 [  9601] By: nick                                  on 2001/04/07  08:36:26
10766         Log: Allow PerlIOBase_pushed to ignore prefix on mode (e.g. sysopen's "#r")
10767              Else it complains and so crlf layer (say) does not get pushed.
10768      Branch: perlio
10769            ! perlio.c
10770 ____________________________________________________________________________
10771 [  9600] By: jhi                                   on 2001/04/06  23:00:09
10772         Log: Integrate change #9599 from perlio into mainline.
10773      Branch: perl
10774           !> ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
10775           !> win32/config_H.vc
10776 ____________________________________________________________________________
10777 [  9599] By: nick                                  on 2001/04/06  21:42:43
10778         Log: Quote $VERSION in Encode.pm.
10779              regen_config_h as requested.
10780      Branch: perlio
10781            ! ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
10782            ! win32/config_H.vc
10783 ____________________________________________________________________________
10784 [  9598] By: nick                                  on 2001/04/06  20:34:59
10785         Log: Integrate mainline
10786      Branch: perlio
10787           +> README.macos
10788           !> (integrate 39 files)
10789 ____________________________________________________________________________
10790 [  9597] By: gsar                                  on 2001/04/06  18:06:35
10791         Log: integrate change#9464 from mainline (addendum to change#8313)
10792              
10793              Subject: [PATCH @9452] Better peep()ing for foreach() loops
10794      Branch: maint-5.6/perl
10795           !> op.c
10796 ____________________________________________________________________________
10797 [  9596] By: jhi                                   on 2001/04/06  17:26:03
10798         Log: The d_casti32=undef is good for you even when not use64bitall.
10799      Branch: perl
10800            ! hints/hpux.sh
10801 ____________________________________________________________________________
10802 [  9595] By: gsar                                  on 2001/04/06  14:57:17
10803         Log: add a low-impact fix to accomodate darwin-ism
10804      Branch: maint-5.6/perl
10805            ! ext/Errno/Errno_pm.PL
10806 ____________________________________________________________________________
10807 [  9594] By: jhi                                   on 2001/04/06  14:55:14
10808         Log: Integrate changes #9528,9593 from mainline into maintperl;
10809              tweaking the editor/IDE/shell list.
10810      Branch: maint-5.6/perl
10811           !> pod/perlfaq3.pod
10812 ____________________________________________________________________________
10813 [  9593] By: jhi                                   on 2001/04/06  14:51:39
10814         Log: Make the editor/IDE/shell list a little bit airier.
10815      Branch: perl
10816            ! pod/perlfaq3.pod
10817 ____________________________________________________________________________
10818 [  9592] By: gsar                                  on 2001/04/06  14:45:18
10819         Log: integrate change#9477 from mainline (base.pm doc tweak)
10820              
10821              missing doc entry for fmod()
10822      Branch: maint-5.6/perl
10823            ! lib/Math/BigFloat.pm
10824           !> lib/base.pm
10825 ____________________________________________________________________________
10826 [  9591] By: jhi                                   on 2001/04/06  13:55:48
10827         Log: Regen toc.
10828      Branch: perl
10829            ! pod/perltoc.pod
10830 ____________________________________________________________________________
10831 [  9590] By: jhi                                   on 2001/04/06  13:54:52
10832         Log: Math::BigFloat patches from John Peacock.  The equivalent
10833              of #9586 from maintperl but reworked by John to work with
10834              the bleadperl.
10835      Branch: perl
10836            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
10837 ____________________________________________________________________________
10838 [  9589] By: jhi                                   on 2001/04/06  13:42:23
10839         Log: Define the U32_ALIGNMENT_REQUIRED only if it's not already defined.
10840      Branch: perl
10841            ! ext/Digest/MD5/Makefile.PL
10842 ____________________________________________________________________________
10843 [  9588] By: jhi                                   on 2001/04/06  13:31:45
10844         Log: Integrate changes #9584,9587 from maintperl into mainline.
10845              
10846              keep eval"" CVs alive until the end of the statement in which
10847              they're called
10848              
10849              add README.macos (from Chris Nandor)
10850              
10851              tyop in change#9555
10852      Branch: perl
10853           +> README.macos
10854           !> MANIFEST embed.h embed.pl global.sym objXSUB.h perlapi.c
10855           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod pod/perlguts.pod
10856           !> pp_ctl.c proto.h scope.c scope.h sv.c win32/Makefile
10857           !> win32/makefile.mk
10858 ____________________________________________________________________________
10859 [  9587] By: gsar                                  on 2001/04/06  07:31:30
10860         Log: add README.macos (from Chris Nandor)
10861              
10862              tyop in change#9555
10863      Branch: maint-5.6/perl
10864            + README.macos
10865            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod
10866            ! win32/Makefile win32/makefile.mk
10867 ____________________________________________________________________________
10868 [  9586] By: gsar                                  on 2001/04/06  07:08:54
10869         Log: fixes for Math::BigFloat bugs; add fmod() (from John Peacock)
10870      Branch: maint-5.6/perl
10871            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
10872 ____________________________________________________________________________
10873 [  9585] By: gsar                                  on 2001/04/06  06:58:44
10874         Log: integrate changes#9555,9556,9563..9567,9570..9575,9577..9578
10875              from mainline
10876              
10877              Subject: [PATCH] Base64 update to perlfaq9.pod
10878              
10879              Subject: [PATCH AUTHORS] Housekeeping
10880              
10881              Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
10882              Mac OS X (Darwin) has extra pwent fields.
10883              
10884              Subject: [PATCH B::*] print control-character vars readably
10885              Needs EBCDICification.
10886              
10887              Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
10888              
10889              Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
10890              
10891              Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
10892              
10893              Subject: [PATCH B::Deparse] binmode is no longer an UNOP
10894              
10895              Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
10896              
10897              Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
10898              
10899              Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
10900              
10901              Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
10902              
10903              FreeBSD hints tweak from Anton Berezin.
10904              
10905              Subject: [PATCH foolperl & bleadperl] README.vms update
10906              
10907              Subject: Re: [PATCH foolperl & bleadperl] README.vms update
10908      Branch: maint-5.6/perl
10909           !> AUTHORS README.vms ext/B/B.pm ext/B/B/Concise.pm
10910           !> ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
10911           !> hints/freebsd.sh pod/perlfaq9.pod pp.c t/op/oct.t t/op/pwent.t
10912 ____________________________________________________________________________
10913 [  9584] By: gsar                                  on 2001/04/06  04:09:00
10914         Log: keep eval"" CVs alive until the end of the statement in which
10915              they're called; this avoids a coredump ensuing from search for
10916              lexicals in code such as:
10917              
10918              sub bug {
10919              my $s = @_;
10920              eval q[sub { eval 'sub { &$s }' }];
10921              }
10922              bug("x")->()->();
10923              
10924              this code still doesn't work as intended (as it has remained
10925              since time immemorial), but it doesn't provoke a coredump anymore
10926      Branch: maint-5.6/perl
10927            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
10928            ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h sv.c
10929 ____________________________________________________________________________
10930 [  9583] By: jhi                                   on 2001/04/05  23:52:51
10931         Log: Update Changes.
10932      Branch: perl
10933            ! Changes patchlevel.h
10934 ____________________________________________________________________________
10935 [  9582] By: jhi                                   on 2001/04/05  23:11:23
10936         Log: Slight doc tweak.
10937      Branch: perl
10938            ! pod/perlunicode.pod
10939 ____________________________________________________________________________
10940 [  9581] By: jhi                                   on 2001/04/05  23:04:11
10941         Log: Integrate perlio.
10942      Branch: perl
10943           !> pod/perlunicode.pod
10944 ____________________________________________________________________________
10945 [  9580] By: jhi                                   on 2001/04/05  23:03:29
10946         Log: Test for #9579.
10947      Branch: perl
10948            ! t/op/do.t
10949 ____________________________________________________________________________
10950 [  9579] By: jhi                                   on 2001/04/05  22:54:17
10951         Log: Subject: [PATCH] Propagate calling context for do '...'
10952              From: Gisle Aas <gisle@ActiveState.com>
10953              Date: 04 Apr 2001 20:17:29 -0700
10954              Message-ID: <lrg0fo827q.fsf@caliper.ActiveState.com>
10955      Branch: perl
10956            ! pod/perlfunc.pod pp_ctl.c
10957 ____________________________________________________________________________
10958 [  9578] By: jhi                                   on 2001/04/05  22:52:51
10959         Log: Subject: Re: [PATCH foolperl & bleadperl] README.vms update
10960              From: Peter Prymmer <pvhp@forte.com>
10961              Date: Thu, 5 Apr 2001 12:00:04 -0700 (PDT)
10962              Message-ID: <Pine.OSF.4.10.10104051156340.518291-100000@aspara.forte.com>
10963      Branch: perl
10964            ! README.vms
10965 ____________________________________________________________________________
10966 [  9577] By: jhi                                   on 2001/04/05  22:48:22
10967         Log: Subject: [PATCH foolperl & bleadperl] README.vms update
10968              From: "Craig A. Berry" <craigberry@mac.com>
10969              Date: Thu, 5 Apr 2001 13:43:28 -0500
10970              Message-Id: <p04330101b6f269936918@[172.16.52.1]>
10971      Branch: perl
10972            ! README.vms
10973 ____________________________________________________________________________
10974 [  9576] By: jhi                                   on 2001/04/05  22:31:38
10975         Log: Subject: [PATCH lib/base.pm t/lib/base.t] Fix subtle $VERSION mistakes with base.pm
10976              From: Michael G Schwern <schwern@pobox.com>
10977              Date: Thu, 5 Apr 2001 21:53:21 +0100
10978              Message-ID: <20010405215321.A4828@blackrider.blackstar.co.uk>
10979      Branch: perl
10980            ! lib/base.pm t/lib/fields.t
10981 ____________________________________________________________________________
10982 [  9575] By: jhi                                   on 2001/04/05  22:26:10
10983         Log: FreeBSD hints tweak from Anton Berezin.
10984      Branch: perl
10985            ! hints/freebsd.sh
10986 ____________________________________________________________________________
10987 [  9574] By: jhi                                   on 2001/04/05  22:24:03
10988         Log: Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
10989              From: David Dyck <dcd@tc.fluke.com>
10990              Date: Thu, 5 Apr 2001 09:40:58 -0700 (PDT)
10991              Message-ID: <Pine.LNX.4.30.0104050838330.30478-100000@dd.tc.fluke.com>
10992      Branch: perl
10993            ! t/op/oct.t
10994 ____________________________________________________________________________
10995 [  9573] By: jhi                                   on 2001/04/05  22:23:06
10996         Log: Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
10997              Date: Wed, 4 Apr 2001 13:27:15 -0700 (PDT)
10998              From: David Dyck <dcd@tc.fluke.com>
10999              Message-ID: <Pine.LNX.4.30.0104041325310.25358-100000@dd.tc.fluke.com>
11000      Branch: perl
11001            ! pp.c
11002 ____________________________________________________________________________
11003 [  9572] By: jhi                                   on 2001/04/05  22:14:47
11004         Log: Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
11005              From: Robin Houston <robin@kitsite.com>
11006              Date: Thu, 5 Apr 2001 20:56:48 +0100
11007              Message-ID: <20010405205648.A16814@puffinry.freeserve.co.uk>
11008      Branch: perl
11009            ! ext/B/B/Deparse.pm
11010 ____________________________________________________________________________
11011 [  9571] By: jhi                                   on 2001/04/05  22:12:53
11012         Log: Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
11013              From: Robin Houston <robin@kitsite.com>
11014              Date: Thu, 5 Apr 2001 19:55:51 +0100
11015              Message-ID: <20010405195551.A16686@puffinry.freeserve.co.uk>
11016      Branch: perl
11017            ! ext/B/B/Deparse.pm
11018 ____________________________________________________________________________
11019 [  9570] By: jhi                                   on 2001/04/05  22:11:06
11020         Log: Subject: [PATCH B::Deparse] binmode is no longer an UNOP
11021              From: Robin Houston <robin@kitsite.com>
11022              Date: Thu, 5 Apr 2001 20:16:29 +0100
11023              Message-ID: <20010405201629.A16763@puffinry.freeserve.co.uk>
11024      Branch: perl
11025            ! ext/B/B/Deparse.pm
11026 ____________________________________________________________________________
11027 [  9569] By: nick                                  on 2001/04/05  21:32:26
11028         Log: Change sense from "incomplete" to "implemented but needs more work" in perlunicode.pod
11029      Branch: perlio
11030            ! pod/perlunicode.pod
11031 ____________________________________________________________________________
11032 [  9568] By: nick                                  on 2001/04/05  19:38:09
11033         Log: Integrate mainline
11034      Branch: perlio
11035           +> lib/Class/ISA.pm t/lib/class-isa.t t/lib/md5-align.t
11036           !> (integrate 35 files)
11037 ____________________________________________________________________________
11038 [  9567] By: jhi                                   on 2001/04/05  18:31:45
11039         Log: Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
11040              From: Robin Houston <robin@kitsite.com>
11041              Date: Thu, 5 Apr 2001 18:03:23 +0100
11042              Message-ID: <20010405180323.A16388@puffinry.freeserve.co.uk>
11043      Branch: perl
11044            ! ext/B/B/Deparse.pm
11045 ____________________________________________________________________________
11046 [  9566] By: jhi                                   on 2001/04/05  18:29:35
11047         Log: Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
11048              From: Robin Houston <robin@kitsite.com>
11049              Date: Thu, 5 Apr 2001 16:45:18 +0100
11050              Message-ID: <20010405164517.B16037@puffinry.freeserve.co.uk>
11051      Branch: perl
11052            ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
11053 ____________________________________________________________________________
11054 [  9565] By: jhi                                   on 2001/04/05  18:24:23
11055         Log: Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
11056              From: Robin Houston <robin@kitsite.com>
11057              Date: Thu, 5 Apr 2001 14:50:09 +0100
11058              Message-ID: <20010405145009.A15916@puffinry.freeserve.co.uk>
11059      Branch: perl
11060            ! ext/B/B/Deparse.pm
11061 ____________________________________________________________________________
11062 [  9564] By: jhi                                   on 2001/04/05  18:23:03
11063         Log: Subject: [PATCH B::*] print control-character vars readably
11064              From: Robin Houston <robin@kitsite.com>
11065              Date: Thu, 5 Apr 2001 14:27:38 +0100
11066              Message-ID: <20010405142738.A15855@puffinry.freeserve.co.uk>
11067              
11068              Needs EBCDICification.
11069      Branch: perl
11070            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Debug.pm
11071            ! ext/B/B/Terse.pm
11072 ____________________________________________________________________________
11073 [  9563] By: jhi                                   on 2001/04/05  18:20:32
11074         Log: Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
11075              Date: Thu, 5 Apr 2001 13:21:42 -0400
11076              From: Paul Schinder <schinder@pobox.com>
11077              Message-Id: <p05100900b6f25159e767@[10.0.1.52]>
11078              
11079              Mac OS X (Darwin) has extra pwent fields.
11080      Branch: perl
11081            ! t/op/pwent.t
11082 ____________________________________________________________________________
11083 [  9562] By: jhi                                   on 2001/04/05  17:57:51
11084         Log: Regen toc.
11085      Branch: perl
11086            ! pod/perltoc.pod
11087 ____________________________________________________________________________
11088 [  9561] By: jhi                                   on 2001/04/05  17:47:33
11089         Log: Metaconfig units changes for #9560, plus regen Glossary.patch.
11090      Branch: metaconfig
11091            ! U/Glossary.patch
11092      Branch: metaconfig/U/perl
11093            + d_u32align.U
11094            ! d_cmsghdr_s.U d_msghdr_s.U
11095 ____________________________________________________________________________
11096 [  9560] By: jhi                                   on 2001/04/05  17:47:01
11097         Log: Introduce d_u32align / U32_REQUIRES_ALIGNMENT, needed for
11098              ext/Digest/MD5/Makefile.PL and t/lib/md5-align.t.
11099              Introduce probes for struct msghdr, struct cmsghdr,
11100              sendmsg, recvmsg, readv, writev, setitimer, getitimer,
11101              ualarm, usleep, for possible later extension work.
11102      Branch: perl
11103            + t/lib/md5-align.t
11104            ! Configure MANIFEST Porting/Glossary Porting/config.sh
11105            ! Porting/config_H config_h.SH configure.com epoc/config.sh
11106            ! ext/Digest/MD5/Makefile.PL perl.h uconfig.h uconfig.sh
11107            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
11108            ! vos/config.ga.h win32/config.bc win32/config.gc
11109            ! win32/config.vc
11110 ____________________________________________________________________________
11111 [  9559] By: jhi                                   on 2001/04/05  13:03:04
11112         Log: Be traditional in your cpp (for the Errno extension).
11113      Branch: perl
11114            ! hints/darwin.sh
11115 ____________________________________________________________________________
11116 [  9558] By: jhi                                   on 2001/04/05  13:00:05
11117         Log: Add $Config{cppflags} to the gcc incantation.
11118      Branch: perl
11119            ! ext/Errno/Errno_pm.PL
11120 ____________________________________________________________________________
11121 [  9557] By: jhi                                   on 2001/04/05  04:22:39
11122         Log: Introduce Sean Burke's Class::ISA 0.32.
11123      Branch: perl
11124            + lib/Class/ISA.pm t/lib/class-isa.t
11125            ! MANIFEST
11126 ____________________________________________________________________________
11127 [  9556] By: jhi                                   on 2001/04/05  04:09:50
11128         Log: Subject: [PATCH AUTHORS] Housekeeping
11129              From: Paul Johnson <paul@pjcj.net> 
11130              Date: Wed, 4 Apr 2001 22:45:47 +0200
11131              Message-ID: <20010404224547.D9548@pjcj.net>
11132      Branch: perl
11133            ! AUTHORS
11134 ____________________________________________________________________________
11135 [  9555] By: jhi                                   on 2001/04/05  04:06:33
11136         Log: Subject: [PATCH] Base64 update to perlfaq9.pod
11137              From: Gisle Aas <gisle@ActiveState.com>
11138              Date: 04 Apr 2001 14:23:04 -0700
11139              Message-ID: <lrlmpg9x6v.fsf@caliper.ActiveState.com>
11140      Branch: perl
11141            ! pod/perlfaq9.pod
11142 ____________________________________________________________________________
11143 [  9554] By: jhi                                   on 2001/04/05  04:05:49
11144         Log: Downgrade also the "Wide character" diagnostic.
11145      Branch: perl
11146            ! pod/perldiag.pod
11147 ____________________________________________________________________________
11148 [  9553] By: jhi                                   on 2001/04/05  04:00:33
11149         Log: Integrate changes #9544,9547,9549(perlio),9550,9551 from
11150              maintperl into mainline.
11151              
11152              "double" should be "NV"; standard typemap is missing entry
11153              for NV
11154              
11155              s/djSP/dSP/
11156              
11157              Downgrade "Wide character in print" to a warning.
11158              
11159              B::Deparse fix for ${^FOO} and documentation for PVX() method
11160              (from Robin Houston)
11161              
11162              tr/// doesn't null-terminate the result in some situations
11163              (from Gisle Aas)
11164      Branch: perl
11165           !> doio.c doop.c ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
11166           !> ext/B/B/Deparse.pm ext/Thread/Thread.xs lib/ExtUtils/typemap
11167           !> t/io/utf8.t t/op/tr.t
11168 ____________________________________________________________________________
11169 [  9552] By: jhi                                   on 2001/04/05  03:52:50
11170         Log: Retract changes #9542 and #9538 (from maintperl, integrated
11171              at #9540), shouldn't be needed because of the perlio changes.
11172      Branch: perl
11173            ! util.c
11174 ____________________________________________________________________________
11175 [  9551] By: gsar                                  on 2001/04/05  00:18:34
11176         Log: tr/// doesn't null-terminate the result in some situations
11177              (from Gisle Aas)
11178      Branch: maint-5.6/perl
11179            ! doop.c t/op/tr.t
11180 ____________________________________________________________________________
11181 [  9550] By: gsar                                  on 2001/04/04  20:04:17
11182         Log: B::Deparse fix for ${^FOO} and documentation for PVX() method
11183              (from Robin Houston)
11184      Branch: maint-5.6/perl
11185            ! ext/B/B.pm ext/B/B/Deparse.pm
11186 ____________________________________________________________________________
11187 [  9549] By: nick                                  on 2001/04/04  18:56:15
11188         Log: Downgrade "Wide character in print" to a warning.
11189      Branch: perlio
11190            ! doio.c t/io/utf8.t
11191 ____________________________________________________________________________
11192 [  9548] By: gsar                                  on 2001/04/04  18:51:49
11193         Log: integrate changes#9460,9462,9482,9521,9522
11194              
11195              Subject: PATCH: B::Debug should show LOOP-specific fields
11196              
11197              Subject: B::Deparse precedence bug. (Patch included.)
11198              
11199              Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
11200              
11201              Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
11202              
11203              Subject: [PATCH B::Concise] padname values may have bogus SvCUR
11204      Branch: maint-5.6/perl
11205           !> ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Debug.pm
11206           !> ext/B/B/Deparse.pm ext/B/B/Showlex.pm
11207 ____________________________________________________________________________
11208 [  9547] By: gsar                                  on 2001/04/04  18:49:16
11209         Log: s/djSP/dSP/
11210      Branch: maint-5.6/perl
11211            ! ext/Thread/Thread.xs
11212 ____________________________________________________________________________
11213 [  9546] By: nick                                  on 2001/04/04  18:44:00
11214         Log: Integrate mainline.
11215      Branch: perlio
11216           !> Makefile.SH embed.pl ext/File/Glob/Glob.pm jpl/JNI/JNI.pm op.c
11217           !> os2/OS2/Process/Process.pm perl.c pod/perlapi.pod util.c
11218 ____________________________________________________________________________
11219 [  9545] By: gsar                                  on 2001/04/04  18:38:52
11220         Log: integrate change#8837 from mainline
11221              
11222              Subject: [patch] -Wall cleanup round 2
11223      Branch: maint-5.6/perl
11224           !> ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
11225           !> ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
11226           !> ext/File/Glob/Glob.xs ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs
11227           !> ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
11228           !> ext/SDBM_File/SDBM_File.xs
11229 ____________________________________________________________________________
11230 [  9544] By: gsar                                  on 2001/04/04  17:49:57
11231         Log: "double" should be "NV"; standard typemap is missing entry
11232              for NV
11233      Branch: maint-5.6/perl
11234            ! ext/B/B.xs ext/B/B/C.pm lib/ExtUtils/typemap
11235 ____________________________________________________________________________
11236 [  9543] By: jhi                                   on 2001/04/04  14:13:18
11237         Log: Thou shalt not (just) match for English error messages.
11238      Branch: perl
11239            ! ext/File/Glob/Glob.pm jpl/JNI/JNI.pm
11240            ! os2/OS2/Process/Process.pm
11241 ____________________________________________________________________________
11242 [  9542] By: jhi                                   on 2001/04/04  13:20:39
11243         Log: Make the stdio tricks of fflush_all() to exist only if
11244              stdio is being used.
11245      Branch: perl
11246            ! util.c
11247 ____________________________________________________________________________
11248 [  9541] By: jhi                                   on 2001/04/04  04:20:24
11249         Log: Subject: Re: [PATCH] Lighten up glob
11250              From: Benjamin Sugars <bsugars@canoe.ca>
11251              Date: Tue, 3 Apr 2001 17:03:48 -0400 (EDT)
11252              Message-ID: <Pine.LNX.4.21.0104031700340.2143-100000@marmot.rim.canoe.ca>
11253      Branch: perl
11254            ! embed.pl ext/File/Glob/Glob.pm op.c perl.c pod/perlapi.pod
11255            ! util.c
11256 ____________________________________________________________________________
11257 [  9540] By: jhi                                   on 2001/04/04  04:03:57
11258         Log: Integrate changes #9538,9539 from maintperl into mainline.
11259              
11260              fflush() is a macro on SunOS 4.1.x, so provide a wrapper
11261              for use with _fwalk() (fix for change#7705)
11262              
11263              another tweak needed for SunOS 4.1.x build (from Mike Guy)
11264              (cp -f is not portable)
11265      Branch: perl
11266           !> Makefile.SH util.c
11267 ____________________________________________________________________________
11268 [  9539] By: gsar                                  on 2001/04/04  03:01:14
11269         Log: another tweak needed for SunOS 4.1.x build (from Mike Guy)
11270      Branch: maint-5.6/perl
11271            ! Makefile.SH
11272 ____________________________________________________________________________
11273 [  9538] By: gsar                                  on 2001/04/04  01:00:38
11274         Log: fflush() is a macro on SunOS 4.1.x, so provide a wrapper
11275              for use with _fwalk() (fix for change#7705)
11276      Branch: maint-5.6/perl
11277            ! util.c
11278 ____________________________________________________________________________
11279 [  9537] By: nick                                  on 2001/04/03  19:24:55
11280         Log: Integrate mainline
11281      Branch: perlio
11282           +> ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL lib/unicode/NamesList.txt
11283           +> lib/unicode/PropList.html
11284            - lib/unicode/Names.txt lib/unicode/README.Ethiopic
11285           !> (integrate 69 files)
11286 ____________________________________________________________________________
11287 [  9536] By: jhi                                   on 2001/04/03  18:02:31
11288         Log: Integrate change #9533 from maintperl into mainline.
11289              
11290              better fix for change#9517 to accomodate UNC paths like
11291              \\server\share\foo, and paths with trailing backslash
11292              like c:\this\
11293      Branch: perl
11294           !> utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
11295 ____________________________________________________________________________
11296 [  9535] By: jhi                                   on 2001/04/03  17:58:07
11297         Log: Change the push/unshift warning to be of class syntax, not misc.
11298      Branch: perl
11299            ! op.c pod/perldiag.pod t/pragma/warn/op
11300 ____________________________________________________________________________
11301 [  9534] By: jhi                                   on 2001/04/03  15:03:46
11302         Log: Change the push/unshift warning (#9532) to talk about "no values"
11303              instead of "no arguments".
11304      Branch: perl
11305            ! op.c pod/perldiag.pod t/pragma/warn/op
11306 ____________________________________________________________________________
11307 [  9533] By: gsar                                  on 2001/04/03  14:30:07
11308         Log: better fix for change#9517 to accomodate UNC paths like
11309              \\server\share\foo, and paths with trailing backslash
11310              like c:\this\
11311      Branch: maint-5.6/perl
11312            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
11313 ____________________________________________________________________________
11314 [  9532] By: jhi                                   on 2001/04/03  13:11:46
11315         Log: Subject: Re: [ID 20010331.003] new misc warning for push(@x), unshift(@x)
11316              From: Robin Houston <robin@kitsite.com>
11317              Date: Mon, 2 Apr 2001 15:03:29 +0100
11318              Message-ID: <20010402150329.A6636@puffinry.freeserve.co.uk>
11319      Branch: perl
11320            ! op.c pod/perldiag.pod t/lib/db-recno.t t/pragma/warn/op
11321 ____________________________________________________________________________
11322 [  9531] By: jhi                                   on 2001/04/03  13:06:34
11323         Log: Integrate change #9530 from maintperl into mainline.
11324              
11325              accomodate VMS "mailbox overflow" quirk in testsuite (from
11326              Craig Berry)
11327      Branch: perl
11328           !> t/lib/socket.t
11329 ____________________________________________________________________________
11330 [  9530] By: gsar                                  on 2001/04/03  04:56:41
11331         Log: accomodate VMS "mailbox overflow" quirk in testsuite (from
11332              Craig Berry)
11333      Branch: maint-5.6/perl
11334            ! t/lib/socket.t
11335 ____________________________________________________________________________
11336 [  9529] By: jhi                                   on 2001/04/03  02:34:34
11337         Log: Update Changes.
11338      Branch: perl
11339            ! Changes patchlevel.h
11340 ____________________________________________________________________________
11341 [  9528] By: jhi                                   on 2001/04/03  01:27:57
11342         Log: Subject: [PATCH: 9508] perlfaq3: extend the silly long list even further
11343              Date: Mon, 2 Apr 2001 18:24:53 -0700 (PDT)
11344              To: perl5-porters@perl.org
11345              Message-ID: <Pine.OSF.4.10.10104021823330.279908-100000@aspara.forte.com>
11346      Branch: perl
11347            ! pod/perlfaq3.pod
11348 ____________________________________________________________________________
11349 [  9527] By: jhi                                   on 2001/04/03  01:22:09
11350         Log: Subject: [PATCH: 9508] build && test XS::Typemap on VMS, glob-basic insensitivity training
11351              From: Peter Prymmer <pvhp@forte.com>
11352              Date: Mon, 2 Apr 2001 17:40:27 -0700 (PDT)
11353              Message-ID: <Pine.OSF.4.10.10104021727250.278825-100000@aspara.forte.com>      
11354      Branch: perl
11355            ! configure.com t/lib/glob-basic.t t/lib/xs-typemap.t
11356 ____________________________________________________________________________
11357 [  9526] By: jhi                                   on 2001/04/03  01:18:25
11358         Log: The metaconfig unit changes for #9525.
11359      Branch: metaconfig
11360            ! U/a_dvisory/quadtype.U U/modified/mallocsrc.U
11361      Branch: metaconfig/U/perl
11362            ! use64bits.U
11363 ____________________________________________________________________________
11364 [  9525] By: jhi                                   on 2001/04/03  01:17:30
11365         Log: Configure sanity checks:
11366              * if use64bitall is attempted but pointers are only 32-bit,
11367              'downgrade' to use64bitint
11368              * if use64bitint is attempted but there's no quad type,
11369              forget about use64bitint (well, the default for it is 'n',
11370              the user can still override this)
11371              * if pointers are 64 bits, do not try to use Perl's malloc
11372      Branch: perl
11373            ! Configure
11374 ____________________________________________________________________________
11375 [  9524] By: gsar                                  on 2001/04/03  01:09:12
11376         Log: EPOC fix for lib/io_udp.t failure (from Olaf Flebbe)
11377      Branch: maint-5.6/perl
11378            ! pp_sys.c
11379 ____________________________________________________________________________
11380 [  9523] By: jhi                                   on 2001/04/03  00:02:31
11381         Log: (Retracted by #9609)
11382              
11383              Make it harder for parallel makes to enter 'test' before
11384              Dynaloader and File::Glob are happy.  (In principle 'make_ext'
11385              should be unhappy enough, but sometimes parallel makes seem
11386              to sneak past both in Tru64 and AIX.)
11387      Branch: perl
11388            ! Makefile.SH
11389 ____________________________________________________________________________
11390 [  9522] By: jhi                                   on 2001/04/02  22:35:31
11391         Log: Subject: [PATCH B::Concise] padname values may have bogus SvCUR
11392              Date: Mon, 2 Apr 2001 22:54:10 +0100
11393              From: Robin Houston <robin@kitsite.com>
11394              Message-ID: <20010402225410.A8273@puffinry.freeserve.co.uk>
11395      Branch: perl
11396            ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Showlex.pm
11397 ____________________________________________________________________________
11398 [  9521] By: jhi                                   on 2001/04/02  22:32:23
11399         Log: Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
11400              From: Robin Houston <robin@kitsite.com>
11401              Date: Mon, 2 Apr 2001 20:24:03 +0100
11402              Message-ID: <20010402202402.A8005@puffinry.freeserve.co.uk>
11403      Branch: perl
11404            ! ext/B/B/Concise.pm
11405 ____________________________________________________________________________
11406 [  9520] By: jhi                                   on 2001/04/02  22:30:43
11407         Log: Subject: [PATCH] REALLY pedantic hv.h nit
11408              From: Simon Cozens <simon@netthink.co.uk>
11409              Date: Mon, 2 Apr 2001 15:43:06 +0100
11410              Message-ID: <20010402154306.A21711@netthink.co.uk>
11411      Branch: perl
11412            ! hv.h
11413 ____________________________________________________________________________
11414 [  9519] By: jhi                                   on 2001/04/02  22:28:04
11415         Log: Based on
11416              
11417              Subject: [foolperl] EPOC fix
11418              From: Olaf Flebbe <O.Flebbe@science-computing.de>
11419              Date: Mon, 2 Apr 2001 23:36:51 +0200 (CEST)
11420              Message-ID: <Pine.LNX.4.02.10104022335380.5547-100000@milkyway.science-computing.de>
11421      Branch: perl
11422            ! pp_sys.c
11423 ____________________________________________________________________________
11424 [  9518] By: jhi                                   on 2001/04/02  22:22:34
11425         Log: Integrate changes #9511,9514,9517 from maintperl into mainline.
11426              
11427              README.win32 tweaks; add a note about alternative location for
11428              getting a gcc-2.95.2 that will build perl properly on windows
11429              
11430              add some notes about gutsy threading matters
11431              
11432              many of the utilities interpolate literal paths within doublequotes
11433              (fails on dosish platforms where path contains backslashes)
11434      Branch: perl
11435           !> README.win32 pod/perlguts.pod utils/perldoc.PL
11436           !> x2p/find2perl.PL x2p/s2p.PL
11437 ____________________________________________________________________________
11438 [  9517] By: gsar                                  on 2001/04/02  19:52:21
11439         Log: many of the utilities interpolate literal paths within doublequotes
11440              (fails on dosish platforms where path contains backslashes)
11441      Branch: maint-5.6/perl
11442            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
11443 ____________________________________________________________________________
11444 [  9516] By: gsar                                  on 2001/04/02  05:49:37
11445         Log: a foolish release
11446      Branch: maint-5.6/perl
11447            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
11448            ! pod/perltoc.pod
11449 ____________________________________________________________________________
11450 [  9515] By: gsar                                  on 2001/04/02  05:04:29
11451         Log: add missing changelog summaries
11452      Branch: maint-5.6/perl
11453            ! Changes
11454 ____________________________________________________________________________
11455 [  9514] By: gsar                                  on 2001/04/02  04:07:13
11456         Log: add some notes about gutsy threading matters
11457      Branch: maint-5.6/perl
11458            ! pod/perlguts.pod
11459 ____________________________________________________________________________
11460 [  9513] By: gsar                                  on 2001/04/02  03:25:21
11461         Log: add more prominent caveat notices about experimental features
11462      Branch: maint-5.6/perl
11463            ! pod/perlfork.pod pod/perlunicode.pod
11464 ____________________________________________________________________________
11465 [  9512] By: gsar                                  on 2001/04/02  02:54:33
11466         Log: integrate changes#9479,9509 from mainline
11467              
11468              [PATCH] File::Glob stuff for Mac OS
11469              
11470              [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
11471      Branch: maint-5.6/perl
11472           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
11473           !> t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
11474           !> t/lib/glob-taint.t
11475 ____________________________________________________________________________
11476 [  9511] By: gsar                                  on 2001/04/02  02:38:24
11477         Log: README.win32 tweaks; add a note about alternative location for
11478              getting a gcc-2.95.2 that will build perl properly on windows
11479      Branch: maint-5.6/perl
11480            ! README.win32
11481 ____________________________________________________________________________
11482 [  9510] By: jhi                                   on 2001/04/01  20:45:10
11483         Log: An ambiguosity warning.
11484      Branch: perl
11485            ! t/lib/trig.t
11486 ____________________________________________________________________________
11487 [  9509] By: jhi                                   on 2001/04/01  19:53:47
11488         Log: Subject: [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
11489              From: Jonathan Stowe <gellyfish@gellyfish.com>
11490              Date: Sun, 1 Apr 2001 10:04:55 +0100 (BST)
11491              Message-ID: <Pine.LNX.4.30.0104010958250.7703-100000@orpheus.gellyfish.com>
11492      Branch: perl
11493            ! ext/File/Glob/bsd_glob.c
11494 ____________________________________________________________________________
11495 [  9508] By: jhi                                   on 2001/04/01  19:35:03
11496         Log: Update Changes.
11497      Branch: perl
11498            ! Changes patchlevel.h
11499 ____________________________________________________________________________
11500 [  9507] By: jhi                                   on 2001/04/01  19:24:01
11501         Log: Integrate changes #9378,9458,9469,9475,9489,9490,9505,9506
11502              from mainline to maintperl: pod tweaks.
11503      Branch: maint-5.6/perl
11504           !> pod/perldebug.pod pod/perldiag.pod pod/perlfaq1.pod
11505           !> pod/perlguts.pod pod/perlhack.pod pod/perlop.pod
11506           !> pod/perlvar.pod
11507 ____________________________________________________________________________
11508 [  9506] By: jhi                                   on 2001/04/01  19:11:53
11509         Log: Commit Sarathy to April release of 5.6.1 :-)
11510      Branch: perl
11511            ! pod/perlfaq1.pod
11512 ____________________________________________________________________________
11513 [  9505] By: jhi                                   on 2001/04/01  19:03:15
11514         Log: Subject: PATCH 5.6.0 (perldebug.pod)
11515              From: Mark-Jason Dominus <mjd@plover.com>
11516              Date: Sun, 01 Apr 2001 14:25:11 -0400
11517              Message-ID: <20010401182511.9247.qmail@plover.com>
11518      Branch: perl
11519            ! pod/perldebug.pod
11520 ____________________________________________________________________________
11521 [  9504] By: jhi                                   on 2001/04/01  18:43:09
11522         Log: Add great_circle_direction().
11523      Branch: perl
11524            ! lib/Math/Trig.pm t/lib/trig.t
11525 ____________________________________________________________________________
11526 [  9503] By: jhi                                   on 2001/04/01  17:29:12
11527         Log: Unicode ReadMe update for Unicode 3.1.
11528      Branch: perl
11529            ! lib/unicode/ReadMe.txt
11530 ____________________________________________________________________________
11531 [  9502] By: jhi                                   on 2001/04/01  17:18:40
11532         Log: Integrate change #9501 from maintperl into mainline.
11533              
11534              fix the perlembed notes on multiple interpreters
11535              
11536              fix ExtUtils::Embed to work passably on Windows
11537      Branch: perl
11538           !> lib/ExtUtils/Embed.pm pod/perlembed.pod
11539 ____________________________________________________________________________
11540 [  9501] By: gsar                                  on 2001/04/01  07:21:57
11541         Log: fix the perlembed notes on multiple interpreters
11542              
11543              fix ExtUtils::Embed to work passably on Windows
11544      Branch: maint-5.6/perl
11545            ! lib/ExtUtils/Embed.pm pod/perlembed.pod
11546 ____________________________________________________________________________
11547 [  9500] By: jhi                                   on 2001/04/01  05:58:23
11548         Log: Test for #9499.
11549      Branch: perl
11550            ! t/op/tr.t
11551 ____________________________________________________________________________
11552 [  9499] By: jhi                                   on 2001/04/01  05:55:46
11553         Log: tr/// UTF-8 tweaking from Inaba Hiroto.
11554      Branch: perl
11555            ! embed.h embed.pl op.c proto.h
11556 ____________________________________________________________________________
11557 [  9498] By: jhi                                   on 2001/04/01  05:44:34
11558         Log: Protect the workaround hunk more.
11559      Branch: perl
11560            ! toke.c
11561 ____________________________________________________________________________
11562 [  9497] By: jhi                                   on 2001/04/01  00:24:25
11563         Log: Integrate changes #9493,9494,9495,9496 from maintperl
11564              into mainline.
11565              
11566              fix a broken workaround for Borland compiler in change#4739
11567              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
11568              
11569              nits spotted by Borland compiler
11570              
11571              avoid redefinition warnings under Borland 5.02
11572              
11573              various nits identified by the Borland 5.5 compiler; remove suppression
11574              of a few warnings
11575      Branch: perl
11576           !> ext/File/Glob/bsd_glob.c sv.c toke.c utf8.h win32/makefile.mk
11577           !> win32/win32.h
11578 ____________________________________________________________________________
11579 [  9496] By: gsar                                  on 2001/03/31  23:22:28
11580         Log: various nits identified by the Borland 5.5 compiler; remove suppression
11581              of a few warnings
11582      Branch: maint-5.6/perl
11583            ! ext/File/Glob/bsd_glob.c sv.c win32/win32.h
11584 ____________________________________________________________________________
11585 [  9495] By: gsar                                  on 2001/03/31  21:03:08
11586         Log: avoid redefinition warnings under Borland 5.02
11587      Branch: maint-5.6/perl
11588            ! win32/makefile.mk
11589 ____________________________________________________________________________
11590 [  9494] By: gsar                                  on 2001/03/31  20:18:59
11591         Log: nits spotted by Borland compiler
11592      Branch: maint-5.6/perl
11593            ! utf8.h win32/win32.h
11594 ____________________________________________________________________________
11595 [  9493] By: gsar                                  on 2001/03/31  20:18:05
11596         Log: fix a broken workaround for Borland compiler in change#4739
11597              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
11598      Branch: maint-5.6/perl
11599            ! toke.c
11600 ____________________________________________________________________________
11601 [  9492] By: jhi                                   on 2001/03/31  18:36:24
11602         Log: Integrate change #9491 from maintperl into mainline.
11603              
11604              Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
11605              directory is relative (need to fetch the full path name *before*
11606              the chdir!)
11607      Branch: perl
11608           !> lib/Cwd.pm
11609 ____________________________________________________________________________
11610 [  9491] By: gsar                                  on 2001/03/31  17:01:56
11611         Log: Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
11612              directory is relative (need to fetch the full path name *before*
11613              the chdir!)
11614              
11615              this is a followup patch for change#6749
11616      Branch: maint-5.6/perl
11617            ! lib/Cwd.pm
11618 ____________________________________________________________________________
11619 [  9490] By: jhi                                   on 2001/03/31  15:50:18
11620         Log: Subject: Re: [PATCH] av.h cosmetics
11621              From: Simon Cozens <simon@netthink.co.uk>
11622              Date: Sat, 31 Mar 2001 13:09:59 +0100
11623              Message-ID: <20010331130959.A22000@netthink.co.uk>
11624              
11625              Document AvALLOC.
11626      Branch: perl
11627            ! pod/perlguts.pod
11628 ____________________________________________________________________________
11629 [  9489] By: jhi                                   on 2001/03/31  15:48:44
11630         Log: Subject: [PATCH] Re: Math::Big* v1.21
11631              From: Tels <perl_dummy@bloodgate.com>
11632              Date: Sat, 31 Mar 2001 13:21:05 +0200 (CEST)
11633              Message-Id: <200103311125.GAA377738@www08.hway.net>
11634      Branch: perl
11635            ! pod/perlop.pod
11636 ____________________________________________________________________________
11637 [  9488] By: jhi                                   on 2001/03/31  03:39:51
11638         Log: Debug output tweak.
11639      Branch: perl
11640            ! t/lib/cwd.t
11641 ____________________________________________________________________________
11642 [  9487] By: jhi                                   on 2001/03/31  03:33:02
11643         Log: OverVMSification.
11644      Branch: perl
11645            ! t/lib/cwd.t
11646 ____________________________________________________________________________
11647 [  9486] By: jhi                                   on 2001/03/31  03:01:40
11648         Log: Missed MANIFESTations in #9483.
11649      Branch: perl
11650            ! MANIFEST
11651 ____________________________________________________________________________
11652 [  9485] By: jhi                                   on 2001/03/31  02:58:17
11653         Log: Subject: Not OK: perl v5.7.0 +DEVEL9472 on VMS_AXP V7.1 (UNINSTALLED)
11654              From: Peter Prymmer <pvhp@forte.com>
11655              Date: Fri, 30 Mar 2001 18:06:36 -0800 (PST)
11656              Message-ID: <Pine.OSF.4.10.10103301805450.63762-100000@aspara.forte.com>
11657      Branch: perl
11658            ! regexec.c t/lib/cwd.t
11659 ____________________________________________________________________________
11660 [  9484] By: jhi                                   on 2001/03/31  01:04:41
11661         Log: Obsolete file (see #3938)
11662      Branch: perl
11663            - lib/unicode/README.Ethiopic
11664            ! MANIFEST
11665 ____________________________________________________________________________
11666 [  9483] By: jhi                                   on 2001/03/31  00:52:42
11667         Log: Update to Unicode 3.1.
11668              (Rename Names.txt to NamesList.txt.)
11669      Branch: perl
11670            + lib/unicode/NamesList.txt lib/unicode/PropList.html
11671            - lib/unicode/Names.txt
11672            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
11673            ! lib/unicode/Is/LbrkBA.pl lib/unicode/Is/LbrkBB.pl
11674            ! lib/unicode/Is/LbrkID.pl lib/unicode/Is/LbrkSG.pl
11675            ! lib/unicode/LineBrk.txt lib/unicode/NamesList.html
11676            ! lib/unicode/UCD.html lib/unicode/Unicode.html
11677            ! lib/unicode/rename lib/unicode/version
11678 ____________________________________________________________________________
11679 [  9482] By: jhi                                   on 2001/03/30  23:33:44
11680         Log: Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
11681              From: Robin Houston <robin@kitsite.com>
11682              Date: Fri, 30 Mar 2001 20:07:22 +0100
11683              Message-ID: <20010330200722.A2010@puffinry.freeserve.co.uk>
11684      Branch: perl
11685            ! ext/B/B/Deparse.pm
11686 ____________________________________________________________________________
11687 [  9481] By: jhi                                   on 2001/03/30  23:20:25
11688         Log: Subject: Re: [PATCH] CwdXS, Take 2
11689              From: Benjamin Sugars <bsugars@canoe.ca>
11690              Date: Fri, 30 Mar 2001 14:08:51 -0500 (EST)
11691              Message-ID: <Pine.LNX.4.21.0103301357490.1927-100000@marmot.rim.canoe.ca>
11692      Branch: perl
11693            + ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL
11694            ! MANIFEST lib/Cwd.pm t/lib/cwd.t
11695 ____________________________________________________________________________
11696 [  9480] By: jhi                                   on 2001/03/30  22:52:38
11697         Log: Subject: [ID 20010330.006] incorrect WARNING from installperl "You've never run 'make test' or some tests failed!"
11698              From: David Dyck <dcd@tc.fluke.com>
11699              Date: Fri, 30 Mar 2001 14:44:13 -0800
11700              Message-Id: <200103302244.OAA12204@dd.tc.fluke.com>
11701              
11702              The t/rantests flags file creation was accidentally
11703              removed by #9217.
11704      Branch: perl
11705            ! Makefile.SH
11706 ____________________________________________________________________________
11707 [  9479] By: jhi                                   on 2001/03/30  22:45:45
11708         Log: Subject: [PATCH] File::Glob stuff for Mac OS
11709              From: Chris Nandor <pudge@pobox.com>
11710              Date: Fri, 30 Mar 2001 16:51:00 -0500
11711              Message-Id: <p05010400b6eaab36051c@[10.0.1.177]>
11712      Branch: perl
11713            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
11714            ! t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
11715            ! t/lib/glob-taint.t
11716 ____________________________________________________________________________
11717 [  9478] By: jhi                                   on 2001/03/30  22:43:12
11718         Log: Subject: fix for win32/buildext.pl
11719              From: "Vadim Konovalov" <watman@inbox.ru>
11720              Date: Sat, 31 Mar 2001 00:50:36 +0400
11721              Message-ID: <005b01c0b95c$ac277250$7542983e@vad>
11722      Branch: perl
11723            ! win32/buildext.pl
11724 ____________________________________________________________________________
11725 [  9477] By: jhi                                   on 2001/03/30  22:41:16
11726         Log: Subject: small base.pm doc patch
11727              From: Leon Brocard <acme@astray.com>
11728              Date: Fri, 30 Mar 2001 21:49:57 +0100
11729              Message-ID: <20010330214957.B8733@ns0.astray.com>
11730      Branch: perl
11731            ! lib/base.pm
11732 ____________________________________________________________________________
11733 [  9476] By: jhi                                   on 2001/03/30  18:16:57
11734         Log: Subject: [PATCH] av.h cosmetics
11735              From: Simon Cozens <simon@netthink.co.uk>
11736              Date: Fri, 30 Mar 2001 18:12:28 +0100
11737              Message-ID: <20010330181228.A9319@netthink.co.uk>
11738      Branch: perl
11739            ! av.h
11740 ____________________________________________________________________________
11741 [  9475] By: jhi                                   on 2001/03/30  18:15:50
11742         Log: Subject: [DOC PATCH bleadperl] Two nits in perlhack.pod
11743              From: "Philip Newton" <pnewton@gmx.de>
11744              Date: Fri, 30 Mar 2001 19:06:57 +0200
11745              Message-ID: <3AC4D951.14815.1AC7068@localhost>
11746      Branch: perl
11747            ! pod/perlhack.pod
11748 ____________________________________________________________________________
11749 [  9474] By: jhi                                   on 2001/03/30  18:14:02
11750         Log: Subject: [PATCH] glob-basic.t (Was: [ID 20010328.016])
11751              From: Benjamin Sugars <bsugars@canoe.ca>
11752              Date: Fri, 30 Mar 2001 11:04:35 -0500 (EST)
11753              Message-ID: <Pine.LNX.4.21.0103301045130.1927-100000@marmot.rim.canoe.ca>
11754      Branch: perl
11755            ! t/lib/glob-basic.t
11756 ____________________________________________________________________________
11757 [  9473] By: jhi                                   on 2001/03/30  16:09:24
11758         Log: Update Changes.
11759      Branch: perl
11760            ! Changes patchlevel.h
11761 ____________________________________________________________________________
11762 [  9472] By: jhi                                   on 2001/03/30  15:16:08
11763         Log: Integrate perlio.
11764      Branch: perl
11765           !> t/lib/cwd.t t/lib/glob-basic.t
11766 ____________________________________________________________________________
11767 [  9471] By: nick                                  on 2001/03/30  14:47:10
11768         Log: Should be (^O eq 'MSWin32') not 'Win32'
11769              Fail #12 seems real - chdir is in wrong dir.
11770      Branch: perlio
11771            ! t/lib/cwd.t
11772 ____________________________________________________________________________
11773 [  9470] By: jhi                                   on 2001/03/30  14:41:11
11774         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
11775              From: Radu Greab <radu@netsoft.ro>
11776              Date: Fri, 30 Mar 2001 15:09:06 +0300 (EEST)
11777              Message-ID: <15044.30562.566390.559726@ix.netsoft.ro>
11778              
11779              Replace #9352.
11780      Branch: perl
11781            ! ext/Socket/Socket.xs pp_sys.c
11782 ____________________________________________________________________________
11783 [  9469] By: jhi                                   on 2001/03/30  14:37:51
11784         Log: Subject: PATCH pod/perldiag.pod
11785              From: Robin Houston <robin@kitsite.com>
11786              Date: Fri, 30 Mar 2001 14:10:36 +0100
11787              Message-ID: <20010330141036.A1105@puffinry.freeserve.co.uk>
11788      Branch: perl
11789            ! pod/perldiag.pod t/lib/glob-basic.t
11790 ____________________________________________________________________________
11791 [  9468] By: jhi                                   on 2001/03/30  14:36:36
11792         Log: Subject: Better diagnostic in io/fs.t
11793              From: andreas.koenig@anima.de (Andreas J. Koenig)
11794              Date: 30 Mar 2001 10:11:43 +0200
11795              Message-ID: <m3hf0boev4.fsf@ak-71.mind.de>
11796      Branch: perl
11797            ! t/io/fs.t
11798 ____________________________________________________________________________
11799 [  9467] By: nick                                  on 2001/03/30  14:25:43
11800         Log: Skip order test of glob if case-ignoring system cannot 
11801              create a.test and A.test
11802      Branch: perlio
11803            ! t/lib/glob-basic.t
11804 ____________________________________________________________________________
11805 [  9466] By: nick                                  on 2001/03/30  13:03:12
11806         Log: Integrate mainline.
11807      Branch: perlio
11808            - ext/re/hints/aix.pl
11809           !> MANIFEST ext/B/B/Debug.pm ext/B/B/Deparse.pm
11810           !> lib/ExtUtils/MM_VMS.pm op.c pod/perlop.pod t/comp/require.t
11811           !> t/io/utf8.t t/lib/b.t t/lib/digest.t t/lib/glob-basic.t
11812           !> t/lib/io_multihomed.t t/lib/io_sock.t t/lib/md5-file.t
11813 ____________________________________________________________________________
11814 [  9465] By: jhi                                   on 2001/03/30  03:53:37
11815         Log: Add timeouts to the tests.  (In AIX 4.3.1.0 + vac 5.0.0.0
11816              the tests sometimes hang, sometimes not.)
11817      Branch: perl
11818            ! t/lib/io_multihomed.t t/lib/io_sock.t
11819 ____________________________________________________________________________
11820 [  9464] By: jhi                                   on 2001/03/30  02:56:04
11821         Log: Subject: [PATCH @9452] Better peep()ing for foreach() loops
11822              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
11823              Date: Thu, 29 Mar 2001 18:50:45 -0800 (PST)
11824              Message-ID: <15043.62129.253487.470281@soda.csua.berkeley.edu>
11825      Branch: perl
11826            ! op.c
11827 ____________________________________________________________________________
11828 [  9463] By: jhi                                   on 2001/03/30  02:34:48
11829         Log: Test for #9462.
11830      Branch: perl
11831            ! t/lib/b.t
11832 ____________________________________________________________________________
11833 [  9462] By: jhi                                   on 2001/03/30  02:29:37
11834         Log: Subject: B::Deparse precedence bug. (Patch included.)
11835              From: Jeremy Madea <jmadea@inktomi.com>
11836              Date: Thu, 29 Mar 2001 12:05:02 -0800
11837              Message-ID: <20010329120502.A24881@dr.inktomi.com>
11838      Branch: perl
11839            ! ext/B/B/Deparse.pm
11840 ____________________________________________________________________________
11841 [  9461] By: jhi                                   on 2001/03/30  02:18:41
11842         Log: Subject: [PATCH: 9452] more tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
11843              From: Peter Prymmer <pvhp@forte.com>
11844              Date: Thu, 29 Mar 2001 18:01:18 -0800 (PST)
11845              Message-ID: <Pine.OSF.4.10.10103291731150.1326-100000@aspara.forte.com>
11846      Branch: perl
11847            ! t/comp/require.t t/io/utf8.t t/lib/digest.t t/lib/glob-basic.t
11848            ! t/lib/md5-file.t
11849 ____________________________________________________________________________
11850 [  9460] By: jhi                                   on 2001/03/30  02:17:07
11851         Log: Subject: PATCH: B::Debug should show LOOP-specific fields
11852              From: Robin Houston <robin@kitsite.com>
11853              Date: Thu, 29 Mar 2001 20:47:56 +0100
11854              Message-ID: <20010329204756.A32042@puffinry.freeserve.co.uk>
11855      Branch: perl
11856            ! ext/B/B/Debug.pm
11857 ____________________________________________________________________________
11858 [  9459] By: jhi                                   on 2001/03/30  02:16:05
11859         Log: Subject: [PATCH perl@9424] further MM_VMS.pm tweak
11860              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
11861              Date: Wed, 28 Mar 2001 18:02:20 -0600
11862              Message-Id: <5.0.2.1.0.20010328172535.017d5600@exchi01>
11863      Branch: perl
11864            ! lib/ExtUtils/MM_VMS.pm
11865 ____________________________________________________________________________
11866 [  9458] By: jhi                                   on 2001/03/30  02:07:58
11867         Log: Subject: [ID 20010328.013] Misspelling in perlop(1p) manual page
11868              From: "Joshua E. Rodd" <jrodd@pbs.org>
11869              Date: Wed, 28 Mar 2001 17:29:12 -0500
11870              Message-Id: <E14iORE-0000ZV-00@shaggy.pbs.org>
11871      Branch: perl
11872            ! pod/perlop.pod
11873 ____________________________________________________________________________
11874 [  9457] By: jhi                                   on 2001/03/30  02:04:33
11875         Log: Subject: ext/re/aix.pl can go
11876              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
11877              Date: Thu, 29 Mar 2001 12:03:28 +0200
11878              Message-Id: <20010329120132.7C3B.H.M.BRAND@hccnet.nl>
11879      Branch: perl
11880            - ext/re/hints/aix.pl
11881            ! MANIFEST
11882 ____________________________________________________________________________
11883 [  9456] By: jhi                                   on 2001/03/30  02:03:32
11884         Log: Integrate perlio.
11885      Branch: perl
11886           !> ext/Encode/Encode.xs installperl
11887 ____________________________________________________________________________
11888 [  9455] By: nick                                  on 2001/03/29  21:11:46
11889         Log: DLL name has changed so installperl needs to know
11890              (Why isn't it working it out or passed it?)
11891      Branch: perlio
11892            ! installperl
11893 ____________________________________________________________________________
11894 [  9454] By: nick                                  on 2001/03/29  20:56:12
11895         Log: Change Encode's check arguments to 'bool' so SvTRUE gets used
11896              and we don't get undef warnings.
11897      Branch: perlio
11898            ! ext/Encode/Encode.xs
11899 ____________________________________________________________________________
11900 [  9453] By: nick                                  on 2001/03/29  17:58:48
11901         Log: Integrate mainline
11902      Branch: perlio
11903           !> Changes patchlevel.h
11904 ____________________________________________________________________________
11905 [  9452] By: jhi                                   on 2001/03/29  16:44:55
11906         Log: Update Changes.
11907      Branch: perl
11908            ! Changes patchlevel.h
11909 ____________________________________________________________________________
11910 [  9451] By: nick                                  on 2001/03/29  16:31:38
11911         Log: Integrate mainline
11912      Branch: perlio
11913           !> Changes Makefile.SH dump.c ext/Data/Dumper/Dumper.xs
11914           !> ext/Encode/Encode.xs ext/Storable/Storable.xs
11915           !> lib/ExtUtils/typemap patchlevel.h pod/perlhack.pod
11916           !> pod/perliol.pod t/lib/charnames.t t/lib/cwd.t t/op/bop.t
11917           !> t/op/vec.t t/op/ver.t toke.c utils/h2xs.PL
11918 ____________________________________________________________________________
11919 [  9450] By: jhi                                   on 2001/03/29  16:29:17
11920         Log: Integrate perlio.
11921      Branch: perl
11922           !> win32/buildext.pl
11923 ____________________________________________________________________________
11924 [  9449] By: jhi                                   on 2001/03/29  15:50:01
11925         Log: Update Changes.
11926      Branch: perl
11927            ! Changes patchlevel.h
11928 ____________________________________________________________________________
11929 [  9448] By: nick                                  on 2001/03/29  15:47:15
11930         Log: Make sure buildext.pl finds Errno.pm
11931      Branch: perlio
11932            ! win32/buildext.pl
11933 ____________________________________________________________________________
11934 [  9447] By: jhi                                   on 2001/03/29  15:39:34
11935         Log: Integrate perlio.
11936      Branch: perl
11937           !> win32/makefile.mk
11938 ____________________________________________________________________________
11939 [  9446] By: nick                                  on 2001/03/29  15:30:03
11940         Log: Integrate win32/makefile.mk with mainline.
11941      Branch: perlio
11942           !> win32/makefile.mk
11943 ____________________________________________________________________________
11944 [  9445] By: nick                                  on 2001/03/29  15:27:32
11945         Log: Fix breakage ... 
11946      Branch: perlio
11947            ! win32/makefile.mk
11948 ____________________________________________________________________________
11949 [  9444] By: jhi                                   on 2001/03/29  15:03:08
11950         Log: Subject: RE: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
11951              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
11952              Date: Thu, 29 Mar 2001 10:32:59 +0400
11953              Message-ID: <402099F49BEED211999700805FC7359FA8442D@ru0028exch01.spb.lucent.com>
11954      Branch: perl
11955            ! win32/makefile.mk
11956 ____________________________________________________________________________
11957 [  9443] By: jhi                                   on 2001/03/29  15:02:12
11958         Log: Integrate perlio.
11959      Branch: perl
11960           +> win32/buildext.pl
11961           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c perlio.h sv.c
11962           !> t/io/utf8.t t/lib/io_scalar.t win32/makefile.mk
11963 ____________________________________________________________________________
11964 [  9442] By: nick                                  on 2001/03/29  14:59:11
11965         Log: Work in progress - determine win32 extensions to build via script.
11966      Branch: perlio
11967            + win32/buildext.pl
11968            ! MANIFEST win32/makefile.mk
11969 ____________________________________________________________________________
11970 [  9441] By: jhi                                   on 2001/03/29  14:51:47
11971         Log: Reintroduce the use of external pwd.
11972      Branch: perl
11973            ! t/lib/cwd.t
11974 ____________________________________________________________________________
11975 [  9440] By: jhi                                   on 2001/03/29  14:42:58
11976         Log: use warnings instead of -w.
11977      Branch: perl
11978            ! utils/h2xs.PL
11979 ____________________________________________________________________________
11980 [  9439] By: jhi                                   on 2001/03/29  14:41:52
11981         Log: Subject: [PATCH h2xs.PL perl@9423] h2xs -w nits
11982              From: Jonathan Stowe <gellyfish@gellyfish.com>
11983              Date: Thu, 29 Mar 2001 09:34:12 +0100 (BST)
11984              Message-ID: <Pine.LNX.4.30.0103290929130.19409-100000@orpheus.gellyfish.com>
11985      Branch: perl
11986            ! utils/h2xs.PL
11987 ____________________________________________________________________________
11988 [  9438] By: jhi                                   on 2001/03/29  14:39:38
11989         Log: Subject: [PATCH perl@9424] minor pod nits
11990              From: Robin Barker <rmb1@cise.npl.co.uk>
11991              Date: Thu, 29 Mar 2001 14:43:05 +0100 (BST)
11992              Message-Id: <200103291343.OAA10827@tempest.npl.co.uk>
11993      Branch: perl
11994            ! pod/perlhack.pod pod/perliol.pod
11995 ____________________________________________________________________________
11996 [  9437] By: jhi                                   on 2001/03/29  14:29:16
11997         Log: Subject: [PATCH perl@9424] typemap cast warning
11998              From: Robin Barker <rmb1@cise.npl.co.uk>
11999              Date: Thu, 29 Mar 2001 13:58:47 +0100 (BST)
12000              Message-Id: <200103291258.NAA09360@tempest.npl.co.uk>
12001      Branch: perl
12002            ! lib/ExtUtils/typemap
12003 ____________________________________________________________________________
12004 [  9436] By: jhi                                   on 2001/03/29  14:26:03
12005         Log: Subject: [PATCH perl@9424] printf warning
12006              From: Robin Barker <rmb1@cise.npl.co.uk>
12007              Date: Thu, 29 Mar 2001 13:29:21 +0100 (BST)
12008              Message-Id: <200103291229.NAA03968@tempest.npl.co.uk>
12009      Branch: perl
12010            ! dump.c ext/Data/Dumper/Dumper.xs ext/Encode/Encode.xs
12011            ! ext/Storable/Storable.xs toke.c
12012 ____________________________________________________________________________
12013 [  9435] By: nick                                  on 2001/03/29  14:23:31
12014         Log: Win32 has name conflict with ERROR
12015      Branch: perlio
12016            ! ext/PerlIO/Via/Via.xs
12017 ____________________________________________________________________________
12018 [  9434] By: jhi                                   on 2001/03/29  14:17:48
12019         Log: Subject: [PATCH: 9424] some tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
12020              From: Peter Prymmer <pvhp@forte.com>
12021              Date: Wed, 28 Mar 2001 19:09:57 -0800 (PST)
12022              Message-ID: <Pine.OSF.4.10.10103281858520.314137-100000@aspara.forte.com>
12023      Branch: perl
12024            ! t/lib/charnames.t t/op/bop.t t/op/vec.t t/op/ver.t
12025 ____________________________________________________________________________
12026 [  9433] By: jhi                                   on 2001/03/29  13:52:44
12027         Log: test-prep target was missing.
12028      Branch: perl
12029            ! Makefile.SH
12030 ____________________________________________________________________________
12031 [  9432] By: nick                                  on 2001/03/29  12:40:03
12032         Log: Make as-shipped compiler default to MSVC6 
12033      Branch: perlio
12034            ! win32/makefile.mk
12035 ____________________________________________________________________________
12036 [  9431] By: nick                                  on 2001/03/29  12:12:16
12037         Log: Allow someone to write PerlIO::Array, PerlIO::Code, ...
12038              akin to PerlIO::Scalar.
12039      Branch: perlio
12040            ! perlio.c perlio.h
12041 ____________________________________________________________________________
12042 [  9430] By: nick                                  on 2001/03/29  10:56:35
12043         Log: Integrate mainline.
12044      Branch: perlio
12045           !> lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
12046           !> lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
12047           !> lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
12048           !> win32/makefile.mk win32/win32sck.c
12049 ____________________________________________________________________________
12050 [  9429] By: nick                                  on 2001/03/29  09:03:43
12051         Log: Noticed that two tests were skipped as perlio:: package
12052              isn't there any more. Changed the skip condition.
12053              Avoid core-dump if sv_utf8_upgrade() called on something
12054              that does not become SvPOK after SvPV() (e.g. a ref).
12055      Branch: perlio
12056            ! sv.c t/io/utf8.t t/lib/io_scalar.t
12057 ____________________________________________________________________________
12058 [  9428] By: jhi                                   on 2001/03/29  01:31:47
12059         Log: Subject: [PATCH] Enable warnings in File::* (was: B::Terse and warnings)
12060              From: Benjamin Sugars <bsugars@canoe.ca> 
12061              Date: Tue, 27 Mar 2001 16:27:38 -0500 (EST)
12062              Message-ID: <Pine.LNX.4.21.0103271612250.2007-100000@marmot.rim.canoe.ca>
12063      Branch: perl
12064            ! lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
12065            ! lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
12066            ! lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
12067 ____________________________________________________________________________
12068 [  9427] By: jhi                                   on 2001/03/29  00:49:30
12069         Log: Subject: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
12070              From: "Vadim Konovalov" <watman@inbox.ru>
12071              Date: Thu, 29 Mar 2001 01:50:12 +0400
12072              Message-ID: <001c01c0b7d1$463dd880$5742983e@vad>
12073      Branch: perl
12074            ! win32/makefile.mk win32/win32sck.c
12075 ____________________________________________________________________________
12076 [  9426] By: gsar                                  on 2001/03/29  00:28:04
12077         Log: dmake can only handle == and != in comparisons; support building
12078              with Borland's VCL libraries (from Vadim Konovalov)
12079      Branch: maint-5.6/perl
12080            ! win32/makefile.mk
12081 ____________________________________________________________________________
12082 [  9425] By: nick                                  on 2001/03/28  19:29:56
12083         Log: Integrate (@snapshot)
12084      Branch: perlio
12085           !> Changes Makefile.SH patchlevel.h t/lib/cwd.t
12086 ____________________________________________________________________________
12087 [  9424] By: jhi                                   on 2001/03/28  19:03:16
12088         Log: Update Changes.
12089      Branch: perl
12090            ! Changes patchlevel.h
12091 ____________________________________________________________________________
12092 [  9423] By: jhi                                   on 2001/03/28  18:52:09
12093         Log: Rmdir lib/XS on cleanup.
12094      Branch: perl
12095            ! Makefile.SH
12096 ____________________________________________________________________________
12097 [  9422] By: jhi                                   on 2001/03/28  18:49:34
12098         Log: Integrate perlio.
12099      Branch: perl
12100           !> t/op/utf8decode.t
12101 ____________________________________________________________________________
12102 [  9421] By: nick                                  on 2001/03/28  18:46:44
12103         Log: Loose duplicate chunk.
12104      Branch: perlio
12105            ! t/op/utf8decode.t
12106 ____________________________________________________________________________
12107 [  9420] By: nick                                  on 2001/03/28  18:44:11
12108         Log: Integrate mainline.
12109      Branch: perlio
12110           !> ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm makedef.pl vms/vms.c
12111           !> vms/vmsish.h
12112 ____________________________________________________________________________
12113 [  9419] By: jhi                                   on 2001/03/28  18:42:05
12114         Log: Can't trust external pwds
12115              (either shell builtins or external programs)
12116      Branch: perl
12117            ! t/lib/cwd.t
12118 ____________________________________________________________________________
12119 [  9418] By: jhi                                   on 2001/03/28  18:34:05
12120         Log: Integrate perlio.
12121      Branch: perl
12122            - lib/perlio.pm
12123           !> MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
12124           !> t/op/utf8decode.t
12125 ____________________________________________________________________________
12126 [  9417] By: nick                                  on 2001/03/28  18:24:02
12127         Log: PerlIO.pm / perlio.pm conflict.
12128              Update some pods.
12129              Make t/op/utf8decode.t a text file.
12130      Branch: perlio
12131            - lib/perlio.pm
12132            ! MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
12133            ! t/op/utf8decode.t
12134 ____________________________________________________________________________
12135 [  9416] By: jhi                                   on 2001/03/28  18:06:07
12136         Log: Integrate change #9409 from mainline to maintperl.
12137              
12138              Yet another tweak on AIX dynaloading.
12139      Branch: maint-5.6/perl
12140           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
12141 ____________________________________________________________________________
12142 [  9415] By: gsar                                  on 2001/03/28  17:13:01
12143         Log: integrate changes#9377,9385,9401 from mainline
12144              
12145              Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
12146              
12147              If directory entries compare equal case-insensitively,
12148              retry case-sensitively.
12149              
12150              Subject: [PATCH] B::Terse and warnings
12151      Branch: maint-5.6/perl
12152           !> ext/B/B.pm ext/B/B/Terse.pm ext/File/Glob/bsd_glob.c gv.c
12153           !> t/pragma/warn/perl
12154 ____________________________________________________________________________
12155 [  9414] By: jhi                                   on 2001/03/28  17:11:12
12156         Log: Subject: [PATCH perl@9359] VMS fix-ups and status
12157              From: "Craig A. Berry" <craigberry@mac.com>
12158              Date: Wed, 28 Mar 2001 10:55:20 -0600
12159              Message-Id: <5.0.2.1.0.20010327164600.031563e8@exchi01>
12160      Branch: perl
12161            ! ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm vms/vms.c vms/vmsish.h
12162 ____________________________________________________________________________
12163 [  9413] By: jhi                                   on 2001/03/28  17:03:12
12164         Log: Dup hunk.
12165      Branch: perl
12166            ! t/op/utf8decode.t
12167 ____________________________________________________________________________
12168 [  9412] By: jhi                                   on 2001/03/28  17:02:36
12169         Log: Forced integrate from perlio.
12170      Branch: perl
12171           !> t/op/utf8decode.t
12172 ____________________________________________________________________________
12173 [  9411] By: nick                                  on 2001/03/28  16:50:03
12174         Log: Integrate mainline.
12175      Branch: perlio
12176           +> t/lib/cwd.t
12177           !> MANIFEST ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
12178           !> ext/IO/lib/IO/Socket.pm ext/XS/Typemap/Typemap.pm
12179           !> ext/XS/Typemap/Typemap.xs ext/XS/Typemap/typemap gv.c
12180           !> makedef.pl pp.c t/lib/xs-typemap.t t/op/utf8decode.t
12181           !> t/pragma/warn/perl
12182 ____________________________________________________________________________
12183 [  9410] By: jhi                                   on 2001/03/28  16:44:23
12184         Log: Subject: Re: [PATCH] 9403 cannot be tested
12185              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12186              Date: Wed, 28 Mar 2001 18:33:56 +0200
12187              Message-Id: <20010328182418.7C17.H.M.BRAND@hccnet.nl>
12188      Branch: perl
12189            ! makedef.pl
12190 ____________________________________________________________________________
12191 [  9409] By: jhi                                   on 2001/03/28  16:12:45
12192         Log: Yet another tweak on AIX dynaloading.
12193      Branch: perl
12194            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
12195 ____________________________________________________________________________
12196 [  9408] By: jhi                                   on 2001/03/28  15:52:55
12197         Log: Subject: [PATCH] 9403 cannot be tested
12198              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
12199              Date: Wed, 28 Mar 2001 17:23:00 +0200
12200              Message-Id: <20010328171835.7C14.H.M.BRAND@hccnet.nl>
12201              
12202              A missing symbol.
12203      Branch: perl
12204            ! makedef.pl
12205 ____________________________________________________________________________
12206 [  9407] By: jhi                                   on 2001/03/28  15:47:43
12207         Log: Integrate perlio. (with tweaks on t/op/utf8decode.t)
12208      Branch: perl
12209            ! t/op/utf8decode.t
12210           !> ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
12211           !> t/op/each.t t/op/pat.t t/op/regexp.t utf8.c
12212 ____________________________________________________________________________
12213 [  9406] By: jhi                                   on 2001/03/28  15:37:08
12214         Log: Subject: [PATCH] cwd.t (was: Cwd has no tests?)
12215              From: Benjamin Sugars <bsugars@canoe.ca> 
12216              Date: Tue, 27 Mar 2001 17:37:05 -0500 (EST)
12217              Message-ID: <Pine.LNX.4.21.0103271719540.2007-100000@marmot.rim.canoe.ca>
12218      Branch: perl
12219            + t/lib/cwd.t
12220            ! MANIFEST
12221 ____________________________________________________________________________
12222 [  9405] By: jhi                                   on 2001/03/28  15:13:18
12223         Log: pp_ne() needs a CORRECT boolean.
12224      Branch: perl
12225            ! pp.c
12226 ____________________________________________________________________________
12227 [  9404] By: jhi                                   on 2001/03/28  15:09:23
12228         Log: pp_ne() needs a boolean, not an integer.
12229      Branch: perl
12230            ! pp.c
12231 ____________________________________________________________________________
12232 [  9403] By: jhi                                   on 2001/03/28  14:47:43
12233         Log: (Retracted by #9404.)
12234      Branch: perl
12235            ! pp.c
12236 ____________________________________________________________________________
12237 [  9402] By: jhi                                   on 2001/03/28  14:43:59
12238         Log: Subject: Re: [PATCH] Typemap testing
12239              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
12240              Date: Tue, 27 Mar 2001 16:34:03 -1000 (HST)
12241              Message-ID: <Pine.LNX.4.30.0103271633030.21198-100000@lapaki.jach.hawaii.edu>
12242      Branch: perl
12243            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
12244            ! ext/XS/Typemap/typemap t/lib/xs-typemap.t
12245 ____________________________________________________________________________
12246 [  9401] By: jhi                                   on 2001/03/28  14:42:14
12247         Log: Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
12248              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
12249              Date: Sun, 25 Mar 2001 21:59:15 +0100
12250              Message-ID: <000701c0b56e$73944220$07bdfea9@bfs.phone.com>
12251              
12252              A variable will be checked for the "use once" warnings if:
12253              
12254              1. It is in the scope of a use warnings 'once'
12255              2. It isn't in the scope of the warnings pragma at all AND $^W is set.
12256              
12257              Otherwise it won't be checked at all.
12258              
12259              Part 1 is what is in perl >= 5.6.0, Part 2 is what I'm fixing.
12260              
12261              The enclosed patch partially fixes this issue. What I didn't
12262              get to work was the case where the "used once" warning is enabled
12263              in any file other than the main file.
12264      Branch: perl
12265            ! gv.c t/pragma/warn/perl
12266 ____________________________________________________________________________
12267 [  9400] By: nick                                  on 2001/03/28  14:38:24
12268         Log: More EBCDIC tweaks:
12269              - one more swash issue &~(0xA0-1) did not do the right thing,
12270              for UTF-EBCDIC where &~(0x80-1) does for UTF-8.
12271              - add "use re 'asciirange'" to make [!-~] etc. work
12272              use it in MIME::QuotedPrint and t/op/regexp.t and t/op/pat.t
12273              - Choose a key for t/op/each.t test which gets encoded.
12274              - Skip utf8decode if this is UTF-EBCDIC.
12275      Branch: perlio
12276            ! ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
12277            ! t/op/each.t t/op/pat.t t/op/regexp.t t/op/utf8decode.t utf8.c
12278 ____________________________________________________________________________
12279 [  9399] By: jhi                                   on 2001/03/28  14:21:00
12280         Log: Extend the SvROK() testing also to pp_ne(), pointed out by
12281              Andreas Schwab.
12282      Branch: perl
12283            ! pp.c
12284 ____________________________________________________________________________
12285 [  9398] By: jhi                                   on 2001/03/28  00:55:56
12286         Log: Subject: [ID 20010327.007] New warning from IO::Socket for sockatmark
12287              From: David Dyck <dcd@tc.fluke.com>
12288              Date: Tue, 27 Mar 2001 15:16:24 -0800
12289              Message-Id: <200103272316.PAA21921@dd.tc.fluke.com>
12290      Branch: perl
12291            ! ext/IO/lib/IO/Socket.pm
12292 ____________________________________________________________________________
12293 [  9397] By: jhi                                   on 2001/03/27  21:52:49
12294         Log: Integrate perlio.
12295      Branch: perl
12296           +> ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
12297           +> ext/PerlIO/Via/Via.xs
12298           !> MANIFEST ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
12299 ____________________________________________________________________________
12300 [  9396] By: nick                                  on 2001/03/27  21:45:13
12301         Log: Integrate mainline.
12302      Branch: perlio
12303           !> embed.h embed.pl ext/XS/Typemap/Typemap.xs gv.c
12304           !> pod/perlapi.pod proto.h sv.c sv.h t/op/magic.t utils/h2xs.PL
12305 ____________________________________________________________________________
12306 [  9395] By: nick                                  on 2001/03/27  21:18:58
12307         Log: Outline docs for PerlIO and PerlIO::Scalar
12308      Branch: perlio
12309            ! ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
12310 ____________________________________________________________________________
12311 [  9394] By: nick                                  on 2001/03/27  20:50:13
12312         Log: PerlIO::Via layer (alpha-ish).
12313      Branch: perlio
12314            + ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
12315            + ext/PerlIO/Via/Via.xs
12316            ! MANIFEST
12317 ____________________________________________________________________________
12318 [  9393] By: jhi                                   on 2001/03/27  20:49:55
12319         Log: Retract #9329 now that 9390 should take care of the matter.
12320      Branch: perl
12321            ! utils/h2xs.PL
12322 ____________________________________________________________________________
12323 [  9390] By: jhi                                   on 2001/03/27  20:47:50
12324         Log: Subject: Autoloading Errno.pm when %! is encountered
12325              From: Robin Houston <robin@kitsite.com>
12326              Date: Tue, 27 Mar 2001 20:57:11 +0100
12327              Message-ID: <20010327205710.A24053@puffinry.freeserve.co.uk>
12328      Branch: perl
12329            ! embed.h embed.pl gv.c proto.h t/op/magic.t
12330 ____________________________________________________________________________
12331 [  9389] By: jhi                                   on 2001/03/27  20:24:31
12332         Log: Integrate perlio.
12333      Branch: perl
12334           !> doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
12335           !> ext/MIME/Base64/QuotedPrint.pm t/lib/encode.t t/lib/mimeb64.t
12336           !> utf8.c
12337 ____________________________________________________________________________
12338 [  9388] By: jhi                                   on 2001/03/27  20:21:38
12339         Log: Better have a three-element array if one is going to assign
12340              to the third element of that array. (from Tim Jenness)
12341      Branch: perl
12342            ! ext/XS/Typemap/Typemap.xs
12343 ____________________________________________________________________________
12344 [  9387] By: nick                                  on 2001/03/27  20:15:43
12345         Log: Integrate mainline.
12346      Branch: perlio
12347           +> ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
12348           +> ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
12349           +> ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
12350           +> t/lib/xs-typemap.t
12351           !> (integrate 34 files)
12352 ____________________________________________________________________________
12353 [  9386] By: jhi                                   on 2001/03/27  20:04:18
12354         Log: Subject: Re: perl@9359 breaks HTML::Parser
12355              From: Gisle Aas <gisle@ActiveState.com>
12356              Date: 27 Mar 2001 11:30:24 -0800
12357              Message-ID: <lrr8zjxb5b.fsf@caliper.ActiveState.com>
12358              
12359              Clarify the UTF-8 issues of the API docs.
12360              (Slightly reworded and expanded.)
12361      Branch: perl
12362            ! pod/perlapi.pod sv.c sv.h
12363 ____________________________________________________________________________
12364 [  9385] By: jhi                                   on 2001/03/27  19:44:25
12365         Log: If directory entries compare equal case-insensitively,
12366              retry case-sensitively.
12367      Branch: perl
12368            ! ext/File/Glob/bsd_glob.c
12369 ____________________________________________________________________________
12370 [  9384] By: nick                                  on 2001/03/27  19:38:50
12371         Log: Various EBCDIC fixes:
12372              - major revelation that swash code is encoding aware,
12373              (or thought it was) - now it is ;-)
12374              - With that out of the way fix a slab of tr/// cases.
12375              - Fix Encode 'Unicode' to be true Unicode so tests pass.
12376              - As anticipated Base64.xs needed tweaks.
12377              - Until tr/// works right avoid old_encode64 in MIME tests.
12378      Branch: perlio
12379            ! doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
12380            ! t/lib/encode.t t/lib/mimeb64.t utf8.c
12381 ____________________________________________________________________________
12382 [  9383] By: jhi                                   on 2001/03/27  18:34:41
12383         Log: Add the std test suite BEGIN block.
12384      Branch: perl
12385            ! t/lib/xs-typemap.t
12386 ____________________________________________________________________________
12387 [  9382] By: jhi                                   on 2001/03/27  15:16:07
12388         Log: Add debugging output to the test.
12389      Branch: perl
12390            ! t/lib/glob-basic.t
12391 ____________________________________________________________________________
12392 [  9381] By: jhi                                   on 2001/03/27  15:08:10
12393         Log: Add Tim Jenness' XS::Typemap for exercizing the standard typemap.
12394      Branch: perl
12395            + ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
12396            + ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
12397            + ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
12398            + t/lib/xs-typemap.t
12399            ! MANIFEST
12400 ____________________________________________________________________________
12401 [  9380] By: jhi                                   on 2001/03/27  14:48:34
12402         Log: Subject: [PATCH] Typemap testing
12403              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
12404              Date: Sun, 25 Mar 2001 16:46:12 -1000 (HST)
12405              Message-ID: <Pine.LNX.4.30.0103251629350.16988-101000@lapaki.jach.hawaii.edu>
12406              
12407              (The first part of the patch.)
12408      Branch: perl
12409            ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
12410 ____________________________________________________________________________
12411 [  9379] By: jhi                                   on 2001/03/27  14:44:56
12412         Log: Subject: Re: [PATCH] t/lib/glob-basic.t  
12413              From: Benjamin Sugars <bsugars@canoe.ca> 
12414              Date: Mon, 26 Mar 2001 14:11:47 -0500 (EST)
12415              Message-ID: <Pine.LNX.4.21.0103261406170.2729-100000@marmot.rim.canoe.ca>
12416      Branch: perl
12417            ! t/lib/glob-basic.t
12418 ____________________________________________________________________________
12419 [  9378] By: jhi                                   on 2001/03/27  14:42:30
12420         Log: Subject: [PATCH] perlvar nit
12421              From: Simon Cozens <simon@netthink.co.uk>
12422              Date: Tue, 27 Mar 2001 01:12:01 +0100
12423              Message-ID: <20010327011201.A19179@netthink.co.uk>
12424      Branch: perl
12425            ! pod/perlvar.pod
12426 ____________________________________________________________________________
12427 [  9377] By: jhi                                   on 2001/03/27  14:36:26
12428         Log: Subject: [PATCH] B::Terse and warnings
12429              From: Benjamin Sugars <ben.sugars@home.com>
12430              Date: Mon, 26 Mar 2001 23:40:33 -0500 (EST)
12431              Message-ID: <Pine.LNX.4.21.0103262320170.20040-100000@localhost.localdomain>
12432      Branch: perl
12433            ! ext/B/B.pm ext/B/B/Terse.pm
12434 ____________________________________________________________________________
12435 [  9376] By: jhi                                   on 2001/03/27  14:31:31
12436         Log: Document sockatmark() some.
12437      Branch: perl
12438            ! pod/perldiag.pod pod/perlfunc.pod pod/perlport.pod
12439            ! pod/perltoc.pod
12440 ____________________________________________________________________________
12441 [  9375] By: jhi                                   on 2001/03/27  14:00:24
12442         Log: sv_catpvf(sv, "%c", 128) should not UTF-8-ify the sv,
12443              noted by Gisle and fixed by NI-S.
12444      Branch: perl
12445            ! sv.c
12446 ____________________________________________________________________________
12447 [  9374] By: jhi                                   on 2001/03/27  05:50:01
12448         Log: Regen toc.
12449      Branch: perl
12450            ! pod/perltoc.pod
12451 ____________________________________________________________________________
12452 [  9373] By: jhi                                   on 2001/03/27  05:43:51
12453         Log: Pixie documenting.
12454      Branch: perl
12455            ! Makefile.SH pod/perlhack.pod
12456 ____________________________________________________________________________
12457 [  9372] By: jhi                                   on 2001/03/27  05:29:34
12458         Log: Metaconfig unit changes for #9371.
12459      Branch: metaconfig
12460            ! U/modified/myhostname.U
12461      Branch: metaconfig/U/perl
12462            + d_sockatmark.U
12463            ! gccvers.U
12464 ____________________________________________________________________________
12465 [  9371] By: jhi                                   on 2001/03/27  05:29:07
12466         Log: Add sockatmark() probing.
12467      Branch: perl
12468            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12469            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
12470            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
12471            ! vos/config.ga.h win32/config.bc win32/config.gc
12472            ! win32/config.vc
12473 ____________________________________________________________________________
12474 [  9370] By: jhi                                   on 2001/03/26  22:01:18
12475         Log: pp_ncmp() and pp_scmp() should return numeric values, not booleans.
12476              Really need to benchmark this.
12477      Branch: perl
12478            ! pp.c
12479 ____________________________________________________________________________
12480 [  9369] By: nick                                  on 2001/03/26  21:59:30
12481         Log: Integrate mainline.
12482      Branch: perlio
12483            ! ext/MIME/Base64/QuotedPrint.pm
12484           !> Changes Makefile.SH ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
12485           !> patchlevel.h pod/perlhack.pod pp_sys.c
12486 ____________________________________________________________________________
12487 [  9368] By: jhi                                   on 2001/03/26  21:47:03
12488         Log: Treat pp_ncmp() and pp_scmp() as in #9366 (ROK).
12489              
12490              TODO1: perlbench.
12491              TODO2: le, lt, ge, gt?  Yech.
12492      Branch: perl
12493            ! pp.c
12494 ____________________________________________________________________________
12495 [  9367] By: jhi                                   on 2001/03/26  21:34:57
12496         Log: Too much cut-and-paste in #9363.
12497      Branch: perl
12498            ! pp_sys.c
12499 ____________________________________________________________________________
12500 [  9366] By: jhi                                   on 2001/03/26  21:20:53
12501         Log: Subject: $ref1 == $ref2 without NV_PRESERVES_UV
12502              From: Andreas Schwab <schwab@suse.de>
12503              Date: 26 Mar 2001 17:29:04 +0200
12504              Message-ID: <jeitkw5z27.fsf@hawking.suse.de>
12505              
12506              (The patch for 5.6.0 or so, this is a guess for bleadperl)
12507      Branch: perl
12508            ! pp_hot.c
12509 ____________________________________________________________________________
12510 [  9365] By: jhi                                   on 2001/03/26  21:07:54
12511         Log: Integrate perlio.
12512      Branch: perl
12513           !> perlio.c
12514 ____________________________________________________________________________
12515 [  9364] By: nick                                  on 2001/03/26  20:30:48
12516         Log: REFCNT botch in layer name cache hash.
12517      Branch: perlio
12518            ! perlio.c
12519 ____________________________________________________________________________
12520 [  9363] By: jhi                                   on 2001/03/26  18:44:32
12521         Log: Subject: [PATCH] socket() leaks file descriptors
12522              From: Benjamin Sugars <bsugars@canoe.ca>
12523              Date: Mon, 26 Mar 2001 13:29:54 -0500 (EST)
12524              Message-ID: <Pine.LNX.4.21.0103261315510.2729-100000@marmot.rim.canoe.ca>
12525              
12526              Also sockpair() fixed similarly.
12527      Branch: perl
12528            ! pp_sys.c
12529 ____________________________________________________________________________
12530 [  9362] By: jhi                                   on 2001/03/26  18:37:52
12531         Log: Integrate perlio.
12532      Branch: perl
12533           !> README.os390 miniperlmain.c perlio.c perliol.h t/op/pat.t
12534 ____________________________________________________________________________
12535 [  9361] By: nick                                  on 2001/03/26  17:32:06
12536         Log: Implement flush of linebuffered streams on read of a tty.
12537      Branch: perlio
12538            ! perlio.c perliol.h
12539 ____________________________________________________________________________
12540 [  9360] By: nick                                  on 2001/03/26  17:12:32
12541         Log: Memory tweaks and notes for OEMVS.
12542      Branch: perlio
12543            ! README.os390 miniperlmain.c t/op/pat.t
12544 ____________________________________________________________________________
12545 [  9359] By: jhi                                   on 2001/03/26  02:12:54
12546         Log: Update Changes.
12547      Branch: perl
12548            ! Changes patchlevel.h
12549 ____________________________________________________________________________
12550 [  9358] By: jhi                                   on 2001/03/26  02:05:32
12551         Log: Document the most common pixie options.
12552      Branch: perl
12553            ! pod/perlhack.pod
12554 ____________________________________________________________________________
12555 [  9357] By: jhi                                   on 2001/03/26  01:25:28
12556         Log: For perl.pixie check *before* compiling that optimize is -g,
12557              as for perl.third.
12558      Branch: perl
12559            ! Makefile.SH
12560 ____________________________________________________________________________
12561 [  9356] By: jhi                                   on 2001/03/26  01:13:41
12562         Log: rmdir lib/Digest, lib/MIME, and lib/PerlIO.
12563      Branch: perl
12564            ! Makefile.SH
12565 ____________________________________________________________________________
12566 [  9355] By: jhi                                   on 2001/03/26  01:11:19
12567         Log: Remove t/perl.third.
12568      Branch: perl
12569            ! Makefile.SH
12570 ____________________________________________________________________________
12571 [  9354] By: jhi                                   on 2001/03/26  00:23:38
12572         Log: Implement IO::Socket::atmark(), inspired by Lincoln Stein's
12573              IO::Sockatmark().
12574      Branch: perl
12575            ! ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
12576 ____________________________________________________________________________
12577 [  9353] By: jhi                                   on 2001/03/25  22:25:04
12578         Log: Integrate perlio.
12579      Branch: perl
12580           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
12581           !> ext/PerlIO/Scalar/Scalar.xs perl.c perlio.c perlio.h perliol.h
12582           !> pp_hot.c win32/makefile.mk
12583 ____________________________________________________________________________
12584 [  9352] By: jhi                                   on 2001/03/25  22:21:41
12585         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
12586              From: Radu Greab <radu@netsoft.ro>
12587              Date: Fri, 23 Mar 2001 21:14:59 +0200 (EET)
12588              Message-ID: <15035.41139.646781.478457@ix.netsoft.ro>
12589      Branch: perl
12590            ! pp_sys.c
12591 ____________________________________________________________________________
12592 [  9351] By: nick                                  on 2001/03/25  22:15:02
12593         Log: Fix readline in list mode to tell rest of world that it has
12594              things on the stack. Otherwise if perl code gets invoked
12595              underneath it it scribbles over results-so-far.
12596              (Why TIEHANDLE has not tripped on this is a mystery.)
12597      Branch: perlio
12598            ! pp_hot.c
12599 ____________________________________________________________________________
12600 [  9350] By: nick                                  on 2001/03/25  22:10:13
12601         Log: win32/makefile.mk typos
12602      Branch: perlio
12603            ! win32/makefile.mk
12604 ____________________________________________________________________________
12605 [  9349] By: nick                                  on 2001/03/25  21:31:14
12606         Log: Integrate now-non-binary file.
12607      Branch: perlio
12608           !> t/lib/mimeqp.t
12609 ____________________________________________________________________________
12610 [  9348] By: nick                                  on 2001/03/25  21:27:24
12611         Log: Make it text
12612      Branch: perlio
12613            ! t/lib/mimeqp.t
12614 ____________________________________________________________________________
12615 [  9347] By: nick                                  on 2001/03/25  21:25:37
12616         Log: Integrate mainline.
12617      Branch: perlio
12618           !> ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
12619           !> lib/Term/ReadLine.pm t/lib/md5-file.t
12620 ____________________________________________________________________________
12621 [  9346] By: nick                                  on 2001/03/25  20:58:15
12622         Log: Add destruct time hook to PerlIO (for work-in-process implementing
12623              layers in perl code. In such cases layers need to be popped before
12624              we loose the ability to run perl code.)
12625              Also back-out "PerlIO::object" hook - it isn't going to work like that...
12626      Branch: perlio
12627            ! perl.c perlio.c perlio.h perliol.h
12628 ____________________________________________________________________________
12629 [  9345] By: nick                                  on 2001/03/25  20:49:11
12630         Log: Avoid at leasy one of undefined warnings in Encode.
12631      Branch: perlio
12632            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
12633 ____________________________________________________________________________
12634 [  9344] By: jhi                                   on 2001/03/25  20:37:43
12635         Log: A workaround for using Term::ReadLine in emacs minibuffer
12636              from Wybo Dekker <wybo@servalys.nl> and Johan Vromans;
12637              additional tweaks from Ilya Zakharevich.
12638      Branch: perl
12639            ! lib/Term/ReadLine.pm
12640 ____________________________________________________________________________
12641 [  9343] By: nick                                  on 2001/03/25  20:21:14
12642         Log: Missing return value.
12643      Branch: perlio
12644            ! ext/PerlIO/Scalar/Scalar.xs
12645 ____________________________________________________________________________
12646 [  9342] By: jhi                                   on 2001/03/25  16:21:00
12647         Log: Roll back the version numbers of Digest::MD5 and MIME::Base64
12648              to equal the CPAN versions since no code changes have been made.
12649      Branch: perl
12650            ! ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
12651            ! t/lib/md5-file.t
12652 ____________________________________________________________________________
12653 [  9341] By: jhi                                   on 2001/03/25  16:01:48
12654         Log: Escape 8-bit characters.
12655      Branch: perl
12656            ! t/lib/mimeqp.t
12657 ____________________________________________________________________________
12658 [  9340] By: gsar                                  on 2001/03/25  15:50:53
12659         Log: readd mimeqp.t as xtext (used to be binary because of the literal 8-bit
12660              chars)
12661      Branch: perl
12662            + t/lib/mimeqp.t
12663 ____________________________________________________________________________
12664 [  9339] By: gsar                                  on 2001/03/25  15:48:50
12665         Log: delete mimeqp.t for later with text mode set
12666      Branch: perl
12667            - t/lib/mimeqp.t
12668 ____________________________________________________________________________
12669 [  9338] By: nick                                  on 2001/03/25  09:01:57
12670         Log: Integrate mainline.
12671      Branch: perlio
12672           +> ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
12673           +> ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
12674           +> ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
12675           +> t/lib/mimeb64u.t t/lib/mimeqp.t
12676           !> MANIFEST configure.com djgpp/config.over epoc/config.sh
12677           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh t/lib/md5-file.t
12678           !> utils/h2xs.PL win32/Makefile win32/makefile.mk
12679 ____________________________________________________________________________
12680 [  9337] By: jhi                                   on 2001/03/25  04:23:24
12681         Log: Add MIME::Base64 here and there.  Again, a lot of
12682              optimism is in the air.
12683      Branch: perl
12684            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
12685            ! hints/uwin.sh hints/vmesa.sh win32/Makefile win32/makefile.mk
12686 ____________________________________________________________________________
12687 [  9336] By: jhi                                   on 2001/03/25  04:12:43
12688         Log: Add PerlIO::Scalar to win32/Makefile. (I'm doing
12689              this by ear as I do not do Win32 programming.)
12690      Branch: perl
12691            ! win32/Makefile win32/makefile.mk
12692 ____________________________________________________________________________
12693 [  9335] By: jhi                                   on 2001/03/25  04:03:50
12694         Log: Put back the MD5-Base64 tests now that we have MIME::Base64.
12695      Branch: perl
12696            ! t/lib/md5-file.t
12697 ____________________________________________________________________________
12698 [  9334] By: jhi                                   on 2001/03/25  03:58:53
12699         Log: Add MIME::Base 2.12 from Gisle Aas, version number bumped to 2.13.
12700      Branch: perl
12701            + ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
12702            + ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
12703            + ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
12704            + t/lib/mimeb64u.t t/lib/mimeqp.t
12705            ! MANIFEST
12706 ____________________________________________________________________________
12707 [  9333] By: jhi                                   on 2001/03/24  20:14:37
12708         Log: Integrate perlio.
12709      Branch: perl
12710           !> doio.c pod/perlfunc.pod pod/perliol.pod win32/makefile.mk
12711 ____________________________________________________________________________
12712 [  9332] By: nick                                  on 2001/03/24  19:40:34
12713         Log: Fix un-init variable leading to spurious "Out of Memory!"
12714      Branch: perlio
12715            ! doio.c
12716 ____________________________________________________________________________
12717 [  9331] By: nick                                  on 2001/03/24  19:09:59
12718         Log: Tweak docs for C<open> (boy does that need wholesale revision...)
12719              and update layers internals doc.
12720      Branch: perlio
12721            ! pod/perlfunc.pod pod/perliol.pod
12722 ____________________________________________________________________________
12723 [  9330] By: jhi                                   on 2001/03/24  18:42:11
12724         Log: The length might be uninitialized garbage if the *svp is the undef.
12725      Branch: perl
12726            ! doio.c
12727 ____________________________________________________________________________
12728 [  9329] By: jhi                                   on 2001/03/24  18:26:57
12729         Log: (Retracted by #9393)
12730
12731              Subject: [PATCH h2xs] $!{EINVAL} requires "use Errno"
12732              From: Simon Cozens <simon@netthink.co.uk>
12733              Date: Sat, 24 Mar 2001 17:13:17 +0000
12734              Message-ID: <20010324171317.A13406@netthink.co.uk>
12735      Branch: perl
12736            ! utils/h2xs.PL
12737 ____________________________________________________________________________
12738 [  9328] By: nick                                  on 2001/03/24  17:22:02
12739         Log: Integrate mainline.
12740      Branch: perlio
12741           !> lib/unicode/Names.txt lib/unicode/ReadMe.txt
12742           !> lib/unicode/version
12743 ____________________________________________________________________________
12744 [  9327] By: nick                                  on 2001/03/24  17:16:02
12745         Log: Integrate mainline.
12746      Branch: perlio
12747           +> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
12748           +> ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
12749           +> ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
12750           +> lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
12751           +> t/lib/md5-file.t
12752           !> MANIFEST Makefile.SH configure.com djgpp/config.over
12753           !> epoc/config.sh ext/DynaLoader/hints/aix.pl hints/aix.sh
12754           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh lib/Net/Ping.pm op.c
12755           !> pp.c t/lib/b.t t/op/re_tests t/op/repeat.t win32/Makefile
12756           !> win32/makefile.mk
12757 ____________________________________________________________________________
12758 [  9326] By: jhi                                   on 2001/03/24  17:00:42
12759         Log: Upgrade to Unicode 3.1 beta 2001-03-23.
12760      Branch: perl
12761            ! lib/unicode/Names.txt lib/unicode/ReadMe.txt
12762            ! lib/unicode/version
12763 ____________________________________________________________________________
12764 [  9325] By: jhi                                   on 2001/03/24  16:22:33
12765         Log: Subject: Re: B::Deparse bug (5.6.0)
12766              From: Robin Houston <robin@kitsite.com>
12767              Date: Sat, 24 Mar 2001 14:33:09 +0000
12768              Message-ID: <20010324143309.B17734@puffinry.freeserve.co.uk>
12769      Branch: perl
12770            ! op.c pp.c t/lib/b.t t/op/repeat.t
12771 ____________________________________________________________________________
12772 [  9324] By: jhi                                   on 2001/03/24  16:21:56
12773         Log: Boldly add extensions to be built to VMS, EPOC, UTS,
12774              U/WIN, and VM/ESA (and fixups for DJGPP).  Some of
12775              these additions may be too optimistic.
12776      Branch: perl
12777            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
12778            ! hints/uwin.sh hints/vmesa.sh
12779 ____________________________________________________________________________
12780 [  9323] By: jhi                                   on 2001/03/24  16:06:01
12781         Log: Integrate perlio.
12782      Branch: perl
12783           +> ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
12784           +> ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
12785            ! Makefile.SH
12786           !> MANIFEST doio.c embed.h ext/Encode/Encode.xs
12787           !> ext/POSIX/POSIX.xs global.sym iperlsys.h makedef.pl objXSUB.h
12788           !> perlapi.c perlio.c perliol.h proto.h t/io/open.t t/io/utf8.t
12789           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
12790           !> win32/makefile.mk win32/perlhost.h win32/win32.c
12791           !> win32/win32iop.h
12792 ____________________________________________________________________________
12793 [  9322] By: nick                                  on 2001/03/24  14:39:12
12794         Log: Routine Win32 regen_config_h - no real changes.
12795      Branch: perlio
12796            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
12797 ____________________________________________________________________________
12798 [  9321] By: nick                                  on 2001/03/24  14:31:49
12799         Log: PerlIO fixups for Win32:
12800              - provide win33_popenlist() - non-functional as yet.
12801              - avoid need for aTHX in PerlIO_debug calls - even if not 
12802              enabled args are still evaluated so Win32 has trouble during fork().
12803              - Add PerlIO/Scalar to list of extensions in win32/makefile.mk
12804              - Fixup makedef.pl for latest set of symbols.
12805      Branch: perlio
12806            ! iperlsys.h makedef.pl perlio.c win32/makefile.mk
12807            ! win32/perlhost.h win32/win32.c win32/win32iop.h
12808 ____________________________________________________________________________
12809 [  9320] By: nick                                  on 2001/03/24  14:26:58
12810         Log: POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD not defined
12811              was gibberish - broke it on WIn32 at least.
12812      Branch: perlio
12813            ! ext/POSIX/POSIX.xs
12814 ____________________________________________________________________________
12815 [  9319] By: nick                                  on 2001/03/24  11:29:41
12816         Log: Generated files.
12817      Branch: perlio
12818            ! embed.h global.sym objXSUB.h perlapi.c proto.h
12819 ____________________________________________________________________________
12820 [  9318] By: nick                                  on 2001/03/24  10:29:37
12821         Log: Implement:
12822              1.  open($fh,"+<",undef);  # add test to t/io/open.t
12823              2.  open($fh,"+<",\$var);  # New test t/lib/io_scalar.t
12824      Branch: perlio
12825            + ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
12826            + ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
12827            ! MANIFEST doio.c ext/Encode/Encode.xs perlio.c perliol.h
12828            ! t/io/open.t t/io/utf8.t
12829 ____________________________________________________________________________
12830 [  9317] By: jhi                                   on 2001/03/23  23:41:25
12831         Log: AIX does seems to have optimization problems with its C compilers.
12832      Branch: perl
12833            ! hints/aix.sh
12834 ____________________________________________________________________________
12835 [  9316] By: jhi                                   on 2001/03/23  23:40:46
12836         Log: Integrate perlio.
12837      Branch: perl
12838           +> lib/PerlIO.pm
12839           !> MANIFEST doio.c ext/Encode/Encode.xs perlio.c perlio.h
12840           !> perliol.h
12841 ____________________________________________________________________________
12842 [  9315] By: jhi                                   on 2001/03/23  22:16:30
12843         Log: Fix the EBCDIC MD5.pm checksum, from Pter Prymmer.
12844      Branch: perl
12845            ! t/lib/md5-file.t
12846 ____________________________________________________________________________
12847 [  9314] By: nick                                  on 2001/03/23  20:49:02
12848         Log: Perlio internals re-organized.
12849              - open process creates AV of layer/arg pairs
12850              (appends layers from open() or open.pm to default list).
12851              - push arg is now an SV.
12852              - layer ->Open get passed the AV
12853              - open is no longer mandatory method.
12854              - topmost layer that has ->Open method does the open
12855              - any layers above are pushed once that returns.
12856              - vtable re-ordered so dummy layers need only provide push/pop methods.
12857      Branch: perlio
12858            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
12859 ____________________________________________________________________________
12860 [  9313] By: nick                                  on 2001/03/23  16:27:41
12861         Log: Check in a stable (working) version before next round of tweaks.
12862              Changes include:
12863              - Move default layers code out of doio.c and into perlio.c
12864              - Single routine for parsing layer specification strings.
12865              - Skeleton support for demand loading of layers
12866              - Core-dump avoidance if PERLIO environment specifies loadable layer
12867              (does not _work_ as need IO to load and need load to do IO ...)
12868      Branch: perlio
12869            + lib/PerlIO.pm
12870            ! MANIFEST doio.c perlio.c
12871 ____________________________________________________________________________
12872 [  9312] By: gsar                                  on 2001/03/23  16:25:25
12873         Log: add execute bit to files with shebang lines in the repository;
12874              avoid clobbering execute bit in Porting/makerel 
12875      Branch: maint-5.6/perl
12876            ! (edit 144 files)
12877 ____________________________________________________________________________
12878 [  9311] By: jhi                                   on 2001/03/23  14:25:35
12879         Log: Forgot the unneeded hints/dec_osf.pl into MANIFEST in #9308.
12880      Branch: perl
12881            ! MANIFEST
12882 ____________________________________________________________________________
12883 [  9310] By: jhi                                   on 2001/03/23  13:45:04
12884         Log: Subject: [PATCH] Net::Ping
12885              From: Colin McMillen <mcmi0037@tc.umn.edu>
12886              Date: Thu, 22 Mar 2001 19:30:31 -0600
12887              Message-ID: <20010322193031.A18814@strago.jenovaproject.org>
12888      Branch: perl
12889            ! lib/Net/Ping.pm
12890 ____________________________________________________________________________
12891 [  9309] By: jhi                                   on 2001/03/23  13:39:13
12892         Log: EBCDIC patches for Digest::MD5 tests from Peter Prymmer.
12893      Branch: perl
12894            ! t/lib/md5-aaa.t t/lib/md5-file.t
12895 ____________________________________________________________________________
12896 [  9308] By: jhi                                   on 2001/03/23  13:20:34
12897         Log: Integrate Digest-1.00 and Digest-MD5-2.13, from Gisle Aas.
12898              - bump the version to 2.14
12899              - drop the base64 tests since they require MIME::Base64
12900              - drop the rfc1321.txt
12901              - drop the hints/dec_osf.pl since it's only needed for
12902              pre-5.005_03 Perls
12903              Todo:
12904              - the U32 alignment testing is now removed; it needs to
12905              be reintroduced as as a Config variable (meaning also
12906              as a Configure test)
12907              - get the new EBCDIC md5sum for MD5.pm
12908              - test in Win32 to see how badly I botched the makefiles
12909      Branch: perl
12910            + ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
12911            + ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
12912            + ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
12913            + lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
12914            + t/lib/md5-file.t
12915            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
12916            ! win32/Makefile win32/makefile.mk
12917 ____________________________________________________________________________
12918 [  9307] By: jhi                                   on 2001/03/23  12:56:14
12919         Log: Integrate change #9306 from maintperl into mainline,
12920              AIX dynaloader for AIXes without <load.h>.
12921      Branch: perl
12922           !> ext/DynaLoader/hints/aix.pl
12923 ____________________________________________________________________________
12924 [  9306] By: jhi                                   on 2001/03/23  12:51:36
12925         Log: There are AIXes without /usr/include/load.h,
12926              patch from H.Merijn Brand.
12927      Branch: maint-5.6/perl
12928            ! ext/DynaLoader/hints/aix.pl
12929 ____________________________________________________________________________
12930 [  9305] By: nick                                  on 2001/03/23  11:00:42
12931         Log: Add pTHX_ to -Duseperlio API where it does not conflict with legacy stuff.
12932      Branch: perlio
12933            ! ext/Encode/Encode.xs perlio.c perlio.h
12934 ____________________________________________________________________________
12935 [  9304] By: nick                                  on 2001/03/23  10:20:46
12936         Log: Render -Duseperlio functional again.
12937              - this is "quick fix" which calls PerlIO_apply_layers after opening,
12938              which is what old scheme did. New scheme needs to change that
12939              to make open(...,\$scalar) etc. work but this will do for now.
12940      Branch: perlio
12941            ! perlio.c
12942 ____________________________________________________________________________
12943 [  9303] By: nick                                  on 2001/03/23  09:53:20
12944         Log: Avoid "reopen" semantics for time being. Fix bug in dup logic.
12945              -Uuseperlio now works again.
12946              -Duseperlio is still poorly. Don't merge yet...
12947      Branch: perlio
12948            ! doio.c perlio.h
12949 ____________________________________________________________________________
12950 [  9302] By: nick                                  on 2001/03/22  22:26:51
12951         Log: Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOUT!")
12952              type code.
12953              - Invent PerlIO_openn() - which has "lots" of args a bit like do_openn() which
12954              is its main caller. In particular now has access to "extra" args, and
12955              can tell when an open handle is "reopened" (or duped?).
12956              - In -Duseperlio PerlIO_open() et. al. are now wrappers on PerlIO_openn().
12957              - In -Uuseperlio (untested as yet) PerlIO_openn() is a wrapper on
12958              PerlIO_open() et. al. (i.e. other way round).
12959              - Collapse "vtable" entries for layers - was fdopen/open/reopen now just open
12960              with args close to PerlIO_openn().
12961      Branch: perlio
12962            ! doio.c ext/Encode/Encode.xs perlio.c perlio.h perliol.h
12963 ____________________________________________________________________________
12964 [  9301] By: jhi                                   on 2001/03/22  20:58:04
12965         Log: Integrate perlio.
12966      Branch: perl
12967           !> doio.c embed.pl iperlsys.h perl.c perlio.c pp_hot.c pp_sys.c
12968           !> t/io/open.t util.c
12969 ____________________________________________________________________________
12970 [  9300] By: nick                                  on 2001/03/22  17:36:32
12971         Log: Don't include $@ in not ok message.
12972      Branch: perlio
12973            ! t/io/open.t
12974 ____________________________________________________________________________
12975 [  9299] By: gsar                                  on 2001/03/22  16:53:45
12976         Log: back out changes#7532,7521 for now (appears to have problems
12977              on IRIX)
12978      Branch: maint-5.6/perl
12979            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
12980            ! ext/POSIX/typemap pod/perlvar.pod
12981 ____________________________________________________________________________
12982 [  9298] By: nick                                  on 2001/03/22  14:35:46
12983         Log: Give a meaning to '&' in n-arg open case:
12984              open($fh,"<&",$scalar);
12985              $scalar can be:
12986              - an integer which does "fdopen"
12987              open($fh,"<&",2); # like open($fh,"<&2")
12988              - something that will yield a file handle via sv_2io()
12989              useful for dup'ing anonymous handles.
12990              e.g.:
12991              open(my $fh,"<&",\*STDIN);
12992              open(my $dup,"<&",$fh);
12993      Branch: perlio
12994            ! doio.c t/io/open.t
12995 ____________________________________________________________________________
12996 [  9297] By: nick                                  on 2001/03/22  13:34:35
12997         Log: Implement open($fh,"-|",prog,args...) for HAS_FORK cases.
12998      Branch: perlio
12999            ! util.c
13000 ____________________________________________________________________________
13001 [  9296] By: nick                                  on 2001/03/22  12:51:20
13002         Log: Re-instate warnings for 'eof STDOUT' etc. by marking STD* as appropriate IoTYPE.
13003      Branch: perlio
13004            ! perl.c
13005 ____________________________________________________________________________
13006 [  9295] By: nick                                  on 2001/03/22  11:59:44
13007         Log: If stdin, stdout or stderr get opened in unexpected read/write state
13008              then warn at time of open not at time of use.
13009      Branch: perlio
13010            ! doio.c pp_hot.c pp_sys.c
13011 ____________________________________________________________________________
13012 [  9294] By: nick                                  on 2001/03/22  10:54:35
13013         Log: Die on n-arg open(...,"",xxx,yyy,...)
13014              - redirect pipe cases to PerlProc_popen_list() (which just croaks for now)
13015              - die on read/write cases so we can decide what it means later.
13016      Branch: perlio
13017            ! doio.c embed.pl iperlsys.h util.c
13018 ____________________________________________________________________________
13019 [  9293] By: nick                                  on 2001/03/22  09:02:45
13020         Log: perlio tweaks (reported by Nick Clark)
13021              Line buffer ttys, PerlIOBuf_tell() on unseekable off-by one,
13022              error check in Pendinf_read().
13023      Branch: perlio
13024            ! perlio.c
13025 ____________________________________________________________________________
13026 [  9292] By: gsar                                  on 2001/03/22  07:12:00
13027         Log: integrate changes#8306,8532 from mainline (missing USE_PURE_BISON
13028              fixes)
13029      Branch: maint-5.6/perl
13030           !> embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h toke.c
13031 ____________________________________________________________________________
13032 [  9291] By: jhi                                   on 2001/03/22  06:06:44
13033         Log: Regex tests from Chicheng Zhang.  (Already fixed.)
13034      Branch: perl
13035            ! t/op/re_tests
13036 ____________________________________________________________________________
13037 [  9290] By: jhi                                   on 2001/03/22  05:57:01
13038         Log: Move MacOS Classic higher in the list of supported platforms.
13039      Branch: maint-5.6/perl
13040            ! pod/perlport.pod
13041 ____________________________________________________________________________
13042 [  9289] By: gsar                                  on 2001/03/22  05:35:04
13043         Log: revert part of change#6438 for compatibility (av_reify()
13044              appears to be needed to implement av_splice()ish things
13045              in XS)
13046      Branch: maint-5.6/perl
13047            ! embed.pl global.sym objXSUB.h perlapi.c
13048 ____________________________________________________________________________
13049 [  9288] By: gsar                                  on 2001/03/22  03:09:19
13050         Log: update copyright year
13051      Branch: maint-5.6/perl
13052            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
13053            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
13054            ! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c
13055            ! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h
13056            ! toke.c utf8.c utf8.h util.c util.h x2p/EXTERN.h x2p/INTERN.h
13057            ! x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/a2py.c x2p/hash.c x2p/hash.h
13058            ! x2p/proto.h x2p/str.c x2p/str.h x2p/util.c x2p/util.h
13059            ! x2p/walk.c
13060 ____________________________________________________________________________
13061 [  9287] By: jhi                                   on 2001/03/21  20:30:54
13062         Log: Integrate perlio.
13063      Branch: perl
13064           !> ext/Data/Dumper/Dumper.xs
13065 ____________________________________________________________________________
13066 [  9286] By: gsar                                  on 2001/03/21  19:49:54
13067         Log: makefile.mk tweak
13068      Branch: maint-5.6/perl
13069            ! win32/Makefile win32/makefile.mk
13070 ____________________________________________________________________________
13071 [  9285] By: nick                                  on 2001/03/21  19:07:13
13072         Log: Multiplicity fix for Dumper.
13073      Branch: perlio
13074            ! ext/Data/Dumper/Dumper.xs
13075 ____________________________________________________________________________
13076 [  9284] By: nick                                  on 2001/03/21  19:01:07
13077         Log: Integrate mainline - (does not build xTHX issue in Dumper).
13078      Branch: perlio
13079           !> (integrate 27 files)
13080 ____________________________________________________________________________
13081 [  9283] By: jhi                                   on 2001/03/21  17:17:35
13082         Log: Integrate change #9282 from mainline into maintperl,
13083              4-arg UTF-8 substr().
13084      Branch: maint-5.6/perl
13085           !> pp.c
13086 ____________________________________________________________________________
13087 [  9282] By: jhi                                   on 2001/03/21  17:15:43
13088         Log: The #9270 would have leaked a scalar if pp_substr()
13089              returned early.
13090      Branch: perl
13091            ! pp.c
13092 ____________________________________________________________________________
13093 [  9281] By: gsar                                  on 2001/03/21  17:03:14
13094         Log: makefile.mk defaults to GCC, not BORLAND (as mentioned in README.win32)
13095      Branch: maint-5.6/perl
13096            ! win32/makefile.mk
13097 ____________________________________________________________________________
13098 [  9280] By: gsar                                  on 2001/03/21  17:01:20
13099         Log: some tweaks to change#9278 (fork() emulation should be enabled
13100              by setting BUILD_FLAVOR instead of changing the defaults)
13101      Branch: maint-5.6/perl
13102            ! win32/makefile.mk
13103 ____________________________________________________________________________
13104 [  9279] By: gsar                                  on 2001/03/21  16:47:19
13105         Log: integrate change#9271 from mainline; a tweak to Glob.pm docs
13106      Branch: maint-5.6/perl
13107            ! ext/File/Glob/Glob.pm
13108           !> lib/Cwd.pm
13109 ____________________________________________________________________________
13110 [  9278] By: jhi                                   on 2001/03/21  14:35:10
13111         Log: Subject: [PATCH: 5.6.1-trial3] Borland C++ for Win32 fixes
13112              From: "Vadim Konovalov" <watman@inbox.ru>
13113              Date: Wed, 21 Mar 2001 01:53:51 +0300
13114              Message-ID: <004101c0b190$a749ea20$f7c030d4@vad>
13115      Branch: maint-5.6/perl
13116            ! win32/makefile.mk win32/win32sck.c
13117 ____________________________________________________________________________
13118 [  9277] By: jhi                                   on 2001/03/21  13:58:28
13119         Log: Integrate change #9270 from mainline to maintperl:
13120              continued 4-arg UTF-8 substr() fixing.
13121      Branch: maint-5.6/perl
13122           !> pp.c t/op/substr.t
13123 ____________________________________________________________________________
13124 [  9276] By: jhi                                   on 2001/03/21  13:33:00
13125         Log: More pixie cleaning.
13126      Branch: perl
13127            ! Makefile.SH
13128 ____________________________________________________________________________
13129 [  9275] By: jhi                                   on 2001/03/21  03:54:17
13130         Log: Update Changes.
13131      Branch: perl
13132            ! Changes patchlevel.h
13133 ____________________________________________________________________________
13134 [  9274] By: jhi                                   on 2001/03/21  03:48:24
13135         Log: First stab at making Data::Dumper to grok Unicode.
13136              
13137              TODO: tests, EBCDICify.
13138      Branch: perl
13139            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
13140 ____________________________________________________________________________
13141 [  9273] By: jhi                                   on 2001/03/21  02:23:00
13142         Log: Fix for
13143              
13144              Subject: Memory leak in unquoted print   
13145              From: Benjamin Sugars <bsugars@canoe.ca> 
13146              Date: Tue, 20 Mar 2001 10:02:56 -0500 (EST)
13147              Message-ID: <Pine.LNX.4.21.0103200958180.1538-100000@marmot.rim.canoe.ca>
13148      Branch: perl
13149            ! perlio.c
13150 ____________________________________________________________________________
13151 [  9272] By: jhi                                   on 2001/03/21  01:33:17
13152         Log: Subject: Re: [PATCH] POSIX::getcwd()
13153              From: Benjamin Sugars <bsugars@canoe.ca> 
13154              Date: Mon, 19 Mar 2001 15:07:03 -0500 (EST)
13155              Message-ID: <Pine.LNX.4.21.0103191454500.1820-100000@marmot.rim.canoe.ca>      
13156      Branch: perl
13157            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
13158 ____________________________________________________________________________
13159 [  9271] By: jhi                                   on 2001/03/21  01:22:52
13160         Log: Subject: [PATCH] Cwd.pm docs
13161              From: Benjamin Sugars <bsugars@canoe.ca>
13162              Date: Tue, 20 Mar 2001 15:33:32 -0500 (EST)
13163              Message-ID: <Pine.LNX.4.21.0103201516550.7893-100000@marmot.rim.canoe.ca>
13164      Branch: perl
13165            ! lib/Cwd.pm
13166 ____________________________________________________________________________
13167 [  9270] By: jhi                                   on 2001/03/21  01:16:29
13168         Log: Continue 4-arg substr() UTF-8 fixage.
13169      Branch: perl
13170            ! pp.c t/op/substr.t
13171 ____________________________________________________________________________
13172 [  9269] By: jhi                                   on 2001/03/21  00:46:14
13173         Log: Integrate changes #9262,9264,9265,9266 from maintperl to mainline.
13174              
13175              revert the leak fix in change#9142 (problem needs a more experimental
13176              fix unsuitable for 5.6.1)
13177              
13178              do alphabetical sorting by default (for csh compatibility)
13179              
13180              cut-n-paste goof in change#9264
13181              
13182              VMS piping fixes (from Charles Lane)
13183      Branch: perl
13184           !> ext/File/Glob/Changes ext/File/Glob/Glob.pm
13185           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
13186           !> ext/File/Glob/bsd_glob.h scope.c vms/vms.c vms/vmspipe.com
13187 ____________________________________________________________________________
13188 [  9268] By: jhi                                   on 2001/03/21  00:37:04
13189         Log: Integrate perlio.
13190      Branch: perl
13191           !> embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
13192           !> utf8.c utf8.h utfebcdic.h
13193 ____________________________________________________________________________
13194 [  9267] By: nick                                  on 2001/03/20  20:04:39
13195         Log: More EBCDIC stuff:
13196              - Loose the extra level of function on ASCII.
13197              - spotted a chr(0) issue in sv.c
13198              - re-work of UTF-X tr/// ranges to work in Unicode
13199              space. Still issues with the "0xff is illegal UTF-8" hack.
13200              - Yet another ad. hoc. utf8 'upgrade' in op.c recoded
13201              (why do it once when you can do it all over the place :-(
13202              - Enable HINTS_UTF8 on EBCDIC - then ignore it in toke.c,
13203              need utf8.pm for swashes.
13204              - Simplified and commented scan_const() in toke.c
13205              Still something wrong regexp and tr (swashes?).
13206      Branch: perlio
13207            ! embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
13208            ! utf8.c utf8.h utfebcdic.h
13209 ____________________________________________________________________________
13210 [  9266] By: gsar                                  on 2001/03/20  19:16:43
13211         Log: VMS piping fixes (from Charles Lane)
13212      Branch: maint-5.6/perl
13213            ! vms/vms.c vms/vmspipe.com
13214 ____________________________________________________________________________
13215 [  9265] By: gsar                                  on 2001/03/20  17:53:52
13216         Log: cut-n-paste goof in change#9264
13217      Branch: maint-5.6/perl
13218            ! ext/File/Glob/Glob.xs
13219 ____________________________________________________________________________
13220 [  9264] By: gsar                                  on 2001/03/20  17:43:47
13221         Log: do alphabetical sorting by default (for csh compatibility);
13222              bsd_glob() does ASCII sort by default as usual, unless
13223              GLOB_ALPHASORT was specified
13224      Branch: maint-5.6/perl
13225            ! ext/File/Glob/Changes ext/File/Glob/Glob.pm
13226            ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
13227            ! ext/File/Glob/bsd_glob.h
13228 ____________________________________________________________________________
13229 [  9263] By: gsar                                  on 2001/03/20  16:40:08
13230         Log: integrate change#9255 from mainline (unicode fix)
13231              
13232              substr($bytestr, i, n, $charstr)
13233      Branch: maint-5.6/perl
13234           !> Todo-5.6 pp.c t/op/substr.t
13235 ____________________________________________________________________________
13236 [  9262] By: gsar                                  on 2001/03/20  15:57:41
13237         Log: revert the leak fix in change#9142 (problem needs a more experimental
13238              fix unsuitable for 5.6.1)
13239      Branch: maint-5.6/perl
13240            ! scope.c
13241 ____________________________________________________________________________
13242 [  9261] By: jhi                                   on 2001/03/20  14:26:25
13243         Log: Integrate changes #9259,9260 from maintperl into mainline.
13244              
13245              Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
13246              
13247              Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
13248      Branch: perl
13249           !> ext/POSIX/POSIX.xs lib/File/Path.pm run.c
13250 ____________________________________________________________________________
13251 [  9260] By: jhi                                   on 2001/03/20  14:05:46
13252         Log: Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
13253              From: Robin Barker <rmb1@cise.npl.co.uk>
13254              Date: Tue, 20 Mar 2001 10:12:04 GMT
13255              Message-Id: <200103201012.KAA04738@tempest.npl.co.uk>
13256      Branch: maint-5.6/perl
13257            ! run.c
13258 ____________________________________________________________________________
13259 [  9259] By: jhi                                   on 2001/03/20  14:04:39
13260         Log: Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
13261              From: Chris Nandor <pudge@pobox.com>
13262              Date: Tue, 20 Mar 2001 00:40:56 -0500
13263              Message-Id: <p05010401b6dc9d57a62d@[10.0.1.107]>
13264      Branch: maint-5.6/perl
13265            ! ext/POSIX/POSIX.xs lib/File/Path.pm
13266 ____________________________________________________________________________
13267 [  9258] By: jhi                                   on 2001/03/20  05:09:34
13268         Log: Update Changes.
13269      Branch: perl
13270            ! Changes patchlevel.h
13271 ____________________________________________________________________________
13272 [  9257] By: jhi                                   on 2001/03/20  05:04:25
13273         Log: tr/// UTF-8 tests for Inaba Hiroto's latest patches.
13274      Branch: perl
13275            ! t/op/tr.t
13276 ____________________________________________________________________________
13277 [  9256] By: jhi                                   on 2001/03/20  04:43:12
13278         Log: Subject: [PATCH: 5.6.1-trial3] test fixes and installation cleanliness for OS/390
13279              From: Peter Prymmer <pvhp@forte.com>
13280              Date: Mon, 19 Mar 2001 16:43:13 -0800 (PST)
13281              Message-ID: <Pine.OSF.4.10.10103191627310.162127-100000@aspara.forte.com>
13282      Branch: maint-5.6/perl
13283            ! installperl t/comp/proto.t t/comp/require.t t/op/regmesg.t
13284 ____________________________________________________________________________
13285 [  9255] By: jhi                                   on 2001/03/19  23:17:17
13286         Log: substr($bytestr, i, n, $charstr)
13287
13288              TODO: we are still broken if $bytestr needs UTF-8 upgrading.
13289      Branch: perl
13290            ! Todo-5.6 pp.c t/op/substr.t
13291 ____________________________________________________________________________
13292 [  9254] By: jhi                                   on 2001/03/19  22:25:09
13293         Log: Rearrange the make test target prerequisites so that
13294              in a parallel make 'all' is finished before 'test'.
13295      Branch: perl
13296            ! Makefile.SH
13297 ____________________________________________________________________________
13298 [  9253] By: jhi                                   on 2001/03/19  21:48:07
13299         Log: Subject: PATCH: cosmetic tweak in pp_ctl.c
13300              From: Robin Houston <robin@kitsite.com>
13301              Date: Mon, 19 Mar 2001 15:48:41 +0000
13302              Message-ID: <20010319154841.A28174@puffinry.freeserve.co.uk>
13303      Branch: perl
13304            ! pp_ctl.c
13305 ____________________________________________________________________________
13306 [  9252] By: jhi                                   on 2001/03/19  21:42:27
13307         Log: Integrate perlio.
13308      Branch: perl
13309           !> doop.c perly.c perly.y sv.c t/camel-III/vstring.t t/op/each.t
13310           !> t/op/length.t t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h
13311           !> utfebcdic.h vms/perly_c.vms
13312 ____________________________________________________________________________
13313 [  9251] By: jhi                                   on 2001/03/19  21:31:28
13314         Log: Integrate changes #9244,9247,9250 from maintperl into mainline.
13315              
13316              Dynaloading in 64-bit AIX with vac.
13317      Branch: perl
13318           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
13319           !> hints/aix.sh
13320 ____________________________________________________________________________
13321 [  9250] By: jhi                                   on 2001/03/19  21:18:00
13322         Log: A more robust solution for the 64bitall AIX dynaloading
13323              problem, from Jens-Uwe Mager.
13324      Branch: maint-5.6/perl
13325            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
13326 ____________________________________________________________________________
13327 [  9249] By: nick                                  on 2001/03/19  20:59:37
13328         Log: Integrate mainline.
13329      Branch: perlio
13330           !> (integrate 42 files)
13331 ____________________________________________________________________________
13332 [  9248] By: nick                                  on 2001/03/19  20:22:07
13333         Log: Tweak to perly.y to allow -DDEBUGGING to compile on OS390.
13334              (Building on OS390 uses native YACC and YYDEBUG has other
13335              side effects.)
13336      Branch: perlio
13337            ! perly.c perly.y vms/perly_c.vms
13338 ____________________________________________________________________________
13339 [  9247] By: jhi                                   on 2001/03/19  19:59:53
13340         Log: 64-bit AIX dynaloading problem (see #9244) idea
13341              from Jens-Uwe Mager.
13342      Branch: maint-5.6/perl
13343            ! ext/DynaLoader/dl_aix.xs
13344 ____________________________________________________________________________
13345 [  9246] By: nick                                  on 2001/03/19  19:27:57
13346         Log: More EBCDIC fixes.
13347      Branch: perlio
13348            ! doop.c sv.c t/camel-III/vstring.t t/op/each.t t/op/length.t
13349            ! t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h utfebcdic.h
13350 ____________________________________________________________________________
13351 [  9245] By: jhi                                   on 2001/03/19  19:05:19
13352         Log: Integrate change #9243 from mainline into maintperl.
13353              
13354              Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
13355      Branch: maint-5.6/perl
13356           !> README.vmesa
13357 ____________________________________________________________________________
13358 [  9244] By: jhi                                   on 2001/03/19  19:03:15
13359         Log: Get 64bitall AIX building, but still does not test okay:
13360              dynaloading anything fails, for example for op/defins:
13361              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
13362              (update: fixed by #9247,9250)
13363      Branch: maint-5.6/perl
13364            ! hints/aix.sh
13365 ____________________________________________________________________________
13366 [  9243] By: jhi                                   on 2001/03/19  19:00:16
13367         Log: Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
13368              From: Robin Barker <rmb1@cise.npl.co.uk>
13369              Date: Mon, 19 Mar 2001 18:01:57 GMT
13370              Message-Id: <200103191801.SAA01072@tempest.npl.co.uk>
13371      Branch: perl
13372            ! README.vmesa
13373 ____________________________________________________________________________
13374 [  9242] By: jhi                                   on 2001/03/19  18:58:43
13375         Log: UTF-8 tr/// battle continues, ammunition from Inaba Hiroto.
13376              
13377              TODO: tests.
13378      Branch: perl
13379            ! doop.c op.c
13380 ____________________________________________________________________________
13381 [  9241] By: gsar                                  on 2001/03/19  17:34:46
13382         Log: VMSify tests (from Charles Lane)
13383      Branch: maint-5.6/perl
13384            ! t/lib/filehand.t t/lib/texttabs.t
13385 ____________________________________________________________________________
13386 [  9240] By: jhi                                   on 2001/03/19  14:24:26
13387         Log: Integrate change #9233 from maintperl into mainline.
13388              
13389              some refcounts were incorrect in perl_clone()
13390      Branch: perl
13391           !> sv.c
13392 ____________________________________________________________________________
13393 [  9239] By: gsar                                  on 2001/03/19  09:23:17
13394         Log: this is 5.6.1-trial3
13395      Branch: maint-5.6/perl
13396            ! Changes
13397 ____________________________________________________________________________
13398 [  9238] By: gsar                                  on 2001/03/19  08:47:04
13399         Log: some new symbols are only available under ithreads
13400      Branch: maint-5.6/perl
13401            ! makedef.pl
13402 ____________________________________________________________________________
13403 [  9237] By: gsar                                  on 2001/03/19  08:42:28
13404         Log: update patchlevel.h, Changes, &c.
13405      Branch: maint-5.6/perl
13406            ! Changes patchlevel.h pod/perlhist.pod
13407           !> AUTHORS
13408 ____________________________________________________________________________
13409 [  9236] By: gsar                                  on 2001/03/19  08:17:49
13410         Log: integrate changes#8068,8717 from mainline
13411              
13412              [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
13413              
13414              [PATCH CPAN 1.59_51] warning message (not!)
13415      Branch: maint-5.6/perl
13416           !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/typemap
13417           !> ext/NDBM_File/NDBM_File.pm ext/NDBM_File/typemap
13418           !> ext/ODBM_File/ODBM_File.pm ext/ODBM_File/typemap
13419           !> ext/SDBM_File/SDBM_File.pm ext/SDBM_File/typemap lib/CPAN.pm
13420           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
13421 ____________________________________________________________________________
13422 [  9235] By: gsar                                  on 2001/03/19  08:07:09
13423         Log: integrate changes#8617,8713,8715,8716,8721,8953,8963 from mainline
13424              
13425              [PATCH] Add missing CV flags to dump.c
13426              
13427              Re: [patch] Re: PL_ptr_table
13428              
13429              Fixup non-ithread build after 8713
13430              
13431              Generated files form 8713 etc.
13432              
13433              Correct the correction :-(
13434              
13435              Documenting coderef @INC (Re: CPAN "make this script work" feature)
13436              
13437              Subject: Re: sync sync sync: have I missed any patches?
13438              Replace djSP with dSP.
13439      Branch: maint-5.6/perl
13440           !> cop.h doio.c doop.c dump.c embed.h embed.pl ext/B/B/C.pm
13441           !> ext/B/B/CC.pm global.sym objXSUB.h perl.c perlapi.c
13442           !> pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
13443           !> sv.c sv.h win32/perlhost.h
13444 ____________________________________________________________________________
13445 [  9234] By: gsar                                  on 2001/03/19  07:22:05
13446         Log: revert the change#9090 integrate for now (change looks somewhat
13447              incomplete in that [ha]v_exists() need something similar; lacks
13448              tests; &c.)
13449      Branch: maint-5.6/perl
13450            ! hv.c
13451 ____________________________________________________________________________
13452 [  9233] By: gsar                                  on 2001/03/19  07:10:01
13453         Log: some refcounts were incorrect in perl_clone(); avoid hang in global
13454              destruction when there are unreferenced scalars (SvREFCNT==0)
13455      Branch: maint-5.6/perl
13456            ! sv.c
13457 ____________________________________________________________________________
13458 [  9232] By: jhi                                   on 2001/03/19  05:11:02
13459         Log: Regen api and toc.
13460      Branch: maint-5.6/perl
13461            ! pod/perlapi.pod pod/perltoc.pod
13462 ____________________________________________________________________________
13463 [  9231] By: jhi                                   on 2001/03/19  04:06:03
13464         Log: Integrate changes in #9070,9072,9101 from mainline into maintperl,
13465              add a lost line in pp.c:pp_chop(), update to new op/chop.
13466              
13467              Clarify the description differentiating for and while; inspired by
13468              
13469              Subject: [ID 20010306.004] || != named unary operator
13470              
13471              The $Is_MacOS needs to be declared.
13472      Branch: maint-5.6/perl
13473            ! pp.c t/op/chop.t
13474           !> lib/ExtUtils/Manifest.pm pod/perlop.pod pod/perlsyn.pod
13475 ____________________________________________________________________________
13476 [  9230] By: jhi                                   on 2001/03/19  03:48:16
13477         Log: Integrate changes #7971(perlio),8982,9061,9062,9068,9069,
13478              9079,9083,9089,9090,9091 from mainline to maintperl.
13479              
13480              Quieten some noise in Win32 builds
13481              
13482              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker..."
13483              
13484              The perlretut was still talking about the old \p and \P
13485              definitions.
13486              
13487              More tweakage on the Unicode character class descriptions.
13488              
13489              Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
13490              
13491              Subject: 'no *POSIX' Patch speeding up make on BS2000 
13492              
13493              Subject: [PATCH] perldata.pod here-doc docs
13494              
13495              Add /sbin and /usr/sbin to the list of directories scanned
13496              for setuid programs.  Takes care of bug id 20010309.003.
13497              
13498              Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists()
13499              
13500              In op/stat #35 better to scan all the potential directories
13501              for setuids, not just the first one.
13502      Branch: maint-5.6/perl
13503            ! Makefile.SH
13504           !> doio.c hv.c lib/unicode/mktables.PL makedepend.SH perl.h
13505           !> pod/perldata.pod pod/perlretut.pod pp.c t/op/chop.t
13506           !> t/op/stat.t toke.c win32/win32.h
13507 ____________________________________________________________________________
13508 [  9229] By: jhi                                   on 2001/03/19  02:31:50
13509         Log: Subject: [MacPerl-Porters] [PATCH] Portability fixes for Mac OS / maint-5.6
13510              From: Chris Nandor <pudge@pobox.com>
13511              Date: Sat, 10 Mar 2001 14:22:19 -0500
13512              Message-Id: <p0501042db6cf0a8d0b63@[10.0.1.177]>
13513      Branch: maint-5.6/perl
13514            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
13515            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm perlsfio.h
13516            ! t/lib/b.t t/lib/errno.t
13517 ____________________________________________________________________________
13518 [  9228] By: jhi                                   on 2001/03/19  02:29:59
13519         Log: Integrate changes #9113,9122 from mainline into maintperl.
13520              
13521              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?)
13522      Branch: maint-5.6/perl
13523           !> Configure README.os390 hints/os390.sh
13524 ____________________________________________________________________________
13525 [  9227] By: jhi                                   on 2001/03/19  02:22:35
13526         Log: Integrate #9115,9121,9128,9163,9171,9174,9175 from mainline
13527              into maintperl.
13528              
13529              Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
13530              
13531              Forgot to check-in the larger part of #9120, duh.
13532              
13533              Subject: Another patch for integer.pm POD 
13534              
13535              h2ph strictness and cleanliness from Kurt Starsinic.
13536              
13537              Borland filename case problem.
13538              
13539              h2ph strictness and cleanliness from Kurt Starsinic.
13540              
13541              Subject: [PATCH] the uncontroversial doc patches
13542      Branch: maint-5.6/perl
13543           +> win32/sncfnmcs.pl
13544           !> MANIFEST README.os2 README.win32 ext/GDBM_File/GDBM_File.pm
13545           !> ext/GDBM_File/GDBM_File.xs lib/integer.pm
13546           !> pod/perl5005delta.pod pod/perldebtut.pod pod/perlfunc.pod
13547           !> pod/perlhack.pod pod/perllexwarn.pod pod/perllocale.pod
13548           !> pod/perllol.pod pod/perlmod.pod pod/perlmodlib.pod
13549           !> pod/perlport.pod pod/perlrun.pod pod/perltoc.pod
13550           !> pod/perlxs.pod pod/perlxstut.pod utils/h2ph.PL
13551 ____________________________________________________________________________
13552 [  9226] By: jhi                                   on 2001/03/19  02:10:21
13553         Log: Integrate changes #9207,9214 from mainline into maintperl.
13554              
13555              podchecker relaxations: =over has an *optional* number after it,
13556              and whitespace in L<> is okay.
13557      Branch: maint-5.6/perl
13558           !> lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
13559           !> t/pod/poderrs.xr
13560 ____________________________________________________________________________
13561 [  9225] By: jhi                                   on 2001/03/19  02:07:38
13562         Log: Integrate change #9219 from maintperl into mainline.
13563              
13564              remove duplicated tests
13565      Branch: perl
13566           !> t/op/re_tests
13567 ____________________________________________________________________________
13568 [  9224] By: jhi                                   on 2001/03/19  02:06:11
13569         Log: Integrate change #9223 from mainline to maintperl.
13570              
13571              Document -Dmksymlinks.
13572      Branch: maint-5.6/perl
13573           !> INSTALL
13574 ____________________________________________________________________________
13575 [  9223] By: jhi                                   on 2001/03/19  02:01:25
13576         Log: Document -Dmksymlinks.
13577      Branch: perl
13578            ! INSTALL
13579 ____________________________________________________________________________
13580 [  9222] By: jhi                                   on 2001/03/19  01:15:35
13581         Log: The -Dmksymlinks wasn't working for maintperl.
13582      Branch: maint-5.6/perl
13583            ! Configure
13584 ____________________________________________________________________________
13585 [  9221] By: jhi                                   on 2001/03/19  00:49:43
13586         Log: Cleanup pixie residue.
13587      Branch: perl
13588            ! Makefile.SH
13589 ____________________________________________________________________________
13590 [  9220] By: jhi                                   on 2001/03/19  00:44:47
13591         Log: Document the use of pixie/prof; create make targets for it.
13592              
13593              TODO: make t/TEST pixie-aware.
13594      Branch: perl
13595            ! Makefile.SH pod/perlhack.pod
13596 ____________________________________________________________________________
13597 [  9219] By: gsar                                  on 2001/03/19  00:16:55
13598         Log: remove duplicated tests
13599      Branch: maint-5.6/perl
13600            ! t/op/re_tests
13601 ____________________________________________________________________________
13602 [  9218] By: jhi                                   on 2001/03/18  23:59:31
13603         Log: Document Third Degree some more, and also PERL_DESTRUCT_LEVEL.
13604      Branch: perl
13605            ! pod/perlhack.pod pod/perlobj.pod pod/perlrun.pod
13606 ____________________________________________________________________________
13607 [  9217] By: jhi                                   on 2001/03/18  23:25:20
13608         Log: Rewrite the tests section of Makefile to be less redundant
13609              and to allow for more flexible test targets, many recursive
13610              make calls introduced.
13611      Branch: perl
13612            ! Makefile.SH
13613 ____________________________________________________________________________
13614 [  9216] By: jhi                                   on 2001/03/18  22:30:04
13615         Log: Document the use of Third Degree (sparsely).
13616      Branch: perl
13617            ! pod/perlhack.pod t/TEST
13618 ____________________________________________________________________________
13619 [  9215] By: jhi                                   on 2001/03/18  22:10:30
13620         Log: Make targets for testing with Third Degree.
13621      Branch: perl
13622            ! Makefile.SH
13623 ____________________________________________________________________________
13624 [  9214] By: jhi                                   on 2001/03/18  21:08:53
13625         Log: The podchecker relaxations need to mirrored also at the tests.
13626      Branch: perl
13627            ! t/pod/poderrs.xr
13628 ____________________________________________________________________________
13629 [  9213] By: jhi                                   on 2001/03/18  20:56:21
13630         Log: Update Changes.
13631      Branch: perl
13632            ! Changes patchlevel.h
13633 ____________________________________________________________________________
13634 [  9212] By: jhi                                   on 2001/03/18  20:36:59
13635         Log: Looking for config.sh in parent directories isn't
13636              very useful for the toplevel Makefile.
13637      Branch: perl
13638            ! Makefile.SH
13639 ____________________________________________________________________________
13640 [  9211] By: jhi                                   on 2001/03/18  20:33:37
13641         Log: On "make clean" take care of Third Degree droppings.
13642      Branch: perl
13643            ! Makefile.SH
13644 ____________________________________________________________________________
13645 [  9210] By: jhi                                   on 2001/03/18  20:21:34
13646         Log: Add a hook for running the tests under the Third Degree
13647              debugging tool (set $ENV{PERL_3LOG} to non-zero)
13648              
13649              TODO: Document the use of Third Degree.
13650      Branch: perl
13651            ! t/TEST
13652 ____________________________________________________________________________
13653 [  9209] By: jhi                                   on 2001/03/18  20:19:07
13654         Log: Regen toc and api pods.
13655      Branch: perl
13656            ! pod/perlapi.pod pod/perltoc.pod
13657 ____________________________________________________________________________
13658 [  9208] By: jhi                                   on 2001/03/18  20:12:12
13659         Log: Integrate changes #8128,9132 from mainline into maintperl,
13660              Tie::SubstrHash fixes.
13661      Branch: maint-5.6/perl
13662           !> lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
13663 ____________________________________________________________________________
13664 [  9207] By: jhi                                   on 2001/03/18  20:07:43
13665         Log: podchecker relaxations from Michael Stevens.
13666      Branch: perl
13667            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
13668 ____________________________________________________________________________
13669 [  9206] By: jhi                                   on 2001/03/18  20:04:24
13670         Log: Retract the changes made at #9176 to Neil's and Ilya's module pods.
13671      Branch: perl
13672            ! lib/Locale/Constants.pm lib/Locale/Country.pm
13673            ! lib/Locale/Currency.pm lib/Locale/Language.pm lib/overload.pm
13674            ! os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/Process/Process.pm
13675 ____________________________________________________________________________
13676 [  9205] By: jhi                                   on 2001/03/18  19:54:45
13677         Log: Integrate changes #9161,9162 from maintperl to mainline.
13678              
13679              clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
13680              results
13681      Branch: perl
13682           !> t/op/magic.t
13683 ____________________________________________________________________________
13684 [  9204] By: jhi                                   on 2001/03/18  19:37:46
13685         Log: Make perl.third checks more understandable to the builder.
13686      Branch: perl
13687            ! Makefile.SH
13688 ____________________________________________________________________________
13689 [  9203] By: jhi                                   on 2001/03/18  19:20:54
13690         Log: Re-integrate #9138 from maintperl to mainline,
13691              the squelching of the unneeded "Scalars leaked" messages.
13692      Branch: perl
13693           !> t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
13694           !> t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
13695           !> t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
13696 ____________________________________________________________________________
13697 [  9202] By: jhi                                   on 2001/03/18  18:48:36
13698         Log: More robust and more paranoid perl.third target.
13699      Branch: perl
13700            ! Makefile.SH
13701 ____________________________________________________________________________
13702 [  9201] By: jhi                                   on 2001/03/18  18:39:21
13703         Log: Integrate change #9197 from maintperl to mainline.
13704              
13705              more thorough cleaning of arenas.
13706      Branch: perl
13707           !> embed.pl perl.c proto.h sv.c t/op/sort.t
13708 ____________________________________________________________________________
13709 [  9200] By: jhi                                   on 2001/03/18  18:25:17
13710         Log: Integrate perlio.
13711      Branch: perl
13712           !> doop.c ext/Encode/Encode.pm ext/Encode/Encode.xs
13713           !> ext/Encode/compile lib/utf8.pm pp_ctl.c sv.c t/lib/b.t
13714           !> t/lib/encode.t toke.c universal.c utf8.c
13715 ____________________________________________________________________________
13716 [  9199] By: nick                                  on 2001/03/18  15:23:51
13717         Log: Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED() when that
13718              is the sense of the test being done. Avoid some magical 127 and 128 values
13719              by using macros.
13720      Branch: perlio
13721            ! doop.c pp_ctl.c sv.c toke.c
13722 ____________________________________________________________________________
13723 [  9198] By: nick                                  on 2001/03/18  14:18:12
13724         Log: UTF-X encoding invariance for Encode:
13725              - move Encode::utf8_encode to utf8::encode (likewise decode,upgrade,downgrade,valid)
13726              - move the XS code for those to universal.c (so in miniperl)
13727              - add utf8::unicode_to_native and its inverse to allow EBCDIC to work in true unicode.
13728              - change ext/Encode/compile to use above.
13729              - Fix t/lib/encode.t for above
13730              - Teach t/lib/b.t to expect -uutf8
13731              - In utf8.c look for SWASHNEW rather than just utf8:: package to see if
13732              utf8.pm is needed.
13733      Branch: perlio
13734            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
13735            ! lib/utf8.pm t/lib/b.t t/lib/encode.t universal.c utf8.c
13736 ____________________________________________________________________________
13737 [  9197] By: gsar                                  on 2001/03/18  12:15:57
13738         Log: more thorough cleaning of arenas--keep going until no more
13739              SvREFCNT_dec()s occur (this fixes the problem that causes the
13740              pesky "Scalars leaked" warnings)
13741      Branch: maint-5.6/perl
13742            ! embed.pl perl.c proto.h sv.c t/op/sort.t
13743 ____________________________________________________________________________
13744 [  9196] By: nick                                  on 2001/03/18  10:57:29
13745         Log: Fix pragma/utf8.t # 15
13746              - if toke.c is processing a SvUTF8 string then single quoted '...' etc.
13747              are SvUTF8 as well.
13748      Branch: perlio
13749            ! toke.c
13750 ____________________________________________________________________________
13751 [  9195] By: nick                                  on 2001/03/18  09:27:06
13752         Log: Integrate mainline
13753      Branch: perlio
13754           !> MANIFEST Makefile.SH doop.c mg.c op.c op.h t/op/misc.t
13755           !> t/op/pat.t
13756 ____________________________________________________________________________
13757 [  9194] By: jhi                                   on 2001/03/18  05:29:59
13758         Log: Sarathy's clear_pmop patch with Radu Greab's fix,
13759              Hiroto's, Nick Clark's, and Vadim Konovalov's tests.
13760      Branch: perl
13761            ! op.c op.h t/op/misc.t t/op/pat.t
13762 ____________________________________________________________________________
13763 [  9193] By: jhi                                   on 2001/03/18  05:15:06
13764         Log: NI-S' cunning idea of how to de-UTF8 the "\C-broken" submatches.
13765      Branch: perl
13766            ! mg.c t/op/pat.t
13767 ____________________________________________________________________________
13768 [  9192] By: jhi                                   on 2001/03/18  04:22:43
13769         Log: tr/// UTF-8 patches from Inaba Hiroto.
13770      Branch: perl
13771            ! doop.c op.c
13772 ____________________________________________________________________________
13773 [  9191] By: jhi                                   on 2001/03/18  04:21:17
13774         Log: Integrate perlio.
13775      Branch: perl
13776           !> utf8.c utfebcdic.h
13777 ____________________________________________________________________________
13778 [  9190] By: nick                                  on 2001/03/17  20:32:01
13779         Log: Correct #if EBCDIC side typos.
13780              Builds and passes many tests on OS390.
13781      Branch: perlio
13782            ! utf8.c utfebcdic.h
13783 ____________________________________________________________________________
13784 [  9189] By: jhi                                   on 2001/03/17  18:55:49
13785         Log: Add prerequisites for the perl.third target.
13786      Branch: perl
13787            ! Makefile.SH
13788 ____________________________________________________________________________
13789 [  9188] By: jhi                                   on 2001/03/17  18:46:00
13790         Log: Integrate perlio.
13791      Branch: perl
13792           +> utfebcdic.h
13793           !> MANIFEST doop.c perl.h pp.c utf8.c utf8.h
13794 ____________________________________________________________________________
13795 [  9187] By: jhi                                   on 2001/03/17  18:38:47
13796         Log: Add a make rule for perl.third (the Third Degree memory debugging
13797              tool of Tru64 / Digital UNIX / DEC OSF/1, see man third or man atom)
13798      Branch: perl
13799            ! Makefile.SH
13800 ____________________________________________________________________________
13801 [  9186] By: nick                                  on 2001/03/17  18:34:48
13802         Log: MANIFEST addition :-(
13803      Branch: perlio
13804            ! MANIFEST
13805 ____________________________________________________________________________
13806 [  9185] By: nick                                  on 2001/03/17  18:29:50
13807         Log: Infrastructure to use UTF-EBCDIC rather than UTF-8 as the internal
13808              encoding on EBCDIC platforms. This has property that U+0000..U+009F i.e.
13809              a superset of ASCII are invariant under the encoding. This is EBCDIC
13810              friendly as an encoded string can be looked at as being EBCDIC by lexer
13811              sprintf("%d",...) etc. in same manner that a UTF-8 string be considered
13812              ASCII on ASCII machines.
13813              
13814              - re-arrange utf8.h to get ASCII specific vs Unicode generic bits
13815              seperate.
13816              - Add some more macros to comprehend different shift amounts and
13817              possible swizzle in UTF-EBCDIC vs UTF-8. Change utf8.c to use them.
13818              - add utfebcdic.h which provides UTF-EBCDIC versions of the macros,
13819              and conditionaly #include it.
13820              
13821              EBCDIC build as yet untested.  ASCII still fails the one test.
13822      Branch: perlio
13823            + utfebcdic.h
13824            ! utf8.c utf8.h
13825 ____________________________________________________________________________
13826 [  9184] By: nick                                  on 2001/03/17  17:44:16
13827         Log: Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT
13828      Branch: perlio
13829            ! doop.c perl.h pp.c utf8.h
13830 ____________________________________________________________________________
13831 [  9183] By: jhi                                   on 2001/03/17  15:55:42
13832         Log: Integrate perlio.
13833      Branch: perl
13834            ! MANIFEST
13835           !> perl.h sv.c t/op/pat.t toke.c utf8.c utf8.h
13836 ____________________________________________________________________________
13837 [  9182] By: nick                                  on 2001/03/17  09:16:06
13838         Log: Allow test to pass even when \C leaves SvUTF8 set by adding 'use bytes'
13839      Branch: perlio
13840            ! t/op/pat.t
13841 ____________________________________________________________________________
13842 [  9181] By: nick                                  on 2001/03/17  09:15:11
13843         Log: Integrate mainline.
13844      Branch: perlio
13845           +> lib/Locale/Constants.pm lib/Locale/Country.pm
13846           +> lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
13847           +> t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
13848           +> t/lib/lc-language.t t/lib/lc-uk.t win32/sncfnmcs.pl
13849           !> (integrate 83 files)
13850 ____________________________________________________________________________
13851 [  9180] By: nick                                  on 2001/03/16  17:23:21
13852         Log: EBCDIC Fixes.
13853      Branch: perlio
13854            ! perl.h sv.c toke.c utf8.c utf8.h
13855 ____________________________________________________________________________
13856 [  9179] By: jhi                                   on 2001/03/16  14:10:12
13857         Log: Re-apply #9024 as the Storable 1.0.11 (#9069) overwrote
13858              a change needed to work around an AIX compiler bug.
13859      Branch: perl
13860            ! ext/Storable/Storable.xs
13861 ____________________________________________________________________________
13862 [  9178] By: jhi                                   on 2001/03/16  03:19:59
13863         Log: With Damian's approval synchronize damian's modules'
13864              licensing with Perl's standard module licensing.
13865      Branch: perl
13866            ! lib/Filter/Simple.pm lib/Switch.pm lib/Text/Balanced.pod
13867 ____________________________________________________________________________
13868 [  9177] By: jhi                                   on 2001/03/16  03:15:34
13869         Log: Make the Filter::Util:Call files have their own copies
13870              of the Perl standard module licensing, from Paul Marquess.
13871      Branch: perl
13872            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
13873 ____________________________________________________________________________
13874 [  9176] By: jhi                                   on 2001/03/16  02:56:04
13875         Log: Subject: [PATCH] more pod patches
13876              From: Michael Stevens <michael@etla.org>
13877              Date: Thu, 15 Mar 2001 21:25:18 +0000
13878              Message-ID: <20010315212518.A18870@firedrake.org>
13879      Branch: perl
13880            ! configpm ext/B/B/Bytecode.pm ext/DB_File/DB_File.pm
13881            ! ext/Data/Dumper/Dumper.pm ext/Devel/Peek/Peek.pm
13882            ! ext/Filter/Util/Call/Call.pm ext/IO/lib/IO/Handle.pm
13883            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
13884            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
13885            ! ext/IPC/SysV/SysV.pm ext/NDBM_File/NDBM_File.pm
13886            ! ext/ODBM_File/ODBM_File.pm ext/Socket/Socket.pm
13887            ! ext/Storable/Storable.pm ext/Sys/Syslog/Syslog.pm
13888            ! ext/Thread/Thread.pm ext/Thread/Thread/Queue.pm
13889            ! ext/attrs/attrs.pm jpl/JNI/JNI.pm lib/CPAN.pm
13890            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Embed.pm
13891            ! lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Cygwin.pm
13892            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_VMS.pm
13893            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm
13894            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
13895            ! lib/File/Basename.pm lib/File/Spec/VMS.pm
13896            ! lib/File/Spec/Win32.pm lib/FileHandle.pm lib/Filter/Simple.pm
13897            ! lib/Getopt/Long.pm lib/Locale/Constants.pm
13898            ! lib/Locale/Country.pm lib/Locale/Language.pm
13899            ! lib/Term/ANSIColor.pm lib/Test.pm lib/Test/Harness.pm
13900            ! lib/Text/Wrap.pm lib/Tie/Array.pm lib/Tie/Handle.pm
13901            ! lib/Tie/Hash.pm lib/Tie/Scalar.pm lib/User/pwent.pm
13902            ! lib/autouse.pm lib/overload.pm os2/OS2/ExtAttr/ExtAttr.pm
13903            ! os2/OS2/Process/Process.pm
13904 ____________________________________________________________________________
13905 [  9175] By: jhi                                   on 2001/03/16  02:53:32
13906         Log: Subject: [PATCH] the uncontroversial doc patches
13907              From: Michael Stevens <michael@etla.org>
13908              Date: Thu, 15 Mar 2001 20:01:12 +0000
13909              Message-ID: <20010315200112.A7636@firedrake.org>
13910      Branch: perl
13911            ! pod/perl5005delta.pod pod/perldebtut.pod pod/perldelta.pod
13912            ! pod/perlfunc.pod pod/perlhack.pod pod/perllexwarn.pod
13913            ! pod/perllocale.pod pod/perllol.pod pod/perlmod.pod
13914            ! pod/perlmodlib.pod pod/perlport.pod pod/perlrun.pod
13915            ! pod/perltoc.pod pod/perlxs.pod pod/perlxstut.pod
13916 ____________________________________________________________________________
13917 [  9174] By: jhi                                   on 2001/03/16  02:50:49
13918         Log: Subject: [PATCH 5.6.1] ext/GDBM_File GDBM_NOLOCK constant
13919              From: Paul Lindner <lindner@inuus.com>
13920              Date: Fri, 16 Mar 2001 11:28:03 -0800
13921              Message-ID: <20010316112803.A7577@inuus.com>
13922      Branch: perl
13923            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
13924 ____________________________________________________________________________
13925 [  9173] By: nick                                  on 2001/03/15  20:21:03
13926         Log: 1st day's EBCDIC fixes:
13927              - toke.c's parsing of strings needed attention
13928              needed to conditionally e2a if string was already UTF-8
13929              - e2a/a2e tables where wrong way round.
13930              - new macros in utf8.h
13931      Branch: perlio
13932            ! perl.h toke.c utf8.h
13933 ____________________________________________________________________________
13934 [  9172] By: jhi                                   on 2001/03/15  15:17:17
13935         Log: Update Changes.
13936      Branch: perl
13937            ! Changes patchlevel.h
13938 ____________________________________________________________________________
13939 [  9171] By: jhi                                   on 2001/03/15  15:09:32
13940         Log: Subject: Re: Another Borland C++ problem.
13941              From: "Vadim Konovalov" <watman@inbox.ru>
13942              Date: Sat, 10 Mar 2001 19:26:07 +0300
13943              Message-ID: <001601c0a97f$143fcc40$da7b55c2@vad>
13944              
13945              Borland filename case problem.
13946      Branch: perl
13947            + win32/sncfnmcs.pl
13948            ! MANIFEST README.win32
13949 ____________________________________________________________________________
13950 [  9170] By: jhi                                   on 2001/03/15  14:54:23
13951         Log: Add Locale::Codes 1.06, from Neil Bowers.
13952      Branch: perl
13953            + lib/Locale/Constants.pm lib/Locale/Country.pm
13954            + lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
13955            + t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
13956            + t/lib/lc-language.t t/lib/lc-uk.t
13957            ! MANIFEST
13958 ____________________________________________________________________________
13959 [  9169] By: jhi                                   on 2001/03/15  14:19:01
13960         Log: Upgrade to Storable 1.0.11, from Raphael Manfredi.
13961      Branch: perl
13962            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
13963            ! ext/Storable/Storable.xs
13964 ____________________________________________________________________________
13965 [  9168] By: jhi                                   on 2001/03/15  14:13:22
13966         Log: Integrate changes #9120,9167 from mainline to maintperl.
13967              
13968              Subject: [PATCH 5.6.1] OS/2 docs
13969              
13970              Subject: [PATCH 5.6.1] perldoc
13971      Branch: maint-5.6/perl
13972           !> os2/Changes utils/perldoc.PL
13973 ____________________________________________________________________________
13974 [  9167] By: jhi                                   on 2001/03/15  14:07:42
13975         Log: Subject: [PATCH 5.6.1] perldoc
13976              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13977              Date: Wed, 14 Mar 2001 23:46:52 -0500
13978              Message-ID: <20010314234652.A7972@math.ohio-state.edu>
13979      Branch: perl
13980            ! utils/perldoc.PL
13981 ____________________________________________________________________________
13982 [  9166] By: jhi                                   on 2001/03/15  13:53:15
13983         Log: sigaction test condition tweakage.
13984      Branch: perl
13985            ! t/lib/sigaction.t
13986 ____________________________________________________________________________
13987 [  9165] By: alanbur                               on 2001/03/15  03:49:17
13988         Log: Resynchronised with parent
13989      Branch: maint-5.6/pureperl
13990           +> os2/os2add.sym t/op/anonsub.t
13991           !> (integrate 72 files)
13992 ____________________________________________________________________________
13993 [  9164] By: jhi                                   on 2001/03/15  01:05:01
13994         Log: Avoid stomping off the beginning of an array in tr///.
13995      Branch: perl
13996            ! op.c
13997 ____________________________________________________________________________
13998 [  9163] By: jhi                                   on 2001/03/15  00:58:57
13999         Log: h2ph strictness and cleanliness from Kurt Starsinic.
14000      Branch: perl
14001            ! utils/h2ph.PL
14002 ____________________________________________________________________________
14003 [  9162] By: gsar                                  on 2001/03/15  00:56:53
14004         Log: avoid warnings
14005      Branch: maint-5.6/perl
14006            ! t/op/magic.t
14007 ____________________________________________________________________________
14008 [  9161] By: gsar                                  on 2001/03/15  00:52:09
14009         Log: clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
14010              results
14011      Branch: maint-5.6/perl
14012            ! t/op/magic.t
14013 ____________________________________________________________________________
14014 [  9160] By: jhi                                   on 2001/03/14  22:02:10
14015         Log: Do not use the Perl malloc in IRIX, suggested by
14016              Helmus Jarausch.
14017      Branch: perl
14018            ! hints/irix_6.sh
14019 ____________________________________________________________________________
14020 [  9159] By: nick                                  on 2001/03/14  21:45:59
14021         Log: Integrate mainline
14022      Branch: perlio
14023           +> t/op/loopctl.t
14024           !> (integrate 41 files)
14025 ____________________________________________________________________________
14026 [  9158] By: jhi                                   on 2001/03/14  21:10:09
14027         Log: The Day of the Retractions continues: the #9138
14028              (integrated in #9144) doesn't work well in mainline.
14029      Branch: perl
14030            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
14031            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
14032            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
14033 ____________________________________________________________________________
14034 [  9157] By: jhi                                   on 2001/03/14  20:58:12
14035         Log: The #9145 CANNOT be enabled: the clear_pmop code still
14036              dumps core all over in Tru64.
14037      Branch: perl
14038            ! op.c op.h t/op/pat.t
14039 ____________________________________________________________________________
14040 [  9156] By: jhi                                   on 2001/03/14  20:48:06
14041         Log: Integrate change #9154 from maintperl to mainline.
14042              
14043              PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
14044              (caused Storable 1.0.10 to break on windows)
14045      Branch: perl
14046           !> embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
14047           !> perlapi.c proto.h
14048 ____________________________________________________________________________
14049 [  9155] By: jhi                                   on 2001/03/14  20:23:53
14050         Log: Retract #9136: breaks threading (and binary compatibility).
14051      Branch: perl
14052            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
14053 ____________________________________________________________________________
14054 [  9154] By: gsar                                  on 2001/03/14  17:48:18
14055         Log: PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
14056              (caused Storable 1.0.10 to break on windows)
14057      Branch: maint-5.6/perl
14058            ! embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
14059            ! perlapi.c proto.h
14060 ____________________________________________________________________________
14061 [  9153] By: jhi                                   on 2001/03/14  13:35:21
14062         Log: Tweaked a tweak from H.Merijn Brand on the sigaction test.
14063      Branch: perl
14064            ! t/lib/sigaction.t
14065 ____________________________________________________________________________
14066 [  9152] By: gsar                                  on 2001/03/14  07:29:40
14067         Log: back out changes#9012,9010,9009 and parts of change#9016
14068              (causes ABRs under purify, and some prerequisites don't
14069              seem to be there in 5.6.x)
14070      Branch: maint-5.6/perl
14071            ! doop.c op.c t/op/tr.t toke.c
14072 ____________________________________________________________________________
14073 [  9151] By: gsar                                  on 2001/03/14  07:01:29
14074         Log: reenable change#9145 (the test was busted due to a missing
14075              C<print "ok 27\n">)
14076      Branch: perl
14077            ! op.c op.h t/op/pat.t
14078 ____________________________________________________________________________
14079 [  9150] By: jhi                                   on 2001/03/14  06:38:36
14080         Log: Retract #9145.
14081      Branch: perl
14082            ! op.c op.h t/op/pat.t
14083 ____________________________________________________________________________
14084 [  9149] By: jhi                                   on 2001/03/14  06:14:56
14085         Log: Retract #9143.
14086      Branch: perl
14087            ! op.c
14088 ____________________________________________________________________________
14089 [  9148] By: gsar                                  on 2001/03/14  06:13:02
14090         Log: Uninitialized Memory Read in regexec.c
14091      Branch: perl
14092            ! regexec.c
14093 ____________________________________________________________________________
14094 [  9147] By: jhi                                   on 2001/03/14  04:59:54
14095         Log: Subject: PATCH: make goto work in nested eval ""
14096              From: Robin Houston <robin@kitsite.com>
14097              Date: Wed, 14 Mar 2001 04:16:10 +0000
14098              Message-ID: <20010314041610.A16307@puffinry.freeserve.co.uk>
14099      Branch: perl
14100            ! pp_ctl.c t/op/goto.t
14101 ____________________________________________________________________________
14102 [  9146] By: jhi                                   on 2001/03/14  04:42:54
14103         Log: Preserve the #ifdef PERL_CORE in perly.h.
14104      Branch: perl
14105            ! perly.fixer
14106 ____________________________________________________________________________
14107 [  9145] By: jhi                                   on 2001/03/14  03:57:41
14108         Log: (Retracted by #9150.)
14109      Branch: perl
14110            ! op.c op.h t/op/pat.t
14111 ____________________________________________________________________________
14112 [  9144] By: jhi                                   on 2001/03/14  03:50:38
14113         Log: Integrate changes #9137,9138,9142 from maintperl into mainline.
14114              
14115              fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
14116              
14117              remove squelch controls for "Scalars leaked" messages in most places
14118              (these are now cured)
14119              
14120              fix another memory leak reported by purify (tie callbacks that
14121              croak can leak when wiping out magic)
14122      Branch: perl
14123           !> regcomp.c scope.c t/comp/proto.t t/op/lex_assign.t
14124           !> t/op/local.t t/op/pat.t t/op/regexp.t t/pragma/strict-vars
14125           !> t/pragma/warn/op t/pragma/warn/regcomp t/pragma/warn/toke
14126           !> t/pragma/warnings.t
14127 ____________________________________________________________________________
14128 [  9143] By: jhi                                   on 2001/03/14  03:37:53
14129         Log: (Retracted by #9149.)
14130      Branch: perl
14131            ! op.c
14132 ____________________________________________________________________________
14133 [  9142] By: gsar                                  on 2001/03/14  03:20:48
14134         Log: fix another memory leak reported by purify (tie callbacks that
14135              croak can leak when wiping out magic)
14136      Branch: maint-5.6/perl
14137            ! scope.c
14138 ____________________________________________________________________________
14139 [  9141] By: jhi                                   on 2001/03/14  02:55:00
14140         Log: Subject: PATCH for [ID 20010305.003]
14141              From: Robin Houston <robin@kitsite.com>
14142              Date: Wed, 14 Mar 2001 02:45:51 +0000
14143              Message-ID: <20010314024551.A16207@puffinry.freeserve.co.uk>
14144      Branch: perl
14145            ! pp_ctl.c t/op/eval.t
14146 ____________________________________________________________________________
14147 [  9140] By: jhi                                   on 2001/03/14  02:41:54
14148         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
14149              Date: Wed, 14 Mar 2001 01:52:51 +0000
14150              From: Robin Houston <robin@kitsite.com>
14151              Message-ID: <20010314015251.B16112@puffinry.freeserve.co.uk>
14152              
14153              Fix for 2000313.004.
14154      Branch: perl
14155            ! pp_ctl.c t/op/goto.t
14156 ____________________________________________________________________________
14157 [  9139] By: jhi                                   on 2001/03/14  02:40:50
14158         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
14159              From: Robin Houston <robin@kitsite.com>
14160              Date: Wed, 14 Mar 2001 00:43:45 +0000
14161              Message-ID: <20010314004345.A15892@puffinry.freeserve.co.uk>
14162      Branch: perl
14163            + t/op/loopctl.t
14164            ! AUTHORS MANIFEST perly.c perly.y perly_c.diff t/op/goto.t
14165            ! vms/perly_c.vms
14166 ____________________________________________________________________________
14167 [  9138] By: gsar                                  on 2001/03/14  01:18:00
14168         Log: remove squelch controls for "Scalars leaked" messages in most places
14169              (these are now cured)
14170      Branch: maint-5.6/perl
14171            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
14172            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
14173            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
14174 ____________________________________________________________________________
14175 [  9137] By: gsar                                  on 2001/03/14  00:57:04
14176         Log: fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
14177      Branch: maint-5.6/perl
14178            ! regcomp.c
14179 ____________________________________________________________________________
14180 [  9136] By: jhi                                   on 2001/03/13  23:12:24
14181         Log: (Retracted by #9155)
14182              
14183              Subject: Re: [gsar@ActiveState.com: v5.6.1 trial2 is available]
14184              From: Jens-Uwe Mager <jum@helios.de>
14185              Date: Wed, 21 Feb 2001 21:32:04 +0100
14186              Message-ID: <20010221213203.A18340@ans.helios.de>
14187      Branch: perl
14188            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
14189 ____________________________________________________________________________
14190 [  9135] By: jhi                                   on 2001/03/13  22:50:05
14191         Log: Integrate perlio.
14192      Branch: perl
14193           !> pp.c
14194 ____________________________________________________________________________
14195 [  9134] By: jhi                                   on 2001/03/13  22:49:05
14196         Log: Integrate change #9131 from maintperl into mainline.
14197              
14198              make the error text look more consistent in hints/hpux.sh
14199      Branch: perl
14200           !> hints/hpux.sh
14201 ____________________________________________________________________________
14202 [  9133] By: gsar                                  on 2001/03/13  22:46:20
14203         Log: integrate change#9067 from mainline
14204              
14205              Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
14206      Branch: maint-5.6/perl
14207           !> lib/ExtUtils/MM_Unix.pm
14208 ____________________________________________________________________________
14209 [  9132] By: jhi                                   on 2001/03/13  22:41:21
14210         Log: Subject:  Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
14211              From: "John P. Linderman" <jpl@research.att.com>
14212              Date: Tue, 13 Mar 2001 12:36:32 -0500 (EST)
14213              Message-Id: <200103131736.MAA35615@raptor.research.att.com>
14214              
14215              A more correct prime finder.
14216      Branch: perl
14217            ! lib/Tie/SubstrHash.pm
14218 ____________________________________________________________________________
14219 [  9131] By: gsar                                  on 2001/03/13  22:30:42
14220         Log: make the error text look more consistent in hints/hpux.sh
14221      Branch: maint-5.6/perl
14222            ! hints/hpux.sh
14223 ____________________________________________________________________________
14224 [  9130] By: jhi                                   on 2001/03/13  22:23:44
14225         Log: Subject: Re: 9122 and sigaction/switch on HP-UX 11.00
14226              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
14227              Date: Tue, 13 Mar 2001 18:41:26 +0100
14228              Message-Id: <20010313184043.BFFC.H.M.BRAND@hccnet.nl>
14229              
14230              If the test is run non-interactively the default handler
14231              is different.
14232      Branch: perl
14233            ! t/lib/sigaction.t
14234 ____________________________________________________________________________
14235 [  9129] By: jhi                                   on 2001/03/13  22:20:21
14236         Log: Subject:  [PATCH perl@9125] t/lib/1_compile.t  VMS mod
14237              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
14238              Message-Id: <010313164414.d1225@DUPHY4.Physics.Drexel.Edu>
14239              Date:     Tue, 13 Mar 2001 16:44:32 EST
14240      Branch: perl
14241            ! t/lib/1_compile.t
14242 ____________________________________________________________________________
14243 [  9128] By: jhi                                   on 2001/03/13  22:18:34
14244         Log: Subject: Another patch for integer.pm POD 
14245              From: "John L. Allen" <allen@grumman.com>
14246              Date: Tue, 13 Mar 2001 16:14:02 -0500 (EST)
14247              Message-ID: <Pine.SOL.3.91.1010313160755.1630A-100000@gateway.grumman.com>
14248      Branch: perl
14249            ! lib/integer.pm
14250 ____________________________________________________________________________
14251 [  9127] By: nick                                  on 2001/03/13  21:26:30
14252         Log: Integrate mainline.
14253      Branch: perlio
14254           +> lib/Switch.pm lib/Text/Balanced.pm lib/Text/Balanced.pod
14255           +> t/lib/switch.t t/lib/tb-genxt.t t/lib/tb-xbrak.t
14256           +> t/lib/tb-xcode.t t/lib/tb-xdeli.t t/lib/tb-xmult.t
14257           +> t/lib/tb-xquot.t t/lib/tb-xtagg.t t/lib/tb-xvari.t
14258           !> Changes Configure MANIFEST README.os2 README.os390
14259           !> ext/re/Makefile.PL hints/aix.sh hints/os390.sh lib/integer.pm
14260           !> os2/Changes patchlevel.h win32/perlhost.h
14261 ____________________________________________________________________________
14262 [  9126] By: nick                                  on 2001/03/13  20:39:51
14263         Log: #ifdef'ed out code to make packed side of pack/unpack
14264              octets. (i.e. pack('U') => encode_utf8).
14265      Branch: perlio
14266            ! pp.c
14267 ____________________________________________________________________________
14268 [  9125] By: jhi                                   on 2001/03/13  15:07:16
14269         Log: Update Changes.
14270      Branch: perl
14271            ! Changes patchlevel.h
14272 ____________________________________________________________________________
14273 [  9124] By: jhi                                   on 2001/03/13  14:22:45
14274         Log: Workaround for the buggy ("internal compiler error")
14275              AIX C compiler 5.0.1.0: skip the optimization for regcomp.c
14276              (and ext/re/re_comp.c).  The MakeMaker dark magic courtesy
14277              of Andreas König.
14278      Branch: perl
14279            ! ext/re/Makefile.PL hints/aix.sh
14280 ____________________________________________________________________________
14281 [  9123] By: jhi                                   on 2001/03/13  03:24:34
14282         Log: Typo in #9114.
14283      Branch: metaconfig
14284            ! U/modified/myhostname.U
14285 ____________________________________________________________________________
14286 [  9122] By: jhi                                   on 2001/03/13  03:24:06
14287         Log: Typo in #9113.
14288      Branch: perl
14289            ! Configure
14290 ____________________________________________________________________________
14291 [  9121] By: jhi                                   on 2001/03/13  01:53:05
14292         Log: Forgot to check-in the larger part of #9120, duh.
14293      Branch: perl
14294            ! README.os2
14295 ____________________________________________________________________________
14296 [  9120] By: jhi                                   on 2001/03/13  01:51:31
14297         Log: Subject: [PATCH 5.6.1] OS/2 docs
14298              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14299              Date: Mon, 12 Mar 2001 03:27:32 -0500
14300              Message-ID: <20010312032732.A19283@math.ohio-state.edu>
14301      Branch: perl
14302            ! os2/Changes
14303 ____________________________________________________________________________
14304 [  9119] By: jhi                                   on 2001/03/13  01:49:41
14305         Log: Integrate change #9116 from maintperl into mainline.
14306              
14307              Win32::GetCwd() returns C: instead of C:\ in the root directory
14308              under ithreads
14309      Branch: perl
14310           !> win32/perlhost.h
14311 ____________________________________________________________________________
14312 [  9118] By: jhi                                   on 2001/03/13  01:13:39
14313         Log: Add Switch 2.01, resort MANIFEST (forgot that in #9117)
14314      Branch: perl
14315            + lib/Switch.pm t/lib/switch.t
14316            ! MANIFEST
14317 ____________________________________________________________________________
14318 [  9117] By: jhi                                   on 2001/03/13  01:03:17
14319         Log: Add Text::Balanced 1.83.
14320      Branch: perl
14321            + lib/Text/Balanced.pm lib/Text/Balanced.pod t/lib/tb-genxt.t
14322            + t/lib/tb-xbrak.t t/lib/tb-xcode.t t/lib/tb-xdeli.t
14323            + t/lib/tb-xmult.t t/lib/tb-xquot.t t/lib/tb-xtagg.t
14324            + t/lib/tb-xvari.t
14325            ! MANIFEST
14326 ____________________________________________________________________________
14327 [  9116] By: gsar                                  on 2001/03/13  00:55:53
14328         Log: Win32::GetCwd() returns C: instead of C:\ in the root directory
14329              under ithreads
14330      Branch: maint-5.6/perl
14331            ! win32/perlhost.h
14332 ____________________________________________________________________________
14333 [  9115] By: jhi                                   on 2001/03/13  00:54:09
14334         Log: Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
14335              From: "John L. Allen" <allen@grumman.com>
14336              Date: Tue, 6 Mar 2001 10:50:51 -0500 (EST)
14337              Message-ID: <Pine.SOL.3.91.1010306103113.9094A-100000@gateway.grumman.com>
14338              
14339              use integer document clarification.
14340      Branch: perl
14341            ! lib/integer.pm
14342 ____________________________________________________________________________
14343 [  9114] By: jhi                                   on 2001/03/13  00:38:54
14344         Log: Metaconfig unit change for #9113.
14345      Branch: metaconfig
14346            ! U/modified/myhostname.U
14347 ____________________________________________________________________________
14348 [  9113] By: jhi                                   on 2001/03/13  00:38:35
14349         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?)
14350              From: Peter Prymmer <pvhp@forte.com>
14351              Date: Mon, 12 Mar 2001 16:25:56 -0800 (PST)
14352              Message-ID: <Pine.OSF.4.10.10103121619020.180841-100000@aspara.forte.com>
14353      Branch: perl
14354            ! Configure README.os390 hints/os390.sh
14355 ____________________________________________________________________________
14356 [  9112] By: jhi                                   on 2001/03/13  00:29:00
14357         Log: Integrate perlio.
14358      Branch: perl
14359           !> sv.c utf8.h
14360 ____________________________________________________________________________
14361 [  9111] By: nick                                  on 2001/03/12  21:16:33
14362         Log: Integrate mainline.
14363      Branch: perlio
14364           +> t/op/anonsub.t
14365           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
14366           !> proto.h sv.c
14367 ____________________________________________________________________________
14368 [  9110] By: nick                                  on 2001/03/12  21:00:13
14369         Log: #ifdef'ed out code for 'USE_BYTES_DOWNGRADES' case.
14370      Branch: perlio
14371            ! sv.c utf8.h
14372 ____________________________________________________________________________
14373 [  9109] By: jhi                                   on 2001/03/12  16:04:47
14374         Log: Integrate change #9108 from maintperl to mainline.
14375              
14376              fix memory leak in C<sub X { sub {} }> arising from a refcount
14377              loop between the outer sub and the inner prototype anonsub
14378              
14379              this also enables closures returned by subroutines that
14380              subsequently get redefined to work without generating coredumps :)
14381              
14382              completely removed the free_closures() hack--it shouldn't be
14383              needed anymore
14384      Branch: perl
14385           +> t/op/anonsub.t
14386           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
14387           !> proto.h sv.c
14388 ____________________________________________________________________________
14389 [  9108] By: gsar                                  on 2001/03/12  10:21:31
14390         Log: fix memory leak in C<sub X { sub {} }> arising from a refcount
14391              loop between the outer sub and the inner prototype anonsub
14392              
14393              this also enables closures returned by subroutines that
14394              subsequently get redefined to work without generating coredumps :)
14395              
14396              completely removed the free_closures() hack--it shouldn't be
14397              needed anymore
14398      Branch: maint-5.6/perl
14399            + t/op/anonsub.t
14400            ! MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
14401            ! proto.h sv.c
14402 ____________________________________________________________________________
14403 [  9107] By: jhi                                   on 2001/03/12  05:15:31
14404         Log: Integrate perlio.
14405      Branch: perl
14406           !> ext/Encode/Encode.xs makedef.pl regcomp.c sv.c toke.c utf8.c
14407 ____________________________________________________________________________
14408 [  9106] By: nick                                  on 2001/03/11  20:10:12
14409         Log: regcomp.c is working in native space, not Unicode space (if different)
14410              as it is doing compare against 'W' in \W etc.
14411      Branch: perlio
14412            ! regcomp.c
14413 ____________________________________________________________________________
14414 [  9105] By: nick                                  on 2001/03/11  19:39:34
14415         Log: Audit #ifdef EBCDIC and #ifndef ASCIIish, replace latter with former.
14416              Use ASCII_TO_NATIVE and NATIVE_TO_ASCII to avoid some #ifs.
14417      Branch: perlio
14418            ! regcomp.c toke.c utf8.c
14419 ____________________________________________________________________________
14420 [  9104] By: nick                                  on 2001/03/11  18:15:44
14421         Log: Put utf8_downgrade in CRIPPLED_CC versions of SvPVbyte* before I forget.
14422      Branch: perlio
14423            ! sv.c
14424 ____________________________________________________________________________
14425 [  9103] By: nick                                  on 2001/03/11  18:03:28
14426         Log: Integrate mainline (for regexp stuff).
14427      Branch: perlio
14428           !> ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
14429           !> ext/Encode/Encode.xs ext/Errno/Errno_pm.PL
14430           !> lib/ExtUtils/Manifest.pm regcomp.c regexec.c t/lib/b.t
14431           !> t/lib/errno.t t/op/pat.t
14432 ____________________________________________________________________________
14433 [  9102] By: nick                                  on 2001/03/11  17:44:20
14434         Log: USE_SFIO issues as observed by Chris Nandor <pudge@pobox.com>
14435              - exclude layer syms in makedef.pl for sfio
14436              - also inhibit Encode from trying to build ":encode()" layer.
14437      Branch: perlio
14438            ! ext/Encode/Encode.xs makedef.pl
14439 ____________________________________________________________________________
14440 [  9101] By: jhi                                   on 2001/03/10  22:38:13
14441         Log: The $Is_MacOS needs to be declared.
14442      Branch: perl
14443            ! lib/ExtUtils/Manifest.pm
14444 ____________________________________________________________________________
14445 [  9100] By: jhi                                   on 2001/03/10  22:14:29
14446         Log: Use #if defined(USE_PERLIO) && !defined(USE_SFIO) instead of just
14447              #ifdef USE_PERLIO in Encode.xs so that the perlio symbols don't
14448              pollute the symbolspace if using sfio.
14449      Branch: perl
14450            ! ext/Encode/Encode.xs
14451 ____________________________________________________________________________
14452 [  9099] By: jhi                                   on 2001/03/10  21:58:48
14453         Log: Subject: [PATCH] Portability fixes for Mac OS / bleadperl
14454              Date: Sat, 10 Mar 2001 14:23:55 -0500
14455              From: Chris Nandor <pudge@pobox.com>
14456              Message-Id: <p05010401b6d02f70211f@[10.0.1.177]>
14457      Branch: perl
14458            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
14459            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm t/lib/b.t
14460            ! t/lib/errno.t
14461 ____________________________________________________________________________
14462 [  9098] By: jhi                                   on 2001/03/10  21:38:30
14463         Log: Fix for ID 20010306.008, UTF-8 and \w without 'use utf8' coredump.
14464      Branch: perl
14465            ! regcomp.c regexec.c t/op/pat.t
14466 ____________________________________________________________________________
14467 [  9097] By: jhi                                   on 2001/03/10  14:38:07
14468         Log: Integrate perlio.
14469      Branch: perl
14470           !> doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
14471           !> handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
14472           !> regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
14473 ____________________________________________________________________________
14474 [  9096] By: nick                                  on 2001/03/10  11:55:43
14475         Log: EBCDIC sanity - phase I
14476              - rename utf8/uv functions to indicate what sort of uv they provide (uvuni/uvchr)
14477              - use utf8n_xxxx (c.f. pvn) for forms which take length.
14478              - back out vN.N and $^V exceptions to e2a/a2e
14479              - make "locale" isxxx macros be uvchr (may be redundant?)
14480              
14481              Not clear yet that toUPPER_uni et. al. return being handled correctly.
14482              The tr// and rexexp stuff still needs an audit, assumption is they are working
14483              in Unicode space.
14484              
14485              Need to provide v5.6 names for XS modules (decide is uni or chr ?).
14486      Branch: perlio
14487            ! doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
14488            ! handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
14489            ! regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
14490 ____________________________________________________________________________
14491 [  9095] By: jhi                                   on 2001/03/09  22:10:01
14492         Log: Integrate perlio.
14493      Branch: perl
14494           !> dump.c
14495 ____________________________________________________________________________
14496 [  9094] By: nick                                  on 2001/03/09  17:36:38
14497         Log: Builds an passes all tests after integrate and this tweak.
14498      Branch: perlio
14499            ! dump.c
14500 ____________________________________________________________________________
14501 [  9093] By: nick                                  on 2001/03/09  17:16:03
14502         Log: Integrate mainline (does not build - sv_catpvf issue in dump.c)
14503      Branch: perlio
14504           +> lib/unicode/Scripts.txt t/lib/sigaction.t
14505           !> (integrate 79 files)
14506 ____________________________________________________________________________
14507 [  9092] By: jhi                                   on 2001/03/09  15:28:26
14508         Log: Update Changes.
14509      Branch: perl
14510            ! Changes patchlevel.h
14511 ____________________________________________________________________________
14512 [  9091] By: jhi                                   on 2001/03/09  15:25:05
14513         Log: In op/stat #35 better to scan all the potential directories
14514              for setuids, not just the first one.
14515      Branch: perl
14516            ! t/op/stat.t
14517 ____________________________________________________________________________
14518 [  9090] By: jhi                                   on 2001/03/09  15:01:27
14519         Log: Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists() 
14520              From: rspier@pobox.com (Robert Spier)
14521              Date: Fri, 9 Mar 2001 03:30:20 -0500
14522              Message-ID: <15016.38044.381174.160189@rls.cx>
14523              
14524              EXISTS() returning undef mistakenly triggered a FETCH().
14525      Branch: perl
14526            ! hv.c
14527 ____________________________________________________________________________
14528 [  9089] By: jhi                                   on 2001/03/09  14:59:02
14529         Log: Add /sbin and /usr/sbin to the list of directories scanned
14530              for setuid programs.  Takes care of bug id 20010309.003.
14531      Branch: perl
14532            ! t/op/stat.t
14533 ____________________________________________________________________________
14534 [  9088] By: jhi                                   on 2001/03/09  14:48:32
14535         Log: Regen perlapi, perltoc.
14536      Branch: perl
14537            ! ext/Encode/Encode/Tcl.pm pod/perlapi.pod pod/perltoc.pod
14538 ____________________________________________________________________________
14539 [  9087] By: jhi                                   on 2001/03/09  14:38:56
14540         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
14541              From: David Mitchell <davem@fdgroup.co.uk>
14542              Date: Fri, 9 Mar 2001 13:49:31 +0000 (GMT)
14543              Message-Id: <200103091349.NAA16617@tiree.fdgroup.co.uk>
14544      Branch: perl
14545            ! dump.c perl.c perl.h pod/perlrun.pod
14546 ____________________________________________________________________________
14547 [  9086] By: jhi                                   on 2001/03/09  01:47:16
14548         Log: A modified version of
14549              
14550              Subject: [ID 20010307.005] POSIX::sigaction has various problems
14551              From: anders@broadcom.com
14552              Date: Wed, 7 Mar 2001 14:35:24 -0800 (PST) 
14553              Message-Id: <200103072235.OAA25368@dt-sj1-130.sj.broadcom.com>
14554              
14555              Currently the sigaction.t test #6 fails (and is fudged to look
14556              like an "ok") in Linux (at least in Debian 2.2 Linux 2.4.2 x86).
14557              This may well be a genuine bug in Linux sigaction() (since at
14558              least Tru64, Solaris, and HP-UX disagree with Linux).
14559              Anyone with POSIX / SUSv2 tome handy?  The problem is that
14560              the flags of the oldaction don't match with the flags in
14561              the previously installed disposition.
14562      Branch: perl
14563            + t/lib/sigaction.t
14564            ! MANIFEST ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
14565 ____________________________________________________________________________
14566 [  9085] By: jhi                                   on 2001/03/09  01:30:13
14567         Log: Subject: Re: mission impossible for the day
14568              From: Alex Gough <alex@rcon.org>
14569              Date: Thu, 08 Mar 2001 17:18:19 +0000
14570              Message-ID: <3AA7BEDB.8070409@rcon.org>
14571              
14572              If references (are overloaded) and can be directly stringified,
14573              show that instead of "stringified".
14574              
14575              (The problem, infinite mutual recursion caused by overloaded bool
14576              in Switch.pm, tracked by David Mitchell)
14577      Branch: perl
14578            ! lib/Carp/Heavy.pm
14579 ____________________________________________________________________________
14580 [  9084] By: jhi                                   on 2001/03/09  01:20:39
14581         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
14582              Date: Thu, 8 Mar 2001 12:06:57 +0000 (GMT)
14583              From: David Mitchell <davem@fdgroup.co.uk>
14584              Message-Id: <200103081206.MAA06281@tiree.fdgroup.co.uk>
14585      Branch: perl
14586            ! ext/re/re.xs malloc.c mg.c perl.c perl.h perly.c perly.y
14587            ! pp_ctl.c regexec.c sv.c vms/perly_c.vms
14588 ____________________________________________________________________________
14589 [  9083] By: jhi                                   on 2001/03/09  01:16:51
14590         Log: Subject: [PATCH] perldata.pod here-doc docs
14591              From: Jeff Pinyan <jeffp@crusoe.net>
14592              Date: Thu, 8 Mar 2001 13:18:55 -0500 (EST)
14593              Message-ID: <Pine.GSO.4.21.0103081317530.20957-100000@crusoe.crusoe.net>
14594      Branch: perl
14595            ! pod/perldata.pod
14596 ____________________________________________________________________________
14597 [  9082] By: jhi                                   on 2001/03/09  01:01:27
14598         Log: Subject: Re: Unicode/EBCDIC
14599              From: Peter Prymmer <pvhp@forte.com>
14600              Date: Thu, 8 Mar 2001 16:23:25 -0800 (PST)
14601              Message-ID: <Pine.OSF.4.10.10103081617390.377472-100000@aspara.forte.com>
14602      Branch: perl
14603            ! perl.c perl.h sv.c toke.c utf8.c utf8.h
14604 ____________________________________________________________________________
14605 [  9081] By: jhi                                   on 2001/03/08  13:41:30
14606         Log: Subject: Ooops, wrong 'no *POSIX' Patch
14607              From: Dorner Thomas <Thomas.Dorner@start.de>
14608              Date: Thu, 8 Mar 2001 08:43:28 +0100
14609              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88D3@Ex02.inhouse.start.de>
14610      Branch: perl
14611            ! hints/posix-bc.sh
14612 ____________________________________________________________________________
14613 [  9080] By: jhi                                   on 2001/03/08  13:11:42
14614         Log: It's Scripts.txt, not Script.txt.
14615      Branch: perl
14616            ! MANIFEST
14617 ____________________________________________________________________________
14618 [  9079] By: jhi                                   on 2001/03/08  12:59:05
14619         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
14620              From: Dorner Thomas <Thomas.Dorner@start.de>
14621              Date: Wed, 7 Mar 2001 14:13:31 +0100
14622              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
14623      Branch: perl
14624            ! makedepend.SH
14625 ____________________________________________________________________________
14626 [  9078] By: jhi                                   on 2001/03/08  12:57:43
14627         Log: Retract #9069, wrong patch.
14628      Branch: perl
14629            ! Makefile.SH
14630 ____________________________________________________________________________
14631 [  9077] By: jhi                                   on 2001/03/08  01:06:13
14632         Log: Upgrade to Unicode 3.1 beta 2001-03-01.
14633      Branch: perl
14634            + lib/unicode/Scripts.txt
14635            ! MANIFEST lib/unicode/Category.pl lib/unicode/Decomposition.pl
14636            ! lib/unicode/EAWidth.txt lib/unicode/Is/Alnum.pl
14637            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/L.pl
14638            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
14639            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
14640            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
14641            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
14642            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
14643            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
14644            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
14645            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
14646            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
14647            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
14648            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
14649            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
14650            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
14651            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkZW.pl
14652            ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lower.pl
14653            ! lib/unicode/Is/S.pl lib/unicode/Is/Sm.pl
14654            ! lib/unicode/Is/Word.pl lib/unicode/Names.txt
14655            ! lib/unicode/PropList.txt lib/unicode/ReadMe.txt
14656            ! lib/unicode/Unicode.txt lib/unicode/mktables.PL
14657            ! lib/unicode/version
14658 ____________________________________________________________________________
14659 [  9076] By: jhi                                   on 2001/03/07  22:59:39
14660         Log: Integrate change #7784 from mainline into maintperl.
14661              
14662              Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
14663      Branch: maint-5.6/perl
14664           !> pp_ctl.c t/op/pat.t
14665 ____________________________________________________________________________
14666 [  9075] By: jhi                                   on 2001/03/07  22:05:11
14667         Log: More UTF-8 test tweaks.
14668      Branch: perl
14669            ! t/op/pat.t t/op/split.t t/pragma/utf8.t
14670 ____________________________________________________________________________
14671 [  9074] By: nick                                  on 2001/03/07  21:39:29
14672         Log: Integrate mainline.
14673      Branch: perlio
14674           !> Changes Makefile.SH lib/ExtUtils/MM_Unix.pm
14675           !> lib/unicode/mktables.PL patchlevel.h perl.c pod/perlop.pod
14676           !> pod/perlretut.pod pod/perlsyn.pod pp.c pp_sys.c
14677           !> t/camel-III/vstring.t t/lib/charnames.t t/op/chop.t
14678           !> t/op/pack.t t/op/pat.t t/op/split.t t/pragma/utf8.t
14679 ____________________________________________________________________________
14680 [  9073] By: jhi                                   on 2001/03/07  16:37:09
14681         Log: Update Changes.
14682      Branch: perl
14683            ! Changes patchlevel.h
14684 ____________________________________________________________________________
14685 [  9072] By: jhi                                   on 2001/03/07  16:32:30
14686         Log: Subject: [ID 20010306.004] || != named unary operator
14687              From: abela@geneanet.org
14688              Date: Tue,  6 Mar 2001 15:57:57 +0100 (CET)
14689              Message-Id: <20010306145757.0CB03D183@little-roots.geneanet.org>
14690      Branch: perl
14691            ! pod/perlop.pod
14692 ____________________________________________________________________________
14693 [  9071] By: jhi                                   on 2001/03/07  15:14:11
14694         Log: Subject: downgrading to bytes for common functions
14695              From: andrew@pimlott.ne.mediaone.net (Andrew Pimlott)
14696              Date: Wed, 7 Mar 2001 02:36:55 -0500
14697              Message-ID: <20010307023655.J24024@pimlott.ne.mediaone.net>
14698      Branch: perl
14699            ! pp_sys.c
14700 ____________________________________________________________________________
14701 [  9070] By: jhi                                   on 2001/03/07  15:04:58
14702         Log: Clarify the description differentiating for and while; inspired by
14703              
14704              Subject: [ID 20010306.002] for/while difference in for definition
14705              From: abela@geneanet.org
14706              Date: Tue,  6 Mar 2001 09:40:36 +0100 (CET)
14707              Message-Id: <20010306084036.7BFD0D17F@little-roots.geneanet.org>
14708      Branch: perl
14709            ! pod/perlsyn.pod
14710 ____________________________________________________________________________
14711 [  9069] By: jhi                                   on 2001/03/07  14:55:30
14712         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
14713              From: Dorner Thomas <Thomas.Dorner@start.de>
14714              Date: Wed, 7 Mar 2001 14:13:31 +0100
14715              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
14716      Branch: perl
14717            ! Makefile.SH
14718 ____________________________________________________________________________
14719 [  9068] By: jhi                                   on 2001/03/07  14:51:17
14720         Log: Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
14721              From: Radu Greab <radu@netsoft.ro>
14722              Date: Tue, 6 Mar 2001 23:04:44 +0200 (EET)
14723              Message-ID: <15013.20716.201459.540421@ix.netsoft.ro>
14724      Branch: perl
14725            ! pp.c t/op/chop.t
14726 ____________________________________________________________________________
14727 [  9067] By: jhi                                   on 2001/03/07  14:48:57
14728         Log: Subject: Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
14729              From: Simon Cozens <simon@netthink.co.uk>
14730              Date: Wed, 7 Mar 2001 13:59:28 +0000
14731              Message-ID: <20010307135928.A21620@pembro26.pmb.ox.ac.uk>
14732              
14733              In order to allow MakeMaker to build correct Makefiles,
14734              you need to change the order of the arguments in MM_Unix.pm
14735              as well. (Unless you have C89_CCMODE set, but we're trying
14736              to be POSIXly correct)
14737              
14738              Thanks to Merijn Broeren for tracking this down.
14739      Branch: perl
14740            ! lib/ExtUtils/MM_Unix.pm
14741 ____________________________________________________________________________
14742 [  9066] By: jhi                                   on 2001/03/07  14:30:02
14743         Log: Floating point too messy.
14744      Branch: perl
14745            ! t/camel-III/vstring.t
14746 ____________________________________________________________________________
14747 [  9065] By: jhi                                   on 2001/03/07  14:17:44
14748         Log: Integrate change #9064 from maintperl into mainline.
14749              
14750              fix memory leak in pack("Bb",...)
14751      Branch: perl
14752           !> perl.c
14753 ____________________________________________________________________________
14754 [  9064] By: gsar                                  on 2001/03/07  06:29:24
14755         Log: fix memory leak in pack("Bb",...)
14756      Branch: maint-5.6/perl
14757            ! perl.c
14758 ____________________________________________________________________________
14759 [  9063] By: jhi                                   on 2001/03/07  00:55:04
14760         Log: Major utf8 test reorganisation and rewrite.
14761              Hopefully no tests were lost in the shuffle.
14762              (The beginning of pragma/utf8 was lost intentionally,
14763              the tests were rather bogus and incomplete.)
14764      Branch: perl
14765            ! t/lib/charnames.t t/op/pack.t t/op/pat.t t/op/split.t
14766            ! t/pragma/utf8.t
14767 ____________________________________________________________________________
14768 [  9062] By: jhi                                   on 2001/03/07  00:41:16
14769         Log: More tweakage on the Unicode character class descriptions.
14770      Branch: perl
14771            ! lib/unicode/mktables.PL pod/perlretut.pod
14772 ____________________________________________________________________________
14773 [  9061] By: jhi                                   on 2001/03/06  23:12:38
14774         Log: The perlretut was still talking about the old \p and \P
14775              definitions.
14776      Branch: perl
14777            ! pod/perlretut.pod
14778 ____________________________________________________________________________
14779 [  9060] By: nick                                  on 2001/03/06  20:52:37
14780         Log: Integrate mainline (make test works again now).
14781      Branch: perlio
14782           !> op.c op.h regcomp.c t/camel-III/vstring.t t/op/pat.t
14783 ____________________________________________________________________________
14784 [  9059] By: jhi                                   on 2001/03/06  15:36:14
14785         Log: 0.999... does equal 1.0, doesn't it?
14786      Branch: perl
14787            ! t/camel-III/vstring.t
14788 ____________________________________________________________________________
14789 [  9058] By: jhi                                   on 2001/03/06  15:34:00
14790         Log: Make /x{abcd}/ to work without use utf8.
14791      Branch: perl
14792            ! regcomp.c
14793 ____________________________________________________________________________
14794 [  9057] By: jhi                                   on 2001/03/06  03:02:36
14795         Log: Easier to outcomment all the three reset() tests for now.
14796      Branch: perl
14797            ! t/op/pat.t
14798 ____________________________________________________________________________
14799 [  9056] By: jhi                                   on 2001/03/06  02:30:02
14800         Log: Comment out the deadly reset; until the 20010301.005
14801              is finally fixed.
14802      Branch: perl
14803            ! t/op/pat.t
14804 ____________________________________________________________________________
14805 [  9055] By: jhi                                   on 2001/03/06  02:21:26
14806         Log: Integrate the change #9054 from mainline:
14807              retract the PMOP cleanup patch pending further investigation.
14808      Branch: maint-5.6/perl
14809           !> op.c op.h
14810 ____________________________________________________________________________
14811 [  9054] By: jhi                                   on 2001/03/06  02:19:57
14812         Log: Retract the PMOP cleanup patch: I'm seeing strange core dumps
14813              with oddly familiar stack traces.
14814      Branch: perl
14815            ! op.c op.h
14816 ____________________________________________________________________________
14817 [  9053] By: jhi                                   on 2001/03/05  23:20:28
14818         Log: Integrate perlio.
14819      Branch: perl
14820           +> ext/Encode/Encode/koi8-r.ucm
14821           !> MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
14822           !> makedef.pl
14823 ____________________________________________________________________________
14824 [  9052] By: nick                                  on 2001/03/05  23:08:17
14825         Log: skipping USE_PERLIO symbols correction.
14826      Branch: perlio
14827            ! makedef.pl
14828 ____________________________________________________________________________
14829 [  9051] By: nick                                  on 2001/03/05  22:35:07
14830         Log: More Encode alias tidying.
14831      Branch: perlio
14832            + ext/Encode/Encode/koi8-r.ucm
14833            ! MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
14834 ____________________________________________________________________________
14835 [  9050] By: jhi                                   on 2001/03/05  21:44:29
14836         Log: Integrate changes #9033 and #9044 from mainline into maintperl,
14837              Sarathy's fix for ID 20010301.005.
14838      Branch: maint-5.6/perl
14839           !> op.c op.h
14840 ____________________________________________________________________________
14841 [  9049] By: nick                                  on 2001/03/05  19:54:04
14842         Log: Integrate Jarkko's Encode.pm tweak.
14843      Branch: perlio
14844           !> ext/Encode/Encode.pm
14845 ____________________________________________________________________________
14846 [  9048] By: nick                                  on 2001/03/05  19:47:57
14847         Log: Integrate mainline (mostly - holding of on Encode.pm for a bit.)
14848      Branch: perlio
14849           +> os2/os2add.sym
14850           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm makedef.pl op.c
14851           !> op.h os2/Changes os2/Makefile.SHs os2/OS2/REXX/Makefile.PL
14852           !> os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
14853           !> os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/os2.sym os2/os2ish.h
14854           !> pod/perlapi.pod t/op/pat.t t/op/tr.t
14855 ____________________________________________________________________________
14856 [  9047] By: jhi                                   on 2001/03/05  19:25:26
14857         Log: Regen perlapi.
14858      Branch: perl
14859            ! pod/perlapi.pod
14860 ____________________________________________________________________________
14861 [  9046] By: jhi                                   on 2001/03/05  19:12:14
14862         Log: Integrate perlio.
14863      Branch: perl
14864           +> t/camel-III/vstring.t
14865           !> MANIFEST pp.h pp_sys.c t/TEST t/harness
14866 ____________________________________________________________________________
14867 [  9045] By: jhi                                   on 2001/03/05  19:10:36
14868         Log: The mapping of ISO Latin X to ISO 8859-Y is tricky.
14869      Branch: perl
14870            ! ext/Encode/Encode.pm
14871 ____________________________________________________________________________
14872 [  9044] By: jhi                                   on 2001/03/05  18:49:12
14873         Log: Forgot the other half of the PMOP patch (#9033).
14874      Branch: perl
14875            ! op.h
14876 ____________________________________________________________________________
14877 [  9043] By: nick                                  on 2001/03/05  18:14:47
14878         Log: Update MANIFEST for new test.
14879      Branch: perlio
14880            ! MANIFEST
14881 ____________________________________________________________________________
14882 [  9042] By: nick                                  on 2001/03/05  18:12:41
14883         Log: Some tests for Camel 3rd edition features.
14884              Make gethostbyaddr() test in above work.
14885      Branch: perlio
14886            + t/camel-III/vstring.t
14887            ! pp.h pp_sys.c t/TEST t/harness
14888 ____________________________________________________________________________
14889 [  9041] By: jhi                                   on 2001/03/05  17:41:48
14890         Log: Add more ISO 8859 encoding aliases.
14891      Branch: perl
14892            ! ext/Encode/Encode.pm
14893 ____________________________________________________________________________
14894 [  9040] By: jhi                                   on 2001/03/05  17:30:43
14895         Log: Integrate perlio.
14896      Branch: perl
14897           !> MANIFEST sv.c
14898 ____________________________________________________________________________
14899 [  9039] By: nick                                  on 2001/03/05  17:11:36
14900         Log: Missed added file.
14901      Branch: perlio
14902            ! MANIFEST
14903 ____________________________________________________________________________
14904 [  9038] By: jhi                                   on 2001/03/05  15:58:01
14905         Log: Add tr tests for EBCDIC, from Karsten Sperling.
14906      Branch: perl
14907            ! t/op/tr.t
14908 ____________________________________________________________________________
14909 [  9037] By: nick                                  on 2001/03/05  15:56:35
14910         Log: Long-standing "defined but not used" SvPVbyte*() are about to get used
14911              for auto-downgrade hooks in gethostbyaddr() etc. (as per Camel-III).
14912              
14913              Make SvPVbyte*() symetric with respect to SvPVutf8*() in that:
14914              - it does a sv_utf8_downgrade (c.f. SvPVutf8's sv_utf8_upgrade())
14915              - uses SvPV() rather than sv_2pv() in case it isn't a string.
14916      Branch: perlio
14917            ! sv.c
14918 ____________________________________________________________________________
14919 [  9036] By: jhi                                   on 2001/03/05  15:49:15
14920         Log: Add matching tests currently failing in EBCDIC,
14921              suggested by Karsten Sperling.
14922      Branch: perl
14923            ! t/op/pat.t
14924 ____________________________________________________________________________
14925 [  9035] By: jhi                                   on 2001/03/05  15:36:55
14926         Log: The #9034 needs a MANIFESTation.
14927      Branch: perl
14928            ! MANIFEST
14929 ____________________________________________________________________________
14930 [  9034] By: jhi                                   on 2001/03/05  15:35:14
14931         Log: Integrate perlio.
14932      Branch: perl
14933           +> ext/Encode/Encode/Tcl.pm
14934           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
14935           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
14936           !> ext/Encode/Encode/iso8859-1.ucm
14937           !> ext/Encode/Encode/iso8859-10.ucm
14938           !> ext/Encode/Encode/iso8859-13.ucm
14939           !> ext/Encode/Encode/iso8859-14.ucm
14940           !> ext/Encode/Encode/iso8859-15.ucm
14941           !> ext/Encode/Encode/iso8859-16.ucm
14942           !> ext/Encode/Encode/iso8859-2.ucm
14943           !> ext/Encode/Encode/iso8859-3.ucm
14944           !> ext/Encode/Encode/iso8859-4.ucm
14945           !> ext/Encode/Encode/iso8859-5.ucm
14946           !> ext/Encode/Encode/iso8859-6.ucm
14947           !> ext/Encode/Encode/iso8859-7.ucm
14948           !> ext/Encode/Encode/iso8859-8.ucm
14949           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
14950           !> t/lib/encode.t
14951 ____________________________________________________________________________
14952 [  9033] By: jhi                                   on 2001/03/05  15:33:18
14953         Log: Subject: Re: [ID 20010301.005] corrupt memory (since @8531, in 5.6.1-T2)
14954              From: Gurusamy Sarathy <gsar@ActiveState.com>
14955              Date: Sun, 04 Mar 2001 22:33:15 -0800
14956              Message-Id: <200103050633.f256XFo06998@smtp3.ActiveState.com>
14957              
14958              PMOPs need to remember their own stash so that they can
14959              gracefully remove themselves from their linked list.
14960      Branch: perl
14961            ! op.c
14962 ____________________________________________________________________________
14963 [  9032] By: nick                                  on 2001/03/05  14:51:50
14964         Log: Encode implementation "completion"
14965              Implement and document define_encoding()
14966              Implement and document encoding aliases including define_alias()
14967              Make Encode::XS use define_encoding() rather than back-door.
14968              Move run-time *.enc to separate Encode::Tcl module.
14969              Make 'compile' honour <codeset_name>
14970              Change canonical names of to iso-8859-* and US-ascii.
14971      Branch: perlio
14972            + ext/Encode/Encode/Tcl.pm
14973            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
14974            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
14975            ! ext/Encode/Encode/iso8859-1.ucm
14976            ! ext/Encode/Encode/iso8859-10.ucm
14977            ! ext/Encode/Encode/iso8859-13.ucm
14978            ! ext/Encode/Encode/iso8859-14.ucm
14979            ! ext/Encode/Encode/iso8859-15.ucm
14980            ! ext/Encode/Encode/iso8859-16.ucm
14981            ! ext/Encode/Encode/iso8859-2.ucm
14982            ! ext/Encode/Encode/iso8859-3.ucm
14983            ! ext/Encode/Encode/iso8859-4.ucm
14984            ! ext/Encode/Encode/iso8859-5.ucm
14985            ! ext/Encode/Encode/iso8859-6.ucm
14986            ! ext/Encode/Encode/iso8859-7.ucm
14987            ! ext/Encode/Encode/iso8859-8.ucm
14988            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
14989            ! t/lib/encode.t
14990 ____________________________________________________________________________
14991 [  9031] By: jhi                                   on 2001/03/05  13:51:17
14992         Log: Integrate change #9030 from maintperl into mainline.
14993              
14994              Subject: [PATCH 5.6.1] OS/2 cleanup
14995      Branch: perl
14996           +> os2/os2add.sym
14997           !> MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
14998           !> makedef.pl os2/Changes os2/Makefile.SHs
14999           !> os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
15000           !> os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
15001           !> os2/os2.sym os2/os2ish.h
15002 ____________________________________________________________________________
15003 [  9030] By: jhi                                   on 2001/03/05  13:46:49
15004         Log: Subject: [PATCH 5.6.1] OS/2 cleanup
15005              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15006              Date: Mon, 5 Mar 2001 02:29:44 -0500
15007              Message-ID: <20010305022944.A10117@math.ohio-state.edu>
15008      Branch: maint-5.6/perl
15009            + os2/os2add.sym
15010            ! MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
15011            ! makedef.pl os2/Changes os2/Makefile.SHs
15012            ! os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
15013            ! os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
15014            ! os2/os2.sym os2/os2ish.h
15015 ____________________________________________________________________________
15016 [  9029] By: jhi                                   on 2001/03/05  13:40:35
15017         Log: Integrate change #9028 from maintperl into mainline.
15018              
15019              various nits in MM_Unix.pm found by disabling SelfLoader
15020      Branch: perl
15021           !> lib/ExtUtils/MM_Unix.pm
15022 ____________________________________________________________________________
15023 [  9028] By: gsar                                  on 2001/03/05  09:58:38
15024         Log: various nits in MM_Unix.pm found by disabling SelfLoader
15025      Branch: maint-5.6/perl
15026            ! lib/ExtUtils/MM_Unix.pm
15027 ____________________________________________________________________________
15028 [  9027] By: nick                                  on 2001/03/05  08:35:22
15029         Log: Integrate mainline
15030      Branch: perlio
15031           !> (integrate 28 files)
15032 ____________________________________________________________________________
15033 [  9026] By: jhi                                   on 2001/03/05  02:14:59
15034         Log: Integrate change #9025 from mainline to maintperl,
15035              retract \N{U+HHHH}.
15036      Branch: maint-5.6/perl
15037           !> lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
15038           !> t/lib/charnames.t toke.c
15039 ____________________________________________________________________________
15040 [  9025] By: jhi                                   on 2001/03/05  02:13:09
15041         Log: Retracting \N{U+HHHH}.
15042      Branch: perl
15043            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
15044            ! t/lib/charnames.t toke.c
15045 ____________________________________________________________________________
15046 [  9024] By: jhi                                   on 2001/03/04  20:51:07
15047         Log: Subject: Re: Smoking patch 8898 for perl v5.7.0 on aix 4.3.0.0
15048              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
15049              Date: Fri, 02 Mar 2001 18:25:26 +0100
15050              Message-Id: <20010302182416.1BF4.H.M.BRAND@hccnet.nl>
15051              
15052              Casting problem.
15053      Branch: perl
15054            ! ext/Storable/Storable.xs
15055 ____________________________________________________________________________
15056 [  9023] By: jhi                                   on 2001/03/04  19:46:45
15057         Log: Subject: [ID 20010303.009] SOCKS5 work around breaks other sockets
15058              From: nick@talking.bollo.cx
15059              Date: Sat, 03 Mar 2001 21:41:33 +0000
15060              Message-Id: <E14ZJmP-0000mE-00@Bagpuss.unfortu.net>
15061              
15062              Revert the workaround.
15063      Branch: perl
15064            ! perlio.c
15065 ____________________________________________________________________________
15066 [  9022] By: jhi                                   on 2001/03/04  19:36:28
15067         Log: Update Changes.
15068      Branch: perl
15069            ! Changes patchlevel.h
15070 ____________________________________________________________________________
15071 [  9021] By: jhi                                   on 2001/03/04  18:41:00
15072         Log: makedef.pl updates suggested by Chris Nandor; double-checking
15073              the changes in AIX, OS/2 Win32 would be nice.
15074      Branch: perl
15075            ! makedef.pl
15076 ____________________________________________________________________________
15077 [  9020] By: jhi                                   on 2001/03/04  18:23:58
15078         Log: Integrate change #9012 from maintperl into mainline,
15079              quench a compiler warning.
15080      Branch: perl
15081           !> toke.c
15082 ____________________________________________________________________________
15083 [  9019] By: jhi                                   on 2001/03/04  18:18:43
15084         Log: Integrate changes #9017 and 9018 from mainline into maintperl.
15085              
15086              \N{U+HHHH} fix.
15087              
15088              pattern in G_ARRAY context
15089      Branch: maint-5.6/perl
15090           !> pp_hot.c t/op/pat.t toke.c
15091 ____________________________________________________________________________
15092 [  9018] By: jhi                                   on 2001/03/04  18:07:48
15093         Log: Subject: [PATCH pp_hot.c regexp.t] pattern in G_ARRAY context
15094              From: Jeff Pinyan <jeffp@crusoe.net>
15095              Date: Sat, 3 Mar 2001 17:14:07 -0500 (EST)
15096              Message-ID: <Pine.GSO.4.21.0103031712070.1035-100000@crusoe.crusoe.net>
15097      Branch: perl
15098            ! pp_hot.c t/op/pat.t
15099 ____________________________________________________________________________
15100 [  9017] By: jhi                                   on 2001/03/04  18:06:21
15101         Log: I thought I tested the #9014.
15102      Branch: perl
15103            ! toke.c
15104 ____________________________________________________________________________
15105 [  9016] By: jhi                                   on 2001/03/04  17:41:22
15106         Log: Integrate changes #9013,9014,9015 from mainline into maintperl.
15107              
15108              Tweak the get*ent() OS/2 prototypes.
15109              
15110              Add the \N{U+HHHH} syntax.
15111              
15112              More tr/// UTF-8 fixes from Inaba Hiroto.
15113      Branch: maint-5.6/perl
15114           !> doop.c lib/charnames.pm os2/os2.c pod/perldiag.pod
15115           !> pod/perlretut.pod t/lib/charnames.t t/op/tr.t toke.c
15116 ____________________________________________________________________________
15117 [  9015] By: jhi                                   on 2001/03/04  17:36:04
15118         Log: More tr/// UTF-8 fixes from Inaba Hiroto.
15119      Branch: perl
15120            ! doop.c t/op/tr.t
15121 ____________________________________________________________________________
15122 [  9014] By: jhi                                   on 2001/03/04  17:24:49
15123         Log: Add the \N{U+HHHH} syntax.
15124      Branch: perl
15125            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
15126            ! t/lib/charnames.t toke.c
15127 ____________________________________________________________________________
15128 [  9013] By: jhi                                   on 2001/03/04  17:20:45
15129         Log: Tweak the get*ent() OS/2 prototypes.
15130      Branch: perl
15131            ! os2/os2.c
15132 ____________________________________________________________________________
15133 [  9012] By: gsar                                  on 2001/03/04  06:26:14
15134         Log: avoid warning (nit in change#9009)
15135      Branch: maint-5.6/perl
15136            ! toke.c
15137 ____________________________________________________________________________
15138 [  9011] By: gsar                                  on 2001/03/04  06:15:24
15139         Log: lib/charnames.t fails in 5.6.x because of older Unicode
15140              data
15141              
15142              TODO: need to revisit this after updating lib/unicode/...
15143      Branch: maint-5.6/perl
15144            ! t/lib/charnames.t
15145 ____________________________________________________________________________
15146 [  9010] By: gsar                                  on 2001/03/04  06:08:36
15147         Log: change#9009 breaks build (no "didrange" variable in 5.6.x)
15148      Branch: maint-5.6/perl
15149            ! toke.c
15150 ____________________________________________________________________________
15151 [  9009] By: jhi                                   on 2001/03/03  19:27:20
15152         Log: Integrate change #9008 from mainline to maintperl,
15153              UTF-8 tr/// fixes from Inaba Hiroto.
15154      Branch: maint-5.6/perl
15155           !> doop.c op.c t/op/tr.t toke.c
15156 ____________________________________________________________________________
15157 [  9008] By: jhi                                   on 2001/03/03  19:19:42
15158         Log: UTF8 tr/// fixes from Inaba Hiroto.
15159      Branch: perl
15160            ! doop.c op.c t/op/tr.t toke.c
15161 ____________________________________________________________________________
15162 [  9007] By: jhi                                   on 2001/03/03  19:00:30
15163         Log: Integrate change #9006 from maintperl to mainline,
15164              more robust quest for the infinite.
15165      Branch: perl
15166           !> lib/Math/Complex.pm
15167 ____________________________________________________________________________
15168 [  9006] By: jhi                                   on 2001/03/03  18:58:06
15169         Log: Subject: [PATCH 5.6.1] More robust Math::Complex
15170              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15171              Date: Sat, 3 Mar 2001 12:51:50 -0500
15172              Message-ID: <20010303125150.A2147@math.ohio-state.edu>
15173              
15174              Be more robust in our quest for the infinite.
15175      Branch: maint-5.6/perl
15176            ! lib/Math/Complex.pm
15177 ____________________________________________________________________________
15178 [  9005] By: jhi                                   on 2001/03/03  17:55:50
15179         Log: The #8982 modified for perl 5.6.x, from Radu Greab.
15180      Branch: maint-5.6/perl
15181            ! doio.c
15182 ____________________________________________________________________________
15183 [  9004] By: jhi                                   on 2001/03/03  17:40:14
15184         Log: Rewrite REPORT() and REPORT2() (used for -DT) slightly
15185              so that picky compilers like IRIX won't get huffy about
15186              "statements without effect" (like 1;).
15187      Branch: perl
15188            ! toke.c
15189 ____________________________________________________________________________
15190 [  9003] By: jhi                                   on 2001/03/03  17:15:52
15191         Log: Integrate change #9002 from mainline to maintperl.
15192              
15193              Subject: [perl-5.6.x, perl-current] accept for EPOC
15194      Branch: maint-5.6/perl
15195           !> pp_sys.c
15196 ____________________________________________________________________________
15197 [  9002] By: jhi                                   on 2001/03/03  17:14:30
15198         Log: Subject: [perl-5.6.x, perl-current] accept for EPOC
15199              From: Olaf Flebbe <O.Flebbe@science-computing.de>
15200              Date: Sat, 3 Mar 2001 16:36:04 +0100 (CET)
15201              Message-ID: <Pine.LNX.4.02.10103031635190.4825-100000@milkyway.science-computing.de>
15202      Branch: perl
15203            ! pp_sys.c
15204 ____________________________________________________________________________
15205 [  9001] By: jhi                                   on 2001/03/03  17:13:13
15206         Log: Subject: [PATCH perl@8989] t/pod/find.t on VMS
15207              From: "Craig A. Berry" <craigberry@mac.com>
15208              Date: Fri, 02 Mar 2001 17:44:40 -0600
15209              Message-Id: <5.0.2.1.0.20010302172145.038d3c10@mail.mac.com>
15210      Branch: perl
15211            ! t/pod/find.t
15212 ____________________________________________________________________________
15213 [  9000] By: jhi                                   on 2001/03/03  17:11:55
15214         Log: Integrate changes #8997,8999 from maintperl.
15215              
15216              Subject: [PATCH 5.6.1] compiling on OS/2
15217              (Better error message from hints/os2.sh)
15218              
15219              Subject: [PATCH 5.6.1] syslog.t
15220      Branch: perl
15221           !> hints/os2.sh t/lib/syslog.t
15222 ____________________________________________________________________________
15223 [  8999] By: jhi                                   on 2001/03/03  17:09:28
15224         Log: Subject: [PATCH 5.6.1] syslog.t
15225              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15226              Date: Sat, 3 Mar 2001 02:11:17 -0500
15227              Message-ID: <20010303021116.A11897@math.ohio-state.edu>
15228      Branch: maint-5.6/perl
15229            ! t/lib/syslog.t
15230 ____________________________________________________________________________
15231 [  8998] By: jhi                                   on 2001/03/03  17:07:50
15232         Log: Subject: Re: [PATCH 5.7.0] compiling on OS/2: 5.6.1 too
15233              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15234              Date: Sat, 3 Mar 2001 01:53:52 -0500
15235              Message-ID: <20010303015352.A11741@math.ohio-state.edu>
15236      Branch: maint-5.6/perl
15237            ! opcode.pl os2/os2.c
15238 ____________________________________________________________________________
15239 [  8997] By: jhi                                   on 2001/03/03  17:03:30
15240         Log: Subject: [PATCH 5.6.1] compiling on OS/2
15241              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15242              Date: Sat, 3 Mar 2001 01:59:59 -0500
15243              Message-ID: <20010303015959.B11741@math.ohio-state.edu>
15244      Branch: maint-5.6/perl
15245            ! hints/os2.sh
15246 ____________________________________________________________________________
15247 [  8996] By: jhi                                   on 2001/03/03  00:55:58
15248         Log: Regen files for mainline.
15249      Branch: perl
15250            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15251            ! config_h.SH pod/perlapi.pod pod/perltoc.pod
15252 ____________________________________________________________________________
15253 [  8995] By: jhi                                   on 2001/03/03  00:35:22
15254         Log: Integrate changes #8099,8218,8220,8221,8227,8304,8317,
15255              8318,8320,8337,8503,8877,8890,8903,8971 from mainline
15256              to maintperl.
15257              
15258              Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
15259              
15260              Add Configure option -Dmksymlinks which will create a symlink
15261              forest if the current/build differs from the source directory.
15262              (8218,8220,8221,8317,8318,8971)
15263              
15264              Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
15265              (Document APPLLIB_EXP in INSTALL.)
15266              
15267              If running byacc write-enable also perly.h.
15268              
15269              DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
15270              
15271              Subject: [PATCH 5.7.1/Configure] failure to set src='.'
15272              
15273              Sanity check for conflicting thread flavours.
15274              
15275              Fix the sys/fcntl.h problem reported by Peter Prymmer.
15276              
15277              Add few CPUs/architectures to the Cppsym scan,
15278              add -perlio to archname if so selected (modified 8890)
15279              
15280              Be more helpful for devel builders, suggested by John L. Allen.
15281              (admittedly pointless change for maintperl, but the usedevel
15282              code is there already)
15283      Branch: maint-5.6/perl
15284           !> Configure INSTALL Makefile.SH Porting/Glossary
15285           !> Porting/config.sh Porting/config_H config_h.SH embed.pl
15286           !> epoc/config.sh ext/NDBM_File/NDBM_File.xs
15287           !> ext/ODBM_File/ODBM_File.xs t/io/fs.t warnings.pl
15288           !> win32/config.bc win32/config.gc win32/config.vc
15289 ____________________________________________________________________________
15290 [  8994] By: jhi                                   on 2001/03/02  23:31:41
15291         Log: Use also $ccflags, not just $ldflags, when testing for gccness.
15292      Branch: metaconfig/U/perl
15293            ! gccvers.U
15294 ____________________________________________________________________________
15295 [  8993] By: jhi                                   on 2001/03/02  23:22:12
15296         Log: Regenerate various files for maint.
15297      Branch: maint-5.6/perl
15298            ! Porting/Glossary Porting/config.sh Porting/config_H objXSUB.h
15299            ! perlapi.c pod/perlapi.pod pod/perltoc.pod proto.h
15300 ____________________________________________________________________________
15301 [  8992] By: alanbur                               on 2001/03/02  22:48:34
15302         Log: Resync wuth parent
15303      Branch: maint-5.6/pureperl
15304           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
15305           !> (integrate 60 files)
15306 ____________________________________________________________________________
15307 [  8991] By: jhi                                   on 2001/03/02  21:00:08
15308         Log: Retract the #8742 part of #8986, backward compat.
15309      Branch: maint-5.6/perl
15310            ! embed.pl
15311 ____________________________________________________________________________
15312 [  8990] By: jhi                                   on 2001/03/02  20:40:07
15313         Log: Retract the #8919 part of #8987, not applicable to the 5.6 branch.
15314      Branch: maint-5.6/perl
15315            ! hv.c
15316 ____________________________________________________________________________
15317 [  8989] By: jhi                                   on 2001/03/02  19:59:56
15318         Log: Update Changes.
15319      Branch: perl
15320            ! Changes patchlevel.h
15321 ____________________________________________________________________________
15322 [  8988] By: jhi                                   on 2001/03/02  19:57:08
15323         Log: Integrate perlio.
15324      Branch: perl
15325           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
15326           !> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
15327           !> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
15328           !> ext/Encode/Encode/iso8859-10.ucm
15329           !> ext/Encode/Encode/iso8859-13.ucm
15330           !> ext/Encode/Encode/iso8859-14.ucm
15331           !> ext/Encode/Encode/iso8859-15.ucm
15332           !> ext/Encode/Encode/iso8859-16.ucm
15333           !> ext/Encode/Encode/iso8859-2.ucm
15334           !> ext/Encode/Encode/iso8859-3.ucm
15335           !> ext/Encode/Encode/iso8859-4.ucm
15336           !> ext/Encode/Encode/iso8859-5.ucm
15337           !> ext/Encode/Encode/iso8859-6.ucm
15338           !> ext/Encode/Encode/iso8859-7.ucm
15339           !> ext/Encode/Encode/iso8859-8.ucm
15340           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
15341           !> ext/Encode/Encode/symbol.ucm ext/Encode/compile
15342 ____________________________________________________________________________
15343 [  8987] By: jhi                                   on 2001/03/02  19:43:40
15344         Log: Integrate changes #8784,8839,8843,8847,8849,8859,8866,
15345              8873,8874,8876,8879,8901,8902,8908,8913,8918,8919,8946,8947,8948,
15346              8950,8952,8955 from mainline to maintperl.
15347              
15348              Subject: [PATCH: perl@8773] small fixups to perlclib.pod
15349              
15350              Put to rest the 20010205.001, the email address checking (not) regex.
15351              
15352              fork() not everywhere, cleanup temp files.
15353              
15354              The #8843 wasn't quite right: %Config needs to imported.
15355              
15356              Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
15357              (#8849: the glob-basic hunk needed massaging as it depended
15358              on Schwern's large-scale (unintegrated) patches)
15359              
15360              Skip the Perl_sys_intern_clear and Perl_sys_intern_init.
15361              
15362              Upgrade to CGI.pm 2.752, from Lincoln Stein.
15363              (Note: there were some conflicts due to EBCDIC and EPOC
15364              patches, in general I preferred the repository code.)
15365              (When 2.753 comes out, we need to synchronize.)
15366              
15367              Subject: [PATCH] fix for charnames above FFFF
15368              
15369              Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
15370              
15371              If no sfio, no -lsfio.
15372              
15373              Run run/*.t also in minitest.
15374              
15375              Subject:  [PATCH perl 5.7.0] malloc message address offset
15376              
15377              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
15378              
15379              Subject: fix for parameter -Dm (for perl@8867)
15380              
15381              Subject: [PATCH: perl@8892] was Re: hashing order difference?
15382              (make the test more portable)
15383              
15384              Subject: Re: [PATCH] fix for charnames above FFFF
15385              
15386              Subject: Re: I'm losing the war...
15387              (hv_store() not working correctly in ENV_IS_CASELESS case.)
15388              
15389              Subject: Modified README.bs2000 
15390              
15391              Subject: [PATCH: perl@8935] -Dt padsv($var)
15392              
15393              Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
15394              
15395              Subject: PATCH: extra tests to check on negative float to unsigned cast
15396              
15397              Subject: [PATCH] XPUSH[insp] was Re: progress
15398              
15399              Subject: Re: Compile with perlcc..
15400      Branch: maint-5.6/perl
15401           !> (integrate 36 files)
15402 ____________________________________________________________________________
15403 [  8986] By: jhi                                   on 2001/03/02  18:51:25
15404         Log: Integrate changes #8689,8697,8724,8726,8731,8742,8754,8755,
15405              8763,8767,8770,8772,8795,8796,8813,8822,8823 from mainline
15406              to maintperl.
15407              
15408              Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
15409              
15410              Subject: [DOC PATCH] overload.pm nits
15411              
15412              Add header for LIB$ prototypes (C. Berry)
15413              
15414              Convert fwrite()s to sockets to write()s, since some socket stacks
15415              don't take kindly to stdio.
15416              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
15417              (for often optional LNMs)
15418              Correct a few typos
15419              (C. Bailey)
15420              
15421              Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
15422              
15423              De-cut-and-pasto.
15424              
15425              Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
15426              
15427              Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
15428              
15429              Upgrade to CPAN 1.59_54, from Andreas König.
15430              
15431              Bogus shebang.
15432              
15433              Subject: [PATCH] Document makepatch in Porting/patching
15434              
15435              UTF-8 documentation.
15436              
15437              Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
15438              
15439              Sort the MANIFEST.
15440              
15441              Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
15442              
15443              Subject: [PATCH @8807] toke.c cleanup: scan_str()
15444              
15445              Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
15446              
15447              Add run/*.t to testables.
15448              
15449              TODO: integrate #8784.
15450      Branch: maint-5.6/perl
15451           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
15452           !> (integrate 28 files)
15453 ____________________________________________________________________________
15454 [  8985] By: nick                                  on 2001/03/02  18:15:45
15455         Log: Integrate mainline
15456      Branch: perlio
15457           !> doio.c lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod
15458           !> vms/vms.c
15459 ____________________________________________________________________________
15460 [  8984] By: jhi                                   on 2001/03/02  16:00:17
15461         Log: Integrate changes #8978,8979,8980,8981,8983 from mainline.
15462              
15463              perlfaq1 reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY
15464              5.004_05, and mention the suidperl August 2000 security problem.
15465              (#8978,#8981)
15466              
15467              Subject: [ID 20010301.004] Technically speaking in perldata
15468              
15469              Subject: [PATCH] File::Copy for bleadperl, maintperl
15470              
15471              Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
15472              
15473              (The #8982, fix for 20010221.005 and 20010221.008,
15474              would be nice too but it didn't integrate cleanly.)
15475      Branch: maint-5.6/perl
15476           !> lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod vms/vms.c
15477 ____________________________________________________________________________
15478 [  8983] By: jhi                                   on 2001/03/02  15:51:16
15479         Log: Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
15480              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
15481              Date:     Thu, 1 Mar 2001 15:54:09 EST
15482              Message-Id: <010301155258.b8cc1@DUPHY4.Physics.Drexel.Edu>
15483      Branch: perl
15484            ! vms/vms.c
15485 ____________________________________________________________________________
15486 [  8982] By: jhi                                   on 2001/03/02  15:43:31
15487         Log: Subject: Re: sync sync sync: have I missed any patches?
15488              From: Radu Greab <radu@netsoft.ro> 
15489              Date: Thu, 1 Mar 2001 21:47:22 +0200 (EET)
15490              Message-ID: <15006.42826.747914.669893@ix.netsoft.ro>
15491              
15492              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker
15493              was checking argv[0] regardless of whether a different pathname
15494              will actually be executed."  Test case not supplied because 
15495              drafting that, ironically enough, revealed another bug
15496              (or a feature).
15497      Branch: perl
15498            ! doio.c
15499 ____________________________________________________________________________
15500 [  8981] By: jhi                                   on 2001/03/02  15:28:03
15501         Log: Misdate in #8978.
15502      Branch: perl
15503            ! pod/perlfaq1.pod
15504 ____________________________________________________________________________
15505 [  8980] By: jhi                                   on 2001/03/02  15:24:20
15506         Log: Subject: [PATCH] File::Copy for bleadperl, maintperl
15507              From: Chris Nandor <pudge@pobox.com>
15508              Date: Wed, 28 Feb 2001 22:10:15 -0500
15509              Message-Id: <p05010400b6c36d959ae8@[10.0.1.177]>
15510      Branch: perl
15511            ! lib/File/Copy.pm
15512 ____________________________________________________________________________
15513 [  8979] By: jhi                                   on 2001/03/02  15:17:16
15514         Log: Subject: [ID 20010301.004] Technically speaking in perldata
15515              From: abela@geneanet.org
15516              Date: Thu,  1 Mar 2001 17:59:27 +0100 (CET)
15517              Message-Id: <20010301165927.262C2D17D@little-roots.geneanet.org>
15518      Branch: perl
15519            ! pod/perldata.pod
15520 ____________________________________________________________________________
15521 [  8978] By: jhi                                   on 2001/03/02  15:15:27
15522         Log: Subject: [ID 20010301.003] ref to 5.004
15523              From: abela@geneanet.org
15524              Date: Thu,  1 Mar 2001 14:48:40 +0100 (CET)
15525              Message-Id: <20010301134840.C0CD1D171@little-roots.geneanet.org>
15526              
15527              Reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY 5.004_05,
15528              and mention the suidperl August 2000 security problem.
15529      Branch: perl
15530            ! pod/perlfaq1.pod
15531 ____________________________________________________________________________
15532 [  8977] By: alanbur                               on 2001/03/02  14:17:45
15533         Log: Resynchronised with parent
15534      Branch: maint-5.6/pureperl
15535           !> AUTHORS README.epoc configure.com epoc/createpkg.pl
15536           !> lib/File/Temp.pm perl.c pp_sys.c t/lib/ftmp-mktemp.t
15537           !> t/lib/ftmp-posix.t t/op/append.t t/op/sprintf.t toke.c util.c
15538           !> vms/descrip_mms.template win32/win32.c win32/win32.h
15539           !> win32/win32iop.h
15540 ____________________________________________________________________________
15541 [  8976] By: nick                                  on 2001/03/01  23:25:30
15542         Log: Integrate mainline.
15543      Branch: perlio
15544            - t/op/qu.t
15545           !> (integrate 55 files)
15546 ____________________________________________________________________________
15547 [  8975] By: jhi                                   on 2001/03/01  16:51:34
15548         Log: Integrate change #8974 from maintperl, fix for bugid 20010226.008.
15549      Branch: perl
15550           !> toke.c
15551 ____________________________________________________________________________
15552 [  8974] By: gsar                                  on 2001/03/01  16:28:21
15553         Log: fix for bugid 20010226.008
15554              
15555              the problem was that some of the pointers (PL_last_lop and
15556              PL_last_uni specifically) into the lex buffers weren't correctly
15557              being invalidated when the buffer changed; this would leave the
15558              pointers pointing at an arbitrary location in the buffer if
15559              the buffer didn't need to be reallocated, or point into freed
15560              memory if the buffer had to be realloced
15561              
15562              TODO item for bugdb maintainers: check other seemingly random
15563              parser-related bugs--they might be cured by this
15564      Branch: maint-5.6/perl
15565            ! toke.c
15566 ____________________________________________________________________________
15567 [  8973] By: jhi                                   on 2001/03/01  02:23:25
15568         Log: Retract #8970 because of a completely mysterious core dump:
15569              adding the tests 241..244 causes op/pat dump core at test #25.
15570              The test needs a lot of whittling down before the bug can be solved.
15571      Branch: perl
15572            ! t/op/pat.t
15573 ____________________________________________________________________________
15574 [  8972] By: jhi                                   on 2001/03/01  01:58:38
15575         Log: Regen perlapi.
15576      Branch: perl
15577            ! pod/perlapi.pod
15578 ____________________________________________________________________________
15579 [  8971] By: jhi                                   on 2001/03/01  01:34:09
15580         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))
15581              From: Nicholas Clark <nick@ccl4.org>
15582              Date: Wed, 28 Feb 2001 23:28:49 +0000
15583              Message-ID: <20010228232849.A55187@plum.flirble.org>
15584              
15585              Allow a completely write protected source code tree
15586              when using the Configure -Dmksymlinks.
15587      Branch: perl
15588            ! embed.pl warnings.pl
15589 ____________________________________________________________________________
15590 [  8970] By: jhi                                   on 2001/03/01  01:32:04
15591         Log: Add back the EBCDIC character range tests (for matching).
15592      Branch: perl
15593            ! t/op/pat.t
15594 ____________________________________________________________________________
15595 [  8969] By: nick                                  on 2001/02/28  18:18:01
15596         Log: Add charname comments to .ucm files writen by 'compile',
15597              also order charmaps in those files by source encoding.
15598              regenerate distrubuted .ucm files
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 ext/Encode/compile
15617 ____________________________________________________________________________
15618 [  8968] By: jhi                                   on 2001/02/28  16:26:37
15619         Log: Expand usemorebits early if d_casti32 needs to be undefined.
15620      Branch: perl
15621            ! hints/hpux.sh hints/irix_6.sh
15622 ____________________________________________________________________________
15623 [  8967] By: jhi                                   on 2001/02/28  16:22:26
15624         Log: Undo qu.  Retract #8814, rewrite op/each part of #8615,
15625              retract toke.c/qu parts of #8583, retract #8485, retract
15626              or rewrite qu parts of #8439 of toke.c, keywords.h, keywords.pl,
15627              op/length.t, and MANIFEST, and delete t/op/qu.t.
15628      Branch: perl
15629            - t/op/qu.t
15630            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
15631            ! pod/perlretut.pod pod/perlunicode.pod t/op/each.t
15632            ! t/op/length.t toke.c
15633 ____________________________________________________________________________
15634 [  8966] By: jhi                                   on 2001/02/28  15:00:27
15635         Log: Retract #8865 and #8869, un?pack C now again agree with Camel 3
15636              by not changing from pre-Unicode days into being Unicode-aware.
15637              Sniff.
15638      Branch: perl
15639            ! pp.c t/op/pack.t t/op/qu.t
15640 ____________________________________________________________________________
15641 [  8965] By: jhi                                   on 2001/02/28  14:37:55
15642         Log: Subject: Re: Errors in core PODs
15643              From: Michael Stevens <michael@etla.org> 
15644              Date: Fri, 23 Feb 2001 15:47:56 +0000
15645              Message-ID: <20010223154756.A7723@firedrake.org> 
15646      Branch: perl
15647            ! ext/Encode/Encode.pm lib/Exporter/Heavy.pm
15648            ! lib/File/Spec/Epoc.pm lib/Test/Harness.pm lib/utf8.pm
15649            ! makedef.pl vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
15650            ! x2p/a2p.pod
15651 ____________________________________________________________________________
15652 [  8964] By: jhi                                   on 2001/02/28  14:35:35
15653         Log: Do not force d_casti32 to undef if we are on a 64-bit environment.
15654              (The #8961 was too bold.)
15655      Branch: perl
15656            ! hints/hpux.sh hints/irix_6.sh
15657 ____________________________________________________________________________
15658 [  8963] By: jhi                                   on 2001/02/28  14:33:39
15659         Log: Subject: Re: sync sync sync: have I missed any patches?
15660              From: Tim Jenness <t.jenness@jach.hawaii.edu>
15661              In-Reply-To: <20010227140737.Y10633@chaos.wustl.edu>
15662              Date: Tue, 27 Feb 2001 13:24:58 -1000 (HST)
15663              Message-ID: <Pine.LNX.4.30.0102271322070.8623-100000@lapaki.jach.hawaii.edu>
15664              
15665              Replace djSP with dSP.
15666      Branch: perl
15667            ! cop.h doio.c doop.c ext/B/B/C.pm ext/B/B/CC.pm
15668            ! pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c sv.c
15669            ! win32/perlhost.h
15670 ____________________________________________________________________________
15671 [  8962] By: jhi                                   on 2001/02/27  23:21:14
15672         Log: Upgrade to Filter::Simple 0.50 (just few doc tweaks).
15673      Branch: perl
15674            ! lib/Filter/Simple.pm
15675 ____________________________________________________________________________
15676 [  8961] By: jhi                                   on 2001/02/27  22:55:26
15677         Log: The casting mystery in HP-UX and IRIX needs at least a workaround
15678              and this would be it.
15679      Branch: perl
15680            ! hints/hpux.sh hints/irix_6.sh
15681 ____________________________________________________________________________
15682 [  8960] By: jhi                                   on 2001/02/27  22:51:33
15683         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
15684              From: "Craig A. Berry" <craigberry@mac.com>
15685              Date: Tue, 27 Feb 2001 16:11:44 -0600
15686              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
15687      Branch: maint-5.6/perl
15688            ! configure.com vms/descrip_mms.template
15689 ____________________________________________________________________________
15690 [  8959] By: jhi                                   on 2001/02/27  22:47:23
15691         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
15692              From: "Craig A. Berry" <craigberry@mac.com>
15693              Date: Tue, 27 Feb 2001 16:11:44 -0600
15694              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
15695      Branch: perl
15696            ! configure.com vms/descrip_mms.template
15697 ____________________________________________________________________________
15698 [  8958] By: jhi                                   on 2001/02/27  15:16:42
15699         Log: Update Changes.
15700      Branch: perl
15701            ! Changes patchlevel.h
15702 ____________________________________________________________________________
15703 [  8957] By: jhi                                   on 2001/02/27  06:15:07
15704         Log: Subject: [5.6.x] EPOC additions
15705              From: Olaf Flebbe <O.Flebbe@science-computing.de>
15706              Date: Mon, 26 Feb 2001 23:33:46 +0100 (CET)
15707              Message-ID: <Pine.LNX.4.02.10102262333040.3736-100000@milkyway.science-computing.de>
15708      Branch: maint-5.6/perl
15709            ! AUTHORS README.epoc epoc/createpkg.pl pp_sys.c
15710 ____________________________________________________________________________
15711 [  8956] By: jhi                                   on 2001/02/27  06:12:11
15712         Log: Subject: [perl-current] EPOC 
15713              From: Olaf Flebbe <O.Flebbe@science-computing.de>
15714              Date: Mon, 26 Feb 2001 23:34:36 +0100 (CET)
15715              Message-ID: <Pine.LNX.4.02.10102262333490.3781-100000@milkyway.science-computing.de>
15716      Branch: perl
15717            ! AUTHORS README.epoc epoc/createpkg.pl epoc/epoc.c
15718            ! epoc/epocish.c epoc/epocish.h pp_sys.c
15719 ____________________________________________________________________________
15720 [  8955] By: jhi                                   on 2001/02/27  05:59:50
15721         Log: Subject: Re: Compile with perlcc..
15722              From: Edward Peschko <edwardp@excitehome.net>
15723              Date: Mon, 26 Feb 2001 18:51:58 -0800
15724              Message-ID: <20010226185158.A9871@excitehome.net>
15725              
15726              plus add a simple usage message if no arguments given.
15727      Branch: perl
15728            ! lib/Test/Harness.pm pod/Makefile.SH t/TEST t/harness
15729            ! utils/Makefile utils/perlcc.PL win32/pod.mak
15730 ____________________________________________________________________________
15731 [  8954] By: nick                                  on 2001/02/26  21:02:59
15732         Log: Integrate mainline
15733      Branch: perlio
15734           !> README.bs2000 ext/Encode/compile lib/Test.pm op.c perlio.c
15735           !> pod/perlguts.pod pod/perlop.pod pp_ctl.c run.c t/op/bop.t
15736           !> t/op/sprintf.t
15737 ____________________________________________________________________________
15738 [  8953] By: jhi                                   on 2001/02/26  14:43:54
15739         Log: Subject: Documenting coderef @INC (Re: CPAN "make this script work" feature)
15740              From: Nicholas Clark <nick@ccl4.org>
15741              Date: Mon, 26 Feb 2001 00:42:07 +0000
15742              Message-ID: <20010226004207.F23333@plum.flirble.org>
15743      Branch: perl
15744            ! pp_ctl.c
15745 ____________________________________________________________________________
15746 [  8952] By: jhi                                   on 2001/02/26  14:42:13
15747         Log: Subject: [PATCH] XPUSH[insp] was Re: progress
15748              From: Simon Cozens <simon@netthink.co.uk>
15749              Date: Mon, 26 Feb 2001 12:23:48 +0000
15750              Message-ID: <20010226122348.A25536@pembro26.pmb.ox.ac.uk>
15751      Branch: perl
15752            ! pod/perlguts.pod
15753 ____________________________________________________________________________
15754 [  8951] By: jhi                                   on 2001/02/26  14:39:15
15755         Log: Subject: [PATCH] perlio - unknown layer
15756              From: Nicholas Clark <nick@ccl4.org>
15757              Date: Mon, 26 Feb 2001 00:27:19 +0000
15758              Message-ID: <20010226002719.E23333@plum.flirble.org>
15759      Branch: perl
15760            ! perlio.c
15761 ____________________________________________________________________________
15762 [  8950] By: jhi                                   on 2001/02/26  14:38:04
15763         Log: Subject: PATCH: extra tests to check on negative float to unsigned cast
15764              From: Jeff Okamoto <okamoto@xfiles.corp.hp.com>
15765              Message-Id: <200102232128.NAA28938@xfiles.corp.hp.com>
15766              Date: Fri, 23 Feb 2001 13:28:33 -0800 (PST)
15767      Branch: perl
15768            ! t/op/bop.t
15769 ____________________________________________________________________________
15770 [  8949] By: jhi                                   on 2001/02/26  14:37:07
15771         Log: Subject: Re: [PATCH: perl 5.005_03] Record I/O fix for Test.pm in older perl
15772              From: Peter Prymmer <pvhp@forte.com>
15773              Date: Fri, 23 Feb 2001 10:51:37 -0800 (PST)
15774              Message-ID: <Pine.OSF.4.10.10102231042010.79050-100000@aspara.forte.com>
15775      Branch: perl
15776            ! lib/Test.pm
15777 ____________________________________________________________________________
15778 [  8948] By: jhi                                   on 2001/02/26  14:35:53
15779         Log: Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
15780              From: Radu Greab <radu@netsoft.ro>
15781              Date: Fri, 23 Feb 2001 18:50:48 +0200 (EET)
15782              Message-ID: <14998.38120.623015.916165@ix.netsoft.ro>
15783      Branch: perl
15784            ! pod/perlop.pod
15785 ____________________________________________________________________________
15786 [  8947] By: jhi                                   on 2001/02/26  14:34:46
15787         Log: Subject: [PATCH: perl@8935] -Dt padsv($var)
15788              From: David Mitchell <davem@fdgroup.co.uk>
15789              Date: Mon, 26 Feb 2001 11:01:24 +0000 (GMT)
15790              Message-Id: <200102261101.LAA12915@tiree.fdgroup.co.uk>
15791      Branch: perl
15792            ! run.c
15793 ____________________________________________________________________________
15794 [  8946] By: jhi                                   on 2001/02/26  14:32:37
15795         Log: Subject: Modified README.bs2000 
15796              From: Dorner Thomas <Thomas.Dorner@start.de>
15797              Date: Mon, 26 Feb 2001 09:22:17 +0100
15798              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A889D@Ex02.inhouse.start.de>
15799      Branch: perl
15800            ! README.bs2000
15801 ____________________________________________________________________________
15802 [  8945] By: jhi                                   on 2001/02/26  14:19:53
15803         Log: Integrate the t/op/sprintf.t parts of #7909 and #8944 from mainline
15804              to maintperl, listing the known failures on the tests 129 and 130.
15805      Branch: maint-5.6/perl
15806           !> t/op/sprintf.t
15807 ____________________________________________________________________________
15808 [  8944] By: jhi                                   on 2001/02/26  14:14:15
15809         Log: Add more known sprintf failures.
15810      Branch: perl
15811            ! t/op/sprintf.t
15812 ____________________________________________________________________________
15813 [  8943] By: jhi                                   on 2001/02/26  13:56:22
15814         Log: perlglob.exe needs to be found in Win32, patch from
15815              Vadim Konovalov.  Nick I-S comments: "Perhaps a lingering glob()
15816              which needs external glob at mini-perl time."
15817      Branch: perl
15818            ! ext/Encode/compile
15819 ____________________________________________________________________________
15820 [  8942] By: jhi                                   on 2001/02/26  13:52:19
15821         Log: A missing dTHX from Vadim Konovalov.
15822      Branch: perl
15823            ! perlio.c
15824 ____________________________________________________________________________
15825 [  8941] By: jhi                                   on 2001/02/26  13:37:05
15826         Log: Miscommunication at #8914: #8902 was okay, #8881 was to be retracted.
15827      Branch: perl
15828            ! op.c
15829 ____________________________________________________________________________
15830 [  8940] By: jhi                                   on 2001/02/26  13:35:40
15831         Log: Integrate perlio.
15832      Branch: perl
15833           !> ext/Encode/Encode.pm
15834 ____________________________________________________________________________
15835 [  8939] By: nick                                  on 2001/02/25  23:47:09
15836         Log: Integrate mainline.
15837      Branch: perlio
15838           !> Changes lib/Pod/Find.pm patchlevel.h perl.h regcomp.c
15839           !> t/op/pat.t t/op/tr.t t/pod/find.t toke.c utf8.c
15840 ____________________________________________________________________________
15841 [  8938] By: nick                                  on 2001/02/25  19:36:28
15842         Log: Encode implementations docs.
15843      Branch: perlio
15844            ! ext/Encode/Encode.pm
15845 ____________________________________________________________________________
15846 [  8937] By: jhi                                   on 2001/02/25  19:26:16
15847         Log: Script wasn't aligned with reality.
15848      Branch: perl
15849            ! t/pod/find.t
15850 ____________________________________________________________________________
15851 [  8936] By: jhi                                   on 2001/02/25  18:54:55
15852         Log: Update Changes.
15853      Branch: perl
15854            ! Changes patchlevel.h
15855 ____________________________________________________________________________
15856 [  8935] By: jhi                                   on 2001/02/25  18:46:36
15857         Log: Retract #8929,8930,8932,8933 for now.
15858      Branch: perl
15859            ! perl.h regcomp.c t/op/pat.t t/op/tr.t toke.c
15860 ____________________________________________________________________________
15861 [  8934] By: jhi                                   on 2001/02/25  17:34:35
15862         Log: Integrate perlio.
15863      Branch: perl
15864           !> embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
15865           !> lib/ExtUtils/typemap perl.h perlapi.c proto.h sv.c
15866           !> t/lib/encode.t
15867 ____________________________________________________________________________
15868 [  8933] By: jhi                                   on 2001/02/25  17:33:12
15869         Log: (Retracted by #8395.)
15870              
15871              Slight tweaks in scan_const(), not fixes yet, it seems like
15872              lots of work remains to be done...
15873      Branch: perl
15874            ! toke.c
15875 ____________________________________________________________________________
15876 [  8932] By: jhi                                   on 2001/02/25  17:27:11
15877         Log: (Retracted by #8395.)
15878              
15879              Missing from #8930.
15880      Branch: perl
15881            ! perl.h
15882 ____________________________________________________________________________
15883 [  8931] By: jhi                                   on 2001/02/25  17:26:19
15884         Log: A comment tweak.
15885      Branch: perl
15886            ! utf8.c
15887 ____________________________________________________________________________
15888 [  8930] By: jhi                                   on 2001/02/25  17:25:47
15889         Log: (Retracted by #8395.)
15890              
15891              Attempt to fix the EBCDIC character range problwm with //.
15892      Branch: perl
15893            ! regcomp.c
15894 ____________________________________________________________________________
15895 [  8929] By: jhi                                   on 2001/02/25  17:23:45
15896         Log: (Retracted by #8395.)
15897              
15898              Expand the EBCDIC character range tests, and add few nasty
15899              tr tests from Karsten Sperling.
15900      Branch: perl
15901            ! t/op/pat.t t/op/tr.t
15902 ____________________________________________________________________________
15903 [  8928] By: jhi                                   on 2001/02/25  17:18:49
15904         Log: Missing check-in.
15905      Branch: perl
15906            ! lib/Pod/Find.pm
15907 ____________________________________________________________________________
15908 [  8927] By: nick                                  on 2001/02/25  11:30:22
15909         Log: Change method names in Encode implementation classes to something
15910              less confusing (preparing to "go public").
15911      Branch: perlio
15912            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
15913 ____________________________________________________________________________
15914 [  8926] By: nick                                  on 2001/02/25  10:53:24
15915         Log: GCC __atribute__ / printf fix
15916      Branch: perlio
15917            ! perl.h
15918 ____________________________________________________________________________
15919 [  8925] By: nick                                  on 2001/02/25  10:52:25
15920         Log: Checked in the wrong one ...
15921      Branch: perlio
15922            ! ext/Encode/Encode.pm
15923 ____________________________________________________________________________
15924 [  8924] By: nick                                  on 2001/02/24  18:46:51
15925         Log: Integrate mainline - to see what Jarkko has in ...
15926      Branch: perlio
15927           +> t/pod/testpods/lib/Pod/Stuff.pm
15928           !> MANIFEST t/TEST t/lib/glob-basic.t t/op/pat.t t/pod/find.t
15929 ____________________________________________________________________________
15930 [  8923] By: nick                                  on 2001/02/24  17:05:23
15931         Log: Encode API documentation nd tidy up.
15932              Minor additions to test.
15933              Tweaks sv_utf8_upgrade() to force SvPV, and always SvUTF8_on and return length.
15934              Adds STRLEN to standard typemap.
15935      Branch: perlio
15936            ! embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
15937            ! lib/ExtUtils/typemap perlapi.c proto.h sv.c t/lib/encode.t
15938 ____________________________________________________________________________
15939 [  8922] By: jhi                                   on 2001/02/24  16:38:12
15940         Log: Add a test for the "character range should match in EBCDIC
15941              if specified using explicit numerics" bug found by Karsten
15942              Sperling.
15943      Branch: perl
15944            ! t/op/pat.t
15945 ____________________________________________________________________________
15946 [  8921] By: jhi                                   on 2001/02/24  16:30:16
15947         Log: Subject: [PATCH t/pod/find.t t/TEST] fixing t/pod/find.t, running t/pod
15948              From: schwern@pobox.com
15949              Date: Fri, 23 Feb 2001 03:21:37 -0500
15950              Message-ID: <20010223032137.A26022@magnonel.guild.net>
15951              
15952              plus Charles Lane's fixes, plus tweaks.
15953      Branch: perl
15954            + t/pod/testpods/lib/Pod/Stuff.pm
15955            ! MANIFEST t/TEST t/lib/glob-basic.t t/pod/find.t
15956 ____________________________________________________________________________
15957 [  8920] By: nick                                  on 2001/02/24  10:30:11
15958         Log: Integrate mainline
15959      Branch: perlio
15960           !> (integrate 33 files)
15961 ____________________________________________________________________________
15962 [  8919] By: jhi                                   on 2001/02/24  00:23:35
15963         Log: Subject: Re: I'm losing the war...
15964              From: "Vadim Konovalov" <watman@inbox.ru>
15965              Date: Sat, 24 Feb 2001 00:10:14 +0300
15966              Message-ID: <007501c09dde$a9b84420$2f7b55c2@vad>
15967              
15968              hv_store() not working correctly in ENV_IS_CASELESS case.
15969      Branch: perl
15970            ! hv.c
15971 ____________________________________________________________________________
15972 [  8918] By: jhi                                   on 2001/02/24  00:20:09
15973         Log: Subject: Re: [PATCH] fix for charnames above FFFF
15974              From: andreas.koenig@anima.de (Andreas J. Koenig)
15975              Date: 23 Feb 2001 02:39:03 +0100
15976              Message-ID: <m3u25mxjns.fsf@ak-71.mind.de>
15977              
15978              A further efficiency tweak.
15979      Branch: perl
15980            ! lib/charnames.pm
15981 ____________________________________________________________________________
15982 [  8917] By: jhi                                   on 2001/02/23  20:27:51
15983         Log: Integrate change #8916 from mainline,
15984              do away with USE_WIN32_RTL_ENV.
15985      Branch: maint-5.6/perl
15986           !> perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
15987 ____________________________________________________________________________
15988 [  8916] By: jhi                                   on 2001/02/23  20:02:25
15989         Log: Abolish USE_WIN32_RTL_ENV.
15990      Branch: perl
15991            ! perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
15992 ____________________________________________________________________________
15993 [  8915] By: jhi                                   on 2001/02/23  19:36:00
15994         Log: Retract #8893, zero-initializing may be costly, maybe reintroduce
15995              later protected by some #define.
15996      Branch: perl
15997            ! gv.c
15998 ____________________________________________________________________________
15999 [  8914] By: jhi                                   on 2001/02/23  19:31:38
16000         Log: Retract #8902 for now, requested by Charles Lane, the correct
16001              fix will be something else.
16002      Branch: perl
16003            ! op.c
16004 ____________________________________________________________________________
16005 [  8913] By: jhi                                   on 2001/02/23  19:11:36
16006         Log: Subject: [PATCH: perl@8892] was Re: hashing order difference?
16007              From: Peter Prymmer <pvhp@forte.com>
16008              Date: Fri, 23 Feb 2001 10:54:09 -0800 (PST)
16009              Message-ID: <Pine.OSF.4.10.10102231036100.79050-100000@aspara.forte.com>
16010      Branch: perl
16011            ! t/op/lex_assign.t
16012 ____________________________________________________________________________
16013 [  8912] By: jhi                                   on 2001/02/23  18:38:20
16014         Log: Subject: [patch] perlio + useithreads
16015              From: Doug MacEachern <dougm@covalent.net>
16016              Date: Fri, 23 Feb 2001 00:05:37 -0800 (PST)
16017              Message-ID: <Pine.LNX.4.21.0102222356460.14249-100000@mako.covalent.net>
16018              
16019              Gets things running but not complete.
16020      Branch: perl
16021            ! intrpvar.h objXSUB.h perlapi.c perlio.h proto.h sv.c
16022 ____________________________________________________________________________
16023 [  8911] By: jhi                                   on 2001/02/23  04:20:02
16024         Log: Integrate changes #8896,8897,8898,8906,8907,8908 from mainline.
16025              
16026              Duplicated environment freeing, File::Temp 0.12,
16027              op/append portability (EBCDIC) tweak.
16028      Branch: maint-5.6/perl
16029           !> lib/File/Temp.pm perl.c t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
16030           !> t/op/append.t
16031 ____________________________________________________________________________
16032 [  8910] By: jhi                                   on 2001/02/23  02:07:33
16033         Log: Integrate change #8909 from mainline, a better Borland
16034              putenv() workaround.
16035      Branch: maint-5.6/perl
16036           !> perl.c
16037 ____________________________________________________________________________
16038 [  8909] By: jhi                                   on 2001/02/23  02:05:46
16039         Log: A better workaround for Borland putenv() brokenness from Sarathy.
16040      Branch: perl
16041            ! perl.c
16042 ____________________________________________________________________________
16043 [  8908] By: jhi                                   on 2001/02/23  02:04:14
16044         Log: Subject: fix for parameter -Dm (for perl@8867)
16045              From: "Vadim Konovalov" <watman@inbox.ru>
16046              Date: Thu, 22 Feb 2001 17:30:12 +0300
16047              Message-ID: <001801c09cdc$2faba490$2a7b55c2@vad>
16048      Branch: perl
16049            ! perl.h
16050 ____________________________________________________________________________
16051 [  8907] By: jhi                                   on 2001/02/23  01:58:20
16052         Log: Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
16053              From: Peter Prymmer <pvhp@forte.com>
16054              Date: Thu, 22 Feb 2001 13:23:59 -0800 (PST)
16055              Message-ID: <Pine.OSF.4.10.10102221319460.47500-100000@aspara.forte.com>
16056      Branch: perl
16057            ! t/op/append.t
16058 ____________________________________________________________________________
16059 [  8906] By: jhi                                   on 2001/02/23  01:48:34
16060         Log: Upgrade to File::Temp 0.12, from Tim Jenness.
16061      Branch: perl
16062            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
16063 ____________________________________________________________________________
16064 [  8905] By: jhi                                   on 2001/02/23  01:43:30
16065         Log: Subject: [PATCH: perl@8892] fix a patcho in t/lib/st-06compat.t
16066              From: Peter Prymmer <pvhp@forte.com>
16067              Date: Thu, 22 Feb 2001 12:54:31 -0800 (PST)
16068              Message-ID: <Pine.OSF.4.10.10102221249170.47500-100000@aspara.forte.com>
16069      Branch: perl
16070            ! t/lib/st-06compat.t
16071 ____________________________________________________________________________
16072 [  8904] By: jhi                                   on 2001/02/23  01:42:39
16073         Log: Metaconfig unit change for #8903.
16074      Branch: metaconfig/U/perl
16075            ! Devel.U
16076 ____________________________________________________________________________
16077 [  8903] By: jhi                                   on 2001/02/23  01:42:12
16078         Log: Be more helpful for devel builders, suggested by John L. Allen.
16079      Branch: perl
16080            ! Configure
16081 ____________________________________________________________________________
16082 [  8902] By: jhi                                   on 2001/02/23  01:37:41
16083         Log: (Retracted by #8914)
16084              (Wrongly, reinstated by #8941)             
16085
16086              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
16087              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
16088              Date:     Thu, 22 Feb 2001 09:43:57 EST
16089              Message-Id: <010222094237.9d22e@DUPHY4.Physics.Drexel.Edu>
16090      Branch: perl
16091            ! op.c
16092 ____________________________________________________________________________
16093 [  8901] By: jhi                                   on 2001/02/23  01:20:32
16094         Log: Subject:  [PATCH perl 5.7.0] malloc message address offset
16095              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
16096              Date:     Thu, 22 Feb 2001 08:01:35 EST
16097              Message-Id: <010222075625.9d22e@DUPHY4.Physics.Drexel.Edu>
16098      Branch: perl
16099            ! malloc.c
16100 ____________________________________________________________________________
16101 [  8900] By: jhi                                   on 2001/02/23  01:18:02
16102         Log: Integrate changes #8898,8899 from mainline, environ handling.
16103      Branch: maint-5.6/perl
16104           !> perl.c
16105 ____________________________________________________________________________
16106 [  8899] By: jhi                                   on 2001/02/23  01:16:25
16107         Log: Rewrite putenv() using my_setenv().  (In general the vendors'
16108              putenv() is not to be relied on, they are either broken or leaky
16109              or both.)
16110      Branch: perl
16111            ! perl.c
16112 ____________________________________________________________________________
16113 [  8898] By: jhi                                   on 2001/02/22  23:36:59
16114         Log: Fix #8803 as #8897 fixed #8896: with environ safesysmalloc()
16115              and safesysfree() must be used.
16116      Branch: perl
16117            ! perl.c
16118 ____________________________________________________________________________
16119 [  8897] By: jhi                                   on 2001/02/22  23:25:45
16120         Log: With environ one must use safesysmalloc()/safesysfree().
16121      Branch: perl
16122            ! perl.c
16123 ____________________________________________________________________________
16124 [  8896] By: jhi                                   on 2001/02/22  22:13:18
16125         Log: If we have a duplicated environment free it
16126              if PERL_DESTRUCT_LEVEL.
16127      Branch: perl
16128            ! perl.c
16129 ____________________________________________________________________________
16130 [  8895] By: alanbur                               on 2001/02/22  19:31:57
16131         Log: Synchronised with parent
16132      Branch: maint-5.6/pureperl
16133           !> embed.h embed.pl ext/POSIX/POSIX.xs lib/File/Temp.pm op.c
16134 ____________________________________________________________________________
16135 [  8894] By: gsar                                  on 2001/02/22  19:06:18
16136         Log: integrate changes#6162,6163 from mainline (missing leak fixes!)
16137              
16138              fix memory leak in method call optimization (change#3768);
16139              made C<eval "$x->foo()"> leak
16140              
16141              fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
16142      Branch: maint-5.6/perl
16143           !> op.c
16144 ____________________________________________________________________________
16145 [  8893] By: jhi                                   on 2001/02/22  18:35:27
16146         Log: (Retracted by #8915.)
16147              
16148              Third Degree finding:
16149              reading uninitialized local variable smallbuf + 8 bytes of Perl_gv_fetchfile
16150      Branch: perl
16151            ! gv.c
16152 ____________________________________________________________________________
16153 [  8892] By: jhi                                   on 2001/02/22  14:28:32
16154         Log: Update Changes.
16155      Branch: perl
16156            ! Changes patchlevel.h
16157 ____________________________________________________________________________
16158 [  8891] By: jhi                                   on 2001/02/22  13:22:45
16159         Log: Metaconfig unit changes for #8890.
16160      Branch: metaconfig
16161            ! U/modified/Cppsym.U U/threads/archname.U
16162 ____________________________________________________________________________
16163 [  8890] By: jhi                                   on 2001/02/22  13:22:12
16164         Log: Add -stdio to the archname if no perlio selected,
16165              no -perlio added since that is now the default.
16166              
16167              Add few CPUs/architectures to the Cppsym scan.
16168      Branch: perl
16169            ! Configure config_h.SH
16170 ____________________________________________________________________________
16171 [  8889] By: jhi                                   on 2001/02/22  13:05:59
16172         Log: Metaconfig unit change for #8888.
16173      Branch: metaconfig/U/perl
16174            ! useperlio.U
16175 ____________________________________________________________________________
16176 [  8888] By: jhi                                   on 2001/02/22  13:05:28
16177         Log: *drum roll*  Make perlio the default.
16178      Branch: perl
16179            ! Configure config_h.SH
16180 ____________________________________________________________________________
16181 [  8887] By: jhi                                   on 2001/02/22  12:50:52
16182         Log: Integrate change #8665 from maintperl to mainline,
16183              IA64-induced POSIX::SigSet masking with IVs instead of NVs.
16184      Branch: perl
16185           !> ext/POSIX/POSIX.xs
16186 ____________________________________________________________________________
16187 [  8886] By: jhi                                   on 2001/02/22  12:49:24
16188         Log: Integrate changes #8883,8884 from mainline to maintperl.
16189              
16190              Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
16191              Subject: Re: File::Temp::_gettemp warning
16192      Branch: maint-5.6/perl
16193           !> embed.h embed.pl lib/File/Temp.pm
16194 ____________________________________________________________________________
16195 [  8885] By: jhi                                   on 2001/02/22  12:43:59
16196         Log: Based on
16197              
16198              Subject: [ID 20010222.001] POSIX.xs IV vs NV bug
16199              From: schwab@suse.de
16200              Date: Thu, 22 Feb 2001 13:08:09 +0100
16201              Message-Id: <200102221208.f1MC89H09364@sykes.suse.de>
16202              
16203              but the fix done slightly differently because the other
16204              half was already done in #8664.
16205      Branch: maint-5.6/perl
16206            ! ext/POSIX/POSIX.xs
16207 ____________________________________________________________________________
16208 [  8884] By: jhi                                   on 2001/02/22  12:37:15
16209         Log: Subject: Re: File::Temp::_gettemp warning
16210              From: Tim Jenness <t.jenness@jach.hawaii.edu>
16211              Date: Wed, 21 Feb 2001 22:15:32 -1000 (HST)
16212              Message-ID: <Pine.LNX.4.30.0102212211190.18964-100000@lapaki.jach.hawaii.edu>
16213              
16214              This patch to File::Temp does two things:
16215              
16216              1. Fixes the problem with CGI::Carp when determining
16217              the Fcntl constants
16218              
16219              2. Removes most of the carps and consolidates them so that all the
16220              reasons are included in a single die that is caught by the test. This
16221              means that the correct skipping behaviour is displayed by the test.
16222      Branch: perl
16223            ! lib/File/Temp.pm
16224 ____________________________________________________________________________
16225 [  8883] By: jhi                                   on 2001/02/22  12:29:19
16226         Log: Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
16227              From: Peter Prymmer <pvhp@forte.com>
16228              Date: Wed, 21 Feb 2001 16:30:06 -0800 (PST)
16229              Message-ID: <Pine.OSF.4.10.10102211624490.12601-100000@aspara.forte.com>
16230      Branch: perl
16231            ! embed.h embed.pl
16232 ____________________________________________________________________________
16233 [  8882] By: jhi                                   on 2001/02/21  19:41:33
16234         Log: Integrate change #8881 from mainlin to maintperl.
16235              
16236              Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
16237      Branch: maint-5.6/perl
16238           !> op.c
16239 ____________________________________________________________________________
16240 [  8881] By: jhi                                   on 2001/02/21  19:38:57
16241         Log: Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
16242              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
16243              Date:     Wed, 21 Feb 2001 13:08:03 EST
16244              Message-Id: <010221130721.7a2ab@DUPHY4.Physics.Drexel.Edu>
16245      Branch: perl
16246            ! op.c
16247 ____________________________________________________________________________
16248 [  8880] By: jhi                                   on 2001/02/21  19:34:34
16249         Log: Retract #8875, cannot let go of the old semantics of unpack U
16250              without rethinking utf8decode.t.
16251      Branch: perl
16252            ! pp.c t/op/pack.t
16253 ____________________________________________________________________________
16254 [  8879] By: jhi                                   on 2001/02/21  19:08:02
16255         Log: Run run/*.t also in minitest.
16256      Branch: perl
16257            ! Makefile.SH
16258 ____________________________________________________________________________
16259 [  8878] By: nick                                  on 2001/02/21  18:55:37
16260         Log: Integrate mainline
16261      Branch: perlio
16262           !> (integrate 76 files)
16263 ____________________________________________________________________________
16264 [  8877] By: jhi                                   on 2001/02/21  15:09:33
16265         Log: Fix the sys/fcntl.h problem reported by Peter Prymmer.
16266      Branch: metaconfig
16267            ! U/compline/nblock_io.U
16268      Branch: perl
16269            ! Configure config_h.SH
16270 ____________________________________________________________________________
16271 [  8876] By: jhi                                   on 2001/02/21  14:54:45
16272         Log: If no sfio, no -lsfio.
16273      Branch: metaconfig/U/perl
16274            ! d_sfio.U
16275      Branch: perl
16276            ! Configure config_h.SH
16277 ____________________________________________________________________________
16278 [  8875] By: jhi                                   on 2001/02/21  14:54:00
16279         Log: Make unpack C and unpack C truly equivalent.
16280      Branch: perl
16281            ! pp.c t/op/pack.t
16282 ____________________________________________________________________________
16283 [  8874] By: jhi                                   on 2001/02/21  14:26:02
16284         Log: Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
16285              From: Peter Prymmer <pvhp@forte.com>
16286              Date: Tue, 20 Feb 2001 14:51:55 -0800 (PST)
16287              Message-ID: <Pine.OSF.4.10.10102201447380.501692-100000@aspara.forte.com>
16288      Branch: perl
16289            ! pod/perlport.pod
16290 ____________________________________________________________________________
16291 [  8873] By: jhi                                   on 2001/02/21  14:24:31
16292         Log: Subject: [PATCH] fix for charnames above FFFF
16293              From: andreas.koenig@anima.de (Andreas J. Koenig)
16294              Date: 21 Feb 2001 07:05:45 +0100
16295              Message-ID: <m366i44ll2.fsf@ak-71.mind.de>
16296      Branch: perl
16297            ! lib/charnames.pm t/lib/charnames.t
16298 ____________________________________________________________________________
16299 [  8872] By: jhi                                   on 2001/02/21  14:15:25
16300         Log: Integrate change #8868 from pureperl to mainline.
16301              
16302              Fixed reference count loop caused by sv_magic.
16303      Branch: perl
16304           !> sv.c
16305 ____________________________________________________________________________
16306 [  8871] By: jhi                                   on 2001/02/21  14:07:29
16307         Log: Integrate change #8868 from pureperl to maintperl.
16308              
16309              Fixed reference count loop caused by sv_magic.
16310      Branch: maint-5.6/perl
16311           !> sv.c
16312 ____________________________________________________________________________
16313 [  8870] By: jhi                                   on 2001/02/21  14:04:41
16314         Log: Put back the #8840, it was innocent.
16315      Branch: perl
16316            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
16317            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
16318 ____________________________________________________________________________
16319 [  8869] By: jhi                                   on 2001/02/21  14:00:03
16320         Log: unpack("C", ...) was left slightly unfinished by #8865.
16321      Branch: perl
16322            ! pp.c t/op/pack.t
16323 ____________________________________________________________________________
16324 [  8868] By: alanbur                               on 2001/02/21  01:33:45
16325         Log: Fixed reference count loop caused by sv_magic.  sv_magic is called
16326              from gv_fetchpv to create single-character magic variables (e.g. $!),
16327              and it is passed a sv and the gv that contains the sv as the mg_obj
16328              value.  When sv_magic stores the mg_obj pointer it increments the gv
16329              refcount, thus causing a sv-gv pair that can't be freed.  There is
16330              already a check for sv == obj which is used to prevent such reference
16331              loops.  This change extends the check to cover the case described above.
16332      Branch: maint-5.6/pureperl
16333            ! sv.c
16334 ____________________________________________________________________________
16335 [  8867] By: jhi                                   on 2001/02/21  00:52:39
16336         Log: Update Changes.
16337      Branch: perl
16338            ! Changes patchlevel.h
16339 ____________________________________________________________________________
16340 [  8866] By: jhi                                   on 2001/02/21  00:34:20
16341         Log: Upgrade to CGI.pm 2.752, from Lincoln Stein.
16342              (Note: there were some conflicts due to EBCDIC and EPOC
16343              patches, in general I preferred the repository code.)
16344              (When 2.753 comes out, we need to synchronize.)
16345      Branch: perl
16346            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
16347            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
16348            ! t/lib/cgi-html.t
16349 ____________________________________________________________________________
16350 [  8865] By: jhi                                   on 2001/02/21  00:24:22
16351         Log: Make pack("C", 0x100) to create Unicode, unless under the
16352              evil influence of 'use bytes'.  Similarly, unpack("C", ...)
16353              will understand Unicode, unless you under know what.
16354      Branch: perl
16355            ! pp.c t/op/pack.t t/op/qu.t
16356 ____________________________________________________________________________
16357 [  8864] By: alanbur                               on 2001/02/20  22:35:34
16358         Log: Resynchronised with parent
16359      Branch: maint-5.6/pureperl
16360           !> README.win32 ext/GDBM_File/GDBM_File.pm
16361           !> ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
16362           !> ext/SDBM_File/SDBM_File.pm handy.h lib/Test.pm makedef.pl mg.c
16363           !> pod/perlop.pod t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
16364           !> t/lib/sdbm.t util.c
16365 ____________________________________________________________________________
16366 [  8863] By: jhi                                   on 2001/02/20  20:55:11
16367         Log: Integrate change #8860,8861 from mainline into maintperl.
16368              
16369              "pseudo-literal j"
16370              
16371              Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
16372      Branch: maint-5.6/perl
16373           !> lib/Test.pm pod/perlop.pod
16374 ____________________________________________________________________________
16375 [  8862] By: jhi                                   on 2001/02/20  20:30:07
16376         Log: Don't do casting between pointers pointing to differently sized
16377              integers.
16378      Branch: perl
16379            ! hv.c sv.c
16380 ____________________________________________________________________________
16381 [  8861] By: jhi                                   on 2001/02/20  19:53:44
16382         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
16383              From: Peter Prymmer <pvhp@forte.com>
16384              Message-ID: <Pine.OSF.4.10.10102141617350.197219-100000@aspara.forte.com>
16385              Date: Wed, 14 Feb 2001 16:28:16 -0800 (PST)
16386      Branch: perl
16387            ! lib/Test.pm
16388 ____________________________________________________________________________
16389 [  8860] By: jhi                                   on 2001/02/20  19:48:02
16390         Log: "pseudo-literal j", a documentation glitch reported to Debian.
16391              The text recovered from Perl 5.005_03, and pseudo-literal replaced
16392              by "backtick string".
16393      Branch: perl
16394            ! pod/perlop.pod
16395 ____________________________________________________________________________
16396 [  8859] By: jhi                                   on 2001/02/20  19:15:46
16397         Log: Skip the Perl_sys_intern_clear and Perl_sys_intern_init,
16398              from Chris Nandor.
16399      Branch: perl
16400            ! makedef.pl
16401 ____________________________________________________________________________
16402 [  8858] By: jhi                                   on 2001/02/20  17:36:53
16403         Log: Integrate pureperl changes #8844,8845,8850 to mainline
16404              (via maintperl #8855).
16405              
16406              Fixed %^H scoping bug
16407              
16408              Removed GV <-> CV refcount loop
16409              
16410              Removed %ENV refcount loop
16411      Branch: perl
16412           !> gv.c op.c perl.c pp.c scope.c
16413 ____________________________________________________________________________
16414 [  8857] By: jhi                                   on 2001/02/20  17:34:32
16415         Log: Integrate changes #8853,8854 from maintperl to mainline.
16416              
16417              EBDIC fixes, README.win32 Borland update.
16418      Branch: perl
16419           !> README.win32 handy.h util.c
16420 ____________________________________________________________________________
16421 [  8856] By: jhi                                   on 2001/02/20  17:33:16
16422         Log: Integrate change #8848 from mainline to maintperl: ?DBM_File cleanup.
16423      Branch: maint-5.6/perl
16424           !> ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
16425           !> ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
16426           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
16427 ____________________________________________________________________________
16428 [  8855] By: jhi                                   on 2001/02/20  17:32:13
16429         Log: Integrate pureperl changes #8844,8845,8850 to maintperl.
16430              
16431              Fixed %^H scoping bug
16432              
16433              Removed GV <-> CV refcount loop
16434              
16435              Removed %ENV refcount loop
16436      Branch: maint-5.6/perl
16437           !> gv.c op.c perl.c pp.c scope.c
16438 ____________________________________________________________________________
16439 [  8854] By: jhi                                   on 2001/02/20  17:25:06
16440         Log: Subject: Addition to readme.win32 for Borland C++ compilers
16441              Date: Tue, 20 Feb 2001 02:15:25 +0300
16442              From: "Vadim Konovalov" <watman@inbox.ru>
16443              Message-ID: <011c01c09aca$93bbbec0$367b55c2@vad>
16444              
16445              Document Borland compiler misbehaviour.
16446      Branch: maint-5.6/perl
16447            ! README.win32
16448 ____________________________________________________________________________
16449 [  8853] By: jhi                                   on 2001/02/20  17:22:25
16450         Log: The assimilation of ebcdic.c didn't quite work at the first try,
16451              patches from Thomas Dorner.
16452      Branch: maint-5.6/perl
16453            ! handy.h util.c
16454 ____________________________________________________________________________
16455 [  8852] By: jhi                                   on 2001/02/20  17:20:15
16456         Log: Subject: [PATCH] More Mac OS patches for maint-5.6
16457              From: Chris Nandor <pudge@pobox.com>
16458              Date: Tue, 20 Feb 2001 08:32:45 -0500
16459              Message-Id: <p05010403b6b81ee8dca0@[10.0.1.177]>
16460      Branch: maint-5.6/perl
16461            ! makedef.pl mg.c
16462 ____________________________________________________________________________
16463 [  8851] By: jhi                                   on 2001/02/20  17:15:52
16464         Log: Filter::Util::Call update to 1.05, from Paul Marquess.
16465      Branch: perl
16466            ! ext/Filter/Util/Call/Call.pm t/lib/filter-util.pl
16467            ! t/lib/filter-util.t
16468 ____________________________________________________________________________
16469 [  8850] By: alanbur                               on 2001/02/20  17:12:40
16470         Log: Removed %ENV refcount loop.  Elements of %ENV are magical,
16471              and the magic pointer points back to the GV that contains the
16472              %ENV hash.  This creates a refcount loop that prevents members
16473              of %ENV from being freed correctly.  This change removes the
16474              refcount loop - the magic pointer was never used anyway, the
16475              only use of the magic was to check the type ('E') so that the
16476              appropriate environment manipulation code is called when %ENV
16477              is modified.
16478      Branch: maint-5.6/pureperl
16479            ! perl.c
16480 ____________________________________________________________________________
16481 [  8849] By: jhi                                   on 2001/02/20  17:12:20
16482         Log: Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
16483              From: "Craig A. Berry" <craigberry@mac.com>
16484              Date: Mon, 19 Feb 2001 23:36:12 -0600
16485              Message-Id: <5.0.2.1.0.20010219230450.02762648@exchi01>
16486              
16487              Case-forgiving systems match TestInit.pm with TES*.
16488      Branch: perl
16489            ! t/lib/glob-basic.t
16490 ____________________________________________________________________________
16491 [  8848] By: jhi                                   on 2001/02/20  17:10:02
16492         Log: strict-w-proof the ?DBM_File, from Paul Marquess.
16493      Branch: perl
16494            ! ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
16495            ! ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
16496            ! t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
16497 ____________________________________________________________________________
16498 [  8847] By: jhi                                   on 2001/02/20  15:34:41
16499         Log: The #8843 wasn't quite right: %Config needs to imported.
16500      Branch: perl
16501            ! t/run/runenv.t
16502 ____________________________________________________________________________
16503 [  8846] By: jhi                                   on 2001/02/20  15:31:50
16504         Log: Retract the #8838 and #8840 for now because of
16505              the DB_File tie problem.
16506      Branch: perl
16507            ! embed.h embed.pl global.sym lib/ExtUtils/xsubpp objXSUB.h
16508            ! perlapi.c pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
16509            ! proto.h sv.c
16510 ____________________________________________________________________________
16511 [  8845] By: alanbur                               on 2001/02/20  14:25:41
16512         Log: Removed GV <-> CV refcount loop
16513              CvGV(mycv) points to the parent GV of the CV, and was previously
16514              refcounted.  The pointer remains, but the refcounting has been removed
16515              as it causes a refcount loop between the CV and GV that means the CV
16516              can't ever be deleted.
16517      Branch: maint-5.6/pureperl
16518            ! gv.c op.c pp.c
16519 ____________________________________________________________________________
16520 [  8844] By: alanbur                               on 2001/02/20  14:23:13
16521         Log: Fixed %^H scoping bug
16522      Branch: maint-5.6/pureperl
16523            ! scope.c
16524 ____________________________________________________________________________
16525 [  8843] By: jhi                                   on 2001/02/19  13:38:08
16526         Log: fork() not everywhere, cleanup temp files.
16527      Branch: perl
16528            ! t/run/runenv.t
16529 ____________________________________________________________________________
16530 [  8842] By: alanbur                               on 2001/02/19  12:42:07
16531         Log: Resynchronised with parent
16532      Branch: maint-5.6/pureperl
16533           !> pod/perlfaq4.pod sv.c utf8.c
16534 ____________________________________________________________________________
16535 [  8841] By: jhi                                   on 2001/02/19  03:35:51
16536         Log: Update Changes.
16537      Branch: perl
16538            ! Changes patchlevel.h
16539 ____________________________________________________________________________
16540 [  8840] By: jhi                                   on 2001/02/19  00:23:41
16541         Log: Subject: [patch] add sv_setref_uv
16542              From: Doug MacEachern <dougm@covalent.net>
16543              Date: Sun, 18 Feb 2001 14:49:33 -0800 (PST)
16544              Message-ID: <Pine.LNX.4.21.0102181448290.10021-100000@mako.covalent.net>
16545      Branch: perl
16546            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
16547            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
16548 ____________________________________________________________________________
16549 [  8839] By: jhi                                   on 2001/02/19  00:01:38
16550         Log: Put to rest the 20010205.001, the email address checking (not) regex.
16551      Branch: perl
16552            ! pod/perlfaq9.pod
16553 ____________________________________________________________________________
16554 [  8838] By: jhi                                   on 2001/02/18  22:17:54
16555         Log: Subject: [patch] xsubpp: make sv_setref_* targetable
16556              From: Doug MacEachern <dougm@covalent.net>
16557              Date: Sun, 18 Feb 2001 12:58:23 -0800 (PST)
16558              Message-ID: <Pine.LNX.4.21.0102181256310.10021-100000@mako.covalent.net>
16559      Branch: perl
16560            ! lib/ExtUtils/xsubpp
16561 ____________________________________________________________________________
16562 [  8837] By: jhi                                   on 2001/02/18  22:16:50
16563         Log: Subject: [patch] -Wall cleanup round 2
16564              From: Doug MacEachern <dougm@covalent.net>
16565              Date: Sun, 18 Feb 2001 13:08:04 -0800 (PST)
16566              Message-ID: <Pine.LNX.4.21.0102181304520.10021-100000@mako.covalent.net>
16567      Branch: perl
16568            ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
16569            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
16570            ! ext/File/Glob/Glob.xs ext/Filter/Util/Call/Call.xs
16571            ! ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs ext/IPC/SysV/SysV.xs
16572            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
16573            ! ext/SDBM_File/SDBM_File.xs
16574 ____________________________________________________________________________
16575 [  8836] By: jhi                                   on 2001/02/18  22:11:20
16576         Log: Misapplied regex optimizations when \C is present.
16577              Fixes 20001230.002.
16578              
16579              What still remains broken is that the submatches that
16580              have \C in them get their UTF8 flag on because their
16581              parent SV has it on.  This will result in malformed
16582              UTF8 if a \C happened to match a non-ASCII byte.
16583      Branch: perl
16584            ! regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
16585            ! t/pragma/utf8.t
16586 ____________________________________________________________________________
16587 [  8835] By: jhi                                   on 2001/02/18  20:12:02
16588         Log: Fix for "[ID 20010213.005] utf8 + localized hash elems + 64 bits?"
16589              
16590              The hash key got wrongly UTF8fied.
16591      Branch: perl
16592            ! pod/perlapi.pod toke.c utf8.c
16593 ____________________________________________________________________________
16594 [  8834] By: jhi                                   on 2001/02/18  19:44:25
16595         Log: Tweak on #8234 (Subject: Re: [PATCH] Warn on use of reference as array elem):
16596              don't warn on magical or overloaded things.
16597      Branch: perl
16598            ! pp_hot.c
16599 ____________________________________________________________________________
16600 [  8833] By: nick                                  on 2001/02/18  19:31:22
16601         Log: Integrate mainline
16602      Branch: perlio
16603           +> t/TestInit.pm t/run/runenv.t
16604            - t/UTEST
16605           !> MANIFEST Makefile.SH ext/Storable/ChangeLog
16606           !> ext/Storable/Storable.pm ext/Storable/Storable.xs
16607           !> lib/Test/Harness.pm perl.c pod/perlfaq4.pod sv.c t/TEST
16608           !> t/lib/charnames.t t/lib/glob-basic.t t/lib/st-06compat.t
16609           !> t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
16610           !> t/op/chop.t t/op/eval.t t/op/regexp_noamp.t t/op/subst_wamp.t
16611           !> utf8.c
16612 ____________________________________________________________________________
16613 [  8832] By: jhi                                   on 2001/02/18  19:21:18
16614         Log: Integrate perlio.
16615      Branch: perl
16616           !> perlio.c pod/perldiag.pod
16617 ____________________________________________________________________________
16618 [  8831] By: jhi                                   on 2001/02/18  19:14:20
16619         Log: Integrate change #8827 from mainline.
16620              
16621              UTF8 tweaks.
16622      Branch: maint-5.6/perl
16623           !> sv.c utf8.c
16624 ____________________________________________________________________________
16625 [  8830] By: nick                                  on 2001/02/18  19:10:34
16626         Log: Apply the spirit of patch from Nick Clark:
16627              Subject: [PATCH] Re: extensions that provide layers
16628              From: Nicholas Clark <nick@ccl4.org>
16629              Date: Mon, 12 Feb 2001 16:43:51 +0000
16630              Message-Id: <20010212164350.Q3652@plum.flirble.org>
16631      Branch: perlio
16632            ! perlio.c pod/perldiag.pod
16633 ____________________________________________________________________________
16634 [  8829] By: jhi                                   on 2001/02/18  19:03:25
16635         Log: Subject: [PATCH t/TEST t/TestSetup.pm] Adding in TestSetup.pm to replace BEGIN  preamble on tests.
16636              From: schwern@pobox.com 
16637              Date: Sun, 18 Feb 2001 13:44:35 -0500
16638              Message-ID: <20010218134435.A17544@magnonel.guild.net>
16639              
16640              Applied, but as t/TestInit.pm.
16641      Branch: perl
16642            + t/TestInit.pm
16643            ! MANIFEST t/TEST t/op/eval.t t/op/regexp_noamp.t
16644            ! t/op/subst_wamp.t
16645 ____________________________________________________________________________
16646 [  8828] By: jhi                                   on 2001/02/18  18:43:52
16647         Log: Integrate perlio.
16648      Branch: perl
16649           !> perlio.c
16650 ____________________________________________________________________________
16651 [  8827] By: jhi                                   on 2001/02/18  18:41:33
16652         Log: UTF-8 tweaks.
16653      Branch: perl
16654            ! sv.c utf8.c
16655 ____________________________________________________________________________
16656 [  8826] By: nick                                  on 2001/02/18  17:40:59
16657         Log: Fix [ID 20010217.002]
16658              open FOO, "<:raw:perlio", ...
16659              :raw now inserts default base layer below itself.
16660              Also
16661              open FOO, "<:unix", ...
16662              works as well - but leaves buffer layer on stack under the unix layer.
16663      Branch: perlio
16664            ! perlio.c
16665 ____________________________________________________________________________
16666 [  8825] By: jhi                                   on 2001/02/18  17:15:39
16667         Log: Integrate perlio.
16668      Branch: perl
16669           !> perlio.c perliol.h
16670 ____________________________________________________________________________
16671 [  8824] By: jhi                                   on 2001/02/18  17:10:53
16672         Log: Subject: [PATCH t/TEST lib/Test/Harness.pm] Adding todo tests
16673              From: schwern@pobox.com
16674              Date: Sun, 18 Feb 2001 01:48:50 -0500
16675              Message-ID: <20010218014850.C19957@magnonel.guild.net>
16676      Branch: perl
16677            ! lib/Test/Harness.pm t/TEST t/op/chop.t
16678 ____________________________________________________________________________
16679 [  8823] By: jhi                                   on 2001/02/18  17:01:06
16680         Log: Add run/*.t to testables.
16681      Branch: perl
16682            ! t/TEST
16683 ____________________________________________________________________________
16684 [  8822] By: jhi                                   on 2001/02/18  16:58:58
16685         Log: Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
16686              From: schwern@pobox.com
16687              Date: Sun, 18 Feb 2001 01:11:35 -0500
16688              Message-ID: <20010218011135.A19957@magnonel.guild.net>
16689              
16690              Revive mjd's and Simon's PERL5OPT fix.
16691      Branch: perl
16692            + t/run/runenv.t
16693            ! MANIFEST perl.c
16694 ____________________________________________________________________________
16695 [  8821] By: jhi                                   on 2001/02/18  16:53:46
16696         Log: Subject: Re: Why t/TEST and not Test::Harness?
16697              From: schwern@pobox.com
16698              Date: Sat, 17 Feb 2001 22:44:44 -0500
16699              Message-ID: <20010217224444.A6679@magnonel.guild.net>
16700              
16701              Replace UTEST with TEST -utf8.
16702      Branch: perl
16703            - t/UTEST
16704            ! MANIFEST Makefile.SH t/TEST t/lib/charnames.t
16705            ! t/lib/glob-basic.t
16706 ____________________________________________________________________________
16707 [  8820] By: nick                                  on 2001/02/18  13:06:16
16708         Log: Clean up a few core dumps when layers are used in unexpected ways.
16709              (Still not "right"...)
16710      Branch: perlio
16711            ! perlio.c perliol.h
16712 ____________________________________________________________________________
16713 [  8819] By: jhi                                   on 2001/02/18  02:25:55
16714         Log: Integrate change #8818 from maintperl, a FAQ nit.
16715      Branch: perl
16716           !> pod/perlfaq4.pod
16717 ____________________________________________________________________________
16718 [  8818] By: jhi                                   on 2001/02/18  02:24:50
16719         Log: FAQ nit from Chris Fedde.
16720      Branch: maint-5.6/perl
16721            ! pod/perlfaq4.pod
16722 ____________________________________________________________________________
16723 [  8817] By: nick                                  on 2001/02/17  18:20:14
16724         Log: Integrate mainline
16725      Branch: perlio
16726           +> lib/unicode/UCD.html lib/unicode/Unicode.html
16727           +> lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
16728           +> pod/perlclib.pod
16729            - ebcdic.c lib/unicode/UCD301.html lib/unicode/UCDFF301.html
16730            - lib/unicode/Unicode.301
16731           !> (integrate 324 files)
16732 ____________________________________________________________________________
16733 [  8816] By: jhi                                   on 2001/02/17  16:56:58
16734         Log: Upgrade to Storable 1.0.10, from Raphael Manfredi.
16735      Branch: perl
16736            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
16737            ! ext/Storable/Storable.xs t/lib/st-06compat.t
16738            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
16739 ____________________________________________________________________________
16740 [  8815] By: jhi                                   on 2001/02/17  16:40:07
16741         Log: Subject: [patch] -Wall
16742              From: Doug MacEachern <dougm@covalent.net>
16743              Date: Fri, 16 Feb 2001 15:25:36 -0800 (PST)
16744              Message-ID: <Pine.LNX.4.21.0102161519500.30352-100000@mako.covalent.net>
16745      Branch: perl
16746            ! doio.c doop.c embed.h embed.pl gv.c objXSUB.h op.c perl.c
16747            ! perlapi.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c
16748 ____________________________________________________________________________
16749 [  8814] By: jhi                                   on 2001/02/16  19:27:18
16750         Log: Document qu better.
16751      Branch: perl
16752            ! pod/perlop.pod
16753 ____________________________________________________________________________
16754 [  8813] By: jhi                                   on 2001/02/15  13:54:37
16755         Log: Subject: [PATCH @8807] toke.c cleanup: scan_str()
16756              From: Hugo <hv@crypt.compulink.co.uk>
16757              Date: Thu, 15 Feb 2001 13:39:49 +0000
16758              Message-Id: <200102151339.NAA32248@crypt.compulink.co.uk>
16759      Branch: perl
16760            ! toke.c
16761 ____________________________________________________________________________
16762 [  8812] By: alanbur                               on 2001/02/15  13:52:16
16763         Log: Resynchronised with parent
16764      Branch: maint-5.6/pureperl
16765            - ebcdic.c
16766           !> (integrate 36 files)
16767 ____________________________________________________________________________
16768 [  8811] By: jhi                                   on 2001/02/15  13:51:16
16769         Log: Integrate changes #8659,8702,8808,8809,8810 from maintperl.
16770              
16771              Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
16772              From: Jan Dubois <JanD@ActiveState.com>
16773              Date: Wed, 31 Jan 2001 21:17:03 -0800
16774              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
16775              
16776              tweak change#8659 to keep it simple
16777              
16778              Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
16779              From: Russ Allbery <rra@stanford.edu>
16780              Date: 14 Feb 2001 10:15:41 -0800
16781              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
16782              
16783              (8809 empty)
16784
16785              Upgrade to podlators 1.08, from Russ Allbery.
16786      Branch: perl
16787           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/Test/Harness.pm
16788           !> utils/perldoc.PL
16789 ____________________________________________________________________________
16790 [  8810] By: jhi                                   on 2001/02/15  13:35:08
16791         Log: Upgrade to podlators 1.08, from Russ Allbery.
16792      Branch: maint-5.6/perl
16793            ! lib/Pod/Man.pm lib/Pod/Text.pm
16794 ____________________________________________________________________________
16795 [  8809] By: jhi                                   on 2001/02/15  13:26:38
16796         Log: (accidentally empty check-in)
16797      Branch: maint-5.6/perl
16798            ! lib/Test/Harness.pm
16799 ____________________________________________________________________________
16800 [  8808] By: jhi                                   on 2001/02/15  13:23:47
16801         Log: Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
16802              From: Russ Allbery <rra@stanford.edu>
16803              Date: 14 Feb 2001 10:15:41 -0800
16804              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
16805              
16806              perldoc was hardcoding $Config{installscript}, which breaks
16807              when install* isn't where Perl ends up (such as with AFS).
16808              
16809              Use $Config{scriptdir} instead.
16810      Branch: maint-5.6/perl
16811            ! utils/perldoc.PL
16812 ____________________________________________________________________________
16813 [  8807] By: jhi                                   on 2001/02/14  14:37:27
16814         Log: Update Changes.
16815      Branch: perl
16816            ! Changes patchlevel.h
16817 ____________________________________________________________________________
16818 [  8806] By: jhi                                   on 2001/02/14  14:25:31
16819         Log: Integrate changes #8803,8804,8805 from mainline.
16820              
16821              Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
16822              
16823              Don't skip too much of the locale error message if no environ array,
16824              from Chris Nandor.
16825              
16826              More MacOS Classic fixes from Chris Nandor.
16827      Branch: maint-5.6/perl
16828           !> doop.c lib/Cwd.pm perl.c perl.h util.c
16829 ____________________________________________________________________________
16830 [  8805] By: jhi                                   on 2001/02/14  03:29:01
16831         Log: More MacOS Classic fixes from Chris Nandor.
16832      Branch: perl
16833            ! doop.c lib/Cwd.pm
16834 ____________________________________________________________________________
16835 [  8804] By: jhi                                   on 2001/02/14  03:18:35
16836         Log: Don't skip too much of the locale error message if no environ array,
16837              from Chris Nandor.
16838      Branch: perl
16839            ! util.c
16840 ____________________________________________________________________________
16841 [  8803] By: jhi                                   on 2001/02/14  03:14:14
16842         Log: Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
16843      Branch: perl
16844            ! perl.c perl.h
16845 ____________________________________________________________________________
16846 [  8802] By: jhi                                   on 2001/02/13  18:31:33
16847         Log: AUTHORS update.
16848      Branch: perl
16849            ! AUTHORS
16850 ____________________________________________________________________________
16851 [  8801] By: jhi                                   on 2001/02/13  17:55:19
16852         Log: Integrate change #8792 from mainline.
16853              
16854              Subject: buncha MacPerl patches for bleadperl
16855              From: Chris Nandor <pudge@pobox.com>
16856              Date: Tue, 13 Feb 2001 00:02:43 -0500
16857              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
16858      Branch: maint-5.6/perl
16859           !> lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
16860           !> lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
16861           !> t/lib/basename.t toke.c util.h
16862 ____________________________________________________________________________
16863 [  8800] By: jhi                                   on 2001/02/13  17:46:43
16864         Log: When doing that Fpos_t used in PerlIO_getpos proto needs
16865              to be forced to Off_t.
16866              
16867              Subject: [ID 20010201.009] 5.6.1-TRIAL2 sfio build fails
16868              From: nick@ccl4.org
16869              Date: Thu, 1 Feb 2001 12:01:04 +0000
16870              Message-Id: <20010201120103.E11401@plum.flirble.org>
16871      Branch: maint-5.6/perl
16872            ! iperlsys.h perlio.c
16873 ____________________________________________________________________________
16874 [  8799] By: jhi                                   on 2001/02/13  16:52:51
16875         Log: Duplex duplex hunk hunk.
16876      Branch: maint-5.6/perl
16877            ! Makefile.SH
16878 ____________________________________________________________________________
16879 [  8797] By: jhi                                   on 2001/02/13  14:52:04
16880         Log: Subject: [PATCH perl@8773] integral ok lines for VMS
16881              From: "Craig A. Berry" <craigberry@mac.com>
16882              Date: Mon, 12 Feb 2001 11:05:25 -0600
16883              Message-Id: <p04330104b6ac5dfe6d45@[172.16.52.1]>
16884      Branch: perl
16885            ! t/lib/filehand.t t/lib/test-harness.t t/lib/texttabs.t
16886 ____________________________________________________________________________
16887 [  8796] By: jhi                                   on 2001/02/13  14:36:47
16888         Log: Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
16889              From: simon.cozens@pembroke.oxford.ac.uk 
16890              Date: Sat, 10 Feb 2001 17:57:02 +0000
16891              Message-Id: <E14ReGc-0005Pk-00@pembro26.pmb.ox.ac.uk>
16892              
16893              Now it does include.
16894      Branch: perl
16895            ! pod/perldiag.pod
16896 ____________________________________________________________________________
16897 [  8795] By: jhi                                   on 2001/02/13  14:30:11
16898         Log: Sort the MANIFEST.
16899      Branch: perl
16900            ! MANIFEST
16901 ____________________________________________________________________________
16902 [  8794] By: jhi                                   on 2001/02/13  14:26:51
16903         Log: Integrate change #8793 from mainline, FAQ updates.
16904      Branch: maint-5.6/perl
16905           !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
16906 ____________________________________________________________________________
16907 [  8793] By: jhi                                   on 2001/02/13  14:25:13
16908         Log: FAQ updates from Chris Fedde <chris@fedde.littleton.co.us>.
16909      Branch: perl
16910            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
16911 ____________________________________________________________________________
16912 [  8792] By: jhi                                   on 2001/02/13  14:22:50
16913         Log: Subject: buncha MacPerl patches for bleadperl
16914              From: Chris Nandor <pudge@pobox.com>
16915              Date: Tue, 13 Feb 2001 00:02:43 -0500
16916              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
16917      Branch: perl
16918            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
16919            ! lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
16920            ! t/lib/basename.t toke.c util.h
16921 ____________________________________________________________________________
16922 [  8791] By: jhi                                   on 2001/02/13  14:10:39
16923         Log: Integrate change #8790 from mainline.
16924              
16925              environ array wrongly assumed in Perl_init_i18nl10n(),
16926      Branch: maint-5.6/perl
16927           !> util.c
16928 ____________________________________________________________________________
16929 [  8790] By: jhi                                   on 2001/02/13  14:06:15
16930         Log: environ array wrongly assumed in Perl_init_i18nl10n(),
16931              noticed by Chris Nandor in MacOS Classic.
16932      Branch: perl
16933            ! util.c
16934 ____________________________________________________________________________
16935 [  8789] By: jhi                                   on 2001/02/13  13:58:07
16936         Log: Integrate changes #8373,8487,8544,8783 from mainline.
16937              
16938              Synchronize the EBCDIC platforms (os390,posix-bc,vmesa):
16939              hints files, the dynaloading, assimilate ebcdic into util.c.
16940      Branch: maint-5.6/perl
16941            - ebcdic.c
16942            ! MANIFEST hints/posix-bc.sh
16943           !> Makefile.SH embed.h embed.pl ext/DynaLoader/dl_dllload.xs
16944           !> handy.h hints/os390.sh hints/vmesa.sh installperl objXSUB.h
16945           !> perlapi.c proto.h util.c
16946 ____________________________________________________________________________
16947 [  8788] By: alanbur                               on 2001/02/13  10:33:13
16948         Log: Integrated changes from maint-5.6
16949      Branch: maint-5.6/pureperl
16950           !> Makefile.SH README.vos hints/openbsd.sh pod/perlport.pod
16951           !> regcomp.c t/op/re_tests vos/Changes vos/build.cm
16952           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
16953           !> vos/config.ga.h vos/configure_perl.cm
16954 ____________________________________________________________________________
16955 [  8787] By: jhi                                   on 2001/02/13  05:56:36
16956         Log: Integrate change #8786 from maintperl, posix-bc byacc handling.
16957      Branch: perl
16958           !> Makefile.SH
16959 ____________________________________________________________________________
16960 [  8786] By: jhi                                   on 2001/02/13  05:54:34
16961         Log: Subject: perl@8671 on posix-bc aka BS2000 Posix (small Patch included!)
16962              From: Dorner Thomas <Thomas.Dorner@start.de>
16963              Date: Mon, 12 Feb 2001 15:06:26 +0100
16964              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A8853@Ex02.inhouse.start.de>
16965      Branch: maint-5.6/perl
16966            ! Makefile.SH
16967 ____________________________________________________________________________
16968 [  8785] By: jhi                                   on 2001/02/13  05:29:04
16969         Log: Integrate change #8781 from maintperl, OpenBSD hints update.
16970      Branch: perl
16971           !> hints/openbsd.sh
16972 ____________________________________________________________________________
16973 [  8784] By: jhi                                   on 2001/02/13  02:25:24
16974         Log: Subject: [PATCH: perl@8773] small fixups to perlclib.pod
16975              From: Peter Prymmer <pvhp@forte.com>
16976              Date: Mon, 12 Feb 2001 18:23:09 -0800 (PST)
16977              Message-ID: <Pine.OSF.4.10.10102121821090.126445-100000@aspara.forte.com>
16978      Branch: perl
16979            ! pod/perlclib.pod
16980 ____________________________________________________________________________
16981 [  8783] By: jhi                                   on 2001/02/13  02:22:36
16982         Log: Merge ebcdic.c (only one function, ebcdic_control()) into util.c.
16983      Branch: perl
16984            - ebcdic.c
16985            ! MANIFEST embed.h embed.pl handy.h hints/os390.sh
16986            ! hints/posix-bc.sh hints/vmesa.sh objXSUB.h perlapi.c proto.h
16987            ! util.c
16988 ____________________________________________________________________________
16989 [  8782] By: jhi                                   on 2001/02/13  02:00:07
16990         Log: Add OpenBSD to the list of 5.6.1-okay platforms.
16991      Branch: maint-5.6/perl
16992            ! pod/perlport.pod
16993 ____________________________________________________________________________
16994 [  8781] By: jhi                                   on 2001/02/13  01:58:44
16995         Log: OpenBSD hints update for 5.6.1-TRIAL2 from Todd C. Miller.
16996      Branch: maint-5.6/perl
16997            ! hints/openbsd.sh
16998 ____________________________________________________________________________
16999 [  8780] By: jhi                                   on 2001/02/13  01:57:33
17000         Log: Synchronize the regexp tests between maintperl and mainline.
17001      Branch: maint-5.6/perl
17002           !> t/op/re_tests
17003 ____________________________________________________________________________
17004 [  8779] By: jhi                                   on 2001/02/13  01:49:35
17005         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
17006              From: Hugo <hv@crypt.compulink.co.uk>
17007              Date: Tue, 13 Feb 2001 00:11:11 +0000
17008              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
17009      Branch: perl
17010            ! regcomp.c t/op/re_tests
17011 ____________________________________________________________________________
17012 [  8778] By: jhi                                   on 2001/02/13  00:23:10
17013         Log: Comments do not nest.
17014      Branch: perl
17015            ! perl.h
17016 ____________________________________________________________________________
17017 [  8777] By: jhi                                   on 2001/02/13  00:17:54
17018         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
17019              From: Hugo <hv@crypt.compulink.co.uk>
17020              Date: Tue, 13 Feb 2001 00:11:11 +0000
17021              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
17022      Branch: maint-5.6/perl
17023            ! regcomp.c t/op/re_tests
17024 ____________________________________________________________________________
17025 [  8776] By: jhi                                   on 2001/02/12  23:25:52
17026         Log: Add VOS to the list of 5.6.1 known-to-be-working platforms.
17027      Branch: maint-5.6/perl
17028            ! pod/perlport.pod
17029 ____________________________________________________________________________
17030 [  8775] By: jhi                                   on 2001/02/12  23:04:28
17031         Log: VOS updates for 5.6-TRIAL2 from Paul Green.
17032      Branch: maint-5.6/perl
17033            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
17034            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
17035            ! vos/configure_perl.cm
17036 ____________________________________________________________________________
17037 [  8774] By: jhi                                   on 2001/02/12  22:59:11
17038         Log: Subject: Re: [patch] context for 'U' magic functions
17039              From: Doug MacEachern <dougm@covalent.net>
17040              Date: Mon, 12 Feb 2001 09:22:45 -0800 (PST)
17041              Message-ID: <Pine.LNX.4.21.0102120919040.26437-100000@mako.covalent.net>
17042              
17043              plus the suggestion by Nick Ing-Simmons to name the macro
17044              as PERL_MG_UFUNC to avoid namespace pollution, plus add
17045              the advice by Doug for XS writers to perl.h
17046      Branch: perl
17047            ! mg.c perl.h
17048 ____________________________________________________________________________
17049 [  8773] By: jhi                                   on 2001/02/11  20:14:12
17050         Log: Update Changes.
17051      Branch: perl
17052            ! Changes patchlevel.h
17053 ____________________________________________________________________________
17054 [  8772] By: jhi                                   on 2001/02/11  18:47:52
17055         Log: Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
17056              From: Simon Cozens <simon@cozens.net>
17057              Date: Wed, 31 Jan 2001 16:31:43 +0000
17058              Message-ID: <20010131163143.A1427@pembro26.pmb.ox.ac.uk>
17059      Branch: perl
17060            + pod/perlclib.pod
17061            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlguts.pod
17062            ! pod/perltoc.pod
17063 ____________________________________________________________________________
17064 [  8771] By: jhi                                   on 2001/02/11  18:36:48
17065         Log: Upgrade to Unicode 3.1 beta 2001-02-11.
17066              
17067              Blocks-4d3.beta.txt
17068              CaseFolding-3d4.beta.txt
17069              CompositionExclusions-3d6.beta.txt
17070              EastAsianWidth-4d4.beta.txt
17071              LineBreak-6d3.beta.txt
17072              NamesList-3.1.0d1.beta.txt
17073              PropList-3.1.0d4.beta.txt
17074              SpecialCasing-4d1.beta.txt
17075              UnicodeData-3.1.0d6.beta.txt
17076      Branch: perl
17077            + lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
17078           +> lib/unicode/UCD.html lib/unicode/Unicode.html
17079            - lib/unicode/UCD301.html lib/unicode/UCDFF301.html
17080            - lib/unicode/Unicode.301
17081            ! (edit 257 files)
17082 ____________________________________________________________________________
17083 [  8770] By: jhi                                   on 2001/02/11  17:26:22
17084         Log: UTF-8 documentation.
17085      Branch: perl
17086            ! utf8.h
17087 ____________________________________________________________________________
17088 [  8769] By: jhi                                   on 2001/02/11  17:12:49
17089         Log: Retract #8762.
17090      Branch: perl
17091            ! regexec.c
17092 ____________________________________________________________________________
17093 [  8768] By: jhi                                   on 2001/02/11  16:54:45
17094         Log: Subject: [PATCH] Test::Harness
17095              From: andreas.koenig@anima.de (Andreas J. Koenig)
17096              Date: 11 Feb 2001 14:37:00 +0100
17097              Message-ID: <m3g0hll4sj.fsf@ak-71.mind.de>
17098      Branch: perl
17099            ! lib/Test/Harness.pm
17100 ____________________________________________________________________________
17101 [  8767] By: jhi                                   on 2001/02/11  16:53:52
17102         Log: Subject: [PATCH] Document makepatch in Porting/patching
17103              From: andreas.koenig@anima.de (Andreas J. Koenig)
17104              Date: 11 Feb 2001 16:46:28 +0100
17105              Message-ID: <m3bss9kysr.fsf@ak-71.mind.de>
17106      Branch: perl
17107            ! Porting/patching.pod
17108 ____________________________________________________________________________
17109 [  8766] By: jhi                                   on 2001/02/11  06:30:23
17110         Log: Subject: Re: [patch] GvSHARED
17111              Date: Sat, 10 Feb 2001 14:04:40 -0800 (PST)
17112              From: Doug MacEachern <dougm@covalent.net>
17113              Message-ID: <Pine.LNX.4.21.0102101356000.15298-100000@mako.covalent.net>
17114              
17115              Subject: Re: [patch] GvSHARED
17116              From: Doug MacEachern <dougm@covalent.net>
17117              Date: Sat, 10 Feb 2001 15:00:54 -0800 (PST)
17118              Message-ID: <Pine.LNX.4.21.0102101453220.15298-100000@mako.covalent.net>
17119              
17120              Subject: [patch] attributes.pm support for `shared'
17121              From: Doug MacEachern <dougm@covalent.net>
17122              Date: Sat, 10 Feb 2001 20:08:48 -0800 (PST)
17123              Message-ID: <Pine.LNX.4.21.0102102004190.15298-100000@mako.covalent.net>
17124              
17125              our() attributes were ignored, our :shared pieces missing,
17126              allow attributes.pm to turn on shared.
17127      Branch: perl
17128            ! op.c t/op/attrs.t toke.c xsutils.c
17129 ____________________________________________________________________________
17130 [  8765] By: alanbur                               on 2001/02/10  23:11:19
17131         Log: Resync with parent (hopefully sucessfully this time)
17132      Branch: maint-5.6/pureperl
17133           !> MANIFEST README.bs2000 README.hpux README.vmesa installhtml
17134           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
17135           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
17136           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
17137           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
17138           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
17139           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
17140 ____________________________________________________________________________
17141 [  8764] By: jhi                                   on 2001/02/10  22:54:38
17142         Log: Make TEST and UTEST more verbose in case something goes
17143              wrong in running/compiling a script, suggested by Doug
17144              MacEachern.
17145      Branch: perl
17146            ! t/TEST t/UTEST
17147 ____________________________________________________________________________
17148 [  8763] By: jhi                                   on 2001/02/10  22:11:34
17149         Log: Bogus shebang.
17150      Branch: perl
17151            ! t/lib/texttabs.t
17152 ____________________________________________________________________________
17153 [  8762] By: jhi                                   on 2001/02/10  21:56:02
17154         Log: (Retracted by #8769)
17155      Branch: perl
17156            ! regexec.c
17157 ____________________________________________________________________________
17158 [  8761] By: jhi                                   on 2001/02/10  21:26:15
17159         Log: Subject: Re: [patch] GvSHARED 
17160              From: Doug MacEachern <dougm@covalent.net>
17161              Date: Sat, 10 Feb 2001 13:11:14 -0800 (PST)
17162              Message-ID: <Pine.LNX.4.21.0102101253070.15298-100000@mako.covalent.net>
17163              
17164              our @EXPORT : shared = (...);
17165      Branch: perl
17166            ! toke.c
17167 ____________________________________________________________________________
17168 [  8760] By: jhi                                   on 2001/02/10  21:25:07
17169         Log: Subject: [patch] GvSHARED
17170              From: Doug MacEachern <dougm@covalent.net>
17171              Date: Sat, 10 Feb 2001 10:57:12 -0800 (PST)
17172              Message-ID: <Pine.LNX.4.21.0102101047320.15298-100000@mako.covalent.net>
17173      Branch: perl
17174            ! embed.h embed.pl gv.c gv.h op.c pp_sys.c proto.h sv.c
17175 ____________________________________________________________________________
17176 [  8759] By: alanbur                               on 2001/02/10  21:24:27
17177         Log: Backed out mismerge.
17178      Branch: maint-5.6/pureperl
17179            ! MANIFEST README.hpux README.vmesa gv.c installhtml
17180            ! lib/Math/Complex.pm lib/Pod/Find.pm perl.c pod/buildtoc.PL
17181            ! pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
17182            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
17183            ! pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
17184            ! pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
17185            ! pod/perltootc.pod sv.c win32/Makefile win32/makefile.mk
17186 ____________________________________________________________________________
17187 [  8758] By: jhi                                   on 2001/02/10  18:01:17
17188         Log: Integrate changes #8701,8704,8756 from pureperl to maintperl.
17189              
17190              Fixed UMRs and leak in Perl_pmtrans()
17191              
17192              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
17193              associated UTFied tr/// code.  Also fixed scoping leak of
17194              PL_reg_start_tmp.
17195              
17196              newATTRSUB leaks when an attempt to redefine the active sort sub is
17197              made.
17198      Branch: maint-5.6/perl
17199           !> op.c regcomp.c
17200 ____________________________________________________________________________
17201 [  8757] By: alanbur                               on 2001/02/10  17:56:46
17202         Log: Resynchronised with parent
17203      Branch: maint-5.6/pureperl
17204           +> README.bs2000
17205            - README.posix-bc
17206            ! gv.c perl.c sv.c
17207           !> MANIFEST README.hpux README.vmesa installhtml
17208           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
17209           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
17210           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
17211           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
17212           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
17213           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
17214 ____________________________________________________________________________
17215 [  8756] By: alanbur                               on 2001/02/10  17:51:15
17216         Log: newATTRSUB leaks when an attempt to redefine the active sort sub is
17217              made.
17218      Branch: maint-5.6/pureperl
17219            ! op.c
17220 ____________________________________________________________________________
17221 [  8755] By: jhi                                   on 2001/02/09  22:41:35
17222         Log: Upgrade to CPAN 1.59_54, from Andreas König.
17223      Branch: perl
17224            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
17225 ____________________________________________________________________________
17226 [  8754] By: jhi                                   on 2001/02/09  22:29:20
17227         Log: Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
17228              
17229              Didn't upgrade the fill.t since it has a dependency to File::Slurp
17230              purely for debugging purposes, the actual test hasn't changed.
17231      Branch: perl
17232            ! lib/Text/Tabs.pm lib/Text/Wrap.pm t/lib/texttabs.t
17233            ! t/lib/textwrap.t
17234 ____________________________________________________________________________
17235 [  8753] By: jhi                                   on 2001/02/09  20:17:50
17236         Log: Integrate change #8682 from maintperl.
17237              
17238              IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
17239              to work correctly.
17240      Branch: perl
17241           !> hints/irix_6.sh
17242 ____________________________________________________________________________
17243 [  8752] By: jhi                                   on 2001/02/09  20:00:46
17244         Log: Update Changes.
17245      Branch: perl
17246            ! Changes patchlevel.h
17247 ____________________________________________________________________________
17248 [  8751] By: nick                                  on 2001/02/09  19:48:37
17249         Log: Integrate mainline
17250      Branch: perlio
17251           +> README.bs2000 t/lib/cgi-esc.t
17252            - README.posix-bc
17253           !> (integrate 53 files)
17254 ____________________________________________________________________________
17255 [  8750] By: nick                                  on 2001/02/09  19:25:16
17256         Log: Subject: RE: Biannual Competition to Improve Hashing Function
17257              From: Fisher Mark <fisherm@tce.com>
17258              Date: Thu, 8 Feb 2001 10:44:00 -0500
17259              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52F@indyexch28.indy.tce.
17260              Date: Thu, 8 Feb 2001 15:02:47 -0500
17261              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52B@indyexch28.indy.tce.
17262      Branch: perl
17263            ! hv.h pod/perldelta.pod t/lib/dumper.t t/pragma/warn/perl
17264 ____________________________________________________________________________
17265 [  8749] By: jhi                                   on 2001/02/09  19:02:35
17266         Log: Forgotten fragment.
17267      Branch: perl
17268            ! pod/perlapi.pod
17269 ____________________________________________________________________________
17270 [  8748] By: jhi                                   on 2001/02/09  18:31:34
17271         Log: Integrate changes #8673,8674,8676 from maintperl into mainline,
17272              plus manual tweakage.
17273              
17274              Sync the perlfaq2 between mainline and maintperl.
17275      Branch: maint-5.6/perl
17276            ! pod/perlfaq2.pod
17277      Branch: perl
17278           !> pod/perlfaq2.pod
17279 ____________________________________________________________________________
17280 [  8747] By: jhi                                   on 2001/02/09  18:12:04
17281         Log: Subject: versiononly and installperl
17282              From: abigail@foad.org
17283              Date: Wed, 7 Feb 2001 22:43:12 +0100
17284              Message-ID: <20010207214312.7045.qmail@foad.org>    
17285              
17286              Add +v flag to force a normal install of the perl binary
17287              and the utilities.
17288              
17289              Subject: [PATCH] installperl
17290              From: Nicholas Clark <nick@ccl4.org>
17291              Date: Fri, 9 Feb 2001 16:28:57 +0000
17292              Message-ID: <20010209162857.B10931@plum.flirble.org>
17293              
17294              Add -A flag which also hardlinks the binary with
17295              the full architecture name.
17296      Branch: perl
17297            ! installperl
17298 ____________________________________________________________________________
17299 [  8746] By: jhi                                   on 2001/02/09  18:03:43
17300         Log: Integrate changes #8699,8708,8709,8744,8745 from mainline.
17301              
17302              Subject: perlfaq2, re: perlmongers
17303              
17304              Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
17305              
17306              Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
17307              
17308              Subject: [ID 20010205.001] typo in perlfaq9
17309              
17310              Subject: [ID 20010208.002] unordered explanation in perlcall
17311      Branch: maint-5.6/perl
17312           !> pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
17313           !> pod/perlfaq2.pod pod/perlfaq9.pod pod/perlmodlib.PL
17314           !> pod/perlobj.pod pod/perltoot.pod pod/perltootc.pod
17315 ____________________________________________________________________________
17316 [  8745] By: jhi                                   on 2001/02/09  17:59:09
17317         Log: Subject: [ID 20010208.002] unordered explanation in perlcall
17318              From: abela@geneanet.org
17319              Date: Thu,  8 Feb 2001 16:11:46 +0100 (CET)
17320              Message-Id: <20010208151146.0937BC97E@little-roots.geneanet.org>
17321      Branch: perl
17322            ! pod/perlcall.pod
17323 ____________________________________________________________________________
17324 [  8744] By: jhi                                   on 2001/02/09  17:48:16
17325         Log: Subject: [ID 20010205.001] typo in perlfaq9
17326              From: eserte@vran.herceg.de
17327              Date: Sun, 4 Feb 2001 23:44:09 +0100 (CET)
17328              Message-Id: <200102042244.XAA21926@vran.herceg.de>
17329      Branch: perl
17330            ! pod/perlfaq9.pod
17331 ____________________________________________________________________________
17332 [  8743] By: jhi                                   on 2001/02/09  17:25:12
17333         Log: Integrate change #8695 from maintperl.
17334              
17335              thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
17336      Branch: perl
17337           !> thread.h
17338 ____________________________________________________________________________
17339 [  8742] By: jhi                                   on 2001/02/09  17:21:22
17340         Log: Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
17341              From: Andy Dougherty <doughera@lafayette.edu>
17342              Date: Mon, 5 Feb 2001 10:19:29 -0500 (EST)
17343              Message-ID: <Pine.SOL.4.10.10102051013380.11242-100000@maxwell.phys.lafayette.edu>
17344      Branch: perl
17345            ! embed.pl
17346 ____________________________________________________________________________
17347 [  8741] By: jhi                                   on 2001/02/09  17:05:19
17348         Log: Integrate changes #8738,8739,8740 from maintperl.
17349              
17350              Html files will be installed in a more logical and easier to
17351              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
17352              
17353              Html files will be generated with a header to make them look
17354              a little less bare.
17355              
17356              Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
17357      Branch: perl
17358           !> installhtml pod/perlfaq3.pod win32/Makefile win32/makefile.mk
17359 ____________________________________________________________________________
17360 [  8740] By: jhi                                   on 2001/02/09  17:03:46
17361         Log: Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
17362              From: "Brendan O'Dea" <bod@compusol.com.au>
17363              Date: Sun, 4 Feb 2001 11:17:56 +1100
17364              Message-ID: <20010204111756.A16301@compusol.com.au>
17365      Branch: maint-5.6/perl
17366            ! pod/perlfaq3.pod
17367 ____________________________________________________________________________
17368 [  8739] By: jhi                                   on 2001/02/09  17:01:59
17369         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] installhtml change to build prettier html files
17370              From: "Indy Singh" <indy@nusphere.com>
17371              Date: Fri, 2 Feb 2001 15:09:59 -0500
17372              Message-ID: <02b601c08d54$23fd3560$d24b7018@cr637287a>
17373              
17374              Html files will be generated with a header to make them look
17375              a little less bare.
17376      Branch: maint-5.6/perl
17377            ! installhtml
17378 ____________________________________________________________________________
17379 [  8738] By: jhi                                   on 2001/02/09  16:58:48
17380         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] Win32 Makefile change to move html directory
17381              From: "Indy Singh" <indy@nusphere.com>
17382              Date: Fri, 2 Feb 2001 15:08:23 -0500
17383              Message-ID: <02b501c08d53$ec354550$d24b7018@cr637287a>
17384              
17385              Html files will be installed in a more logical and easier to
17386              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
17387      Branch: maint-5.6/perl
17388            ! win32/Makefile win32/makefile.mk
17389 ____________________________________________________________________________
17390 [  8737] By: jhi                                   on 2001/02/09  16:46:54
17391         Log: Integrate changes #8687,8736 from maintperl.
17392              
17393              HP-UX thread patches from Merijn H. Brand.
17394              
17395              Latin nit from Philip Newton.
17396      Branch: perl
17397           !> README.hpux hints/hpux.sh
17398 ____________________________________________________________________________
17399 [  8736] By: jhi                                   on 2001/02/09  16:42:31
17400         Log: Latin nit from Philip Newton.
17401      Branch: maint-5.6/perl
17402            ! README.hpux
17403 ____________________________________________________________________________
17404 [  8735] By: jhi                                   on 2001/02/09  16:24:03
17405         Log: Integrate changes #8704,8710 from pureperl.
17406              
17407              Fixed UMRs and leak in Perl_pmtrans()
17408              
17409              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
17410              associated UTFied tr/// code.  Also fixed scoping leak of
17411              PL_reg_start_tmp.
17412      Branch: perl
17413           !> op.c regcomp.c
17414 ____________________________________________________________________________
17415 [  8734] By: jhi                                   on 2001/02/09  15:40:21
17416         Log: Integrate change #8733 from maintperl.
17417              
17418              Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
17419      Branch: perl
17420           !> pod/perlre.pod
17421 ____________________________________________________________________________
17422 [  8733] By: jhi                                   on 2001/02/09  15:35:47
17423         Log: Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
17424              From: Prymmer/Kahn <pvhp@best.com>
17425              Date: Thu, 8 Feb 2001 21:21:22 -0800 (PST)
17426              Message-ID: <Pine.BSF.4.21.0102082048360.1499-100000@shell8.ba.best.com>
17427      Branch: maint-5.6/perl
17428            ! pod/perlre.pod
17429 ____________________________________________________________________________
17430 [  8732] By: jhi                                   on 2001/02/09  15:26:17
17431         Log: Rename README.posix-bc to README.bs2000 (to avoid the
17432              confusion of a "perlposix-bc.pod"), add a few missing
17433              arch pods, regen toc.
17434      Branch: maint-5.6/perl
17435           +> README.bs2000
17436            - README.posix-bc
17437            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
17438            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
17439 ____________________________________________________________________________
17440 [  8731] By: jhi                                   on 2001/02/09  15:23:39
17441         Log: De-cut-and-pasto.
17442      Branch: perl
17443            ! pod/perl.pod
17444 ____________________________________________________________________________
17445 [  8730] By: jhi                                   on 2001/02/09  15:11:13
17446         Log: Rename README.posix-bc to README.bs2000 to avoid confusion
17447              when people think that perlposix-bc.pod tells anything about
17448              Perl and POSIX.  Regen toc.
17449      Branch: perl
17450           +> README.bs2000
17451            - README.posix-bc
17452            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
17453            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
17454 ____________________________________________________________________________
17455 [  8729] By: jhi                                   on 2001/02/09  14:52:28
17456         Log: The README.vmesa part of #8712 from maintperl.
17457      Branch: perl
17458            ! README.vmesa
17459 ____________________________________________________________________________
17460 [  8728] By: jhi                                   on 2001/02/09  14:46:06
17461         Log: Subject: [PATCH: 5.6.1 trial 2 && perl@8671] podify README.vmesa
17462              From: Peter Prymmer <pvhp@forte.com>
17463              Date: Thu, 8 Feb 2001 13:00:30 -0800 (PST)
17464              Message-ID: <Pine.OSF.4.10.10102081246030.445810-100000@aspara.forte.com>
17465      Branch: maint-5.6/perl
17466            ! README.vmesa win32/Makefile win32/makefile.mk
17467 ____________________________________________________________________________
17468 [  8727] By: jhi                                   on 2001/02/09  14:33:25
17469         Log: Integrate change #8712 from mainline.
17470              
17471              [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplification for Pod::Find
17472      Branch: maint-5.6/perl
17473           !> lib/Pod/Find.pm
17474 ____________________________________________________________________________
17475 [  8726] By: jhi                                   on 2001/02/09  14:30:28
17476         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
17477              From: Peter Prymmer <pvhp@forte.com>
17478              Date: Mon, 5 Feb 2001 16:26:36 -0800 (PST)
17479              Message-ID: <Pine.OSF.4.10.10102051615260.280619-100000@aspara.forte.com>
17480      Branch: perl
17481            + t/lib/cgi-esc.t
17482            ! MANIFEST lib/CGI/Util.pm
17483 ____________________________________________________________________________
17484 [  8725] By: jhi                                   on 2001/02/09  04:56:47
17485         Log: Add NonStopUX to the list of 5.6.1-proven platforms.
17486      Branch: maint-5.6/perl
17487            ! pod/perlport.pod
17488 ____________________________________________________________________________
17489 [  8724] By: jhi                                   on 2001/02/09  04:40:59
17490         Log: Integrate changes 7819,7820 from vmsperl into mainline.
17491              
17492              Add header for LIB$ prototypes (C. Berry)
17493              
17494              Convert fwrite()s to sockets to write()s, since some socket stacks
17495              don't take kindly to stdio.
17496              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
17497              (for often optional LNMs)
17498              Correct a few typos
17499              (C. Bailey)
17500      Branch: perl
17501           !> ext/Devel/DProf/DProf.xs vms/vms.c vms/vmsish.h
17502 ____________________________________________________________________________
17503 [  8723] By: jhi                                   on 2001/02/09  03:29:29
17504         Log: Integrate change #8722 from mainline.
17505              
17506              The Im() function wasn't returning zero for non-Math::Complex
17507              arguments.  The bug reported by John Gamble.
17508      Branch: maint-5.6/perl
17509           !> lib/Math/Complex.pm
17510 ____________________________________________________________________________
17511 [  8722] By: jhi                                   on 2001/02/09  03:28:33
17512         Log: The Im() function wasn't returning zero for non-Math::Complex
17513              arguments.  The bug reported by John Gamble.
17514      Branch: perl
17515            ! lib/Math/Complex.pm
17516 ____________________________________________________________________________
17517 [  8721] By: nick                                  on 2001/02/08  22:11:35
17518         Log: Correct the correction :-(
17519      Branch: perl
17520            ! perl.c
17521 ____________________________________________________________________________
17522 [  8720] By: bailey                                on 2001/02/08  20:59:22
17523         Log: Convert frwite()s to sockets to write()s, since some socket stacks
17524              don't take kindly to stdio.
17525              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
17526              (for often optional LNMs)
17527              Correct a few typos
17528              (C. Bailey)
17529      Branch: vmsperl
17530            ! vms/vms.c vms/vmsish.h
17531 ____________________________________________________________________________
17532 [  8719] By: bailey                                on 2001/02/08  20:51:02
17533         Log: Add header for LIB$ prototypes (C. Berry)
17534      Branch: vmsperl
17535            ! ext/Devel/DProf/DProf.xs
17536 ____________________________________________________________________________
17537 [  8718] By: bailey                                on 2001/02/08  20:49:00
17538         Log: SYN SYN
17539      Branch: vmsperl
17540           +> pod/perliol.pod t/lib/sample-tests/bailout
17541           +> t/lib/sample-tests/combined t/lib/sample-tests/descriptive
17542           +> t/lib/sample-tests/duplicates t/lib/sample-tests/header_at_end
17543           +> t/lib/sample-tests/no_nums t/lib/sample-tests/simple
17544           +> t/lib/sample-tests/simple_fail t/lib/sample-tests/skip
17545           +> t/lib/sample-tests/skip_all t/lib/sample-tests/todo
17546           +> t/lib/sample-tests/with_comments t/lib/test-harness.t
17547            - lib/unicode/Is/DCinital.pl
17548           !> (integrate 101 files)
17549 ____________________________________________________________________________
17550 [  8717] By: nick                                  on 2001/02/08  19:38:48
17551         Log: Subject: [PATCH CPAN 1.59_51] warning message (not!)
17552              From: Robin Barker <rmb1@cise.npl.co.uk>
17553              Date: Thu, 8 Feb 2001 14:38:07 GMT
17554              Message-Id: <200102081438.OAA20498@tempest.npl.co.uk>
17555      Branch: perl
17556            ! lib/CPAN.pm
17557 ____________________________________________________________________________
17558 [  8716] By: nick                                  on 2001/02/08  19:29:07
17559         Log: Generated files form 8713 etc.
17560      Branch: perl
17561            ! embed.h global.sym objXSUB.h perlapi.c proto.h
17562 ____________________________________________________________________________
17563 [  8715] By: nick                                  on 2001/02/08  19:26:08
17564         Log: Fixup non-ithread build after 8713
17565      Branch: perl
17566            ! perl.c
17567 ____________________________________________________________________________
17568 [  8714] By: nick                                  on 2001/02/08  19:17:45
17569         Log: Subject: [ID 20010206.010] S_ functions not declared STATIC
17570              From: nick@ccl4.org
17571              Date: Wed, 7 Feb 2001 00:27:47 +0000
17572              Message-Id: <20010207002747.B63724@plum.flirble.org>
17573      Branch: perl
17574            ! sv.c toke.c
17575 ____________________________________________________________________________
17576 [  8713] By: nick                                  on 2001/02/08  19:15:58
17577         Log: Subject: Re: [patch] Re: PL_ptr_table
17578              From: Doug Maceachern <dougm@covalent.net>
17579              Date: Wed, 7 Feb 2001 19:18:52 -0800 (PST)
17580              Message-Id: <Pine.LNX.4.21.0102071916270.29229-100000@mako.covalent.net>
17581      Branch: perl
17582            ! embed.pl perl.c sv.c sv.h
17583 ____________________________________________________________________________
17584 [  8712] By: nick                                  on 2001/02/08  19:12:47
17585         Log: Subject: [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplificationfor Pod::Find
17586              From: Peter Prymmer <pvhp@forte.com>
17587              Date: Wed, 7 Feb 2001 17:07:39 -0800 (PST)
17588              Message-Id: <Pine.OSF.4.10.10102071704150.411763-100000@aspara.forte.com
17589      Branch: perl
17590            ! lib/Pod/Find.pm
17591 ____________________________________________________________________________
17592 [  8711] By: nick                                  on 2001/02/07  21:06:11
17593         Log: Manually appliued version for dev branch of Alan/Sarathy 5.6 patch.
17594              Subject: Re: Incorrect scoping of PL_reg_start_tmp causes leak
17595              From: Alan Burlison <Alan.Burlison@uk.sun.com>
17596              Date: Tue, 06 Feb 2001 23:37:01 +0000
17597              Message-Id: <3A808A9D.20F7A035@uk.sun.com>
17598      Branch: perl
17599            ! regcomp.c
17600 ____________________________________________________________________________
17601 [  8710] By: alanbur                               on 2001/02/07  00:22:04
17602         Log: Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
17603              associated UTFied tr/// code.  Also fixed scoping leak of
17604              PL_reg_start_tmp.
17605      Branch: maint-5.6/pureperl
17606            ! op.c regcomp.c
17607 ____________________________________________________________________________
17608 [  8709] By: nick                                  on 2001/02/06  21:16:49
17609         Log: Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
17610              From: Michael G Schwern <schwern@pobox.com>
17611              Date: Sun, 4 Feb 2001 19:47:14 -0500
17612              Message-Id: <20010204194714.A4698@blackrider.aocn.com>
17613      Branch: perl
17614            ! pod/perlapi.pod pod/perlmodlib.PL
17615 ____________________________________________________________________________
17616 [  8708] By: nick                                  on 2001/02/06  20:41:20
17617         Log: Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
17618              From: Michael G Schwern <schwern@pobox.com>
17619              Date: Sun, 4 Feb 2001 21:17:49 -0500
17620              Message-Id: <20010204211748.A13415@blackrider.aocn.com>
17621      Branch: perl
17622            ! pod/perlboot.pod pod/perlobj.pod pod/perltoot.pod
17623            ! pod/perltootc.pod
17624 ____________________________________________________________________________
17625 [  8707] By: nick                                  on 2001/02/06  20:29:11
17626         Log: Subject: [PATCH lib/ExtUtils/MANIFEST.SKIP] Skipping CVS conflict backup files
17627              From: Michael G Schwern <schwern@pobox.com>
17628              Date: Tue, 6 Feb 2001 05:54:30 -0500
17629              Message-Id: <20010206055430.A951@blackrider.aocn.com>
17630      Branch: perl
17631            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/Manifest.pm
17632 ____________________________________________________________________________
17633 [  8706] By: nick                                  on 2001/02/06  20:21:40
17634         Log: Subject: RE: some win32 fixes
17635              Date: Tue, 6 Feb 2001 09:23:20 +0300
17636              From: Vadim Konovalov <vkonovalov@lucent.com>
17637              Message-ID: <402099F49BEED211999700805FC7359F9CAF49@ru0028exch01.spb.lucent.com>
17638      Branch: perl
17639            ! toke.c win32/Makefile win32/config.bc win32/config.gc
17640            ! win32/config.vc win32/config_H.bc win32/makefile.mk
17641 ____________________________________________________________________________
17642 [  8705] By: alanbur                               on 2001/02/06  15:00:03
17643         Log: Synchronised with parent
17644      Branch: maint-5.6/pureperl
17645            ! regexec.c
17646           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
17647           !> utils/perldoc.PL win32/Makefile win32/makefile.mk
17648 ____________________________________________________________________________
17649 [  8704] By: alanbur                               on 2001/02/06  14:55:24
17650         Log: Fixed UMRs and leak in Perl_pmtrans()
17651      Branch: maint-5.6/pureperl
17652            ! op.c
17653 ____________________________________________________________________________
17654 [  8703] By: gsar                                  on 2001/02/06  02:29:37
17655         Log: $(MAKE) distclean doesn't clean up properly on windows
17656      Branch: maint-5.6/perl
17657            ! win32/Makefile win32/makefile.mk
17658 ____________________________________________________________________________
17659 [  8702] By: gsar                                  on 2001/02/06  01:00:46
17660         Log: tweak change#8659 to keep it simple
17661      Branch: maint-5.6/perl
17662            ! utils/perldoc.PL
17663 ____________________________________________________________________________
17664 [  8701] By: gsar                                  on 2001/02/05  22:45:41
17665         Log: change#8693 was missing testsuite changes
17666      Branch: maint-5.6/perl
17667           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
17668 ____________________________________________________________________________
17669 [  8700] By: nick                                  on 2001/02/05  20:32:52
17670         Log: Integrate mainline
17671      Branch: perlio
17672           +> t/lib/sample-tests/bailout t/lib/sample-tests/combined
17673           +> t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
17674           +> t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
17675           +> t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
17676           +> t/lib/sample-tests/skip t/lib/sample-tests/skip_all
17677           +> t/lib/sample-tests/todo t/lib/sample-tests/with_comments
17678           +> t/lib/test-harness.t
17679           !> Configure MANIFEST lib/Test/Harness.pm lib/overload.pm
17680           !> perlio.c pod/perldiag.pod pod/perlfaq2.pod pod/perlfaq8.pod
17681           !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod
17682           !> pod/perlutil.pod t/TEST utils/h2xs.PL
17683 ____________________________________________________________________________
17684 [  8699] By: nick                                  on 2001/02/05  19:41:07
17685         Log: Subject: perlfaq2, re: perlmongers
17686              From: David H. Adler <dha@panix.com>
17687              Date: Sun, 4 Feb 2001 23:48:23 -0500
17688              Message-Id: <20010204234823.A13429@panix.com>
17689      Branch: perl
17690            ! pod/perlfaq2.pod
17691 ____________________________________________________________________________
17692 [  8698] By: nick                                  on 2001/02/05  19:39:31
17693         Log: Missed file f#rom the testharness mess.
17694      Branch: perl
17695            + t/lib/test-harness.t
17696 ____________________________________________________________________________
17697 [  8697] By: nick                                  on 2001/02/05  19:37:21
17698         Log: Subject: [DOC PATCH] overload.pm nits
17699              From: John Tobey <jtobey@john-edwin-tobey.org>
17700              Date: Sun, 4 Feb 2001 20:40:47 -0500 (EST)
17701              Message-Id: <m14Pae7-000FOoC@feynman.localnet>
17702      Branch: perl
17703            ! lib/overload.pm
17704 ____________________________________________________________________________
17705 [  8696] By: alanbur                               on 2001/02/05  11:56:00
17706         Log: Sync with parent
17707      Branch: maint-5.6/pureperl
17708           !> thread.h
17709 ____________________________________________________________________________
17710 [  8695] By: gsar                                  on 2001/02/05  03:27:34
17711         Log: thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
17712      Branch: maint-5.6/perl
17713            ! thread.h
17714 ____________________________________________________________________________
17715 [  8694] By: alanbur                               on 2001/02/05  00:07:47
17716         Log: Initial branch creation from //depot/maint-5.6/perl
17717      Branch: maint-5.6/pureperl
17718           +> (branch 1719 files)
17719 ____________________________________________________________________________
17720 [  8693] By: gsar                                  on 2001/02/04  22:38:49
17721         Log: integrate changes#7801,8068,8094,8108,8196 from mainline (DB_File
17722              changes)
17723      Branch: maint-5.6/perl
17724           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
17725           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
17726           !> ext/DB_File/version.c
17727 ____________________________________________________________________________
17728 [  8692] By: nick                                  on 2001/02/04  18:15:57
17729         Log: The missed t/TEST part of the grand testharness upgrade.
17730      Branch: perl
17731            ! t/TEST
17732 ____________________________________________________________________________
17733 [  8691] By: nick                                  on 2001/02/04  18:05:17
17734         Log: New improved test harness
17735              Subject: Re: [PATCH Test::Harness] Third time's a charm?
17736              From: Michael G Schwern <schwern@pobox.com>
17737              Date: Sun, 4 Feb 2001 08:01:20 -0500
17738              Message-Id: <20010204080120.G10493@blackrider.aocn.com>
17739      Branch: perl
17740            + t/lib/sample-tests/bailout t/lib/sample-tests/combined
17741            + t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
17742            + t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
17743            + t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
17744            + t/lib/sample-tests/skip t/lib/sample-tests/skip_all
17745            + t/lib/sample-tests/todo t/lib/sample-tests/with_comments
17746            ! MANIFEST lib/Test/Harness.pm
17747 ____________________________________________________________________________
17748 [  8690] By: nick                                  on 2001/02/04  17:57:51
17749         Log: Subject: [PATCH h2xs.PL perl@8670] Small usage change and author gueesing
17750              From: Jonathan Stowe <gellyfish@gellyfish.com>
17751              Date: Sun, 4 Feb 2001 10:46:01 +0000 (GMT)
17752              Message-Id: <Pine.LNX.4.32.0102041037510.1555-100000@orpheus.gellyfish.com>
17753      Branch: perl
17754            ! utils/h2xs.PL
17755 ____________________________________________________________________________
17756 [  8689] By: nick                                  on 2001/02/04  17:55:24
17757         Log: Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
17758              From: Michael G Schwern <schwern@pobox.com>
17759              Date: Sat, 3 Feb 2001 22:46:38 -0500
17760              Message-Id: <20010203224638.E10493@blackrider.aocn.com>
17761      Branch: perl
17762            ! pod/perldiag.pod pod/perlfaq8.pod pod/perlfunc.pod
17763            ! pod/perlop.pod pod/perlport.pod pod/perlutil.pod
17764 ____________________________________________________________________________
17765 [  8688] By: nick                                  on 2001/02/04  17:43:55
17766         Log: Subject: [ID 20010203.006] perlio.c is mis-reporting argument
17767              length byfailing to spot lack of closing )
17768              From: nick@talking.bollo.cx
17769              Date: Sat, 03 Feb 2001 23:53:16 +0000
17770              Message-Id: <E14PCUW-0001Qo-00@Bagpuss.unfortu.net>
17771      Branch: perl
17772            ! perlio.c pod/perldiag.pod
17773 ____________________________________________________________________________
17774 [  8687] By: jhi                                   on 2001/02/03  17:11:42
17775         Log: HP-UX thread patches from Merijn H. Brand.
17776      Branch: maint-5.6/perl
17777            ! README.hpux hints/hpux.sh
17778 ____________________________________________________________________________
17779 [  8686] By: jhi                                   on 2001/02/03  16:40:12
17780         Log: Metaconfig changes for #8685.
17781      Branch: metaconfig
17782            ! U/installdirs/instubperl.U
17783      Branch: metaconfig/U/perl
17784            ! Devel.U versiononly.U
17785 ____________________________________________________________________________
17786 [  8685] By: jhi                                   on 2001/02/03  16:39:49
17787         Log: For -Dusedevel builds turn off installusrbinperl and turn on
17788              versiononly, a combined idea of Richard Soderberg and Merijn
17789              H. Brand.  You can still override both of these from the command
17790              line if you need to, -Dinstallusrbinperl and -Uversiononly.
17791      Branch: perl
17792            ! Configure
17793 ____________________________________________________________________________
17794 [  8684] By: jhi                                   on 2001/02/03  16:16:34
17795         Log: Metaconfig unit fix for #8683.
17796      Branch: metaconfig
17797            ! U/compline/nblock_io.U
17798 ____________________________________________________________________________
17799 [  8683] By: jhi                                   on 2001/02/03  16:16:12
17800         Log: Configure fix for the DYNIX/ptx F_SETFL problem,
17801              reported by Peter Prymmer for 5.6-TRIAL1.
17802      Branch: perl
17803            ! Configure
17804 ____________________________________________________________________________
17805 [  8682] By: jhi                                   on 2001/02/03  05:52:11
17806         Log: IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
17807              to work correctly.
17808      Branch: maint-5.6/perl
17809            ! hints/irix_6.sh
17810 ____________________________________________________________________________
17811 [  8681] By: jhi                                   on 2001/02/03  05:47:33
17812         Log: perlport tweaks from Peter Prymmer and Chris Nandor.
17813      Branch: maint-5.6/perl
17814            ! pod/perlport.pod
17815 ____________________________________________________________________________
17816 [  8680] By: jhi                                   on 2001/02/02  21:39:49
17817         Log: perlport update from Peter Prymmer.
17818      Branch: maint-5.6/perl
17819            ! pod/perlport.pod
17820 ____________________________________________________________________________
17821 [  8679] By: nick                                  on 2001/02/02  20:50:48
17822         Log: Integrate mainline
17823      Branch: perlio
17824           !> Changes Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
17825           !> lib/Getopt/Long.pm patchlevel.h pod/perlfunc.pod
17826           !> pod/perlmodlib.PL pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
17827 ____________________________________________________________________________
17828 [  8678] By: gsar                                  on 2001/02/02  16:02:12
17829         Log: note about bincompat, slightly modified (from Lupe Christoph)
17830      Branch: maint-5.6/perl
17831            ! README.solaris
17832 ____________________________________________________________________________
17833 [  8677] By: jhi                                   on 2001/02/02  15:46:20
17834         Log: Supported platforms updates.
17835      Branch: maint-5.6/perl
17836            ! pod/perlport.pod
17837 ____________________________________________________________________________
17838 [  8676] By: jhi                                   on 2001/02/02  03:41:26
17839         Log: A couple more perlfaq2 tweaks.
17840      Branch: maint-5.6/perl
17841            ! pod/perlfaq2.pod
17842 ____________________________________________________________________________
17843 [  8675] By: jhi                                   on 2001/02/02  03:17:44
17844         Log: Misedit in #8661.
17845      Branch: maint-5.6/perl
17846            ! Configure
17847 ____________________________________________________________________________
17848 [  8674] By: jhi                                   on 2001/02/02  03:14:38
17849         Log: Damien again.
17850      Branch: maint-5.6/perl
17851            ! pod/perlfaq2.pod
17852 ____________________________________________________________________________
17853 [  8673] By: jhi                                   on 2001/02/02  03:12:40
17854         Log: perlfaq update from Elaine Ashton.
17855      Branch: maint-5.6/perl
17856            ! pod/perlfaq2.pod
17857 ____________________________________________________________________________
17858 [  8672] By: jhi                                   on 2001/02/02  03:07:08
17859         Log: UTF-8 s/// patch from Inaba Hiroto.
17860      Branch: maint-5.6/perl
17861            ! pp_ctl.c pp_hot.c
17862 ____________________________________________________________________________
17863 [  8671] By: jhi                                   on 2001/02/01  22:34:31
17864         Log: Update Changes.
17865      Branch: perl
17866            ! Changes patchlevel.h
17867 ____________________________________________________________________________
17868 [  8670] By: jhi                                   on 2001/02/01  22:15:29
17869         Log: Integrate changes #8641,8644,8649,8654,8662,8663,8664,8665,8667,8669
17870              from maintperl.
17871              
17872              Upgrade to Getopt::Long 2.25, from Johan Vromans.
17873              
17874              more files need to be writable in the source distribution
17875              
17876              perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
17877              
17878              Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
17879              
17880              Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
17881              
17882              Allow the float to be fuzzier.
17883              
17884              need to use INT2PTR instead of a straight cast or ia64 fails
17885              
17886              Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
17887              
17888              add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
17889      Branch: perl
17890           !> Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
17891           !> lib/Getopt/Long.pm pod/perlfunc.pod pod/perlmodlib.PL
17892           !> pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
17893 ____________________________________________________________________________
17894 [  8669] By: jhi                                   on 2001/02/01  21:57:02
17895         Log: Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
17896              From: Robin Barker <rmb1@cise.npl.co.uk>
17897              Date: Thu, 1 Feb 2001 16:59:05 GMT
17898              Message-Id: <200102011659.QAA01274@tempest.npl.co.uk>
17899      Branch: maint-5.6/perl
17900            ! pod/perlmodlib.PL
17901 ____________________________________________________________________________
17902 [  8668] By: nick                                  on 2001/02/01  19:41:40
17903         Log: Integrate mainline
17904      Branch: perlio
17905           !> dump.c ext/Errno/Errno_pm.PL intrpvar.h mg.c perl.c perl.h
17906           !> pod/perlapi.pod pp.c pp.h pp_hot.c sv.c t/op/arith.t
17907           !> t/op/each.t utf8.c utf8.h util.c vms/test.com
17908 ____________________________________________________________________________
17909 [  8667] By: gsar                                  on 2001/02/01  16:59:11
17910         Log: add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
17911      Branch: maint-5.6/perl
17912            ! embed.pl embedvar.h
17913 ____________________________________________________________________________
17914 [  8666] By: gsar                                  on 2001/02/01  16:34:51
17915         Log: add missing entries to win32/config.?c
17916      Branch: maint-5.6/perl
17917            ! win32/config.bc win32/config.gc win32/config.vc
17918            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
17919 ____________________________________________________________________________
17920 [  8665] By: jhi                                   on 2001/02/01  14:58:51
17921         Log: Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
17922              From: "Stephen P. Potter" <spp@spotter.yi.org>
17923              Date: Thu, 01 Feb 2001 10:45:46 -0500
17924              Message-Id: <200102011545.KAA31479@spotter.yi.org>
17925      Branch: maint-5.6/perl
17926            ! pod/perlfunc.pod
17927 ____________________________________________________________________________
17928 [  8664] By: gsar                                  on 2001/02/01  14:52:37
17929         Log: need to use INT2PTR instead of a straight cast or ia64 fails
17930              posix.t (from Brendan O'Dea <bod@compusol.com.au>)
17931      Branch: maint-5.6/perl
17932            ! ext/POSIX/POSIX.xs
17933 ____________________________________________________________________________
17934 [  8663] By: jhi                                   on 2001/02/01  14:09:13
17935         Log: Allow the float to be fuzzier.
17936      Branch: maint-5.6/perl
17937            ! t/lib/peek.t
17938 ____________________________________________________________________________
17939 [  8662] By: jhi                                   on 2001/02/01  13:59:00
17940         Log: Subject: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
17941              From: Robin Barker <rmb1@cise.npl.co.uk>
17942              Date: Thu, 1 Feb 2001 13:05:39 GMT
17943              Message-Id: <200102011305.NAA26160@tempest.npl.co.uk>
17944      Branch: maint-5.6/perl
17945            ! pod/perlmodlib.pod
17946 ____________________________________________________________________________
17947 [  8661] By: jhi                                   on 2001/02/01  13:57:38
17948         Log: Subject: [PATCH] Re: v5.6.1 trial2 is available
17949              Date: Thu, 01 Feb 2001 14:15:41 +0100
17950              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
17951              Message-Id: <20010201141104.303F.H.M.BRAND@hccnet.nl>
17952              
17953              Have the $ccflags in the gcc version test (strange, this change
17954              is claimed to be have been integrated already)
17955      Branch: maint-5.6/perl
17956            ! Configure
17957 ____________________________________________________________________________
17958 [  8660] By: jhi                                   on 2001/02/01  13:44:10
17959         Log: Integrate changes #7950,7964,7962 from mainline.
17960              
17961              Find the stdchar signedness using cpp, should fix some of
17962              the Solaris compiler warnings reported by Alan Burlison.
17963      Branch: maint-5.6/perl
17964           !> Configure config_h.SH
17965 ____________________________________________________________________________
17966 [  8659] By: jhi                                   on 2001/02/01  05:35:32
17967         Log: Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
17968              From: Jan Dubois <JanD@ActiveState.com>
17969              Date: Wed, 31 Jan 2001 21:17:03 -0800
17970              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
17971      Branch: maint-5.6/perl
17972            ! utils/perldoc.PL
17973 ____________________________________________________________________________
17974 [  8658] By: jhi                                   on 2001/02/01  04:33:17
17975         Log: Integrate the README.os390 and README.posix-bc parts of mainline
17976              changes #8373,8486, 8544,8556.  (The hints/os390.sh,Makefile.SH,
17977              installperl parts were taken care of by #8657.)
17978      Branch: maint-5.6/perl
17979           !> README.os390 README.posix-bc
17980 ____________________________________________________________________________
17981 [  8657] By: jhi                                   on 2001/02/01  04:29:21
17982         Log: Subject: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
17983              From: Peter Prymmer <pvhp@forte.com>
17984              Date: Wed, 31 Jan 2001 18:18:11 -0800 (PST)
17985              Message-ID: <Pine.OSF.4.10.10101311815560.336633-100000@aspara.forte.com>
17986      Branch: maint-5.6/perl
17987            + ext/DynaLoader/dl_dllload.xs
17988            ! MANIFEST Makefile.SH hints/os390.sh installperl
17989 ____________________________________________________________________________
17990 [  8656] By: jhi                                   on 2001/02/01  04:25:45
17991         Log: Subject: [PATCH: 5.6.1 trial2]Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os390 05.00 (UNINSTALLED)
17992              From: Peter Prymmer <pvhp@forte.com>
17993              Date: Wed, 31 Jan 2001 15:26:57 -0800 (PST)
17994              Message-ID: <Pine.OSF.4.10.10101311523101.336633-100000@aspara.forte.com>
17995      Branch: maint-5.6/perl
17996            ! lib/Math/BigInt.pm lib/bigint.pl t/lib/b.t t/pragma/sub_lval.t
17997 ____________________________________________________________________________
17998 [  8655] By: jhi                                   on 2001/02/01  04:14:47
17999         Log: Subject: [ID 20010131.066] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os2 2.40 (UNINSTALLED)
18000              From: troc@netrus.net
18001              Date: Wed, 31 Jan 2001 22:31:26 -0500
18002              Message-Id: <200102010331.WAA117.85@rocco.homenet>
18003      Branch: maint-5.6/perl
18004            ! os2/os2.c
18005 ____________________________________________________________________________
18006 [  8654] By: jhi                                   on 2001/02/01  04:12:52
18007         Log: Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
18008              as reported by Alan Burlison.
18009      Branch: maint-5.6/perl
18010            ! pp.h
18011 ____________________________________________________________________________
18012 [  8653] By: jhi                                   on 2001/02/01  04:05:12
18013         Log: Subject: [ID 20010131.042] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on VMS_AXP V7.2-1
18014              From: dsugalski@northernlight.com
18015              Date: Wed, 31 Jan 2001 18:54:11 -0500
18016              Message-Id: <01013118541126@monsoon.stratus.northernlight.com>
18017      Branch: maint-5.6/perl
18018            ! configure.com
18019 ____________________________________________________________________________
18020 [  8652] By: jhi                                   on 2001/02/01  04:03:11
18021         Log: Misplaced #endif.
18022              
18023              Subject: [perl-5-6-1-trial2] patches for EPOC
18024              From: Olaf Flebbe <O.Flebbe@science-computing.de>
18025              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
18026              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
18027      Branch: maint-5.6/perl
18028            ! epoc/epocish.c
18029 ____________________________________________________________________________
18030 [  8651] By: jhi                                   on 2001/02/01  04:00:25
18031         Log: Integrate changes #8647,8648,8650 from mainline.
18032              
18033              Macrofy a magic UTF-8 test.
18034              
18035              Protect PL_numeric_radix_sv with USE_NUMERIC_LOCALE.
18036              
18037              Watch out for cross compiling for EPOC (usually done on linux).
18038      Branch: maint-5.6/perl
18039           !> ext/Errno/Errno_pm.PL sv.c utf8.c utf8.h
18040 ____________________________________________________________________________
18041 [  8650] By: jhi                                   on 2001/02/01  03:56:20
18042         Log: Watch out for cross compiling for EPOC (usually done on linux)
18043              
18044              Subject: [perl-5-6-1-trial2] patches for EPOC
18045              From: Olaf Flebbe <O.Flebbe@science-computing.de>
18046              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
18047              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
18048      Branch: perl
18049            ! ext/Errno/Errno_pm.PL
18050 ____________________________________________________________________________
18051 [  8649] By: gsar                                  on 2001/02/01  00:46:00
18052         Log: perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
18053      Branch: maint-5.6/perl
18054            ! sv.c
18055 ____________________________________________________________________________
18056 [  8648] By: jhi                                   on 2001/01/31  23:35:36
18057         Log: All the uses of PL_numeric_radix must be protected by
18058              USE_LOCALE_NUMERIC, noticed by Olaf Flebbe in
18059              
18060              Subject: [perl-5-6-1-trial2] patches for EPOC
18061              From: Olaf Flebbe <O.Flebbe@science-computing.de>
18062              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
18063              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
18064      Branch: perl
18065            ! sv.c
18066 ____________________________________________________________________________
18067 [  8647] By: jhi                                   on 2001/01/31  22:56:16
18068         Log: Macrofy a magic UTF-8 test.
18069      Branch: perl
18070            ! utf8.c utf8.h
18071 ____________________________________________________________________________
18072 [  8646] By: gsar                                  on 2001/01/31  15:55:12
18073         Log: update Changes
18074      Branch: maint-5.6/perl
18075            ! Changes
18076 ____________________________________________________________________________
18077 [  8645] By: gsar                                  on 2001/01/31  15:10:14
18078         Log: Configure tweak suggested by Peter Prymmer
18079      Branch: maint-5.6/perl
18080            ! Configure
18081 ____________________________________________________________________________
18082 [  8644] By: gsar                                  on 2001/01/31  15:06:32
18083         Log: more files need to be writable in the source distribution
18084      Branch: maint-5.6/perl
18085            ! Porting/makerel
18086 ____________________________________________________________________________
18087 [  8643] By: jhi                                   on 2001/01/31  14:59:46
18088         Log: Integrate changes #8258,8278,8279 from mainline.
18089              
18090              Make the large file tests more robust/talkative.
18091      Branch: maint-5.6/perl
18092           !> t/lib/syslfs.t t/op/lfs.t
18093 ____________________________________________________________________________
18094 [  8642] By: gsar                                  on 2001/01/31  14:53:48
18095         Log: integrate changes#8311,8334 from mainline
18096              
18097              Add a new MakeMaker variable PM_FILTER that defines a Unix
18098              filter to be run on each .pm during the pm_to_blib() phase,
18099              a fixed version of
18100              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
18101              
18102              Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
18103              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
18104              accurate reading of the "atime".  
18105      Branch: maint-5.6/perl
18106           !> lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
18107           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
18108           !> lib/ExtUtils/MakeMaker.pm t/io/fs.t
18109 ____________________________________________________________________________
18110 [  8641] By: jhi                                   on 2001/01/31  14:46:37
18111         Log: Upgrade to Getopt::Long 2.25, from Johan Vromans.
18112      Branch: maint-5.6/perl
18113            ! lib/Getopt/Long.pm
18114 ____________________________________________________________________________
18115 [  8640] By: gsar                                  on 2001/01/31  14:40:24
18116         Log: make regen_all
18117      Branch: maint-5.6/perl
18118            ! patchlevel.h pod/perlmodlib.pod pod/perltoc.pod
18119 ____________________________________________________________________________
18120 [  8639] By: gsar                                  on 2001/01/31  14:37:25
18121         Log: refresh windows config files
18122      Branch: maint-5.6/perl
18123            ! win32/Makefile win32/config_H.bc win32/config_H.gc
18124            ! win32/config_H.vc win32/makefile.mk
18125 ____________________________________________________________________________
18126 [  8638] By: gsar                                  on 2001/01/31  14:28:10
18127         Log: makefile tweaks for windows: introduce a bulk-switch to enable
18128              same options as ActivePerl; sync changes with makefile.mk
18129      Branch: maint-5.6/perl
18130            ! win32/Makefile win32/makefile.mk
18131 ____________________________________________________________________________
18132 [  8637] By: jhi                                   on 2001/01/31  04:41:30
18133         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20010105.023] numeric problems in IRIX
18134              From: Nicholas Clark <nick@ccl4.org>
18135              Date: Tue, 30 Jan 2001 19:51:05 +0000
18136              Message-ID: <20010130195105.R76607@plum.flirble.org> 
18137              
18138              op/inc cure.
18139      Branch: perl
18140            ! pp.c pp.h pp_hot.c t/op/arith.t
18141 ____________________________________________________________________________
18142 [  8636] By: jhi                                   on 2001/01/31  02:38:32
18143         Log: Integrate changes #7884,8122,8155,8197,8213[just to /nolog part,
18144              no perlio],8257,8380,8479,8515 from mainline.
18145              
18146              Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
18147              
18148              Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
18149              Subject: [PATCH perl@8133] fix-up for VMS extensions
18150              
18151              In VMS embedded perls couldn't access the statically built Socket.
18152              
18153              Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com (8213)
18154              
18155              Further VMS piping fixes from Charles Lane.
18156              
18157              Subject:  [PATCH] make t/op/misc.t work on VMS
18158              
18159              Add tracing for debugging extensions builds in VMS.
18160              
18161              Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
18162      Branch: maint-5.6/perl
18163           !> configure.com doio.c t/op/misc.t vms/descrip_mms.template
18164           !> vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
18165           !> vms/test.com vms/vms.c vms/vmsish.h vms/vmspipe.com
18166 ____________________________________________________________________________
18167 [  8635] By: jhi                                   on 2001/01/31  01:46:41
18168         Log: Integrate change #7732 from mainline.
18169              
18170              Sparc 64-bit pack() fix from Jens Hamisch.
18171      Branch: maint-5.6/perl
18172           !> pp.c
18173 ____________________________________________________________________________
18174 [  8634] By: jhi                                   on 2001/01/31  01:41:16
18175         Log: One spot missing from #8626.
18176      Branch: maint-5.6/perl
18177            ! sv.c
18178 ____________________________________________________________________________
18179 [  8633] By: jhi                                   on 2001/01/31  00:49:17
18180         Log: Integrate change #7495 from mainline.
18181              
18182              Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
18183      Branch: maint-5.6/perl
18184           !> MANIFEST ext/re/Makefile.PL
18185 ____________________________________________________________________________
18186 [  8632] By: jhi                                   on 2001/01/30  23:38:49
18187         Log: Integrate change #8396 from mainline.
18188              
18189              Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for
18190              better multicast support (resend)
18191      Branch: maint-5.6/perl
18192           !> ext/Socket/Socket.pm
18193 ____________________________________________________________________________
18194 [  8631] By: jhi                                   on 2001/01/30  23:28:03
18195         Log: Integrate changes #7514,7813,8113,8144,8397,8398,8490 from mainline.
18196              
18197              More AIX lore. (7514, ext/re/hints/aix.pl)
18198              
18199              Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
18200              
18201              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)
18202              
18203              Subject: [ID 20001214.002] Net::Ping patch
18204              
18205              Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
18206              
18207              Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
18208              
18209              Add ReuseAddr as a (preferred) alias for Reuse as we now
18210              also have ReusePort.
18211              
18212              Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
18213      Branch: maint-5.6/perl
18214           +> ext/re/hints/aix.pl
18215           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
18216           !> ext/IO/lib/IO/Socket/INET.pm lib/Net/Ping.pm
18217 ____________________________________________________________________________
18218 [  8630] By: jhi                                   on 2001/01/30  23:03:59
18219         Log: Integrate changes #8215,8587 from mainline: missing pod nits.
18220              
18221              read() documentation tweak for 20001121.004.
18222              
18223              Subject: [ID 20010128.003] [PATCH] perlre.pod buglet
18224      Branch: maint-5.6/perl
18225           !> pod/perlfunc.pod pod/perlre.pod
18226 ____________________________________________________________________________
18227 [  8629] By: jhi                                   on 2001/01/30  22:41:57
18228         Log: Integrate change #8098 from mainline.
18229              
18230              fastgetcwd is defined using a glob alias on a $^O dependent basis
18231              and there was no default assignment or perl subroutine.
18232      Branch: maint-5.6/perl
18233           !> lib/Cwd.pm
18234 ____________________________________________________________________________
18235 [  8628] By: jhi                                   on 2001/01/30  21:58:52
18236         Log: Integrate change #7866 from mainline.
18237              
18238              File::Temp 0.11.
18239      Branch: maint-5.6/perl
18240           !> lib/File/Temp.pm t/lib/ftmp-tempfile.t
18241 ____________________________________________________________________________
18242 [  8627] By: jhi                                   on 2001/01/30  21:39:44
18243         Log: Integrate changes #8075,8086,8228 from mainline.  
18244              
18245              Darwin is not Windows. (8075,8086)
18246              
18247              Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
18248      Branch: maint-5.6/perl
18249           !> lib/CGI.pm lib/Pod/Select.pm lib/Text/ParseWords.pm
18250           !> pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
18251           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq4.pod
18252           !> pod/perllocale.pod pod/perlmodlib.pod pod/perlretut.pod
18253 ____________________________________________________________________________
18254 [  8626] By: jhi                                   on 2001/01/30  21:22:11
18255         Log: Integrate with tweakery the change #8625 from mainline,
18256              the multibyte decimal separator fix ("fa_IR locale failure").
18257      Branch: maint-5.6/perl
18258            ! embedvar.h perlapi.h
18259           !> intrpvar.h perl.c perl.h sv.c util.c
18260 ____________________________________________________________________________
18261 [  8625] By: jhi                                   on 2001/01/30  20:26:33
18262         Log: Fix for the fa_IR locale failure.  The reason for the failure
18263              was that Perl was assuming the decimal separator aka the radix
18264              separator is one character.  The Farsi-Iranian locale crushed
18265              that bad assumption since there the separator is 'Momayyez',
18266              glyphwise looking somewhat like a slash, and in Unicode UTF-8
18267              encoded in two bytes, 0xd9 0xab.
18268      Branch: perl
18269            ! intrpvar.h perl.c perl.h sv.c util.c
18270 ____________________________________________________________________________
18271 [  8624] By: gsar                                  on 2001/01/30  20:17:03
18272         Log: regen_headers
18273      Branch: maint-5.6/perl
18274            ! Makefile.SH pod/perlintern.pod
18275 ____________________________________________________________________________
18276 [  8623] By: gsar                                  on 2001/01/30  19:42:34
18277         Log: backout change#7431 and its dependents (causes spurious rebuilds
18278              of autogenerated files)
18279              
18280              fix benign b.t failure
18281      Branch: maint-5.6/perl
18282            ! Makefile.SH t/lib/b.t
18283 ____________________________________________________________________________
18284 [  8622] By: jhi                                   on 2001/01/30  19:41:41
18285         Log: Microperl sync.
18286      Branch: perl
18287            ! mg.c perl.h
18288 ____________________________________________________________________________
18289 [  8621] By: gsar                                  on 2001/01/30  19:24:47
18290         Log: integrate changes#8259,8442,8444,8445,8448,8449,8451,8455
18291              from mainline
18292              
18293              Subject: podlators 1.06 released
18294              
18295              Subject: [PATCH @8436] Eliminate op_children
18296              
18297              (Replaced by #8448)  Traces of op_children (cleanup of #8442)
18298              
18299              (Replaced by #8448)  More op_children traces (cleanup of #8442).
18300              
18301              Subject: [PATCH #3 @8436] Re: Eliminate op_children
18302              Replace #8444 and #8445.
18303              
18304              Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
18305              at the setting of the ofs_sv in new_struct_thread() as the
18306              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
18307              uninitialized fields are, uh, initialized with),
18308              SvREFCNT_inc()ing that invited a core dump.
18309              
18310              podlators 1.07, from Russ Allbery.
18311              
18312              Subject: [PATCH] regcomp.c old feature removal
18313              From: mjd@plover.com
18314              Date: 16 Jan 2001 14:43:18 -0000 
18315              Message-ID: <20010116144318.7140.qmail@plover.com> 
18316      Branch: maint-5.6/perl
18317           +> lib/Pod/Text/Overstrike.pm
18318           !> MANIFEST bytecode.pl ext/B/B.xs ext/B/B/Asmdata.pm
18319           !> ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Concise.pm
18320           !> ext/B/B/Debug.pm ext/ByteLoader/byterun.c
18321           !> ext/ByteLoader/byterun.h lib/Pod/Man.pm lib/Pod/Text/Color.pm
18322           !> lib/Pod/Text/Termcap.pm op.c op.h pod/pod2text.PL regcomp.c
18323           !> util.c
18324 ____________________________________________________________________________
18325 [  8620] By: gsar                                  on 2001/01/30  18:48:32
18326         Log: integrate changes#8243,8254,8255,8313,8314,8363,8383,8390,8416,
18327              8417,8418,8419,8424,8427,8430,8441,8563 from mainline (TODO: b.t
18328              now fails one test)
18329              
18330              Subject: [PATCH] lvalue AUTOLOAD. No, really.
18331              
18332              Subject: [PATCH] Interesting syntax idea
18333              Make opens + bareword assigns do typeglob assigns.
18334              
18335              Tests for #8254.
18336              
18337              Subject: [PATCH @8269] Continue blocks and B::Deparse
18338              Make the peephole optimizer to bypass more null ops and
18339              and rewrite the deparse handling of continue blocks.
18340              
18341              Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
18342              Doc tweak on #8313.
18343              
18344              Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
18345              
18346              Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
18347              
18348              Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
18349              
18350              Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
18351              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
18352              according to the platform.
18353              
18354              Subject: [PATCH @8404] Consolidated lvalue sub changes
18355              
18356              Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
18357              
18358              Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
18359              
18360              Subject: B::Concise -- an improved replacement for B::Terse 
18361              
18362              The B::Terse drop-in replacement wasn't quite drop-in.
18363              
18364              The LVRET macro needed an aTHX.
18365              
18366              Use the /^Perl_/-less form of is_lvalue_sub().
18367              
18368              Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
18369      Branch: maint-5.6/perl
18370           +> ext/B/B/Concise.pm
18371           !> (integrate 27 files)
18372 ____________________________________________________________________________
18373 [  8619] By: nick                                  on 2001/01/30  18:40:28
18374         Log: Integrate mainline
18375      Branch: perlio
18376           !> (integrate 40 files)
18377 ____________________________________________________________________________
18378 [  8618] By: jhi                                   on 2001/01/30  18:37:18
18379         Log: Subject: [PATCH perl@8585] protect VMS test harness from chdir switcheroo
18380              Date: Mon, 29 Jan 2001 22:51:29 -0600
18381              From: "Craig A. Berry" <craigberry@mac.com>
18382              Message-Id: <p04330101b69bef0ebab4@[172.16.52.1]>
18383      Branch: perl
18384            ! vms/test.com
18385 ____________________________________________________________________________
18386 [  8617] By: jhi                                   on 2001/01/30  18:34:53
18387         Log: Subject: [PATCH] Add missing CV flags to dump.c
18388              From: Tim Jenness <t.jenness@jach.hawaii.edu>
18389              Date: Mon, 29 Jan 2001 21:48:55 -1000 (HST)
18390              Message-ID: <Pine.LNX.4.30.0101292144280.14179-100000@lapaki.jach.hawaii.edu>
18391      Branch: perl
18392            ! dump.c
18393 ____________________________________________________________________________
18394 [  8616] By: jhi                                   on 2001/01/30  18:20:58
18395         Log: Integrate partly the change #8615 from mainline, the t/op/each.t
18396              part isn't applicable to maintperl.
18397              
18398              UTF-8 nit from Inaba Hiroto.
18399      Branch: maint-5.6/perl
18400           !> pod/perlapi.pod utf8.c
18401 ____________________________________________________________________________
18402 [  8615] By: jhi                                   on 2001/01/30  18:18:51
18403         Log: UTF-8 nit from Inaba Hiroto.
18404      Branch: perl
18405            ! pod/perlapi.pod t/op/each.t utf8.c
18406 ____________________________________________________________________________
18407 [  8614] By: jhi                                   on 2001/01/30  18:13:38
18408         Log: Integrate changes #8608,8609,8610,8611,8612,8613 from maintperl.
18409              
18410              perl's internal variables are not for public consumption,
18411              move their docs from perlapi.pod to perlintern.pod
18412              
18413              support for -Dusethreads build under HP-UX 10.20 and DCE threads
18414              library (11.0 and later have pthreads but 10.x don't)
18415              
18416              avoid uninitialized value warnings
18417              
18418              canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
18419              gets weird results)
18420              
18421              perldoc nit on windows
18422              
18423              make it possible to run the tests outside the source tree
18424              (there's still a dependency on ../lib being the library
18425              location)
18426      Branch: perl
18427           !> hints/hpux.sh intrpvar.h perlapi.c pod/perlapi.pod
18428           !> pod/perlintern.pod t/base/term.t t/io/tell.t t/lib/dprof/V.pm
18429           !> t/op/flip.t thrdvar.h thread.h utils/perldoc.PL
18430           !> win32/bin/search.pl win32/vdir.h
18431 ____________________________________________________________________________
18432 [  8613] By: gsar                                  on 2001/01/30  16:39:59
18433         Log: make it possible to run the tests outside the source tree
18434              (there's still a dependency on ../lib being the library
18435              location)
18436      Branch: maint-5.6/perl
18437            ! t/base/term.t t/io/tell.t t/lib/dprof/V.pm t/op/flip.t
18438 ____________________________________________________________________________
18439 [  8612] By: gsar                                  on 2001/01/30  16:31:12
18440         Log: perldoc nit on windows
18441      Branch: maint-5.6/perl
18442            ! utils/perldoc.PL
18443 ____________________________________________________________________________
18444 [  8611] By: gsar                                  on 2001/01/30  16:22:54
18445         Log: canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
18446              gets weird results)
18447      Branch: maint-5.6/perl
18448            ! win32/vdir.h
18449 ____________________________________________________________________________
18450 [  8610] By: gsar                                  on 2001/01/30  16:12:45
18451         Log: avoid uninitialized value warnings
18452      Branch: maint-5.6/perl
18453            ! win32/bin/search.pl
18454 ____________________________________________________________________________
18455 [  8609] By: gsar                                  on 2001/01/30  16:08:01
18456         Log: support for -Dusethreads build under HP-UX 10.20 and DCE threads
18457              library (11.0 and later have pthreads but 10.x don't)
18458      Branch: maint-5.6/perl
18459            ! hints/hpux.sh thread.h
18460 ____________________________________________________________________________
18461 [  8608] By: gsar                                  on 2001/01/30  15:48:55
18462         Log: perl's internal variables are not for public consumption,
18463              move their docs from perlapi.pod to perlintern.pod
18464      Branch: maint-5.6/perl
18465            ! intrpvar.h perlapi.c pod/perlapi.pod pod/perlintern.pod
18466            ! thrdvar.h
18467 ____________________________________________________________________________
18468 [  8607] By: gsar                                  on 2001/01/30  15:44:27
18469         Log: mistakenly branched perl56delta.pod, revert
18470      Branch: maint-5.6/perl
18471            - pod/perl56delta.pod
18472           !> pod/perldelta.pod
18473 ____________________________________________________________________________
18474 [  8606] By: gsar                                  on 2001/01/30  14:20:24
18475         Log: integrate changes#7984,7987,8010 from mainline (gets rid of
18476              dTHR which has been a noop for a while now, except for the
18477              compatibility definition in thread.h)
18478      Branch: maint-5.6/perl
18479           !> (integrate 45 files)
18480 ____________________________________________________________________________
18481 [  8605] By: jhi                                   on 2001/01/30  05:43:58
18482         Log: Mark the UTF-8 APIs as experimental.
18483      Branch: maint-5.6/perl
18484            ! embed.pl pod/perlapi.pod
18485 ____________________________________________________________________________
18486 [  8604] By: jhi                                   on 2001/01/30  05:38:40
18487         Log: Nits from earlier integrates.
18488      Branch: maint-5.6/perl
18489            ! lib/Carp/Heavy.pm
18490           !> sv.c
18491 ____________________________________________________________________________
18492 [  8603] By: jhi                                   on 2001/01/30  05:27:26
18493         Log: Regenerate Porting files.
18494      Branch: maint-5.6/perl
18495            ! Porting/Glossary Porting/config.sh Porting/config_H
18496 ____________________________________________________________________________
18497 [  8602] By: jhi                                   on 2001/01/30  05:14:59
18498         Log: Integrate changes #7891,8034,8078,8110,8111,8112,8277,8291,
18499              8310,8339,8447,8492,8493,8505,8525: documentation changes.
18500              
18501              Subject: Re: perlfaq style changes
18502              
18503              Subject: DOC PATCH 5.6.0: -s return value incompletely documented
18504              
18505              Subject: [PATCH] docs on NaN
18506              
18507              Subject: [patch] perlfaq7
18508              
18509              Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
18510              
18511              Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
18512              
18513              Subject: [PATCH] open() example in perlfunc.pod
18514              
18515              Podify README.mpeix (a new version from the web)
18516              
18517              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
18518              
18519              Subject: [PATCH] format and rewording in perlfaq.pod
18520              
18521              Subject: [PATCH] API Variable documentation   
18522              
18523              Memory management calls documentation.
18524              
18525              Subject: [PATCH: perl@8482] README.vms URL updates
18526              
18527              Subject: Minor typos in perlfaq2.pod
18528              
18529              Subject: [PATCH] pod/perlvar.pod
18530      Branch: maint-5.6/perl
18531           +> pod/perl56delta.pod
18532            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
18533           !> README.amiga README.epoc README.mpeix README.vms
18534           !> ext/POSIX/POSIX.pod lib/CPAN.pm lib/Carp/Heavy.pm
18535           !> lib/Win32.pod pod/perlapi.pod pod/perlfaq.pod pod/perlfaq1.pod
18536           !> pod/perlfaq2.pod pod/perlfaq6.pod pod/perlfaq7.pod
18537           !> pod/perlfunc.pod pod/perlop.pod pod/perlrequick.pod
18538           !> pod/perlvar.pod thrdvar.h
18539 ____________________________________________________________________________
18540 [  8601] By: jhi                                   on 2001/01/30  04:38:35
18541         Log: Integrate changes #8036,8096,8253 from mainline:
18542              hints changes.
18543              
18544              Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
18545              Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
18546              
18547              Output the (apparent) version of gcc in Tru64.
18548      Branch: maint-5.6/perl
18549           +> ext/POSIX/hints/svr4.pl
18550           !> MANIFEST ext/POSIX/Makefile.PL hints/dec_osf.sh hints/hpux.sh
18551           !> hints/svr4.sh t/lib/bigfltpm.t
18552 ____________________________________________________________________________
18553 [  8600] By: jhi                                   on 2001/01/30  04:04:01
18554         Log: Integrate changes #7863,7868,7875,7876,7888,8384,8480 from mainline:
18555              locale fixes.
18556              
18557              sprintf() does not taint since print() does not. (7863,7875,7876,7888)
18558              
18559              Debian allows /usr/bin/locale to exist without any locales. (7868)
18560              
18561              Allow the locale test needing POSIX and the taint test
18562              needing IPC::SysV to run under 'minitest' (basically,
18563              bail out if loading the extension fails). (8384)
18564              
18565              Cleanup the locale.t output  (8480)
18566      Branch: maint-5.6/perl
18567           !> pod/perllocale.pod sv.c t/op/misc.t t/op/taint.t
18568           !> t/pragma/locale.t
18569 ____________________________________________________________________________
18570 [  8599] By: jhi                                   on 2001/01/30  03:51:04
18571         Log: Missing generated files from #8598.
18572      Branch: maint-5.6/perl
18573            ! embed.h global.sym objXSUB.h perlapi.c proto.h
18574 ____________________________________________________________________________
18575 [  8598] By: jhi                                   on 2001/01/30  03:41:54
18576         Log: Integrate change #8555 from mainline, manually integrate parts
18577              of changes 8452 and 8583.
18578              
18579              Subject: [PATCH] utf8.c documentation (8452)
18580              
18581              No point in checking the length if the pointer is bogus. (8555)
18582              
18583              Introduce bytes_from_utf8() and implement sv_eq() using it,
18584              tr/// did not handle UTF-8 ranges, \ before a raw UTF-8 character
18585              produced "Malformed UTF-8 character" warning, "\x{100}\N{CENT SIGN}"
18586              was malformed. (8583)
18587      Branch: maint-5.6/perl
18588            ! embed.pl t/lib/charnames.t t/op/tr.t toke.c
18589           !> pod/perlapi.pod sv.c utf8.c
18590 ____________________________________________________________________________
18591 [  8597] By: gsar                                  on 2001/01/30  02:37:26
18592         Log: get PERL_OBJECT build going again on windows
18593      Branch: maint-5.6/perl
18594            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
18595            ! pod/perlapi.pod proto.h sv.c
18596 ____________________________________________________________________________
18597 [  8596] By: jhi                                   on 2001/01/30  02:16:17
18598         Log: Signedness nit.
18599      Branch: perl
18600            ! sv.c
18601 ____________________________________________________________________________
18602 [  8595] By: jhi                                   on 2001/01/30  02:11:07
18603         Log: EBCDIC patch for Storable, from Peter Prymmer.
18604      Branch: perl
18605            ! t/lib/st-06compat.t
18606 ____________________________________________________________________________
18607 [  8594] By: jhi                                   on 2001/01/30  01:04:48
18608         Log: Subject: [PATCH: perl@8585] yet another tweak to lib/b.t for EBCDIC
18609              From: Peter Prymmer <pvhp@forte.com>
18610              Date: Mon, 29 Jan 2001 16:51:38 -0800 (PST)
18611              Message-ID: <Pine.OSF.4.10.10101291646320.230748-100000@aspara.forte.com>
18612      Branch: perl
18613            ! t/lib/b.t
18614 ____________________________________________________________________________
18615 [  8593] By: jhi                                   on 2001/01/30  00:56:47
18616         Log: Subject: [PATCH: perl@8585] pod problems in io
18617              From: Peter Prymmer <pvhp@forte.com>
18618              Date: Mon, 29 Jan 2001 16:46:25 -0800 (PST)
18619              Message-ID: <Pine.OSF.4.10.10101291636420.230748-100000@aspara.forte.com>
18620      Branch: perl
18621            ! pod/perlapio.pod pod/perliol.pod
18622 ____________________________________________________________________________
18623 [  8592] By: jhi                                   on 2001/01/30  00:48:20
18624         Log: Integrate perlio.
18625      Branch: perl
18626           !> pod/perlapio.pod pod/perliol.pod
18627 ____________________________________________________________________________
18628 [  8591] By: nick                                  on 2001/01/29  22:02:28
18629         Log: GNU 'merge' Simon's copy of perliol.pod with version
18630              patched by Craig's patch.
18631      Branch: perlio
18632            ! pod/perliol.pod
18633 ____________________________________________________________________________
18634 [  8590] By: nick                                  on 2001/01/29  21:55:10
18635         Log: PerlIO doc tweaks from Craig A. Berry <craig.berry@psinetcs.com>
18636      Branch: perlio
18637            ! pod/perlapio.pod pod/perliol.pod
18638 ____________________________________________________________________________
18639 [  8589] By: jhi                                   on 2001/01/29  15:35:33
18640         Log: Integrate change #8586 from maint-5.6/perl.
18641              
18642              make the BOM detection code not call tell() until it has to
18643              (meant to fix esoteric compatibility issues where PL_rsfp
18644              is overridden)
18645      Branch: perl
18646           !> toke.c
18647 ____________________________________________________________________________
18648 [  8588] By: jhi                                   on 2001/01/29  15:29:11
18649         Log: Subject: MAking Solaris malloc() the default
18650              From: Lupe Christoph <lupe@lupe-christoph.de>
18651              Date: Mon, 29 Jan 2001 12:59:36 +0100
18652              Message-ID: <20010129125936.Z4830@alanya.lupe-christoph.de>
18653              
18654              The README.solaris part slightly tweaked.
18655      Branch: perl
18656            ! README.solaris hints/solaris_2.sh
18657 ____________________________________________________________________________
18658 [  8587] By: jhi                                   on 2001/01/29  15:17:34
18659         Log: Subject: [ID 20010128.003] [PATCH] perlre.pod \b buglet
18660              From: root@ak-75.mind.de
18661              Date: Sun, 28 Jan 2001 20:32:29 +0100
18662              Message-Id: <200101281932.UAA15768@ak-75.mind.de>
18663      Branch: perl
18664            ! pod/perlre.pod
18665 ____________________________________________________________________________
18666 [  8586] By: gsar                                  on 2001/01/29  13:43:44
18667         Log: make the BOM detection code not call tell() until it has to
18668              (meant to fix esoteric compatibility issues where PL_rsfp
18669              is overridden)
18670      Branch: maint-5.6/perl
18671            ! toke.c
18672 ____________________________________________________________________________
18673 [  8585] By: jhi                                   on 2001/01/28  20:05:45
18674         Log: Update Changes.
18675      Branch: perl
18676            ! Changes patchlevel.h
18677 ____________________________________________________________________________
18678 [  8584] By: jhi                                   on 2001/01/28  19:30:02
18679         Log: Integrate perlio.
18680      Branch: perl
18681           +> pod/perliol.pod
18682           !> MANIFEST pod/perlapio.pod
18683 ____________________________________________________________________________
18684 [  8583] By: jhi                                   on 2001/01/28  19:28:40
18685         Log: Patch from Inaba Hiroto:
18686              - canonical UTF-8 hash keys: if a key string for a hash is
18687              UTF8-on, try downgrade the string and use it if
18688              unicode::distinct is not in effect.
18689              For the task, I added a function bytes_from_utf8() to utf8.c.
18690              It might resemble utf8_to_bytes() but it is not convenient
18691              to the task.
18692              Made a test for it and added to t/op/each.t
18693              - Changed do_print in doio.c to apply sv_utf8_(downgrade|upgrade) to
18694              the mortal copy of the argument SV.
18695              And changed t/io/utf8.t test 18 which expects print() to
18696              upgrade its argument.
18697              - re-implement sv_eq with bytes_from_utf8()
18698              - some bug fixes
18699              - tr/// does not handle UTF8 range (\x{}-\x{})
18700              - \ before raw UTF8 character produced
18701              "Malformed UTF-8 character" warning.
18702              - "\x{100}\N{CENT SIGN}" is Malformed.
18703              Added tests for these 3.
18704              - and one silly bug (by me) with qu operator.
18705      Branch: perl
18706            ! doio.c embed.h embed.pl global.sym hv.c objXSUB.h perlapi.c
18707            ! pod/perlapi.pod proto.h sv.c t/io/utf8.t t/lib/charnames.t
18708            ! t/op/each.t t/op/tr.t t/pragma/utf8.t toke.c utf8.c
18709 ____________________________________________________________________________
18710 [  8582] By: nick                                  on 2001/01/28  19:25:04
18711         Log: Add pod/perliol.pod to MANIFEST :-(
18712      Branch: perlio
18713            ! MANIFEST
18714 ____________________________________________________________________________
18715 [  8581] By: nick                                  on 2001/01/28  19:22:40
18716         Log: PerlIO documentation. Proofing and sub-editing requested.
18717      Branch: perlio
18718            + pod/perliol.pod
18719            ! pod/perlapio.pod
18720 ____________________________________________________________________________
18721 [  8580] By: jhi                                   on 2001/01/28  05:16:25
18722         Log: Revert the change to sv_2pv() done by #8054: Someone who
18723              did SvNV_set() on a scalar that also happened to be POK,
18724              followed by sv_2pv() won't get the right coercion anymore.
18725              [Sarathy]
18726      Branch: maint-5.6/perl
18727            ! sv.c
18728 ____________________________________________________________________________
18729 [  8579] By: jhi                                   on 2001/01/28  05:15:04
18730         Log: Remove the #8084 effect: do not allow -Q to be interpreted
18731              as -&Q(), this is too much wiggle room.
18732      Branch: maint-5.6/perl
18733            ! toke.c
18734 ____________________________________________________________________________
18735 [  8578] By: jhi                                   on 2001/01/28  05:12:45
18736         Log: Needed bits of #8439 (should have been in #8576),
18737              mainly for lval substr().
18738      Branch: maint-5.6/perl
18739            ! mg.c pp.c pp_hot.c
18740 ____________________________________________________________________________
18741 [  8577] By: jhi                                   on 2001/01/28  05:02:46
18742         Log: A missing check-in.
18743      Branch: maint-5.6/perl
18744            ! utf8.c
18745 ____________________________________________________________________________
18746 [  8576] By: jhi                                   on 2001/01/28  04:26:18
18747         Log: Integrate changes #8425,8436,8439,8517 from mainline.
18748              The 8439 was not truly integrated because it had too many
18749              dependencies on the development branch and because it introduced
18750              concepts too bold for a maintenance branch (such as the qu operator).
18751              
18752              Subject: [PATCH perl@8342] -Wformat
18753              
18754              Tighten some of the UTF-8 tests a bit.
18755              
18756              More UTF-8 patches from Inaba Hiroto. (8439, but only partly)
18757              - The substr lval was still not okay.
18758              - Now pp_stringify and sv_setsv copies source's UTF8 flag
18759              even if IN_BYTE.  pp_stringify is called from fold_constants
18760              at optimization phase and "\x{100}" was made SvUTF8_off under
18761              use bytes (the bytes pragma is for "byte semantics" and not
18762              for "do not produce UTF8 data")
18763      Branch: maint-5.6/perl
18764            ! t/lib/charnames.t t/op/substr.t toke.c
18765           !> sv.c t/pragma/utf8.t
18766 ____________________________________________________________________________
18767 [  8575] By: jhi                                   on 2001/01/28  04:01:51
18768         Log: Integrate changes #8378,8379,8385,8386,8405 from mainline.
18769              
18770              Subject: One more patch for UTF8  (UTF-8 fixes for 'x' and tr////)
18771              
18772              Subject: [ID 20001230.003] UTF-8 tr still hurts
18773              
18774              Test cases for #8385 (from Simon's "torture.pl")
18775              
18776              Start fixing UTF-8 lval substr() (8405)
18777      Branch: maint-5.6/perl
18778           !> doop.c embed.h embed.pl mg.c op.c pod/perlapi.pod pp.c proto.h
18779           !> regcomp.c regexec.c t/op/substr.t t/op/tr.t toke.c utf8.c
18780 ____________________________________________________________________________
18781 [  8574] By: jhi                                   on 2001/01/28  03:09:06
18782         Log: Integrate changes #8328,8329,8330,8331,8332,8341,8343,8377
18783              from mainline.
18784              
18785              UTF-8 cleanup.
18786              
18787              Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
18788              
18789              "\x{FF}\xFF" was broken.
18790              
18791              Tests for #8329 and #8330.
18792              
18793              Add a note about EBCDIC versus UTF-8 to a potential problem spot.
18794              
18795              IRIX compiler noticed that the bof initialization might be
18796              bypassed by control flow.
18797              
18798              Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
18799      Branch: maint-5.6/perl
18800           !> doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
18801           !> regexec.c sv.c t/op/bop.t toke.c utf8.c
18802 ____________________________________________________________________________
18803 [  8573] By: jhi                                   on 2001/01/28  02:06:12
18804         Log: Retract #8552.
18805      Branch: perl
18806            ! lib/Text/Wrap.pm t/lib/textwrap.t
18807 ____________________________________________________________________________
18808 [  8572] By: jhi                                   on 2001/01/28  02:04:49
18809         Log: Integrate changes #8267,8272[perlio],8274,8298,8300,8303,
18810              8305,8323,8324 from mainline.  The 8267,8272, and 8298 were
18811              not really integrated but instead salvaged by hand
18812              (they had too many dependencies on the development release
18813              to be cleanly integratable).
18814              
18815              Subject: more UTF8 test suites and an UTF8 patch
18816              
18817              Tweak for MULTIPLICITY/USE_PERLIO
18818              
18819              Signedness nit.
18820              
18821              Turn SvUTF8 off if not required in pp_chr and pp_stringify.
18822              
18823              Use the UTF8_XXX macros in is_utf8_char().
18824              
18825              Rewrite pp_concat() in terms of sv_catsv().  The . operator
18826              should now be UTF-8-proof.
18827              
18828              Subject: [PATCH perl@8269] scanning two hex-constants
18829              fails on EBCDIC environment (script length.t)
18830              
18831              Add some Unicode chop() tests.
18832      Branch: maint-5.6/perl
18833            ! doop.c mg.c pp.c pp_hot.c toke.c utf8.c
18834           !> sv.c t/op/chop.t utf8.h
18835 ____________________________________________________________________________
18836 [  8571] By: jhi                                   on 2001/01/28  00:35:59
18837         Log: Integrate changes #8090,8093[perlio,only the sv.c tweak],
18838              8245,8247,8248,8249,8250,8251,8260,8263,8264,8265 from mainline.
18839              
18840              Subject: [PATCH] Re: Breadperl & Tk (sv_utf8_upgrade fixes)
18841              
18842              The maxiters upper limit sanity check (guarding against
18843              non-progress) assumed bytes instead of characters in s///
18844              and split().
18845              
18846              Signedness nit.
18847              
18848              sv_catsv() rewrite (8248,8249,8251,8260,8263,8264,8265)
18849              join() should now be UTF-8-proof.
18850              
18851              More split // UTF-8 tests. (8250)
18852      Branch: maint-5.6/perl
18853           !> doop.c hv.c pp.c pp_hot.c sv.c t/op/join.t utf8.c utf8.h
18854           !> util.c
18855 ____________________________________________________________________________
18856 [  8570] By: jhi                                   on 2001/01/27  22:15:46
18857         Log: Integrate changes #7941,7943,7944,7958,7967,7995,7996,7998,
18858              8004,8005,8023,8024,8028,8030,8031,8033,8039,8042,8052[perlio],
18859              8053[perlio],8054[perlio,+sv.c(-PerlIO_isutf8),+require.t],
18860              8084,8204,8244,8333 from mainline.
18861              
18862              For -Q where Q might be a one-letter sub name one does no more
18863              get a warning about an unknown filetest (7941,7943,7944,8084).
18864              
18865              Subject: Re: [ID 20001130.011] expression parsing bug ?
18866              
18867              Make uv_to_utf8() to zero-terminate its output buffer.
18868              
18869              Split off t/op/length.t (7995)
18870              
18871              Split off t/op/utf8decode.t (7996)
18872              
18873              Remove an unnecessary 'use utf8' from the utf8.t (7998)
18874              
18875              Split off t/op/concat.t (8004)
18876              
18877              Split off t/op/ver.t (8005)
18878              
18879              Document utf8_length(), utf8_distance(), and utf8_hop().
18880              
18881              Document utf8_to_uv() better.
18882              
18883              Introduce macros for UTF8 decoding (8028,8033).
18884              
18885              Add test for reverse() (8030,8031).
18886              
18887              Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful (8039,8333)
18888              
18889              Do not return the Unicode replacement character    on UTF-8
18890              decoding failure.
18891              
18892              Typo/thinko in S_scan_const() - seeing high bit sets has_utf8
18893              not this_utf8 i.e. the output string has one, but don't mess
18894              with source assumption. (8052,8053)
18895              
18896              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious
18897              writing of BOM to a non-utf8 stream.  Fix SvPVutf8() - sv_2pv()
18898              was not expecting to be called with something that was already
18899              SvPOK() - (we just fossiked with SvUTF8 bit). Fix that and also
18900              just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
18901              (8054)
18902              
18903              Recode the naughty binary bytes in utf8decode.t using the \xHH.
18904              
18905              Make some panic messages a bit more logical.
18906      Branch: maint-5.6/perl
18907           +> t/op/concat.t t/op/length.t t/op/reverse.t t/op/utf8decode.t
18908           !> MANIFEST doop.c embed.pl lib/ExtUtils/Liblist.pm op.c
18909           !> pod/perlapi.pod pod/perldiag.pod pp.c pp_hot.c regcomp.c
18910           !> regexec.c sv.c t/comp/require.t t/op/misc.t t/op/ver.t
18911           !> t/pragma/utf8.t t/pragma/warn/toke t/pragma/warn/utf8 toke.c
18912           !> utf8.c utf8.h
18913 ____________________________________________________________________________
18914 [  8569] By: jhi                                   on 2001/01/27  19:16:43
18915         Log: Integrate changes #7750 from perlio and #8566 from mainline.
18916      Branch: maint-5.6/perl
18917           !> regexec.c sv.c
18918 ____________________________________________________________________________
18919 [  8568] By: jhi                                   on 2001/01/27  18:06:51
18920         Log: Integrate changes #7355[-doio.c],7691,7744,7753[perlio],
18921              7783,7790[perlio],7869,7871,7872,7911,7916,7932,
18922              7935[-perlio.c],7936,7959,7965 from mainline.
18923              
18924              Change the "big byte" error message to "Wide character".
18925              (7355, the croak-if-wide-chars-in-print part ignored)
18926              
18927              Use UINT64_C().
18928              
18929              Introduce Perl_utf8_length().
18930              
18931              diff -se shows these as different (7753, forgotten check-ins)
18932              
18933              Subject: [PATCH] doop.c - UTF8 tr///
18934              
18935              If we use (aTHX_ ...) then put Perl_ on the front.
18936              
18937              Make utf8_length() and utf8_distance() to be less forgiving
18938              about bad UTF-8.
18939              
18940              Test line numbers are different with utf8.
18941              
18942              No need to scan till infinity, 13 is enough. (7872,7911)
18943              
18944              Subject: [PATCH] Tokeniser debugging
18945              
18946              Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
18947              
18948              Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits (only toke.c)
18949              
18950              Be more careful in Perl_sv_utf8_downgrade().
18951              
18952              Use DO_UTF8().
18953              
18954              Raw zero bytes in text files confuse at least GNU patch 2.1.
18955      Branch: maint-5.6/perl
18956           !> doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
18957           !> perl.c perl.h perlapi.c pod/perlapi.pod pod/perldiag.pod
18958           !> pod/perlrun.pod proto.h scope.h sv.c t/op/re_tests
18959           !> t/pragma/utf8.t toke.c utf8.c utf8.h
18960 ____________________________________________________________________________
18961 [  8567] By: nick                                  on 2001/01/27  11:10:38
18962         Log: Integrate mainline
18963      Branch: perlio
18964           !> Changes README.os390 embed.h embed.pl op.c patchlevel.h pp.c
18965           !> proto.h regexec.c sv.c t/lib/1_compile.t t/lib/b.t
18966           !> t/lib/st-06compat.t t/pragma/overload.t t/pragma/sub_lval.t
18967           !> toke.c
18968 ____________________________________________________________________________
18969 [  8566] By: jhi                                   on 2001/01/27  06:22:48
18970         Log: More documentation for the regexp context stack.
18971      Branch: perl
18972            ! regexec.c
18973 ____________________________________________________________________________
18974 [  8565] By: jhi                                   on 2001/01/27  05:21:57
18975         Log: Update Changes.
18976      Branch: perl
18977            ! Changes patchlevel.h
18978 ____________________________________________________________________________
18979 [  8564] By: jhi                                   on 2001/01/27  04:44:04
18980         Log: Threadedness patch for #8562 from Doug MacEachern.
18981      Branch: perl
18982            ! toke.c
18983 ____________________________________________________________________________
18984 [  8563] By: jhi                                   on 2001/01/27  04:26:24
18985         Log: Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
18986              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
18987              Date: Thu, 25 Jan 2001 01:17:21 -0800 (PST)
18988              Message-ID: <14959.59703.507462.978833@soda.csua.berkeley.edu>
18989      Branch: perl
18990            ! op.c
18991 ____________________________________________________________________________
18992 [  8562] By: jhi                                   on 2001/01/27  04:20:30
18993         Log: Subject: Re: Announce : Tokener reporting patch
18994              From: Simon Cozens <simon@cozens.net>
18995              Date: Mon, 22 Jan 2001 02:17:22 +0000
18996              Message-ID: <20010122021722.A9334@pembro26.pmb.ox.ac.uk>
18997      Branch: perl
18998            ! embed.h embed.pl proto.h toke.c
18999 ____________________________________________________________________________
19000 [  8561] By: jhi                                   on 2001/01/27  04:17:24
19001         Log: Forgot from #8545.  Oops.
19002      Branch: perl
19003            ! pp.c t/pragma/overload.t
19004 ____________________________________________________________________________
19005 [  8560] By: jhi                                   on 2001/01/27  03:01:47
19006         Log: A better module compilation test, use MANIFEST as suggested
19007              by Spider.
19008      Branch: perl
19009            ! t/lib/1_compile.t
19010 ____________________________________________________________________________
19011 [  8559] By: jhi                                   on 2001/01/27  02:50:48
19012         Log: Subject: [PATCH: perl@8531] EBCDIC cleanup for B test
19013              From: Peter Prymmer <pvhp@forte.com>
19014              Date: Fri, 26 Jan 2001 16:38:08 -0800 (PST)
19015              Message-ID: <Pine.OSF.4.10.10101261635400.14820-100000@aspara.forte.com>
19016      Branch: perl
19017            ! t/lib/b.t
19018 ____________________________________________________________________________
19019 [  8558] By: jhi                                   on 2001/01/27  02:27:05
19020         Log: Subject: [PATCH: perl@8531] EBCDIC branch for pragma/sub-lval.t
19021              From: Peter Prymmer <pvhp@forte.com>
19022              Date: Fri, 26 Jan 2001 16:05:11 -0800 (PST)
19023              Message-ID: <Pine.OSF.4.10.10101261603460.14820-100000@aspara.forte.com>
19024      Branch: perl
19025            ! t/pragma/sub_lval.t
19026 ____________________________________________________________________________
19027 [  8557] By: jhi                                   on 2001/01/27  02:26:03
19028         Log: Subject: [PATCH: perl@8531] a peek at uuencoded EBCDIC (st-06compat.t)
19029              From: Peter Prymmer <pvhp@forte.com>
19030              Date: Fri, 26 Jan 2001 14:47:46 -0800 (PST)
19031              Message-ID: <Pine.OSF.4.10.10101261443561.14820-100000@aspara.forte.com>
19032      Branch: perl
19033            ! t/lib/st-06compat.t
19034 ____________________________________________________________________________
19035 [  8556] By: jhi                                   on 2001/01/27  02:24:33
19036         Log: Subject: [PATCH: perl@8531] minor update to README.os390
19037              From: Peter Prymmer <pvhp@forte.com>
19038              Date: Fri, 26 Jan 2001 14:33:27 -0800 (PST)
19039              Message-ID: <Pine.OSF.4.10.10101261425560.14820-100000@aspara.forte.com>
19040      Branch: perl
19041            ! README.os390
19042 ____________________________________________________________________________
19043 [  8555] By: jhi                                   on 2001/01/27  00:35:47
19044         Log: No point in checking the length before we know whether the pointer
19045              is bogus or not, fixes Abigail's odbm failures in Linux.
19046      Branch: perl
19047            ! sv.c
19048 ____________________________________________________________________________
19049 [  8554] By: nick                                  on 2001/01/26  19:01:31
19050         Log: Integrate mainline
19051      Branch: perlio
19052           !> lib/Text/Wrap.pm t/lib/textwrap.t
19053 ____________________________________________________________________________
19054 [  8553] By: jhi                                   on 2001/01/26  15:19:39
19055         Log: Integrate change #7792 from perlio (multiplicity fix),
19056              fix the AV leak in regex DEBUGGING (tiny part of the
19057              polymorphic regexp patch #8143).
19058      Branch: maint-5.6/perl
19059            ! regcomp.c
19060           !> scope.h
19061 ____________________________________________________________________________
19062 [  8552] By: jhi                                   on 2001/01/26  15:03:23
19063         Log: Subject: [PATCH Text::Wrap 2000.06292219] Spurious leading whitespace
19064              From: Michael G Schwern <schwern@pobox.com>
19065              Date: Fri, 26 Jan 2001 09:28:31 -0500
19066              Message-ID: <20010126092831.A15328@blackrider.aocn.com>
19067      Branch: perl
19068            ! lib/Text/Wrap.pm t/lib/textwrap.t
19069 ____________________________________________________________________________
19070 [  8551] By: jhi                                   on 2001/01/26  02:33:19
19071         Log: Integrate changes #7760,7815,7870,7873,7874,7877,7878,7879,7881,
19072              7937,7938,7939,7940,7968,7969,8403,8414,8510 from mainline.
19073              
19074              Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
19075              
19076              Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
19077              
19078              Message nit.
19079              
19080              BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
19081              
19082              Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
19083              
19084              (the cleanup of unused submatches in regtry() and regcppop())
19085              
19086              Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
19087              stored and restored, and thusly was trounced by the utf8 swash
19088              routines.
19089              
19090              use utf8 not required to use \x{}.
19091              
19092              Removed two more tests that make no sense in UTF-8 since the test
19093              data is not in UTF-8.
19094              
19095              Get the three different space character classes right under utf8.
19096              
19097              Implement ANYOFUTF8 regprop() dumping.
19098              
19099              Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
19100              
19101              Document the regex context pushing/popping a bit better.
19102      Branch: maint-5.6/perl
19103           +> lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
19104           !> MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
19105           !> regexec.c scope.h t/op/pat.t t/op/re_tests t/op/regexp.t
19106           !> t/op/regmesg.t utf8.c
19107 ____________________________________________________________________________
19108 [  8550] By: nick                                  on 2001/01/25  19:42:30
19109         Log: Integrate mainline
19110      Branch: perlio
19111           !> Makefile.SH README.os390 gv.c hints/os390.sh installperl
19112           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm perl.h
19113           !> pod/perlguts.pod t/lib/bigfloat.t t/lib/bigfltpm.t
19114           !> t/lib/bigint.t t/lib/bigintpm.t
19115 ____________________________________________________________________________
19116 [  8549] By: jhi                                   on 2001/01/25  15:22:28
19117         Log: Undo 6475: { use utf8; chr(128..255) } is better off producing bytes.
19118      Branch: maint-5.6/perl
19119            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
19120 ____________________________________________________________________________
19121 [  8548] By: jhi                                   on 2001/01/25  15:02:55
19122         Log: Integrate changes #7997,8063,8492,8547 from mainline.
19123              
19124              Subject: Re: STRLEN - what?
19125              
19126              Subject: [PATCH] perlguts.pod
19127              
19128              Memory management calls documentation.
19129              
19130              Layout using tabulator is not a good idea in a pod.
19131      Branch: maint-5.6/perl
19132           !> pod/perlguts.pod
19133 ____________________________________________________________________________
19134 [  8547] By: jhi                                   on 2001/01/25  14:49:05
19135         Log: Layout using tabulator is not a good idea in a pod.
19136      Branch: perl
19137            ! pod/perlguts.pod
19138 ____________________________________________________________________________
19139 [  8546] By: jhi                                   on 2001/01/25  14:31:12
19140         Log: Integrate changes #8188,8189,8208,8209,8210,8212,8374,8388
19141              from mainline.
19142              
19143              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
19144              
19145              Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
19146              
19147              More Win32 editor/IDE/shell hints.
19148              
19149              More Win32 Perling.
19150              
19151              Yet another editor edit.
19152              
19153              Edit edit edit.
19154              
19155              IDE/editor section tweaking.
19156              
19157              Few more IDE/editor nits from p5p.
19158      Branch: maint-5.6/perl
19159           !> pod/perlfaq3.pod
19160 ____________________________________________________________________________
19161 [  8545] By: jhi                                   on 2001/01/25  04:16:32
19162         Log: Subject: [PATCH 5.7.0] overload int()
19163              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19164              Date: Wed, 24 Jan 2001 19:06:57 -0500
19165              Message-ID: <20010124190657.A8512@math.ohio-state.edu>
19166      Branch: perl
19167            ! gv.c lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm
19168            ! perl.h t/lib/bigfloat.t t/lib/bigfltpm.t t/lib/bigint.t
19169            ! t/lib/bigintpm.t
19170 ____________________________________________________________________________
19171 [  8544] By: jhi                                   on 2001/01/25  04:15:11
19172         Log: Subject: [PATCH: perl@8506]completion and docs for dynamic loading on OS/390
19173              From: Peter Prymmer <pvhp@forte.com>
19174              Date: Wed, 24 Jan 2001 17:17:14 -0800 (PST)
19175              Message-ID: <Pine.OSF.4.10.10101241706120.411912-100000@aspara.forte.com>
19176      Branch: perl
19177            ! Makefile.SH README.os390 hints/os390.sh installperl
19178 ____________________________________________________________________________
19179 [  8543] By: jhi                                   on 2001/01/25  03:52:08
19180         Log: Integrate change #8462,8469 from mainline.
19181              
19182              In VMS Perl subversion (perl -V) is undef.
19183      Branch: maint-5.6/perl
19184           !> configure.com
19185 ____________________________________________________________________________
19186 [  8542] By: jhi                                   on 2001/01/25  03:44:55
19187         Log: Integrate changes #7835,7850,8315,8316 from mainline.
19188              
19189              Solaris hints.
19190      Branch: maint-5.6/perl
19191           !> hints/solaris_2.sh
19192 ____________________________________________________________________________
19193 [  8541] By: jhi                                   on 2001/01/25  03:39:28
19194         Log: Integrate #8336 from mainline.
19195      Branch: maint-5.6/perl
19196           !> hv.c
19197 ____________________________________________________________________________
19198 [  8540] By: jhi                                   on 2001/01/25  03:23:50
19199         Log: Retract #8539.
19200      Branch: maint-5.6/perl
19201            ! pod/perlfaq3.pod
19202 ____________________________________________________________________________
19203 [  8539] By: jhi                                   on 2001/01/25  03:21:55
19204         Log: (Retracted by #5940.)
19205      Branch: maint-5.6/perl
19206            ! pod/perlfaq3.pod
19207 ____________________________________________________________________________
19208 [  8538] By: jhi                                   on 2001/01/25  03:14:07
19209         Log: Subject: [re-patch: 5.6.1-TRIAL1] was Re: [PATCH 5.6.1-TRIAL1]VMS buildpatches
19210              From: Peter Prymmer <pvhp@forte.com>
19211              Date: Mon, 18 Dec 2000 13:10:35 -0800 (PST)
19212              Message-ID: <Pine.OSF.4.10.10012181249310.410192-100000@aspara.forte.com>
19213              
19214              The VMS bits.
19215      Branch: maint-5.6/perl
19216            ! configure.com vms/descrip_mms.template
19217 ____________________________________________________________________________
19218 [  8537] By: jhi                                   on 2001/01/25  03:06:09
19219         Log: Integrate #7710,7824,7973 from mainline.
19220      Branch: maint-5.6/perl
19221           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
19222           !> config_h.SH configure.com epoc/config.sh hints/aix.sh malloc.c
19223           !> regcomp.c sv.c vos/config.alpha.def vos/config.alpha.h
19224           !> vos/config.ga.def vos/config.ga.h win32/config.bc
19225           !> win32/config.gc win32/config.vc
19226 ____________________________________________________________________________
19227 [  8536] By: jhi                                   on 2001/01/24  13:50:20
19228         Log: Revert the edits made by me so far to the 5.6 branch since
19229              the TRIAL1 since I did edits when I should have been using
19230              integrates.  Bad programmer.   (Will integrate them properly later.)
19231              Undoes #8347, #8349, #8350, #8351, #8353, #8355, #8376, #8463, #8470.
19232              The #8353 will not be reapplied at least for now since
19233              the UTF-8 hash keys need more thinking.
19234              (The patches #8347, #8354, #8454, #8473 were okay since they
19235              were original edits made specifically for the 5.6.1-TRIAL1.)
19236      Branch: maint-5.6/perl
19237            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
19238            ! config_h.SH configure.com embed.pl epoc/config.sh hints/aix.sh
19239            ! hints/solaris_2.sh hv.c hv.h malloc.c perlapi.c
19240            ! pod/perlapi.pod pod/perlfaq3.pod proto.h regcomp.c sv.c
19241            ! t/op/each.t vms/descrip_mms.template vos/config.alpha.def
19242            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
19243            ! win32/config.bc win32/config.gc win32/config.vc
19244 ____________________________________________________________________________
19245 [  8535] By: bailey                                on 2001/01/24  06:37:02
19246         Log: SYN SYN
19247      Branch: vmsperl
19248           +> (branch 26 files)
19249           !> (integrate 130 files)
19250 ____________________________________________________________________________
19251 [  8534] By: nick                                  on 2001/01/23  19:30:57
19252         Log: Integrate mainline.
19253      Branch: perlio
19254           !> Changes Configure Porting/Glossary Porting/config.sh
19255           !> Porting/config_H embed.h embed.pl ext/Encode/compile
19256           !> ext/Opcode/Opcode.xs ext/Opcode/Safe.pm installperl objXSUB.h
19257           !> patchlevel.h perlapi.c perly.y pod/perlfunc.pod
19258           !> pod/perlvar.pod proto.h t/lib/1_compile.t
19259 ____________________________________________________________________________
19260 [  8533] By: jhi                                   on 2001/01/23  16:15:46
19261         Log: Forgotten from #8501.
19262      Branch: perl
19263            ! Porting/Glossary Porting/config.sh Porting/config_H
19264 ____________________________________________________________________________
19265 [  8532] By: jhi                                   on 2001/01/23  16:13:27
19266         Log: Subject: RE: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison) 
19267              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
19268              Date: Mon, 22 Jan 2001 17:51:58 +0100
19269              Message-ID: <5930DC161690D21196670090271575470397E915@madt009a.siemens.es>
19270      Branch: perl
19271            ! embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h
19272 ____________________________________________________________________________
19273 [  8531] By: jhi                                   on 2001/01/23  15:46:01
19274         Log: Update Changes.
19275      Branch: perl
19276            ! Changes patchlevel.h
19277 ____________________________________________________________________________
19278 [  8530] By: jhi                                   on 2001/01/23  15:38:39
19279         Log: De-cut-and-pasto.
19280      Branch: perl
19281            ! t/lib/1_compile.t
19282 ____________________________________________________________________________
19283 [  8529] By: jhi                                   on 2001/01/23  15:11:04
19284         Log: Document the mkdir trailing slashes case.
19285      Branch: perl
19286            ! pod/perlfunc.pod
19287 ____________________________________________________________________________
19288 [  8528] By: jhi                                   on 2001/01/23  15:08:28
19289         Log: lib/lib.pm is arch dependent, and lib/lib_pm.PL shouldn't
19290              get installed:
19291              
19292              Subject: lib/lib.pm
19293              From: <abigail@foad.org>
19294              Date: Mon, 28 Aug 2000 20:35:08 -0400
19295              Message-ID: <20000829003508.21281.qmail@foad.org>
19296      Branch: perl
19297            ! installperl
19298 ____________________________________________________________________________
19299 [  8527] By: jhi                                   on 2001/01/23  14:44:04
19300         Log: Metaconfig unit change for #8526.
19301      Branch: metaconfig
19302            ! U/threads/archname.U
19303 ____________________________________________________________________________
19304 [  8526] By: jhi                                   on 2001/01/23  14:43:19
19305         Log: Attach -perlio to the archname if so selected.
19306      Branch: perl
19307            ! Configure
19308 ____________________________________________________________________________
19309 [  8525] By: jhi                                   on 2001/01/23  14:24:01
19310         Log: Subject: [PATCH] pod/perlvar.pod
19311              From: abigail@foad.org
19312              Date: Tue, 23 Jan 2001 01:41:10 +0100
19313              Message-ID: <20010123004110.22259.qmail@foad.org>
19314      Branch: perl
19315            ! pod/perlvar.pod
19316 ____________________________________________________________________________
19317 [  8524] By: jhi                                   on 2001/01/23  14:22:32
19318         Log: A bug introduced in #8217 (the undefined variable in the
19319              lib/safe1_t #3) fixed, by Charles Lane:
19320              
19321              The earlier patch made it so that stuff running in Safe
19322              compartments could do a "caller" and see "main".  That
19323              little change in name is done right before the code in
19324              the compartment is run, and apparantly the parser
19325              was picking up the stash name before it got changed.
19326              
19327              (why it was threaded vs. unthreaded Perl that was sensitive to this
19328              I still don't know...and it probably doesn't matter).
19329              
19330              I tryed removing the stash name-change and saw that threaded Perl
19331              did indeed pass the lib/safe1.t tests.
19332              
19333              So here's a patch; a routine (_safe_pkg_prep) is added to Opcode to
19334              do the name change (and to connect _ in the compartment to the global
19335              _) which is removed from _safe_call_sv.   Then Safe.pm is modified
19336              to call _safe_pkg_prep when creating a new compartment.
19337              
19338              Passes all tests with threaded perl on linux; passes all tests
19339              with unthreaded perl on VMS.
19340              
19341              At some point I'll probably want to revisit Safe and Opcode to
19342              provide more sensible handling of global variables...and to get
19343              formats working in Safe compartments, which they don't do currently.
19344      Branch: perl
19345            ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
19346 ____________________________________________________________________________
19347 [  8523] By: jhi                                   on 2001/01/23  14:11:58
19348         Log: Also the lib/Thread.pm itself needs to be ignored if
19349              the Thread extension hasn't been built.
19350      Branch: perl
19351            ! t/lib/1_compile.t
19352 ____________________________________________________________________________
19353 [  8522] By: jhi                                   on 2001/01/23  13:51:28
19354         Log: print() instead of warn() so that stderr doesn't get
19355              unncessarily polluted.
19356      Branch: perl
19357            ! ext/Encode/compile
19358 ____________________________________________________________________________
19359 [  8521] By: jhi                                   on 2001/01/23  13:49:48
19360         Log: Integrate perlio.
19361      Branch: perl
19362           !> ext/Encode/Encode.xs ext/Encode/Makefile.PL ext/Encode/compile
19363           !> ext/Encode/encode.h
19364 ____________________________________________________________________________
19365 [  8520] By: nick                                  on 2001/01/22  21:44:00
19366         Log: More messing with Encode:
19367              Extra fields in header to allow multiple names and to record
19368              other things "compile" knows.
19369              Re-organise compile to factor out common output routines.
19370      Branch: perlio
19371            ! ext/Encode/Encode.xs ext/Encode/compile ext/Encode/encode.h
19372 ____________________________________________________________________________
19373 [  8519] By: nick                                  on 2001/01/22  20:33:50
19374         Log: Change file-of-files command line from -F to -f to avoid case issues on VMS.
19375      Branch: perlio
19376            ! ext/Encode/Makefile.PL ext/Encode/compile
19377 ____________________________________________________________________________
19378 [  8518] By: nick                                  on 2001/01/22  20:28:13
19379         Log: Integrate mainline
19380      Branch: perlio
19381           !> MANIFEST configure.com epoc/config.sh pp_sys.c regexec.c sv.c
19382           !> vos/config.alpha.def vos/config.alpha.h
19383 ____________________________________________________________________________
19384 [  8517] By: jhi                                   on 2001/01/22  15:37:17
19385         Log: Add sv_force_normal() to sv_utf8_downgrade() as suggested
19386              by Inaba Hiroto.
19387      Branch: perl
19388            ! sv.c
19389 ____________________________________________________________________________
19390 [  8516] By: jhi                                   on 2001/01/22  14:55:15
19391         Log: More SIG_SIZE fixes.
19392      Branch: perl
19393            ! epoc/config.sh vos/config.alpha.def vos/config.alpha.h
19394 ____________________________________________________________________________
19395 [  8515] By: jhi                                   on 2001/01/22  14:50:27
19396         Log: Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
19397              From: "Craig A. Berry" <craigberry@mac.com>
19398              Date: Mon, 22 Jan 2001 00:42:24 -0600
19399              Message-Id: <p04330103b6917f35375b@[172.16.52.1]>
19400      Branch: perl
19401            ! configure.com
19402 ____________________________________________________________________________
19403 [  8514] By: jhi                                   on 2001/01/22  14:31:17
19404         Log: Subject: [PATCH perl@8506] VMS catches up with change #8501
19405              From: "Craig A. Berry" <craigberry@mac.com>
19406              Date: Sun, 21 Jan 2001 23:03:25 -0600
19407              Message-Id: <p04330101b691596f577f@[172.16.52.1]>
19408      Branch: perl
19409            ! configure.com
19410 ____________________________________________________________________________
19411 [  8513] By: jhi                                   on 2001/01/22  14:14:00
19412         Log: Add the .ucm encoding tables to the MANIFEST.
19413      Branch: perl
19414            ! MANIFEST
19415 ____________________________________________________________________________
19416 [  8512] By: jhi                                   on 2001/01/22  13:43:33
19417         Log: Integrate perlio.
19418      Branch: perl
19419           +> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
19420           +> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
19421           +> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
19422           +> ext/Encode/Encode/iso8859-10.ucm
19423           +> ext/Encode/Encode/iso8859-13.ucm
19424           +> ext/Encode/Encode/iso8859-14.ucm
19425           +> ext/Encode/Encode/iso8859-15.ucm
19426           +> ext/Encode/Encode/iso8859-16.ucm
19427           +> ext/Encode/Encode/iso8859-2.ucm
19428           +> ext/Encode/Encode/iso8859-3.ucm
19429           +> ext/Encode/Encode/iso8859-4.ucm
19430           +> ext/Encode/Encode/iso8859-5.ucm
19431           +> ext/Encode/Encode/iso8859-6.ucm
19432           +> ext/Encode/Encode/iso8859-7.ucm
19433           +> ext/Encode/Encode/iso8859-8.ucm
19434           +> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
19435           +> ext/Encode/Encode/symbol.ucm
19436           !> ext/Encode/Makefile.PL ext/Encode/compile lib/open.pm perlio.c
19437           !> perliol.h
19438 ____________________________________________________________________________
19439 [  8511] By: nick                                  on 2001/01/21  23:44:47
19440         Log: Make "real" layers of ":utf8" and ":raw".
19441              So now PERLIO=utf8 perl ...
19442              does what Andreas wanted.
19443              Fix arg passing in open.pm (still have a Carp issue).
19444      Branch: perlio
19445            ! lib/open.pm perlio.c perliol.h
19446 ____________________________________________________________________________
19447 [  8510] By: jhi                                   on 2001/01/21  22:56:53
19448         Log: Document the regex context pushing/popping a bit better.
19449      Branch: perl
19450            ! regexec.c
19451 ____________________________________________________________________________
19452 [  8509] By: jhi                                   on 2001/01/21  22:55:44
19453         Log: Tweak the mkdir trailing slash code some more.
19454              
19455              TO DO: the same handling should probably be done for
19456              all the other filesystem functions that can have directories
19457              as their arguments.
19458      Branch: perl
19459            ! pp_sys.c
19460 ____________________________________________________________________________
19461 [  8508] By: nick                                  on 2001/01/21  21:37:43
19462         Log: Switch "compiled in" encodings to .ucm format.
19463              (Leave others as .enc till we can run-time load .ucm,
19464              or find some other way to load them.)
19465      Branch: perlio
19466            + ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
19467            + ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
19468            + ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
19469            + ext/Encode/Encode/iso8859-10.ucm
19470            + ext/Encode/Encode/iso8859-13.ucm
19471            + ext/Encode/Encode/iso8859-14.ucm
19472            + ext/Encode/Encode/iso8859-15.ucm
19473            + ext/Encode/Encode/iso8859-16.ucm
19474            + ext/Encode/Encode/iso8859-2.ucm
19475            + ext/Encode/Encode/iso8859-3.ucm
19476            + ext/Encode/Encode/iso8859-4.ucm
19477            + ext/Encode/Encode/iso8859-5.ucm
19478            + ext/Encode/Encode/iso8859-6.ucm
19479            + ext/Encode/Encode/iso8859-7.ucm
19480            + ext/Encode/Encode/iso8859-8.ucm
19481            + ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
19482            + ext/Encode/Encode/symbol.ucm
19483            ! ext/Encode/Makefile.PL ext/Encode/compile
19484 ____________________________________________________________________________
19485 [  8507] By: nick                                  on 2001/01/21  21:02:03
19486         Log: Integrate (partial) mainline.
19487      Branch: perlio
19488           !> Changes Configure config_h.SH patchlevel.h pod/perlfaq2.pod
19489           !> sv.c uconfig.h uconfig.sh vos/config.alpha.h vos/config.ga.h
19490           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
19491 ____________________________________________________________________________
19492 [  8506] By: jhi                                   on 2001/01/21  20:09:30
19493         Log: Update Changes.
19494      Branch: perl
19495            ! Changes patchlevel.h
19496 ____________________________________________________________________________
19497 [  8505] By: jhi                                   on 2001/01/21  19:39:59
19498         Log: Subject: Minor typos in perlfaq2.pod
19499              From: "Stephen P. Potter" <spp@spotter.yi.org>
19500              Message-Id: <200101192101.QAA11911@spotter.yi.org>
19501              Date: Fri, 19 Jan 2001 16:01:13 -0500
19502              
19503              with a nit from Philip Netwon.
19504      Branch: perl
19505            ! pod/perlfaq2.pod
19506 ____________________________________________________________________________
19507 [  8504] By: jhi                                   on 2001/01/21  19:33:05
19508         Log: Metaconfig change for #8503.
19509      Branch: metaconfig
19510            ! U/threads/usethreads.U
19511 ____________________________________________________________________________
19512 [  8503] By: jhi                                   on 2001/01/21  19:32:21
19513         Log: Sanity check for conflicting thread flavours.
19514      Branch: perl
19515            ! Configure config_h.SH
19516 ____________________________________________________________________________
19517 [  8502] By: jhi                                   on 2001/01/21  19:23:00
19518         Log: Metaconfig change for #8501.
19519      Branch: metaconfig
19520            ! U/modified/sig_name.U
19521 ____________________________________________________________________________
19522 [  8501] By: jhi                                   on 2001/01/21  19:22:26
19523         Log: The SIG_SIZE is the number of the elements *excluding*
19524              the terminating NULL.
19525      Branch: perl
19526            ! Configure config_h.SH uconfig.h uconfig.sh vos/config.alpha.h
19527            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
19528            ! win32/config_H.vc
19529 ____________________________________________________________________________
19530 [  8500] By: jhi                                   on 2001/01/21  18:31:31
19531         Log: Integrate perlio.
19532      Branch: perl
19533           !> doio.c embed.h embed.pl ext/Encode/Encode.xs
19534           !> ext/Encode/Makefile.PL ext/Encode/compile global.sym objXSUB.h
19535           !> opcode.h opcode.pl opnames.h perlapi.c pp.sym pp_proto.h
19536           !> pp_sys.c proto.h sv.c
19537 ____________________________________________________________________________
19538 [  8499] By: jhi                                   on 2001/01/21  17:43:57
19539         Log: Subject: Re: 8482 busted for $^V sprintf()s on OS/390 
19540              From: Hugo <hv@crypt.compulink.co.uk>
19541              Date: Sun, 21 Jan 2001 13:34:05 +0000
19542              Message-Id: <200101211334.NAA18121@crypt.compulink.co.uk>
19543              
19544              In sprintf UTF8ize only if necessary.
19545      Branch: perl
19546            ! sv.c
19547 ____________________________________________________________________________
19548 [  8498] By: nick                                  on 2001/01/21  16:25:32
19549         Log: Encode cleanup.
19550              Add command line control over "compile" so that Makefile.PL
19551              needs can be combined with other uses.
19552              Use command line options in Makefile.PL.
19553              Fix multi-byte parsing in .ucm files.
19554      Branch: perlio
19555            ! ext/Encode/Makefile.PL ext/Encode/compile
19556 ____________________________________________________________________________
19557 [  8497] By: nick                                  on 2001/01/21  12:56:27
19558         Log: Warn and set errno when open(...,":encoding(xxxxx)",...) cannot find xxxxx.
19559      Branch: perlio
19560            ! ext/Encode/Encode.xs
19561 ____________________________________________________________________________
19562 [  8496] By: nick                                  on 2001/01/21  12:18:45
19563         Log: Fixup after integrate:
19564              missed the .sym files that are changed by regen_headers
19565              sv.c and proto.h disagreed about pTHX_ ness of EXPECT_NUMBER.
19566      Branch: perlio
19567            ! global.sym pp.sym sv.c
19568 ____________________________________________________________________________
19569 [  8495] By: nick                                  on 2001/01/21  11:51:07
19570         Log: Integrate mainline.
19571      Branch: perlio
19572           +> ext/DynaLoader/dl_dllload.xs t/op/qu.t
19573           !> MANIFEST Makefile.SH README.os390 README.posix-bc README.vms
19574           !> embed.h embed.pl ext/DynaLoader/dl_aix.xs
19575           !> ext/DynaLoader/dl_dlopen.xs hints/os390.sh pod/perlfunc.pod
19576           !> pod/perlguts.pod pod/perlop.pod pod/perlre.pod
19577           !> pod/perlretut.pod pod/perlunicode.pod proto.h sv.c
19578           !> win32/Makefile win32/makefile.mk
19579 ____________________________________________________________________________
19580 [  8494] By: jhi                                   on 2001/01/20  23:12:11
19581         Log: Forgot the expect_number() prototype.
19582      Branch: perl
19583            ! embed.h embed.pl proto.h
19584 ____________________________________________________________________________
19585 [  8493] By: jhi                                   on 2001/01/20  22:56:39
19586         Log: Subject: [PATCH: perl@8482] README.vms URL updates
19587              From: Peter Prymmer <pvhp@forte.com>
19588              Date: Fri, 19 Jan 2001 18:59:02 -0800 (PST)
19589              Message-ID: <Pine.OSF.4.10.10101191856510.61572-100000@aspara.forte.com>
19590              
19591              Plus Craig A. Berry's suggestion to use compaq.com instead
19592              of digital.com.
19593      Branch: perl
19594            ! README.vms
19595 ____________________________________________________________________________
19596 [  8492] By: jhi                                   on 2001/01/20  22:50:05
19597         Log: Memory management calls documentation.
19598      Branch: perl
19599            ! pod/perlguts.pod
19600 ____________________________________________________________________________
19601 [  8491] By: jhi                                   on 2001/01/20  22:38:33
19602         Log: Signedness nit plus few memcpy/Copy nits.
19603      Branch: perl
19604            ! sv.c
19605 ____________________________________________________________________________
19606 [  8490] By: jhi                                   on 2001/01/20  22:25:53
19607         Log: Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
19608              From: Peter Prymmer <pvhp@forte.com>
19609              Date: Fri, 19 Jan 2001 18:43:14 -0800 (PST)
19610              Message-ID: <Pine.OSF.4.10.10101191841080.61505-100000@aspara.forte.com>
19611      Branch: perl
19612            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
19613 ____________________________________________________________________________
19614 [  8489] By: jhi                                   on 2001/01/20  22:24:41
19615         Log: Subject: [PATCH: perl@8482] win32 Makefile(s) handle podified READMEs
19616              From: Peter Prymmer <pvhp@forte.com>
19617              Date: Fri, 19 Jan 2001 18:33:43 -0800 (PST)
19618              Message-ID: <Pine.OSF.4.10.10101191828050.61158-100000@aspara.forte.com>
19619      Branch: perl
19620            ! win32/Makefile win32/makefile.mk
19621 ____________________________________________________________________________
19622 [  8488] By: jhi                                   on 2001/01/20  22:22:27
19623         Log: Subject: [PATCH: perl@8482] remove redundant dependencies that are unneeded
19624              From: Peter Prymmer <pvhp@forte.com>
19625              Date: Fri, 19 Jan 2001 18:25:38 -0800 (PST)
19626              Message-ID: <Pine.OSF.4.10.10101191816550.61158-100000@aspara.forte.com>
19627      Branch: perl
19628            ! Makefile.SH
19629 ____________________________________________________________________________
19630 [  8487] By: jhi                                   on 2001/01/20  22:21:18
19631         Log: Subject: [PATCH: perl@8482] partial support for dynaloading on OS/390
19632              From: Peter Prymmer <pvhp@forte.com>
19633              Date: Fri, 19 Jan 2001 18:12:05 -0800 (PST)
19634              Message-ID: <Pine.OSF.4.10.10101191646420.61158-100000@aspara.forte.com>
19635      Branch: perl
19636            + ext/DynaLoader/dl_dllload.xs
19637            ! MANIFEST Makefile.SH hints/os390.sh
19638 ____________________________________________________________________________
19639 [  8486] By: jhi                                   on 2001/01/20  22:17:53
19640         Log: Subject: [PATCH: perl@8482] floating point mangling warnings for README.os390 and README.posix-bc
19641              From: Peter Prymmer <pvhp@forte.com>
19642              Date: Fri, 19 Jan 2001 13:48:15 -0800 (PST)
19643              Message-ID: <Pine.OSF.4.10.10101191347140.59299-100000@aspara.forte.com>
19644      Branch: perl
19645            ! README.os390 README.posix-bc
19646 ____________________________________________________________________________
19647 [  8485] By: jhi                                   on 2001/01/20  20:15:30
19648         Log: Document and test the new qu operator.
19649      Branch: perl
19650            + t/op/qu.t
19651            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
19652            ! pod/perlretut.pod pod/perlunicode.pod
19653 ____________________________________________________________________________
19654 [  8484] By: nick                                  on 2001/01/20  19:42:30
19655         Log: Infrastructure to allow:
19656              open($fh,"|-",@array);
19657              to be implemented
19658              i.e. mark pp_open as needing a stack mark, and make pp_open
19659              process its args in that style (and pass them _all_ to tied handles OPEN).
19660              Invent do_openn() which takes SV ** at allow it to see multiple args.
19661              Note this does not _do_ anything yet.
19662      Branch: perlio
19663            ! doio.c embed.h embed.pl objXSUB.h opcode.h opcode.pl opnames.h
19664            ! perlapi.c pp_proto.h pp_sys.c proto.h
19665 ____________________________________________________________________________
19666 [  8483] By: nick                                  on 2001/01/20  17:23:14
19667         Log: Integrate mainline.
19668      Branch: perlio
19669           !> Changes configure.com patchlevel.h sv.c t/lib/1_compile.t
19670           !> t/op/sprintf.t t/op/ver.t t/pragma/locale.t
19671 ____________________________________________________________________________
19672 [  8482] By: jhi                                   on 2001/01/19  15:37:49
19673         Log: Update Changes.
19674      Branch: perl
19675            ! Changes patchlevel.h
19676 ____________________________________________________________________________
19677 [  8481] By: jhi                                   on 2001/01/19  14:41:24
19678         Log: Subject: Re: new feature: s?printf parameter reordering 
19679              From: Hugo <hv@crypt.compulink.co.uk>
19680              Date: Thu, 11 Jan 2001 17:09:03 +0000
19681              Message-Id: <200101111709.RAA23756@crypt.compulink.co.uk>
19682              
19683              - support reordering for all parameters: %, *v, *, .*
19684              - lay down that the reordering specification must immediately
19685              follow that parameter: %3$, *v3$, *3$, .*3$
19686              - fix vectorisation of a zero-length string
19687              - factor out the code choosing the argument to format
19688              
19689              Possibly unwanted side-effects:
19690              - the special format specifiers ' +-0' must now precede any
19691              vectorisation specifier. Tests in op/sprintf and op/ver
19692              have been changed to reflect this.
19693              - sprintf.t test #214 changed its expectations because in many
19694              cases, the next parameter has already been consumed when an
19695              invalid type letter is detected.
19696              
19697              Probably wanted side-effects:
19698              - attempts to format a non-existent parameter will warn as if C<undef>
19699              - attempt to write to non-existent parameter with '%n' will complain
19700              of "attempt to modify read-only value" instead of being silent
19701      Branch: perl
19702            ! sv.c t/op/sprintf.t t/op/ver.t
19703 ____________________________________________________________________________
19704 [  8480] By: jhi                                   on 2001/01/19  14:08:37
19705         Log: Subject: PATCH pragma/locale.t
19706              From: andreas.koenig@anima.de (Andreas J. Koenig)
19707              Date: 18 Jan 2001 09:45:37 +0100
19708              Message-ID: <m3lms98czy.fsf@ak-71.mind.de>
19709      Branch: perl
19710            ! t/pragma/locale.t
19711 ____________________________________________________________________________
19712 [  8479] By: jhi                                   on 2001/01/19  13:19:58
19713         Log: Add tracing for debugging extensions builds in VMS, from Charles Lane.
19714      Branch: perl
19715            ! configure.com
19716 ____________________________________________________________________________
19717 [  8478] By: jhi                                   on 2001/01/19  02:12:35
19718         Log: Automate 1_compile.t.
19719      Branch: perl
19720            ! t/lib/1_compile.t
19721 ____________________________________________________________________________
19722 [  8477] By: jhi                                   on 2001/01/19  01:49:56
19723         Log: Integrate perlio.
19724      Branch: perl
19725           !> sv.c win32/config.bc win32/config.gc win32/config.vc
19726           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
19727 ____________________________________________________________________________
19728 [  8476] By: nick                                  on 2001/01/18  21:51:52
19729         Log: Integrate mainline
19730      Branch: perlio
19731           +> t/lib/1_compile.t t/lib/compmod.pl
19732           !> MANIFEST configure.com lib/unicode/distinct.pm
19733 ____________________________________________________________________________
19734 [  8475] By: nick                                  on 2001/01/18  21:48:02
19735         Log: Win32 "safe signals" co-existance fix.
19736              Fix SIG_SIZE value.
19737              Clear PL_sig_pending when cloning (fork).
19738      Branch: perlio
19739            ! sv.c win32/config.bc win32/config.gc win32/config.vc
19740            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
19741 ____________________________________________________________________________
19742 [  8474] By: jhi                                   on 2001/01/18  14:40:57
19743         Log: It's Pod::Text::Overstrike, not Pod::Overstrike.
19744      Branch: perl
19745            ! t/lib/1_compile.t
19746 ____________________________________________________________________________
19747 [  8473] By: gsar                                  on 2001/01/18  11:42:31
19748         Log: unsubmitted trial1 change
19749      Branch: maint-5.6/perl
19750            ! Changes
19751 ____________________________________________________________________________
19752 [  8472] By: jhi                                   on 2001/01/18  04:30:24
19753         Log: The first bug found by 1_compile.t.
19754      Branch: perl
19755            ! lib/unicode/distinct.pm
19756 ____________________________________________________________________________
19757 [  8471] By: jhi                                   on 2001/01/18  04:29:42
19758         Log: Add Schwern's 1_compile test.  The compile_module script renamed
19759              to be a bit shorter for the 8.3 people.
19760      Branch: perl
19761            + t/lib/1_compile.t t/lib/compmod.pl
19762            ! MANIFEST
19763 ____________________________________________________________________________
19764 [  8470] By: jhi                                   on 2001/01/18  04:16:00
19765         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)
19766              From: Peter Prymmer <pvhp@forte.com>
19767              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
19768              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
19769              Replace #8463.
19770      Branch: maint-5.6/perl
19771            ! configure.com
19772 ____________________________________________________________________________
19773 [  8469] By: jhi                                   on 2001/01/18  04:13:02
19774         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)
19775              From: Peter Prymmer <pvhp@forte.com>
19776              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
19777              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
19778              Replace #8462.
19779      Branch: perl
19780            ! configure.com
19781 ____________________________________________________________________________
19782 [  8468] By: jhi                                   on 2001/01/18  03:42:08
19783         Log: Integrate perlio.
19784      Branch: perl
19785           !> gv.c mg.c perlio.c util.c
19786 ____________________________________________________________________________
19787 [  8467] By: nick                                  on 2001/01/17  22:41:10
19788         Log: "Safe" signals - trial implementation.
19789              gv.c tweaked to zero PL_sig_pend array
19790              perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
19791              util.c tweaked to not set SA_RESTART to give perlio.c a chance.
19792              Odd thing is that it "works" with PERLIO=stdio as well (linux).
19793      Branch: perlio
19794            ! gv.c mg.c perlio.c util.c
19795 ____________________________________________________________________________
19796 [  8466] By: nick                                  on 2001/01/17  20:40:20
19797         Log: Integrate mainline.
19798      Branch: perlio
19799           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
19800           !> config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
19801           !> pp.c pp_sys.c sv.c t/op/int.t uconfig.h uconfig.sh
19802           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
19803           !> vos/config.ga.h win32/config.bc win32/config.gc
19804           !> win32/config.vc
19805 ____________________________________________________________________________
19806 [  8465] By: jhi                                   on 2001/01/17  18:37:13
19807         Log: Subject: [PATCH] Re: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
19808              From: Nicholas Clark <nick@ccl4.org>
19809              Date: Wed, 17 Jan 2001 17:31:33 +0000
19810              Message-ID: <20010117173133.I2633@plum.flirble.org>
19811      Branch: perl
19812            ! t/op/int.t
19813 ____________________________________________________________________________
19814 [  8464] By: jhi                                   on 2001/01/17  14:43:17
19815         Log: Subject: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
19816              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
19817              Date: Wed, 17 Jan 2001 15:16:43 +0100
19818              Message-ID: <5930DC161690D2119667009027157547038C8A85@madt009a.siemens.es> 
19819              
19820              pp_int() was dropping an NV to the floor,
19821              int(279964589018079/59) either returned not an integer
19822              4745162525730.15, or one got "Attempt to free unreferenced scalar."
19823      Branch: perl
19824            ! pp.c
19825 ____________________________________________________________________________
19826 [  8463] By: jhi                                   on 2001/01/17  06:12:42
19827         Log: (Replaced by #8470)
19828              
19829              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)
19830              From: "Craig A. Berry" <craigberry@mac.com>
19831              Date: Tue, 16 Jan 2001 23:38:46 -0600
19832              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
19833      Branch: maint-5.6/perl
19834            ! configure.com
19835 ____________________________________________________________________________
19836 [  8462] By: jhi                                   on 2001/01/17  06:11:31
19837         Log: (Replaced by #8469)
19838              
19839              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)
19840              From: "Craig A. Berry" <craigberry@mac.com>
19841              Date: Tue, 16 Jan 2001 23:38:46 -0600
19842              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
19843      Branch: perl
19844            ! configure.com
19845 ____________________________________________________________________________
19846 [  8461] By: jhi                                   on 2001/01/17  05:56:12
19847         Log: Allow for one trailing slash in the directory of mkdir().
19848      Branch: perl
19849            ! pp_sys.c
19850 ____________________________________________________________________________
19851 [  8460] By: jhi                                   on 2001/01/17  03:26:01
19852         Log: Metaconfig unit changes for #8459.
19853      Branch: metaconfig
19854            ! U/modified/Loc.U U/modified/sig_name.U
19855 ____________________________________________________________________________
19856 [  8459] By: jhi                                   on 2001/01/17  03:24:48
19857         Log: Define SIG_SIZE, the number of elements in the sig_name and
19858              sig_num arrays, including the final NULL entry.
19859      Branch: perl
19860            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
19861            ! config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
19862            ! sv.c uconfig.h uconfig.sh vos/config.alpha.def
19863            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
19864            ! win32/config.bc win32/config.gc win32/config.vc
19865 ____________________________________________________________________________
19866 [  8458] By: jhi                                   on 2001/01/17  01:41:33
19867         Log: Integrate perlio.
19868      Branch: perl
19869           !> embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
19870           !> perlapi.h proto.h sv.c
19871 ____________________________________________________________________________
19872 [  8457] By: nick                                  on 2001/01/16  22:07:26
19873         Log: Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.
19874              Provides all the "cost" but no benefit yet - it is to allow cost
19875              to be measured, and implementation experiments (just in mg.c?).
19876      Branch: perlio
19877            ! embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
19878            ! perlapi.h proto.h sv.c
19879 ____________________________________________________________________________
19880 [  8456] By: nick                                  on 2001/01/16  21:07:07
19881         Log: Integrate mainline.
19882      Branch: perlio
19883           !> (integrate 51 files)
19884 ____________________________________________________________________________
19885 [  8455] By: jhi                                   on 2001/01/16  18:13:43
19886         Log: Subject: [PATCH] regcomp.c old feature removal
19887              From: mjd@plover.com
19888              Date: 16 Jan 2001 14:43:18 -0000 
19889              Message-ID: <20010116144318.7140.qmail@plover.com> 
19890      Branch: perl
19891            ! regcomp.c
19892 ____________________________________________________________________________
19893 [  8454] By: jhi                                   on 2001/01/16  16:12:39
19894         Log: Subject: [PATCH: perl-5.6.1-TRIAL1] Win32 Makefile fixes - v2
19895              From: "Indy Singh" <indy@nusphere.com>
19896              Date: Wed, 10 Jan 2001 20:17:49 -0500
19897              Message-ID: <003001c07b6c$524630b0$00957018@roadhog>
19898      Branch: maint-5.6/perl
19899            ! win32/Makefile
19900 ____________________________________________________________________________
19901 [  8453] By: jhi                                   on 2001/01/16  16:09:33
19902         Log: Update Changes.
19903      Branch: perl
19904            ! Changes patchlevel.h
19905 ____________________________________________________________________________
19906 [  8452] By: jhi                                   on 2001/01/16  15:42:04
19907         Log: Subject: Re: API Cleanup
19908              To: perl5-porters@perl.org
19909              Date: Tue, 16 Jan 2001 13:42:30 +0000
19910              Message-ID: <20010116134230.A13420@pembro26.pmb.ox.ac.uk>
19911              
19912              Subject: [PATCH] utf8.c documentation
19913              From: Simon Cozens <simon@cozens.net>
19914              Date: Tue, 16 Jan 2001 13:52:48 +0000
19915              Message-ID: <20010116135248.A13496@pembro26.pmb.ox.ac.uk>
19916              
19917              Subject: Re: API Cleanup
19918              From: Simon Cozens <simon@cozens.net>
19919              Date: Tue, 16 Jan 2001 14:58:55 +0000
19920              Message-ID: <20010116145855.A13794@pembro26.pmb.ox.ac.uk>
19921              
19922              UTF-8 doc patches.
19923      Branch: perl
19924            ! embed.pl pod/perlapi.pod utf8.c
19925 ____________________________________________________________________________
19926 [  8451] By: jhi                                   on 2001/01/16  14:41:39
19927         Log: podlators 1.07, from Russ Allbery.
19928      Branch: perl
19929            ! lib/Pod/Man.pm
19930 ____________________________________________________________________________
19931 [  8450] By: jhi                                   on 2001/01/16  14:24:19
19932         Log: Subject: [PATCH: perl@8429] Win32 Makefile fixes
19933              From: "Indy Singh" <indy@nusphere.com>
19934              Date: Mon, 15 Jan 2001 20:59:40 -0500
19935              Message-ID: <07be01c07f5f$fdadf270$d24b7018@cr637287a>
19936      Branch: perl
19937            ! win32/Makefile
19938 ____________________________________________________________________________
19939 [  8449] By: jhi                                   on 2001/01/16  03:42:55
19940         Log: Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
19941              at the setting of the ofs_sv in new_struct_thread() as the
19942              thr->Tofs_sv (PL_ofs_sv) was still 0xabab...., SvREFCNT_inc()ing
19943              that invited a core dump.
19944      Branch: perl
19945            ! util.c
19946 ____________________________________________________________________________
19947 [  8448] By: jhi                                   on 2001/01/16  01:49:07
19948         Log: Subject: [PATCH #3 @8436] Re: Eliminate op_children
19949              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
19950              Date: Mon, 15 Jan 2001 17:14:37 -0800 (PST)
19951              Message-ID: <14947.40656.841280.551785@soda.csua.berkeley.edu>
19952              
19953              Replace #8444 and #8445.
19954      Branch: perl
19955            ! ext/B/B.xs ext/B/B/Debug.pm
19956 ____________________________________________________________________________
19957 [  8447] By: jhi                                   on 2001/01/15  21:05:35
19958         Log: Subject: [PATCH] API Variable documentation   
19959              From: Simon Cozens <simon@cozens.net>
19960              Date: Mon, 15 Jan 2001 19:35:54 +0000
19961              Message-ID: <20010115193554.A9919@pembro26.pmb.ox.ac.uk> 
19962      Branch: perl
19963            ! pod/perlapi.pod thrdvar.h
19964 ____________________________________________________________________________
19965 [  8446] By: jhi                                   on 2001/01/15  20:49:20
19966         Log: Signedness nit.
19967      Branch: perl
19968            ! pp_ctl.c
19969 ____________________________________________________________________________
19970 [  8445] By: jhi                                   on 2001/01/15  20:28:48
19971         Log: (Replaced by #8448)  More op_children traces (cleanup of #8442).
19972      Branch: perl
19973            ! ext/B/B/Debug.pm
19974 ____________________________________________________________________________
19975 [  8444] By: jhi                                   on 2001/01/15  13:09:10
19976         Log: (Replaced by #8448)  Traces of op_children (cleanup of #8442)
19977      Branch: perl
19978            ! ext/B/B.xs
19979 ____________________________________________________________________________
19980 [  8443] By: jhi                                   on 2001/01/15  13:06:26
19981         Log: Missing from #8439.
19982      Branch: perl
19983            ! keywords.h mg.c
19984 ____________________________________________________________________________
19985 [  8442] By: jhi                                   on 2001/01/15  13:02:38
19986         Log: Subject: [PATCH @8436] Eliminate op_children
19987              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
19988              Date: Sun, 14 Jan 2001 03:00:13 -0800 (PST)
19989              Message-ID: <14945.32919.44271.685122@soda.csua.berkeley.edu>
19990              
19991              Subject: [PATCH @8436] Re: Eliminate op_children
19992              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
19993              Date: Sun, 14 Jan 2001 03:23:56 -0800 (PST)
19994              Message-ID: <14945.35680.571387.810763@soda.csua.berkeley.edu>
19995      Branch: perl
19996            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
19997            ! ext/B/B/C.pm ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
19998            ! op.c op.h
19999 ____________________________________________________________________________
20000 [  8441] By: jhi                                   on 2001/01/15  12:57:08
20001         Log: Use the /^Perl_/-less form of is_lvalue_sub().
20002      Branch: perl
20003            ! pp.h
20004 ____________________________________________________________________________
20005 [  8440] By: jhi                                   on 2001/01/15  05:13:09
20006         Log: Revert #8437 and #8438, the Linux large files story is more complex.
20007      Branch: metaconfig/U/perl
20008            ! d_fpos64_t.U d_off64_t.U
20009      Branch: perl
20010            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
20011            ! config_h.SH configure.com epoc/config.sh perl.h
20012            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
20013            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
20014            ! win32/config.bc win32/config.gc win32/config.vc
20015 ____________________________________________________________________________
20016 [  8439] By: jhi                                   on 2001/01/15  05:02:24
20017         Log: More UTF-8 patches from Inaba Hiroto.
20018              - The substr lval was still not okay.
20019              - Now pp_stringify and sv_setsv copies source's UTF8 flag
20020              even if IN_BYTE.  pp_stringify is called from fold_constants
20021              at optimization phase and "\x{100}" was made SvUTF8_off under
20022              use bytes (the bytes pragma is for "byte semantics" and not
20023              for "do not produce UTF8 data")
20024              - New `qu' operator to generate UTF8 string explicitly.
20025              Though I agree with the policy "0x00-0xff always produce bytes",
20026              sometimes want to such a string to be coded in UTF8.
20027              I can use pack"U0a*" but it requires more typing and has
20028              runtime overhead.
20029              - Fix pp_regcomp bug uncovered by "0x00-0xff always produce bytes"
20030              change, the bug apears if a pm has PMdf_UTF8 flag but interpolated
20031              string is not UTF8_on and has char 0x80-0xff.
20032              
20033              TODO: document and test qu.
20034      Branch: perl
20035            ! keywords.h keywords.pl mg.c pp.c pp_ctl.c pp_hot.c sv.c
20036            ! t/lib/charnames.t t/op/length.t t/op/substr.t t/pragma/utf8.t
20037            ! toke.c
20038 ____________________________________________________________________________
20039 [  8438] By: jhi                                   on 2001/01/14  05:10:23
20040         Log: Metaconfig unit changes for #8437.
20041      Branch: metaconfig/U/perl
20042            ! d_fpos64_t.U d_off64_t.U
20043 ____________________________________________________________________________
20044 [  8437] By: jhi                                   on 2001/01/14  04:55:34
20045         Log: Add <features.h> probing, seems to be needed for (some?)
20046              Linux largefileness.
20047      Branch: perl
20048            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
20049            ! config_h.SH configure.com epoc/config.sh perl.h
20050            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
20051            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
20052            ! win32/config.bc win32/config.gc win32/config.vc
20053 ____________________________________________________________________________
20054 [  8436] By: jhi                                   on 2001/01/13  17:47:21
20055         Log: Tighten some of the tests a bit.
20056      Branch: perl
20057            ! t/pragma/utf8.t
20058 ____________________________________________________________________________
20059 [  8435] By: jhi                                   on 2001/01/13  17:31:54
20060         Log: Integrate perlio.
20061      Branch: perl
20062           !> ext/Encode/Makefile.PL ext/Encode/compile win32/config_H.bc
20063           !> win32/config_H.gc win32/config_H.vc
20064 ____________________________________________________________________________
20065 [  8434] By: nick                                  on 2001/01/13  11:36:53
20066         Log: Run dmake regen_config_h for Win32
20067      Branch: perlio
20068            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
20069 ____________________________________________________________________________
20070 [  8433] By: nick                                  on 2001/01/13  11:31:55
20071         Log: VMS friendly patch to Encode compile process
20072      Branch: perlio
20073            ! ext/Encode/Makefile.PL ext/Encode/compile
20074 ____________________________________________________________________________
20075 [  8432] By: nick                                  on 2001/01/13  11:06:44
20076         Log: Integrate mainline
20077      Branch: perlio
20078           +> ext/B/B/Concise.pm
20079           !> (integrate 52 files)
20080 ____________________________________________________________________________
20081 [  8431] By: jhi                                   on 2001/01/13  05:55:55
20082         Log: Subject: [PATCH @8429] Re: B::Concise -- an improved replacement for B::Terse
20083              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
20084              Date: Fri, 12 Jan 2001 21:45:17 -0800 (PST)
20085              Message-ID: <14943.59712.993695.180189@soda.csua.berkeley.edu>
20086      Branch: perl
20087            ! ext/B/B/Concise.pm
20088 ____________________________________________________________________________
20089 [  8430] By: jhi                                   on 2001/01/13  04:24:18
20090         Log: The LVRET macro needed an aTHX.
20091      Branch: perl
20092            ! pp.h
20093 ____________________________________________________________________________
20094 [  8429] By: jhi                                   on 2001/01/13  02:12:42
20095         Log: Update Changes.
20096      Branch: perl
20097            ! Changes patchlevel.h
20098 ____________________________________________________________________________
20099 [  8428] By: jhi                                   on 2001/01/13  02:08:50
20100         Log: Subject: Re: [PATCH: perl@8342]  lib/bigfloat.t FAILED at test 351
20101              From: Peter Prymmer <pvhp@forte.com>
20102              Date: Fri, 12 Jan 2001 16:27:36 -0800 (PST)
20103              Message-ID: <Pine.OSF.4.10.10101121623130.478096-100000@aspara.forte.com>
20104              
20105              Add a BEGIN guard for sloppy floating point division.
20106      Branch: perl
20107            ! lib/Math/BigInt.pm lib/bigint.pl
20108 ____________________________________________________________________________
20109 [  8427] By: jhi                                   on 2001/01/13  01:47:16
20110         Log: The B::Terse drop-in replacement wasn't quite drop-in.
20111      Branch: perl
20112            ! ext/B/B/Terse.pm
20113 ____________________________________________________________________________
20114 [  8426] By: jhi                                   on 2001/01/12  21:20:43
20115         Log: Use UVXf.
20116      Branch: perl
20117            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
20118            ! config_h.SH configure.com epoc/config.sh sv.c uconfig.h
20119            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
20120            ! vos/config.ga.def vos/config.ga.h win32/config.bc
20121            ! win32/config.gc win32/config.vc
20122 ____________________________________________________________________________
20123 [  8425] By: jhi                                   on 2001/01/12  20:20:14
20124         Log: Subject: [PATCH perl@8342] -Wformat
20125              From: Robin Barker <rmb1@cise.npl.co.uk>
20126              Date: Fri, 12 Jan 2001 20:03:14 GMT
20127              Message-Id: <200101122003.UAA29599@tempest.npl.co.uk>
20128      Branch: perl
20129            ! ext/Encode/Encode.xs mg.c sv.c toke.c
20130 ____________________________________________________________________________
20131 [  8424] By: jhi                                   on 2001/01/12  20:01:48
20132         Log: Subject: B::Concise -- an improved replacement for B::Terse 
20133              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
20134              Date: Sat,  6 Jan 2001 20:18:05 -0800 (PST)
20135              Message-ID: <14935.43597.962940.803717@soda.csua.berkeley.edu>
20136      Branch: perl
20137            + ext/B/B/Concise.pm
20138            ! MANIFEST ext/B/B/Terse.pm
20139 ____________________________________________________________________________
20140 [  8423] By: jhi                                   on 2001/01/12  19:24:02
20141         Log: The new metaconfig unit from the #8421.
20142      Branch: metaconfig/U/perl
20143            + d_sigprocmask.U
20144 ____________________________________________________________________________
20145 [  8422] By: jhi                                   on 2001/01/12  19:23:43
20146         Log: Forgot the microperl config from the #8421.
20147      Branch: perl
20148            ! uconfig.h uconfig.sh
20149 ____________________________________________________________________________
20150 [  8421] By: jhi                                   on 2001/01/12  19:05:27
20151         Log: Add sigprocmask() probe, regen Configure, regen toc.
20152      Branch: perl
20153            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
20154            ! config_h.SH configure.com epoc/config.sh mg.c pod/perltoc.pod
20155            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
20156            ! vos/config.ga.h win32/config.bc win32/config.gc
20157            ! win32/config.vc
20158 ____________________________________________________________________________
20159 [  8420] By: jhi                                   on 2001/01/12  18:34:31
20160         Log: Add sockatmark() to the todo list.
20161      Branch: perl
20162            ! Todo-5.6
20163 ____________________________________________________________________________
20164 [  8419] By: jhi                                   on 2001/01/12  18:09:46
20165         Log: Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
20166      Branch: perl
20167            ! op.c
20168 ____________________________________________________________________________
20169 [  8418] By: jhi                                   on 2001/01/12  18:05:30
20170         Log: Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
20171              From: Radu Greab <radu@netsoft.ro>
20172              Message-ID: <14943.15321.515713.119805@ix.netsoft.ro>
20173              Date: Fri, 12 Jan 2001 19:16:09 +0200 (EET)
20174      Branch: perl
20175            ! op.c t/pragma/sub_lval.t
20176 ____________________________________________________________________________
20177 [  8417] By: jhi                                   on 2001/01/12  16:09:09
20178         Log: Subject: [PATCH @8404] Consolidated lvalue sub changes
20179              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
20180              Date: Wed, 10 Jan 2001 21:36:51 -0800 (PST)
20181              Message-ID: <14941.16925.736415.785818@soda.csua.berkeley.edu>
20182      Branch: perl
20183            ! doop.c embed.h embed.pl op.c op.h opcode.h opcode.pl
20184            ! pod/perldiag.pod pod/perlintern.pod pod/perlsub.pod pp.c pp.h
20185            ! pp.sym pp_ctl.c pp_hot.c pp_proto.h proto.h t/lib/b.t
20186            ! t/pragma/sub_lval.t toke.c
20187 ____________________________________________________________________________
20188 [  8416] By: jhi                                   on 2001/01/12  15:42:06
20189         Log: Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
20190              From: "Richard Soderberg" <rs@crystalflame.net>
20191              Date: Fri, 12 Jan 2001 04:49:35 -0800
20192              Message-ID: <NAEKLNAAHLMBPMPNBMLEAELDCKAA.rs@crystalflame.net>
20193              
20194              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
20195              according to the platform.
20196      Branch: perl
20197            ! op.c
20198 ____________________________________________________________________________
20199 [  8415] By: jhi                                   on 2001/01/12  15:33:41
20200         Log: One more UTF-8 fix from Inaba Hiroto.
20201      Branch: perl
20202            ! pp.c regexec.c t/pragma/utf8.t
20203 ____________________________________________________________________________
20204 [  8414] By: jhi                                   on 2001/01/12  15:30:18
20205         Log: Mea culpa: I botched up Hugo's "Tw" bug fix when applying it.
20206      Branch: perl
20207            ! regexec.c
20208 ____________________________________________________________________________
20209 [  8413] By: jhi                                   on 2001/01/12  15:22:10
20210         Log: Subject: [Patch perl@8375] pragma/subs.t ......FAILED tests 1-2 using Bison's parser
20211              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
20212              Date: Thu, 11 Jan 2001 12:53:36 +0100
20213              Message-ID: <5930DC161690D2119667009027157547038123E1@madt009a.siemens.es>
20214      Branch: perl
20215            ! toke.c
20216 ____________________________________________________________________________
20217 [  8412] By: jhi                                   on 2001/01/12  15:20:25
20218         Log: Subject: [PATCH: perl@8342] updates to posix-bc hints file
20219              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
20220              Date: Fri, 12 Jan 2001 14:37:55 +0100
20221              Message-ID: <5930DC161690D21196670090271575470384E3FC@madt009a.siemens.es>
20222      Branch: perl
20223            ! hints/posix-bc.sh
20224 ____________________________________________________________________________
20225 [  8411] By: jhi                                   on 2001/01/12  15:14:14
20226         Log: Subject: [PATCH: perl@8342]  op/regmesg FAILED at test 33 on EBCDIC machines
20227              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
20228              Date: Fri, 12 Jan 2001 10:42:21 +0100
20229              Message-ID: <5930DC161690D211966700902715754703812F33@madt009a.siemens.es>
20230      Branch: perl
20231            ! t/op/regmesg.t
20232 ____________________________________________________________________________
20233 [  8410] By: jhi                                   on 2001/01/12  05:48:55
20234         Log: Subject: Re: [ID 20010101.004] Not OK: perl v5.7.0 +DEVEL8268 on i586-linux-64int-ld 2.2.17-21mdk (UNINSTALLED)
20235              From: Nicholas Clark <nick@ccl4.org> 
20236              Date: Sun, 7 Jan 2001 19:47:14 +0000
20237              Message-ID: <20010107194714.B1048@plum.flirble.org>
20238      Branch: perl
20239            ! t/op/numconvert.t
20240 ____________________________________________________________________________
20241 [  8409] By: jhi                                   on 2001/01/12  05:41:28
20242         Log: Integrate perlio.
20243      Branch: perl
20244           !> mg.c scope.h
20245 ____________________________________________________________________________
20246 [  8408] By: nick                                  on 2001/01/11  22:43:28
20247         Log: Remove variables that were used in experiments.
20248      Branch: perlio
20249            ! mg.c
20250 ____________________________________________________________________________
20251 [  8407] By: nick                                  on 2001/01/11  20:57:44
20252         Log: Catch die in %SIG handler and unblock the signal before re-dying.
20253              This make Linux work _without_ sigsetjmp().
20254              Turn off sigsetjmp() to see what else it does.
20255              May need Configure probe for sigprocmask() if anything has sigaction()
20256              but not sigprocmask().
20257      Branch: perlio
20258            ! mg.c scope.h
20259 ____________________________________________________________________________
20260 [  8406] By: nick                                  on 2001/01/11  19:32:07
20261         Log: Integrate mainline
20262      Branch: perlio
20263           !> Changes ext/IO/lib/IO/Socket/INET.pm ext/Socket/Socket.pm mg.c
20264           !> patchlevel.h perl.h regexec.c t/op/re_tests t/op/split.t
20265           !> t/op/substr.t
20266 ____________________________________________________________________________
20267 [  8405] By: jhi                                   on 2001/01/11  17:11:01
20268         Log: Fix UTF-8 lval substr().
20269      Branch: perl
20270            ! mg.c t/op/substr.t
20271 ____________________________________________________________________________
20272 [  8404] By: jhi                                   on 2001/01/11  05:13:58
20273         Log: Update Changes.
20274      Branch: perl
20275            ! Changes patchlevel.h
20276 ____________________________________________________________________________
20277 [  8403] By: jhi                                   on 2001/01/11  04:38:24
20278         Log: Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
20279              From: Hugo <hv@crypt.compulink.co.uk>
20280              Date: Mon, 30 Oct 2000 01:33:26 +0000
20281              Message-Id: <200010300133.BAA10390@crypt.compulink.co.uk>
20282      Branch: perl
20283            ! regexec.c t/op/re_tests
20284 ____________________________________________________________________________
20285 [  8402] By: jhi                                   on 2001/01/11  04:26:12
20286         Log: Integrate perlio.
20287      Branch: perl
20288           !> scope.h util.c
20289 ____________________________________________________________________________
20290 [  8401] By: nick                                  on 2001/01/10  22:52:55
20291         Log: Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
20292              (So Alan and Ilya can try setting via hints.)
20293              Verified Linux "works" with it true and fails to re-enable SIGINT if false.
20294              Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
20295              doing the save everywhere seems to restart read() correctly, but just
20296              doing it once "round" the handler does not.
20297      Branch: perlio
20298            ! scope.h
20299 ____________________________________________________________________________
20300 [  8400] By: jhi                                   on 2001/01/10  21:57:54
20301         Log: Not defining PERL_PRESERVE_IVUV fixes only the op/inc problem
20302              of IRIX, HP-UX is unaffected.
20303      Branch: perl
20304            ! perl.h
20305 ____________________________________________________________________________
20306 [  8399] By: nick                                  on 2001/01/10  21:29:19
20307         Log: Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
20308      Branch: perlio
20309            ! util.c
20310 ____________________________________________________________________________
20311 [  8398] By: jhi                                   on 2001/01/10  20:55:31
20312         Log: Add ReuseAddr as a (preferred) alias for Reuse as we now
20313              also have ReusePort.
20314      Branch: perl
20315            ! ext/IO/lib/IO/Socket/INET.pm
20316 ____________________________________________________________________________
20317 [  8397] By: jhi                                   on 2001/01/10  20:50:57
20318         Log: Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
20319              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
20320              Date: Wed, 10 Jan 2001 01:38:13 -0800
20321              Message-ID: <20010110013813.B41744@yahoo-inc.com>
20322      Branch: perl
20323            ! ext/IO/lib/IO/Socket/INET.pm
20324 ____________________________________________________________________________
20325 [  8396] By: jhi                                   on 2001/01/10  20:49:30
20326         Log: Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for better multicast support (resend)
20327              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
20328              Date: Wed, 10 Jan 2001 01:37:32 -0800
20329              Message-ID: <20010110013732.A41744@yahoo-inc.com>
20330      Branch: perl
20331            ! ext/Socket/Socket.pm
20332 ____________________________________________________________________________
20333 [  8395] By: jhi                                   on 2001/01/10  20:41:37
20334         Log: Test for bug id 20010105.016 (fixed by #8378).
20335      Branch: perl
20336            ! t/op/split.t
20337 ____________________________________________________________________________
20338 [  8394] By: jhi                                   on 2001/01/10  20:26:32
20339         Log: Integrate perlio.
20340      Branch: perl
20341            ! util.c
20342 ____________________________________________________________________________
20343 [  8393] By: nick                                  on 2001/01/10  19:34:30
20344         Log: Back out Simon's pid hackery for now.
20345      Branch: perlio
20346            ! util.c
20347 ____________________________________________________________________________
20348 [  8392] By: nick                                  on 2001/01/10  19:23:13
20349         Log: Integrate mainline. (Builds but does not work - something broke pipes...)
20350      Branch: perlio
20351           !> (integrate 29 files)
20352 ____________________________________________________________________________
20353 [  8391] By: jhi                                   on 2001/01/10  18:43:15
20354         Log: Subject: [PATCH] Fix my_pclose segfault
20355              From: Simon Cozens <simon@cozens.net>
20356              Date: Wed, 10 Jan 2001 18:39:35 +0000
20357              Message-ID: <20010110183934.A25640@pembro26.pmb.ox.ac.uk>
20358      Branch: perl
20359            ! util.c
20360 ____________________________________________________________________________
20361 [  8390] By: jhi                                   on 2001/01/10  18:42:08
20362         Log: Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
20363              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
20364              Date:     Wed, 10 Jan 2001 13:23:02 EST
20365              Message-Id: <010110132245.8129a@DUPHY4.Physics.Drexel.Edu>
20366      Branch: perl
20367            ! ext/Opcode/Opcode.xs
20368 ____________________________________________________________________________
20369 [  8389] By: jhi                                   on 2001/01/10  15:16:07
20370         Log: Turn off the integer preservation for now.
20371      Branch: perl
20372            ! perl.h
20373 ____________________________________________________________________________
20374 [  8388] By: jhi                                   on 2001/01/10  15:01:25
20375         Log: Few more IDE/editor nits from p5p.
20376      Branch: perl
20377            ! pod/perlfaq3.pod
20378 ____________________________________________________________________________
20379 [  8387] By: jhi                                   on 2001/01/10  06:53:16
20380         Log: Subject: Re: [ID 20010109.003] Patch 8138 broke a test in libwww
20381              To: "Andreas J. Koenig" <andreas.koenig@anima.de>
20382              Date: Tue, 9 Jan 2001 23:16:02 +0000
20383              Message-ID: <20010109231602.A81101@plum.flirble.org>
20384      Branch: perl
20385            ! sv.c
20386 ____________________________________________________________________________
20387 [  8386] By: jhi                                   on 2001/01/10  03:17:54
20388         Log: Test cases for #8385 (from Simon's "torture.pl")
20389      Branch: perl
20390            ! t/op/tr.t
20391 ____________________________________________________________________________
20392 [  8385] By: jhi                                   on 2001/01/10  03:17:11
20393         Log: Subject: Re: more UTF8 test suites and an UTF8 patch
20394              From: Inaba Hiroto <inaba@sdd.tokyo-sc.toshiba.co.jp>
20395              Date: Wed, 10 Jan 2001 11:39:39 +0900
20396              Message-Id: <10101100239.AA10002@tux0017.sdd.tokyo-sc.toshiba.co.jp>
20397              
20398              Some more UTF-8 tr cases fixed.
20399      Branch: perl
20400            ! doop.c
20401 ____________________________________________________________________________
20402 [  8384] By: jhi                                   on 2001/01/09  22:45:40
20403         Log: Allow the locale test needing POSIX and the taint test
20404              needing IPC::SysV to run under 'minitest' (basically,
20405              bail out if loading the extension fails)
20406      Branch: perl
20407            ! t/op/misc.t t/op/taint.t
20408 ____________________________________________________________________________
20409 [  8383] By: jhi                                   on 2001/01/09  21:36:04
20410         Log: Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
20411              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
20412              Date: Tue,  9 Jan 2001 13:33:22 -0800 (PST)
20413              Message-ID: <14939.33475.474459.147429@soda.csua.berkeley.edu>
20414      Branch: perl
20415            ! t/io/openpid.t
20416 ____________________________________________________________________________
20417 [  8382] By: jhi                                   on 2001/01/09  21:06:08
20418         Log: save_delete(), err, SAVEDELETE() fixes from Charles Lane.
20419              Should finish up the bug id 20001205.022.
20420      Branch: perl
20421            ! pp.c pp_hot.c scope.c
20422 ____________________________________________________________________________
20423 [  8381] By: jhi                                   on 2001/01/09  18:27:43
20424         Log: Subject: Re: [PATCH: perl@8342] comp/proto..........FAILED tests 112-123
20425              From: Andy Dougherty <doughera@lafayette.edu>
20426              Date: Tue, 9 Jan 2001 12:11:16 -0500 (EST)
20427              Message-ID: <Pine.SOL.4.10.10101091144440.13124-100000@maxwell.phys.lafayette.edu>
20428              
20429              More robust yacc/bison error detection.
20430      Branch: perl
20431            ! t/comp/proto.t
20432 ____________________________________________________________________________
20433 [  8380] By: jhi                                   on 2001/01/09  15:21:38
20434         Log: Subject:  [PATCH] make t/op/misc.t work on VMS
20435              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
20436              Date:     Tue, 9 Jan 2001 07:53:55 EST
20437              Message-Id: <010109075323.91c8f@DUPHY4.Physics.Drexel.Edu> 
20438      Branch: perl
20439            ! t/op/misc.t vms/test.com
20440 ____________________________________________________________________________
20441 [  8379] By: jhi                                   on 2001/01/09  15:20:38
20442         Log: Subject: [ID 20001230.003] UTF-8 tr still hurts
20443              From: jhi@cc.hut.fi
20444              Date: Sat, 30 Dec 2000 22:57:32 +0200 (EET)
20445              Message-Id: <200012302057.WAA31168@alpha.hut.fi>
20446              
20447              The #8378 fixed this.
20448      Branch: perl
20449            ! t/op/tr.t
20450 ____________________________________________________________________________
20451 [  8378] By: jhi                                   on 2001/01/09  15:05:32
20452         Log: Subject: One more patch for UTF8 
20453              From: Inaba Hiroto <inaba@st.rim.or.jp>
20454              Date: Tue, 09 Jan 2001 01:04:32 +0900
20455              Message-ID: <3A59E510.52BAB5B9@st.rim.or.jp>
20456              
20457              UTF-8 fixes for 'x' and tr///.
20458      Branch: perl
20459            ! doop.c embed.h embed.pl op.c pod/perlapi.pod pp.c proto.h
20460            ! regcomp.c regexec.c toke.c utf8.c
20461 ____________________________________________________________________________
20462 [  8377] By: jhi                                   on 2001/01/09  14:32:17
20463         Log: Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
20464      Branch: perl
20465            ! t/op/length.t
20466 ____________________________________________________________________________
20467 [  8376] By: jhi                                   on 2001/01/09  04:32:32
20468         Log: integrate changes #7775, #8316, #8316 from mainline
20469      Branch: maint-5.6/perl
20470            ! hints/solaris_2.sh
20471 ____________________________________________________________________________
20472 [  8375] By: jhi                                   on 2001/01/09  04:26:43
20473         Log: Update Changes.
20474      Branch: perl
20475            ! Changes patchlevel.h
20476 ____________________________________________________________________________
20477 [  8374] By: jhi                                   on 2001/01/09  04:14:32
20478         Log: IDE/editor section tweaking.
20479      Branch: perl
20480            ! pod/perlfaq3.pod
20481 ____________________________________________________________________________
20482 [  8373] By: jhi                                   on 2001/01/09  02:38:26
20483         Log: Subject: [PATCH: perl@8342] updates to OS/390 hints file
20484              From: Peter Prymmer <pvhp@forte.com>
20485              Date: Mon, 8 Jan 2001 18:06:51 -0800 (PST)
20486              Message-ID: <Pine.OSF.4.10.10101081805530.239173-100000@aspara.forte.com>
20487              
20488              In preparation os OS/390 dynamic loading.
20489      Branch: perl
20490            ! README.os390 hints/os390.sh
20491 ____________________________________________________________________________
20492 [  8372] By: jhi                                   on 2001/01/09  00:24:30
20493         Log: Integrate with perlio.
20494      Branch: perl
20495           !> embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
20496 ____________________________________________________________________________
20497 [  8371] By: nick                                  on 2001/01/08  23:54:33
20498         Log: Fix "scalars leaked" bugs caused by overload magic
20499              (Highlighted by Ilya's DESTROY optimization.)
20500      Branch: perlio
20501            ! embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
20502 ____________________________________________________________________________
20503 [  8370] By: nick                                  on 2001/01/08  20:19:41
20504         Log: Integrate mainline
20505      Branch: perlio
20506           !> README.epoc dump.c ext/GDBM_File/GDBM_File.xs gv.c
20507           !> lib/Getopt/Long.pm mg.c op.c scope.c sv.c t/io/pipe.t
20508           !> t/op/64bitint.t
20509 ____________________________________________________________________________
20510 [  8369] By: jhi                                   on 2001/01/08  17:30:52
20511         Log: save_delete() Safefree() doesn't (anymore?) work with shared
20512              strings, one test failure in op/misc and almost all of lib/b.
20513              (Outcomments #8369.)
20514      Branch: perl
20515            ! scope.c
20516 ____________________________________________________________________________
20517 [  8368] By: jhi                                   on 2001/01/08  14:47:10
20518         Log: (Outcommented by #8369.)
20519              
20520              Subject: Re: Perl BugID 20001205.022 ---- save_delete
20521              From: Simon Cozens <simon@cozens.net>
20522              Date: Sat, 6 Jan 2001 11:48:40 +0000
20523              Message-ID: <20010106114840.A13227@deep-dark-truthful-mirror.perlhacker.org>
20524              
20525              The save_delete() does need the Safefree.
20526      Branch: perl
20527            ! scope.c
20528 ____________________________________________________________________________
20529 [  8367] By: bailey                                on 2001/01/08  08:53:52
20530         Log: Once again syncing after too long an absence
20531      Branch: vmsperl
20532           +> (branch 55 files)
20533            - MAINTAIN fix_pl vos/config.def vos/config.h
20534            - vos/config_h.SH_orig
20535           !> (integrate 498 files)
20536 ____________________________________________________________________________
20537 [  8366] By: jhi                                   on 2001/01/08  02:42:59
20538         Log: Subject: [ID 20010107.012] [PATCH] 18446744073709551616e0 was treated as UV=18446744073709551615
20539              From: nick@ccl4.org
20540              Date: Sun, 7 Jan 2001 21:07:18 +0000
20541              Message-Id: <20010107210717.D1048@plum.flirble.org>
20542      Branch: perl
20543            ! sv.c t/op/64bitint.t
20544 ____________________________________________________________________________
20545 [  8365] By: jhi                                   on 2001/01/08  02:35:16
20546         Log: Subject: [PATCH] environ nit
20547              From: Simon Cozens <simon@cozens.net>
20548              Date: Sun, 7 Jan 2001 17:57:07 +0000
20549              Message-ID: <20010107175707.A2013@pembro26.pmb.ox.ac.uk>
20550              
20551              Use environ only if we have it.
20552      Branch: perl
20553            ! mg.c
20554 ____________________________________________________________________________
20555 [  8364] By: jhi                                   on 2001/01/08  02:24:51
20556         Log: Replace #6721, GDBM, system malloc, and LEAKTEST.
20557      Branch: perl
20558            ! ext/GDBM_File/GDBM_File.xs
20559 ____________________________________________________________________________
20560 [  8363] By: jhi                                   on 2001/01/08  02:19:24
20561         Log: Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
20562              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
20563              Date: Sat,  6 Jan 2001 15:25:02 -0800 (PST)
20564              Message-ID: <14935.41722.239364.55174@soda.csua.berkeley.edu>
20565      Branch: perl
20566            ! dump.c op.c
20567 ____________________________________________________________________________
20568 [  8362] By: jhi                                   on 2001/01/08  02:17:43
20569         Log: Subject: [patch] xsub AUTOLOAD fix/optimization
20570              From: Doug MacEachern <dougm@covalent.net>
20571              Date: Sat, 6 Jan 2001 09:30:05 -0800 (PST)
20572              Message-ID: <Pine.LNX.4.10.10101060924280.24460-100000@mojo.covalent.net>
20573              
20574              Allow AUTOLOAD to be an xsub and allow such xsubs
20575              to avoid use of $AUTOLOAD.
20576      Branch: perl
20577            ! gv.c
20578 ____________________________________________________________________________
20579 [  8361] By: jhi                                   on 2001/01/08  02:16:07
20580         Log: Subject: Re: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
20581              From: Radu Greab <radu@netsoft.ro>
20582              Date: Sun, 7 Jan 2001 03:16:55 +0200 (EET)
20583              Message-ID: <14935.50055.838449.408835@ix.netsoft.ro>
20584              
20585              No need for the potentially unportable $SIG{CHLD}.
20586      Branch: perl
20587            ! t/io/pipe.t
20588 ____________________________________________________________________________
20589 [  8360] By: jhi                                   on 2001/01/08  01:58:23
20590         Log: Update to Getopt::Long 2.24_02, from Johan Vromans.
20591      Branch: perl
20592            ! lib/Getopt/Long.pm
20593 ____________________________________________________________________________
20594 [  8359] By: jhi                                   on 2001/01/08  01:55:44
20595         Log: Integrate perlio.
20596      Branch: perl
20597           !> ext/Encode/Encode.xs lib/ExtUtils/typemap perl.c perlio.c
20598           !> perlio.h pp.c pp_hot.c pp_sys.c sv.c t/lib/tie-refhash.t
20599           !> utf8.c win32/Makefile
20600 ____________________________________________________________________________
20601 [  8358] By: jhi                                   on 2001/01/07  21:16:50
20602         Log: Update the EPOC cross SDK URL.
20603      Branch: perl
20604            ! README.epoc
20605 ____________________________________________________________________________
20606 [  8357] By: jhi                                   on 2001/01/07  21:16:09
20607         Log: Update the EPOC cross SDK URL.
20608      Branch: maint-5.6/perl
20609            ! README.epoc
20610 ____________________________________________________________________________
20611 [  8356] By: nick                                  on 2001/01/06  21:47:52
20612         Log: FILE * in XS code for PerlIO world:
20613              - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
20614              - Add FILE * T_STDIO typemap.
20615              - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
20616      Branch: perlio
20617            ! lib/ExtUtils/typemap perlio.c perlio.h
20618 ____________________________________________________________________________
20619 [  8355] By: jhi                                   on 2001/01/06  20:27:15
20620         Log: integrate change #8336 from mainline
20621              
20622              Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1
20623      Branch: maint-5.6/perl
20624            ! hv.c
20625 ____________________________________________________________________________
20626 [  8354] By: jhi                                   on 2001/01/06  20:24:29
20627         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
20628              From: Robin Barker <rmb1@cise.npl.co.uk>
20629              Date: Fri, 22 Dec 2000 12:17:38 GMT
20630              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
20631              
20632              The patch reformats some long =item lines so they give
20633              correct output via pod2man | nroff -man
20634              
20635              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
20636              From: Robin Barker <rmb1@cise.npl.co.uk>
20637              Date: Tue, 2 Jan 2001 15:35:03 GMT
20638              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
20639              
20640              Here is a _further_ patch which corrects a few more errors:
20641              * an empty C<=item> in CPAN.pm
20642              * patching the wrong file (pod/perlamiga.pod not README.amiga)
20643              * leaving empty C<=item>s which formatted incorrectly
20644              * over long C<=item>s revealed by latest patch to Pod::Man
20645      Branch: maint-5.6/perl
20646            ! README.amiga lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
20647            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
20648            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlapi.pod
20649            ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
20650            ! pod/perlfaq4.pod pod/perllocale.pod pod/perlmodlib.pod
20651            ! pod/perlrequick.pod pod/perlretut.pod pod/perlsub.pod
20652 ____________________________________________________________________________
20653 [  8353] By: jhi                                   on 2001/01/06  20:21:10
20654         Log: integrate changes #7980, 7990, 8056, 8057 from mainline
20655              
20656              UTF-8 hash keys.
20657      Branch: maint-5.6/perl
20658            ! embed.h embed.pl hv.c hv.h perlapi.c proto.h t/op/each.t
20659 ____________________________________________________________________________
20660 [  8352] By: jhi                                   on 2001/01/06  20:18:44
20661         Log: Forgotten from #8438.
20662      Branch: maint-5.6/perl
20663            ! epoc/epocish.h
20664 ____________________________________________________________________________
20665 [  8351] By: jhi                                   on 2001/01/06  20:18:12
20666         Log: Forgotten from #8347.
20667      Branch: maint-5.6/perl
20668            ! config_h.SH
20669 ____________________________________________________________________________
20670 [  8350] By: jhi                                   on 2001/01/06  20:00:19
20671         Log: Thinko in #8347.
20672      Branch: maint-5.6/perl
20673            ! regcomp.c
20674 ____________________________________________________________________________
20675 [  8349] By: jhi                                   on 2001/01/06  18:05:30
20676         Log: Copy the FAQ3 IDE section from the development branch,
20677              changes originally by Peter Prymmer.
20678      Branch: maint-5.6/perl
20679            ! pod/perlfaq3.pod
20680 ____________________________________________________________________________
20681 [  8348] By: jhi                                   on 2001/01/06  18:03:02
20682         Log: EPOC updates for TRIAL1.
20683              
20684              Subject: [5.6.1 trial1] EPOC update
20685              From: Olaf Flebbe <O.Flebbe@science-computing.de>
20686              Date: Sun, 31 Dec 2000 16:04:52 +0100 (CET)
20687              Message-ID: <Pine.LNX.4.02.10012311603040.14097-100000@milkyway.science-computing.de> 
20688              
20689              Subject: epoc patch2 for perl-5.6.1-trial1
20690              From: Olaf Flebbe <O.Flebbe@science-computing.de>
20691              Date: Sat, 6 Jan 2001 13:55:53 +0100 (CET)
20692              Message-ID: <Pine.LNX.4.02.10101061355220.26469-100000@milkyway.science-computing.de> 
20693      Branch: maint-5.6/perl
20694            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
20695            ! epoc/epocish.c
20696 ____________________________________________________________________________
20697 [  8347] By: jhi                                   on 2001/01/06  17:29:10
20698         Log: integrate changes #7710,7824,7973 from mainline,
20699              plus VMS nits from Peter Prymmer and Dan Sugalski.
20700              
20701              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
20702              library (getprotobyname and getprotobynumber are outversioned by
20703              the same calls in libc, at least for xlc version 3.
20704              
20705              Add HAS_SBRK_PROTO.
20706              
20707              Fixes for signedness warnings noticed by VMSperlers.
20708      Branch: maint-5.6/perl
20709            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
20710            ! configure.com epoc/config.sh hints/aix.sh malloc.c regcomp.c
20711            ! sv.c vms/descrip_mms.template vos/config.alpha.def
20712            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
20713            ! win32/config.bc win32/config.gc win32/config.vc
20714 ____________________________________________________________________________
20715 [  8346] By: nick                                  on 2001/01/06  14:36:01
20716         Log: Fixup accumulated integrate muddles (perlio == devperl again)
20717      Branch: perlio
20718            ! ext/Encode/Encode.xs perl.c pp_sys.c t/lib/tie-refhash.t
20719 ____________________________________________________________________________
20720 [  8345] By: nick                                  on 2001/01/06  14:24:58
20721         Log: Integrate mainline
20722      Branch: perlio
20723           !> (integrate 55 files)
20724 ____________________________________________________________________________
20725 [  8344] By: jhi                                   on 2001/01/06  02:24:02
20726         Log: Subject: [patch] PerlIO_cleanup() prototype
20727              From: Doug MacEachern <dougm@covalent.net>
20728              Date: Fri, 5 Jan 2001 18:15:31 -0800 (PST)
20729              Message-ID: <Pine.LNX.4.10.10101051813220.340-100000@mojo.covalent.net>
20730      Branch: perl
20731            ! perlio.h
20732 ____________________________________________________________________________
20733 [  8343] By: jhi                                   on 2001/01/06  01:04:09
20734         Log: IRIX compiler noticed that the bof initialization might be
20735              bypassed by control flow.
20736      Branch: perl
20737            ! toke.c
20738 ____________________________________________________________________________
20739 [  8342] By: jhi                                   on 2001/01/06  00:10:48
20740         Log: Update Changes.
20741      Branch: perl
20742            ! Changes patchlevel.h
20743 ____________________________________________________________________________
20744 [  8341] By: jhi                                   on 2001/01/05  23:52:33
20745         Log: Add a note about EBCDIC versus UTF-8 to a potential problem spot.
20746      Branch: perl
20747            ! toke.c
20748 ____________________________________________________________________________
20749 [  8340] By: jhi                                   on 2001/01/05  22:44:08
20750         Log: Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
20751              From: Radu Greab <radu@netsoft.ro>
20752              Date: Fri, 5 Jan 2001 21:04:33 +0200 (EET)
20753              Message-ID: <14934.6849.742435.23178@ix.netsoft.ro>
20754      Branch: perl
20755            ! t/io/pipe.t util.c
20756 ____________________________________________________________________________
20757 [  8339] By: jhi                                   on 2001/01/05  22:35:17
20758         Log: Subject: [PATCH] format and rewording in perlfaq.pod
20759              From: Robin Barker <rmb1@cise.npl.co.uk>
20760              Date: Fri, 5 Jan 2001 18:51:20 GMT
20761              Message-Id: <200101051851.SAA03310@tempest.npl.co.uk>
20762      Branch: perl
20763            ! pod/perlfaq.pod
20764 ____________________________________________________________________________
20765 [  8338] By: jhi                                   on 2001/01/05  22:31:17
20766         Log: Subject: [patch: perl@8327] have perlbug's Save to File respect -F flag
20767              From: Peter Prymmer <pvhp@forte.com>
20768              Date: Fri, 5 Jan 2001 14:02:13 -0800 (PST)
20769              Message-ID: <Pine.OSF.4.10.10101051357400.28294-100000@aspara.forte.com>
20770      Branch: perl
20771            ! utils/perlbug.PL
20772 ____________________________________________________________________________
20773 [  8337] By: jhi                                   on 2001/01/05  18:15:11
20774         Log: Subject: [PATCH 5.7.1/Configure] failure to set src='.'
20775              From: Robin Barker <rmb1@cise.npl.co.uk>
20776              Date: Tue, 2 Jan 2001 15:24:07 GMT
20777              Message-Id: <200101021524.PAA15145@tempest.npl.co.uk>
20778              
20779              If you call configure as C<./Configure> or C<sh ./Configure>,
20780              $src is set to the absolute path name, not '.'.
20781              
20782              This, in turn, means -Dmksymlink tries to do its stuff because
20783              it does not think it is in the src directory.
20784              
20785              (plus a metaconfig nitfix)
20786      Branch: metaconfig
20787            ! U/compline/ccflags.U U/modified/src.U
20788      Branch: perl
20789            ! Configure config_h.SH
20790 ____________________________________________________________________________
20791 [  8336] By: jhi                                   on 2001/01/05  17:48:32
20792         Log: Subject: Re: [Fwd: Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1]
20793              From: Alan Burlison <Alan.Burlison@uk.sun.com>
20794              Message-ID: <3A5606C4.473D2226@uk.sun.com>
20795              Date: Fri, 05 Jan 2001 17:39:16 +0000
20796      Branch: perl
20797            ! hv.c
20798 ____________________________________________________________________________
20799 [  8335] By: jhi                                   on 2001/01/05  16:05:44
20800         Log: Upgrade to Getopt::Long 2.24_01, from Johan Vromans.
20801      Branch: perl
20802            ! lib/Getopt/Long.pm
20803 ____________________________________________________________________________
20804 [  8334] By: jhi                                   on 2001/01/05  16:00:51
20805         Log: Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
20806              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
20807              Date: Fri, 05 Jan 2001 13:46:51 +0100
20808              Message-ID: <13693.978698811@nice.ram.loc>
20809              
20810              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
20811              accurate reading of the "atime".  
20812      Branch: perl
20813            ! t/io/fs.t
20814 ____________________________________________________________________________
20815 [  8333] By: jhi                                   on 2001/01/05  15:57:37
20816         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful 
20817              From: Simon Cozens <simon@cozens.net>
20818              Date: Fri, 8 Dec 2000 13:33:31 +0000
20819              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org> 
20820              
20821              A lost patch fragment.
20822      Branch: perl
20823            ! doop.c
20824 ____________________________________________________________________________
20825 [  8332] By: jhi                                   on 2001/01/05  15:40:42
20826         Log: Do away with strncpy() and a fixed length buffer.
20827      Branch: perl
20828            ! utf8.c
20829 ____________________________________________________________________________
20830 [  8331] By: jhi                                   on 2001/01/05  15:03:07
20831         Log: Tests for #8329 and #8330.
20832      Branch: perl
20833            ! t/op/bop.t
20834 ____________________________________________________________________________
20835 [  8330] By: jhi                                   on 2001/01/05  15:02:38
20836         Log: "\x{FF}\xFF" was broken, the \xFF was appended in its
20837              raw 8-bit form to the UTF-8 string.
20838      Branch: perl
20839            ! toke.c
20840 ____________________________________________________________________________
20841 [  8329] By: jhi                                   on 2001/01/05  14:55:13
20842         Log: Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
20843              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
20844              Date: Fri, 5 Jan 2001 12:28:52 +0100
20845              Message-ID: <5930DC161690D211966700902715754703738F96@madt009a.siemens.es>
20846              
20847              UTF-8 parsing fix that seems to be needed for EBCDIC, in ASCII
20848              no effect.  (changed the strncpy() to Copy())
20849      Branch: perl
20850            ! toke.c
20851 ____________________________________________________________________________
20852 [  8328] By: jhi                                   on 2001/01/05  06:44:27
20853         Log: UTF-8 cleanup.
20854      Branch: perl
20855            ! doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
20856            ! regexec.c sv.c toke.c
20857 ____________________________________________________________________________
20858 [  8327] By: jhi                                   on 2001/01/05  01:11:29
20859         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')
20860              From: Radu Greab <radu@netsoft.ro>
20861              Message-ID: <14933.5458.672637.641215@ix.netsoft.ro>
20862              Date: Fri, 5 Jan 2001 02:29:06 +0200 (EET)
20863              
20864              Cleans up Harness to not use FileHandle, which uses IO.
20865      Branch: perl
20866            ! lib/Test/Harness.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
20867 ____________________________________________________________________________
20868 [  8326] By: jhi                                   on 2001/01/05  00:56:37
20869         Log: Update Changes.
20870      Branch: perl
20871            ! Changes patchlevel.h
20872 ____________________________________________________________________________
20873 [  8325] By: jhi                                   on 2001/01/05  00:53:18
20874         Log: Subject: Re: [patch bug 20010103.019] Re: perl@8269: failure to build on NT 4.0.1381 with MSVC (fwd)
20875              From: Peter Prymmer <pvhp@forte.com>
20876              Date: Thu, 4 Jan 2001 14:20:15 -0800 (PST)
20877              Message-ID: <Pine.OSF.4.10.10101041406420.492782-100000@aspara.forte.com>
20878              
20879              plus a couple more tailing whitespace removals.
20880      Branch: perl
20881            ! win32/Makefile
20882 ____________________________________________________________________________
20883 [  8324] By: jhi                                   on 2001/01/05  00:47:39
20884         Log: Add some Unicode chop() tests.
20885      Branch: perl
20886            ! t/op/chop.t
20887 ____________________________________________________________________________
20888 [  8323] By: jhi                                   on 2001/01/05  00:47:23
20889         Log: Unify UTF-8 malformedness handling.
20890      Branch: perl
20891            ! doop.c pp.c sv.c toke.c utf8.c utf8.h
20892 ____________________________________________________________________________
20893 [  8322] By: jhi                                   on 2001/01/04  22:21:54
20894         Log: The new $issymlink was unknown to Mksymlinks.
20895      Branch: metaconfig/U/perl
20896            ! Mksymlinks.U issymlink.U
20897      Branch: perl
20898            ! Configure config_h.SH
20899 ____________________________________________________________________________
20900 [  8321] By: jhi                                   on 2001/01/04  21:51:05
20901         Log: The test didn't work under the core test framework.
20902      Branch: perl
20903            ! t/lib/st-lock.t
20904 ____________________________________________________________________________
20905 [  8320] By: jhi                                   on 2001/01/04  21:14:22
20906         Log: DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
20907      Branch: perl
20908            ! INSTALL ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
20909 ____________________________________________________________________________
20910 [  8319] By: jhi                                   on 2001/01/04  20:46:17
20911         Log: Typo in #8312 when manually appying a problematic patch fragment.
20912      Branch: perl
20913            ! ext/Storable/Storable.xs
20914 ____________________________________________________________________________
20915 [  8318] By: jhi                                   on 2001/01/04  20:43:01
20916         Log: The $sh_c didn't fly.
20917      Branch: metaconfig
20918            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
20919            ! U/modified/Loc.U U/modified/myhostname.U
20920            ! U/modified/spitshell.U
20921      Branch: metaconfig/U/perl
20922            ! issymlink.U
20923      Branch: perl
20924            ! Configure config_h.SH
20925 ____________________________________________________________________________
20926 [  8317] By: jhi                                   on 2001/01/04  19:58:01
20927         Log: AIX builtin test -h is broken, changes based on
20928              
20929              Subject: [PATCH] 8297. Symlink stuff breaks on AIX 4 bsh
20930              Date: Tue, 02 Jan 2001 11:24:39 +0100
20931              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
20932              Message-Id: <20010102093747.A6F7.H.M.BRAND@hccnet.nl>
20933      Branch: metaconfig
20934            + U/modified/spitshell.U
20935            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
20936            ! U/modified/Loc.U U/modified/myhostname.U
20937      Branch: metaconfig/U/perl
20938            ! Mksymlinks.U issymlink.U
20939      Branch: perl
20940            ! Configure
20941 ____________________________________________________________________________
20942 [  8316] By: jhi                                   on 2001/01/04  19:02:22
20943         Log: Subject: [PATCH] Re: New attempt on hints/solaris_2.sh
20944              From: Andy Dougherty <doughera@lafayette.edu>
20945              Message-ID: <Pine.SOL.4.10.10101031518320.28840-100000@maxwell.phys.lafayette.edu>
20946              Date: Wed, 3 Jan 2001 15:36:06 -0500 (EST)
20947              
20948              Beware of GNU ld.
20949      Branch: perl
20950            ! hints/solaris_2.sh
20951 ____________________________________________________________________________
20952 [  8315] By: jhi                                   on 2001/01/04  18:56:48
20953         Log: From: Lupe Christoph <lupe@lupe-christoph.de>
20954              Subject: Re: [PATCH 5.7.1/Configure] failure to set src='.'
20955              Date: Wed, 3 Jan 2001 07:58:51 +0100
20956              Message-ID: <20010103075851.P4594@alanya.lupe-christoph.de>
20957      Branch: perl
20958            ! hints/solaris_2.sh
20959 ____________________________________________________________________________
20960 [  8314] By: jhi                                   on 2001/01/04  18:54:07
20961         Log: Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
20962              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
20963              Date: Wed,  3 Jan 2001 13:48:04 -0800 (PST)
20964              Message-ID: <14931.40265.379608.910008@soda.csua.berkeley.edu>
20965              
20966              Doc tweak on #8313.
20967      Branch: perl
20968            ! ext/B/B/Deparse.pm
20969 ____________________________________________________________________________
20970 [  8313] By: jhi                                   on 2001/01/04  18:52:27
20971         Log: Subject: [PATCH @8269] Continue blocks and B::Deparse
20972              Date: Wed,  3 Jan 2001 13:31:53 -0800 (PST)
20973              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
20974              Message-ID: <14931.37732.62835.279605@soda.csua.berkeley.edu>
20975              
20976              Make the peephole optimizer to bypass more null ops and
20977              and rewrite the deparse handling of continue blocks.
20978      Branch: perl
20979            ! ext/B/B/Deparse.pm op.c op.h t/lib/b.t
20980 ____________________________________________________________________________
20981 [  8312] By: jhi                                   on 2001/01/04  18:47:39
20982         Log: Upgrade to Storable 1.0.7, from Raphael Manfredi.
20983      Branch: perl
20984            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
20985            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
20986            ! t/lib/st-lock.t
20987 ____________________________________________________________________________
20988 [  8311] By: jhi                                   on 2001/01/04  18:36:08
20989         Log: Add a new MakeMaker variable PM_FILTER that defines a Unix
20990              filter to be run on each .pm during the pm_to_blib() phase,
20991              a fixed version of
20992              
20993              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
20994              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
20995              Date: Wed, 03 Jan 2001 22:01:30 +0100
20996              Message-ID: <5296.978555690@nice.ram.loc>
20997      Branch: perl
20998            ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
20999            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
21000            ! lib/ExtUtils/MakeMaker.pm
21001 ____________________________________________________________________________
21002 [  8310] By: jhi                                   on 2001/01/04  18:32:54
21003         Log: Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
21004              From: Robin Barker <rmb1@cise.npl.co.uk>
21005              Date: Tue, 2 Jan 2001 15:35:03 GMT
21006              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
21007      Branch: perl
21008            ! README.amiga lib/CPAN.pm lib/Win32.pod pod/perl56delta.pod
21009            ! pod/perlrequick.pod
21010 ____________________________________________________________________________
21011 [  8309] By: jhi                                   on 2001/01/04  18:29:07
21012         Log: Subject: Re: [patch] static-ize XS()
21013              From: Doug MacEachern <dougm@covalent.net>
21014              Date: Mon, 1 Jan 2001 15:26:01 -0800 (PST)
21015              Message-ID: <Pine.LNX.4.10.10101011523560.3379-100000@mojo.covalent.net>
21016              
21017              Provide prototypes for the XS functions.
21018      Branch: perl
21019            ! lib/ExtUtils/xsubpp
21020 ____________________________________________________________________________
21021 [  8308] By: jhi                                   on 2001/01/04  18:27:44
21022         Log: Subject: [patch] typemap =~ s/croak/Perl_croak/
21023              From: Doug MacEachern <dougm@covalent.net>
21024              Date: Mon, 1 Jan 2001 11:41:57 -0800 (PST)
21025              Message-ID: <Pine.LNX.4.10.10101011139570.3379-100000@mojo.covalent.net>
21026      Branch: perl
21027            ! lib/ExtUtils/typemap
21028 ____________________________________________________________________________
21029 [  8307] By: jhi                                   on 2001/01/04  18:25:25
21030         Log: Subject: Re: [patch] MM_Unix cpprun shortcut
21031              From: Doug MacEachern <dougm@covalent.net>
21032              Date: Wed, 3 Jan 2001 20:09:57 -0800 (PST)
21033              Message-ID: <Pine.LNX.4.10.10101032009330.280-100000@mojo.covalent.net>
21034              
21035              Add a .c.i: MakeMaker make rule to create cpreprocessed outputs.
21036      Branch: perl
21037            ! lib/ExtUtils/MM_Unix.pm
21038 ____________________________________________________________________________
21039 [  8306] By: jhi                                   on 2001/01/04  18:23:00
21040         Log: Subject: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
21041              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
21042              Date: Thu, 4 Jan 2001 12:47:10 +0100 
21043              Message-ID: <5930DC161690D21196670090271575470370111A@madt009a.siemens.es>
21044              
21045              The toke.c part only, patching embed.h and proto.h is futile.
21046      Branch: perl
21047            ! toke.c
21048 ____________________________________________________________________________
21049 [  8305] By: jhi                                   on 2001/01/04  18:05:51
21050         Log: Subject: [PATCH perl@8269] scanning two hex-constants fails on EBCDIC environment (script length.t)
21051              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
21052              Date: Thu, 4 Jan 2001 17:50:12 +0100 
21053              Message-ID: <5930DC161690D211966700902715754703738AA6@madt009a.siemens.es>
21054      Branch: perl
21055            ! toke.c
21056 ____________________________________________________________________________
21057 [  8304] By: jhi                                   on 2001/01/04  18:03:26
21058         Log: Subject: [PATCH perl@8269]
21059              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
21060              Date: Thu, 4 Jan 2001 12:53:39 +0100 
21061              Message-ID: <5930DC161690D211966700902715754703701130@madt009a.siemens.es>
21062              
21063              If running byacc write-enable also perly.h.
21064      Branch: perl
21065            ! Makefile.SH
21066 ____________________________________________________________________________
21067 [  8303] By: jhi                                   on 2001/01/04  15:40:49
21068         Log: Rewrite pp_concat() in terms of sv_catsv().
21069      Branch: perl
21070            ! pp_hot.c
21071 ____________________________________________________________________________
21072 [  8302] By: nick                                  on 2001/01/03  22:43:22
21073         Log: Integrate mainline.
21074      Branch: perlio
21075           !> ext/Encode/Encode.xs sv.c utf8.c
21076 ____________________________________________________________________________
21077 [  8301] By: jhi                                   on 2001/01/02  23:40:26
21078         Log: Variable naming tweak.
21079      Branch: perl
21080            ! sv.c
21081 ____________________________________________________________________________
21082 [  8300] By: jhi                                   on 2001/01/02  23:40:02
21083         Log: Use the UTF8_XXX macros in is_utf8_char(), a performance nit
21084              in is_utf8_string().
21085      Branch: perl
21086            ! utf8.c
21087 ____________________________________________________________________________
21088 [  8299] By: jhi                                   on 2001/01/02  22:14:40
21089         Log: Integrate perlio.
21090      Branch: perl
21091           !> pp.c pp_hot.c win32/Makefile
21092 ____________________________________________________________________________
21093 [  8298] By: nick                                  on 2001/01/02  22:03:06
21094         Log: Turn SvUTF8 off if not required in pp_chr and pp_stringify.
21095      Branch: perlio
21096            ! pp.c pp_hot.c
21097 ____________________________________________________________________________
21098 [  8297] By: jhi                                   on 2001/01/02  04:26:28
21099         Log: Signedness nit.
21100      Branch: perl
21101            ! ext/Encode/Encode.xs
21102 ____________________________________________________________________________
21103 [  8296] By: nick                                  on 2001/01/01  23:49:36
21104         Log: Add Encode and correct Filter/Util/Call in nmake Makefile
21105      Branch: perlio
21106            ! win32/Makefile
21107 ____________________________________________________________________________
21108 [  8295] By: jhi                                   on 2001/01/01  23:05:48
21109         Log: Integrate perlio.
21110      Branch: perl
21111           !> ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
21112           !> t/lib/encode.t
21113 ____________________________________________________________________________
21114 [  8294] By: nick                                  on 2001/01/01  22:48:34
21115         Log: Integrate mainline
21116      Branch: perlio
21117            ! pp_hot.c t/lib/encode.t
21118           !> (integrate 65 files)
21119 ____________________________________________________________________________
21120 [  8293] By: nick                                  on 2001/01/01  21:58:50
21121         Log: More rigor in UTF-8-ness of Encode's toUnicode
21122              XS export some of the utf8 internal functions.
21123              Test some of the functions.
21124              Fix pp_concat() bug shown by said tests.
21125      Branch: perlio
21126            ! ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
21127            ! t/lib/encode.t
21128 ____________________________________________________________________________
21129 [  8292] By: jhi                                   on 2001/01/01  18:11:44
21130         Log: Integrate perlio.
21131      Branch: perl
21132           !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
21133           !> ext/Encode/encengine.c ext/Encode/encode.h
21134 ____________________________________________________________________________
21135 [  8291] By: jhi                                   on 2001/01/01  18:10:58
21136         Log: Podify README.mpeix (a new version from the web),
21137              add a dummy NAME to Carp::Heavy, regen toc.
21138      Branch: perl
21139            ! README.mpeix lib/Carp/Heavy.pm pod/buildtoc.PL pod/perl.pod
21140            ! pod/perltoc.pod
21141 ____________________________________________________________________________
21142 [  8290] By: nick                                  on 2001/01/01  17:43:47
21143         Log: Loose the "Loading..." warning.
21144              Another bug in fallback support
21145      Branch: perlio
21146            ! ext/Encode/Encode.pm ext/Encode/encengine.c
21147 ____________________________________________________________________________
21148 [  8289] By: jhi                                   on 2001/01/01  00:01:57
21149         Log: Bump up Larry's copyright.
21150      Branch: perl
21151            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
21152            ! doop.c dump.c ext/DynaLoader/dl_dld.xs form.h gv.c gv.h
21153            ! handy.h hv.c hv.h mg.c mg.h op.c op.h perl.c perl.h perly.y
21154            ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c
21155            ! scope.c sv.c sv.h toke.c utf8.c utf8.h util.c util.h
21156            ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
21157            ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
21158            ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
21159 ____________________________________________________________________________
21160 [  8288] By: nick                                  on 2000/12/31  21:27:53
21161         Log: Fix .ucm reading - forgot a chr()
21162              Start of .ucm write (for .enc to .ucm)
21163      Branch: perlio
21164            ! ext/Encode/compile
21165 ____________________________________________________________________________
21166 [  8287] By: jhi                                   on 2000/12/31  18:15:56
21167         Log: Comment away a diagnostic message as noted by Craig A. Berry
21168              (the unexpected message was confusing testing)
21169      Branch: perl
21170            ! ext/Encode/Encode.pm
21171 ____________________________________________________________________________
21172 [  8286] By: jhi                                   on 2000/12/31  18:14:51
21173         Log: Subject: [PATCH perl@8269] ext/Encode/Makefile.PL line shortening
21174              Date: Sun, 31 Dec 2000 11:17:37 -0600
21175              From: "Craig A. Berry" <craigberry@mac.com>
21176              Message-Id: <5.0.2.1.0.20001230195844.025636c0@exchi01>
21177      Branch: perl
21178            ! ext/Encode/Makefile.PL
21179 ____________________________________________________________________________
21180 [  8285] By: nick                                  on 2000/12/31  18:11:54
21181         Log: Start of support of ICU-style .ucm files:
21182              - teach compile how to read a .ucm file
21183              - first guess at how to represent fallbacks in "tries".
21184              - use fallbacks if check == 0
21185              - new return code to indicate we used one.
21186      Branch: perlio
21187            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
21188            ! ext/Encode/encengine.c ext/Encode/encode.h
21189 ____________________________________________________________________________
21190 [  8284] By: jhi                                   on 2000/12/31  18:04:41
21191         Log: Pacify picky VMS compiler.
21192              
21193              Subject: perl@8269, whiny Compaq C compiler, unsigned expressions
21194              From: "Craig A. Berry" <craig.berry@psinetcs.com>
21195              Date: Sat, 30 Dec 2000 18:10:02 -0600
21196              Message-Id: <200012310010.CAA09719@tiku.hut.fi>
21197      Branch: perl
21198            ! sv.c
21199 ____________________________________________________________________________
21200 [  8283] By: jhi                                   on 2000/12/31  16:11:47
21201         Log: Wrong alarm: cygwin's getpwuid() is just fine (from Gerrit P. Haase)
21202      Branch: perl
21203            ! t/lib/glob-basic.t
21204 ____________________________________________________________________________
21205 [  8282] By: jhi                                   on 2000/12/31  15:26:11
21206         Log: Integrate perlio.
21207      Branch: perl
21208           !> makedef.pl opcode.pl os2/os2.c perlio.c
21209 ____________________________________________________________________________
21210 [  8281] By: nick                                  on 2000/12/31  10:06:15
21211         Log: Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
21212              is available to be exported
21213      Branch: perlio
21214            ! makedef.pl perlio.c
21215 ____________________________________________________________________________
21216 [  8280] By: nick                                  on 2000/12/31  09:41:26
21217         Log: Ilya's OS2 patch (testing for damage on Win32)
21218      Branch: perlio
21219            ! makedef.pl opcode.pl os2/os2.c
21220 ____________________________________________________________________________
21221 [  8279] By: jhi                                   on 2000/12/30  21:52:07
21222         Log: Test nits.
21223      Branch: perl
21224            ! t/lib/syslfs.t t/op/lfs.t
21225 ____________________________________________________________________________
21226 [  8278] By: jhi                                   on 2000/12/30  21:47:49
21227         Log: Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
21228              From: andreas.koenig@anima.de (Andreas J. Koenig)
21229              Date: 30 Dec 2000 22:35:37 +0100
21230              Message-ID: <m3vgs1a8ye.fsf@ak-71.mind.de>
21231              
21232              The 32-bit wraparound test wasn't quite right.
21233      Branch: perl
21234            ! t/lib/syslfs.t t/op/lfs.t
21235 ____________________________________________________________________________
21236 [  8277] By: jhi                                   on 2000/12/30  21:33:44
21237         Log: Subject: [PATCH] open() example in perlfunc.pod 
21238              From: Karsten Sperling <s_sperli@ira.uka.de>
21239              Date: Sat, 30 Dec 2000 22:27:09 +0100
21240              Message-ID: <"iraun1.ira.0090801:001230.213049"@ira.uka.de>
21241      Branch: perl
21242            ! pod/perlfunc.pod
21243 ____________________________________________________________________________
21244 [  8276] By: jhi                                   on 2000/12/30  20:32:40
21245         Log: Not quite that many tests yet.
21246      Branch: perl
21247            ! t/op/pat.t
21248 ____________________________________________________________________________
21249 [  8275] By: jhi                                   on 2000/12/30  20:26:58
21250         Log: Integrate perlio.
21251      Branch: perl
21252           !> toke.c
21253 ____________________________________________________________________________
21254 [  8274] By: jhi                                   on 2000/12/30  20:24:56
21255         Log: Signedness nit.
21256      Branch: perl
21257            ! utf8.c
21258 ____________________________________________________________________________
21259 [  8273] By: jhi                                   on 2000/12/30  20:15:46
21260         Log: Add a test case for 20000731.001 which was fixed by the #8267.
21261      Branch: perl
21262            ! t/op/pat.t
21263 ____________________________________________________________________________
21264 [  8272] By: nick                                  on 2000/12/30  19:47:51
21265         Log: Tweak for MULTIPLICITY/USE_PERLIO
21266      Branch: perlio
21267            ! toke.c
21268 ____________________________________________________________________________
21269 [  8271] By: nick                                  on 2000/12/30  19:46:45
21270         Log: Integrate mainline
21271      Branch: perlio
21272           +> lib/unicode/distinct.pm
21273           !> Changes MANIFEST doop.c embed.h embed.pl mg.c op.c op.h
21274           !> patchlevel.h perl.h pod/perlapi.pod pp.c pp_ctl.c pp_hot.c
21275           !> proto.h regcomp.c regcomp.h regexec.c sv.c t/op/split.t utf8.c
21276 ____________________________________________________________________________
21277 [  8270] By: jhi                                   on 2000/12/30  19:39:50
21278         Log: Subject: RE: perl@8269
21279              From: "Richard Soderberg" <rs@crystalflame.net>
21280              Date: Sat, 30 Dec 2000 11:36:27 -0800
21281              Message-ID: <NAEKLNAAHLMBPMPNBMLEIEAKCKAA.rs@crystalflame.net>
21282              
21283              A missing aTHX_.
21284      Branch: perl
21285            ! toke.c
21286 ____________________________________________________________________________
21287 [  8269] By: jhi                                   on 2000/12/30  18:55:48
21288         Log: Update Changes.
21289      Branch: perl
21290            ! Changes patchlevel.h
21291 ____________________________________________________________________________
21292 [  8268] By: jhi                                   on 2000/12/30  17:18:40
21293         Log: Add a test for Unicode split //.  The #8267 was the cure.
21294      Branch: perl
21295            ! t/op/split.t
21296 ____________________________________________________________________________
21297 [  8267] By: jhi                                   on 2000/12/30  17:14:19
21298         Log: Subject: more UTF8 test suites and an UTF8 patch
21299              From: Inaba Hiroto <inaba@st.rim.or.jp>
21300              Date: Sat, 30 Dec 2000 14:27:10 +0900
21301              Message-ID: <3A4D722D.243AFD88@st.rim.or.jp> 
21302              
21303              Just the patch part for now, and the pragma renamed
21304              as unicode::distinct.
21305      Branch: perl
21306            + lib/unicode/distinct.pm
21307            ! MANIFEST doop.c embed.h embed.pl mg.c op.c op.h perl.h
21308            ! pod/perlapi.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
21309            ! regcomp.h regexec.c sv.c toke.c utf8.c
21310 ____________________________________________________________________________
21311 [  8266] By: nick                                  on 2000/12/30  16:40:49
21312         Log: Integrate mainline
21313      Branch: perlio
21314           +> lib/Pod/Text/Overstrike.pm
21315           !> MANIFEST doio.c hints/dec_osf.sh hv.c lib/Pod/Man.pm
21316           !> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm op.c
21317           !> pod/pod2text.PL sv.c t/lib/syslfs.t t/op/join.t t/op/lfs.t
21318           !> t/pragma/constant.t t/pragma/sub_lval.t t/pragma/utf8.t util.c
21319           !> vms/vms.c vms/vmsish.h vms/vmspipe.com
21320 ____________________________________________________________________________
21321 [  8265] By: jhi                                   on 2000/12/30  07:28:55
21322         Log: The sv_catsv() fix, take two.
21323      Branch: perl
21324            ! sv.c t/op/join.t
21325 ____________________________________________________________________________
21326 [  8264] By: jhi                                   on 2000/12/30  06:19:18
21327         Log: Undo all the join-related changes since #8248: relevant
21328              portions of 8248, 8249, 8250, 8251, 8260, 8263 must go.
21329              The new sv_catsv() doesn't fly so it must go back to
21330              the drawing board.
21331      Branch: perl
21332            ! sv.c t/op/join.t t/pragma/utf8.t
21333 ____________________________________________________________________________
21334 [  8263] By: jhi                                   on 2000/12/30  01:08:32
21335         Log: (Retracted by #8264)  Tweak sv_catsv() some more.
21336      Branch: perl
21337            ! sv.c
21338 ____________________________________________________________________________
21339 [  8262] By: jhi                                   on 2000/12/30  00:45:14
21340         Log: Retract #8261.
21341      Branch: perl
21342            ! hv.c util.c
21343 ____________________________________________________________________________
21344 [  8261] By: jhi                                   on 2000/12/30  00:38:32
21345         Log: (Retracted by #8261). (Unsuccessful memory access tweaks.)
21346      Branch: perl
21347            ! hv.c util.c
21348 ____________________________________________________________________________
21349 [  8260] By: jhi                                   on 2000/12/29  22:51:33
21350         Log: (Retracted by #8264)  More fixing for #8251.
21351      Branch: perl
21352            ! sv.c
21353 ____________________________________________________________________________
21354 [  8259] By: jhi                                   on 2000/12/29  18:27:30
21355         Log: Subject: podlators 1.06 released
21356              From: Russ Allbery <rra@stanford.edu>
21357              Date: 25 Dec 2000 05:09:30 -0800
21358              Message-ID: <ylwvcosl4l.fsf@windlord.stanford.edu>
21359      Branch: perl
21360            + lib/Pod/Text/Overstrike.pm
21361            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Color.pm
21362            ! lib/Pod/Text/Termcap.pm pod/pod2text.PL
21363 ____________________________________________________________________________
21364 [  8258] By: jhi                                   on 2000/12/29  18:20:45
21365         Log: Make the large file tests more robust/talkative as suggested by
21366              
21367              Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
21368              From: andreas.koenig@anima.de (Andreas J. Koenig)
21369              Date: 29 Dec 2000 14:23:01 +0100
21370              Message-ID: <m3snn7uzt6.fsf@ak-71.mind.de>
21371      Branch: perl
21372            ! t/lib/syslfs.t t/op/lfs.t
21373 ____________________________________________________________________________
21374 [  8257] By: jhi                                   on 2000/12/29  17:48:04
21375         Log: Further VMS piping fixes from Charles Lane:
21376              
21377              In summary, error messages produced when a subprocess terminated
21378              abnormally were being sent not just to the parent process, but to
21379              grandparents, because of default values for error output that were
21380              not completely overridden when the subprocess was started.
21381              
21382              This patch fixes this behavior by defining user-mode (i.e., temporary
21383              for the duration of the program) logical names for SYS$OUTPUT and
21384              SYS$ERROR when they are (re)opened inside Perl.  And a bunch of other
21385              changes to make it so that the user-mode logicals are the ones that
21386              control where Perl's error messages go if it terminates abnormally.
21387              
21388              I also added some gratuitous fixes to the indentation of braces in
21389              the piping code.  It just looked ugly, before.
21390      Branch: perl
21391            ! doio.c vms/vms.c vms/vmsish.h vms/vmspipe.com
21392 ____________________________________________________________________________
21393 [  8256] By: jhi                                   on 2000/12/29  17:45:12
21394         Log: Subject: [PATCH] Idea: Declare multiple constants at once (fwd)
21395              From: "Casey R. Tweten" <crt@kiski.net>
21396              Date: Fri, 29 Dec 2000 12:03:00 -0500 (EST)
21397              Message-ID: <Pine.OSF.4.21.0012291201150.17186-100000@home.kiski.net>
21398              
21399              Tests for for #8240.
21400      Branch: perl
21401            ! t/pragma/constant.t
21402 ____________________________________________________________________________
21403 [  8255] By: jhi                                   on 2000/12/29  17:43:07
21404         Log: Subject: Re: [PATCH] Interesting syntax idea
21405              From: Simon Cozens <simon@cozens.net>
21406              Date: Fri, 29 Dec 2000 14:34:04 +0000
21407              Message-ID: <20001229143404.A7762@deep-dark-truthful-mirror.perlhacker.org>
21408              
21409              Tests for #8254.
21410      Branch: perl
21411            ! t/pragma/sub_lval.t
21412 ____________________________________________________________________________
21413 [  8254] By: jhi                                   on 2000/12/29  17:42:11
21414         Log: Subject: [PATCH] Interesting syntax idea
21415              From: Simon Cozens <simon@cozens.net>
21416              Date: Wed, 27 Dec 2000 05:08:57 +0000
21417              Message-ID: <20001227050857.A11296@deep-dark-truthful-mirror.perlhacker.org>
21418              
21419              Make opens + bareword assigns do typeglob assigns.
21420      Branch: perl
21421            ! op.c
21422 ____________________________________________________________________________
21423 [  8253] By: jhi                                   on 2000/12/29  17:36:45
21424         Log: Output the (apparent) version of gcc, as suggested by
21425              
21426              Subject: [ID 20001226.001] dec_osf.sh mis-parses gcc version 2.95.2 as less than 2.95, causing installation-failure
21427              From: jhbrown@ai.mit.edu (Jeremy H. Brown)
21428              Date: 26 Dec 2000 04:29:17 -0500
21429              Message-Id: <uv6puify1hu.fsf@suspiria.ai.mit.edu>
21430              
21431              (The patch as such didn't any more apply as the misparsing had
21432              already been addressed in #6474.)  Also change the wording about
21433              gcc 2.95.2, for Jeremy it didn't break sdbm, for me it did.
21434      Branch: perl
21435            ! hints/dec_osf.sh
21436 ____________________________________________________________________________
21437 [  8252] By: nick                                  on 2000/12/29  12:14:31
21438         Log: Integrate mainline
21439      Branch: perlio
21440           !> (integrate 27 files)
21441 ____________________________________________________________________________
21442 [  8251] By: jhi                                   on 2000/12/29  08:45:46
21443         Log: (Retracted by #8264)
21444              
21445              (Fixed by #8260.)
21446              
21447              sv_catsv() needs one more byte space than seems reasonable.
21448              (for join() and PERL_DESTRUCT_LEVEL=2, built with debugging).
21449              Curiouser and curiouser.
21450      Branch: perl
21451            ! sv.c
21452 ____________________________________________________________________________
21453 [  8250] By: jhi                                   on 2000/12/29  07:57:52
21454         Log: More split // UTF-8 tests.
21455      Branch: perl
21456            ! t/pragma/utf8.t
21457 ____________________________________________________________________________
21458 [  8249] By: jhi                                   on 2000/12/29  07:54:51
21459         Log: (Retracted by #8264)  More join() testing which was good because
21460              it revealed a bug in #8248 (the UTF8_EIGHT_BIT_LO() was wrong).
21461      Branch: perl
21462            ! pp.c t/op/join.t utf8.c utf8.h
21463 ____________________________________________________________________________
21464 [  8248] By: jhi                                   on 2000/12/29  07:08:32
21465         Log: (Retracted by #8264)  Externally: join() was still quite UTF-8-unaware.
21466              Internally: sv_catsv() wasn't quite okay on UTF-8, it assumed
21467              that the only cases to care about are byte+byte and byte+character.
21468              
21469              TODO: See how well pp_concat() could be implemented in terms
21470              of sv_catsv().
21471      Branch: perl
21472            ! doop.c sv.c t/op/join.t utf8.h
21473 ____________________________________________________________________________
21474 [  8247] By: jhi                                   on 2000/12/29  06:35:23
21475         Log: Signedness nit.
21476      Branch: perl
21477            ! pp_hot.c
21478 ____________________________________________________________________________
21479 [  8246] By: jhi                                   on 2000/12/29  01:23:31
21480         Log: Subject: Re: [ID 20001226.002] Not OK: perl v5.7.0 +DEVEL8221 on i86pc-solaris 2.8 (UNINSTALLED)
21481              From: Lupe Christoph <lupe@lupe-christoph.de>
21482              Date: Thu, 28 Dec 2000 23:00:00 +0100
21483              Message-ID: <20001228230000.F2574@alanya.lupe-christoph.de>
21484              
21485              Suggest rsync --delete --dry-run.
21486      Branch: perl
21487            ! pod/perlhack.pod
21488 ____________________________________________________________________________
21489 [  8245] By: jhi                                   on 2000/12/28  23:57:05
21490         Log: The maxiters upper limit sanity check (guarding against
21491              non-progress) assumed bytes instead of characters in s///
21492              and split().
21493      Branch: perl
21494            ! pp.c pp_hot.c
21495 ____________________________________________________________________________
21496 [  8244] By: jhi                                   on 2000/12/28  23:34:08
21497         Log: Make some panic messages a bit more logical.
21498      Branch: perl
21499            ! doop.c pod/perldiag.pod pp.c pp_hot.c
21500 ____________________________________________________________________________
21501 [  8243] By: jhi                                   on 2000/12/28  22:59:16
21502         Log: Subject: [PATCH] lvalue AUTOLOAD. No, really.
21503              From: Simon Cozens <simon@cozens.net>
21504              Date: Wed, 27 Dec 2000 02:30:03 +0000
21505              Message-ID: <20001227023003.A7677@deep-dark-truthful-mirror.perlhacker.org>
21506      Branch: perl
21507            ! pp.c t/pragma/sub_lval.t
21508 ____________________________________________________________________________
21509 [  8242] By: jhi                                   on 2000/12/28  22:56:53
21510         Log: Subject: [PATCH blead] Fix B::Terse indentation
21511              From: Daniel Chetlin <daniel@chetlin.com>
21512              Date: Wed, 27 Dec 2000 06:43:30 -0800
21513              Message-ID: <20001227064329.B9573@darkstar>
21514      Branch: perl
21515            ! ext/B/B.pm ext/B/B/Terse.pm t/lib/b.t
21516 ____________________________________________________________________________
21517 [  8241] By: jhi                                   on 2000/12/28  22:48:59
21518         Log: The latter patch from the
21519              
21520              Subject: [PATCH: perl@8211] directory depth typo in one win32 Makefile
21521              From: Peter Prymmer <pvhp@forte.com> 
21522              Date: Fri, 22 Dec 2000 14:52:12 -0800 (PST)
21523              Message-ID: <Pine.OSF.4.10.10012221433140.195493-100000@aspara.forte.com>
21524              
21525              (the former patch from the above should have been
21526              taken care of by Nick I-S)
21527      Branch: perl
21528            ! win32/Makefile
21529 ____________________________________________________________________________
21530 [  8240] By: jhi                                   on 2000/12/28  22:45:22
21531         Log: Subject: Re: [PATCH] Idea: Declare multiple constants at once
21532              From: "Casey R. Tweten" <crt@kiski.net>
21533              Date: Fri, 22 Dec 2000 10:35:53 -0500 (EST)
21534              Message-ID: <Pine.OSF.4.21.0012221032030.28992-100000@home.kiski.net>
21535      Branch: perl
21536            ! lib/constant.pm
21537 ____________________________________________________________________________
21538 [  8239] By: jhi                                   on 2000/12/28  22:37:45
21539         Log: Subject: [PATCH] Re: [ID 19991001.003] sort(sub(arg)) misparsed as sort sub args
21540              From: Simon Cozens <simon@cozens.net>
21541              Date: Wed, 27 Dec 2000 14:12:44 +0000
21542              Message-ID: <20001227141244.A13344@deep-dark-truthful-mirror.perlhacker.org>
21543      Branch: perl
21544            ! t/op/method.t t/op/sort.t toke.c
21545 ____________________________________________________________________________
21546 [  8238] By: jhi                                   on 2000/12/28  22:30:32
21547         Log: Subject: [PATCH perl@8229] Call.pm
21548              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
21549              Date: Mon, 25 Dec 2000 10:47:15 -0000
21550              Message-ID: <000201c06e60$0b967760$a20a140a@bfs.phone.com>
21551      Branch: perl
21552            ! ext/Filter/Util/Call/Call.pm
21553 ____________________________________________________________________________
21554 [  8237] By: jhi                                   on 2000/12/28  22:19:21
21555         Log: Subject: [PATCH blead] Fix problem with `&' prototype
21556              From: Daniel Chetlin <daniel@chetlin.com>
21557              Date: Wed, 27 Dec 2000 15:55:32 -0800
21558              Message-ID: <20001227155532.D9573@darkstar>
21559      Branch: perl
21560            ! op.c t/comp/proto.t
21561 ____________________________________________________________________________
21562 [  8236] By: jhi                                   on 2000/12/28  22:09:25
21563         Log: Subject: Re: [PATCH blead] Fix segfault in gv_handler/mg_find
21564              From: Daniel Chetlin <daniel@chetlin.com>
21565              Date: Sun, 24 Dec 2000 04:09:49 -0800
21566              Message-ID: <20001224040949.B3090@darkstar>
21567      Branch: perl
21568            ! gv.c mg.c t/op/attrs.t
21569 ____________________________________________________________________________
21570 [  8235] By: jhi                                   on 2000/12/28  22:07:11
21571         Log: Subject: [PATCH] Win32::Spawn() didn't inherit cwd and env correctly
21572              From: Jan Dubois <jand@ActiveState.com>
21573              Date: Tue, 26 Dec 2000 20:57:31 -0800
21574              Message-ID: <reti4ts0php3anruv0qcjru3tl850g3sfd@4ax.com>
21575      Branch: perl
21576            ! win32/win32.c
21577 ____________________________________________________________________________
21578 [  8234] By: jhi                                   on 2000/12/28  21:52:42
21579         Log: Subject: Re: [PATCH] Warn on use of reference as array elem
21580              From: Simon Cozens <simon@cozens.net>
21581              Date: Thu, 28 Dec 2000 20:33:13 +0000
21582              Message-ID: <20001228203313.A2607@deep-dark-truthful-mirror.perlhacker.org>
21583      Branch: perl
21584            ! pod/perldiag.pod pp_hot.c t/pragma/warn/pp_hot
21585 ____________________________________________________________________________
21586 [  8233] By: jhi                                   on 2000/12/28  19:40:49
21587         Log: Integrate perlio.
21588      Branch: perl
21589           !> ext/Encode/Makefile.PL ext/Encode/compile
21590 ____________________________________________________________________________
21591 [  8232] By: nick                                  on 2000/12/23  16:06:00
21592         Log: Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
21593              and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
21594      Branch: perlio
21595            ! ext/Encode/Makefile.PL
21596 ____________________________________________________________________________
21597 [  8231] By: nick                                  on 2000/12/23  14:30:34
21598         Log: "Compiled" encode build cleanup
21599              - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
21600              - .c files do not export sub-tables
21601      Branch: perlio
21602            ! ext/Encode/Makefile.PL ext/Encode/compile
21603 ____________________________________________________________________________
21604 [  8230] By: nick                                  on 2000/12/23  12:50:37
21605         Log: Integrate mainline
21606      Branch: perlio
21607           !> INSTALL lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
21608           !> lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
21609           !> pod/perl5004delta.pod pod/perl5005delta.pod
21610           !> pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
21611           !> pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
21612           !> pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
21613           !> pod/perlsub.pod
21614 ____________________________________________________________________________
21615 [  8229] By: jhi                                   on 2000/12/22  15:32:12
21616         Log: Integrate perlio.
21617      Branch: perl
21618           +> win32/distclean.bat
21619           !> MANIFEST t/io/utf8.t
21620 ____________________________________________________________________________
21621 [  8228] By: jhi                                   on 2000/12/22  15:29:40
21622         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
21623              From: Robin Barker <rmb1@cise.npl.co.uk>
21624              Date: Fri, 22 Dec 2000 12:17:38 GMT
21625              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
21626      Branch: perl
21627            ! lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
21628            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
21629            ! pod/perl5004delta.pod pod/perl5005delta.pod
21630            ! pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
21631            ! pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
21632            ! pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
21633            ! pod/perlsub.pod
21634 ____________________________________________________________________________
21635 [  8227] By: jhi                                   on 2000/12/22  15:24:28
21636         Log: Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
21637              From: "John L. Allen" <allen@grumman.com>
21638              Date: Thu, 21 Dec 2000 14:39:58 -0500 (EST)
21639              Message-ID: <Pine.SOL.3.91.1001221133227.23511A-100000@gateway.grumman.com>
21640              
21641              Document APPLLIB_EXP.
21642      Branch: perl
21643            ! INSTALL
21644 ____________________________________________________________________________
21645 [  8226] By: nick                                  on 2000/12/21  22:11:50
21646         Log: Handy script for when one forgets to "dmake clean" 
21647      Branch: perlio
21648            + win32/distclean.bat
21649            ! MANIFEST
21650 ____________________________________________________________________________
21651 [  8225] By: nick                                  on 2000/12/21  21:54:04
21652         Log: CRLF platform issue with io/utf8 fix.
21653      Branch: perlio
21654            ! t/io/utf8.t
21655 ____________________________________________________________________________
21656 [  8224] By: nick                                  on 2000/12/21  21:02:20
21657         Log: Integrate mainline
21658      Branch: perlio
21659           !> Changes Configure Makefile.SH Porting/Glossary
21660           !> Porting/config.sh Porting/config_H configure.com
21661           !> epoc/config.sh ext/Thread/Thread.xs patchlevel.h
21662           !> pod/perlfaq3.pod pod/perlfunc.pod pod/perltoc.pod pp_sys.c
21663           !> sv.c t/io/fs.t t/op/misc.t t/op/utf8decode.t t/pragma/utf8.t
21664           !> win32/config.bc win32/config.gc win32/config.vc
21665 ____________________________________________________________________________
21666 [  8223] By: jhi                                   on 2000/12/21  17:09:16
21667         Log: Update Changes.
21668      Branch: perl
21669            ! Changes patchlevel.h
21670 ____________________________________________________________________________
21671 [  8222] By: jhi                                   on 2000/12/21  16:24:01
21672         Log: Metaconfig unit changes for #8221.
21673      Branch: metaconfig/U/perl
21674           +> issymlink.U
21675            - testsyml.U
21676            ! Mksymlinks.U
21677 ____________________________________________________________________________
21678 [  8221] By: jhi                                   on 2000/12/21  16:23:48
21679         Log: Rename testsyml to issymlink.
21680      Branch: perl
21681            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
21682            ! epoc/config.sh pod/perltoc.pod win32/config.bc win32/config.gc
21683            ! win32/config.vc
21684 ____________________________________________________________________________
21685 [  8220] By: jhi                                   on 2000/12/21  15:47:26
21686         Log: Robustness support for #8218 (symlink forest) since the GNU
21687              tools seem to be overly picky about symlinkage depths.
21688      Branch: perl
21689            ! Makefile.SH t/io/fs.t
21690 ____________________________________________________________________________
21691 [  8219] By: jhi                                   on 2000/12/21  15:38:27
21692         Log: Metaconfig changes for #8218.
21693      Branch: metaconfig
21694            ! U/modified/Oldconfig.U
21695      Branch: metaconfig/U/perl
21696            + Mksymlinks.U
21697            ! testsyml.U
21698 ____________________________________________________________________________
21699 [  8218] By: jhi                                   on 2000/12/21  15:37:57
21700         Log: Add Configure option -Dmksymlinks which will create a symlink
21701              forest if the current/build differs from the source directory.
21702              TODO: mkdir -p is not portable.
21703      Branch: perl
21704            ! Configure
21705 ____________________________________________________________________________
21706 [  8217] By: jhi                                   on 2000/12/21  14:39:12
21707         Log: Subject: [PATCH] Re: Latest tarball doesn't build with threads
21708              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
21709              Date: Thu, 21 Dec 2000 09:38:18 GMT
21710              Message-Id: <200012210938.JAA29043@mikado.tiuk.ti.com>
21711              
21712              The ofs became an SV.
21713      Branch: perl
21714            ! ext/Thread/Thread.xs
21715 ____________________________________________________________________________
21716 [  8216] By: jhi                                   on 2000/12/21  05:40:21
21717         Log: The polymorphism seems to have fixed 20000517.001.
21718      Branch: perl
21719            ! t/pragma/utf8.t
21720 ____________________________________________________________________________
21721 [  8215] By: jhi                                   on 2000/12/21  04:44:52
21722         Log: read() documentation tweak for 20001121.004.
21723      Branch: perl
21724            ! pod/perlfunc.pod
21725 ____________________________________________________________________________
21726 [  8214] By: jhi                                   on 2000/12/21  03:54:11
21727         Log: Fix for 20001210.003, "write(FH) on closed FH causes segv".
21728      Branch: perl
21729            ! pp_sys.c t/op/misc.t
21730 ____________________________________________________________________________
21731 [  8213] By: jhi                                   on 2000/12/21  00:28:10
21732         Log: Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com
21733              From: Peter Prymmer <pvhp@forte.com>
21734              Date: Wed, 20 Dec 2000 16:13:32 -0800 (PST)
21735              Message-ID: <Pine.OSF.4.10.10012201609140.11967-100000@aspara.forte.com>
21736      Branch: perl
21737            ! configure.com
21738 ____________________________________________________________________________
21739 [  8212] By: jhi                                   on 2000/12/21  00:26:21
21740         Log: Edit edit edit.
21741      Branch: perl
21742            ! pod/perlfaq3.pod
21743 ____________________________________________________________________________
21744 [  8211] By: jhi                                   on 2000/12/20  18:52:46
21745         Log: Update Changes.
21746      Branch: perl
21747            ! Changes patchlevel.h
21748 ____________________________________________________________________________
21749 [  8210] By: jhi                                   on 2000/12/20  18:34:47
21750         Log: Yet another editor edit.
21751      Branch: perl
21752            ! pod/perlfaq3.pod
21753 ____________________________________________________________________________
21754 [  8209] By: jhi                                   on 2000/12/20  15:33:28
21755         Log: More Win32 Perling.
21756      Branch: perl
21757            ! pod/perlfaq3.pod
21758 ____________________________________________________________________________
21759 [  8208] By: jhi                                   on 2000/12/20  15:07:46
21760         Log: More Win32 editor/IDE/shell hints.
21761      Branch: perl
21762            ! pod/perlfaq3.pod
21763 ____________________________________________________________________________
21764 [  8207] By: jhi                                   on 2000/12/20  03:54:08
21765         Log: Subject: [PATCH] obscure timing knowledge
21766              From: Nicholas Clark <nick@ccl4.org>
21767              Date: Tue, 19 Dec 2000 19:22:31 +0000
21768              Message-ID: <20001219192231.F2827@plum.flirble.org>
21769      Branch: perl
21770            ! sv.c
21771 ____________________________________________________________________________
21772 [  8206] By: jhi                                   on 2000/12/20  03:45:57
21773         Log: Subject: [ID 20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on alpha-dec_osf-perlio-multi 4.0f (UNINSTALLED)
21774              From: Spider Boardman <spider@leggy.zk3.dec.com>
21775              Date: Tue, 19 Dec 2000 21:30:16 -0500
21776              Message-Id: <200012200230.VAA17619@leggy.zk3.dec.com>
21777      Branch: perl
21778            ! sv.c
21779 ____________________________________________________________________________
21780 [  8205] By: jhi                                   on 2000/12/19  23:02:01
21781         Log: Update Changes.
21782      Branch: perl
21783            ! Changes patchlevel.h
21784 ____________________________________________________________________________
21785 [  8204] By: jhi                                   on 2000/12/19  22:58:18
21786         Log: Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff])
21787              using the \xHH notation.  No more inlined UTF-8, sigh, but easier
21788              on editors and diffing/patching.
21789      Branch: perl
21790            ! t/op/utf8decode.t
21791 ____________________________________________________________________________
21792 [  8203] By: nick                                  on 2000/12/19  21:36:16
21793         Log: Integrate mainline (forgot my own change...)
21794      Branch: perlio
21795           !> ext/Encode/compile
21796 ____________________________________________________________________________
21797 [  8202] By: nick                                  on 2000/12/19  21:34:42
21798         Log: Integrate mainline.
21799      Branch: perlio
21800           !> (integrate 61 files)
21801 ____________________________________________________________________________
21802 [  8201] By: nick                                  on 2000/12/19  21:34:06
21803         Log: Avoid looking for File::Glob when we don't need it.
21804      Branch: perl
21805            ! ext/Encode/compile
21806 ____________________________________________________________________________
21807 [  8200] By: jhi                                   on 2000/12/19  18:35:49
21808         Log: Update Changes.
21809      Branch: perl
21810            ! Changes patchlevel.h
21811 ____________________________________________________________________________
21812 [  8199] By: jhi                                   on 2000/12/19  18:35:07
21813         Log: Microperl tweaks.
21814      Branch: perl
21815            ! sv.c uconfig.h uconfig.sh
21816 ____________________________________________________________________________
21817 [  8198] By: jhi                                   on 2000/12/19  18:29:59
21818         Log: Regen Configure, nitfix uconfig.sh (d_vendorarch is needed).
21819      Branch: perl
21820            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
21821            ! config_h.SH pod/perltoc.pod uconfig.h uconfig.sh
21822 ____________________________________________________________________________
21823 [  8197] By: jhi                                   on 2000/12/19  17:55:29
21824         Log: In VMS embedded perls couldn't access the statically built Socket,
21825              from Charles Lane.
21826      Branch: perl
21827            ! configure.com
21828 ____________________________________________________________________________
21829 [  8196] By: jhi                                   on 2000/12/19  17:49:50
21830         Log: Subject: [PATCH perl@8143] DB_File-1.75 (was RE: [8104] DB_File)
21831              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk> 
21832              Date: Sun, 17 Dec 2000 19:11:44 -0000
21833              Message-ID: <000801c0685d$3224e5a0$a20a140a@bfs.phone.com> 
21834      Branch: perl
21835            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
21836            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
21837 ____________________________________________________________________________
21838 [  8195] By: jhi                                   on 2000/12/19  17:47:53
21839         Log: Subject: [patch perl@8150] h2xs SYNOPSIS
21840              From: Jonathan Stowe <gellyfish@gellyfish.com>
21841              Date: Mon, 18 Dec 2000 10:24:38 +0000 (GMT)
21842              Message-ID: <Pine.LNX.4.10.10012181021180.20731-100000@orpheus.gellyfish.com>
21843      Branch: perl
21844            ! utils/h2xs.PL
21845 ____________________________________________________________________________
21846 [  8194] By: jhi                                   on 2000/12/19  17:46:28
21847         Log: Subject: Re: useless use of void context work-around
21848              From: andreas.koenig@anima.de (Andreas J. Koenig)
21849              Date: 16 Dec 2000 15:13:36 +0100
21850              Message-ID: <m3g0jofo8f.fsf@ak-71.mind.de>
21851              
21852              Document (comment) the q(di ds ig) trick in the code.
21853      Branch: perl
21854            ! op.c
21855 ____________________________________________________________________________
21856 [  8193] By: jhi                                   on 2000/12/19  17:10:57
21857         Log: Subject: [ID 20001215.004] Sys::Syslog::xlate doesn't handle LOG_EMERG
21858              From: "Mark J. Reed" <mreed@strange.turner.com>
21859              Date: Fri, 15 Dec 2000 21:22:29 -0500 (EST)
21860              Message-Id: <200012160222.VAA13986@strange.turner.com>
21861      Branch: perl
21862            ! ext/Sys/Syslog/Syslog.pm
21863 ____________________________________________________________________________
21864 [  8192] By: jhi                                   on 2000/12/19  17:07:45
21865         Log: Subject: [PATCH] Re: [PATCH] strtoq, strtou(q|ll|l) testing
21866              From: Nicholas Clark <nick@ccl4.org>
21867              Date: Sat, 16 Dec 2000 19:03:13 +0000
21868              Message-ID: <20001216190313.D68304@plum.flirble.org>
21869      Branch: perl
21870            ! t/op/64bitint.t
21871 ____________________________________________________________________________
21872 [  8191] By: jhi                                   on 2000/12/19  17:06:13
21873         Log: Subject: [ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on powerpc-machten 4.1.4
21874              From: Dominic Dunlop <domo@computer.org>
21875              Date: Mon, 18 Dec 2000 12:00:15 +0100
21876              Message-Id: <p04320404b6639e7aa043@[192.168.1.4]>
21877              
21878              This patchlet is needed in order that perl can be statically linked.  
21879      Branch: perl
21880            ! regexec.c
21881 ____________________________________________________________________________
21882 [  8190] By: jhi                                   on 2000/12/19  17:03:08
21883         Log: Subject: [PATCH perl@8133] finding PerlIO symbols for VMS
21884              From: "Craig A. Berry" <craig.berry@psinetcs.com>
21885              Date: Sun, 17 Dec 2000 00:18:35 -0600
21886              Message-Id: <p04330102b661bc01daba@[172.16.52.1]>
21887      Branch: perl
21888            ! perlio.h vms/gen_shrfls.pl
21889 ____________________________________________________________________________
21890 [  8189] By: jhi                                   on 2000/12/19  16:20:28
21891         Log: Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
21892              From: Prymmer/Kahn <pvhp@best.com>
21893              Date: Tue, 19 Dec 2000 08:08:31 -0800 (PST)
21894              Message-ID: <Pine.BSF.4.21.0012190804040.14656-100000@shell8.ba.best.com>
21895              
21896              A better version of #8188.
21897      Branch: perl
21898            ! pod/perlfaq3.pod
21899 ____________________________________________________________________________
21900 [  8188] By: jhi                                   on 2000/12/19  15:57:06
21901         Log: (Replaced by #8189)
21902              
21903              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
21904              Date: Mon, 18 Dec 2000 08:03:34 -0800 (PST)
21905              From: Prymmer/Kahn <pvhp@best.com>
21906              Message-ID: <Pine.BSF.4.21.0012180802090.27110-100000@shell8.ba.best.com>
21907              Subject: Re: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
21908              From: Ronald J Kimball <rjk@linguist.Thayer.Dartmouth.EDU>
21909              Date: Mon, 18 Dec 2000 11:10:45 -0500
21910              Message-ID: <20001218111044.B180222@linguist.thayer.dartmouth.edu>
21911      Branch: perl
21912            ! pod/perlfaq3.pod
21913 ____________________________________________________________________________
21914 [  8187] By: jhi                                   on 2000/12/19  15:54:19
21915         Log: Email address fix for Anton Berezin.
21916      Branch: perl
21917            ! AUTHORS
21918 ____________________________________________________________________________
21919 [  8186] By: jhi                                   on 2000/12/19  15:38:54
21920         Log: Subject: [PATCH perl@8102] cygwin port
21921              From: "Eric Fifer" <efifer@dircon.co.uk> 
21922              Date: Thu, 14 Dec 2000 13:41:29 -0000
21923              Message-Id: <200012141340.NAA54236@mailhost1.dircon.co.uk>
21924              
21925              When compiling modules the data item that is being imported
21926              from libperl.dll needs to be tagged as imported/shared data:
21927              extern __declspec(dllimport) PerlIO_funcs PerlIO_pending;
21928      Branch: perl
21929            ! perliol.h
21930 ____________________________________________________________________________
21931 [  8185] By: jhi                                   on 2000/12/19  14:53:24
21932         Log: Regen uconfig.h and uconfig.sh.
21933      Branch: perl
21934            ! uconfig.h uconfig.sh
21935 ____________________________________________________________________________
21936 [  8184] By: jhi                                   on 2000/12/18  20:43:49
21937         Log: Comments work so much better when they are closed.
21938      Branch: perl
21939            ! regcomp.c
21940 ____________________________________________________________________________
21941 [  8183] By: jhi                                   on 2000/12/18  18:04:02
21942         Log: Some compilers (e.g. HP-UX) can't switch on 64-bit integers.
21943              Fixes the bug 20001218.016.
21944      Branch: perl
21945            ! regcomp.c
21946 ____________________________________________________________________________
21947 [  8182] By: gsar                                  on 2000/12/18  09:53:47
21948         Log: delete spurious files
21949      Branch: maint-5.6/perl
21950            - lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif vos/config.def
21951            - vos/config.h vos/config_h.SH_orig
21952 ____________________________________________________________________________
21953 [  8181] By: gsar                                  on 2000/12/18  09:46:08
21954         Log: regen perltoc
21955      Branch: maint-5.6/perl
21956            ! pod/buildtoc.PL pod/perl.pod pod/perlapi.pod pod/perltoc.pod
21957 ____________________________________________________________________________
21958 [  8180] By: gsar                                  on 2000/12/18  09:20:27
21959         Log: integrate changes#7924..7926,7946,7952 from mainline
21960      Branch: maint-5.6/perl
21961           !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/MM_Unix.pm
21962           !> lib/File/stat.pm t/lib/class-struct.t
21963 ____________________________________________________________________________
21964 [  8179] By: gsar                                  on 2000/12/18  08:55:54
21965         Log: integrate changes#7889,7890,7900,7903,7904,7907,7910,7917,
21966              7918,7919,7988,8907 from mainline (various)
21967      Branch: maint-5.6/perl
21968           +> t/lib/class-struct.t
21969           !> MANIFEST README.amiga ext/Sys/Syslog/Syslog.pm gv.c
21970           !> lib/Class/Struct.pm pod/perlipc.pod pod/perltie.pod
21971           !> t/lib/syslfs.t t/op/lfs.t utils/perlcc.PL
21972 ____________________________________________________________________________
21973 [  8178] By: gsar                                  on 2000/12/18  08:16:30
21974         Log: avoid redefinition warnings on windows due to sys/socket.h getting
21975              #included before win32.h
21976      Branch: maint-5.6/perl
21977            ! win32/include/sys/socket.h
21978 ____________________________________________________________________________
21979 [  8177] By: gsar                                  on 2000/12/18  05:24:04
21980         Log: make regen_headers; fix POSIX.xs problems; remove outdated
21981              code from sys/socket.h that makes build fail now
21982      Branch: maint-5.6/perl
21983            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
21984            ! pod/perlapi.pod
21985           !> win32/include/sys/socket.h
21986 ____________________________________________________________________________
21987 [  8176] By: gsar                                  on 2000/12/18  05:20:17
21988         Log: update Changes
21989      Branch: maint-5.6/perl
21990            ! Changes patchlevel.h
21991 ____________________________________________________________________________
21992 [  8175] By: gsar                                  on 2000/12/18  04:57:48
21993         Log: integrate changes#7643,7646..7649,7651..7654,7658,7659,
21994              7661..7665,7667..7669,7671,7673,7676,7677,7681..7683,
21995              7689..7697,7699..7701,7703,7705,7714,7715,7718..7723,
21996              7725,7726,7729..7732,7737,7748,7749,7758,7759,7761,7773,
21997              7775,7776,7782,7785..7787,7804,7807,7808,7810,7811,7816,
21998              7823,7825,7838
21999      Branch: maint-5.6/perl
22000           +> lib/File/Spec/Epoc.pm
22001           !> (integrate 88 files)
22002 ____________________________________________________________________________
22003 [  8174] By: gsar                                  on 2000/12/18  03:53:09
22004         Log: integrate changes#7602,7604..7611,7614,7616..7619,7621..7623,
22005              7625..7629,7631..7634,7637,7639,7642 from mainline
22006      Branch: maint-5.6/perl
22007           +> README.solaris
22008           !> (integrate 26 files)
22009 ____________________________________________________________________________
22010 [  8173] By: gsar                                  on 2000/12/18  03:37:02
22011         Log: integrate changes#7472,7474..7479,7481,7485,7489,7493,7494,7496,
22012              7497,7499..7503,7505..7507,7509..7513,7515..7523,7526..7534,
22013              7536,7540,7542,7544..7546,7549,7553,7556,7557,7559,7561..7563,
22014              7565,7568..7572,7576,7578..7589,9592..7594,7596..7601 from mainline
22015      Branch: maint-5.6/perl
22016           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
22017            - MAINTAIN
22018           !> (integrate 111 files)
22019 ____________________________________________________________________________
22020 [  8172] By: jhi                                   on 2000/12/18  02:49:27
22021         Log: Regen pods.
22022      Branch: perl
22023            ! pod/perlmodlib.pod pod/perltoc.pod
22024 ____________________________________________________________________________
22025 [  8171] By: gsar                                  on 2000/12/18  02:49:24
22026         Log: integrate changes#7447,7448,7450,7454,7456,7457,7460,7462,
22027              7465..7471 from mainline
22028              
22029              Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
22030              in platforms that strictly require all the symbols being present
22031              at link time.
22032              
22033              Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
22034              
22035              Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
22036              
22037              Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
22038              
22039              Subject: [PATCH] todo
22040              
22041              Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
22042              
22043              Use $sort, $uniq (and $tr) consistently as wondered
22044              by Nicholas Clark.
22045              
22046              Too enthusiastic editing in #7460.
22047              
22048              The reëntrant version shouldn't be needed unless USE_PURE_BISON.
22049              
22050              Upgrade to CPAN 1.58_55.
22051              Subject: CPAN.pm status
22052              
22053              Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
22054              
22055              Make target reordering to avoid pointless re-makes.
22056              Subject: Re: Total re-make of 'make okfile' after 7451 ?
22057              
22058              Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
22059              
22060              Subject: DOC PATCH 5.6.0
22061              
22062              Add the repository doc by Malcolm, Sarathy, and by Simon,
22063              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
22064      Branch: maint-5.6/perl
22065           +> Porting/repository.pod
22066           !> Configure MANIFEST Makefile.SH README.dos README.os2
22067           !> config_h.SH configure.com embed.h embed.pl handy.h lib/CPAN.pm
22068           !> lib/CPAN/FirstTime.pm perl.h pod/perlfunc.pod pod/perltodo.pod
22069           !> pp.c proto.h t/io/open.t t/op/assignwarn.t toke.c
22070 ____________________________________________________________________________
22071 [  8169] By: gsar                                  on 2000/12/18  02:33:34
22072         Log: integrate changes#7416,7417,7420..7422,7424,7426..7429,7431..7433,
22073              7435..7441,7445 from mainline
22074              
22075              Make the UTF-8 decoding stricter and more verbose when
22076              malformation happens.  This involved adding an argument
22077              to utf8_to_uv_chk(), which involved changing its prototype,
22078              and prefer STRLEN over I32 for the UTF-8 length, which as
22079              a domino effect necessitated changing the prototypes of
22080              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
22081              The stricter UTF-8 decoding checking uses Markus Kuhn's
22082              UTF-8 Decode Stress Tester from
22083              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
22084              
22085              Run vms/vms_yfix.pl, should have done that after changing
22086              perly.c in #7382.
22087              
22088              Subject: [PATCH 5.7.0] static linking with uninstalled perl
22089              
22090              (Replaced by #7440.)
22091              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
22092              
22093              Fix the bug ID 20001024.005, the bug introduced by #7416.
22094              
22095              Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
22096              
22097              Fix the bug reported in
22098              From: andreas.koenig@anima.de (Andreas J. Koenig)
22099              Also make is_utf8_char() stricter.
22100              
22101              Missed the header file changes from #7425.
22102              
22103              Check if stdio supports tweaking lval and cnt simultaneously.
22104              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
22105              
22106              Stratus VOS updates from Paul Green.
22107              
22108              Podify README.epoc and README.vos.
22109              
22110              Add targets to Makefile.SH, most importantly
22111              'regen_all' which also remembers to update vms/perly*.
22112              
22113              Subject: Minor update to find2perl, for portability
22114              
22115              Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
22116              
22117              Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
22118              
22119              Rename UTF8LEN() to be UNISKIP(), too confusing to have
22120              UTF8LEN() and UTF8SKIP(). 
22121              
22122              Allow poking holes at the UTF-8 decoding strictness.
22123              
22124              Continue the internal UTF-8 API tweaking.
22125              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
22126              used much more than the simpler API, now called utf8_to_uv_simple().
22127              Still not quite happy with API, too much partial duplication
22128              of functionality.
22129              
22130              A new version of making the syslog test more robust.
22131              (Replaces #7421.)
22132              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
22133              
22134              buildtoc target tweaks.
22135              
22136              Integrate with vmsperl #7430 by Charles Bailey:
22137              
22138              Cleanup from prior patch (Charles Lane?):
22139              - improve handling of MFDs in Basename and Path
22140              - default to no xsubpp line # munging when building debug images
22141      Branch: maint-5.6/perl
22142           +> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
22143           +> vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
22144           !> (integrate 67 files)
22145 ____________________________________________________________________________
22146 [  8168] By: gsar                                  on 2000/12/18  02:05:49
22147         Log: integrate changes#7512,7733 from mainline (regex bugfixes)
22148              
22149              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
22150              From: Martin Husemann <martin@duskware.de>
22151              
22152              Subject: [PATCH 5.7.0] restore match data on backtracing
22153              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22154      Branch: maint-5.6/perl
22155           !> regcomp.c regexec.c t/op/re_tests
22156 ____________________________________________________________________________
22157 [  8167] By: gsar                                  on 2000/12/18  01:55:22
22158         Log: integrate changes#7858,7986 from mainline
22159              
22160              C<foreach my $x ...> in pseudo-fork()ed process may diddle
22161              parent's memory; fix it by keeping track of the actual pad
22162              offset rather than a raw pointer (this change is probably also
22163              relevant to non-ithreads case to avoid fallout from reallocs of
22164              the pad array, but is currently only enabled for the ithreads
22165              case in the interests of minimal disruption to existing "well
22166              tested" code)
22167              
22168              fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
22169              due to the notorious GetFileType() bug in Windows 9x, which fstat()
22170              tickles)
22171      Branch: maint-5.6/perl
22172           !> embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
22173           !> proto.h scope.c scope.h sv.c t/op/fork.t win32/perlhost.h
22174           !> win32/win32.c win32/win32.h win32/win32sck.c
22175 ____________________________________________________________________________
22176 [  8166] By: gsar                                  on 2000/12/18  01:52:59
22177         Log: integrate changes#7626,7632,7717,7738,7814,7817,7902,7912,7915
22178              from mainline (xsubpp and ExtUtils::LibList fixups, various
22179              other small items)
22180      Branch: maint-5.6/perl
22181           !> emacs/cperl-mode.el emacs/ptags lib/ExtUtils/Liblist.pm
22182           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
22183           !> lib/ExtUtils/xsubpp lib/unicode/syllables.txt minimod.pl
22184           !> pod/perlfunc.pod pod/perlxs.pod pod/perlxstut.pod t/op/split.t
22185           !> win32/bin/search.pl
22186 ____________________________________________________________________________
22187 [  8165] By: gsar                                  on 2000/12/18  01:28:45
22188         Log: integrate changes#7533,7563,7611,7623 from mainline (various
22189              malloc.c embellishments)
22190      Branch: maint-5.6/perl
22191           !> malloc.c pod/perldiag.pod
22192 ____________________________________________________________________________
22193 [  8164] By: gsar                                  on 2000/12/18  01:23:33
22194         Log: integrate changes#7419,7806,8129 from mainline (various h2xs
22195              fixups)
22196      Branch: maint-5.6/perl
22197           !> utils/h2xs.PL
22198 ____________________________________________________________________________
22199 [  8163] By: gsar                                  on 2000/12/18  01:17:50
22200         Log: integrate changes#7493,7599,7803 from mainline (various perlbug
22201              fixups)
22202      Branch: maint-5.6/perl
22203           !> Makefile.SH utils/perlbug.PL
22204 ____________________________________________________________________________
22205 [  8162] By: gsar                                  on 2000/12/18  00:25:43
22206         Log: always export Perl_deb() (it is required by re.xs whether
22207              Perl is built with or without -DDEBUGGING)
22208      Branch: maint-5.6/perl
22209            ! makedef.pl
22210 ____________________________________________________________________________
22211 [  8161] By: gsar                                  on 2000/12/18  00:23:38
22212         Log: integrate change#7414 from mainline
22213              
22214              Undo the basename() part of #7412 since the lib/basename
22215              tests would need upgrading too.
22216              
22217              squelch two tests in tr.t that rely on tr/// paranoia change
22218              that's not in 5.6.x
22219      Branch: maint-5.6/perl
22220            ! t/op/tr.t
22221           !> lib/File/Basename.pm
22222 ____________________________________________________________________________
22223 [  8160] By: gsar                                  on 2000/12/18  00:05:30
22224         Log: missing change in previous integrate
22225      Branch: maint-5.6/perl
22226           !> README.aix
22227 ____________________________________________________________________________
22228 [  8159] By: gsar                                  on 2000/12/18  00:03:38
22229         Log: integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226,
22230              7228,7230..7241,7243,7346,7347,7350..7354,7356,7358..7360,7362,
22231              7363,7365..7368,7370..7374,7376..7386,7391,7393..7399,7304..7408,
22232              7410..7413 from mainline
22233      Branch: maint-5.6/perl
22234           +> README.aix hints/nonstopux.sh lib/unicode/Is/DCmedial.pl
22235           +> t/lib/tie-splice.t
22236            - lib/unicode/Is/DCinital.pl
22237           !> (integrate 112 files)
22238 ____________________________________________________________________________
22239 [  8158] By: jhi                                   on 2000/12/17  23:04:24
22240         Log: Subject: [PATCHES] RE: perl@8150 
22241              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
22242              Date: Sun, 17 Dec 2000 21:46:39 +0100
22243              Message-ID: <3A3D343F.13566.1ACA7D93@localhost>
22244              
22245              Neither cygwin has a getpwuid() one can trust on.
22246      Branch: perl
22247            ! t/lib/glob-basic.t
22248 ____________________________________________________________________________
22249 [  8157] By: jhi                                   on 2000/12/17  23:01:54
22250         Log: More MAN.PODS => {} fixes.
22251      Branch: perl
22252            ! os2/OS2/ExtAttr/Makefile.PL os2/OS2/PrfDB/Makefile.PL
22253            ! os2/OS2/Process/Makefile.PL os2/OS2/REXX/DLL/Makefile.PL
22254            ! os2/OS2/REXX/Makefile.PL
22255 ____________________________________________________________________________
22256 [  8156] By: gsar                                  on 2000/12/17  22:49:13
22257         Log: integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,
22258              7096..7104,7109..7117,7119..7124,7126,7128,7129,7133,7134,
22259              7136..7139,7141..7146,7148,7149,7151,7153..7155,7157,7158,
22260              7160,7161,7164,7165,7169..7178,7180..7191,7193..7197,7199,
22261              7201,7204 from mainline
22262      Branch: maint-5.6/perl
22263           !> (integrate 121 files)
22264 ____________________________________________________________________________
22265 [  8155] By: jhi                                   on 2000/12/17  22:30:58
22266         Log: Subject: [PATCH perl@8133] fix-up for VMS extensions
22267              From: "Craig A. Berry" <craigberry@mac.com>
22268              Date: Sun, 17 Dec 2000 13:09:28 -0600
22269              Message-Id: <p04330103b6628cabe114@[172.16.52.1]>
22270              
22271              MAN.PODS => ' ' is naughty.
22272      Branch: perl
22273            ! vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
22274 ____________________________________________________________________________
22275 [  8154] By: nick                                  on 2000/12/17  22:07:13
22276         Log: MULTIPLICITY nit.
22277      Branch: perl
22278            ! mg.c
22279 ____________________________________________________________________________
22280 [  8153] By: gsar                                  on 2000/12/17  21:23:05
22281         Log: integrate changes#7017..7019,7021..7025,7027..7036,7038,7039,
22282              7041..7044,7046..7048,7050..7061,7063,7066..7067,7069..7074
22283              from mainline
22284              
22285              Document the SvIOK_.*UV().
22286              
22287              Update Unicode todo list.
22288              
22289              Guard against bad string->int conversion for quads.
22290              
22291              Subject: small apidoc fix
22292              
22293              Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
22294              
22295              Subject: [PATCH] Tied filehandle documentation
22296              
22297              Subject: [PATCH] Modernize Opcode.pm documentation
22298              
22299              Make Data::Dumper (non-XS) to work with changed semantics of ref().
22300              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
22301              [applied even though said semantics didn't change in 5.6.x]
22302              
22303              Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
22304              
22305              Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
22306              
22307              Fix the URL, but the server is still missing in action.
22308              Subject: [ID 20000905.002] perlfaq1.pod URL error
22309              
22310              Subject: [ID 20000903.001] \w in utf8-strings
22311              
22312              Fix the ccversion detection for 5.1 and beyond.
22313              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
22314              
22315              Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
22316              
22317              Subject: [ID 20000904.008] Tiny fix for perldiag
22318              
22319              Subject: Re: [ID 20000906.004] segfault with bad perl statement
22320              
22321              Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
22322              
22323              Subject: [ID 20000908.002] perlipc documentation bug.
22324              
22325              Subject: [PATCH lib/Benchmark.pm]
22326              
22327              Re-allow vec() for characters > 255.
22328              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
22329              
22330              Do away with memory models cruft.  Sorry, PDP users.
22331              
22332              Continue #7041.
22333              
22334              Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
22335              
22336              Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
22337              
22338              Upgrade to CPAN 1.57_65, from Andreas König.
22339              
22340              Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
22341              by Russ Allbery.
22342              
22343              Silence t/pod/*.t about alternate quote-mappings now implemented
22344              by Pod::Text, from Brad Appleton.
22345              
22346              Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
22347              Subject: borland C++ win32.c tweak
22348              
22349              C<@a = @b = split(...)> optimization coredumps under ithreads
22350              (missed a spot when fixing up op_pmreplroot hack for ithreads)
22351              
22352              Document the SvUTF8*().
22353              
22354              Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
22355              
22356              Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
22357              
22358              Do in VMS as the #7054 does.
22359              
22360              Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
22361              
22362              Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
22363              
22364              Subject: [patch: perl@7045] vms updates
22365              
22366              Test for the #7049.
22367              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
22368              
22369              Break up the myconfig lines a bit.
22370              Subject: perlbug/perl -V output format
22371              
22372              Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
22373              
22374              The #7054 truncated Configure badly.
22375              
22376              change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
22377              initialization in all the threads on Windows
22378              
22379              Allow for whitespace between "#" and "line" in cpp output.
22380              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
22381              
22382              Remove vestiges of tr//CU.
22383              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
22384              
22385              The return value of setlocale must be copied away.
22386              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
22387              
22388              Allow chop() and chomp() to be overridden.
22389              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
22390              
22391              Hints optimization.
22392              Subject: Minor nit
22393              
22394              Subject: [PATCH] de-wall t/README
22395              
22396              Subject: Re: Two advertising clauses need to be removed
22397      Branch: maint-5.6/perl
22398           !> (integrate 75 files)
22399 ____________________________________________________________________________
22400 [  8152] By: gsar                                  on 2000/12/17  20:30:11
22401         Log: integrate changes#6945,6947,6949..6954,6956,6958,6959,6961,
22402              6964..6972,6977..6981..6984,6987,6988,6991,6994,6997,
22403              6999..7001,7003..7005,7007,7009,7011,7012 from mainline
22404              
22405              Don't attach -ld to the archname if pointless.
22406              
22407              Document UNTIE in a very minimalistic way.
22408              
22409              POSIX doesn't report long double values under -Duselongdouble
22410              when the long doubles are "real" (bigger than doubles).
22411              
22412              More author updates.
22413              
22414              Try to deduce NV_MAX.  Really should be Configure fodder.
22415              
22416              :: not allowed in pathnames, change to .
22417              Subject: [PATCH perl@6938] cygwin port
22418              
22419              Forget about NV_MAX (#6951).  Various floating point tweaks,
22420              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
22421              
22422              Move the Solaris 7 scan to use64bitall, make the
22423              failure to find 64-bot sparc libc to mention the
22424              possibility of being in an intel, from Lupe and Alan.
22425              
22426              Regen perltoc.
22427              
22428              AUTHORS tweaks, from Peter Prymmer.
22429              
22430              More address tweaking.
22431              
22432              Small tweaks all over.
22433              
22434              File::Temp patches from Andreas König,
22435              
22436              Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
22437              
22438              Subject: CPAN.pm beta 1.57_57 for the core
22439              
22440              Part of the solution.
22441              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
22442              
22443              Subject: [PATCH@6961] Fix misleading example in perlretut.pod
22444              
22445              Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
22446              
22447              Add the overload warnings to perldiag.
22448              
22449              Drop unused argument.
22450              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
22451              
22452              Subject: Nit in Configure (bleadperl@6961)
22453              
22454              Update to PodParser 1.18, from Brad Appleton.
22455              
22456              Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
22457              
22458              Subject: [PATCH: 6948] add SCNfldbl to configure.com
22459              
22460              Document UNTIE. Also tweak implementation to suppress the 'inner references'
22461              warning when UNTIE exists and instead pass the cound of extra references to
22462              the UNTIE method.
22463              
22464              Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
22465              so that case-ignoring systems like DCL can tell them from
22466              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
22467              
22468              Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
22469              
22470              Feature ordering tweak.
22471              
22472              Regen perltoc.
22473              
22474              Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
22475              
22476              Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
22477              
22478              Subject: http:// in L<>
22479              
22480              Detypo.
22481              
22482              change#6791 accidentally clobbered change#6710, put it back
22483              
22484              Only the first line, thank you very much.
22485              
22486              Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
22487              plus rework the http: spots as suggested by Tom Christiansen,
22488              plus regen perltoc.
22489              
22490              Undo part of change 6489 which looks like a bulk edit which
22491              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
22492              The supressing of main:: on return from select() is undesirable.
22493              
22494              Apparently avoiding the swapping is too costly.
22495              
22496              Various Configure nits by Philip Newton,
22497              plus the ebcdic one by me.
22498              
22499              Make certain cc is set before trying to run it.
22500              
22501              If overloaded %{} etc. return the object do not loop.
22502              Thus  sub deref { $_[0] } functions if object is wanted type.
22503              
22504              Update perlhist.
22505              
22506              More %{} and other deref special casing - do not pass to 'nomethod'.
22507      Branch: maint-5.6/perl
22508           !> (integrate 59 files)
22509 ____________________________________________________________________________
22510 [  8151] By: gsar                                  on 2000/12/17  19:14:38
22511         Log: integrate changes#6903,6905..6907,6909,6911..6913,6915,6917,6918,
22512              6920..6926,6928..6930,6934..6937,6939,6940,6942..6944 from mainline
22513              
22514              Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
22515              
22516              Make the epsilon to be relative, not absolute.
22517              
22518              Put back the flags dump as reasoned in
22519              Subject: Re: [PATCH] Glob dumping
22520              
22521              Introduce ccname to keep track of what compiler kind of we have.
22522              
22523              Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
22524              
22525              Put back the slice accidentally removed by #6907.
22526              
22527              Reset archname and archname64 always, forcing them be
22528              recomputed at each Configure run, make Configure and
22529              the hints files agree on the naming of largefiles variables.
22530              
22531              Don't say "Perl 5.0 source kit".
22532              
22533              Subject: [PATCH] fix misc cast warnings
22534              
22535              Subject: typos in pods
22536              
22537              NVs not necessarily doubles, as pointed out by Yitzchak.
22538              
22539              Subject: [PATCH 6889] add a few ldbl formats to configure.com
22540              
22541              Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
22542              
22543              Better options for rsync.
22544              
22545              Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
22546              
22547              Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
22548              
22549              Subject: [PATCH] Re: UNTIE method 
22550              
22551              A better fix for the Socket building problem from Craig Berry.
22552              
22553              Retract the dummy test, skip the security tests (instead of failing),
22554              explain what the warnings mean.
22555              
22556              Heap decorruption.
22557              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
22558              
22559              Update to Unicode 3.0.1.
22560              
22561              Missed one Unicode file.
22562              
22563              Subject: Re: typos in pods
22564              
22565              The #6929 was too skimpy.
22566              
22567              sscanf() may be the only way to read long doubles from strings.
22568              
22569              Reveal Borland's isnan.
22570              Subject: build with BC++ tweak
22571              
22572              Issue useful diagnostic on unknown pod commands.
22573              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
22574              
22575              Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
22576              
22577              Clarify the third case of ftmp-security warnings.
22578              
22579              Make -Dusemorebits find long doubles in Solaris.
22580              
22581              Wrap the test in eval.
22582      Branch: maint-5.6/perl
22583           +> lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
22584           +> lib/unicode/PropList.txt lib/unicode/README.perl
22585           +> lib/unicode/UCD301.html lib/unicode/UCDFF301.html
22586           +> lib/unicode/Unicode.301 vms/vmspipe.com
22587            - lib/unicode/Props.txt lib/unicode/UCD300.html
22588            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
22589           !> (integrate 305 files)
22590 ____________________________________________________________________________
22591 [  8150] By: jhi                                   on 2000/12/17  18:47:57
22592         Log: Uncheckedin generated files.
22593      Branch: perl
22594            ! global.sym perlapi.c pod/perlapi.pod
22595 ____________________________________________________________________________
22596 [  8149] By: jhi                                   on 2000/12/17  18:41:22
22597         Log: Update Changes.
22598      Branch: perl
22599            ! Changes patchlevel.h
22600 ____________________________________________________________________________
22601 [  8148] By: jhi                                   on 2000/12/17  18:39:16
22602         Log: Subject: [PATCH] Fcntl constants speedup
22603              From: Nicholas Clark <nick@ccl4.org>
22604              Date: Sun, 17 Dec 2000 16:29:24 +0000
22605              Message-ID: <20001217162924.E97668@plum.flirble.org>
22606              
22607              Use IVs for the Fcntl constants instead of NVs.
22608      Branch: perl
22609            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs t/op/goto_xs.t
22610 ____________________________________________________________________________
22611 [  8147] By: jhi                                   on 2000/12/17  18:33:41
22612         Log: Add test for #8145 (binmode() warning), add warning for
22613              ioctl() and sockpair(), document them. (fileno() cannot
22614              be tripwired with the same kind of warning because
22615              'defined fileno($foo)' seems to be an idiom.)
22616      Branch: perl
22617            ! pod/perldiag.pod pp_sys.c t/pragma/warn/pp_sys
22618 ____________________________________________________________________________
22619 [  8146] By: gsar                                  on 2000/12/17  18:09:08
22620         Log: update Changes
22621      Branch: maint-5.6/perl
22622            ! Changes
22623 ____________________________________________________________________________
22624 [  8145] By: jhi                                   on 2000/12/17  17:39:35
22625         Log: Subject: [PATCH] Re: The long awaited feature ...
22626              From: Simon Cozens <simon@cozens.net>
22627              Date: Sun, 17 Dec 2000 12:31:56 +0000
22628              Message-ID: <20001217123156.A3891@deep-dark-truthful-mirror.perlhacker.org>
22629              
22630              Add a warning to binmode() about using bad filehandles
22631              (can happen e.g. if someone forgets the filehandle argument)
22632      Branch: perl
22633            ! pp_sys.c
22634 ____________________________________________________________________________
22635 [  8144] By: jhi                                   on 2000/12/17  17:33:48
22636         Log: Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
22637              From: Jonathan Stowe <gellyfish@gellyfish.com>
22638              Date: Sun, 17 Dec 2000 17:08:10 +0000 (GMT)
22639              Message-ID: <Pine.LNX.4.10.10012171700010.3834-100000@orpheus.gellyfish.com>
22640      Branch: perl
22641            ! lib/Net/Ping.pm
22642 ____________________________________________________________________________
22643 [  8143] By: jhi                                   on 2000/12/17  05:31:37
22644         Log: Polymorphic regexps.
22645              
22646              Fixes at least the bugs 20001028.003 (both of them...) and
22647              20001108.001.  The bugs 20001114.001 and 20001205.014 seem
22648              also to be fixed by now, probably already before this patch.
22649      Branch: perl
22650            ! embed.h embed.pl mg.c objXSUB.h pp_ctl.c pp_hot.c proto.h
22651            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h sv.c
22652            ! t/op/utf8decode.t t/pragma/utf8.t
22653 ____________________________________________________________________________
22654 [  8142] By: jhi                                   on 2000/12/16  17:16:05
22655         Log: Subject: [patch perl@8102] dos/djgpp update
22656              From: Laszlo Molnar <ml1050@freemail.hu>
22657              Date: Sat, 16 Dec 2000 01:40:52 +0100
22658              Message-ID: <20001216014052.A335@freemail.hu>
22659      Branch: perl
22660            ! djgpp/config.over t/base/commonsense.t
22661 ____________________________________________________________________________
22662 [  8141] By: jhi                                   on 2000/12/16  17:09:27
22663         Log: Few uncheckedin files.
22664      Branch: perl
22665            ! global.sym perlapi.c pod/perlapi.pod pod/perlintern.pod
22666 ____________________________________________________________________________
22667 [  8140] By: nick                                  on 2000/12/15  22:14:31
22668         Log: Integrate mainline
22669      Branch: perlio
22670           !> (integrate 53 files)
22671 ____________________________________________________________________________
22672 [  8139] By: jhi                                   on 2000/12/15  19:49:49
22673         Log: One more IVUV tweak from Nicholas Clark.
22674      Branch: perl
22675            ! sv.c
22676 ____________________________________________________________________________
22677 [  8138] By: jhi                                   on 2000/12/15  19:17:06
22678         Log: Return of the IVUV-preservation, now seems to be happy even
22679              in Digital UNIX (the broken strtoul brokenness detection
22680              seems to have been the fly in the ointment).
22681      Branch: perl
22682            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
22683            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
22684            ! objXSUB.h op.c perl.h pp.c pp_hot.c proto.h sv.c sv.h
22685            ! t/lib/peek.t t/op/cmp.t t/op/numconvert.t uconfig.h
22686            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
22687            ! vos/config.ga.h win32/config.bc win32/config.gc
22688            ! win32/config.vc
22689 ____________________________________________________________________________
22690 [  8137] By: jhi                                   on 2000/12/15  18:12:14
22691         Log: Metaconfig unit change for #8136.
22692      Branch: metaconfig
22693            ! U/modified/d_strtoul.U
22694      Branch: metaconfig/U/perl
22695            ! d_strtoull.U d_strtouq.U
22696 ____________________________________________________________________________
22697 [  8136] By: jhi                                   on 2000/12/15  18:11:35
22698         Log: I don't think it's sensible or portable to test the strtou*
22699              on /^-/ strings.
22700      Branch: perl
22701            ! Configure
22702 ____________________________________________________________________________
22703 [  8135] By: jhi                                   on 2000/12/15  17:18:49
22704         Log: Metaconfig unit change for #8134.
22705      Branch: metaconfig
22706            ! U/modified/d_strtoul.U
22707 ____________________________________________________________________________
22708 [  8134] By: jhi                                   on 2000/12/15  17:14:13
22709         Log: If longsize is 8 we don't need a LL suffix for integer constants.
22710      Branch: perl
22711            ! Configure config_h.SH
22712 ____________________________________________________________________________
22713 [  8133] By: jhi                                   on 2000/12/15  16:00:23
22714         Log: Update Changes.
22715      Branch: perl
22716            ! Changes patchlevel.h
22717 ____________________________________________________________________________
22718 [  8132] By: jhi                                   on 2000/12/15  15:44:16
22719         Log: Some compilers get huffy if you do not cast a const pointer
22720              to a non-const when assigning.
22721      Branch: perl
22722            ! gv.c
22723 ____________________________________________________________________________
22724 [  8131] By: jhi                                   on 2000/12/15  15:38:30
22725         Log: Subject: [PATCH 5.7.0] speeding up object creation/destruction 4x times
22726              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22727              Date: Fri, 15 Dec 2000 05:26:57 -0500
22728              Message-ID: <20001215052657.A8319@math.mps.ohio-state.edu>
22729      Branch: perl
22730            ! embed.h embed.pl gv.c objXSUB.h perl.h proto.h sv.c
22731            ! t/pragma/overload.t
22732 ____________________________________________________________________________
22733 [  8130] By: jhi                                   on 2000/12/15  15:36:08
22734         Log: Subject: [PATCH 5.7.0] cosmetic change to overloading
22735              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22736              Date: Thu, 14 Dec 2000 22:02:43 -0500
22737              Message-ID: <20001214220243.A18437@monk.mps.ohio-state.edu>
22738      Branch: perl
22739            ! gv.c perl.h
22740 ____________________________________________________________________________
22741 [  8129] By: jhi                                   on 2000/12/15  15:34:16
22742         Log: Subject: PATCH: h2xs nit
22743              From: Tim Jenness <t.jenness@jach.hawaii.edu>
22744              Date: Thu, 14 Dec 2000 18:25:46 -1000 (HST)
22745              Message-ID: <Pine.LNX.4.30.0012141820340.2533-100000@lapaki.jach.hawaii.edu>
22746              
22747              Add a template README.
22748      Branch: perl
22749            ! utils/h2xs.PL
22750 ____________________________________________________________________________
22751 [  8128] By: jhi                                   on 2000/12/15  15:32:22
22752         Log: Still buggy findgteprime, fix from Eric Joanis <joanis@cs.toronto.edu>.
22753      Branch: perl
22754            ! lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
22755 ____________________________________________________________________________
22756 [  8127] By: jhi                                   on 2000/12/15  15:19:34
22757         Log: Subject:  [PATCH Opcode.XS, Perl 5.6+] stuff for caller and _ in Safe::
22758              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
22759              Date:     Thu, 14 Dec 2000 20:04:42 EST
22760              Message-Id: <001214200310.49929@DUPHY4.Physics.Drexel.Edu>
22761      Branch: perl
22762            ! ext/Opcode/Opcode.xs
22763 ____________________________________________________________________________
22764 [  8126] By: jhi                                   on 2000/12/15  15:17:49
22765         Log: Subject: [PATCH: perl@8102] s/use vars qw\(/our(/ for OS/390 extension builds
22766              From: Peter Prymmer <pvhp@forte.com>
22767              Date: Thu, 14 Dec 2000 15:50:20 -0800 (PST)
22768              Message-ID: <Pine.OSF.4.10.10012141548200.57557-100000@aspara.forte.com>
22769      Branch: perl
22770            ! ext/Errno/Errno_pm.PL lib/ExtUtils/MM_Unix.pm
22771            ! lib/ExtUtils/Manifest.pm lib/File/Spec.pm
22772            ! lib/File/Spec/Functions.pm lib/File/Spec/Unix.pm
22773 ____________________________________________________________________________
22774 [  8125] By: jhi                                   on 2000/12/15  15:11:05
22775         Log: This seems to be a stage sane and stable enough to checkin.
22776              (it basically is 8102..8118+8122 but no 8120, 8121, 8123, 8124)
22777      Branch: perl
22778            ! MANIFEST embed.h embed.pl objXSUB.h op.c perl.h perlapi.c
22779            ! pod/perlapi.pod pp.c pp_hot.c proto.h sv.c sv.h t/lib/peek.t
22780            ! t/op/cmp.t t/op/numconvert.t
22781 ____________________________________________________________________________
22782 [  8124] By: jhi                                   on 2000/12/15  04:20:26
22783         Log: Something is really wonky.
22784      Branch: perl
22785            ! sv.c
22786 ____________________________________________________________________________
22787 [  8123] By: jhi                                   on 2000/12/15  04:00:50
22788         Log: Fixes for the IV UV patches to compile in Digital UNIX.
22789      Branch: perl
22790            ! sv.c
22791 ____________________________________________________________________________
22792 [  8122] By: jhi                                   on 2000/12/15  02:53:40
22793         Log: Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
22794              From: "Craig A. Berry" <craigberry@mac.com>
22795              Date: Thu, 14 Dec 2000 19:10:49 -0600
22796              Message-Id: <p04330100b65efbe32f30@[172.16.52.1]>
22797      Branch: perl
22798            ! vms/vms.c
22799 ____________________________________________________________________________
22800 [  8121] By: jhi                                   on 2000/12/15  02:50:00
22801         Log: Metaconfig changes for #8120.
22802      Branch: metaconfig
22803            + U/modified/d_strtoul.U
22804      Branch: metaconfig/U/perl
22805            ! d_strtoull.U d_strtouq.U
22806 ____________________________________________________________________________
22807 [  8120] By: jhi                                   on 2000/12/15  02:49:42
22808         Log: From: Nicholas Clark <nick@ccl4.org> 
22809              Subject: [PATCH] strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit  preserving arithmetic)
22810              Date: Thu, 14 Dec 2000 18:38:57 +0000
22811              Message-ID: <20001214183857.B97909@plum.flirble.org>
22812      Branch: perl
22813            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
22814            ! config_h.SH configure.com epoc/config.sh perl.h sv.c uconfig.h
22815            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
22816            ! vos/config.ga.def vos/config.ga.h win32/config.bc
22817            ! win32/config.gc win32/config.vc
22818 ____________________________________________________________________________
22819 [  8119] By: jhi                                   on 2000/12/14  23:40:58
22820         Log: Subject: [PATCH] faster and 64 bit preserving arithmetic
22821              From: Nicholas Clark <nick@ccl4.org>
22822              Date: Wed, 13 Dec 2000 20:08:50 +0000
22823              Message-ID: <20001213200849.B71166@plum.flirble.org>
22824      Branch: perl
22825            ! embed.h embed.pl objXSUB.h op.c perl.h pp.c pp_hot.c proto.h
22826            ! sv.c sv.h t/lib/peek.t t/op/cmp.t t/op/numconvert.t
22827 ____________________________________________________________________________
22828 [  8118] By: jhi                                   on 2000/12/14  22:46:26
22829         Log: Integrate perlio.
22830      Branch: perl
22831           !> MANIFEST ext/Encode/compile makedef.pl
22832 ____________________________________________________________________________
22833 [  8117] By: nick                                  on 2000/12/14  22:38:53
22834         Log: Win32 tweaks to get Encode to build
22835              - temp hack to makedef.pl till PerlIO is properly "exported".
22836              - MSVC dislikes  
22837              static encpage_t foo[];
22838              so make 'em extern for now.
22839      Branch: perlio
22840            ! ext/Encode/compile makedef.pl
22841 ____________________________________________________________________________
22842 [  8116] By: nick                                  on 2000/12/14  22:00:53
22843         Log: Document the new files
22844      Branch: perlio
22845            ! MANIFEST
22846 ____________________________________________________________________________
22847 [  8115] By: jhi                                   on 2000/12/14  21:58:01
22848         Log: MANIFEST new files of #8114.
22849      Branch: perl
22850            ! MANIFEST
22851 ____________________________________________________________________________
22852 [  8114] By: jhi                                   on 2000/12/14  21:50:49
22853         Log: Integrate perlio.
22854      Branch: perl
22855           +> ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
22856           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
22857           !> ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
22858           !> ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
22859           !> ext/Encode/Makefile.PL
22860 ____________________________________________________________________________
22861 [  8113] By: jhi                                   on 2000/12/14  21:48:49
22862         Log: The documentation part of the
22863              
22864              Subject: [ID 20001214.002] Net::Ping patch
22865              From: Jonathan Stowe <gellyfish@gellyfish.com>
22866              Date: Thu, 14 Dec 2000 08:28:14 +0000 (GMT)
22867              Message-Id: <Pine.LNX.4.10.10012140805480.19767-200000@orpheus.gellyfish.com>
22868              since the #7529 had already addressed the same problem.
22869      Branch: perl
22870            ! lib/Net/Ping.pm
22871 ____________________________________________________________________________
22872 [  8112] By: jhi                                   on 2000/12/14  21:42:57
22873         Log: Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
22874              From: Dominic Dunlop <domo@computer.org>
22875              Date: Tue, 12 Dec 2000 10:47:10 +0100
22876              Message-Id: <p04320402b65ba33a92b2@[192.168.1.4]>
22877              
22878              Document how elusive subroutines can be.
22879      Branch: perl
22880            ! pod/perlfunc.pod
22881 ____________________________________________________________________________
22882 [  8111] By: jhi                                   on 2000/12/14  21:38:05
22883         Log: Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
22884              From: Dominic Dunlop <domo@computer.org>
22885              Date: Thu, 14 Dec 2000 10:13:51 +0100
22886              Message-Id: <p04320407b65e3f4853aa@[192.168.1.4]>
22887      Branch: perl
22888            ! ext/POSIX/POSIX.pod
22889 ____________________________________________________________________________
22890 [  8110] By: jhi                                   on 2000/12/14  21:36:32
22891         Log: Subject: [patch] perlfaq7
22892              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
22893              Date: Thu, 14 Dec 2000 15:31:07 +0100
22894              Message-ID: <3A38E7BB.13178.11C40A8@localhost>
22895      Branch: perl
22896            ! pod/perlfaq7.pod
22897 ____________________________________________________________________________
22898 [  8109] By: jhi                                   on 2000/12/14  21:29:20
22899         Log: Subject: [8104] Encode
22900              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22901              Date: Thu, 14 Dec 2000 14:49:34 +0100
22902              Message-Id: <20001214142101.B338.H.M.BRAND@hccnet.nl>
22903              
22904              Type casting for nervous compilers.
22905      Branch: perl
22906            ! ext/Encode/Encode.xs
22907 ____________________________________________________________________________
22908 [  8108] By: jhi                                   on 2000/12/14  21:26:17
22909         Log: Subject: [8104] DB_File
22910              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22911              Date: Thu, 14 Dec 2000 14:49:35 +0100
22912              Message-Id: <20001214144439.B33A.H.M.BRAND@hccnet.nl>
22913              
22914              Type definition incorrect for DB 2.7.7.  Not known when it
22915              changed, so only changed it for a known revision.
22916      Branch: perl
22917            ! ext/DB_File/DB_File.xs
22918 ____________________________________________________________________________
22919 [  8107] By: jhi                                   on 2000/12/14  21:23:41
22920         Log: Subject: [PATCH: perl@8102] Re: Encode/cp1047.enc etc.
22921              From: Peter Prymmer <pvhp@forte.com>
22922              Date: Thu, 14 Dec 2000 11:11:50 -0800 (PST)
22923              Message-ID: <Pine.OSF.4.10.10012141057330.57557-100000@aspara.forte.com>
22924              
22925              Use '?' (0x6F in EBCDIC) for the illegal codepoint.
22926      Branch: perl
22927            ! ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
22928            ! ext/Encode/Encode/posix-bc.enc
22929 ____________________________________________________________________________
22930 [  8106] By: nick                                  on 2000/12/14  20:36:13
22931         Log: "Cold" build correction to Encode's Makefile.PL
22932      Branch: perlio
22933            ! ext/Encode/Makefile.PL
22934 ____________________________________________________________________________
22935 [  8105] By: nick                                  on 2000/12/14  20:09:37
22936         Log: "Compiled" encodings.
22937              Correct replacement character in EBCDIC .enc files
22938              Add 0x7F to ASCII repertoire.
22939      Branch: perlio
22940            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
22941            ! ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
22942            ! ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
22943            ! ext/Encode/Makefile.PL ext/Encode/compile
22944            ! ext/Encode/encengine.c ext/Encode/encode.h
22945 ____________________________________________________________________________
22946 [  8104] By: nick                                  on 2000/12/14  00:38:20
22947         Log: Integrate mainline
22948      Branch: perlio
22949           !> Changes Configure doio.c embed.h embed.pl ext/DB_File/Changes
22950           !> ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
22951           !> ext/DB_File/dbinfo ext/DB_File/typemap ext/DB_File/version.c
22952           !> hints/hpux.sh lib/Cwd.pm objXSUB.h patchlevel.h perlapi.c
22953           !> pod/perlapi.pod pp_hot.c proto.h t/lib/db-btree.t
22954           !> t/lib/db-hash.t t/lib/db-recno.t
22955 ____________________________________________________________________________
22956 [  8103] By: nick                                  on 2000/12/13  23:16:13
22957         Log: Beginings of compiled encodings - checked in as a snapshot of thoughts
22958              so far and so it does not get lost.
22959      Branch: perlio
22960            + ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
22961 ____________________________________________________________________________
22962 [  8102] By: jhi                                   on 2000/12/13  17:14:22
22963         Log: Update Changes.
22964      Branch: perl
22965            ! Changes patchlevel.h
22966 ____________________________________________________________________________
22967 [  8101] By: jhi                                   on 2000/12/13  16:53:41
22968         Log: Move the proto of start_glob() to a better place; regen api files.
22969      Branch: perl
22970            ! embed.h embed.pl objXSUB.h perlapi.c pod/perlapi.pod proto.h
22971 ____________________________________________________________________________
22972 [  8100] By: jhi                                   on 2000/12/13  16:47:11
22973         Log: Metaconfig change for #8099.
22974      Branch: metaconfig
22975            ! U/modified/Head.U
22976 ____________________________________________________________________________
22977 [  8099] By: jhi                                   on 2000/12/13  16:46:48
22978         Log: Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
22979              From: Andy Dougherty <doughera@lafayette.edu>
22980              Date: Wed, 13 Dec 2000 10:36:09 -0500 (EST)
22981              Message-ID: <Pine.SOL.4.10.10012131031230.2017-100000@maxwell.phys.lafayette.edu>
22982      Branch: perl
22983            ! Configure
22984 ____________________________________________________________________________
22985 [  8098] By: jhi                                   on 2000/12/13  16:39:02
22986         Log: Subject: [20000615.005] [PATCH] Cwd::fastgetcwd broken (or mis-named?) on Unix  
22987              From: rspier@pobox.com (Robert Spier)
22988              Date: Tue, 12 Dec 2000 21:12:39 -0500
22989              Message-ID: <14902.56087.678086.725773@rls.cx>
22990              
22991              fastgetcwd is defined using a glob alias on a $^O dependent basis -
22992              and there was no default assignment or perl subroutine.
22993      Branch: perl
22994            ! lib/Cwd.pm
22995 ____________________________________________________________________________
22996 [  8097] By: jhi                                   on 2000/12/13  16:16:01
22997         Log: Subject: [PATCH] move startglob out of pp_hot.c
22998              From: Nicholas Clark <nick@ccl4.org>
22999              Date: Mon, 11 Dec 2000 23:16:39 +0000
23000              Message-ID: <20001211231638.A55550@plum.flirble.org>
23001      Branch: perl
23002            ! doio.c embed.h embed.pl objXSUB.h pp_hot.c proto.h
23003 ____________________________________________________________________________
23004 [  8096] By: jhi                                   on 2000/12/13  15:26:23
23005         Log: Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
23006              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
23007              Date: Wed, 13 Dec 2000 14:01:37 +0100
23008              Message-Id: <20001213135318.621A.H.M.BRAND@hccnet.nl>
23009              
23010              perl/64/HP-UX wants libdb-3.0 to be shared ELF 64 bit which
23011              in turn requires libpthread in libswanted.
23012      Branch: perl
23013            ! hints/hpux.sh
23014 ____________________________________________________________________________
23015 [  8095] By: jhi                                   on 2000/12/12  19:51:05
23016         Log: The integration wars continue.
23017      Branch: perl
23018           !> sv.c
23019 ____________________________________________________________________________
23020 [  8094] By: jhi                                   on 2000/12/12  19:48:26
23021         Log: Subject: [PATCH perl@8070] DB_File-1.74  
23022              From: "Paul Marquess" <paul_marquess@yahoo.co.uk> 
23023              Date: Mon, 11 Dec 2000 23:07:17 -0000
23024              Message-ID: <000001c063c7$1b9d28a0$a20a140a@bfs.phone.com> 
23025      Branch: perl
23026            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
23027            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
23028            ! ext/DB_File/version.c t/lib/db-btree.t t/lib/db-hash.t
23029            ! t/lib/db-recno.t
23030 ____________________________________________________________________________
23031 [  8093] By: nick                                  on 2000/12/12  19:42:13
23032         Log: Integrate/merge mainline with further efficiency tweak to sv.c's utf8 stuff.
23033      Branch: perlio
23034            ! sv.c
23035           !> lib/File/DosGlob.pm
23036 ____________________________________________________________________________
23037 [  8092] By: jhi                                   on 2000/12/12  19:28:11
23038         Log: Integrate perlio.
23039      Branch: perl
23040           !> sv.c
23041 ____________________________________________________________________________
23042 [  8091] By: nick                                  on 2000/12/12  18:49:45
23043         Log: Fix for Tk, and upgrading shared SVs.
23044      Branch: perlio
23045            ! sv.c
23046 ____________________________________________________________________________
23047 [  8090] By: jhi                                   on 2000/12/12  16:48:59
23048         Log: Subject: [PATCH] Re: Breadperl & Tk
23049              From: Nick Ing-Simmons <nik@tiuk.ti.com>
23050              Date: Tue, 12 Dec 2000 14:48:27 GMT
23051              Message-Id: <200012121448.OAA11516@mikado.tiuk.ti.com> 
23052      Branch: perl
23053            ! sv.c
23054 ____________________________________________________________________________
23055 [  8089] By: jhi                                   on 2000/12/12  03:37:19
23056         Log: Subject: DosGlob.pm diff for bash style brace expansion.
23057              From: "Mestnik, Mike" <MMestnik@rustconsulting.com>
23058              Date: Fri, 8 Dec 2000 10:45:30 -0600
23059              Message-ID: <B50C47897E98D3118130009027D3971920F278@EXCHANGE_M1>
23060      Branch: perl
23061            ! lib/File/DosGlob.pm
23062 ____________________________________________________________________________
23063 [  8088] By: nick                                  on 2000/12/11  23:59:59
23064         Log: Integrate mainline
23065      Branch: perlio
23066           !> ext/B/B.pm ext/B/B/Deparse.pm installperl lib/CGI.pm
23067           !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
23068           !> lib/ExtUtils/MakeMaker.pm lib/File/DosGlob.pm pod/perldiag.pod
23069           !> pod/perlop.pod pp.c pp_hot.c scope.c t/io/utf8.t t/lib/b.t
23070           !> t/op/local.t t/pragma/warn/toke toke.c
23071 ____________________________________________________________________________
23072 [  8087] By: jhi                                   on 2000/12/11  23:20:23
23073         Log: Integrate perlio.
23074      Branch: perl
23075           !> ext/Encode/Encode.xs perlio.c perlio.h perliol.h
23076 ____________________________________________________________________________
23077 [  8086] By: jhi                                   on 2000/12/11  22:50:59
23078         Log: Tune further the OS detection of CGI.
23079      Branch: perl
23080            ! lib/CGI.pm
23081 ____________________________________________________________________________
23082 [  8085] By: nick                                  on 2000/12/11  22:50:46
23083         Log: Finish 1st pass of "encoding" layer e.g. :
23084              open($fh,"<encoding(iso8859-7)",$greek) || die;
23085      Branch: perlio
23086            ! ext/Encode/Encode.xs perlio.c perliol.h
23087 ____________________________________________________________________________
23088 [  8084] By: jhi                                   on 2000/12/11  22:32:06
23089         Log: Revert the -f ambiguousity patch, seems to cause
23090              too much hassle (the interpret -Q as a function
23091              where Q is not a known filetest part is left in).
23092      Branch: perl
23093            ! lib/ExtUtils/Liblist.pm pod/perldiag.pod t/pragma/warn/toke
23094            ! toke.c
23095 ____________________________________________________________________________
23096 [  8083] By: jhi                                   on 2000/12/11  22:27:23
23097         Log: (accidentally empty check-in)
23098      Branch: perl
23099            ! lib/File/DosGlob.pm
23100 ____________________________________________________________________________
23101 [  8082] By: nick                                  on 2000/12/11  19:09:51
23102         Log: Restore mmap function (broken by tweaks to shared buffer
23103              layer for encode(xxxx)).
23104      Branch: perlio
23105            ! perlio.c
23106 ____________________________________________________________________________
23107 [  8081] By: jhi                                   on 2000/12/11  18:29:13
23108         Log: Subject: Re: The long awaited feature ...
23109              From: Simon Cozens <simon@cozens.net>
23110              Date: Mon, 11 Dec 2000 15:54:24 +0000
23111              Message-ID: <20001211155424.A17680@deep-dark-truthful-mirror.perlhacker.org>
23112              
23113              More io/utf8 tests.
23114      Branch: perl
23115            ! t/io/utf8.t
23116 ____________________________________________________________________________
23117 [  8080] By: jhi                                   on 2000/12/11  18:19:36
23118         Log: Subject: PATCH MakeMaker manpage clarification
23119              From: andreas.koenig@anima.de (Andreas J. Koenig)
23120              Date: 10 Dec 2000 20:46:13 +0100
23121              Message-ID: <m3aea4kqka.fsf@ak-71.mind.de>
23122      Branch: perl
23123            ! lib/ExtUtils/MakeMaker.pm
23124 ____________________________________________________________________________
23125 [  8079] By: jhi                                   on 2000/12/11  15:35:07
23126         Log: Subject: Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failing
23127              From: Simon Cozens <simon@cozens.net>
23128              Date: Sun, 10 Dec 2000 19:06:19 +0000
23129              Message-ID: <20001210190619.B21402@deep-dark-truthful-mirror.perlhacker.org>
23130      Branch: perl
23131            ! ext/B/B/Deparse.pm t/lib/b.t
23132 ____________________________________________________________________________
23133 [  8078] By: jhi                                   on 2000/12/11  15:09:11
23134         Log: Subject: [PATCH] docs on NaN
23135              From: Nicholas Clark <nick@ccl4.org>
23136              Date: Mon, 11 Dec 2000 01:48:38 +0000
23137              Message-ID: <20001211014838.B99205@plum.flirble.org>
23138      Branch: perl
23139            ! pod/perlop.pod
23140 ____________________________________________________________________________
23141 [  8077] By: jhi                                   on 2000/12/11  15:02:21
23142         Log: Subject: [PATCH] Re: [Fwd: BUG 20001205.022] Local on Hash elements
23143              From: Simon Cozens <simon@cozens.net>
23144              Date: Mon, 11 Dec 2000 01:21:45 +0000
23145              Message-ID: <20001211012144.A23467@deep-dark-truthful-mirror.perlhacker.org>
23146      Branch: perl
23147            ! pp.c pp_hot.c scope.c t/op/local.t
23148 ____________________________________________________________________________
23149 [  8076] By: nick                                  on 2000/12/10  20:43:32
23150         Log: Not merge worthy...
23151              Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
23152              syntax is modelled on attributes.
23153              Untested fix for io/utf8 on Win32 etc.
23154              Very clumsy start to the encode layer.
23155      Branch: perlio
23156            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
23157 ____________________________________________________________________________
23158 [  8075] By: jhi                                   on 2000/12/10  18:39:33
23159         Log: Darwin is not Windows.
23160      Branch: perl
23161            ! lib/CGI.pm
23162 ____________________________________________________________________________
23163 [  8074] By: jhi                                   on 2000/12/10  18:31:27
23164         Log: Subject: Ambiguous -%c() resolved as a file test
23165              From: "Paul Marquess" <Paul.Marquess@openwave.com>
23166              Date: Sun, 10 Dec 2000 15:35:07 -0000
23167              Message-ID: <002601c062be$c5f749c0$a20a140a@bfs.phone.com>
23168      Branch: perl
23169            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
23170 ____________________________________________________________________________
23171 [  8073] By: jhi                                   on 2000/12/10  18:16:29
23172         Log: Subject: PATCH installperl misinformed 
23173              From: andreas.koenig@anima.de (Andreas J. Koenig)
23174              Date: 10 Dec 2000 13:01:32 +0100 
23175              Message-ID: <m3r93glc2r.fsf@ak-71.mind.de>
23176      Branch: perl
23177            ! installperl
23178 ____________________________________________________________________________
23179 [  8072] By: jhi                                   on 2000/12/10  18:07:55
23180         Log: The walkoptree confusion rages; walkoptree() seems to be coming
23181              from B.xs, while walkoptree_slow() comes from B.pm.
23182      Branch: perl
23183            ! ext/B/B.pm
23184 ____________________________________________________________________________
23185 [  8071] By: nick                                  on 2000/12/10  11:45:47
23186         Log: Integrate mainline
23187      Branch: perlio
23188           +> t/base/commonsense.t
23189           !> (integrate 37 files)
23190 ____________________________________________________________________________
23191 [  8070] By: jhi                                   on 2000/12/10  04:46:21
23192         Log: Update Changes.
23193      Branch: perl
23194            ! Changes patchlevel.h
23195 ____________________________________________________________________________
23196 [  8069] By: jhi                                   on 2000/12/10  04:39:19
23197         Log: Subject: Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies)
23198              From: andreas.koenig@anima.de (Andreas J. Koenig)
23199              Date: 09 Dec 2000 17:14:25 +0100
23200              Message-ID: <m3wvd9o9lq.fsf@ak-71.mind.de>
23201      Branch: perl
23202            + t/base/commonsense.t
23203            ! MANIFEST lib/Test/Harness.pm t/TEST t/UTEST
23204 ____________________________________________________________________________
23205 [  8068] By: jhi                                   on 2000/12/10  04:17:36
23206         Log: Subject: [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
23207              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
23208              Date: Sat, 9 Dec 2000 16:47:22 -0000
23209              Message-ID: <002001c061ff$b3aba820$a20a140a@bfs.phone.com>
23210      Branch: perl
23211            ! ext/DB_File/typemap ext/GDBM_File/GDBM_File.pm
23212            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
23213            ! ext/NDBM_File/typemap ext/ODBM_File/ODBM_File.pm
23214            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
23215            ! ext/SDBM_File/typemap t/lib/db-btree.t t/lib/db-hash.t
23216            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
23217            ! t/lib/sdbm.t
23218 ____________________________________________________________________________
23219 [  8067] By: jhi                                   on 2000/12/10  03:52:02
23220         Log: Test case for #8066.
23221      Branch: perl
23222            ! t/op/misc.t
23223 ____________________________________________________________________________
23224 [  8066] By: jhi                                   on 2000/12/10  03:50:30
23225         Log: Subject: [PATCH] Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check termination
23226              From: Simon Cozens <simon@cozens.net>
23227              Date: Sun, 10 Dec 2000 00:55:37 +0000
23228              Message-ID: <20001210005537.B16221@deep-dark-truthful-mirror.perlhacker.org>
23229      Branch: perl
23230            ! pp_sys.c
23231 ____________________________________________________________________________
23232 [  8065] By: jhi                                   on 2000/12/10  03:44:52
23233         Log: Test case for #8064.
23234      Branch: perl
23235            ! t/comp/proto.t
23236 ____________________________________________________________________________
23237 [  8064] By: jhi                                   on 2000/12/10  03:42:32
23238         Log: Subject: Re: prototype of substr
23239              From: Simon Cozens <simon@cozens.net>
23240              Date: Sun, 10 Dec 2000 00:13:33 +0000
23241              Message-ID: <20001210001333.A16221@deep-dark-truthful-mirror.perlhacker.org>
23242              
23243              Make CORE::substr to be '$$;$$' instead of '$$;$;$'.
23244      Branch: perl
23245            ! pp.c
23246 ____________________________________________________________________________
23247 [  8063] By: jhi                                   on 2000/12/10  03:39:42
23248         Log: Subject: [PATCH] perlguts.pod
23249              From: Simon Cozens <simon@cozens.net>
23250              Date: Sun, 10 Dec 2000 00:06:47 +0000
23251              Message-ID: <20001210000647.A16203@deep-dark-truthful-mirror.perlhacker.org>
23252              
23253              Documentation of the different types of ops,
23254              plus the functions in dump.c
23255      Branch: perl
23256            ! pod/perlguts.pod
23257 ____________________________________________________________________________
23258 [  8062] By: jhi                                   on 2000/12/10  03:30:04
23259         Log: Subject: [ID 20001209.006] Not OK: perl v5.7.0 +DEVEL7978 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED)
23260              From: Nicholas Clark <nick@talking.bollo.cx>
23261              Date: Sat, 09 Dec 2000 18:57:25 +0000
23262              Message-Id: <E144pBV-0002Nv-00@Bagpuss.unfortu.net>
23263              
23264              Be more robust in weird hostname setups.
23265      Branch: perl
23266            ! t/lib/net-hostent.t
23267 ____________________________________________________________________________
23268 [  8061] By: jhi                                   on 2000/12/10  03:28:21
23269         Log: Pacify fussy compiler. 
23270      Branch: perl
23271            ! pp_sys.c
23272 ____________________________________________________________________________
23273 [  8060] By: jhi                                   on 2000/12/10  02:52:46
23274         Log: Integrate perlio.
23275      Branch: perl
23276           !> pp_sys.c t/io/utf8.t
23277 ____________________________________________________________________________
23278 [  8059] By: nick                                  on 2000/12/09  23:40:14
23279         Log: read/sysread/recv should now be utf8 aware.
23280              Basic test for utf8 read.
23281      Branch: perlio
23282            ! pp_sys.c t/io/utf8.t
23283 ____________________________________________________________________________
23284 [  8058] By: jhi                                   on 2000/12/09  21:56:02
23285         Log: Integrate perlio.
23286      Branch: perl
23287           +> t/io/utf8.t
23288           !> MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t toke.c
23289 ____________________________________________________________________________
23290 [  8057] By: jhi                                   on 2000/12/09  21:53:35
23291         Log: Subject: Re: Additional patch for UTF8-keys (Re: perl@8016)
23292              From: Inaba Hiroto <inaba@st.rim.or.jp>
23293              Date: Sun, 10 Dec 2000 05:53:21 +0900
23294              Message-ID: <3A329BC0.15E8BFF9@st.rim.or.jp>
23295              
23296              Tests for #8056.
23297      Branch: perl
23298            ! t/op/each.t
23299 ____________________________________________________________________________
23300 [  8056] By: jhi                                   on 2000/12/09  21:51:16
23301         Log: Subject: Additional patch for UTF8-keys (Re: perl@8016)
23302              From: Inaba Hiroto <inaba@st.rim.or.jp>
23303              Date: Sat, 09 Dec 2000 18:02:00 +0900
23304              Message-ID: <3A31F508.34F4BB23@st.rim.or.jp>
23305              
23306              exists() didn't work for UTF-8 keys, and neither did shared hash keys.
23307      Branch: perl
23308            ! embed.h embed.pl hv.c objXSUB.h op.c proto.h sv.c
23309 ____________________________________________________________________________
23310 [  8055] By: nick                                  on 2000/12/09  20:11:48
23311         Log: Make write() (i.e. formats) utf8-aware by calling do_print() rather
23312              than raw PerlIO_write() - does not seem to break any tests.
23313      Branch: perlio
23314            ! pp_sys.c
23315 ____________________________________________________________________________
23316 [  8054] By: nick                                  on 2000/12/09  19:47:30
23317         Log: Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
23318              (sysread, recv and write i.e. formats still to do...)
23319              Allow :utf8 or :bytes in PerlIO_apply_layers() so that
23320              open($fh,">:utf8","name")
23321              etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
23322              so no extra overhead is involved.
23323              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
23324              to a non-utf8 stream.
23325              Add initial io/utf8.t
23326              Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
23327              that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
23328              and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
23329      Branch: perlio
23330            + t/io/utf8.t
23331            ! MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t
23332 ____________________________________________________________________________
23333 [  8053] By: nick                                  on 2000/12/09  19:26:37
23334         Log: Did not get that has_utf8/this_utf8 fix right last time, another spot
23335              was only testing this_utf8.
23336      Branch: perlio
23337            ! toke.c
23338 ____________________________________________________________________________
23339 [  8052] By: nick                                  on 2000/12/09  19:09:41
23340         Log: Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
23341              i.e. the output string has one, but don't mess with source assumption.
23342      Branch: perlio
23343            ! toke.c
23344 ____________________________________________________________________________
23345 [  8051] By: jhi                                   on 2000/12/09  16:55:17
23346         Log: Integrate perlio.
23347      Branch: perl
23348           !> MANIFEST embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c
23349           !> sv.c thrdvar.h util.c
23350 ____________________________________________________________________________
23351 [  8050] By: jhi                                   on 2000/12/09  16:48:07
23352         Log: Nits noticed by Peter Prymmer.
23353      Branch: perl
23354            ! lib/ExtUtils/MM_VMS.pm
23355 ____________________________________________________________________________
23356 [  8049] By: nick                                  on 2000/12/09  13:49:40
23357         Log: UTF8 output prework.
23358              - Store $\ and $, as SVs so they can have SvUTF8 flag
23359              - use do_print() rather than raw PerlIO_write() to print them.
23360      Branch: perlio
23361            ! embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c sv.c
23362            ! thrdvar.h util.c
23363 ____________________________________________________________________________
23364 [  8048] By: nick                                  on 2000/12/09  12:30:43
23365         Log: Integrate mainline.
23366      Branch: perlio
23367           +> ext/Encode/Encode/iso8859-16.enc ext/POSIX/hints/svr4.pl
23368           +> t/op/reverse.t
23369           !> Changes MANIFEST doop.c ext/POSIX/Makefile.PL hints/svr4.sh
23370           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
23371           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Manifest.pm patchlevel.h
23372           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp.h
23373           !> pp_hot.c t/README t/base/term.t t/lib/bigfltpm.t
23374           !> t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
23375 ____________________________________________________________________________
23376 [  8047] By: jhi                                   on 2000/12/09  00:23:27
23377         Log: Subject: Re: [pvhp@forte.com: [ID 20001208.004] Not OK: perl v5.7.0 +DEVEL8042 on VMS_AXP V7.1 (UNINSTALLED)]
23378              From: Michael G Schwern <schwern@pobox.com>
23379              Date: Fri, 8 Dec 2000 14:43:04 -0600
23380      Branch: perl
23381            ! lib/ExtUtils/MM_VMS.pm
23382 ____________________________________________________________________________
23383 [  8046] By: jhi                                   on 2000/12/08  23:10:27
23384         Log: A missed check-in.
23385      Branch: perl
23386            ! lib/ExtUtils/Manifest.pm
23387 ____________________________________________________________________________
23388 [  8045] By: jhi                                   on 2000/12/08  21:57:12
23389         Log: (null check-in)
23390      Branch: perl
23391            ! lib/ExtUtils/MM_Unix.pm pod/perlintern.pod
23392 ____________________________________________________________________________
23393 [  8044] By: jhi                                   on 2000/12/08  21:11:06
23394         Log: Add ISO 8859-16 encoding.  Not a standard yet but seems to be
23395              at the final draft stage.
23396      Branch: perl
23397            + ext/Encode/Encode/iso8859-16.enc
23398            ! MANIFEST
23399 ____________________________________________________________________________
23400 [  8043] By: jhi                                   on 2000/12/08  16:39:04
23401         Log: Update Changes.
23402      Branch: perl
23403            ! Changes patchlevel.h
23404 ____________________________________________________________________________
23405 [  8042] By: jhi                                   on 2000/12/08  16:33:39
23406         Log: Do not return the Unicode replacement character if UTF-8
23407              decoding goes awry, it should be up to the caller to decide.
23408      Branch: perl
23409            ! pod/perlapi.pod utf8.c
23410 ____________________________________________________________________________
23411 [  8041] By: jhi                                   on 2000/12/08  16:22:28
23412         Log: metaconfig maintenance.
23413      Branch: metaconfig
23414            ! U/modified/stdchar.U
23415      Branch: metaconfig/U/perl
23416            + testsyml.U
23417 ____________________________________________________________________________
23418 [  8040] By: jhi                                   on 2000/12/08  16:03:08
23419         Log: Subject: [ID 20001207.009] Not OK: perl v5.7.0 +DEVEL8030 on os2-64int-ld 2.30
23420              From: sthoenna@efn.org
23421              Date: Thu, 7 Dec 2000 21:32:43 -0800 (PST)
23422              Message-Id: <200012080532.eB85Wh729109@garcia.efn.org>
23423      Branch: perl
23424            ! Changes lib/ExtUtils/MM_OS2.pm
23425 ____________________________________________________________________________
23426 [  8039] By: jhi                                   on 2000/12/08  15:57:11
23427         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
23428              From: Simon Cozens <simon@cozens.net>
23429              Date: Fri, 8 Dec 2000 13:33:31 +0000
23430              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
23431              
23432              (The pp_hot part needed a rewrite.)
23433      Branch: perl
23434            ! doop.c pp_hot.c utf8.c
23435 ____________________________________________________________________________
23436 [  8038] By: jhi                                   on 2000/12/08  15:25:08
23437         Log: Subject: djSP
23438              From: Michael Stevens <michael@etla.org>
23439              Date: Wed, 6 Dec 2000 23:24:01 +0000
23440              Message-ID: <20001206232400.A21381@firedrake.org>
23441              
23442              Plus a note from Nick Ing-Simmons.
23443      Branch: perl
23444            ! pp.h
23445 ____________________________________________________________________________
23446 [  8037] By: jhi                                   on 2000/12/08  15:18:35
23447         Log: Filetype is text.
23448      Branch: perl
23449            ! t/op/utf8decode.t
23450 ____________________________________________________________________________
23451 [  8036] By: jhi                                   on 2000/12/08  03:31:27
23452         Log: Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
23453              From: Andy Dougherty <doughera@lafayette.edu>
23454              Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST)
23455              Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu>
23456              
23457              Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
23458              From: Andy Dougherty <doughera@lafayette.edu>
23459              Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST)
23460              Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu>
23461      Branch: perl
23462            + ext/POSIX/hints/svr4.pl
23463            ! MANIFEST ext/POSIX/Makefile.PL hints/svr4.sh t/lib/bigfltpm.t
23464 ____________________________________________________________________________
23465 [  8035] By: jhi                                   on 2000/12/08  03:26:01
23466         Log: Subject: [ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not built
23467              From: Andy Dougherty <doughera@lafayette.edu>
23468              Date: Thu, 7 Dec 2000 10:50:47 -0500 (EST)
23469              Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu>
23470      Branch: perl
23471            ! t/README t/base/term.t
23472 ____________________________________________________________________________
23473 [  8034] By: jhi                                   on 2000/12/08  03:21:59
23474         Log: Subject: DOC PATCH 5.6.0: -s return value incompletely documented
23475              From: mjd@plover.com  
23476              Date: 7 Dec 2000 21:04:20 -0000
23477              Message-ID: <20001207210420.22282.qmail@plover.com>
23478              
23479              Plus -z doc.
23480      Branch: perl
23481            ! pod/perlfunc.pod
23482 ____________________________________________________________________________
23483 [  8033] By: jhi                                   on 2000/12/08  03:19:03
23484         Log: Use the UTF8 macros a bit.  They can't be used with abandon
23485              everywhere because we do generate illegal UTF-8 in some situations.
23486              This is of course naughty.
23487      Branch: perl
23488            ! pod/perlapi.pod utf8.c utf8.h
23489 ____________________________________________________________________________
23490 [  8032] By: jhi                                   on 2000/12/08  03:00:09
23491         Log: Out of sync?
23492      Branch: perl
23493            ! t/pragma/warn/utf8
23494 ____________________________________________________________________________
23495 [  8031] By: jhi                                   on 2000/12/08  02:22:39
23496         Log: Cnt spl.
23497      Branch: perl
23498            ! MANIFEST
23499 ____________________________________________________________________________
23500 [  8030] By: jhi                                   on 2000/12/08  01:23:54
23501         Log: Add test for reverse().
23502      Branch: perl
23503            + t/op/reverse.t
23504            ! MANIFEST
23505 ____________________________________________________________________________
23506 [  8029] By: jhi                                   on 2000/12/08  01:21:47
23507         Log: Integrate perlio.
23508      Branch: perl
23509           !> ext/IO/IO.xs fakesdio.h global.sym lib/warnings.pm perlapi.c
23510           !> perlio.c perlio.h perlsdio.h warnings.pl
23511 ____________________________________________________________________________
23512 [  8028] By: jhi                                   on 2000/12/08  01:19:08
23513         Log: Introduce macros for UTF8 decoding.
23514      Branch: perl
23515            ! t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
23516 ____________________________________________________________________________
23517 [  8027] By: nick                                  on 2000/12/07  22:18:19
23518         Log: Integrate mainline
23519      Branch: perlio
23520           !> embed.pl pod/perlapi.pod utf8.c
23521 ____________________________________________________________________________
23522 [  8026] By: nick                                  on 2000/12/07  21:45:08
23523         Log: Various oddities p4 diff -se showed up
23524              Remove 'our' from warnings.pl
23525      Branch: perlio
23526            ! global.sym lib/warnings.pm pod/perlapi.pod warnings.pl
23527 ____________________________________________________________________________
23528 [  8025] By: nick                                  on 2000/12/07  21:43:32
23529         Log: Change PerlIO_(get|set)pos to take SV *
23530              Should fix, OS/2, VMS, (sfio??)
23531      Branch: perlio
23532            ! ext/IO/IO.xs fakesdio.h perlapi.c perlio.c perlio.h perlsdio.h
23533 ____________________________________________________________________________
23534 [  8024] By: jhi                                   on 2000/12/07  19:05:32
23535         Log: Document utf8_to_uv() better.
23536      Branch: perl
23537            ! pod/perlapi.pod utf8.c
23538 ____________________________________________________________________________
23539 [  8023] By: jhi                                   on 2000/12/07  18:23:47
23540         Log: Document utf8_length(), utf8_distance(), and utf8_hop().
23541      Branch: perl
23542            ! embed.pl pod/perlapi.pod utf8.c
23543 ____________________________________________________________________________
23544 [  8022] By: jhi                                   on 2000/12/07  04:13:51
23545         Log: Integrate perlio.
23546      Branch: perl
23547           !> perlio.c t/io/dup.t win32/config.vc win32/config_H.bc
23548           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
23549           !> win32/makefile.mk
23550 ____________________________________________________________________________
23551 [  8021] By: nick                                  on 2000/12/07  00:28:14
23552         Log: Various attempts at MSVC debug - not sure what has
23553              changed but works now. 
23554              Seems atexit() _may_ work for DLLs built with MSVC so don't
23555              call cleanup that way.
23556      Branch: perlio
23557            ! perlio.c win32/makefile.mk
23558 ____________________________________________________________________________
23559 [  8020] By: nick                                  on 2000/12/06  19:57:20
23560         Log: Integrate mainline
23561      Branch: perlio
23562           +> lib/ExtUtils/MANIFEST.SKIP t/op/concat.t
23563           !> (integrate 75 files)
23564 ____________________________________________________________________________
23565 [  8019] By: nick                                  on 2000/12/06  19:28:21
23566         Log: Add useperlio to config.vc
23567              Turn off binmode in config_H.PL
23568              Regen all the config_H.xx
23569              Attempt to get debugging build with MSVC.
23570      Branch: perlio
23571            ! win32/config.vc win32/config_H.bc win32/config_H.gc
23572            ! win32/config_H.vc win32/config_h.PL win32/makefile.mk
23573 ____________________________________________________________________________
23574 [  8018] By: nick                                  on 2000/12/06  19:21:57
23575         Log: Test various dup/external program options on all platforms.
23576      Branch: perlio
23577            ! t/io/dup.t
23578 ____________________________________________________________________________
23579 [  8017] By: nick                                  on 2000/12/06  19:20:47
23580         Log: Fix harness to be less picky
23581      Branch: perlio
23582            ! lib/Test/Harness.pm
23583 ____________________________________________________________________________
23584 [  8016] By: jhi                                   on 2000/12/06  16:45:12
23585         Log: Update Changes.
23586      Branch: perl
23587            ! Changes patchlevel.h
23588 ____________________________________________________________________________
23589 [  8015] By: jhi                                   on 2000/12/06  16:41:03
23590         Log: Test \x{...} with ord().
23591      Branch: perl
23592            ! t/op/ord.t
23593 ____________________________________________________________________________
23594 [  8014] By: jhi                                   on 2000/12/06  16:20:33
23595         Log: Test tweak because of #8013.
23596      Branch: perl
23597            ! t/lib/b.t
23598 ____________________________________________________________________________
23599 [  8013] By: jhi                                   on 2000/12/06  16:09:09
23600         Log: Subject: [PATCH] $VERSION crusade, strict, tests, etc... all over lib/
23601              From: Michael G Schwern <schwern@pobox.com>
23602              Date: Tue, 5 Dec 2000 21:23:28 -0500
23603              Message-ID: <20001205212328.C6473@blackrider.aocn.com>
23604              
23605              Carp::Heavy parts not very applicable because of recent changes.
23606      Branch: perl
23607            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/CGI/Apache.pm
23608            ! lib/CGI/Switch.pm lib/Carp.pm lib/Carp/Heavy.pm
23609            ! lib/DirHandle.pm lib/Dumpvalue.pm lib/English.pm lib/Env.pm
23610            ! lib/Exporter.pm lib/Exporter/Heavy.pm
23611            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_OS2.pm
23612            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
23613            ! lib/ExtUtils/MM_Win32.pm lib/File/CheckTree.pm
23614            ! lib/File/DosGlob.pm lib/File/Find.pm lib/File/stat.pm
23615            ! lib/FileCache.pm lib/I18N/Collate.pm lib/Net/hostent.pm
23616            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
23617            ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Search/Dict.pm
23618            ! lib/SelectSaver.pm lib/Term/Cap.pm lib/Term/Complete.pm
23619            ! lib/Term/ReadLine.pm lib/Text/Abbrev.pm lib/Tie/Hash.pm
23620            ! lib/Tie/RefHash.pm lib/Tie/Scalar.pm lib/Tie/SubstrHash.pm
23621            ! lib/Time/Local.pm lib/Time/tm.pm lib/UNIVERSAL.pm
23622            ! lib/User/grent.pm lib/User/pwent.pm lib/bytes.pm
23623            ! lib/charnames.pm lib/diagnostics.pm lib/filetest.pm
23624            ! lib/integer.pm lib/less.pm lib/locale.pm lib/open.pm
23625            ! lib/overload.pm lib/subs.pm lib/utf8.pm lib/vars.pm
23626            ! lib/warnings/register.pm t/lib/attrs.t t/lib/syslog.t
23627            ! warnings.pl
23628 ____________________________________________________________________________
23629 [  8012] By: jhi                                   on 2000/12/06  15:22:38
23630         Log: Subject: [PATCH] Re: New harness is failing things
23631              From: Nick Ing-Simmons <nik@tiuk.ti.com>
23632              Date: Wed, 6 Dec 2000 13:00:30 GMT
23633              Message-Id: <200012061300.NAA10567@mikado.tiuk.ti.com>
23634      Branch: perl
23635            ! lib/Test/Harness.pm
23636 ____________________________________________________________________________
23637 [  8011] By: jhi                                   on 2000/12/06  15:12:08
23638         Log: Subject: installhtml changes
23639              From: Michael Stevens <michael@etla.org>
23640              Date: Wed, 6 Dec 2000 13:15:53 +0000
23641              Message-ID: <20001206131553.A27317@firedrake.org>
23642      Branch: perl
23643            ! installhtml
23644 ____________________________________________________________________________
23645 [  8010] By: jhi                                   on 2000/12/06  15:06:05
23646         Log: Subject: the dTHR hits
23647              From: Michael Stevens <michael@etla.org>
23648              Date: Wed, 6 Dec 2000 12:06:03 +0000
23649              Message-ID: <20001206120603.A24581@firedrake.org>
23650              
23651              More, errrm, less dTHRs.
23652      Branch: perl
23653            ! bytecode.pl ext/B/B/C.pm
23654 ____________________________________________________________________________
23655 [  8009] By: jhi                                   on 2000/12/06  15:04:25
23656         Log: Subject: MakeMaker mailing list gone?
23657              From: Michael G Schwern <schwern@pobox.com>
23658              Date: Tue, 5 Dec 2000 19:29:59 -0500
23659              Message-ID: <20001205192959.B6473@blackrider.aocn.com>
23660              
23661              The MakeMaker mailing list is dead, perlbug is the right
23662              address to report bugs.
23663      Branch: perl
23664            ! lib/ExtUtils/MakeMaker.pm
23665 ____________________________________________________________________________
23666 [  8008] By: jhi                                   on 2000/12/06  15:00:32
23667         Log: Subject: [PATCH ExtUtils::Manifest 1.1] Default MANIFEST.SKIP]
23668              From: Michael G Schwern <schwern@pobox.com>
23669              Date: Tue, 5 Dec 2000 19:21:21 -0500
23670              Message-ID: <20001205192121.A6473@blackrider.aocn.com>
23671              
23672              Add a default MANIFEST skip that ignores things like
23673              version control files, editor temporary files, and the Makefile.
23674      Branch: perl
23675            + lib/ExtUtils/MANIFEST.SKIP
23676            ! MANIFEST lib/ExtUtils/Manifest.pm
23677 ____________________________________________________________________________
23678 [  8007] By: jhi                                   on 2000/12/06  14:57:20
23679         Log: In Amiga more manual hackery of the scripts seems to be needed,
23680              from Jan-Erik Karlsson.  Why Configure does not get this right
23681              is unknown, may be shell-induced.
23682      Branch: perl
23683            ! README.amiga
23684 ____________________________________________________________________________
23685 [  8006] By: jhi                                   on 2000/12/05  23:53:12
23686         Log: Add TOPm1s to peek at the second topmost stack item.
23687      Branch: perl
23688            ! pp.h
23689 ____________________________________________________________________________
23690 [  8005] By: jhi                                   on 2000/12/05  23:13:55
23691         Log: Avaunt, you foul UTF-8 tests.
23692      Branch: perl
23693            ! t/op/ver.t t/pragma/utf8.t
23694 ____________________________________________________________________________
23695 [  8004] By: jhi                                   on 2000/12/05  23:09:54
23696         Log: Continue utf8 dispersal. 
23697      Branch: perl
23698            + t/op/concat.t
23699            ! MANIFEST t/pragma/utf8.t
23700 ____________________________________________________________________________
23701 [  8003] By: nick                                  on 2000/12/05  23:02:39
23702         Log: Integrate mainline.
23703      Branch: perlio
23704           +> t/op/length.t t/op/utf8decode.t
23705           !> (integrate 69 files)
23706 ____________________________________________________________________________
23707 [  8002] By: jhi                                   on 2000/12/05  22:59:28
23708         Log: Integrate perlio.
23709      Branch: perl
23710           !> iperlsys.h perl.c perlio.c win32/perllib.c
23711 ____________________________________________________________________________
23712 [  8001] By: nick                                  on 2000/12/05  22:07:52
23713         Log: Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
23714              - calloc/free suffer from damage on TerminateThread()
23715              - use PerlMemShared (as originally planned) now fixed
23716              - avoid doing anything important on DLL "detach".
23717      Branch: perlio
23718            ! perl.c perlio.c win32/perllib.c
23719 ____________________________________________________________________________
23720 [  8000] By: nick                                  on 2000/12/05  21:05:09
23721         Log: Fix gross PerlMemShared issue.
23722      Branch: perlio
23723            ! iperlsys.h
23724 ____________________________________________________________________________
23725 [  7999] By: jhi                                   on 2000/12/05  20:46:58
23726         Log: Test for Unicode (UTF-8) hash keys.
23727      Branch: perl
23728            ! t/op/each.t
23729 ____________________________________________________________________________
23730 [  7998] By: jhi                                   on 2000/12/05  20:30:35
23731         Log: Remove an unnecessary 'use utf8' (unnecessary because \x{...}
23732              is now always UTF-8), empty line cosmetics.
23733      Branch: perl
23734            ! t/pragma/utf8.t
23735 ____________________________________________________________________________
23736 [  7997] By: jhi                                   on 2000/12/05  20:15:40
23737         Log: Subject: Re: STRLEN - what?
23738              From: Andy Dougherty <doughera@lafayette.edu>
23739              Date: Tue, 5 Dec 2000 11:58:46 -0500 (EST)
23740              Message-ID: <Pine.SOL.4.10.10012051152100.3586-100000@maxwell.phys.lafayette.edu>
23741              
23742              Explain STRLEN.
23743      Branch: perl
23744            ! pod/perlguts.pod
23745 ____________________________________________________________________________
23746 [  7996] By: jhi                                   on 2000/12/05  20:13:34
23747         Log: Split off the UTF-8 decoder tests, make them to check also
23748              the error message.
23749      Branch: perl
23750            + t/op/utf8decode.t
23751            ! MANIFEST t/pragma/utf8.t utf8.c
23752 ____________________________________________________________________________
23753 [  7995] By: jhi                                   on 2000/12/05  16:39:47
23754         Log: Start migrating bits of pragma/utf8 to elsewhere
23755              (since the long term plan is to obsolete 'use utf8').
23756      Branch: perl
23757            + t/op/length.t
23758            ! MANIFEST t/pragma/utf8.t
23759 ____________________________________________________________________________
23760 [  7994] By: jhi                                   on 2000/12/05  16:30:21
23761         Log: Fix a manual edit typo from #7993, fix the message formatting
23762              for Unicode, add few our declarations.
23763      Branch: perl
23764            ! lib/Carp/Heavy.pm
23765 ____________________________________________________________________________
23766 [  7993] By: jhi                                   on 2000/12/05  16:09:15
23767         Log: Subject: Need help with warnings :-(
23768              From: "Ben Tilly" <ben_tilly@hotmail.com>
23769              Date: Tue, 05 Dec 2000 01:35:54 -0500
23770              Message-ID: <LAW2-F2380n7J95K7aI00001bb9@hotmail.com>
23771              
23772              Subject: UPDATE: Carp/Heavy now passes all tests
23773              From: "Ben Tilly" <ben_tilly@hotmail.com>
23774              Date: Tue, 05 Dec 2000 07:59:41 -0500
23775              Message-ID: <LAW2-F58V1qdiixjnzi00005523@hotmail.com>
23776              
23777              The Brave New Carp.
23778      Branch: perl
23779            ! lib/Carp.pm lib/Carp/Heavy.pm
23780 ____________________________________________________________________________
23781 [  7992] By: jhi                                   on 2000/12/05  15:55:08
23782         Log: Subject: [PATCH perl@7979] cygwin port
23783              From: "Eric Fifer" <efifer@dircon.co.uk>
23784              Date: Tue, 5 Dec 2000 14:04:09 -0000
23785              Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk>
23786      Branch: perl
23787            ! t/lib/net-hostent.t
23788 ____________________________________________________________________________
23789 [  7991] By: jhi                                   on 2000/12/05  15:52:34
23790         Log: Subject: Re: [PATCH] The largest hoax of all times?
23791              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23792              Date: Tue, 5 Dec 2000 00:40:25 -0500
23793              Message-ID: <20001205004025.A4050@monk.mps.ohio-state.edu>
23794              
23795              Subject: Re: [PATCH] The largest hoax of all times?
23796              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23797              Date: Mon, 4 Dec 2000 23:55:53 -0500
23798              Message-ID: <20001204235553.A1140@monk.mps.ohio-state.edu>
23799              
23800              Subject: Re: [PATCH] The largest hoax of all times?
23801              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23802              Date: Tue, 5 Dec 2000 01:28:45 -0500
23803              Message-ID: <20001205012844.A4227@monk.mps.ohio-state.edu>
23804              
23805              Fix the unpredictable order of DESTROYs.
23806      Branch: perl
23807            ! embed.h embed.pl objXSUB.h pod/perlapi.pod proto.h scope.c
23808            ! sv.c sv.h t/op/ref.t
23809 ____________________________________________________________________________
23810 [  7990] By: jhi                                   on 2000/12/05  14:38:53
23811         Log: Subject: [PATCH] shrink pp_hot fractionally
23812              From: Nicholas Clark <nick@ccl4.org>
23813              Date: Tue, 5 Dec 2000 12:44:31 +0000
23814              Message-ID: <20001205124431.E74518@plum.flirble.org>
23815              
23816              Use report_evil_fh().
23817      Branch: perl
23818            ! opcode.pl opnames.h pp_hot.c util.c
23819 ____________________________________________________________________________
23820 [  7989] By: jhi                                   on 2000/12/05  14:21:27
23821         Log: Subject: [PATCH] [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
23822              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
23823              Date: Mon, 04 Dec 2000 22:21:59 -0800
23824              Message-ID: <HmIL6gzkgepS092yn@efn.org>
23825              
23826              Harness shouldn't ignore responses like "ok 3\r\r\n".
23827      Branch: perl
23828            ! lib/Test/Harness.pm
23829 ____________________________________________________________________________
23830 [  7988] By: jhi                                   on 2000/12/05  13:51:28
23831         Log: Integrate the "skip" messages to explain().
23832      Branch: perl
23833            ! t/lib/syslfs.t t/op/lfs.t
23834 ____________________________________________________________________________
23835 [  7987] By: jhi                                   on 2000/12/05  12:34:54
23836         Log: The one that got away in #7984.
23837              
23838              Subject: Re: dTHR - what and why?
23839              From: Michael Stevens <michael@etla.org> 
23840              Date: Tue, 5 Dec 2000 11:15:52 +0000
23841              Message-ID: <20001205111552.A4647@firedrake.org>
23842      Branch: perl
23843            ! sv.h
23844 ____________________________________________________________________________
23845 [  7986] By: gsar                                  on 2000/12/05  09:14:44
23846         Log: fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
23847              due to the notorious GetFileType() bug in Windows 9x, which fstat()
23848              tickles)
23849      Branch: perl
23850            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32sck.c
23851 ____________________________________________________________________________
23852 [  7985] By: jhi                                   on 2000/12/05  05:49:03
23853         Log: Integrate perlio.
23854      Branch: perl
23855           !> iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
23856           !> win32/perlhost.h win32/perllib.c
23857 ____________________________________________________________________________
23858 [  7984] By: jhi                                   on 2000/12/05  05:48:16
23859         Log: dTHR is a nop in 5.6.0 onwards.  Ergo, it can go.
23860      Branch: perl
23861            ! av.c cygwin/cygwin.c deb.c djgpp/djgpp.c doio.c doop.c dump.c
23862            ! epoc/epoc.c ext/ByteLoader/ByteLoader.xs
23863            ! ext/ByteLoader/byterun.c ext/Devel/DProf/DProf.xs
23864            ! ext/Thread/Thread.xs ext/re/re.xs gv.c hv.c mg.c op.c
23865            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2ish.h perl.c perl.h
23866            ! perlapi.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
23867            ! regexec.c run.c scope.c sv.c taint.c thread.h toke.c
23868            ! universal.c utf8.c util.c vmesa/vmesa.c vms/ext/Stdio/Stdio.xs
23869            ! win32/win32.c
23870 ____________________________________________________________________________
23871 [  7983] By: nick                                  on 2000/12/04  23:27:43
23872         Log: PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
23873      Branch: perlio
23874            ! iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
23875            ! win32/perlhost.h win32/perllib.c
23876 ____________________________________________________________________________
23877 [  7982] By: jhi                                   on 2000/12/04  19:44:09
23878         Log: Yet Another Copying-Without-Paying-Attention-To-SvUTF8(sv) Bug
23879              uncovered by #7980.
23880      Branch: perl
23881            ! op.c
23882 ____________________________________________________________________________
23883 [  7981] By: jhi                                   on 2000/12/04  19:42:07
23884         Log: Subject: [PATCH] Trivial dump.c feature
23885              From: Simon Cozens <simon@cozens.net>
23886              Date: Mon, 4 Dec 2000 18:08:38 +0000
23887              Message-ID: <20001204180838.A5541@pembro33.pmb.ox.ac.uk>
23888              
23889              Show whether a constant is UTF-8.
23890      Branch: perl
23891            ! dump.c
23892 ____________________________________________________________________________
23893 [  7980] By: jhi                                   on 2000/12/04  19:36:51
23894         Log: UTF-8 hash keys, patch from Inaba Hiroto.
23895      Branch: perl
23896            ! embed.h embed.pl hv.c hv.h pod/perlapi.pod proto.h
23897 ____________________________________________________________________________
23898 [  7979] By: jhi                                   on 2000/12/04  17:36:28
23899         Log: Update Changes.
23900      Branch: perl
23901            ! Changes patchlevel.h
23902 ____________________________________________________________________________
23903 [  7978] By: jhi                                   on 2000/12/04  16:42:17
23904         Log: Retract #7977, still too volatile (the euphemism of the day
23905              for unfinished and buggy :-)
23906      Branch: perl
23907            ! doop.c hv.c pp.c sv.h
23908 ____________________________________________________________________________
23909 [  7977] By: jhi                                   on 2000/12/04  16:25:15
23910         Log: (Retracted by #7978, too shaky yet.)
23911              
23912              Subject: Re: utf8 in hash keys, implementor missing
23913              From: Simon Cozens <simon@cozens.net>
23914              Date: Sat, 2 Dec 2000 19:49:35 +0000
23915              Message-ID: <20001202194935.A25673@pembro33.pmb.ox.ac.uk>
23916              
23917              The first step at UTF-8 hash keys.
23918      Branch: perl
23919            ! doop.c hv.c pp.c sv.h
23920 ____________________________________________________________________________
23921 [  7976] By: jhi                                   on 2000/12/04  16:13:53
23922         Log: Subject: [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
23923              From: sthoenna@efn.org
23924              Date: Sun, 3 Dec 2000 19:06:53 -0800 (PST)
23925              Message-Id: <200012040306.eB436rE18922@garcia.efn.org>
23926      Branch: perl
23927            ! os2/os2.c perlio.c
23928 ____________________________________________________________________________
23929 [  7975] By: jhi                                   on 2000/12/04  16:05:25
23930         Log: Subject: Re: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 (UNINSTALLED)
23931              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
23932              Date: Thu, 30 Nov 2000 20:50:37 -0800
23933              Message-ID: <d4yJ6gzkgGsJ092yn@efn.org>
23934      Branch: perl
23935            ! os2/os2.c
23936 ____________________________________________________________________________
23937 [  7974] By: jhi                                   on 2000/12/04  16:03:57
23938         Log: Subject: [PATCH] ++ 20% faster
23939              From: Nicholas Clark <nick@ccl4.org>
23940              Date: Mon, 4 Dec 2000 12:17:27 +0000
23941              Message-ID: <20001204121726.B52976@plum.flirble.org>
23942              
23943              Make '$i = ""; $i++' to produce true IVs without a hint of NVs.
23944      Branch: perl
23945            ! sv.c
23946 ____________________________________________________________________________
23947 [  7973] By: jhi                                   on 2000/12/04  16:00:48
23948         Log: 
23949              Subject: Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED)
23950              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
23951              Date: Mon, 04 Dec 2000 12:30:45 +0100
23952              Message-Id: <20001204122118.E85D.H.M.BRAND@hccnet.nl>
23953              
23954              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
23955              library (getprotobyname and getprotobynumber are outversioned by
23956              the same calls in libc, at least for xlc version 3.
23957      Branch: perl
23958            ! hints/aix.sh
23959 ____________________________________________________________________________
23960 [  7972] By: jhi                                   on 2000/12/04  02:58:31
23961         Log: Integrate perlio.
23962      Branch: perl
23963           !> doio.c iperlsys.h perl.c perl.h perlio.c perlio.h toke.c
23964           !> win32/makefile.mk win32/perlhost.h win32/perllib.c
23965           !> win32/win32.h win32/win32iop.h win32/win32thread.h
23966 ____________________________________________________________________________
23967 [  7971] By: nick                                  on 2000/12/04  00:24:33
23968         Log: Quieten some noise in Win32 builds:
23969              - win32.h is included after <sys/socket.h>, so need to 
23970              set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
23971              - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
23972      Branch: perlio
23973            ! doio.c perl.h toke.c win32/win32.h
23974 ____________________________________________________________________________
23975 [  7970] By: nick                                  on 2000/12/03  22:57:46
23976         Log: PERL_IMPLICIT_SYS compiles but does not work.
23977      Branch: perlio
23978            ! iperlsys.h perl.c perlio.c perlio.h win32/makefile.mk
23979            ! win32/perlhost.h win32/perllib.c win32/win32.h
23980            ! win32/win32iop.h win32/win32thread.h
23981 ____________________________________________________________________________
23982 [  7969] By: jhi                                   on 2000/12/03  22:12:58
23983         Log: On DEBUGGING make ANYOFUTF8 nodes store away also the SV
23984              used to swash_init(), makes regprop() dumps more informative
23985              (+utf8::IsAlpha, -utf8::IsDigit, for example).
23986      Branch: perl
23987            ! regcomp.c regexec.c
23988 ____________________________________________________________________________
23989 [  7968] By: jhi                                   on 2000/12/03  21:39:56
23990         Log: Implement ANYOFUTF8 regprop() dumping.
23991      Branch: perl
23992            ! regcomp.c
23993 ____________________________________________________________________________
23994 [  7967] By: jhi                                   on 2000/12/03  20:57:19
23995         Log: Make uv_to_utf8() to zero-terminate its output buffer,
23996              always use (at least) UTF8_MAXLEN + 1 U8s deep buffer.
23997      Branch: perl
23998            ! op.c pp.c regcomp.c regexec.c sv.c toke.c utf8.c
23999 ____________________________________________________________________________
24000 [  7966] By: nick                                  on 2000/12/03  18:41:21
24001         Log: Integrate mainline (STDCHAR)
24002      Branch: perlio
24003           !> Configure t/pragma/utf8.t
24004 ____________________________________________________________________________
24005 [  7965] By: jhi                                   on 2000/12/03  17:58:20
24006         Log: Raw zero bytes in text files confuse at least GNU patch 2.1.
24007      Branch: perl
24008            ! t/pragma/utf8.t
24009 ____________________________________________________________________________
24010 [  7964] By: jhi                                   on 2000/12/03  17:35:56
24011         Log: Integrate perlio.
24012      Branch: perl
24013           !> iperlsys.h perlio.c
24014 ____________________________________________________________________________
24015 [  7963] By: jhi                                   on 2000/12/03  17:33:55
24016         Log: Metaconfig unit change for #7962.
24017      Branch: metaconfig
24018            ! U/modified/stdchar.U
24019 ____________________________________________________________________________
24020 [  7962] By: jhi                                   on 2000/12/03  17:33:27
24021         Log: Untangle the <stdio.h> #include nest for the stdchar test,
24022              from Andy Dougherty.
24023      Branch: perl
24024            ! Configure
24025 ____________________________________________________________________________
24026 [  7961] By: nick                                  on 2000/12/03  16:53:00
24027         Log: Make iperlsys.h vector stdio not PerlIO.
24028      Branch: perlio
24029            ! iperlsys.h perlio.c
24030 ____________________________________________________________________________
24031 [  7960] By: nick                                  on 2000/12/03  14:43:01
24032         Log: Integrate mainline
24033      Branch: perlio
24034           !> Changes Configure config_h.SH lib/ExtUtils/MM_Unix.pm op.c
24035           !> patchlevel.h pod/perldiag.pod t/lib/net-hostent.t toke.c
24036 ____________________________________________________________________________
24037 [  7959] By: jhi                                   on 2000/12/03  08:16:36
24038         Log: Use DO_UTF8().
24039      Branch: perl
24040            ! op.c
24041 ____________________________________________________________________________
24042 [  7958] By: jhi                                   on 2000/12/02  18:33:05
24043         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
24044              From: Mike Guy <mjtg@cam.ac.uk>         
24045              Date: Sat, 02 Dec 2000 17:27:13 +0000
24046              Message-Id: <E142GRN-0003go-00@libra.cus.cam.ac.uk>
24047              
24048              An extraneous argument.
24049      Branch: perl
24050            ! toke.c
24051 ____________________________________________________________________________
24052 [  7957] By: jhi                                   on 2000/12/02  18:22:32
24053         Log: A missing hunk.
24054      Branch: perl
24055            ! t/lib/net-hostent.t
24056 ____________________________________________________________________________
24057 [  7956] By: jhi                                   on 2000/12/02  18:06:20
24058         Log: Subject: [PATCH] Re: [ID 20001202.001] (Net::hostent)
24059              From: Nicholas Clark <nick@ccl4.org>
24060              Date: Sat, 2 Dec 2000 14:28:27 +0000
24061              Message-ID: <20001202142827.A12308@plum.flirble.org>
24062              
24063              Test robustness.
24064      Branch: perl
24065            ! t/lib/net-hostent.t
24066 ____________________________________________________________________________
24067 [  7955] By: jhi                                   on 2000/12/02  17:58:06
24068         Log: Metaconfig unit change for #7954.
24069      Branch: metaconfig
24070            ! U/modified/stdchar.U
24071 ____________________________________________________________________________
24072 [  7954] By: jhi                                   on 2000/12/02  17:54:32
24073         Log: An inconvenient hang would happen if the stdio _ptr wasn't
24074              found in <stdio.h> and <stdio_impl.h> didn't exist.  (grep
24075              would be grepping stdin for all eternity for the _ptr.)
24076      Branch: perl
24077            ! Configure
24078 ____________________________________________________________________________
24079 [  7953] By: jhi                                   on 2000/12/02  00:07:15
24080         Log: Update Changes.
24081      Branch: perl
24082            ! Changes patchlevel.h
24083 ____________________________________________________________________________
24084 [  7952] By: jhi                                   on 2000/12/01  23:54:47
24085         Log: Subject: Re: long shell lines
24086              From: Andy Dougherty <doughera@lafayette.edu>
24087              Date: Thu, 30 Nov 2000 12:45:37 -0500 (EST)
24088              Message-ID: <Pine.SOL.4.10.10011301044590.26388-100000@maxwell.phys.lafayette.edu>
24089              
24090              Split overly long shell command lines.
24091      Branch: perl
24092            ! lib/ExtUtils/MM_Unix.pm
24093 ____________________________________________________________________________
24094 [  7951] By: jhi                                   on 2000/12/01  23:48:02
24095         Log: The metaconfig unit change for #7950.
24096      Branch: metaconfig
24097            + U/modified/stdchar.U
24098 ____________________________________________________________________________
24099 [  7950] By: jhi                                   on 2000/12/01  23:47:39
24100         Log: Try to find stdchar also from <stdio_impl.h>.
24101      Branch: perl
24102            ! Configure config_h.SH
24103 ____________________________________________________________________________
24104 [  7949] By: jhi                                   on 2000/12/01  23:46:45
24105         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
24106              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
24107              Date: Fri, 1 Dec 2000 16:26:08 -0500
24108              Message-ID: <20001201162608.B1436@linguist.dartmouth.edu>
24109              
24110              Reword the diagnostic message.
24111      Branch: perl
24112            ! pod/perldiag.pod
24113 ____________________________________________________________________________
24114 [  7948] By: nick                                  on 2000/12/01  22:49:43
24115         Log: Integrate mainline (for s/y/m as sub names stuff).
24116      Branch: perlio
24117           !> lib/CPAN.pm lib/CPAN/FirstTime.pm pod/perldiag.pod t/op/misc.t
24118           !> t/pragma/warn/toke toke.c
24119 ____________________________________________________________________________
24120 [  7947] By: jhi                                   on 2000/12/01  20:55:41
24121         Log: Integrate perlio.
24122      Branch: perl
24123           !> perlio.c perliol.h t/io/pipe.t
24124 ____________________________________________________________________________
24125 [  7946] By: jhi                                   on 2000/12/01  20:36:51
24126         Log: Upgrade to CPAN 1.59_51, from Andreas König.
24127      Branch: perl
24128            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
24129 ____________________________________________________________________________
24130 [  7945] By: nick                                  on 2000/12/01  20:31:32
24131         Log: Integrate mainline
24132      Branch: perlio
24133           +> ext/Encode/Encode/EncodeFormat.pod lib/unicode/Is/Blank.pl
24134           +> lib/unicode/Is/SpacePerl.pl t/lib/class-struct.t
24135           +> t/lib/net-hostent.t
24136           !> (integrate 35 files)
24137 ____________________________________________________________________________
24138 [  7944] By: jhi                                   on 2000/12/01  20:23:29
24139         Log: Some help for 20001130.011.  Now one gets warnings like
24140              "Ambiguous -f() resolved as a file test ..."
24141      Branch: perl
24142            ! pod/perldiag.pod t/pragma/warn/toke toke.c
24143 ____________________________________________________________________________
24144 [  7943] By: jhi                                   on 2000/12/01  19:44:44
24145         Log: Retract #7941.  Forbidding subs m/s/etc is too cruel because
24146              that also breaks using them as methods. 
24147      Branch: perl
24148            ! pod/perldiag.pod t/op/misc.t toke.c
24149 ____________________________________________________________________________
24150 [  7942] By: nick                                  on 2000/12/01  17:56:46
24151         Log: Fix 'mmap' lib/filehand.t (ungetc) test fail.
24152              Make 'unix' pass most tests
24153              - do unread by temporary push of layer ("pending") holding unread chars
24154              - fast_gets is now based on per-handle flag
24155              - relax one of io/pipe.t tests to allow print to fail and close to
24156              succeed so that it passes on unbuffered "unix" layer.
24157              Remaining fail is sporadic and a genuine race condition between
24158              parent/child in fork test.
24159      Branch: perlio
24160            ! perlio.c perliol.h t/io/pipe.t
24161 ____________________________________________________________________________
24162 [  7941] By: jhi                                   on 2000/12/01  15:28:58
24163         Log: (Retracted by #7943.)
24164              
24165              Reserve the short named string operator names.
24166      Branch: perl
24167            ! pod/perldiag.pod t/op/misc.t toke.c
24168 ____________________________________________________________________________
24169 [  7940] By: jhi                                   on 2000/12/01  06:45:53
24170         Log: Get the three different space character classes right under utf8.
24171      Branch: perl
24172            + lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
24173            ! MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
24174            ! regexec.c t/op/pat.t utf8.c
24175 ____________________________________________________________________________
24176 [  7939] By: jhi                                   on 2000/12/01  03:26:26
24177         Log: Two more tests that make no sense in UTF-8 since the test
24178              data is not in UTF-8.
24179      Branch: perl
24180            ! t/op/regexp.t
24181 ____________________________________________________________________________
24182 [  7938] By: jhi                                   on 2000/12/01  03:20:39
24183         Log: \x{} doesn't any more require 'use utf8' outside regexen so why
24184              should it be required inside regexen?
24185      Branch: perl
24186            ! regcomp.c t/op/regmesg.t
24187 ____________________________________________________________________________
24188 [  7937] By: jhi                                   on 2000/12/01  02:58:53
24189         Log: Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
24190              stored and restored, and thusly was trounced by the utf8 swash
24191              routines.
24192      Branch: perl
24193            ! regcomp.c
24194 ____________________________________________________________________________
24195 [  7936] By: jhi                                   on 2000/11/30  20:41:39
24196         Log: Fix for 20001128.006, be more careful in Perl_sv_utf8_downgrade().
24197              Why the different platforms behave so differently (core dump vs
24198              no core dump) on this bug is a but of a mystery, but if I had to
24199              guess I would mumble something like 'alignment'.
24200      Branch: perl
24201            ! sv.c
24202 ____________________________________________________________________________
24203 [  7935] By: jhi                                   on 2000/11/30  16:17:02
24204         Log: Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits
24205              From: Robin Barker <rmb1@cise.npl.co.uk>
24206              Message-Id: <200011301427.OAA00030@tempest.npl.co.uk>
24207              Date: Thu, 30 Nov 2000 14:27:12 GMT
24208      Branch: perl
24209            ! perlio.c toke.c
24210 ____________________________________________________________________________
24211 [  7934] By: jhi                                   on 2000/11/30  16:04:49
24212         Log: In OS/390 'localhost' can be 'localhost.FOO.BAR'.
24213      Branch: perl
24214            ! t/lib/net-hostent.t
24215 ____________________________________________________________________________
24216 [  7933] By: jhi                                   on 2000/11/30  06:07:26
24217         Log: Subject: [ID 20001129.007] Not OK: perl v5.7.0 +DEVEL7928 on VMS_AXP V7.1 (UNINSTALLED)
24218              From: Peter Prymmer <pvhp@forte.com>
24219              Date: Wed, 29 Nov 2000 15:16:45 -0800 (PST)
24220              Message-Id: <Pine.OSF.4.10.10011291515570.328738-100000@aspara.forte.com>
24221              
24222              In VMS the localhost may be LOCALHOST.
24223      Branch: perl
24224            ! t/lib/net-hostent.t
24225 ____________________________________________________________________________
24226 [  7932] By: jhi                                   on 2000/11/30  01:11:11
24227         Log: Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
24228              From: Peter Prymmer <pvhp@forte.com>
24229              Date: Wed, 29 Nov 2000 12:36:40 -0800 (PST)
24230              Message-ID: <Pine.OSF.4.10.10011291233120.328738-100000@aspara.forte.com>
24231              
24232              plus regen perlapi.pod.
24233      Branch: perl
24234            ! pod/perlapi.pod utf8.c
24235 ____________________________________________________________________________
24236 [  7931] By: jhi                                   on 2000/11/30  01:06:19
24237         Log: Subject:  [PATCH perl@7930] get t/lib/filter-util.t to work on VMS 
24238              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
24239              Date:     Wed, 29 Nov 2000 17:15:11 EST
24240              Message-Id: <001129171439.6099b@DUPHY4.Physics.Drexel.Edu>
24241      Branch: perl
24242            ! t/lib/filter-util.pl t/lib/filter-util.t
24243 ____________________________________________________________________________
24244 [  7930] By: jhi                                   on 2000/11/29  18:51:55
24245         Log: Update Changes.
24246      Branch: perl
24247            ! Changes patchlevel.h
24248 ____________________________________________________________________________
24249 [  7929] By: jhi                                   on 2000/11/29  18:50:55
24250         Log: Update the va_copy() metaconfig unit.
24251      Branch: metaconfig/U/perl
24252            ! need_va_copy.U
24253 ____________________________________________________________________________
24254 [  7928] By: jhi                                   on 2000/11/29  17:50:43
24255         Log: Subject: [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17  
24256              From: Dominic Dunlop <domo@computer.org>
24257              Date: Tue, 28 Nov 2000 16:41:57 +0100
24258              Message-Id: <p04320400b649771b9797@[192.168.1.4]>
24259              
24260              Patch to catch a core dump in the Configure va_copy test.
24261      Branch: perl
24262            ! Configure config_h.SH
24263 ____________________________________________________________________________
24264 [  7927] By: jhi                                   on 2000/11/29  17:31:59
24265         Log: Retract #7921, the patch shouldn't be needed.
24266      Branch: perl
24267            ! sv.c
24268 ____________________________________________________________________________
24269 [  7926] By: jhi                                   on 2000/11/29  17:01:41
24270         Log: Make the Class::Struct import() wiser.
24271      Branch: perl
24272            ! lib/Class/Struct.pm t/lib/class-struct.t
24273 ____________________________________________________________________________
24274 [  7925] By: jhi                                   on 2000/11/29  16:36:33
24275         Log: All the core library users of Class::Struct seem to be
24276              using "use Class::Struct 'struct';" instead of the bare
24277              "use Class::Struct;", which isn't documented in Class::Struct.
24278              This can't be right.
24279      Branch: perl
24280            ! lib/File/stat.pm
24281 ____________________________________________________________________________
24282 [  7924] By: jhi                                   on 2000/11/29  16:32:15
24283         Log: A test works better if it has the right 1..$n output.
24284      Branch: perl
24285            ! t/lib/class-struct.t
24286 ____________________________________________________________________________
24287 [  7923] By: jhi                                   on 2000/11/29  16:29:11
24288         Log: Forgot to MANIFEST the new Net::hostent test.
24289      Branch: perl
24290            ! MANIFEST
24291 ____________________________________________________________________________
24292 [  7922] By: jhi                                   on 2000/11/29  16:27:49
24293         Log: Integrate perlio.
24294      Branch: perl
24295           !> iperlsys.h perlio.c
24296 ____________________________________________________________________________
24297 [  7921] By: jhi                                   on 2000/11/29  16:27:10
24298         Log: (Retracted by #7927.)
24299              
24300              Subject: [PATCH] Is infinity a number?
24301              From: Simon Cozens <simon@cozens.net>
24302              Date: Wed, 29 Nov 2000 14:48:20 +0000
24303              Message-ID: <20001129144820.A31339@pembro33.pmb.ox.ac.uk>
24304      Branch: perl
24305            ! sv.c
24306 ____________________________________________________________________________
24307 [  7920] By: jhi                                   on 2000/11/29  16:23:02
24308         Log: Subject: net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it is buggy?)
24309              From: rspier@pobox.com (Robert Spier)
24310              Date: Wed, 29 Nov 2000 02:17:49 -0500
24311              Message-ID: <14884.44445.760322.278647@localhost.localdomain>
24312              
24313              Add a test for Net::hostent.
24314      Branch: perl
24315            + t/lib/net-hostent.t
24316 ____________________________________________________________________________
24317 [  7919] By: jhi                                   on 2000/11/29  16:21:31
24318         Log: Make "use Class::Struct 'struct';" work again (broken by #7617);
24319              add a test for Class::Struct.
24320      Branch: perl
24321            + t/lib/class-struct.t
24322            ! MANIFEST lib/Class/Struct.pm
24323 ____________________________________________________________________________
24324 [  7918] By: jhi                                   on 2000/11/29  15:48:40
24325         Log: Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
24326              From: rspier@pobox.com (Robert Spier)
24327              Date: Wed, 29 Nov 2000 02:25:39 -0500
24328              Message-ID: <14884.44915.86028.422238@localhost.localdomain>
24329              
24330              More checking in case someone has broken their services or
24331              protocol databases.
24332      Branch: perl
24333            ! ext/Sys/Syslog/Syslog.pm
24334 ____________________________________________________________________________
24335 [  7917] By: jhi                                   on 2000/11/29  15:46:25
24336         Log: Subject: [PATCH] $^O  win32 -> MSWin32
24337              From: rspier@pobox.com (Robert Spier)
24338              Date: Wed, 29 Nov 2000 02:17:38 -0500
24339              Message-ID: <14884.44434.340627.126145@localhost.localdomain>
24340              
24341              plus similar nits for vms, err, VMS, and UNICOS.
24342      Branch: perl
24343            ! t/lib/syslfs.t t/op/lfs.t
24344 ____________________________________________________________________________
24345 [  7916] By: jhi                                   on 2000/11/29  15:42:51
24346         Log: Subject: [PATCH] Tokeniser debugging
24347              From: Simon Cozens <simon@cozens.net>
24348              Date: Wed, 29 Nov 2000 14:15:45 +0000
24349              Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk>
24350      Branch: perl
24351            ! perl.c perl.h pod/perlrun.pod toke.c
24352 ____________________________________________________________________________
24353 [  7915] By: jhi                                   on 2000/11/29  15:41:36
24354         Log: Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
24355              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24356              Date: Wed, 29 Nov 2000 02:13:14 -0500
24357              Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu>
24358              
24359              OUT keyword nits.
24360              
24361              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
24362              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24363              Date: Wed, 29 Nov 2000 03:09:04 -0500
24364              Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu>
24365              
24366              OUT and IN_OUT documentation.
24367      Branch: perl
24368            ! lib/ExtUtils/xsubpp pod/perlxs.pod
24369 ____________________________________________________________________________
24370 [  7914] By: jhi                                   on 2000/11/29  03:35:01
24371         Log: Subject: Re: [ID 20001127.002] const subs hurt under debugger
24372              From: John Tobey <jtobey@john-edwin-tobey.org>
24373              Date: Tue, 28 Nov 2000 01:13:41 -0500 (EST)
24374              Message-Id: <m140e1N-000FOoC@feynman.localnet>
24375              
24376              plus a performance speedup noticed by Sarathy.
24377      Branch: perl
24378            ! op.c
24379 ____________________________________________________________________________
24380 [  7913] By: jhi                                   on 2000/11/29  03:16:59
24381         Log: Use "1 while unlink" so that VMS gets clean, too.
24382      Branch: perl
24383            ! t/lib/filter-util.t
24384 ____________________________________________________________________________
24385 [  7912] By: jhi                                   on 2000/11/29  03:09:08
24386         Log: Subject: [PATCH 5.7.0] OUT keyword for xsubpp
24387              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24388              Date: Tue, 28 Nov 2000 03:27:09 -0500
24389              Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu>
24390      Branch: perl
24391            ! lib/ExtUtils/xsubpp
24392 ____________________________________________________________________________
24393 [  7911] By: jhi                                   on 2000/11/29  03:06:30
24394         Log: This should have been part of #7872: no need to scan UTF-8
24395              until eternity.
24396      Branch: perl
24397            ! utf8.c
24398 ____________________________________________________________________________
24399 [  7910] By: jhi                                   on 2000/11/29  02:50:04
24400         Log: One more perltie.pod nit from Casey R. Tweten.
24401      Branch: perl
24402            ! pod/perltie.pod
24403 ____________________________________________________________________________
24404 [  7909] By: jhi                                   on 2000/11/29  02:44:23
24405         Log: Document the known sprintf test failures, exact standard
24406              reference from Dominic Dunlop, NonStop-UX testing from Tom Bates.
24407      Branch: perl
24408            ! pod/perldelta.pod t/op/sprintf.t
24409 ____________________________________________________________________________
24410 [  7908] By: jhi                                   on 2000/11/29  02:36:23
24411         Log: Add the Encoding table format documentation.
24412      Branch: perl
24413            + ext/Encode/Encode/EncodeFormat.pod
24414            ! MANIFEST
24415 ____________________________________________________________________________
24416 [  7907] By: jhi                                   on 2000/11/29  02:07:24
24417         Log: Subject: Re: [PATCH] Updating perltie.pod for arrays
24418              From: "Casey R. Tweten" <crt@kiski.net>
24419              Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST)
24420              Message-ID: <Pine.OSF.4.21.0011281209050.25178-100000@home.kiski.net>
24421              
24422              Subject: Re: [PATCH] Updating perltie.pod for arrays
24423              From: "Casey R. Tweten" <crt@kiski.net>
24424              Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST)
24425              Message-ID: <Pine.OSF.4.21.0011281458500.10331-100000@home.kiski.net>
24426      Branch: perl
24427            ! pod/perltie.pod
24428 ____________________________________________________________________________
24429 [  7906] By: nick                                  on 2000/11/28  22:40:59
24430         Log: Initial tidy of setmode() muddle (UNIX does not have, nor need it).
24431      Branch: perlio
24432            ! iperlsys.h perlio.c
24433 ____________________________________________________________________________
24434 [  7905] By: nick                                  on 2000/11/28  22:04:34
24435         Log: Integrate mainline
24436      Branch: perlio
24437           !> (integrate 39 files)
24438 ____________________________________________________________________________
24439 [  7904] By: jhi                                   on 2000/11/28  16:44:43
24440         Log: Subject: [ID 20001128.002] what's the point of example code if it is buggy?
24441              From: Nicholas Clark <nick@babyhippo.co.uk>
24442              Date: Tue, 28 Nov 2000 11:16:57 +0000
24443              Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk>
24444      Branch: perl
24445            ! pod/perlipc.pod
24446 ____________________________________________________________________________
24447 [  7903] By: jhi                                   on 2000/11/28  16:40:31
24448         Log: Subject: [PATCH] Updating perltie.pod for arrays
24449              From: "Casey R. Tweten" <crt@kiski.net>
24450              Date: Mon, 27 Nov 2000 17:47:20 -0500 (EST)
24451              Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net>
24452      Branch: perl
24453            ! pod/perltie.pod
24454 ____________________________________________________________________________
24455 [  7902] By: jhi                                   on 2000/11/28  16:39:37
24456         Log: Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
24457              From: Robin Barker <rmb1@cise.npl.co.uk>
24458              Date: Mon, 27 Nov 2000 17:56:44 GMT
24459              Message-Id: <200011271756.RAA22706@tempest.npl.co.uk>
24460      Branch: perl
24461            ! pod/perlfunc.pod t/op/split.t
24462 ____________________________________________________________________________
24463 [  7901] By: jhi                                   on 2000/11/28  16:28:04
24464         Log: setmode() is a DOSish-only thing.
24465      Branch: perl
24466            ! perlio.c
24467 ____________________________________________________________________________
24468 [  7900] By: jhi                                   on 2000/11/28  16:21:46
24469         Log: Subject: [PATCH] perlcc.PL cleanups
24470              From: Simon Cozens <simon@cozens.net>
24471              Date: Tue, 28 Nov 2000 12:44:35 +0000
24472              Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk>
24473      Branch: perl
24474            ! utils/perlcc.PL
24475 ____________________________________________________________________________
24476 [  7899] By: gsar                                  on 2000/11/28  06:32:55
24477         Log: reintegrate files missed by change#7895
24478      Branch: maint-5.6/perl
24479           +> ext/ByteLoader/bytecode.h utils/Makefile
24480            - utils/perlbc.PL
24481 ____________________________________________________________________________
24482 [  7897] By: gsar                                  on 2000/11/27  18:22:47
24483         Log: can't integrate these two files, for some reason
24484      Branch: maint-5.6/perl
24485            - ext/ByteLoader/bytecode.h utils/Makefile
24486 ____________________________________________________________________________
24487 [  7895] By: gsar                                  on 2000/11/27  18:11:21
24488         Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
24489              6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
24490              6757..6890,6892..6901 from mainline
24491              
24492              Bytecompiler patches from Benjamin Stuhl.
24493              
24494              More bytecompiler.
24495              
24496              Subject: [PATCH blead] B:: missing dependency
24497              
24498              Subject: [PATCH: 6757] configure.com updates and syslog build
24499              
24500              Long double Gconvert fixes from Yitzchak Scott-Thoennes
24501              and Spider Boardman.
24502              
24503              Subject: [PATCH blead] nextchar() abuse misses an optimisation
24504              
24505              Long double fixes from Spider Boardman.
24506              
24507              Make the selection of NVff et al stricter.
24508              
24509              cSVOPo_*v things index into the current PL_curpad
24510              under ithreads, which is different from the curpad
24511              used by the XSUB.  (In other words, the code as-is
24512              before this patch wouldn't work under ithreads.)
24513              
24514              Be portable.
24515              
24516              VMS MMS (make) wants null action.
24517              
24518              Mac and other portability updates from Chris Nandor.
24519              
24520              Storable support, v-version fixes.
24521              Subject: CPAN.pm beta for testing available
24522              
24523              Portability fix from Hugo van der Sanden.
24524              
24525              Bad makefile.
24526              
24527              Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
24528              
24529              Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
24530              
24531              Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
24532              
24533              Replace #6705 with a minimal doc patch.
24534              Subject: [PATCH 5.6.0] replace change #6705
24535              
24536              Drop the separate perlbc, perlcc -b should be enough.
24537              
24538              installperl couldn't tell whether it had run tests or not.
24539              Subject: [PATCH] Re: installperl and t/TEST
24540              
24541              Add silencer flags to installperl.
24542              Subject: [PATCH] Making installperl silent.
24543              
24544              Make "make install" by default silent.  A new "install-verbose"
24545              target is verbose.
24546              
24547              More liberal parsing of version numbers.
24548              Subject: Re: CPAN.pm beta for testing available
24549              
24550              Create directories in silence.
24551              Subject: [PATCH] Another silencer for MakeMaker
24552              
24553              DOS patches and portability/porting notes, from Tim Jenness.
24554              
24555              Make installman to recognize the silence flag -S.
24556              
24557              Actually do something with the silencer option.
24558              
24559              Continue silencing.
24560              
24561              Show the doc file, not the temp file.
24562              
24563              Regen perltoc.
24564              
24565              Subject: [PATCH] More silencing of installman.
24566              
24567              Better wording for the vec lvalue diagnostic.
24568              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
24569              
24570              Subject: [PATCH: 6805] several more tweaks to configure.com
24571              
24572              Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
24573              
24574              Missing parts of 
24575              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
24576              
24577              Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
24578              (applied slightly modified)
24579              
24580              installperl --verbose and --silent.
24581              Subject: Re: [PATCH] More silencing of installman.
24582              
24583              Add install-silent target.
24584              
24585              AIX 4.3.3 has SOCKS in libc with a differently named init routine,
24586              the problem reported in
24587              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
24588              
24589              Tweak the sfio/useperlio logic, hopefully as wished in
24590              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
24591              
24592              One forgotten file from #6816.
24593              
24594              Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
24595              
24596              Remove duplicately applied patch shards.
24597              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
24598              
24599              Support preserving extremely big/small angles.
24600              
24601              Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
24602              
24603              Subject: [PATCH] installation not quite silent yet.
24604              
24605              Update the test count.
24606              
24607              Use UVxf, PTR2UV, NVff.
24608              
24609              Document PTR2XX and INT2PTR.
24610              
24611              no-install target a la make -n.
24612              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
24613              
24614              grep -e isn't portable.
24615              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
24616              
24617              Can't get the test to reliably work thanks to the
24618              inaccurateness of floating point.  "Resolves" bug ids
24619              20000826.003, 20000826.009, 20000826.010,
24620              
24621              Subject: installman buglet
24622              
24623              DJGPP update from Laszlo Molnar.
24624              
24625              Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
24626              
24627              Passing -R in ldflags makes now it to appear in the default
24628              for lddlflags, just like with -L.
24629              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
24630              
24631              Test nit.
24632              
24633              Use the actual thread type, not the pointer-to-struct.
24634              
24635              Provice virtual $Config{ccflags_nolargefiles} etc. 
24636              
24637              display_format used as a class method without arguments was broken,
24638              reported in
24639              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
24640              
24641              Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
24642              
24643              Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
24644              
24645              Subject: [PATCH@6855] _Minor_ change to overload.pm pod
24646              
24647              opmini.o may be left around if a build is interrupted.
24648              
24649              Typo in #6858.
24650              
24651              Fix for ID 20000828.001, long doubles were not formatted
24652              correctly (showed up in $], which stopped installing perl).
24653              
24654              An attempt to fix the problem reported in
24655              Subject: Building perl@6856 using gcc/AIX 4.3.3 
24656              I can't test this properly since the gcc installation I have
24657              access to seems to be botched (gcc is calling the AIX cpp,
24658              a losing proposition...)
24659              
24660              Add -ld to archname on long tr...double platforms.
24661              
24662              Subject: hv.h Doc Patch
24663              
24664              Potential cruft.
24665              
24666              Subject: [PATCH bleedperl@6856] warnings fixes
24667              
24668              -S is the silent flag, -s is the strip flag.
24669              Subject: [PATCH] Re: [PATCH] make no-install          
24670              
24671              Take out the SUIDMAIL thing, that will not be
24672              a problem in 5.7.*.
24673              
24674              Subject: [PATCH bleedperl@6866] spellings
24675              
24676              Subject: [PATCH] Re: files not cleaned even by veryclean
24677              
24678              Use minimal @INC in tests, most of the time just '../lib',
24679              so that we simply can't pick up stuff from other Perls than
24680              the one we are testing.  Pointed out by
24681              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
24682              
24683              Update to Getopt::Long 2.24, from Johan Vromans.
24684              
24685              Fix for thinko in #6848.
24686              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
24687              
24688              Patches all over for people and the files they (hopefully) care about.
24689              
24690              Subject: Net::protoent does not export 'getproto'
24691              
24692              Missed a change in #6869.
24693              
24694              Subject: [PATCH] Warnings in B::Deparse
24695              
24696              Subject: [PATCH] Glob dumping
24697              
24698              Disable one of the tests for now.
24699              
24700              Disabling the one test is a bit tricky.
24701              
24702              Don't forget to tidy up.
24703              
24704              The #6881 removed one dump line.
24705              
24706              Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
24707              
24708              Under usethreads the dumped variable is IN_PAD.
24709              Subject: Re: [PATCH] Glob dumping
24710              
24711              Subject: [ID 20000829.026] [PATCH 6868] File::Temp
24712              
24713              Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
24714              
24715              Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
24716              
24717              Regen Configure for #6894.
24718              
24719              Subject: [PATCH: 6889] updates to perlebcdic.pod
24720              
24721              Undo namespace pollution of #6878.
24722              Subject: Re: Net::protoent does not export 'getproto'
24723              
24724              Admit that we are leaking scalars.
24725              
24726              Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
24727      Branch: maint-5.6/perl
24728           !> (integrate 271 files)
24729 ____________________________________________________________________________
24730 [  7894] By: gsar                                  on 2000/11/27  16:00:34
24731         Log: a couple of nits
24732      Branch: maint-5.6/perl
24733            ! MANIFEST pp_sys.c
24734 ____________________________________________________________________________
24735 [  7893] By: gsar                                  on 2000/11/27  15:10:56
24736         Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
24737              6740..6745,6747..6757,6760
24738              
24739              Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
24740              
24741              Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
24742              
24743              Doc nits spotted by Richard Soderberg.
24744              
24745              move WNOHANG definition to where other such things are
24746              
24747              Make $Config{byteorder} more magical so that it is
24748              dynamically computed: nice for 'fat binaries'.
24749              Subject: [PATCH]: default byteorder
24750              
24751              Subject: [PATCH] Cwd.pm now uses strict
24752              
24753              Subject: Re: [PATCH]Re: Questions about Math::BigFloat
24754              
24755              Get -DLEAKTEST to compile (not necessarily to work, mind)
24756              Subject: [ID 20000724.006] -DLEAKTEST problem
24757              
24758              perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
24759              
24760              Add perlebcdic from Peter Prymmer, regen toc.
24761              
24762              Don't propose using modules built for 5.005 if no binary
24763              compatibility with 5.005 is attempted.
24764              
24765              Do not use prototyping here.
24766              Subject: [ID 20000817.016] [PATCH] Peek.xs
24767              
24768              Document what the backtick returns if the command fails.
24769              
24770              Add byteorder to the myconfig output.
24771              
24772              Introduce NVef, NVff, and NVgf, use the middle one.
24773              (helps for lib/peek + Linux + long doubles)  Reported in
24774              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
24775              Use NVs in POSIX math, not doubles.
24776              Subject: [ID 20000817.014] POSIX & modfl
24777              
24778              Subject: [PATCH 5.6.0+] newSVrv() memory leak
24779              
24780              The byteorder code in #6671 was wrong.
24781              
24782              Fix the lib/complex failure of
24783              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
24784              Linux long double accuracy issue: something that
24785              when printed with %g looks like "2" but int() of it is 1.
24786              
24787              Propagate new Configure vars.
24788              
24789              Unbuffer the output.
24790              
24791              Subject: [PATCH] perltrap.pod spring cleaning
24792              
24793              Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
24794              Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
24795              
24796              Tiny Getopt::Long patch from Johan Vromans.
24797              
24798              Document code point which makes if (defined %stash::) to work
24799              (noted by Spider Boardman).
24800              
24801              Subject: [PATCH perl@6698] cygwin port
24802              
24803              Document the NDBM_File and ODBM_File as SDBM_File
24804              was documented in #6417.
24805              
24806              The new tests were missing from #6415.
24807              
24808              Add [[:blank:]] as suggested in
24809              Subject: [ID 20000716.024] [=cc=] / [:blank:]
24810              (the [=cc=] has already been taken care of by #6439
24811              so the whole bug report can be closed)
24812              and make [[:space:]] to be equivalent to isspace(3)
24813              (as opposed to \s, which is isSPACE()).  The difference
24814              is that now [[:space:]] matches the mythical vertical tab,
24815              while \s doesn't.
24816              
24817              Don't eat leading os from index entries.
24818              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
24819              
24820              Subject: [PATCH 5.6.0+] fix for Win32::DomainName
24821              
24822              Typo in pp_complement().
24823              Subject: [PATCH perl-current] Deparse
24824              
24825              Add warnif(), check warnings further up the stack,
24826              all the warnings functions now can take an optional object reference.
24827              Subject: [PATCH bleedperl@6691] warnings pragma update
24828              
24829              Fix a core dump in lib/selfloader under -DDEBUGGING.
24830              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
24831              
24832              Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
24833              
24834              Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
24835              
24836              Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
24837              Put back the long double avoidance code to POSIX.xs
24838              because VMS seems to need it still.
24839              
24840              Introduce a 'veryclean' target that is like 'distclean'
24841              but also removes *~ and *.orig.
24842              
24843              Subject: [ID 20000817.023] endianness description in perlfunc.pod
24844              
24845              Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
24846              
24847              Let's try #6717 again.
24848              
24849              UTF8 concat fixes.
24850              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
24851              
24852              pp_open() could pass an uninitialized filename down to do_open9().
24853              
24854              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
24855              
24856              Update to CGI 2.72, from Lincoln Stein.
24857              
24858              Subject: [PATCH] Silence MakeMaker (Was: installman)
24859              
24860              Use temporary directory instead of current directory.
24861              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
24862              
24863              Document odd vs even subreleases and -Dusedevel.
24864              
24865              The veryclean target needs to clobber.
24866              
24867              Use File::Spec->tmpdir().
24868              
24869              Document the number of exponent digits.
24870              
24871              Mention perlebcdic and perlposix-bc.
24872              
24873              s/this one/the 5.6.0 release/
24874              
24875              The #6724 is here.
24876              
24877              The correct cleaning order is an art.
24878              
24879              small tweaks for change#6705: avoid C++ style comments in C code;
24880              use Perl's malloc API rather than the low level system one
24881              
24882              Array context keeps slithering in.
24883              
24884              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
24885              
24886              Subject: [PATCH] os2.c fix for use64bitint
24887              
24888              Update to Pod::LaTeX 0.53.
24889              Subject: [PATCH] lib/Pod/LaTeX.pm updates
24890              
24891              Document the endianness of Alpha more precisely.
24892              
24893              Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
24894              
24895              Rename the macro argument because some preprocessors
24896              can't tell the difference and expand arguments also inside
24897              double quoted strings.
24898              
24899              free TLS slot properly on Windows
24900              
24901              use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
24902              
24903              Unicos/mk requires elaborate paranoia.
24904              
24905              Tweak the floating point output routine preferences.
24906              
24907              Also under djgpp the timestamps are funky.
24908              
24909              Apply some PodParser 1.18 patches; the Pod/Find.pm
24910              patches cannot be applied since #6712 conflicts.
24911              
24912              Use PodParser 1.18 new test.
24913              
24914              A pod nit.
24915              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
24916              
24917              Be verydeepclean.
24918      Branch: maint-5.6/perl
24919           +> pod/perlebcdic.pod
24920           !> (integrate 106 files)
24921 ____________________________________________________________________________
24922 [  7892] By: jhi                                   on 2000/11/27  15:02:32
24923         Log: Update Changes.
24924      Branch: perl
24925            ! Changes patchlevel.h
24926 ____________________________________________________________________________
24927 [  7891] By: jhi                                   on 2000/11/27  14:57:23
24928         Log: Subject: Re: perlfaq style changes
24929              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
24930              Date: Sat, 25 Nov 2000 23:32:26 -0800
24931              Message-ID: <KyLI6gzkgiRK092yn@efn.org>
24932              
24933              plus a note from Ronald Kimball.
24934      Branch: perl
24935            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq6.pod
24936 ____________________________________________________________________________
24937 [  7890] By: jhi                                   on 2000/11/27  14:53:14
24938         Log: Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
24939              From: Benjamin Holzman <bah@ecnvantage.com>
24940              Date: Sun, 26 Nov 2000 16:27:33 -0500
24941              Message-ID: <20001126162733.J25040@ecnvantage.com>
24942      Branch: perl
24943            ! gv.c
24944 ____________________________________________________________________________
24945 [  7889] By: jhi                                   on 2000/11/27  14:43:11
24946         Log: Subject: [ID 20001127.004] White space problem in perlamiga.pod
24947              From: lvirden@cas.org
24948              Date: Mon, 27 Nov 2000 09:32:06 -0500 (EST)
24949              Message-Id: <200011271432.JAA09550@lwv26awu.cas.org>     
24950      Branch: perl
24951            ! README.amiga
24952 ____________________________________________________________________________
24953 [  7888] By: jhi                                   on 2000/11/27  14:32:34
24954         Log: Restore also the locale test to no-sprintf-taint state.
24955              Fixes the bug 20001127.003.
24956      Branch: perl
24957            ! sv.c t/pragma/locale.t
24958 ____________________________________________________________________________
24959 [  7887] By: gsar                                  on 2000/11/27  14:13:05
24960         Log: integrate changes#6613..6616,6620..6665 from mainline
24961              
24962              VMS configure.com update continues.
24963              
24964              Subject: Test fails / warnings with perl-current #6612
24965              
24966              Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
24967              
24968              Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
24969              
24970              For now remove the mail code.
24971              
24972              Subject: Re: [PATCH] @+, @- readonly
24973              
24974              Subject: warning: storage class after type is obsolescent
24975              
24976              Subject: sfio2000
24977              
24978              Subject: Re: File::Temp problems on VMS in bleedperl
24979              
24980              README.os2 update.
24981              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
24982              
24983              Make the user to give up his firstborn, err, to knowingly
24984              verify installing an unstable developer release.  Also bump
24985              the release to 5.7.0, but leave a patch tag in the local
24986              patches saying that this is not yet the real thing.
24987              
24988              Update (kinda) to Test 1.14, from Joshua Pritikin.
24989              
24990              make ok etc also for win32.
24991              
24992              Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
24993              
24994              Don't blow limited stacks, a lower number is enough to
24995              tickle the lookbehind limit.
24996              
24997              Use -Dusedevel; regen Configure and the respective Porting stuff.
24998              
24999              Subject: [PATCH] debugger exit code should reflect user exit code
25000              
25001              Subject: [PATCH perl@6620] cygwin port
25002              
25003              Missed a file from #6638.
25004              
25005              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)
25006              
25007              magic callbacks all need to have same type signature
25008              
25009              Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
25010              
25011              Fix a dependency problem.
25012              Subject: [PATCH: 6640] VMS Makefile.SH update
25013              
25014              The numeric locale was reset to "C" by s?printf and never restored.
25015              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
25016              No test since adding the failing example to locale.t
25017              does not fail -- probably because the locale settings are so
25018              thoroughly tweaked by that time.  Running the example standalone
25019              does fail, though.  UPDATE: test case added at change #7540.
25020              
25021              Subject: [ID 20000324.040] minor fix to perlhpux.pod
25022              
25023              Update to CPAN 1.57.
25024              
25025              Subject: [PATCH] Cwd::_backtick_pwd does not check return value
25026              
25027              Change the perlbug address to perl.org since it's more forgiving.
25028              
25029              Change the regx compilation error markers to use = instead of <
25030              since pod makes using the latter quite messy.  Reported in
25031              ID 20000814.006 by Abigail and in
25032              Subject: Unknown escape E<> ?
25033              
25034              Update to perldebtut 1.9, from Richard Foley.
25035              
25036              check that the number pseudo children doesn't exceed
25037              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
25038              the WaitForMultipleObjects() limit that would cause wait()
25039              to crash)
25040              wait() and waitpid() could potentially be rewritten to use
25041              more than one thread to do the waiting to eliminate this
25042              limitation
25043              
25044              change#6328 could make close(SOCKET) return false on windows
25045              when it shouldn't
25046              
25047              pod nit seen in passing
25048              
25049              on windows, the return values from wait() and waitpid() don't
25050              match those of pseudo-pids
25051              
25052              waitpid() now handles externally spawned pids correctly;
25053              fixes for backtick/wait/waitpid failures on Windows 9x
25054              these changes make the pid returned by process functions on
25055              Windows 9x always positive by clearing the high bit (which
25056              is always set on Win9x); pseudo-process PIDs are likewise
25057              always negative now on Win9x (just as on NT/2000)
25058              
25059              trailing new %ENV entries weren't being pushed into the real
25060              environment of subprocesses on Windows
25061              
25062              Tweak the regex compilation errors once more.
25063              
25064              avoid warnings from dense compiler
25065              
25066              add "ok" targets from change#6632 in makefile.mk
25067      Branch: maint-5.6/perl
25068            - lib/Pod/PlainText.pm vms/configure.com
25069           !> (integrate 66 files)
25070 ____________________________________________________________________________
25071 [  7886] By: jhi                                   on 2000/11/27  13:54:18
25072         Log: __FUNCTION__ isn't portable and trying to emulate it leads
25073              into practically spelling out the name of the function.
25074              Takes care of the bug 20001127.001.
25075      Branch: perl
25076            ! perlio.c
25077 ____________________________________________________________________________
25078 [  7885] By: gsar                                  on 2000/11/27  13:53:18
25079         Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
25080              6610..6611 from mainline
25081              
25082              Make regular expression parse error messages easier to understand.
25083              Subject: Re: enhanced(?) regex error messages
25084              
25085              Tiny tidying on report_evil_fh().
25086              
25087              Subject: Re: enhanced(?) regex error messages 
25088              plus Capitalize the error messages, plus perldiag them.
25089              
25090              Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
25091              
25092              Document here-doc better.
25093              
25094              Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
25095              
25096              Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
25097              Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
25098              (either perlbug or p5p ate the original), plus regen
25099              perlapi and perltoc. 
25100              
25101              Regen global.sym.
25102              
25103              Double check that we have a dirhandle.
25104              
25105              Subject: Re: enhanced(?) regex error messages
25106              (plus two small patches sent privately)
25107              (this still seems to leave few test failures)
25108              
25109              warn is a macro, avoid using at a variable to avoid warnings
25110              in some configurations; readdir.t is too conservative in
25111              estimating number of *.t's
25112              
25113              Get back into sync with Jeffrey on the enhanced regex warnings.
25114              
25115              Subject: [PATCH 5.6.0] cygwin port
25116              
25117              Zero entries were skipped, fix from Adrian Goalby
25118              <argoalby@yahoo.co.uk>
25119              
25120              Subject: Remove dead entry in perldiag
25121              
25122              Amend the description of Perl6.
25123              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
25124              
25125              detypo
25126              
25127              It's the 2ndO'ROSSC.
25128              
25129              Revert the sv.c part of #6559, a better fix is needed.
25130              
25131              Iterating perl6 description.
25132              
25133              Update to Term::ANSIColor 1.03, from Russ Allbery.
25134              
25135              Update to Getopt::Long 2.23_05, from Johan Vromans.
25136              
25137              Small AUTHORS and MAINTAIN updates.  Could do with big updates.
25138              
25139              Update to Pod::Parser 1.17, from Brad Appleton.
25140              
25141              Update to CPAN 1.56, from Andreas König.
25142              
25143              Update to CGI 2.70, from Lincoln Stein.
25144              
25145              Put back the std @INC thing.
25146              
25147              Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
25148              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
25149              
25150              Document the IO::Select timeout.
25151              
25152              sleep(1) does not necessarily return 1.
25153              Subject: [PATCH bleadperl] op/lex_assign.t  
25154              
25155              Subject: debugger "d" command doesnt check line number
25156              
25157              B::Deparse didn't do sub attributes.
25158              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
25159              
25160              Preprocessing and postprocessing for File::Find.
25161              Subject: Patch to Find::File.pm to allow alphabetical results
25162              
25163              Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
25164              
25165              Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
25166              
25167              Subject: Re: [ID 20000730.003] utf8::length() bad
25168              
25169              Subject: Getting perlio and threads to compile
25170              (the Solaris version changes in Configure skipped)
25171              
25172              Tests for #6589.
25173              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
25174              
25175              Add Perl debugging tutorial, regen toc. 
25176              Subject: perldebtut.pod
25177              
25178              Add a few missing files, update MANIFEST.
25179              
25180              Rewrite of vms/subconfigure.com as configure.com,
25181              from Peter Prymmer and the vmsperl crew.
25182              
25183              Should have deleted this in #6603.
25184              
25185              Fix the test for 5005threads.
25186              
25187              Fix-n-skip the tests under 5005threads.
25188              
25189              Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
25190              
25191              Upgrade to CGI 2.71, from Lincoln Stein.
25192      Branch: maint-5.6/perl
25193           +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
25194           +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
25195           +> t/op/regmesg.t t/pod/find.t vms/configure.com
25196            - vms/subconfigure.com
25197            ! lib/lib.pm
25198           !> (integrate 115 files)
25199 ____________________________________________________________________________
25200 [  7884] By: jhi                                   on 2000/11/27  13:44:33
25201         Log: Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
25202              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
25203              Date:     Mon, 27 Nov 2000 08:23:54 EST
25204              Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu>
25205      Branch: perl
25206            ! vms/descrip_mms.template vms/test.com
25207 ____________________________________________________________________________
25208 [  7883] By: gsar                                  on 2000/11/27  11:50:46
25209         Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
25210              6511..6513,6515..6523,6525..6536
25211              
25212              The swallow_bom() saga continues.  The #23 of require.t
25213              (UTF16-LE) still fails (silently, no output) but the #22
25214              (UTF16-BE) seems to be working now.  The root of the
25215              failure may be in sv_gets(): is it UTF-16LE-aware,
25216              especially when it comes to line endings? 
25217              
25218              Document the problem with -P in HP-UX and its workaround.
25219              
25220              Subject: [PATCH] allow non-variable as lhs of non-updating tr///
25221              (aka ID 20000730.002)
25222              
25223              Subject: fix and question re: waitpid() under win32
25224              
25225              Make the safety catch for buggy gccs work with triple version
25226              numbers like 2.95.2.  Reported in
25227              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
25228              
25229              In Digital UNIX warn if gcc explicitly chosen because even
25230              2.95.2 is known to cause problems.
25231              
25232              Make chr() for values >127 to create utf8 when under utf8.
25233              
25234              various syntax errors and such (not fixed: comp/require.t#22 coredump
25235              on Windows)
25236              
25237              Stash away the largefiles flags and libswanted.
25238              
25239              BOM patching from Simon Cozens.
25240              
25241              If gccosandvers is equal to osname, clear gccosandvers.
25242              
25243              Make p4desc to skip non-mainperl branches by default.
25244              
25245              Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
25246              
25247              The test from this
25248              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
25249              
25250              In new BSDs changes to argv[] do not show up in ps(1) output,
25251              instead one must use setproctitle().  This was already addressed
25252              by change #6457, but the below has a new variant for FreeBSD 4.0
25253              or later, and the matter is also documented more.
25254              
25255              FreeBSD 3.* updates from
25256              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
25257              
25258              regen_headers, regen perltoc.
25259              
25260              Document in one place the memory abstractions used in Perl core.
25261              
25262              memcpy has n o in it, as pinted ut by Sarathy.
25263              
25264              Remove the extraneous "main::" prefix from all the
25265              "opened only for", "on closed", and "never opened" warnings.
25266              
25267              The name of a filehandle does not have <these>.
25268              
25269              The tr utf8 patching continues.
25270              
25271              The new setproctitle() feature is available only in 
25272              bleeding edge FreeBSD.  From Paul Saab.
25273              
25274              Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
25275              
25276              Dump UVs as UVs in Data::Dumper.
25277              
25278              detypo #6494
25279              
25280              Document the IVdf UVuf UVof UVxf.
25281              
25282              require.t needs binmode() to work on windows
25283              
25284              Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
25285              that are hopefully soon put into use.
25286              
25287              Allow "no Module;" even if there is no 'unimport'.
25288              
25289              Better skip message for the test; one of the two problems in
25290              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
25291              
25292              The subtest 4 may fail also on VOBS, as pointed out
25293              by Nick Ing-Simmons in November 1999, bug id 19991124.003
25294              (but the failure in that bug report isn't the subtest 4).
25295              
25296              Be more informative on what is skipped and why,
25297              also repeat the list at the end.
25298              
25299              Add a URL for FSF.
25300              
25301              Subject: [PATCH] sv.h documentation - SvLEN
25302              
25303              Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
25304              
25305              Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
25306              
25307              Subject: [PATCH] bad cppsymbols on os2 + Configure question
25308              
25309              Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
25310              
25311              Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
25312              mention the idea of @( and @)
25313              
25314              This is 6512.  Really.
25315              
25316              Subject: [ID 19990721.004] Documentation bug in perlfunc
25317              
25318              Subject: Minor tweak to perlvar.pod
25319              
25320              In the warnings call filehandles consistently so;
25321              add "unopened" warning for stat().
25322              
25323              After the #6519 a warning about stat() is just that,
25324              not about a filetest, which now have their own warning.
25325              
25326              Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
25327              
25328              Subject: Re: Array vs. List context
25329              
25330              Subject: New perlcc, take 2
25331              
25332              Weed buglets pointed out by
25333              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
25334              
25335              gcc versions might have (parentheses) in them.
25336              
25337              Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
25338              
25339              Essential prototype changes were missing from #6527.
25340              Also make report_evil_fh() more bomb-proof.
25341              
25342              Zap lib/Sys directory when cleaning up.
25343              
25344              Change the Policy policy: now -Dprefix= with an existing
25345              Policy.sh and prefix == siteprefix == vendorprefix, then all
25346              of them follow along the new prefix.
25347              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
25348              
25349              Continue fixing the io warnings.  This also
25350              sort of fixes bug ID 20000802.003: the core dump
25351              is no more.  Whether the current behaviour is correct
25352              (giving a warning: "Not a format reference"), is another matter.
25353              
25354              Have symbols for the IoTYPEs.
25355              
25356              Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
25357              
25358              Document a bit that UDP is not what you might think.
25359              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
25360              tr memory corruption fix from Simon Cozens.
25361              
25362              Plug the security hole described in the Aug 05 2000 bugtraq message
25363              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
25364              The security hole exists only in suidperls, which isn't
25365              installed or even built by default.
25366      Branch: maint-5.6/perl
25367           !> (integrate 71 files)
25368 ____________________________________________________________________________
25369 [  7882] By: gsar                                  on 2000/11/27  10:25:36
25370         Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
25371              from mainline
25372              
25373              Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
25374              to be fatal errors (instead of by default ignoring them, and
25375              ignoring with a bug: even though -w gave an error, the opening [
25376              was left in)  Reported in:
25377              
25378              Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
25379              
25380              Subject: [PATCH] split /^/
25381              
25382              MacOS nits from Matthias Neeracher.
25383              
25384              More split() doc and test patches from Mike Guy.
25385              
25386              Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
25387              from Graham Barr in the module list.
25388              
25389              docfix from Peter Scott <Peter@PSDT.com>.
25390              
25391              File::Temp patches for VMS and OS/2 from Tim Jenness.
25392              
25393              open() wariness in perlbug.
25394              
25395              Subject: [PATCH] minor doc change - perlguts
25396              
25397              Subject: Minor doc patch: handy.h
25398              
25399              Be wary of close()s, too.
25400              
25401              Further File::Temp patches from Yitzchak Scott-Thoennes
25402              and Craig A. Berry.
25403              
25404              Subject: [PATCH] fixes bug 20000508.004
25405              
25406              Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
25407              
25408              Allow "no AutoLoader;", based on change #6444,
25409              suggested by Graham Barr.
25410              
25411              Use setproctitle() if available to modify $0.
25412              
25413              Warn if the version of the operating system used to compile gcc
25414              differs from the current version of the operating system.
25415              Also display the gcc compilation os and version in myconfig.
25416              Inspiration from
25417              
25418              Tiny fixes for #6460.
25419              
25420              The problem described in this
25421              Subject: [ID 20000322.018] named chars aren't magical enough
25422              has been fixed in perl 5.6.0 but just in case added a test
25423              to keep it away.  (The report from Joseph Hall.)
25424              
25425              Tune the comments and hopefully stop a memory leak.
25426              
25427              Subject: UTF8 concat
25428              (with a memory leak fixed, plus a few casts added)
25429              This also seems to help for
25430              Subject: [ID 20000716.015] join UTF8 weirdness
25431              
25432              Do not upgrade SVs into utf8 just because they participate
25433              in eq or cmp.  Reported and fix suggested in
25434              Subject: [ID 20000720.009] sv_eq UTF8 bug
25435              
25436              Fix the HALF_UPGRADE() macro introduced in #6263.
25437              
25438              Find green threads before native threads.
25439              Subject: Re: Patch to jpl/JNI/Makefile.PL
25440      Branch: maint-5.6/perl
25441           !> (integrate 30 files)
25442 ____________________________________________________________________________
25443 [  7881] By: jhi                                   on 2000/11/27  05:48:41
25444         Log: It seems that *both* the unused submatch loop cleanup
25445              codes are needed.
25446      Branch: perl
25447            ! regexec.c
25448 ____________________________________________________________________________
25449 [  7880] By: jhi                                   on 2000/11/27  04:50:07
25450         Log: Clean .exists deeper.
25451      Branch: perl
25452            ! Makefile.SH
25453 ____________________________________________________________________________
25454 [  7879] By: jhi                                   on 2000/11/27  02:31:35
25455         Log: The code in regcppop() (see #7878) contains the correct lower
25456              limit for the unused submatch 'cleanup' loop so that under
25457              "use utf8" the following code wouldn't dump core:
25458              "," =~ /([^,]*,)*/  With the the wrong lower limit (>=1)
25459              the cleanup loop in regtry() stomped beyond allocated area
25460              in the startp[] array.  Therefore, copied the correct lower
25461              loop limit (*PL_reglastparen) to regtry().  Note: something
25462              may still not be quite right: why was the _higher_ loop limit
25463              (prog->nparens) different in the utf8 case?
25464              
25465              After this patch "./perl -Ilib -Mutf8 t/op/regexp.t" works
25466              without core dumps, there were about 17 of them before
25467              the patch (with us since Perl 5.7.0).  Two failures, still:
25468              496 and 505 (though these may not be severe).
25469              
25470              Patch #7881 is also needed since both the cleanup loops
25471              seem to be needed.
25472              
25473              Also, the t/op/pat#44 seems to core dump under utf8.
25474              Plus a couple of failures.  UGH-8.
25475      Branch: perl
25476            ! regexec.c
25477 ____________________________________________________________________________
25478 [  7878] By: jhi                                   on 2000/11/27  02:21:17
25479         Log: The unused submatch cleanup code in regtry() seems to be more crucial,
25480              the code in regcppop() seems to be redundant for the test suite --
25481              but it contains a germ of truth, and it needed for the build
25482              process itself: see #7879 and #7881.
25483      Branch: perl
25484            ! regexec.c
25485 ____________________________________________________________________________
25486 [  7877] By: jhi                                   on 2000/11/27  01:53:09
25487         Log: Comment on comment.
25488      Branch: perl
25489            ! regexec.c
25490 ____________________________________________________________________________
25491 [  7876] By: jhi                                   on 2000/11/27  00:49:59
25492         Log: Adjust the docs to agree with #7875.
25493      Branch: perl
25494            ! pod/perllocale.pod
25495 ____________________________________________________________________________
25496 [  7875] By: jhi                                   on 2000/11/27  00:49:27
25497         Log: Retract #7863.  It makes more sense not to taint formatted output,
25498              not even by sprintf().
25499      Branch: perl
25500            ! sv.c
25501 ____________________________________________________________________________
25502 [  7874] By: jhi                                   on 2000/11/26  23:36:02
25503         Log: Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
25504              Not really fixed (should really dump the UTF-8 charclass),
25505              but stopped displaying the garbage.
25506              
25507              Also add a note on the (missing) Unicode PSXSPC and BLANK.
25508      Branch: perl
25509            ! regcomp.c
25510 ____________________________________________________________________________
25511 [  7873] By: jhi                                   on 2000/11/26  21:31:13
25512         Log: BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
25513      Branch: perl
25514            ! regexec.c
25515 ____________________________________________________________________________
25516 [  7872] By: jhi                                   on 2000/11/26  21:06:04
25517         Log: No need to scan till infinity, 13 is enough.
25518      Branch: perl
25519            ! handy.h utf8.c
25520 ____________________________________________________________________________
25521 [  7871] By: jhi                                   on 2000/11/26  20:20:32
25522         Log: Test line numbers are different with utf8.
25523      Branch: perl
25524            ! t/op/re_tests
25525 ____________________________________________________________________________
25526 [  7870] By: jhi                                   on 2000/11/26  20:10:12
25527         Log: Message nit.
25528      Branch: perl
25529            ! regcomp.c
25530 ____________________________________________________________________________
25531 [  7869] By: jhi                                   on 2000/11/26  19:01:05
25532         Log: Make utf8_length() and utf8_distance() (the latter of which
25533              is unused at the moment) to be less forgiving about bad UTF-8.
25534      Branch: perl
25535            ! embed.h embed.pl objXSUB.h proto.h utf8.c
25536 ____________________________________________________________________________
25537 [  7868] By: jhi                                   on 2000/11/26  18:45:56
25538         Log: Subject: Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 (UNINSTALLED)
25539              From: Benjamin Holzman <bah@ecnvantage.com>
25540              Date: Sat, 25 Nov 2000 20:40:20 -0500       
25541              Message-ID: <20001125204020.A25040@ecnvantage.com>              
25542              
25543              Debian allows installing /usr/bin/locale without installing
25544              any locales, an error message will ensue.
25545      Branch: perl
25546            ! t/pragma/locale.t
25547 ____________________________________________________________________________
25548 [  7867] By: jhi                                   on 2000/11/26  18:31:12
25549         Log: Subject: Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havoc
25550              From: Benjamin Holzman <bah@ecnvantage.com>
25551              Date: Sun, 26 Nov 2000 02:42:34 -0500
25552              Message-ID: <20001126024234.G25040@ecnvantage.com>
25553              
25554              Patch for the bug 20000212.002.
25555      Branch: perl
25556            ! sv.c t/op/array.t
25557 ____________________________________________________________________________
25558 [  7866] By: jhi                                   on 2000/11/26  18:28:09
25559         Log: Subject: PATCH: File::Temp fix on WindowsNT/VMS
25560              From: Tim Jenness <t.jenness@jach.hawaii.edu>
25561              Date: Fri, 24 Nov 2000 18:38:34 -1000 (HST)
25562              Message-ID: <Pine.LNX.4.21.0011241833230.18423-100000@lapaki.jach.hawaii.edu>
25563              
25564              File::Temp 0.11.
25565      Branch: perl
25566            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
25567 ____________________________________________________________________________
25568 [  7865] By: jhi                                   on 2000/11/26  18:24:22
25569         Log: The metaconfig unit change for #7864.
25570      Branch: metaconfig/U/perl
25571            ! need_va_copy.U
25572 ____________________________________________________________________________
25573 [  7864] By: jhi                                   on 2000/11/26  18:23:41
25574         Log: Make the va_copy() test not to be so talkative.
25575      Branch: perl
25576            ! Configure config_h.SH
25577 ____________________________________________________________________________
25578 [  7863] By: jhi                                   on 2000/11/26  18:11:02
25579         Log: Fix locale inconsistencies unearthed by Hugo's work.
25580              Now the floating point sprintf really does taint the result
25581              string as perllocale promises (has promised for a long time)
25582              if "use locale" is in the lexical scope.
25583      Branch: perl
25584            ! sv.c t/pragma/locale.t
25585 ____________________________________________________________________________
25586 [  7862] By: jhi                                   on 2000/11/26  00:35:15
25587         Log: Subject: [PATCH] Re: pp_add -> pp_i_add efficiency hack?
25588              From: Nicholas Clark <nick@ccl4.org>
25589              Date: Sun, 26 Nov 2000 00:07:50 +0000
25590              Message-ID: <20001126000750.A22446@plum.flirble.org>
25591              
25592              Infinit.
25593      Branch: perl
25594            ! sv.c
25595 ____________________________________________________________________________
25596 [  7861] By: jhi                                   on 2000/11/26  00:01:26
25597         Log: Integrate perlio.
25598      Branch: perl
25599           !> doio.c perlio.c perliol.h pp_sys.c win32/makefile.mk
25600 ____________________________________________________________________________
25601 [  7860] By: nick                                  on 2000/11/25  22:04:17
25602         Log: Correct relative path from new ext\Filter\Util\Call location
25603              back to miniperl.
25604      Branch: perlio
25605            ! win32/makefile.mk
25606 ____________________________________________________________________________
25607 [  7859] By: nick                                  on 2000/11/25  21:26:54
25608         Log: Integrate mainline.
25609      Branch: perlio
25610           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
25611           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
25612           +> t/lib/filter-util.t
25613            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
25614            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
25615            - t/lib/filt-util.t
25616           !> AUTHORS Configure MANIFEST README.amiga configure.com doio.c
25617           !> embed.h embed.pl ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
25618           !> hints/solaris_2.sh hints/uwin.sh hints/vmesa.sh
25619           !> lib/ExtUtils/MM_Unix.pm makedef.pl perl.h perlio.c perlio.h
25620           !> perlsdio.h proto.h t/lib/io_sock.t win32/Makefile
25621           !> win32/makefile.mk
25622 ____________________________________________________________________________
25623 [  7858] By: gsar                                  on 2000/11/25  20:52:17
25624         Log: C<foreach my $x ...> in pseudo-fork()ed process may diddle
25625              parent's memory; fix it by keeping track of the actual pad
25626              offset rather than a raw pointer (this change is probably also
25627              relevant to non-ithreads case to avoid fallout from reallocs of
25628              the pad array, but is currently only enabled for the ithreads
25629              case in the interests of minimal disruption to existing "well
25630              tested" code)
25631      Branch: perl
25632            ! embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
25633            ! proto.h scope.c scope.h sv.c t/op/fork.t
25634 ____________________________________________________________________________
25635 [  7857] By: nick                                  on 2000/11/25  20:01:28
25636         Log: All tests pass on Win32/gcc/USE_PERLIO.
25637              - when crlf layer is pushed make unix-level binary.
25638              - remove :crlf injection in pp_backtick in pp_sys.c
25639              - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
25640      Branch: perlio
25641            ! doio.c perlio.c pp_sys.c win32/makefile.mk
25642 ____________________________________________________________________________
25643 [  7856] By: jhi                                   on 2000/11/25  18:38:30
25644         Log: Update the metaconfig units for #7855.
25645      Branch: metaconfig/U/perl
25646            ! useperlio.U usesocks.U
25647 ____________________________________________________________________________
25648 [  7855] By: jhi                                   on 2000/11/25  18:37:54
25649         Log: Undo the SOCKS workarounds, instead start using PerlIO
25650              if SOCKS is selected.
25651              
25652              Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup
25653              From: Jens Hamisch <jens@Strawberry.COM>
25654              Date: Fri, 24 Nov 2000 18:31:30 +0100
25655              Message-ID: <20001124183130.E28337@Strawberry.COM>
25656              
25657              Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ...
25658              From: Jens Hamisch <jens@Strawberry.COM>
25659              Date: Fri, 24 Nov 2000 19:11:51 +0100
25660              Message-ID: <20001124191151.A28753@Strawberry.COM>
25661      Branch: perl
25662            ! Configure doio.c embed.h embed.pl makedef.pl perl.h perlio.c
25663            ! perlio.h perlsdio.h proto.h t/lib/io_sock.t
25664 ____________________________________________________________________________
25665 [  7854] By: jhi                                   on 2000/11/25  17:39:08
25666         Log: Undo #7848.  Some of the code seems to use walkoptree(),
25667              some walkoptree_slow().  An unfinished renaming?
25668              Now the sub is walkoptree() (which is @EXPORT_OK),
25669              the walkoptree_slow() is a typeglob alias to walkoptree.
25670              This makes the tests to pass, at least.
25671      Branch: perl
25672            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
25673 ____________________________________________________________________________
25674 [  7853] By: nick                                  on 2000/11/24  22:24:33
25675         Log: Re-arrange crlf vs binary for platforms that care.
25676              crlf layer is now "the" buffer layer and can turn its behaviour on/off.
25677              Lip-service to making stdio layer work on such platfroms (untested).
25678              Now fails 3 tests rather than one, checkin to see if I can debug 
25679              the issue under linux. (Do not merge.)
25680      Branch: perlio
25681            ! doio.c perlio.c perliol.h
25682 ____________________________________________________________________________
25683 [  7852] By: jhi                                   on 2000/11/24  18:57:39
25684         Log: AUTHORS edits.
25685      Branch: perl
25686            ! AUTHORS
25687 ____________________________________________________________________________
25688 [  7851] By: jhi                                   on 2000/11/24  17:34:56
25689         Log: Add Jan-Erik Karlsson.
25690      Branch: perl
25691            ! AUTHORS
25692 ____________________________________________________________________________
25693 [  7850] By: jhi                                   on 2000/11/24  17:27:56
25694         Log: Configure should find stdchar on its own.
25695      Branch: perl
25696            ! hints/solaris_2.sh
25697 ____________________________________________________________________________
25698 [  7849] By: jhi                                   on 2000/11/24  17:24:55
25699         Log: Subject: PATCH over 7848: Filter test flawed
25700              From: andreas.koenig@anima.de (Andreas J. Koenig)
25701              Date: 24 Nov 2000 10:28:29 +0100
25702              Message-ID: <m3k89tbtxe.fsf@ak-71.mind.de>
25703      Branch: perl
25704            ! t/lib/filter-util.t
25705 ____________________________________________________________________________
25706 [  7848] By: jhi                                   on 2000/11/24  17:22:15
25707         Log: Subject: [ID 20001124.001] B exports "walkoptree" but does not define it
25708              From: Simon Cozens <simon@pembro4.pmb.ox.ac.uk>
25709              Date: Fri, 24 Nov 2000 16:12:58 +0000
25710              Message-Id: <E13zLT8-0005FN-00@pembro4.pmb.ox.ac.uk>
25711      Branch: perl
25712            ! ext/B/B.pm
25713 ____________________________________________________________________________
25714 [  7847] By: jhi                                   on 2000/11/24  03:07:01
25715         Log: Integrate perlio.
25716      Branch: perl
25717           !> doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
25718           !> win32/makefile.mk
25719 ____________________________________________________________________________
25720 [  7846] By: gsar                                  on 2000/11/24  00:55:57
25721         Log: integrate changes#6415..6418,6420..6438 from mainline
25722              
25723              Fix the bitvector ops for utf8 (tricky since past 7 bits
25724              the utf8 'characters' can be more than one octet).
25725              
25726              MPE/ix updates for perl 5.6.0 from Mark Bixby.
25727              
25728              Subject: SDBM_File documentation
25729              
25730              Detypo.
25731              
25732              Decutandpasto.
25733              
25734              Send all installperl messages to STDERR and be -w clean.
25735              
25736              Out-of-date note removed.
25737              
25738              Protect against "wild next"s, that is, callbacks doing "next"
25739              instead of "return".
25740              
25741              Use STDOUT consistently.
25742              
25743              The output might have been produced in the wrong order.
25744              
25745              A missing 'break' after the [[:space:]] switch case.
25746              
25747              Add tests for
25748              [ID 19991110.003] another matching finding by pcre author
25749              which has already been fixed by some patch, as verified in
25750              
25751              Documentation to explain the behaviour of map().
25752              
25753              Add an optimization for map-maps-a-list-element-to-more-list-elements
25754              case, but add also notes explaining the relationship of this
25755              patch and the earlier notes by Sarathy.
25756              
25757              Subject: [ID 20000716.023] syslog test fails without sockets
25758              
25759              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
25760              Test cases for #6431.
25761              
25762              File::Spec::VMS fixup for tmpdir from Craig Berry.
25763              
25764              Make the "uninit variable" warning to say "concat or string"
25765              or "join or string" when in concat or join .
25766              
25767              Get UTF16 BOMs working.  Patch from
25768              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
25769              
25770              Subject: [PATCH] Make large file tests deal with SIGXFSZ
25771              
25772              Subject: [ID 20000724.003] Documentation changes for perllocale.pod
25773              
25774              Subject: [PATCH] av.c apidoc
25775      Branch: maint-5.6/perl
25776           !> (integrate 43 files)
25777 ____________________________________________________________________________
25778 [  7845] By: gsar                                  on 2000/11/24  00:20:45
25779         Log: integrate changes#6406..6414 from mainline
25780              
25781              Merge perlhacktut into perlhack, update perlguts.
25782              
25783              Fix AutoSplit to use File::Spec the right way in VMS,
25784              from Peter Prymmer.
25785              
25786              The bug report
25787              [ID 19991110.002] minimal matching discrepancy found by pcre author
25788              seems to have been fixed (though differently from what was suggested
25789              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
25790              
25791              thinko fix in vms/descrip_mms.template, the win32.pod in lib,
25792              not in pod, from Peter Prymmer
25793              
25794              Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
25795              From: Hugo <hv@crypt.compulink.co.uk>
25796              Date: Fri, 14 Jul 2000 23:05:20 +0100
25797              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
25798              
25799              Didn't anymore apply, but that point still could use another fix.
25800              
25801              lib/b test fixes from Peter Prymmer.
25802              
25803              More docs for sv functions.
25804              
25805              perlvms.pod whitespace cleanup to keep pod utils happy.
25806              
25807              another VMS build tweak from Peter Prymmer
25808      Branch: maint-5.6/perl
25809           !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
25810           !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
25811           !> vms/descrip_mms.template vms/perlvms.pod
25812 ____________________________________________________________________________
25813 [  7844] By: nick                                  on 2000/11/23  23:42:45
25814         Log: Win32/perlio Now just fails one io/argv.t test - lack 
25815              of default :crlf on standard streams.
25816      Branch: perlio
25817            ! doio.c perlio.c
25818 ____________________________________________________________________________
25819 [  7843] By: nick                                  on 2000/11/23  23:04:05
25820         Log: Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
25821              peek fail is showing a real problem (multiple crlf layers
25822              are getting pushed.)
25823      Branch: perlio
25824            ! doio.c perlio.c win32/makefile.mk
25825 ____________________________________________________________________________
25826 [  7842] By: nick                                  on 2000/11/23  19:46:23
25827         Log: Implement PerlIO_binmode()
25828              Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
25829              Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
25830              make binmode in t/lib/io_tell.t unconditional so that works.
25831              Checkin just so Win32 machine can see these changes.
25832      Branch: perlio
25833            ! doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
25834 ____________________________________________________________________________
25835 [  7841] By: jhi                                   on 2000/11/23  19:30:00
25836         Log: README.amiga changes from Jan-Erik Karlsson <trg@privat.utfors.se>.
25837      Branch: perl
25838            ! README.amiga
25839 ____________________________________________________________________________
25840 [  7840] By: jhi                                   on 2000/11/23  17:18:02
25841         Log: SOCKS wrestling continues, patches from Jens Hamisch.
25842      Branch: perl
25843            ! doio.c embed.h embed.pl perlsdio.h proto.h
25844 ____________________________________________________________________________
25845 [  7839] By: jhi                                   on 2000/11/23  16:54:14
25846         Log: Push Filter::Util::Call one level deeper.
25847      Branch: perl
25848            + t/lib/filter-util.t
25849           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
25850           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
25851            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
25852            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
25853            - t/lib/filt-util.t
25854            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
25855            ! win32/Makefile win32/makefile.mk
25856 ____________________________________________________________________________
25857 [  7838] By: jhi                                   on 2000/11/23  16:52:40
25858         Log: Reach back one higher up when searching for PERL_SRC.
25859      Branch: perl
25860            ! lib/ExtUtils/MM_Unix.pm
25861 ____________________________________________________________________________
25862 [  7837] By: jhi                                   on 2000/11/23  16:05:41
25863         Log: Subject: Re: perl@7826
25864              Date: Thu, 23 Nov 2000 02:20:25 -0600
25865              From: "Craig A. Berry" <craigberry@mac.com>
25866              Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
25867              
25868              Make VMS to like Filter::Util::Call. 
25869      Branch: perl
25870            ! configure.com ext/Filter/Util/Makefile.PL
25871 ____________________________________________________________________________
25872 [  7836] By: nick                                  on 2000/11/23  16:04:08
25873         Log: Implement crlf layer - not ready for merge.
25874      Branch: perlio
25875            ! perlio.c win32/makefile.mk
25876 ____________________________________________________________________________
25877 [  7835] By: jhi                                   on 2000/11/23  15:56:52
25878         Log: STDCHAR is different in Sparc v9 vs x86.
25879      Branch: perl
25880            ! hints/solaris_2.sh
25881 ____________________________________________________________________________
25882 [  7834] By: jhi                                   on 2000/11/23  15:50:47
25883         Log: The type needs to be visible to protos.
25884      Branch: perl
25885            ! perl.h
25886 ____________________________________________________________________________
25887 [  7833] By: jhi                                   on 2000/11/23  15:40:46
25888         Log: Finish unfinished SOCKS workaround changes.
25889      Branch: perl
25890            ! doio.c
25891 ____________________________________________________________________________
25892 [  7832] By: jhi                                   on 2000/11/23  15:33:30
25893         Log: Integrate perlio.
25894      Branch: perl
25895           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
25896           !> win32/makefile.mk
25897 ____________________________________________________________________________
25898 [  7831] By: nick                                  on 2000/11/23  10:31:07
25899         Log: Correct makefile.mk dependancies for ext/Filter/Util
25900              Build ext/Encode
25901              Run dmake regen_config_h
25902      Branch: perlio
25903            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
25904            ! win32/makefile.mk
25905 ____________________________________________________________________________
25906 [  7830] By: nick                                  on 2000/11/23  08:05:07
25907         Log: Integrate mainline
25908      Branch: perlio
25909           +> ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
25910           +> ext/Filter/Util/Makefile.PL lib/Filter/Simple.pm
25911           +> t/lib/filt-util.pl t/lib/filt-util.t
25912           !> (integrate 41 files)
25913 ____________________________________________________________________________
25914 [  7829] By: gsar                                  on 2000/11/23  03:07:11
25915         Log: build the Filter extension on windows
25916      Branch: perl
25917            ! win32/Makefile win32/makefile.mk
25918 ____________________________________________________________________________
25919 [  7828] By: gsar                                  on 2000/11/23  02:46:35
25920         Log: regenerate win32/config* and fix some inconsistencies in the
25921              makefiles; always export Perl_deb() because it is needed
25922              by ext/re/* (whether perl itself is built with -DDEBUGGING
25923              or not)
25924      Branch: perl
25925            ! makedef.pl win32/Makefile win32/config_H.bc win32/config_H.gc
25926            ! win32/config_H.vc win32/makefile.mk
25927 ____________________________________________________________________________
25928 [  7827] By: gsar                                  on 2000/11/23  02:18:38
25929         Log: get sources building on windows+MSVC again (untested with other
25930              compilers)
25931      Branch: perl
25932            ! win32/include/sys/socket.h win32/perllib.c
25933 ____________________________________________________________________________
25934 [  7826] By: jhi                                   on 2000/11/23  01:18:26
25935         Log: Update Changes.
25936      Branch: perl
25937            ! Changes patchlevel.h
25938 ____________________________________________________________________________
25939 [  7825] By: jhi                                   on 2000/11/23  00:20:41
25940         Log: Subject: Re: av.c patch (having slight problems)
25941              From: "Ben Tilly" <ben_tilly@hotmail.com>
25942              Date: Tue, 21 Nov 2000 23:29:31 -0500
25943              Message-ID: <LAW2-F113pL32ctFfj800000d81@hotmail.com>
25944              
25945              unshift() speedup.
25946      Branch: perl
25947            ! av.c
25948 ____________________________________________________________________________
25949 [  7824] By: jhi                                   on 2000/11/22  23:59:15
25950         Log: Fixes for signedness warnings noticed by VMSperlers.
25951      Branch: perl
25952            ! ext/Storable/Storable.xs regcomp.c sv.c
25953 ____________________________________________________________________________
25954 [  7823] By: jhi                                   on 2000/11/22  23:19:31
25955         Log: Subject: [PATCH perl@7795] small cleanup task for test suite
25956              From: Peter Prymmer <pvhp@forte.com>
25957              Date: Wed, 22 Nov 2000 15:04:13 -0800 (PST)
25958              Message-ID: <Pine.OSF.4.10.10011221457530.519633-100000@aspara.forte.com>
25959      Branch: perl
25960            ! t/pragma/warn/pp_hot
25961 ____________________________________________________________________________
25962 [  7822] By: jhi                                   on 2000/11/22  22:52:20
25963         Log: Be clean.
25964      Branch: perl
25965            ! Makefile.SH
25966 ____________________________________________________________________________
25967 [  7821] By: jhi                                   on 2000/11/22  22:46:39
25968         Log: Add the simple frontend to Filter::Util:Call, Filter::Simple 0.01
25969              by Damian Conway, as suggested by Paul Marquess.
25970      Branch: perl
25971            + lib/Filter/Simple.pm
25972 ____________________________________________________________________________
25973 [  7820] By: jhi                                   on 2000/11/22  22:45:51
25974         Log: Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19.
25975      Branch: perl
25976            + ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
25977            + ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
25978            + t/lib/filt-util.t
25979            ! MANIFEST
25980 ____________________________________________________________________________
25981 [  7819] By: jhi                                   on 2000/11/22  22:03:27
25982         Log: Integrate perlio.
25983      Branch: perl
25984           !> README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
25985           !> win32/makefile.mk
25986 ____________________________________________________________________________
25987 [  7818] By: jhi                                   on 2000/11/22  21:56:02
25988         Log: More SOCKS versus 64-bit patches from Jens Hamisch.
25989      Branch: perl
25990            ! doio.c embed.h embed.pl makedef.pl perl.h pp_sys.c proto.h
25991            ! t/lib/io_sock.t
25992 ____________________________________________________________________________
25993 [  7817] By: jhi                                   on 2000/11/22  21:39:49
25994         Log: Subject: [PATCH 5.7.0] Liblist returns found libraries
25995              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25996              Date: Wed, 22 Nov 2000 16:08:12 -0500
25997              Message-ID: <20001122160812.A24269@monk.mps.ohio-state.edu>
25998      Branch: perl
25999            ! lib/ExtUtils/Liblist.pm
26000 ____________________________________________________________________________
26001 [  7816] By: jhi                                   on 2000/11/22  21:38:25
26002         Log: Go ahead and #include <unistd.h> in perl.h.
26003      Branch: perl
26004            ! doio.c malloc.c mg.c perl.h pp.c pp_hot.c pp_sys.c toke.c
26005            ! util.c
26006 ____________________________________________________________________________
26007 [  7815] By: jhi                                   on 2000/11/22  21:22:52
26008         Log: Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
26009              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26010              Date: Mon, 20 Nov 2000 18:30:52 -0500
26011              Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu>
26012      Branch: perl
26013            ! pod/perlre.pod regcomp.c t/op/re_tests
26014 ____________________________________________________________________________
26015 [  7814] By: jhi                                   on 2000/11/22  21:21:46
26016         Log: Subject: [PATCH 5.7.0] Liblist finally works
26017              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26018              Date: Tue, 21 Nov 2000 22:02:17 -0500
26019              Message-ID: <20001121220217.A24174@monk.mps.ohio-state.edu>
26020      Branch: perl
26021            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
26022            ! lib/ExtUtils/MakeMaker.pm
26023 ____________________________________________________________________________
26024 [  7813] By: jhi                                   on 2000/11/22  21:20:23
26025         Log: Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
26026              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
26027              Date: Wed, 22 Nov 2000 17:53:15 +0100
26028              Message-Id: <20001122174544.49A2.H.M.BRAND@hccnet.nl>
26029              
26030              AIX dynaloader and perlio patch.
26031      Branch: perl
26032            ! ext/DynaLoader/dl_aix.xs
26033 ____________________________________________________________________________
26034 [  7812] By: jhi                                   on 2000/11/22  21:17:52
26035         Log: (Accidentally empty patch.)
26036      Branch: perl
26037            ! av.c
26038 ____________________________________________________________________________
26039 [  7811] By: jhi                                   on 2000/11/22  21:16:31
26040         Log: Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
26041              From: Peter Prymmer <pvhp@forte.com>
26042              Date: Mon, 20 Nov 2000 16:53:54 -0800 (PST)
26043              Message-ID: <Pine.OSF.4.10.10011201651050.373336-100000@aspara.forte.com>
26044      Branch: perl
26045            ! vms/test.com
26046 ____________________________________________________________________________
26047 [  7810] By: jhi                                   on 2000/11/22  21:15:36
26048         Log: Subject: Re: perl@7777 
26049              From: "John P. Linderman" <jpl@research.att.com>
26050              Date: Wed, 22 Nov 2000 13:11:11 -0500
26051              Message-Id: <200011221811.NAA90072@raptor.research.att.com>
26052              
26053              Detypoing.
26054      Branch: perl
26055            ! lib/CPAN.pm
26056 ____________________________________________________________________________
26057 [  7809] By: jhi                                   on 2000/11/22  21:14:19
26058         Log: Subject:  [PATCH perl@7795] Perlio_tell fix
26059              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
26060              Date:     Wed, 22 Nov 2000 13:51:37 EST
26061              Message-Id: <001122135058.56e24@DUPHY4.Physics.Drexel.Edu>
26062      Branch: perl
26063            ! perlsdio.h
26064 ____________________________________________________________________________
26065 [  7808] By: jhi                                   on 2000/11/22  21:13:27
26066         Log: Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
26067              From: Casey Tweten <crt@kiski.net>
26068              Date: Mon, 20 Nov 2000 11:53:03 -0500 (EST)
26069              Message-Id: <200011201653.LAA10194@home.kiski.net>
26070      Branch: perl
26071            ! t/lib/io_udp.t
26072 ____________________________________________________________________________
26073 [  7807] By: jhi                                   on 2000/11/22  21:12:35
26074         Log: Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
26075              From: Casey Tweten <crt@kiski.net>
26076              Date: Mon, 20 Nov 2000 11:36:11 -0500 (EST)
26077              Message-Id: <200011201636.LAA07227@home.kiski.net>
26078      Branch: perl
26079            ! t/lib/io_sock.t
26080 ____________________________________________________________________________
26081 [  7806] By: jhi                                   on 2000/11/22  21:10:59
26082         Log: Subject: Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm]
26083              From: "Casey R. Tweten" <crt@kiski.net>
26084              Date: Wed, 22 Nov 2000 09:05:07 -0500 (EST)
26085              Message-ID: <Pine.OSF.4.21.0011220903580.1811-100000@home.kiski.net>
26086      Branch: perl
26087            ! utils/h2xs.PL
26088 ____________________________________________________________________________
26089 [  7805] By: nick                                  on 2000/11/22  21:05:06
26090         Log: Integrate mainline
26091      Branch: perlio
26092           !> Changes Porting/genlog ext/DB_File/DB_File.xs
26093           !> ext/DB_File/version.c lib/Test.pm patchlevel.h
26094           !> utils/perlbug.PL
26095 ____________________________________________________________________________
26096 [  7804] By: jhi                                   on 2000/11/22  21:01:12
26097         Log: Subject: [PATCH] Test.pm POD peculiarity
26098              From: "Casey R. Tweten" <crt@kiski.net>
26099              Date: Tue, 21 Nov 2000 15:01:25 -0500 (EST)
26100              Message-ID: <Pine.OSF.4.21.0011211458020.20114-100000@home.kiski.net>
26101      Branch: perl
26102            ! lib/Test.pm
26103 ____________________________________________________________________________
26104 [  7803] By: jhi                                   on 2000/11/22  20:59:59
26105         Log: Subject: [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug
26106              From: "Philip Newton" <pnewton@gmx.de>
26107              Date: Wed, 22 Nov 2000 14:25:53 +0100
26108              Message-Id: <3A1BD771.25462.1939FAD@localhost>
26109              
26110              Be case-understanding also on 's', and use the -oi of sendmail
26111              not to terminate the transmission on a lone '.'.
26112      Branch: perl
26113            ! utils/perlbug.PL
26114 ____________________________________________________________________________
26115 [  7802] By: nick                                  on 2000/11/22  20:51:42
26116         Log: Win32 PerlIO intermediate state now working as expected.
26117              - In current state we are still using C runtime in text/binary
26118              mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
26119              - PERLIO=stdio and PERLIO=unix pass all expected tests.
26120              - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
26121              and PerlIO_seek() and the dummy crlf layer is not making adjustments
26122              for CRLF translation happening in C runtime. All other tests pass.
26123              
26124              Added note to README.win32 to point out the snags of doing a perl build
26125              with Norton AntiVirus turned on.
26126              
26127              Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
26128              which file a fail comes from.
26129              
26130              Updated "canned" config.h to match the one generated.
26131      Branch: perlio
26132            ! README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
26133            ! win32/makefile.mk
26134 ____________________________________________________________________________
26135 [  7801] By: jhi                                   on 2000/11/22  06:50:20
26136         Log: Nickety nits.
26137      Branch: perl
26138            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
26139 ____________________________________________________________________________
26140 [  7800] By: jhi                                   on 2000/11/22  01:29:55
26141         Log: Changes had accidentally gone too silent on non-main branches.
26142      Branch: perl
26143            ! Changes Porting/genlog patchlevel.h
26144 ____________________________________________________________________________
26145 [  7799] By: gsar                                  on 2000/11/22  01:02:56
26146         Log: some lib_pm.PL changes snuck in via change#7772
26147      Branch: maint-5.6/perl
26148            ! Makefile.SH
26149 ____________________________________________________________________________
26150 [  7798] By: nick                                  on 2000/11/21  21:59:40
26151         Log: Integrate mainline
26152      Branch: perlio
26153           !> (integrate 28 files)
26154 ____________________________________________________________________________
26155 [  7797] By: jhi                                   on 2000/11/21  21:01:45
26156         Log: Integrate perlio.
26157      Branch: perl
26158           !> doio.c perlio.c perlio.h win32/perllib.c win32/win32.c
26159 ____________________________________________________________________________
26160 [  7796] By: nick                                  on 2000/11/21  20:36:22
26161         Log: Win32 builds and runs (mostly) with USE_PERLIO.
26162              PERLIO=perlio passes all tests. 
26163              PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
26164      Branch: perlio
26165            ! perlio.c win32/perllib.c win32/win32.c
26166 ____________________________________________________________________________
26167 [  7795] By: jhi                                   on 2000/11/21  19:03:44
26168         Log: Update Changes.
26169      Branch: perl
26170            ! Changes patchlevel.h
26171 ____________________________________________________________________________
26172 [  7794] By: jhi                                   on 2000/11/21  18:56:34
26173         Log: Subject: PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale testing for VMS)
26174              From: "Craig A. Berry" <craigberry@mac.com>
26175              Date: Mon, 20 Nov 2000 20:27:06 -0600
26176              Message-Id: <p04330101b63f8baf25a2@[172.16.52.1]>
26177              
26178              A cut-and-pasto.
26179      Branch: perl
26180            ! perlio.h
26181 ____________________________________________________________________________
26182 [  7793] By: jhi                                   on 2000/11/21  18:54:41
26183         Log: Subject: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
26184              From: Dominic Dunlop <domo@computer.org> 
26185              Date: Mon, 20 Nov 2000 18:55:29 +0100
26186              Message-Id: <p04320403b63b2c750dce@[192.168.1.4]> 
26187              
26188              va_copy() and the need of it.
26189              See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>.
26190      Branch: metaconfig/U/perl
26191            + need_va_copy.U
26192      Branch: perl
26193            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
26194            ! config_h.SH configure.com epoc/config.sh handy.h perlio.c
26195            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
26196            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
26197            ! win32/config.bc win32/config.gc win32/config.vc
26198 ____________________________________________________________________________
26199 [  7792] By: jhi                                   on 2000/11/21  17:04:10
26200         Log: Integrate scope.h@7790 from perlio, works better with multiplicity.
26201      Branch: perl
26202           !> scope.h
26203 ____________________________________________________________________________
26204 [  7791] By: jhi                                   on 2000/11/21  17:01:16
26205         Log: Export the SOCKS workaround symbols only if necessary.
26206      Branch: perl
26207            ! doio.c embed.h embed.pl makedef.pl perlsdio.h proto.h
26208 ____________________________________________________________________________
26209 [  7790] By: nick                                  on 2000/11/20  23:57:11
26210         Log: If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
26211      Branch: perlio
26212            ! scope.h
26213 ____________________________________________________________________________
26214 [  7789] By: nick                                  on 2000/11/20  23:38:33
26215         Log: Integrate mainline
26216      Branch: perlio
26217           +> lib/File/Spec/Epoc.pm
26218           !> (integrate 34 files)
26219 ____________________________________________________________________________
26220 [  7788] By: nick                                  on 2000/11/20  23:20:18
26221         Log: Make extra buffer layer work (dummy crlf layer)
26222      Branch: perlio
26223            ! doio.c perlio.c perlio.h
26224 ____________________________________________________________________________
26225 [  7787] By: jhi                                   on 2000/11/20  22:44:04
26226         Log: Subject: [PATCH: perl@7777] add system locale testing for VMS
26227              From: Peter Prymmer <pvhp@forte.com>
26228              Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST)
26229              Message-ID: <Pine.OSF.4.10.10011201244390.376086-100000@aspara.forte.com>
26230      Branch: perl
26231            ! t/pragma/locale.t
26232 ____________________________________________________________________________
26233 [  7786] By: jhi                                   on 2000/11/20  22:29:10
26234         Log: Subject: DOC PATCH 5.6.0 perlreftut
26235              From: mjd@plover.com
26236              Date: 20 Nov 2000 19:45:06 -0000
26237              Message-ID: <20001120194506.9505.qmail@plover.com>
26238      Branch: perl
26239            ! pod/perlreftut.pod
26240 ____________________________________________________________________________
26241 [  7785] By: jhi                                   on 2000/11/20  22:27:44
26242         Log: Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
26243              From: David Dyck <dcd@tc.fluke.com>
26244              Date: Mon, 20 Nov 2000 11:43:40 -0800
26245              Message-Id: <200011201943.LAA08451@dd.tc.fluke.com>
26246      Branch: perl
26247            ! lib/Cwd.pm
26248 ____________________________________________________________________________
26249 [  7784] By: jhi                                   on 2000/11/20  22:23:21
26250         Log: Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
26251              Date: Mon, 20 Nov 2000 17:06:10 -0500
26252              To: Mailing list Perl5 <perl5-porters@perl.org>
26253              Message-ID: <20001120170609.A11780@monk.mps.ohio-state.edu>
26254      Branch: perl
26255            ! pp_ctl.c t/op/pat.t
26256 ____________________________________________________________________________
26257 [  7783] By: jhi                                   on 2000/11/20  22:11:18
26258         Log: Subject: [PATCH] doop.c - UTF8 tr///               
26259              From: Simon Cozens <simon@cozens.net>
26260              Date: Sat, 18 Nov 2000 18:49:30 +0000
26261              Message-ID: <20001118184930.A31687@pembro4.pmb.ox.ac.uk>
26262              
26263              Subject: Re: [PATCH] doop.c - UTF8 tr///           
26264              From: Simon Cozens <simon@cozens.net>
26265              Date: Mon, 20 Nov 2000 20:45:22 +0000
26266              Message-ID: <20001120204522.A26042@pembro4.pmb.ox.ac.uk>
26267              
26268              Make tr on UTF-8 better but still not correct.
26269      Branch: perl
26270            ! doop.c
26271 ____________________________________________________________________________
26272 [  7782] By: jhi                                   on 2000/11/20  22:02:16
26273         Log: Remove the shared object before attempting to create
26274              (by linking) a new one.  E.g. in AIX not removing
26275              becomes quite painful if one tries to do more than one
26276              build in the same tree (an interrupted build, for example),
26277              since the AIX' shared dynaloader seemingly keeps the shared
26278              objects open and therefore 'busy' for quite a while, even when
26279              nobody is using the objects, leading into link failures.
26280      Branch: perl
26281            ! lib/ExtUtils/MM_Unix.pm
26282 ____________________________________________________________________________
26283 [  7781] By: gsar                                  on 2000/11/20  19:02:55
26284         Log: type mismatch due to faulty integration
26285      Branch: maint-5.6/perl
26286            ! toke.c win32/Makefile
26287 ____________________________________________________________________________
26288 [  7780] By: gsar                                  on 2000/11/20  17:31:55
26289         Log: integrate changes#6392,6394..6399,6401..6404
26290              
26291              The {multiplier} of a fixed substring was overlooked which
26292              caused a wrong initial search offset for that substring.
26293              
26294              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
26295              From: Hugo <hv@crypt.compulink.co.uk>
26296              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
26297              Date: Thu, 13 Jul 2000 19:27:13 +0100
26298              
26299              Fix the BOM bug: not a byteorder bug, a signedness bug.
26300              
26301              Replace change #6337 with a better one.
26302              
26303              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
26304              From: Hugo <hv@crypt.compulink.co.uk>
26305              Date: Fri, 14 Jul 2000 04:16:20 +0100
26306              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
26307              
26308              MakeMaker should not remove editor backups (*~) on `make clean`
26309              by default (completes change#6383)
26310              
26311              move new variables to the end of the interpreter structure (for
26312              bincompat in code that doesn't #include XSUB.h)
26313              
26314              rename totally bletcherous SvLOCK() thingy (doesn't do what the
26315              name suggests anyway)
26316              
26317              various cleanups (typos, misformatted code, and small bugs)
26318              
26319              typecasts needed for change#6394
26320              
26321              typos in change#6399, regen headers
26322              
26323              inconsistent types needs casts
26324              
26325              PERL_OBJECT build tweaks
26326      Branch: maint-5.6/perl
26327           !> MANIFEST doop.c embed.h embed.pl embedvar.h
26328           !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
26329           !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
26330           !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
26331           !> toke.c util.c
26332 ____________________________________________________________________________
26333 [  7779] By: gsar                                  on 2000/11/20  17:06:29
26334         Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
26335              
26336              Cosmetics and perldelta.
26337              
26338              Fix nits noticed by Boston.pm.
26339              
26340              Do the cc sanity check both before the hints and
26341              after the cc selction.
26342              
26343              get sprintf.t to adjust properly for 3-digit exponents
26344              
26345              don't clobber *.orig files on *clean targets
26346              
26347              fix bugs in processing %v-*d and similar format specs (from
26348              Avi Finkel <avi@finkel.org>)
26349              
26350              sprintf test tweaks (from Dominic Dunlop)
26351              
26352              new selfloader.t in change#6183 doesn't close DATA handles,
26353              and thus fails to clean up tmp files on dosish platforms
26354              
26355              typos (spotted by Peter Prymmer)
26356              
26357              typo fix from Craig Berry
26358      Branch: maint-5.6/perl
26359           !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
26360           !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
26361           !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
26362           !> x2p/Makefile.SH
26363 ____________________________________________________________________________
26364 [  7778] By: gsar                                  on 2000/11/20  16:46:51
26365         Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
26366              
26367              Subject: Re: format bug report  [Patch]
26368              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
26369              Date: Wed, 05 Jul 2000 13:12:52 +0200
26370              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
26371              
26372              Subject: Re: format bug report  [Patch]
26373              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
26374              Date: Wed, 05 Jul 2000 14:10:01 +0200
26375              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
26376              
26377              Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
26378              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
26379              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
26380              Date: Fri, 07 Jul 2000 17:57:16 +0100
26381              
26382              Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
26383              To: perl5-porters@perl.org
26384              From: Karsten Sperling <spiff@phreax.net>
26385              Date: Mon, 10 Jul 2000 15:12:52 +0200
26386              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
26387              
26388              README.posix-bc podified from Thomas Dorner.
26389              
26390              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
26391              From: Dominic Dunlop <domo@computer.org>
26392              Date: Tue, 11 Jul 2000 12:27:33 +0200
26393              Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
26394              
26395              Typo in #6341.
26396              
26397              Fix for
26398              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
26399              From: Roderick Schertler <roderick@argon.org>
26400              Date: Tue, 11 Jul 2000 13:55:05 -0400
26401              Message-Id: <200007111755.NAA05077@jones.argon.org>
26402              
26403              Minor cleanups on the booklist.
26404              
26405              Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
26406              regen perltoc.
26407              
26408              windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
26409      Branch: maint-5.6/perl
26410           +> pod/perlbook.pod
26411           !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
26412           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
26413           !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
26414 ____________________________________________________________________________
26415 [  7777] By: jhi                                   on 2000/11/20  16:08:49
26416         Log: Update Changes.
26417      Branch: perl
26418            ! Changes patchlevel.h
26419 ____________________________________________________________________________
26420 [  7776] By: jhi                                   on 2000/11/20  15:27:56
26421         Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
26422              This may be overly harsh but until proven otherwise, we think this
26423              way, or until we have a simple test for Configure (having to start
26424              up servers is does not count as simple) to check for the problems.
26425      Branch: perl
26426            ! perl.h
26427 ____________________________________________________________________________
26428 [  7775] By: jhi                                   on 2000/11/20  15:22:17
26429         Log: Solaris hints tweaks.
26430      Branch: perl
26431            ! hints/solaris_2.sh
26432 ____________________________________________________________________________
26433 [  7774] By: jhi                                   on 2000/11/20  15:01:20
26434         Log: Add a workaround to SOCKS 64-bit problems.
26435      Branch: perl
26436            ! doio.c embed.h embed.pl perlsdio.h proto.h
26437 ____________________________________________________________________________
26438 [  7773] By: jhi                                   on 2000/11/20  14:51:47
26439         Log: sysseek() instead of seek().
26440      Branch: perl
26441            ! t/lib/syslfs.t
26442 ____________________________________________________________________________
26443 [  7772] By: gsar                                  on 2000/11/20  13:06:23
26444         Log: integrate changes#6315..6319,6321..6331,6333..6338
26445              
26446              Integrate with Sarathy, preliminary fix for unicos
26447              alignment problems in [ID 20000612.002] Perl problem on Cray system.
26448              
26449              some debugger output does not go to the socket when RemotePort is set
26450              
26451              winsock cleanup never done on Windows (leads to handle leaks)
26452              
26453              fix UNC path handling on Windows under ithreads, and chdir()
26454              return value when given a non-existent directory
26455              
26456              Autogenerate pod/Makefile and pod/buildtoc.
26457              buildtoc also checks whether the existin pods are
26458              mentioned in MANIFEST and perl.pod, and vice versa.
26459              (None of the thusly found discrepancies fixed yet.)
26460              roffitall also needs to be autogenerated similarly but it
26461              seems so badly out of date that I didn't touch it yet.
26462              
26463              Config is being used.
26464              
26465              Add =head1 NAMEs so that buildtoc is happy.
26466              (The CGI::Util nit reported to Lincoln.)
26467              
26468              Fix complaints of buildtoc.
26469              
26470              Fix the alignment problem in Crays ([ID 20000612.002]).
26471              
26472              Remove perlbook, update perlfaq book listing,
26473              rearrange perl.pod, regenerate perltoc.
26474              
26475              Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
26476              was cast to an unsigned (32-bit) integer with wild abandon.
26477              
26478              winsock options weren't being set in all threads under ithreads
26479              (caused send()s from second and subsequent threads to fail)
26480              
26481              accept() leaks memory on windows due to incorrect ordering of
26482              closesocket() and fclose() calls
26483              
26484              Reorder perl.pod once more.
26485              
26486              More POSIX.pod tweaks.
26487              
26488              Sprinkle ldlibpath.
26489              
26490              Precedence goof, fix based on
26491              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
26492              From: Hugo <hv@crypt.compulink.co.uk>
26493              Date: Tue, 11 Jul 2000 12:52:38 +0100
26494              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
26495              
26496              Subject: PATCH perlguts.pod: Document D and d magic types
26497              From: mjd@plover.com
26498              Date: 5 Jul 2000 18:01:51 -0000
26499              Message-ID: <20000705180151.29413.qmail@plover.com>
26500              
26501              Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
26502              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
26503              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
26504              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
26505              
26506              Subject: [PATCH cfgperl] $& segfaults if you trick it
26507              From: simon@brecon.co.uk (Simon Cozens)
26508              Date: 7 Jul 2000 11:26:09 GMT
26509              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
26510              
26511              Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
26512              From: Hugo <hv@crypt.compulink.co.uk>
26513              Date: Tue, 11 Jul 2000 12:44:50 +0100
26514              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
26515              
26516              Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
26517              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
26518              Date: Tue, 11 Jul 2000 13:50:51 +0100
26519              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
26520      Branch: maint-5.6/perl
26521           +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
26522           +> pod/buildtoc.PL
26523            - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
26524           !> (integrate 26 files)
26525 ____________________________________________________________________________
26526 [  7771] By: gsar                                  on 2000/11/20  12:31:42
26527         Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
26528              6310,6311,6314
26529              
26530              Subject: [PATCH bleedperl] File::Spec 0.82 beta
26531              From: Barrie Slaymaker <barries@jester.slaysys.com>
26532              Date: Wed, 28 Jun 2000 11:35:29 -0400
26533              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
26534              
26535              tweak perlembed for multiplicity/usethreads sanity; correct notes
26536              about Windows
26537              
26538              localize %INC in a Safe compartment so that use/require work
26539              (many other magic globals probably need similar treatment)
26540              
26541              dounwind() may cause POPSUB() to diddle the wrong PL_curpad
26542              when @_ is modified, causing coredumps
26543              
26544              slurp mode fix in change#4736 still not quite right
26545              
26546              Point to perlipc for more SysV IPC examples.
26547              
26548              Elaborate POSIX.pod.  Still needs work.
26549              
26550              fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
26551              
26552              fix large memory leak that has been around for ever, masked by
26553              -DPURIFY (most of the arenas were never freed!)
26554              
26555              fix memory leak on Windows (PL_sys_intern contents were never
26556              freed)
26557              
26558              PERL_OBJECT build tweak
26559              
26560              adjust change#6299
26561              
26562              remove rel2abs prototypes (from Barrie Slaymaker)
26563              
26564              missing perldiag entry for unpack("w",...) diagnostic (from
26565              Andreas Koenig)
26566              
26567              better diagnostic on Frob->stuff() when Frob:: doesn't exist
26568              (from Richard Soderberg <rs@oregonnet.com>)
26569              
26570              Win32 patches for cfgperl from Sarathy.
26571              
26572              b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
26573              
26574              More POSIX.pod embellishment.
26575              
26576              tyop in change#6306
26577      Branch: maint-5.6/perl
26578           !> (integrate 44 files)
26579 ____________________________________________________________________________
26580 [  7770] By: gsar                                  on 2000/11/20  11:51:00
26581         Log: integrate changes#6268..6282 from cfgperl branch
26582              
26583              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
26584              From: Dominic Dunlop <domo@computer.org>
26585              Date: Thu, 29 Jun 2000 12:32:39 +0200
26586              Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
26587              
26588              Regen headers for #6261 (and update embed.pl for this) and #6267,
26589              silence few compiler warnings.
26590              
26591              Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
26592              From: Nicholas Clark <nick@talking.bollo.cx>
26593              Date: Fri, 23 Jun 2000 16:21:15 +0100
26594              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
26595              
26596              Subject: PATCH pod/perltie.pod
26597              From: Ian Phillipps <Ian.Phillipps@iname.com>
26598              Date: Fri, 16 Jun 2000 00:17:19 +0100
26599              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
26600              (only the first hunk, the second hunk had already been done
26601              by some other patch)
26602              
26603              Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
26604              From: Tom Phoenix <rootbeer@redcat.com>
26605              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
26606              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
26607              
26608              Subject: [PATCH] xsub attributes
26609              From: Doug MacEachern <dougm@covalent.net>
26610              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
26611              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
26612              
26613              Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
26614              From: Andy Dougherty <doughera@lafayette.edu>
26615              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
26616              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
26617              
26618              Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
26619              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
26620              Date: Tue, 13 Jun 2000 02:43:48 -0500
26621              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
26622              
26623              Subject: [PATCH] Re: eval documentation: context
26624              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
26625              Date: Mon, 12 Jun 2000 15:07:29 +0100
26626              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
26627              
26628              Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
26629              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
26630              Date: Mon, 12 Jun 2000 14:55:59 +0100
26631              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
26632              
26633              Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
26634              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
26635              Date: Fri, 09 Jun 2000 12:39:27 -0400
26636              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
26637              (plus update the version "number" of Text::Wrap)
26638              
26639              Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
26640              From: Tim Ayers <tayers@bridge.com>
26641              Date: Thu, 08 Jun 2000 08:11:06 +0200
26642              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
26643              [resent by Richard Foley, Message-Id probably wrong]
26644              
26645              Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
26646              From: rspier@pobox.com (Robert Spier)
26647              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
26648              Message-ID: <14654.31913.845602.610277@rls.cx>
26649              
26650              Subject: [PATCH 5.6.0] utils/h2xs.PL
26651              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
26652              Date: Wed, 7 Jun 2000 04:02:04 -0500
26653              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
26654              
26655              Subject: [PATCH 5.6.0]ITHREADs for VMS
26656              From: Dan Sugalski <dan@sidhe.org>
26657              Date: Tue, 06 Jun 2000 11:59:50 -0400
26658              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
26659      Branch: maint-5.6/perl
26660           !> (integrate 31 files)
26661 ____________________________________________________________________________
26662 [  7769] By: gsar                                  on 2000/11/20  11:29:06
26663         Log: integrate changes#6261..6266 from cfgperl
26664              
26665              Subject: Re: [PATCH cfgperl] BOMs away!
26666              From: simon@brecon.co.uk (Simon Cozens)
26667              Date: 17 Jun 2000 11:49:57 GMT
26668              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
26669              
26670              Subject: 5.6.0 Patch for EPOC
26671              From: Olaf Flebbe <o.flebbe@gmx.de>
26672              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
26673              Message-ID: <23449.960929969@www11.gmx.net>
26674              
26675              tr fixes from Simon Cozens
26676              
26677              Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
26678              From: Marty Lucich <marty@netcom.com>
26679              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
26680              Message-Id: <200006282116.OAA11148@netcom.com>
26681              ccdlflags update (the BSD/OS 4.1 part had already been taken
26682              care of by #6141).
26683              
26684              Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
26685              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
26686              Date: Wed, 28 Jun 2000 17:50:12 -0700
26687              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
26688              
26689              Subject: [PATCH 5.6.0] cygwin port
26690              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
26691              From: "Fifer, Eric" <EFifer@sanwaint.com>
26692              Date: Thu, 29 Jun 2000 12:58:29 +0100
26693      Branch: maint-5.6/perl
26694           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
26695           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
26696           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
26697           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
26698 ____________________________________________________________________________
26699 [  7768] By: gsar                                  on 2000/11/20  11:13:44
26700         Log: integrate changes#6252..6256,6259..6260
26701              
26702              Paranoia tweak on #6249.
26703              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
26704              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
26705              Date: Sun, 25 Jun 2000 23:43:12 -0400
26706              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
26707              
26708              Subject: tr///, help wanted.
26709              From: simon@brecon.co.uk (Simon Cozens)
26710              Date: 28 Jun 2000 11:29:04 GMT
26711              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
26712              
26713              small thinko tweaks
26714              
26715              tweaks from Simon Conzes to further fix tr/// under utf8
26716              
26717              perlnewmod was missing from MANIFEST.
26718              
26719              Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
26720              From: simon@brecon.co.uk (Simon Cozens)
26721              Date: 17 Jun 2000 11:56:44 GMT
26722              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
26723              pack U0, pack C0
26724      Branch: maint-5.6/perl
26725           !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
26726           !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
26727           !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
26728           !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
26729 ____________________________________________________________________________
26730 [  7767] By: gsar                                  on 2000/11/20  10:51:38
26731         Log: integrate change#6250 from cfgperl
26732              
26733              Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
26734              From: Doug MacEachern <dougm@covalent.net>
26735              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
26736              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
26737      Branch: maint-5.6/perl
26738           +> t/op/my_stash.t
26739           !> MANIFEST embed.pl global.sym proto.h toke.c
26740 ____________________________________________________________________________
26741 [  7766] By: gsar                                  on 2000/11/20  10:48:34
26742         Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
26743              
26744              Subject: [ID 20000626.007] h2xs man page contains trailing garbage
26745              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
26746              Date: Mon, 26 Jun 2000 18:40:14 +0100
26747              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
26748              
26749              Subject: [PATCH] bytes<->utf8 fixes
26750              From: simon@brecon.co.uk (Simon Cozens)
26751              Date: 26 Jun 2000 04:55:45 GMT
26752              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
26753              
26754              Subject: [PATCH] is_utf8_string
26755              From: simon@brecon.co.uk (Simon Cozens)
26756              Date: 26 Jun 2000 02:25:59 GMT
26757              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
26758              
26759              Subject: [PATCH] avoid mg_ptr in '*' magic
26760              From: Doug MacEachern <dougm@covalent.net>
26761              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
26762              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
26763              
26764              Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
26765              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
26766              Date: Sat, 24 Jun 2000 13:06:20 +0100
26767              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
26768              
26769              Allow for standalone testing.
26770              
26771              Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
26772              From: Mark-Jason Dominus <mjd@plover.com>
26773              Date: Tue, 27 Jun 2000 22:36:42 -0400
26774              Message-ID: <20000628023642.12166.qmail@plover.com>
26775              
26776              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
26777              From: Frank Tobin <ftobin@uiuc.edu>
26778              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
26779              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
26780      Branch: maint-5.6/perl
26781           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
26782           !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
26783           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
26784           !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
26785           !> utf8.c utils/h2xs.PL
26786 ____________________________________________________________________________
26787 [  7765] By: gsar                                  on 2000/11/20  10:29:13
26788         Log: integrate change#6239 from cfgperl
26789              
26790              Configure maintenance.  Sever some dependency cycles,
26791              separate gccversion from the cc unit,
26792              address [ID 20000623.006] Configure script patch for using gcc on AIX
26793              (but solve it a little bit differently),
26794              unduplex some accidentally duplicated units,
26795              suggest using gcc if no cc available
26796              (p5p thread: "Solaris configure: counterproposal", 1999-09)
26797      Branch: maint-5.6/perl
26798           !> Configure Todo-5.6 config_h.SH
26799 ____________________________________________________________________________
26800 [  7764] By: gsar                                  on 2000/11/20  10:25:55
26801         Log: integrate changes#6233..6238 from cfgperl
26802              
26803              Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
26804              From: Mark-Jason Dominus <mjd@plover.com>
26805              Date: Fri, 16 Jun 2000 20:53:04 -0400
26806              Message-ID: <20000617005304.8008.qmail@plover.com>
26807              
26808              Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
26809              because when run as services (Win32ese for daemons)
26810              no environment variables are set and tmpdir ends up as /tmp,
26811              which is ambiguous.
26812              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
26813              From: matt@sergeant.org
26814              Date: 16 Jun 2000 16:30:43 -0000
26815              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
26816              
26817              The thread begun by
26818              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
26819              From: Kevin.Ruscoe@ubsw.com
26820              Date: Fri, 16 Jun 2000 16:38:51 +0100
26821              Message-Id: <H000019b03c300d6@MHS>
26822              
26823              Tweak embed.pl, regen headers.
26824              
26825              Subject: [PATCH 5.6.0] XS module loading fixup for VMS
26826              From: Dan Sugalski <dan@sidhe.org>
26827              Date: Fri, 23 Jun 2000 17:00:00 -0400
26828              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
26829      Branch: maint-5.6/perl
26830           !> (integrate 27 files)
26831 ____________________________________________________________________________
26832 [  7763] By: gsar                                  on 2000/11/20  10:08:08
26833         Log: s/perl56delta/perldelta/g
26834      Branch: maint-5.6/perl
26835            ! pod/Makefile
26836 ____________________________________________________________________________
26837 [  7762] By: gsar                                  on 2000/11/20  10:04:00
26838         Log: integrate changes#6225,6229,6231,6232 from cfgperl
26839              
26840              Add source code filenames to apidoc.
26841              From: simon@brecon.co.uk (Simon Cozens)
26842              Subject: [PATCH embed.pl] Source X-ref
26843              Date: 22 Jun 2000 02:18:49 GMT
26844              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
26845              
26846              Subject: README.hpux version 0.6.1
26847              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
26848              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
26849              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
26850              
26851              Subject: [PATCH 5.6.0] cygwin port
26852              From: "Fifer, Eric" <EFifer@sanwaint.com>
26853              Date: Tue, 20 Jun 2000 14:30:58 +0100
26854              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
26855              
26856              Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
26857              From: simon@brecon.co.uk (Simon Cozens)
26858              Date: 19 Jun 2000 15:18:27 GMT
26859              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
26860              
26861              plus update pod/Makefile and regenerate perltoc
26862      Branch: maint-5.6/perl
26863           +> pod/perlutil.pod
26864           !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
26865           !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
26866 ____________________________________________________________________________
26867 [  7761] By: jhi                                   on 2000/11/20  04:09:55
26868         Log: Miraculous typo.
26869      Branch: perl
26870            ! t/op/pat.t
26871 ____________________________________________________________________________
26872 [  7760] By: jhi                                   on 2000/11/20  04:06:08
26873         Log: Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
26874              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26875              Date: Sun, 19 Nov 2000 22:30:26 -0500
26876              Message-ID: <20001119223026.A5165@monk.mps.ohio-state.edu>
26877      Branch: perl
26878            ! regexec.c scope.h t/op/pat.t
26879 ____________________________________________________________________________
26880 [  7759] By: jhi                                   on 2000/11/20  02:05:22
26881         Log: Make certain MacOS Classic has NO_ENVIRON_ARRAY.
26882      Branch: perl
26883            ! perl.h
26884 ____________________________________________________________________________
26885 [  7758] By: jhi                                   on 2000/11/20  01:58:11
26886         Log: Subject: [perl 7711: EPOC] updates
26887              From: Olaf Flebbe <o.flebbe@gmx.de>
26888              Date: Sun, 19 Nov 2000 19:33:30 +0100 (MET)
26889              Message-ID: <25575.974658810@www23.gmx.net>               
26890      Branch: perl
26891            + lib/File/Spec/Epoc.pm
26892            ! MANIFEST epoc/epocish.c lib/CGI.pm lib/Cwd.pm
26893            ! lib/File/Basename.pm lib/File/Find.pm lib/File/Path.pm
26894            ! lib/File/Spec.pm perl.c sv.c
26895 ____________________________________________________________________________
26896 [  7757] By: jhi                                   on 2000/11/20  01:53:11
26897         Log: ext/re/hints/MSWin32.pl seems to be missing from perlio.
26898      Branch: perl
26899            ! MANIFEST
26900 ____________________________________________________________________________
26901 [  7756] By: jhi                                   on 2000/11/20  01:47:22
26902         Log: Integrate perlio.
26903      Branch: perl
26904            - ext/re/hints/MSWin32.pl
26905           !> global.sym perlio.c perlio.h perliol.h pod/perlapi.pod sv.c
26906           !> win32/config.gc win32/config_H.gc win32/win32sck.c
26907 ____________________________________________________________________________
26908 [  7755] By: nick                                  on 2000/11/19  20:57:17
26909         Log: Add dummy crlf layer (just as buffer)
26910              Correct 1st bug - one layer of indirection.
26911      Branch: perlio
26912            ! perlio.c perlio.h perliol.h
26913 ____________________________________________________________________________
26914 [  7754] By: nick                                  on 2000/11/19  20:56:12
26915         Log: Work-round to Perl_deb_nocontext is no longer required
26916      Branch: perlio
26917            - ext/re/hints/MSWin32.pl
26918 ____________________________________________________________________________
26919 [  7753] By: nick                                  on 2000/11/19  20:01:16
26920         Log: diff -se shows these as different
26921      Branch: perlio
26922            ! global.sym pod/perlapi.pod
26923 ____________________________________________________________________________
26924 [  7752] By: nick                                  on 2000/11/19  18:57:30
26925         Log: Configure GCC/Win32 build -Duseperlio
26926              Fix a couple of gross issues
26927              - double-include of ../deb.o in re.dll
26928              - win32sck.c needs PerlIO and FILE 
26929      Branch: perlio
26930            ! ext/re/hints/MSWin32.pl win32/config.gc win32/config_H.gc
26931            ! win32/win32sck.c
26932 ____________________________________________________________________________
26933 [  7751] By: nick                                  on 2000/11/19  17:05:36
26934         Log: Special case :crlf and :raw in dummy PerlIO_apply_layers
26935      Branch: perlio
26936            ! perlio.c
26937 ____________________________________________________________________________
26938 [  7750] By: nick                                  on 2000/11/19  16:57:14
26939         Log: Missing aTHX_
26940      Branch: perlio
26941            ! sv.c
26942 ____________________________________________________________________________
26943 [  7749] By: jhi                                   on 2000/11/19  16:28:40
26944         Log: Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
26945              From: "Peter J. Farley III" <pjfarley@banet.net>
26946              Date: Sun, 19 Nov 2000 01:42:58 -0500
26947              Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net>
26948      Branch: perl
26949            ! djgpp/config.over ext/Storable/Storable.pm hints/dos_djgpp.sh
26950 ____________________________________________________________________________
26951 [  7748] By: jhi                                   on 2000/11/19  16:08:10
26952         Log: Subject: podlators 1.05 available        
26953              From: Russ Allbery <rra@stanford.edu>   
26954              Date: 18 Nov 2000 22:04:28 -0800
26955              Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu>
26956      Branch: perl
26957            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
26958 ____________________________________________________________________________
26959 [  7747] By: nick                                  on 2000/11/19  11:19:39
26960         Log: Integrate mainline
26961      Branch: perlio
26962           !> embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
26963           !> util.c
26964 ____________________________________________________________________________
26965 [  7746] By: jhi                                   on 2000/11/19  06:42:22
26966         Log: Make hex scanning warn on "\x{x}" and "\xx".
26967              "\x" and and hex("x") are still valid.
26968      Branch: perl
26969            ! util.c
26970 ____________________________________________________________________________
26971 [  7745] By: nick                                  on 2000/11/18  22:52:28
26972         Log: Integrate mainline
26973      Branch: perlio
26974           !> emacs/ptags embed.h embed.pl lib/CPAN.pm lib/CPAN/FirstTime.pm
26975           !> perl.h perlio.c proto.h regcomp.c regcomp.h
26976 ____________________________________________________________________________
26977 [  7744] By: jhi                                   on 2000/11/18  22:50:28
26978         Log: Introduce Perl_utf8_length().  Use it.
26979      Branch: perl
26980            ! embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
26981 ____________________________________________________________________________
26982 [  7743] By: jhi                                   on 2000/11/18  22:38:51
26983         Log: Compiler denit.
26984      Branch: perl
26985            ! perlio.c
26986 ____________________________________________________________________________
26987 [  7742] By: jhi                                   on 2000/11/18  20:33:05
26988         Log: Integrate perlio.
26989      Branch: perl
26990           !> cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
26991           !> perlio.h pp_ctl.c pp_sys.c sv.c
26992 ____________________________________________________________________________
26993 [  7741] By: jhi                                   on 2000/11/18  20:31:27
26994         Log: Subject: [PATCH 5.7.0] make regcomp reenterable
26995              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26996              Date: Fri, 17 Nov 2000 20:35:11 -0500
26997              Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu>
26998              
26999              Subject: Re: [PATCH 5.7.0] make regcomp reenterable
27000              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27001              Date: Fri, 17 Nov 2000 21:03:47 -0500
27002              Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu>
27003              
27004              Plus a little bit of tweaking in pregcomp().
27005      Branch: perl
27006            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
27007 ____________________________________________________________________________
27008 [  7740] By: nick                                  on 2000/11/18  20:17:22
27009         Log: Lexical use open ... support:
27010              add ->cop_io to COP structure in cop.h.
27011              Make mg.c and gv.c associate it with ${^OPEN}.
27012              Make lib/open.pm set it.
27013              Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
27014              manner similar to ->cop_warnings.
27015              Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
27016              call new PerlIO_apply_layers().
27017              Declare latter in perlio.h and define in perlio.c
27018      Branch: perlio
27019            ! cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
27020            ! perlio.h pp_ctl.c pp_sys.c sv.c
27021 ____________________________________________________________________________
27022 [  7739] By: jhi                                   on 2000/11/18  19:54:00
27023         Log: Integrate perlio.
27024      Branch: perl
27025           !> doio.c perlio.c pp.c
27026 ____________________________________________________________________________
27027 [  7738] By: jhi                                   on 2000/11/18  17:16:13
27028         Log: Subject: [PATCH 5.7.0] etags broken again
27029              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27030              Date: Sat, 18 Nov 2000 02:41:36 -0500
27031              Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu>
27032      Branch: perl
27033            ! emacs/ptags
27034 ____________________________________________________________________________
27035 [  7737] By: jhi                                   on 2000/11/18  17:12:18
27036         Log: Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
27037      Branch: perl
27038            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
27039 ____________________________________________________________________________
27040 [  7736] By: nick                                  on 2000/11/18  14:06:20
27041         Log: Basic tweaks to do_open() type parsing to allow layer/discipline
27042              part to be isolated.
27043      Branch: perlio
27044            ! doio.c perlio.c
27045 ____________________________________________________________________________
27046 [  7735] By: nick                                  on 2000/11/18  11:03:32
27047         Log: Integrate mainline
27048      Branch: perlio
27049           !> Changes README.amiga README.win32 patchlevel.h
27050           !> pod/perlfunc.pod pp.c regcomp.c regexec.c t/op/re_tests
27051 ____________________________________________________________________________
27052 [  7734] By: jhi                                   on 2000/11/18  01:18:56
27053         Log: Update Changes.
27054      Branch: perl
27055            ! Changes patchlevel.h
27056 ____________________________________________________________________________
27057 [  7733] By: jhi                                   on 2000/11/18  00:32:54
27058         Log: Subject: [PATCH 5.7.0] restore match data on backtracing
27059              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27060              Date: Fri, 17 Nov 2000 17:28:02 -0500
27061              Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
27062      Branch: perl
27063            ! regcomp.c regexec.c t/op/re_tests
27064 ____________________________________________________________________________
27065 [  7732] By: jhi                                   on 2000/11/18  00:28:56
27066         Log: Sparc 64-bit pack() fix from Jens Hamisch.
27067      Branch: perl
27068            ! pp.c
27069 ____________________________________________________________________________
27070 [  7731] By: jhi                                   on 2000/11/18  00:18:39
27071         Log: Explain in more detail the {} syntax ambiguousity.
27072              
27073              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
27074              From: Nicholas Clark <nick@ccl4.org>
27075              Date: Fri, 17 Nov 2000 22:10:28 +0000
27076              Message-ID: <20001117221028.A88930@plum.flirble.org>
27077      Branch: perl
27078            ! pod/perlfunc.pod
27079 ____________________________________________________________________________
27080 [  7730] By: jhi                                   on 2000/11/18  00:12:18
27081         Log: Subject: Fix for README.amiga (20000323.033)
27082              From: "Stephen P. Potter" <spp@spotter.yi.org>
27083              Date: Fri, 17 Nov 2000 12:25:51 -0500
27084              Message-Id: <200011171725.MAA05768@spotter.yi.org>
27085      Branch: perl
27086            ! README.amiga
27087 ____________________________________________________________________________
27088 [  7729] By: jhi                                   on 2000/11/18  00:08:34
27089         Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
27090              From: "A. C. Yardley" <yardley@tanet.net>
27091              Date: Mon, 3 Apr 2000 11:35:33 -0700
27092              Message-ID: <3483.000403@tanet.net>
27093      Branch: perl
27094            ! README.win32
27095 ____________________________________________________________________________
27096 [  7728] By: nick                                  on 2000/11/17  21:59:47
27097         Log: Integrate mainline
27098      Branch: perlio
27099           !> configure.com hints/solaris_2.sh lib/Carp/Heavy.pm
27100           !> lib/ExtUtils/xsubpp lib/Pod/Checker.pm pod/perlfaq9.pod
27101           !> pod/perlhack.pod pod/perllocale.pod pod/perlmodlib.PL
27102           !> pod/perlpod.pod pod/perlxs.pod pod/perlxstut.pod t/lib/b.t
27103 ____________________________________________________________________________
27104 [  7727] By: nick                                  on 2000/11/17  21:56:31
27105         Log: Experiment on use of attributes.pm interface.
27106              Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
27107              SVt_PVRV if not already something better (else vivify of say magic gets
27108              core dump).
27109      Branch: perlio
27110            ! perlio.c pp.c
27111 ____________________________________________________________________________
27112 [  7726] By: jhi                                   on 2000/11/17  14:15:49
27113         Log: Subject: Fix for 20000815.006
27114              From: "Stephen P. Potter" <spp@spotter.yi.org>
27115              Date: Fri, 17 Nov 2000 08:57:45 -0500
27116              Message-Id: <200011171357.IAA05122@spotter.yi.org>
27117              
27118              It's really 20000518.006.
27119      Branch: perl
27120            ! pod/perlmodlib.PL
27121 ____________________________________________________________________________
27122 [  7725] By: jhi                                   on 2000/11/17  14:12:31
27123         Log: Subject: Fix for 20000409.001
27124              From: "Stephen P. Potter" <spp@spotter.yi.org>
27125              Date: Fri, 17 Nov 2000 08:55:45 -0500
27126              Message-Id: <200011171355.IAA05104@spotter.yi.org>
27127      Branch: perl
27128            ! pod/perlfaq9.pod
27129 ____________________________________________________________________________
27130 [  7724] By: jhi                                   on 2000/11/17  14:08:58
27131         Log: Undo #7627 now that we have =head3.
27132      Branch: perl
27133            ! pod/perlhack.pod
27134 ____________________________________________________________________________
27135 [  7723] By: jhi                                   on 2000/11/17  14:04:09
27136         Log: As surmised the #7719 wasn't a good move.
27137      Branch: perl
27138            ! hints/solaris_2.sh
27139 ____________________________________________________________________________
27140 [  7722] By: jhi                                   on 2000/11/17  13:59:04
27141         Log: Also the 64bitall hints can be either here or there.
27142      Branch: perl
27143            ! hints/solaris_2.sh
27144 ____________________________________________________________________________
27145 [  7721] By: jhi                                   on 2000/11/17  02:26:23
27146         Log: Test tweak for the open pragma.
27147      Branch: perl
27148            ! t/lib/b.t
27149 ____________________________________________________________________________
27150 [  7720] By: jhi                                   on 2000/11/17  00:23:22
27151         Log: The long double hints can be here or there.
27152      Branch: perl
27153            ! hints/solaris_2.sh
27154 ____________________________________________________________________________
27155 [  7719] By: jhi                                   on 2000/11/17  00:14:06
27156         Log: For Solaris use64bitall the stdchar needs a little bit of help.
27157      Branch: perl
27158            ! hints/solaris_2.sh
27159 ____________________________________________________________________________
27160 [  7718] By: jhi                                   on 2000/11/16  23:27:34
27161         Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
27162              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
27163              Date: Wed, 15 Nov 2000 08:56:32 +0100
27164              Message-ID: <3A1241B0.64477E00@alcatel.at>
27165      Branch: perl
27166            ! lib/Carp/Heavy.pm
27167 ____________________________________________________________________________
27168 [  7717] By: jhi                                   on 2000/11/16  23:23:29
27169         Log: Subject: [PATCH] Re: 20001101.003 PDL
27170              From: Nicholas Clark <nick@ccl4.org>
27171              Date: Thu, 16 Nov 2000 16:48:25 +0000
27172              Message-ID: <20001116164825.B93487@plum.flirble.org>
27173      Branch: perl
27174            ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
27175 ____________________________________________________________________________
27176 [  7716] By: jhi                                   on 2000/11/16  23:21:31
27177         Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
27178              From: "Casey R. Tweten" <crt@kiski.net>
27179              Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
27180              Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
27181      Branch: perl
27182            ! lib/Pod/Checker.pm pod/perlpod.pod
27183 ____________________________________________________________________________
27184 [  7715] By: jhi                                   on 2000/11/16  23:19:40
27185         Log: Avoid an infinite loop in VMS when utils scripts are run
27186              with no arguments, from Charles Lane.
27187      Branch: perl
27188            ! configure.com
27189 ____________________________________________________________________________
27190 [  7714] By: jhi                                   on 2000/11/16  23:17:08
27191         Log: Subject: perllocale.pod changes
27192              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
27193              Date: Mon, 13 Nov 2000 10:09:22 +0300
27194              Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
27195      Branch: perl
27196            ! pod/perllocale.pod
27197 ____________________________________________________________________________
27198 [  7713] By: jhi                                   on 2000/11/16  23:14:06
27199         Log: Integrate perlio.
27200      Branch: perl
27201           !> doio.c perlio.c perlio.h util.c
27202 ____________________________________________________________________________
27203 [  7712] By: nick                                  on 2000/11/16  21:10:58
27204         Log: Integrate mainline
27205      Branch: perlio
27206           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
27207           !> config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
27208           !> uconfig.sh vos/config.alpha.def vos/config.alpha.h
27209           !> vos/config.ga.def vos/config.ga.h win32/config.bc
27210           !> win32/config.gc win32/config.vc
27211 ____________________________________________________________________________
27212 [  7711] By: nick                                  on 2000/11/16  19:56:41
27213         Log: Minor tweaks:
27214              consistent way of getting 'rb', 'wb' etc. for binary opens
27215              move *perlio::layers to *open::layers
27216              a #define to show layers available
27217              DOSISH popen/PerlIO had export/import sense inverted.
27218      Branch: perlio
27219            ! doio.c perlio.c perlio.h util.c
27220 ____________________________________________________________________________
27221 [  7710] By: jhi                                   on 2000/11/16  15:46:05
27222         Log: Add HAS_SBRK_PROTO.
27223      Branch: metaconfig/U/perl
27224            + d_sbrkproto.U
27225      Branch: perl
27226            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
27227            ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
27228            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
27229            ! vos/config.ga.def vos/config.ga.h win32/config.bc
27230            ! win32/config.gc win32/config.vc
27231 ____________________________________________________________________________
27232 [  7709] By: nick                                  on 2000/11/16  07:31:49
27233         Log: Integrate mainline
27234      Branch: perlio
27235           !> (integrate 35 files)
27236 ____________________________________________________________________________
27237 [  7708] By: jhi                                   on 2000/11/16  05:33:03
27238         Log: These files are text, not binary.
27239      Branch: perl
27240            ! ext/Encode/Encode/iso8859-10.enc
27241            ! ext/Encode/Encode/iso8859-13.enc
27242            ! ext/Encode/Encode/iso8859-14.enc
27243            ! ext/Encode/Encode/iso8859-15.enc
27244 ____________________________________________________________________________
27245 [  7707] By: jhi                                   on 2000/11/16  01:53:37
27246         Log: Update Changes.
27247      Branch: perl
27248            ! Changes patchlevel.h
27249 ____________________________________________________________________________
27250 [  7706] By: jhi                                   on 2000/11/16  01:35:59
27251         Log: More #undefing of stdio.
27252      Branch: perl
27253            ! fakesdio.h nostdio.h
27254 ____________________________________________________________________________
27255 [  7705] By: jhi                                   on 2000/11/16  01:34:18
27256         Log: Add fwalk() probe to the configuration files and regen perltoc.
27257      Branch: perl
27258            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
27259            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
27260            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
27261            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
27262            ! win32/config.bc win32/config.gc win32/config.vc
27263 ____________________________________________________________________________
27264 [  7704] By: jhi                                   on 2000/11/16  01:33:07
27265         Log: Add the _fwalk() unit.  (The probe says 'fwalk()'.  Time for
27266              an optional third argument to Inlibc?)
27267      Branch: metaconfig/U/perl
27268            + d__fwalk.U
27269 ____________________________________________________________________________
27270 [  7703] By: jhi                                   on 2000/11/16  01:09:22
27271         Log: The type of the hash_cb() size argument is tricky.
27272      Branch: perl
27273            ! ext/DB_File/DB_File.xs
27274 ____________________________________________________________________________
27275 [  7702] By: jhi                                   on 2000/11/15  23:01:16
27276         Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
27277      Branch: perl
27278            ! nostdio.h
27279 ____________________________________________________________________________
27280 [  7701] By: jhi                                   on 2000/11/15  22:52:32
27281         Log: Detypo.
27282      Branch: perl
27283            ! t/lib/bigfltpm.t
27284 ____________________________________________________________________________
27285 [  7700] By: jhi                                   on 2000/11/15  22:51:56
27286         Log: UINT64_C() work continues.
27287      Branch: perl
27288            ! handy.h perl.h utf8.h
27289 ____________________________________________________________________________
27290 [  7699] By: jhi                                   on 2000/11/15  14:13:04
27291         Log: SOCKS has its own USE_THREADS, based on
27292              
27293              Subject: [ID 20001114.002] et. al. bugfix followup
27294              From: Jens Hamisch <jens@Strawberry.COM> 
27295              Date: Wed, 15 Nov 2000 14:23:11 +0100
27296              Message-ID: <20001115142311.A21164@Strawberry.COM>
27297      Branch: perl
27298            ! perl.h
27299 ____________________________________________________________________________
27300 [  7698] By: jhi                                   on 2000/11/15  03:50:56
27301         Log: Add few missing #undefs and sort them.
27302      Branch: perl
27303            ! fakesdio.h
27304 ____________________________________________________________________________
27305 [  7697] By: jhi                                   on 2000/11/15  03:39:14
27306         Log: Linenumber fix.
27307      Branch: perl
27308            ! t/pragma/warn/utf8
27309 ____________________________________________________________________________
27310 [  7696] By: jhi                                   on 2000/11/15  02:55:26
27311         Log: EBCDIC tweaks.
27312              
27313              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
27314              From: Peter Prymmer <pvhp@forte.com>
27315              Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
27316              Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
27317      Branch: perl
27318            ! t/op/regmesg.t t/pragma/warn/utf8
27319 ____________________________________________________________________________
27320 [  7695] By: jhi                                   on 2000/11/15  02:53:58
27321         Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
27322              From: Peter Prymmer <pvhp@forte.com>
27323              Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
27324              Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
27325      Branch: perl
27326            ! utf8.c
27327 ____________________________________________________________________________
27328 [  7694] By: jhi                                   on 2000/11/15  02:50:55
27329         Log: Subject: [PATCH: perl@7674] updates to README.os390
27330              From: Prymmer/Kahn <pvhp@best.com>
27331              Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
27332              Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
27333      Branch: perl
27334            ! README.os390
27335 ____________________________________________________________________________
27336 [  7693] By: jhi                                   on 2000/11/15  02:48:37
27337         Log: Quit utf8_to_uv() instantly if curlen == 0.
27338      Branch: perl
27339            ! utf8.c
27340 ____________________________________________________________________________
27341 [  7692] By: jhi                                   on 2000/11/15  02:24:29
27342         Log: Use u_int32_t for the size of hash_cb(), not size_t.
27343              
27344              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
27345              From: Jens Hamisch <jens@Strawberry.COM>     
27346              Date: Tue, 14 Nov 2000 19:03:55 +0100
27347              Message-Id: <20001114190355.A20559@Strawberry.COM>
27348      Branch: perl
27349            ! ext/DB_File/DB_File.xs
27350 ____________________________________________________________________________
27351 [  7691] By: jhi                                   on 2000/11/15  02:20:12
27352         Log: Use UINT64_C().
27353              
27354              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
27355              From: Jens Hamisch <jens@Strawberry.COM>
27356              Date: Tue, 14 Nov 2000 19:16:23 +0100
27357              Message-Id: <20001114191623.G20559@Strawberry.COM>
27358      Branch: perl
27359            ! utf8.c utf8.h
27360 ____________________________________________________________________________
27361 [  7690] By: jhi                                   on 2000/11/15  02:17:06
27362         Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
27363              (a macro to define signed and unsigned integer constants).
27364      Branch: perl
27365            ! handy.h
27366 ____________________________________________________________________________
27367 [  7689] By: jhi                                   on 2000/11/15  01:56:51
27368         Log: Regen Configure.
27369      Branch: perl
27370            ! Configure
27371 ____________________________________________________________________________
27372 [  7688] By: jhi                                   on 2000/11/15  01:56:32
27373         Log: Make the unit know about SOCKS.
27374      Branch: metaconfig
27375            ! U/protos/socksizetype.U
27376 ____________________________________________________________________________
27377 [  7687] By: jhi                                   on 2000/11/15  01:54:47
27378         Log: Remove unused dependencies.
27379      Branch: metaconfig
27380            ! U/compline/d_getpagsz.U
27381 ____________________________________________________________________________
27382 [  7686] By: nick                                  on 2000/11/14  21:25:13
27383         Log: Integrate mainline.
27384      Branch: perlio
27385           +> ext/re/hints/MSWin32.pl win32/bin/mdelete.bat
27386           !> MANIFEST doio.c doop.c ext/IO/lib/IO/Handle.pm
27387           !> ext/IO/lib/IO/Seekable.pm ext/SDBM_File/Makefile.PL
27388           !> lib/ExtUtils/MM_Unix.pm lib/perl5db.pl makedef.pl perl.h
27389           !> perlio.c pp.c pp_sys.c toke.c utf8.c utf8.h win32/Makefile
27390           !> win32/config.bc win32/config.gc win32/config.vc
27391           !> win32/makefile.mk win32/win32.c win32/win32.h win32/win32sck.c
27392 ____________________________________________________________________________
27393 [  7685] By: jhi                                   on 2000/11/14  17:54:56
27394         Log: Integrate perlio.
27395      Branch: perl
27396           +> fakesdio.h perliol.h
27397           !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
27398           !> perlsdio.h perlsfio.h pod/perlfunc.pod
27399 ____________________________________________________________________________
27400 [  7684] By: nick                                  on 2000/11/14  17:43:04
27401         Log: PerlIO #include and #ifdef re-work.
27402      Branch: perlio
27403            + fakesdio.h perliol.h
27404            ! MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
27405            ! perlsdio.h perlsfio.h
27406 ____________________________________________________________________________
27407 [  7683] By: jhi                                   on 2000/11/14  15:42:40
27408         Log: Hoist the duplicated socket/netdb include logic to perl.h;
27409              undef SETERRNO in case SOCKS has defined it.  Based on:
27410              
27411              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
27412              From: Jens Hamisch <jens@Strawberry.COM> 
27413              Date: Tue, 14 Nov 2000 11:34:40 +0100
27414              Message-Id: <20001114113440.A20005@Strawberry.COM>
27415      Branch: perl
27416            ! doio.c perl.h pp_sys.c
27417 ____________________________________________________________________________
27418 [  7682] By: jhi                                   on 2000/11/14  14:07:28
27419         Log: Subject: some additions for makefiles for win32 (for perl@7674)
27420              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
27421              Date: Tue, 14 Nov 2000 09:31:13 +0300
27422              Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
27423      Branch: perl
27424            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
27425            ! win32/makefile.mk
27426 ____________________________________________________________________________
27427 [  7681] By: jhi                                   on 2000/11/14  14:01:41
27428         Log: Subject: tiny typo in perl5db.pl
27429              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
27430              Date: Tue, 14 Nov 2000 09:29:28 +0300
27431              Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
27432      Branch: perl
27433            ! lib/perl5db.pl
27434 ____________________________________________________________________________
27435 [  7680] By: jhi                                   on 2000/11/14  04:13:50
27436         Log: Redo #7679 with LFs instead of CRLFs.
27437      Branch: perl
27438            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
27439            ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
27440            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
27441 ____________________________________________________________________________
27442 [  7679] By: jhi                                   on 2000/11/14  01:21:09
27443         Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
27444              From: Benjamin Stuhl <tiriath@yahoo.com> 
27445              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
27446              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
27447      Branch: perl
27448            + win32/bin/mdelete.bat
27449            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
27450            ! makedef.pl perlio.c win32/Makefile win32/config.gc
27451            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
27452 ____________________________________________________________________________
27453 [  7678] By: jhi                                   on 2000/11/14  01:19:20
27454         Log: Fix the re extension building for Win32.
27455              
27456              Subject: [PATCH perl@7638] Get PerlIO building on Win32
27457              From: Benjamin Stuhl <tiriath@yahoo.com> 
27458              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
27459              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
27460      Branch: perl
27461            + ext/re/hints/MSWin32.pl
27462            ! MANIFEST
27463 ____________________________________________________________________________
27464 [  7677] By: jhi                                   on 2000/11/14  01:13:54
27465         Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
27466              From: sthoenna@efn.org
27467              Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
27468              Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
27469      Branch: perl
27470            ! doop.c pp.c toke.c utf8.c utf8.h
27471 ____________________________________________________________________________
27472 [  7676] By: jhi                                   on 2000/11/13  20:23:15
27473         Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
27474              From: Nicholas Clark <nick@ccl4.org>
27475              Date: Mon, 13 Nov 2000 18:55:04 +0000
27476              Message-ID: <20001113185504.J29183@plum.flirble.org>
27477      Branch: perl
27478            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
27479 ____________________________________________________________________________
27480 [  7675] By: nick                                  on 2000/11/13  20:21:57
27481         Log: Integrate mainline ...
27482      Branch: perlio
27483           !> Changes MANIFEST doop.c ext/IO/IO.xs ext/IO/lib/IO/Handle.pm
27484           !> ext/IO/lib/IO/Seekable.pm patchlevel.h perl.h perlio.c
27485           !> perlsfio.h pod/perlfunc.pod pod/perlunicode.pod pp.c regexp.h
27486           !> t/io/tell.t t/lib/io_xs.t t/op/bop.t utf8.c
27487 ____________________________________________________________________________
27488 [  7674] By: jhi                                   on 2000/11/13  15:07:56
27489         Log: Update Changes.
27490      Branch: perl
27491            ! Changes patchlevel.h
27492 ____________________________________________________________________________
27493 [  7673] By: jhi                                   on 2000/11/13  14:42:42
27494         Log: Remove the new two tests of lib/io_xs for now, they seem to
27495              fail under perlio on some platforms.
27496      Branch: perl
27497            ! t/lib/io_xs.t
27498 ____________________________________________________________________________
27499 [  7672] By: jhi                                   on 2000/11/13  13:57:53
27500         Log: Make PerlIO_getpos() to behave like fgetpos() on return.
27501      Branch: perl
27502            ! perlio.c
27503 ____________________________________________________________________________
27504 [  7671] By: jhi                                   on 2000/11/13  05:30:48
27505         Log: Placate nervous compilers that see longer than ints switch()ing.
27506      Branch: perl
27507            ! utf8.c
27508 ____________________________________________________________________________
27509 [  7670] By: jhi                                   on 2000/11/13  05:14:21
27510         Log: fputs() does return EOF on error but here we don't care.
27511      Branch: perl
27512            ! perlio.c
27513 ____________________________________________________________________________
27514 [  7669] By: jhi                                   on 2000/11/13  05:02:45
27515         Log: Declare reg_data like reg_substr_data.
27516      Branch: perl
27517            ! regexp.h
27518 ____________________________________________________________________________
27519 [  7668] By: jhi                                   on 2000/11/13  04:54:34
27520         Log: Typos in #7667.
27521      Branch: perl
27522            ! perl.h
27523 ____________________________________________________________________________
27524 [  7667] By: jhi                                   on 2000/11/13  04:49:49
27525         Log: Cleanup messy #ifdef.
27526      Branch: perl
27527            ! perl.h
27528 ____________________________________________________________________________
27529 [  7666] By: jhi                                   on 2000/11/13  04:17:34
27530         Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
27531              From: Nicholas Clark <nick@talking.bollo.cx>
27532              Date: Sun, 12 Nov 2000 21:14:11 +0000
27533              Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
27534              
27535              Note: only one breakage of the two reported is fixed by this patch.
27536      Branch: perl
27537            ! perlio.c
27538 ____________________________________________________________________________
27539 [  7665] By: jhi                                   on 2000/11/13  04:05:07
27540         Log: Tweak the definition of the bit complement on UTF-8 data:
27541              if none of the characters in the string are > 0xff,
27542              the result is a complemented byte string, not a (UTF-8)
27543              char string.  Based on the summary in
27544              
27545              Subject: Re: [ID 20000918.005] ~ on wide chars
27546              From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 
27547              Date: Fri, 10 Nov 2000 09:47:15 -0800
27548              Message-ID: <jSDD6gzkgi/T092yn@efn.org>
27549              
27550              This should give us the maximum backward (pre-char string)
27551              compatibility and utf8 compatibility.  The other alternative
27552              would be to limit the bit complement to be always byte only,
27553              taking the least significant byte of the chars.
27554      Branch: perl
27555            ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
27556 ____________________________________________________________________________
27557 [  7664] By: jhi                                   on 2000/11/13  00:23:44
27558         Log: Couple of tests from #7660 salvaged.
27559      Branch: perl
27560            - t/op/tell.t
27561            ! MANIFEST t/io/tell.t
27562 ____________________________________________________________________________
27563 [  7663] By: jhi                                   on 2000/11/13  00:02:48
27564         Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
27565              From: Nicholas Clark <nick@talking.bollo.cx>
27566              Date: Sun, 12 Nov 2000 21:23:43 +0000
27567              Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
27568      Branch: perl
27569            ! perlsfio.h
27570 ____________________________________________________________________________
27571 [  7662] By: jhi                                   on 2000/11/13  00:01:39
27572         Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
27573              From: Nicholas Clark <nick@talking.bollo.cx>
27574              Date: Sun, 12 Nov 2000 21:30:04 +0000
27575              Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
27576      Branch: perl
27577            ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
27578 ____________________________________________________________________________
27579 [  7661] By: jhi                                   on 2000/11/12  23:57:29
27580         Log: Document tell() on special streams.
27581      Branch: perl
27582            ! pod/perlfunc.pod
27583 ____________________________________________________________________________
27584 [  7660] By: jhi                                   on 2000/11/12  23:54:22
27585         Log: (Subsumed by #7664)
27586      Branch: perl
27587            + t/op/tell.t
27588            ! MANIFEST
27589 ____________________________________________________________________________
27590 [  7659] By: jhi                                   on 2000/11/12  22:55:25
27591         Log: Many subdocumented return values of the IO extension now documented.
27592              ungetc and write still left subdocumented.
27593              
27594              Subject: [PATCH] (was Re: IO::Handle::ungetc)
27595              From: Nicholas Clark <nick@talking.bollo.cx>
27596              Date: Sun, 12 Nov 2000 21:35:53 +0000
27597              Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
27598      Branch: perl
27599            ! ext/IO/lib/IO/Handle.pm
27600 ____________________________________________________________________________
27601 [  7658] By: jhi                                   on 2000/11/12  21:37:06
27602         Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
27603              From: Nicholas Clark <nick@talking.bollo.cx>
27604              Date: Sun, 12 Nov 2000 20:03:22 +0000
27605              Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
27606      Branch: perl
27607            ! pod/perlfunc.pod
27608 ____________________________________________________________________________
27609 [  7657] By: jhi                                   on 2000/11/12  20:34:55
27610         Log: Integrate perlio.
27611      Branch: perl
27612           !> perlio.c
27613 ____________________________________________________________________________
27614 [  7656] By: nick                                  on 2000/11/12  19:25:06
27615         Log: Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
27616      Branch: perlio
27617            ! perlio.c
27618 ____________________________________________________________________________
27619 [  7655] By: nick                                  on 2000/11/12  19:09:41
27620         Log: Integrate mainline
27621      Branch: perlio
27622           +> README.solaris ext/Encode/Encode/cp1006.enc
27623           +> ext/Encode/Encode/cp424.enc ext/Encode/Encode/cp856.enc
27624           +> ext/Encode/Encode/gsm0338.enc ext/Encode/Encode/iso8859-10.enc
27625           +> ext/Encode/Encode/iso8859-13.enc
27626           +> ext/Encode/Encode/iso8859-14.enc
27627           +> ext/Encode/Encode/iso8859-15.enc
27628           !> (integrate 34 files)
27629 ____________________________________________________________________________
27630 [  7654] By: jhi                                   on 2000/11/12  19:00:22
27631         Log: Add a metaconfig unit for fsync.
27632      Branch: metaconfig/U/perl
27633            + d_fsync.U
27634 ____________________________________________________________________________
27635 [  7653] By: jhi                                   on 2000/11/12  19:00:01
27636         Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
27637      Branch: perl
27638            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
27639            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
27640            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
27641            ! vos/config.ga.h win32/config.bc win32/config.gc
27642            ! win32/config.vc
27643 ____________________________________________________________________________
27644 [  7652] By: jhi                                   on 2000/11/11  21:12:01
27645         Log: Copy the s// information of README.hpux also to the perlrun.
27646      Branch: perl
27647            ! README.hpux pod/perlrun.pod
27648 ____________________________________________________________________________
27649 [  7651] By: jhi                                   on 2000/11/11  21:03:13
27650         Log: More README.solaris updates from Andy Dougherty.
27651      Branch: perl
27652            ! README.solaris
27653 ____________________________________________________________________________
27654 [  7650] By: jhi                                   on 2000/11/11  18:38:57
27655         Log: More descriptive error for unknown perlio layers.
27656              
27657              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
27658              From: Dominic Dunlop <domo@computer.org> 
27659              Date: Sat, 11 Nov 2000 18:20:32 +0100             
27660              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
27661      Branch: perl
27662            ! perlio.c pod/perldiag.pod
27663 ____________________________________________________________________________
27664 [  7649] By: jhi                                   on 2000/11/11  18:37:52
27665         Log: MachTen doesn't really do mmap() and munmap().
27666              
27667              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
27668              From: Dominic Dunlop <domo@computer.org> 
27669              Date: Sat, 11 Nov 2000 18:20:32 +0100             
27670              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
27671      Branch: perl
27672            ! hints/machten.sh
27673 ____________________________________________________________________________
27674 [  7648] By: jhi                                   on 2000/11/11  18:36:46
27675         Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
27676              From: rspier@pobox.com (Robert Spier)
27677              Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
27678              Message-ID: <14861.32839.491271.985797@rls.cx>
27679      Branch: perl
27680            ! Porting/Contract pod/perltoot.pod
27681 ____________________________________________________________________________
27682 [  7647] By: jhi                                   on 2000/11/11  18:35:30
27683         Log: Simplify the getpagesize() unit by dropping the
27684              pagesize probe since it's nowadays slightly more
27685              complicated because of sysconf(). (Note: if some
27686              platform really needs the -lPW for getpagesize,
27687              I just broke it.)
27688              
27689              TODO: a new pagesize unit.
27690      Branch: metaconfig
27691            ! U/compline/d_getpagsz.U
27692 ____________________________________________________________________________
27693 [  7646] By: jhi                                   on 2000/11/11  18:33:23
27694         Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
27695      Branch: perl
27696            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
27697            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
27698            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
27699            ! vos/config.ga.h win32/config.bc win32/config.gc
27700            ! win32/config.vc
27701 ____________________________________________________________________________
27702 [  7645] By: jhi                                   on 2000/11/11  16:45:15
27703         Log: Use sysconf() or getpagesize() to find out the pagesize.
27704      Branch: perl
27705            ! perlio.c
27706 ____________________________________________________________________________
27707 [  7644] By: jhi                                   on 2000/11/11  15:46:08
27708         Log: Integrate perlio.
27709      Branch: perl
27710           !> perlio.c
27711 ____________________________________________________________________________
27712 [  7643] By: jhi                                   on 2000/11/11  15:33:36
27713         Log: Subject: Re: [PATCH] README.solaris
27714              From: Lupe Christoph <lupe@lupe-christoph.de>
27715              Date: Sat, 11 Nov 2000 14:08:10 +0100
27716              Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
27717      Branch: perl
27718            ! README.solaris
27719 ____________________________________________________________________________
27720 [  7642] By: jhi                                   on 2000/11/11  15:22:12
27721         Log: Subject: [PATCH perl@7638] cygwin port
27722              From: "Eric Fifer" <egf7@columbia.edu>            
27723              Date: Fri, 10 Nov 2000 19:30:30 -0000
27724              Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
27725      Branch: perl
27726            ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
27727 ____________________________________________________________________________
27728 [  7641] By: nick                                  on 2000/11/11  14:50:36
27729         Log: Fixup mmap layer by doing mmap() calls on pagesize boundaries.
27730              Also call "Buf" layer directly when unread'ing non-read chars.
27731      Branch: perlio
27732            ! perlio.c
27733 ____________________________________________________________________________
27734 [  7640] By: jhi                                   on 2000/11/11  02:05:02
27735         Log: Add more encoding tables.
27736      Branch: perl
27737            + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
27738            + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
27739            + ext/Encode/Encode/iso8859-10.enc
27740            + ext/Encode/Encode/iso8859-13.enc
27741            + ext/Encode/Encode/iso8859-14.enc
27742            + ext/Encode/Encode/iso8859-15.enc
27743            ! MANIFEST
27744 ____________________________________________________________________________
27745 [  7639] By: jhi                                   on 2000/11/10  18:49:25
27746         Log: Subject: [PATCH] README.solaris
27747              From: Andy Dougherty <doughera@lafayette.edu>
27748              Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
27749              Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
27750      Branch: perl
27751            + README.solaris
27752            ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
27753            ! pod/perl.pod pod/perltoc.pod
27754 ____________________________________________________________________________
27755 [  7638] By: jhi                                   on 2000/11/10  15:04:15
27756         Log: Update Changes.
27757      Branch: perl
27758            ! Changes patchlevel.h
27759 ____________________________________________________________________________
27760 [  7637] By: jhi                                   on 2000/11/10  14:14:28
27761         Log: Explain better why certain regex tests are skipped.
27762              
27763              Subject: Re: tests skipped: unknown reason
27764              From: Lupe Christoph <lupe@lupe-christoph.de>
27765              Date: Fri, 10 Nov 2000 09:08:56 +0100
27766              Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
27767      Branch: perl
27768            ! t/op/regexp.t
27769 ____________________________________________________________________________
27770 [  7636] By: nick                                  on 2000/11/10  13:40:00
27771         Log: Integrate mainline.
27772      Branch: perlio
27773           !> emacs/cperl-mode.el ext/IO/lib/IO/Handle.pm hints/linux.sh
27774           !> hints/uts.sh lib/unicode/syllables.txt perlio.c
27775           !> win32/bin/search.pl
27776 ____________________________________________________________________________
27777 [  7635] By: nick                                  on 2000/11/10  13:25:52
27778         Log: Re-instate stdio large file support via perlio.
27779      Branch: perl
27780            ! perlio.c
27781 ____________________________________________________________________________
27782 [  7634] By: jhi                                   on 2000/11/10  04:49:55
27783         Log: Amdahl UTS hints updates.
27784              
27785              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
27786              From: hom00@utsglobal.com (Harold O Morris)
27787              Date: Thu, 9 Nov 2000 20:02 PST
27788              Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
27789      Branch: perl
27790            ! hints/uts.sh
27791 ____________________________________________________________________________
27792 [  7633] By: jhi                                   on 2000/11/09  23:33:28
27793         Log: Subject: [PATCH] IO::Seekable pod
27794              From: Nicholas Clark <nick@talking.bollo.cx>
27795              Date: Thu, 9 Nov 2000 20:29:45 +0000
27796              Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
27797      Branch: perl
27798            ! ext/IO/lib/IO/Handle.pm
27799 ____________________________________________________________________________
27800 [  7632] By: jhi                                   on 2000/11/09  21:55:41
27801         Log: Various doc oddball characters.
27802              
27803              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
27804              From: Michael Somos <somos@grail.cba.csuohio.edu>
27805              Date: Mon, 6 Nov 2000 17:44:20 -0500
27806              Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
27807      Branch: perl
27808            ! emacs/cperl-mode.el lib/unicode/syllables.txt
27809            ! win32/bin/search.pl
27810 ____________________________________________________________________________
27811 [  7631] By: jhi                                   on 2000/11/09  21:12:29
27812         Log: Subject: Re: bash -c exit and linux hints 
27813              From: "John P. Linderman" <jpl@research.att.com>
27814              Date: Thu, 02 Nov 2000 09:37:25 -0500
27815              Message-Id: <200011021437.JAA63199@raptor.research.att.com>
27816      Branch: perl
27817            ! hints/linux.sh
27818 ____________________________________________________________________________
27819 [  7630] By: nick                                  on 2000/11/09  20:34:11
27820         Log: Integrate mainline.
27821      Branch: perlio
27822           !> (integrate 91 files)
27823 ____________________________________________________________________________
27824 [  7629] By: jhi                                   on 2000/11/09  19:46:31
27825         Log: Missing dTHXs.
27826              
27827              Subject: RE: perl@7595 builds not on cygwin
27828              From: "Eric Fifer" <egf7@columbia.edu>
27829              Date: Thu, 9 Nov 2000 19:26:50 -0000
27830              Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
27831      Branch: perl
27832            ! ext/Devel/Peek/Peek.xs
27833 ____________________________________________________________________________
27834 [  7628] By: jhi                                   on 2000/11/09  14:48:27
27835         Log: Disable only the tests 99 and 166 for UTF-8 locales.
27836      Branch: perl
27837            ! t/pragma/locale.t
27838 ____________________________________________________________________________
27839 [  7627] By: jhi                                   on 2000/11/09  14:40:27
27840         Log: There's no =head3.
27841      Branch: perl
27842            ! pod/perlhack.pod
27843 ____________________________________________________________________________
27844 [  7626] By: jhi                                   on 2000/11/09  13:54:26
27845         Log: The generated boot_* headers are wrong.  Pickier compiler,
27846              such as KAI C++ will refuse to compile the resulting perlmain.
27847              
27848              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
27849              From: Harri Pasanen <harri.pasanen@trema.com>
27850              Date: Thu, 09 Nov 2000 14:23:28 +0100
27851              Message-Id: <3A0AA550.26D548A3@trema.com>
27852      Branch: perl
27853            ! minimod.pl
27854 ____________________________________________________________________________
27855 [  7625] By: jhi                                   on 2000/11/09  13:50:44
27856         Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
27857              From: Prymmer/Kahn <pvhp@best.com>
27858              Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
27859              Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
27860              
27861              All except the "cow orker" change.
27862      Branch: perl
27863            ! Porting/pumpkin.pod
27864 ____________________________________________________________________________
27865 [  7624] By: jhi                                   on 2000/11/09  13:45:33
27866         Log: Fix for
27867              
27868              Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
27869              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
27870              Date: Thu, 09 Nov 2000 11:05:52 +0100
27871              Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
27872      Branch: perl
27873            ! pod/perldiag.pod t/pragma/warn/pp_sys
27874 ____________________________________________________________________________
27875 [  7623] By: jhi                                   on 2000/11/09  13:37:16
27876         Log: Typo in an ifndef.
27877              
27878              Subject: Re: [PATCH 5.7.0] better messages from malloc()
27879              From: Joe Smith <jms@inwap.com>         
27880              Date: Thu, 09 Nov 2000 01:33:14 -0800
27881              Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
27882      Branch: perl
27883            ! malloc.c
27884 ____________________________________________________________________________
27885 [  7622] By: jhi                                   on 2000/11/09  13:31:18
27886         Log: Remove unused extra arguments.
27887      Branch: metaconfig/U/perl
27888            ! perlxv.U
27889      Branch: perl
27890            ! Configure config_h.SH
27891 ____________________________________________________________________________
27892 [  7621] By: jhi                                   on 2000/11/09  13:16:36
27893         Log: More VMS moves on environment handling, from Charles Lane.
27894      Branch: perl
27895            ! t/pragma/locale.t
27896 ____________________________________________________________________________
27897 [  7620] By: jhi                                   on 2000/11/09  04:42:38
27898         Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
27899              From: David Dyck <dcd@tc.fluke.com>
27900              Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
27901              Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
27902      Branch: perl
27903            ! pp_sys.c
27904 ____________________________________________________________________________
27905 [  7619] By: jhi                                   on 2000/11/09  04:36:21
27906         Log: Forgot from #7618.
27907      Branch: perl
27908            ! lib/File/stat.pm
27909 ____________________________________________________________________________
27910 [  7618] By: jhi                                   on 2000/11/09  04:28:44
27911         Log: Make deleting for %ENV work for (newer versions of) VMS,
27912              from Craig A. Berry.
27913      Branch: perl
27914            ! vms/vms.c
27915 ____________________________________________________________________________
27916 [  7617] By: jhi                                   on 2000/11/09  04:25:05
27917         Log: Subject: [PATCH] Class::Struct at compile time
27918              From: "Casey R. Tweten" <crt@kiski.net>
27919              Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
27920              Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
27921      Branch: perl
27922            ! lib/Class/Struct.pm
27923 ____________________________________________________________________________
27924 [  7616] By: jhi                                   on 2000/11/09  04:15:17
27925         Log: Subject: [ID 20001108.013] spelling
27926              From: "Todd T. Fries" <todd@fries.int.mrleng.com>
27927              Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
27928              Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
27929      Branch: perl
27930            ! lib/ftp.pl
27931 ____________________________________________________________________________
27932 [  7615] By: jhi                                   on 2000/11/09  04:12:42
27933         Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
27934              From: Peter Prymmer <pvhp@forte.com>
27935              Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
27936              Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
27937      Branch: perl
27938            ! configure.com
27939 ____________________________________________________________________________
27940 [  7614] By: jhi                                   on 2000/11/08  22:42:55
27941         Log: A missing aTHX_.
27942      Branch: perl
27943            ! ext/IPC/SysV/SysV.xs
27944 ____________________________________________________________________________
27945 [  7613] By: jhi                                   on 2000/11/08  19:30:21
27946         Log: Update Changes.
27947      Branch: perl
27948            ! Changes patchlevel.h
27949 ____________________________________________________________________________
27950 [  7612] By: jhi                                   on 2000/11/08  18:35:25
27951         Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
27952              From: David Dyck <dcd@tc.fluke.com>
27953              Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
27954              Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
27955      Branch: perl
27956            ! pp_sys.c
27957 ____________________________________________________________________________
27958 [  7611] By: jhi                                   on 2000/11/08  18:30:26
27959         Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
27960              From: Dominic Dunlop <domo@computer.org>
27961              Date: Tue, 7 Nov 2000 12:05:25 +0100
27962              Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
27963      Branch: perl
27964            ! malloc.c
27965 ____________________________________________________________________________
27966 [  7610] By: jhi                                   on 2000/11/08  18:25:14
27967         Log: Do not test UTF-8 locales since that the tests would require
27968              polymorphic regexen.
27969      Branch: perl
27970            ! t/pragma/locale.t
27971 ____________________________________________________________________________
27972 [  7609] By: jhi                                   on 2000/11/08  17:12:51
27973         Log: Locale buglets.
27974              
27975              Subject: RE: Locales support (setlocale) fixes
27976              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
27977              Date: Wed, 8 Nov 2000 20:01:39 +0300
27978              Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
27979      Branch: perl
27980            ! t/pragma/locale.t util.c
27981 ____________________________________________________________________________
27982 [  7608] By: jhi                                   on 2000/11/08  17:00:16
27983         Log: Deleting $ENV{PATH} in VMS is not recommendable.
27984      Branch: perl
27985            ! t/pragma/locale.t
27986 ____________________________________________________________________________
27987 [  7607] By: jhi                                   on 2000/11/08  16:58:26
27988         Log: Subject: PATCH std stdio for (Free)BSD
27989              From: Nicholas Clark <nick@ccl4.org>
27990              Date: Wed, 8 Nov 2000 15:36:29 +0000
27991              Message-ID: <20001108153629.D98736@plum.flirble.org>
27992      Branch: metaconfig
27993            ! U/compline/d_stdstdio.U
27994      Branch: perl
27995            ! Configure config_h.SH
27996 ____________________________________________________________________________
27997 [  7606] By: jhi                                   on 2000/11/08  16:43:31
27998         Log: Forgot to bump the line numbers in #7601.
27999      Branch: perl
28000            ! t/pragma/warn/pp_sys
28001 ____________________________________________________________________________
28002 [  7605] By: jhi                                   on 2000/11/08  16:39:12
28003         Log: More careful detection of how well NVs and UVs mix.
28004              
28005              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))
28006              From: Nicholas Clark <nick@ccl4.org>
28007              Date: Wed, 8 Nov 2000 15:14:12 +0000
28008              Message-ID: <20001108151412.B98736@plum.flirble.org>
28009              
28010              Added some SIGFPE paranoia.
28011      Branch: metaconfig/U/perl
28012            ! perlxv.U
28013      Branch: perl
28014            ! Configure config_h.SH
28015 ____________________________________________________________________________
28016 [  7604] By: jhi                                   on 2000/11/08  14:39:10
28017         Log: Subject: [patch perl@7595] VMS configure.com tweak
28018              From: "Craig A. Berry" <craigberry@mac.com>
28019              Date: Wed, 8 Nov 2000 00:24:12 -0600
28020              Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
28021      Branch: perl
28022            ! configure.com
28023 ____________________________________________________________________________
28024 [  7603] By: jhi                                   on 2000/11/08  14:27:11
28025         Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
28026              From: Robin Barker <rmb1@cise.npl.co.uk>
28027              Date: Wed, 8 Nov 2000 11:11:39 GMT
28028              Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
28029      Branch: perl
28030            ! perlio.c
28031 ____________________________________________________________________________
28032 [  7602] By: jhi                                   on 2000/11/08  14:25:03
28033         Log: Fix for the tie-refhash string table leaks.
28034              
28035              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
28036              Date: Wed, 8 Nov 2000 13:03:04 GMT
28037              Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
28038      Branch: perl
28039            ! t/lib/tie-refhash.t
28040 ____________________________________________________________________________
28041 [  7601] By: jhi                                   on 2000/11/08  14:21:08
28042         Log: Try to avoid flockless and emulationless places.
28043      Branch: perl
28044            ! t/pragma/warn/pp_sys
28045 ____________________________________________________________________________
28046 [  7600] By: jhi                                   on 2000/11/08  02:28:54
28047         Log: Overrideable keys, each, pop, push, shift, splice, unshift.
28048              
28049              Subject: [PATCH] prototyped functions that should be overrideable
28050              From: "Casey R. Tweten" <crt@kiski.net>
28051              Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
28052              Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
28053      Branch: perl
28054            ! toke.c
28055 ____________________________________________________________________________
28056 [  7599] By: jhi                                   on 2000/11/08  01:12:05
28057         Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
28058              
28059              Subject: [PATCH] perlbug.PL
28060              From: "Kurt D. Starsinic" <kstar@chapin.edu>
28061              Date: Mon, 6 Nov 2000 21:39:01 -0500
28062              Message-ID: <20001106213901.B20955@O2.chapin.edu>
28063      Branch: perl
28064            ! utils/perlbug.PL
28065 ____________________________________________________________________________
28066 [  7598] By: jhi                                   on 2000/11/07  23:42:00
28067         Log: Bad thinko in #7581 (I used the test program with the expanded
28068              values as-is).
28069      Branch: metaconfig
28070            ! U/compline/d_stdstdio.U
28071      Branch: perl
28072            ! Configure
28073 ____________________________________________________________________________
28074 [  7597] By: jhi                                   on 2000/11/07  21:43:29
28075         Log: Subject: [PATCH perl@7573] cygwin port
28076              From: "Fifer, Eric" <EFifer@sanwaint.com>
28077              Date: Tue, 7 Nov 2000 18:08:51 -0000 
28078              Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
28079              
28080              Synchronize with Cygwin 1.1.5.
28081      Branch: perl
28082            ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
28083            ! pod/perlport.pod unixish.h util.c
28084 ____________________________________________________________________________
28085 [  7596] By: jhi                                   on 2000/11/07  21:39:25
28086         Log: perlhack updates from H.Merijn Brand.
28087      Branch: perl
28088            ! pod/perlhack.pod
28089 ____________________________________________________________________________
28090 [  7595] By: jhi                                   on 2000/11/07  20:21:41
28091         Log: Update Changes.
28092      Branch: perl
28093            ! Changes patchlevel.h
28094 ____________________________________________________________________________
28095 [  7594] By: jhi                                   on 2000/11/07  19:18:58
28096         Log: Be more robust in Dynaloader.pm.
28097      Branch: perl
28098            ! ext/DynaLoader/DynaLoader_pm.PL
28099 ____________________________________________________________________________
28100 [  7593] By: jhi                                   on 2000/11/07  16:49:31
28101         Log: AUTHORS update.
28102      Branch: perl
28103            ! AUTHORS
28104 ____________________________________________________________________________
28105 [  7592] By: gsar                                  on 2000/11/07  16:39:51
28106         Log: normalize relative paths in virtualized current directory on windows,
28107              under ithreads (avoids ".." etc showing up in what Cwd::cwd()
28108              returns)
28109      Branch: perl
28110            ! win32/vdir.h
28111 ____________________________________________________________________________
28112 [  7591] By: jhi                                   on 2000/11/07  16:04:26
28113         Log: Too profiler-happy: with optimization the #7590 actually makes
28114              the test to run 0.5% _slower_.  Requires much more instrumentation.
28115              Retract #7590.
28116      Branch: perl
28117            ! regcomp.c regcomp.h
28118 ____________________________________________________________________________
28119 [  7590] By: jhi                                   on 2000/11/07  15:51:13
28120         Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
28121              execution time in regcomp.c S_cl_any() and S_cl_is_anything()
28122              by using memset() and testing bytewise (as opposed to bitwise).
28123      Branch: perl
28124            ! regcomp.c regcomp.h
28125 ____________________________________________________________________________
28126 [  7589] By: jhi                                   on 2000/11/07  12:56:39
28127         Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
28128              From: "Craig A. Berry" <craig.berry@psinetcs.com>
28129              Date: Mon, 06 Nov 2000 23:45:30 -0500
28130              Message-Id: <0011079735.AA973576259@univpress.com>
28131      Branch: perl
28132            ! configure.com t/lib/st-lock.t
28133 ____________________________________________________________________________
28134 [  7588] By: jhi                                   on 2000/11/07  01:03:28
28135         Log: Tweak #7587.
28136      Branch: perl
28137            ! pod/perldiag.pod
28138 ____________________________________________________________________________
28139 [  7587] By: jhi                                   on 2000/11/07  01:00:27
28140         Log: A doc addition for bug id 20001105.019, beware \p.
28141      Branch: perl
28142            ! pod/perldiag.pod
28143 ____________________________________________________________________________
28144 [  7586] By: jhi                                   on 2000/11/07  00:32:22
28145         Log: Fake support of holey files in win/dosish platforms.
28146              
28147              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
28148              From: kipp@shonanblue.ne.jp
28149              Date: Mon, 6 Nov 2000 13:30:55 -0800
28150              Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
28151      Branch: perl
28152            ! ext/SDBM_File/sdbm/sdbm.c
28153 ____________________________________________________________________________
28154 [  7585] By: jhi                                   on 2000/11/07  00:12:54
28155         Log: Subject: Pod updates
28156              From: "Stephen P. Potter" <spp@spotter.yi.org>
28157              Date: Mon, 06 Nov 2000 18:56:43 -0500
28158              Message-Id: <200011062357.SAA18173@spotter.yi.org>
28159      Branch: perl
28160            ! README.dos README.os2 README.win32 pod/buildtoc.PL
28161            ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
28162            ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
28163            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
28164            ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
28165            ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
28166            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
28167            ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
28168            ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
28169            ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
28170            ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
28171            ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
28172            ! pod/perltootc.pod pod/perlunicode.pod
28173 ____________________________________________________________________________
28174 [  7584] By: jhi                                   on 2000/11/07  00:04:17
28175         Log: Varargs don't always work too well if one puts an unsigned
28176              char on the stack and pop an unsigned quad off the stack.
28177              
28178              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
28179              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)         
28180              Date: Mon, 06 Nov 2000 15:19:05 -0800
28181              Message-ID: <pxzB6gzkgKXY092yn@efn.org>  
28182      Branch: perl
28183            ! utf8.c
28184 ____________________________________________________________________________
28185 [  7583] By: jhi                                   on 2000/11/06  23:58:48
28186         Log: %ENV note tweaks from Dan Sugalski.
28187      Branch: perl
28188            ! pod/perlport.pod vms/perlvms.pod
28189 ____________________________________________________________________________
28190 [  7582] By: jhi                                   on 2000/11/06  23:05:49
28191         Log: glibc5 detection by __GNU_LIBRARY__.
28192      Branch: perl
28193            ! toke.c
28194 ____________________________________________________________________________
28195 [  7581] By: jhi                                   on 2000/11/06  22:51:29
28196         Log: Make the stdio test program of 7427 less noisy while being 
28197              compiled so that Digital UNIX wouldn't get both
28198              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
28199              undefined.  This makes perlio happy.
28200      Branch: metaconfig
28201            ! U/compline/d_stdstdio.U
28202      Branch: perl
28203            ! Configure config_h.SH
28204 ____________________________________________________________________________
28205 [  7580] By: jhi                                   on 2000/11/06  22:41:41
28206         Log: Document %ENV = () portability issues.
28207      Branch: perl
28208            ! pod/perlport.pod vms/perlvms.pod
28209 ____________________________________________________________________________
28210 [  7579] By: jhi                                   on 2000/11/06  21:29:24
28211         Log: VOS updates from Paul Green.
28212      Branch: perl
28213            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
28214 ____________________________________________________________________________
28215 [  7578] By: jhi                                   on 2000/11/06  21:00:40
28216         Log: Sanitize the environment further.
28217      Branch: perl
28218            ! t/pragma/locale.t
28219 ____________________________________________________________________________
28220 [  7577] By: jhi                                   on 2000/11/06  20:53:51
28221         Log: Re-introduce 7552 lost in integration.
28222      Branch: perl
28223            ! perlio.c
28224 ____________________________________________________________________________
28225 [  7576] By: jhi                                   on 2000/11/06  20:33:46
28226         Log: Admit that the test leaks scalars.
28227      Branch: perl
28228            ! t/comp/proto.t
28229 ____________________________________________________________________________
28230 [  7575] By: jhi                                   on 2000/11/06  20:17:08
28231         Log: Integrate perlio.
28232      Branch: perl
28233           !> perlio.c
28234 ____________________________________________________________________________
28235 [  7574] By: nick                                  on 2000/11/06  20:07:28
28236         Log: Remove debug. Try (Mmap_t) on madvise() call.
28237      Branch: perlio
28238            ! perlio.c
28239 ____________________________________________________________________________
28240 [  7573] By: jhi                                   on 2000/11/06  13:56:05
28241         Log: Update Changes.
28242      Branch: perl
28243            ! Changes patchlevel.h
28244 ____________________________________________________________________________
28245 [  7572] By: jhi                                   on 2000/11/06  13:48:41
28246         Log: Subject: Re: rsync'ed patches vs. rsync'ed source
28247              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
28248              Date: Mon, 06 Nov 2000 10:11:42 +0100
28249              Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
28250      Branch: perl
28251            ! pod/perlhack.pod
28252 ____________________________________________________________________________
28253 [  7571] By: jhi                                   on 2000/11/06  01:45:51
28254         Log: AUTHORS updates.
28255      Branch: perl
28256            ! AUTHORS
28257 ____________________________________________________________________________
28258 [  7570] By: jhi                                   on 2000/11/06  00:18:00
28259         Log: Fix for
28260              
28261              Subject: [ID 20000728.005] perl -P broken
28262              From: David Dyck <dcd@tc.fluke.com>
28263              Date: Fri, 28 Jul 2000 17:19:16 -0700
28264              Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
28265              
28266              (hopefully).  The fix is also not complete, it seems to break
28267              BOM swallowing for libc5 systems, but until someone figures
28268              out a way to do this without ftell(), this will do.
28269      Branch: perl
28270            ! toke.c
28271 ____________________________________________________________________________
28272 [  7569] By: jhi                                   on 2000/11/06  00:05:30
28273         Log: Document that the evaled syntax errors cause scalar leaks.
28274      Branch: perl
28275            ! t/comp/proto.t
28276 ____________________________________________________________________________
28277 [  7568] By: jhi                                   on 2000/11/05  23:14:47
28278         Log: opmini.o can linger from Configures past.
28279      Branch: perl
28280            ! Makefile.SH
28281 ____________________________________________________________________________
28282 [  7567] By: jhi                                   on 2000/11/05  21:28:39
28283         Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
28284              first argument correctly.
28285      Branch: perl
28286            ! perlio.c
28287 ____________________________________________________________________________
28288 [  7566] By: jhi                                   on 2000/11/05  21:15:56
28289         Log: Integrate perlio.
28290      Branch: perl
28291           !> perlio.c
28292 ____________________________________________________________________________
28293 [  7565] By: jhi                                   on 2000/11/05  21:15:13
28294         Log: Use -dM for gcc (the suggested patch did it only for Linux,
28295              but I think it can be generalized).
28296              
28297              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
28298              From: Pixel <pixel@mandrakesoft.com>
28299              Date: 05 Nov 2000 21:49:34 +0100 
28300              Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
28301      Branch: perl
28302            ! ext/Errno/Errno_pm.PL
28303 ____________________________________________________________________________
28304 [  7564] By: nick                                  on 2000/11/05  21:09:18
28305         Log: Added a mmap layer as a "subclass" of perlio.
28306              PERLIO=mmap ./perl harness passes
28307      Branch: perlio
28308            ! perlio.c
28309 ____________________________________________________________________________
28310 [  7563] By: jhi                                   on 2000/11/05  19:48:55
28311         Log: Add a note for future generations about bug id 20000229.006.
28312      Branch: perl
28313            ! malloc.c
28314 ____________________________________________________________________________
28315 [  7562] By: jhi                                   on 2000/11/05  19:38:24
28316         Log: Fix for bug id 19990615.008, pos() unset during s///ge.
28317      Branch: perl
28318            ! pp_ctl.c t/op/pos.t
28319 ____________________________________________________________________________
28320 [  7561] By: jhi                                   on 2000/11/05  18:21:46
28321         Log: Add =pod to be tidy.
28322      Branch: perl
28323            ! lib/Math/Complex.pm
28324 ____________________________________________________________________________
28325 [  7560] By: jhi                                   on 2000/11/05  17:38:46
28326         Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
28327      Branch: perl
28328            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
28329            ! ext/Storable/Storable.xs t/lib/st-recurse.t
28330 ____________________________________________________________________________
28331 [  7559] By: jhi                                   on 2000/11/05  17:32:59
28332         Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
28333              From: "Peter J. Farley III" <pjfarley@banet.net>
28334              Date: Sun, 05 Nov 2000 11:55:59 -0500
28335              Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net> 
28336      Branch: perl
28337            ! t/lib/syslog.t
28338 ____________________________________________________________________________
28339 [  7558] By: jhi                                   on 2000/11/05  17:29:19
28340         Log: Integrate perlio.
28341      Branch: perl
28342           !> perlio.c
28343 ____________________________________________________________________________
28344 [  7557] By: jhi                                   on 2000/11/05  17:22:01
28345         Log: A fix of sorts for 20000329.026, a better error message
28346              for a missing "use charnames" when using the \N{...}. 
28347      Branch: perl
28348            ! pod/perldiag.pod toke.c
28349 ____________________________________________________________________________
28350 [  7556] By: jhi                                   on 2000/11/05  16:33:50
28351         Log: Test tweak: show also the failed locales.
28352              
28353              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
28354              From: Lupe Christoph <lupe@lupe-christoph.de>         
28355              Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
28356              Message-Id: <200011051139.MAA12442@lupe-christoph.de>
28357      Branch: perl
28358            ! t/pragma/locale.t
28359 ____________________________________________________________________________
28360 [  7555] By: nick                                  on 2000/11/05  11:09:34
28361         Log: Fix read from STDERR on raw unix layer for Solaris where fd 2 is
28362              open RDWR so does not fail. (pragma/warnings 303 again...)
28363      Branch: perlio
28364            ! perlio.c
28365 ____________________________________________________________________________
28366 [  7554] By: nick                                  on 2000/11/05  10:10:13
28367         Log: Fix case where ungetc(f,EOF) was allowed.
28368              Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
28369              so we can see similarities.
28370              Use types more carefully and a STDCHAR array in hope that this will
28371              fix Jarrko's 64bit machine.
28372      Branch: perlio
28373            ! perlio.c
28374 ____________________________________________________________________________
28375 [  7553] By: jhi                                   on 2000/11/05  01:12:16
28376         Log: Fix for
28377              
28378              Subject: [ID 20001004.007] taint propogation is inconsistent
28379              From: pimlott@idiomtech.com (Andrew Pimlott) 
28380              Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
28381              Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
28382              
28383              The culprit was sv_setsv() which was rather blindly
28384              propagating taint, which lead to behaviour where if
28385              a tainted anon hash value was seen all the hash values
28386              from then on at that level became tainted, or at any
28387              upper levels in the case of nested anon hashes.
28388      Branch: perl
28389            ! sv.c t/op/taint.t
28390 ____________________________________________________________________________
28391 [  7552] By: jhi                                   on 2000/11/04  23:44:18
28392         Log: Some cpps don't like splitting conditionals across several lines.
28393      Branch: perl
28394            ! perlio.c
28395 ____________________________________________________________________________
28396 [  7551] By: nick                                  on 2000/11/04  23:40:44
28397         Log: Integrate mainline
28398      Branch: perlio
28399           !> pp_hot.c t/op/taint.t
28400 ____________________________________________________________________________
28401 [  7550] By: nick                                  on 2000/11/04  23:39:05
28402         Log: Integrate mainline again
28403      Branch: perlio
28404           !> Configure config_h.SH embed.h embed.pl perl.h proto.h
28405           !> t/lib/b.t t/op/misc.t util.c
28406 ____________________________________________________________________________
28407 [  7549] By: jhi                                   on 2000/11/04  23:14:01
28408         Log: Fix for
28409              
28410              Subject: [ID 20001004.006] undef is never tainted
28411              From: pimlott@idiomtech.com (Andrew Pimlott)
28412              Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
28413              Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
28414              
28415              An undef read from a slurped file was not tainted.
28416      Branch: perl
28417            ! pp_hot.c t/op/taint.t
28418 ____________________________________________________________________________
28419 [  7548] By: jhi                                   on 2000/11/04  22:56:21
28420         Log: Test tweak ($Config{useperlio} is by default undef) .
28421      Branch: perl
28422            ! t/lib/b.t
28423 ____________________________________________________________________________
28424 [  7547] By: jhi                                   on 2000/11/04  22:43:56
28425         Log: Integrate perlio.
28426      Branch: perl
28427           +> lib/perlio.pm
28428           !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
28429           !> pod/perlapi.pod t/lib/b.t
28430 ____________________________________________________________________________
28431 [  7546] By: jhi                                   on 2000/11/04  22:40:59
28432         Log: Configure would use a bad $myuname from an old config.sh.
28433              
28434              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
28435              From: Andy Dougherty <doughera@lafayette.edu>
28436              Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
28437              Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
28438      Branch: metaconfig
28439            ! U/modified/Oldconfig.U
28440      Branch: perl
28441            ! Configure config_h.SH
28442 ____________________________________________________________________________
28443 [  7545] By: jhi                                   on 2000/11/04  22:36:54
28444         Log: Subject: Locales support (setlocale) fixes
28445              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
28446              Date: Sat, 4 Nov 2000 10:15:48 +0300 
28447              Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
28448              
28449              Modified quite a bit to be more portable.
28450      Branch: perl
28451            ! embed.h embed.pl perl.h proto.h util.c
28452 ____________________________________________________________________________
28453 [  7544] By: jhi                                   on 2000/11/04  22:32:47
28454         Log: Dying is too strict here, better just skip.
28455      Branch: perl
28456            ! t/op/misc.t
28457 ____________________________________________________________________________
28458 [  7543] By: nick                                  on 2000/11/04  21:55:13
28459         Log: Merge mainline
28460      Branch: perlio
28461           +> ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
28462           +> ext/Encode/Encode/posix-bc.enc ext/re/hints/aix.pl
28463           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
28464           !> (integrate 64 files)
28465 ____________________________________________________________________________
28466 [  7542] By: jhi                                   on 2000/11/04  21:09:28
28467         Log: More Changes tweakery.
28468      Branch: perl
28469            ! Changes Porting/genlog
28470 ____________________________________________________________________________
28471 [  7541] By: jhi                                   on 2000/11/04  20:58:18
28472         Log: Changes fixups.
28473      Branch: perl
28474            ! Changes
28475 ____________________________________________________________________________
28476 [  7540] By: jhi                                   on 2000/11/04  20:42:38
28477         Log: Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
28478              create a "fast path" for locale name probing using "locale -a"
28479              if available, squash finally hopefully the s?printf resetting
28480              the numeric locale (since, IIUC perllocale, it never shouldn't). 
28481      Branch: perl
28482            ! sv.c t/op/misc.t t/pragma/locale.t
28483 ____________________________________________________________________________
28484 [  7539] By: nick                                  on 2000/11/04  19:56:10
28485         Log: PerlIO infrastructure complete.
28486      Branch: perlio
28487            + lib/perlio.pm
28488            ! MANIFEST iperlsys.h perlio.c t/lib/b.t
28489 ____________________________________________________________________________
28490 [  7538] By: nick                                  on 2000/11/04  14:31:32
28491         Log: Type tweaks + less contorted allocation scheme
28492      Branch: perlio
28493            ! perlio.c
28494 ____________________________________________________________________________
28495 [  7537] By: nick                                  on 2000/11/04  12:40:42
28496         Log: Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
28497              a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
28498              fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
28499              sensible) which lead to some interesting fails.
28500      Branch: perlio
28501            ! perlio.c
28502 ____________________________________________________________________________
28503 [  7536] By: jhi                                   on 2000/11/04  00:20:02
28504         Log: Add FCNTL_CAN_LOCK.
28505              
28506              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
28507              From: Andy Dougherty <doughera@lafayette.edu>
28508              Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
28509              Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
28510              
28511              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
28512              From: Andy Dougherty <doughera@lafayette.edu>
28513              In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
28514              Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
28515      Branch: metaconfig/U/perl
28516            + d_fcntl_can_lock.U
28517            ! startperl.U
28518      Branch: perl
28519            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
28520            ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
28521            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
28522            ! vos/config.ga.h win32/config.bc win32/config.gc
28523            ! win32/config.vc
28524 ____________________________________________________________________________
28525 [  7535] By: nick                                  on 2000/11/03  22:19:10
28526         Log: Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
28527              - Works on Linux with
28528              perlio + unix
28529              stdio
28530              - Works on Solaris with
28531              perlio + unix
28532              - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
28533              - Fails (hangs in openpid) if you try and stack
28534              perlio + stdio - Linux stdio's read() logic is hanging.
28535      Branch: perlio
28536            ! iperlsys.h perlio.c
28537 ____________________________________________________________________________
28538 [  7534] By: jhi                                   on 2000/11/03  15:16:02
28539         Log: Subject: Re: README.aix
28540              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
28541              Date: Fri, 03 Nov 2000 16:03:15 +0100
28542              Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
28543      Branch: perl
28544            ! README.aix
28545 ____________________________________________________________________________
28546 [  7533] By: jhi                                   on 2000/11/03  03:59:02
28547         Log: Subject: [PATCH 5.7.0] better messages from malloc()
28548              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28549              Date: Wed, 1 Nov 2000 23:39:56 -0500
28550              Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
28551      Branch: perl
28552            ! malloc.c pod/perldiag.pod
28553 ____________________________________________________________________________
28554 [  7532] By: jhi                                   on 2000/11/03  00:11:56
28555         Log: The #7521 touched things it shouldn't have.
28556      Branch: perl
28557            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
28558 ____________________________________________________________________________
28559 [  7531] By: jhi                                   on 2000/11/02  22:32:33
28560         Log: Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
28561              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
28562              Date:     Thu, 2 Nov 2000 16:58:36 EST
28563              Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
28564      Branch: perl
28565            ! vms/gen_shrfls.pl
28566 ____________________________________________________________________________
28567 [  7530] By: jhi                                   on 2000/11/02  22:08:49
28568         Log: Fix the problem discussed in
28569              
28570              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
28571              Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST) 
28572              Message-Id: <200010160148.EAA14523@alpha.hut.fi> 
28573              
28574              originally from Linc Madison.  Also Andreas König's comments
28575              taken into account.  Some other problems with Tie::SubstrHash
28576              fixed: didn't croak when the table exceeded the requested number
28577              of entries (as documented) but instead when the number of entries
28578              exceeded the size of the table, a croak() had an unnecessary \n,
28579              didn't have a CLEAR method, documented that there is no exists().
28580              Didn't fix to be strict-proof because the module uses &foo; and
28581              dynamic scope.  Added a test script exercizing both first tamely 
28582              the basic functionality, and then the failure cases reported by
28583              Linc Madison.
28584      Branch: perl
28585            + t/lib/tie-substrhash.t
28586            ! MANIFEST lib/Tie/SubstrHash.pm
28587 ____________________________________________________________________________
28588 [  7529] By: jhi                                   on 2000/11/02  17:58:08
28589         Log: recv() can fail and return undef.
28590              
28591              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
28592              From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
28593              Date: Thu, 2 Nov 2000 20:12:20 +0300
28594              Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
28595      Branch: perl
28596            ! lib/Net/Ping.pm
28597 ____________________________________________________________________________
28598 [  7528] By: jhi                                   on 2000/11/02  17:49:09
28599         Log: Detpyo.
28600      Branch: perl
28601            ! pod/perlop.pod
28602 ____________________________________________________________________________
28603 [  7527] By: jhi                                   on 2000/11/02  15:48:37
28604         Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
28605              fix a autovivification bug in Tie::RefHash, add tests for both.
28606              
28607              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
28608              From: Edward Avis <epa98@doc.ic.ac.uk>
28609              Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
28610              Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
28611      Branch: perl
28612            + t/lib/tie-refhash.t
28613            ! MANIFEST lib/Tie/RefHash.pm
28614 ____________________________________________________________________________
28615 [  7526] By: jhi                                   on 2000/11/02  13:56:26
28616         Log: Test::Harness revealed buglets in the new DynaLoader.
28617              
28618              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
28619              From: andreas.koenig@anima.de (Andreas J. Koenig)
28620              Date: 02 Nov 2000 11:26:48 +0100 
28621              Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
28622      Branch: perl
28623            ! ext/DynaLoader/DynaLoader_pm.PL
28624 ____________________________________________________________________________
28625 [  7525] By: jhi                                   on 2000/11/01  23:52:08
28626         Log: The entry for #7503 was missing.
28627      Branch: perl
28628            ! Changes
28629 ____________________________________________________________________________
28630 [  7524] By: jhi                                   on 2000/11/01  23:40:52
28631         Log: Update Changes.
28632      Branch: perl
28633            ! Changes patchlevel.h
28634 ____________________________________________________________________________
28635 [  7523] By: jhi                                   on 2000/11/01  22:57:09
28636         Log: More tweaking on the #7522 theme.
28637      Branch: perl
28638            ! ext/DynaLoader/DynaLoader_pm.PL
28639 ____________________________________________________________________________
28640 [  7522] By: jhi                                   on 2000/11/01  22:06:15
28641         Log: Expand %Config variables and %ENV variables only if
28642              so requested during build time using the
28643              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
28644              Not expanding makes relocating distributions easier.
28645      Branch: perl
28646            ! ext/DynaLoader/DynaLoader_pm.PL
28647 ____________________________________________________________________________
28648 [  7521] By: jhi                                   on 2000/11/01  20:56:34
28649         Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
28650              and setgid() because they were just changing $< and $( which means
28651              only changing the real uid/gid, as opposed to changing both
28652              real and effective ids.  (The alternative way could have been
28653              in POSIX.pm to change $> and $), too, but making a direct call
28654              to the C API feels cleaner.)  Fixes the bug
28655              
28656              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
28657              From: "Garry T. Williams" <garry@zvolve.com>
28658              Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
28659              Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
28660      Branch: perl
28661            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
28662            ! ext/POSIX/typemap pod/perlvar.pod
28663 ____________________________________________________________________________
28664 [  7520] By: jhi                                   on 2000/11/01  20:08:33
28665         Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
28666              From: "Garry T. Williams" <garry@zvolve.com>
28667              Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
28668              Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
28669      Branch: perl
28670            ! pod/perlsec.pod
28671 ____________________________________________________________________________
28672 [  7519] By: jhi                                   on 2000/11/01  20:01:22
28673         Log: Locale warning explanation tweak.
28674      Branch: perl
28675            ! pod/perldiag.pod
28676 ____________________________________________________________________________
28677 [  7518] By: jhi                                   on 2000/11/01  18:57:13
28678         Log: C.pm part of
28679              
28680              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
28681              From: Jarkko Hietaniemi <jhi@iki.fi>
28682              Date: Tue, 10 Oct 2000 08:22:28 -0500
28683              Message-Id: <20001010082228.B17030@chaos.wustl.edu>
28684      Branch: perl
28685            ! ext/B/B/C.pm
28686 ____________________________________________________________________________
28687 [  7517] By: jhi                                   on 2000/11/01  18:41:59
28688         Log: Subject: [ID 20001005.006] Documentation -- description of qr//
28689              From: Martien Verbruggen <mgjv@comdyn.com.au>
28690              Date: Fri, 6 Oct 2000 14:09:10 +1100
28691              Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
28692      Branch: perl
28693            ! pod/perlop.pod
28694 ____________________________________________________________________________
28695 [  7516] By: jhi                                   on 2000/11/01  18:34:55
28696         Log: Generalize the Camel wording.
28697              
28698              Subject: Re: perlfaq style changes
28699              From: John Borwick <jhborwic@unity.ncsu.edu>
28700              Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
28701              Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
28702      Branch: perl
28703            ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
28704 ____________________________________________________________________________
28705 [  7515] By: jhi                                   on 2000/11/01  16:52:31
28706         Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
28707              From: pimlott@idiomtech.com (Andrew Pimlott)
28708              Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
28709              Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
28710      Branch: perl
28711            ! pod/perlsec.pod
28712 ____________________________________________________________________________
28713 [  7514] By: jhi                                   on 2000/11/01  15:03:40
28714         Log: More AIX lore.
28715      Branch: perl
28716            ! ext/re/hints/aix.pl
28717 ____________________________________________________________________________
28718 [  7513] By: jhi                                   on 2000/11/01  14:48:30
28719         Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
28720              From: root <root@chronos.fi.muni.cz>
28721              Date: Wed, 1 Nov 2000 12:31:32 +0100
28722              Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
28723      Branch: perl
28724            ! lib/Net/Ping.pm
28725 ____________________________________________________________________________
28726 [  7512] By: jhi                                   on 2000/11/01  14:46:47
28727         Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
28728              From: Martin Husemann <martin@duskware.de>
28729              Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
28730              Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
28731      Branch: perl
28732            ! regcomp.c
28733 ____________________________________________________________________________
28734 [  7511] By: jhi                                   on 2000/11/01  14:39:50
28735         Log: AUTHORS updates.
28736      Branch: perl
28737            ! AUTHORS
28738 ____________________________________________________________________________
28739 [  7510] By: jhi                                   on 2000/11/01  14:29:50
28740         Log: Subject: [PATCH] startperl to respect versiononly
28741              From: Robin Barker <rmb1@cise.npl.co.uk> 
28742              Date: Tue, 31 Oct 2000 16:29:36 GMT
28743              Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
28744      Branch: metaconfig/U/perl
28745            ! startperl.U
28746      Branch: perl
28747            ! Configure config_h.SH
28748 ____________________________________________________________________________
28749 [  7509] By: jhi                                   on 2000/11/01  14:19:53
28750         Log: printf UVs the correct way, noticed by Robin Barker.
28751      Branch: perl
28752            ! utf8.c
28753 ____________________________________________________________________________
28754 [  7508] By: jhi                                   on 2000/11/01  14:10:03
28755         Log: Do not cleanup *% because the % has special meanings in some
28756              shell environments.
28757      Branch: perl
28758            ! ext/Storable/Makefile.PL
28759 ____________________________________________________________________________
28760 [  7507] By: jhi                                   on 2000/11/01  14:06:00
28761         Log: The NonStop-UX libraries have a novel way to say NaN.
28762      Branch: perl
28763            ! t/lib/bigfltpm.t
28764 ____________________________________________________________________________
28765 [  7506] By: jhi                                   on 2000/11/01  14:03:35
28766         Log: The osname has been lowercased by now, from Tom Bates.
28767      Branch: metaconfig
28768            ! U/modified/Oldconfig.U
28769      Branch: perl
28770            ! Configure config_h.SH
28771 ____________________________________________________________________________
28772 [  7505] By: jhi                                   on 2000/10/31  19:18:39
28773         Log: The compiler is either gcc or cc, from Tom Bates.
28774      Branch: perl
28775            ! hints/nonstopux.sh
28776 ____________________________________________________________________________
28777 [  7504] By: jhi                                   on 2000/10/31  14:53:42
28778         Log: Update Changes.
28779      Branch: perl
28780            ! Changes patchlevel.h
28781 ____________________________________________________________________________
28782 [  7503] By: jhi                                   on 2000/10/31  14:30:50
28783         Log: Whitespace style tweak.  Was originally going to see to
28784              
28785              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
28786              From: Joe Smith <jms@inwap.com>
28787              Date: Mon, 30 Oct 2000 18:47:57 -0800
28788              Message-Id: <39FE32DD.24AAC4D@inwap.com>
28789              
28790              but that had already been taken care of.
28791      Branch: metaconfig
28792            ! U/compline/d_stdstdio.U
28793      Branch: perl
28794            ! Configure config_h.SH
28795 ____________________________________________________________________________
28796 [  7502] By: jhi                                   on 2000/10/31  14:25:02
28797         Log: AUTHORS tweaks.
28798      Branch: perl
28799            ! AUTHORS
28800 ____________________________________________________________________________
28801 [  7501] By: jhi                                   on 2000/10/31  14:23:59
28802         Log: Subject: perlfaq style changes
28803              From: John Borwick <jhborwic@unity.ncsu.edu>
28804              Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
28805              Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
28806      Branch: perl
28807            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
28808            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
28809            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
28810            ! pod/perlfaq9.pod
28811 ____________________________________________________________________________
28812 [  7500] By: jhi                                   on 2000/10/31  14:22:15
28813         Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
28814              
28815              Subject: Re: [ID 20000918.005] ~ on wide chars
28816              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
28817              Date: Mon, 30 Oct 2000 21:09:55 -0800
28818              Message-ID: <jQl/5gzkgWYL092yn@efn.org>
28819              
28820              (The ord() part of the patch skipped.)
28821      Branch: perl
28822            ! doop.c
28823 ____________________________________________________________________________
28824 [  7499] By: jhi                                   on 2000/10/31  14:20:08
28825         Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
28826              From: Jens Hamisch <jens@Strawberry.COM>
28827              Date: Mon, 30 Oct 2000 15:17:07 +0100
28828              Message-Id: <20001030151707.A9597@Strawberry.COM>
28829      Branch: perl
28830            ! av.c
28831 ____________________________________________________________________________
28832 [  7498] By: jhi                                   on 2000/10/31  14:16:29
28833         Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
28834              From: Peter Prymmer <pvhp@forte.com>
28835              Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
28836              Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
28837      Branch: perl
28838            + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
28839            + ext/Encode/Encode/posix-bc.enc
28840            ! MANIFEST t/lib/encode.t
28841 ____________________________________________________________________________
28842 [  7497] By: jhi                                   on 2000/10/31  14:13:22
28843         Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
28844              From: Peter Prymmer <pvhp@forte.com>
28845              Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
28846              Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
28847      Branch: perl
28848            ! t/lib/cgi-html.t
28849 ____________________________________________________________________________
28850 [  7496] By: jhi                                   on 2000/10/31  14:12:05
28851         Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
28852              From: Peter Prymmer <pvhp@forte.com>
28853              Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
28854              Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
28855      Branch: perl
28856            ! t/lib/cgi-function.t
28857 ____________________________________________________________________________
28858 [  7495] By: jhi                                   on 2000/10/31  14:11:08
28859         Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
28860              From: Peter Prymmer <pvhp@forte.com>
28861              Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
28862              Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
28863      Branch: perl
28864            + ext/re/hints/aix.pl
28865            ! MANIFEST ext/re/Makefile.PL
28866 ____________________________________________________________________________
28867 [  7494] By: jhi                                   on 2000/10/31  14:08:32
28868         Log: Use Errno magic.
28869              
28870              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
28871              From: Casey Tweten <perl@ctweten.amsite.com>
28872              Date: Mon, 30 Oct 2000 15:51:17 -0500
28873              Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
28874      Branch: perl
28875            ! lib/File/Temp.pm
28876 ____________________________________________________________________________
28877 [  7493] By: jhi                                   on 2000/10/31  14:05:07
28878         Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
28879              
28880              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
28881              From: Nicholas Clark <nick@ccl4.org>
28882              Date: Mon, 30 Oct 2000 17:38:45 +0000
28883              Message-ID: <20001030173845.O60355@plum.flirble.org>
28884      Branch: perl
28885            ! Makefile.SH utils/perlbug.PL
28886 ____________________________________________________________________________
28887 [  7492] By: nick                                  on 2000/10/30  19:37:23
28888         Log: Change files which are mysteriously different to mainline to be
28889              copies of mainline.
28890      Branch: perlio
28891            ! objXSUB.h perlapi.c pod/perlapi.pod
28892 ____________________________________________________________________________
28893 [  7491] By: nick                                  on 2000/10/30  18:05:54
28894         Log: Perlio fixes discovered on big-endian & very traditional Solaris:
28895              - typo in endian code in putc.
28896              - Don't allow read of write-only files and vice-versa
28897              - and off-by-one in flush-all loop.
28898              Remove debug calls as they were using GCC specific features.
28899      Branch: perlio
28900            ! perlio.c
28901 ____________________________________________________________________________
28902 [  7490] By: nick                                  on 2000/10/29  21:45:45
28903         Log: Integrate mainline to perlio
28904      Branch: perlio
28905           !> lib/ExtUtils/Manifest.pm op.c t/comp/proto.t t/pragma/utf8.t
28906           !> toke.c
28907 ____________________________________________________________________________
28908 [  7489] By: jhi                                   on 2000/10/29  21:11:08
28909         Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
28910              From: andreas.koenig@anima.de (Andreas J. Koenig)
28911              Date: 29 Oct 2000 22:05:59 +0100
28912              Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
28913      Branch: perl
28914            ! lib/ExtUtils/Manifest.pm
28915 ____________________________________________________________________________
28916 [  7488] By: jhi                                   on 2000/10/29  21:07:47
28917         Log: Tests for #7487.
28918              
28919              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
28920              From: andreas.koenig@anima.de (Andreas J. Koenig)
28921              Date: 29 Oct 2000 19:37:09 +0100
28922              Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
28923      Branch: perl
28924            ! t/comp/proto.t
28925 ____________________________________________________________________________
28926 [  7487] By: jhi                                   on 2000/10/29  21:06:27
28927         Log: constsub spillage.
28928              
28929              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
28930              From: John Tobey <jtobey@john-edwin-tobey.org>
28931              Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
28932              Message-Id: <m13pvSr-000FObC@feynman.localnet>
28933      Branch: perl
28934            ! op.c
28935 ____________________________________________________________________________
28936 [  7486] By: nick                                  on 2000/10/29  21:05:04
28937         Log: Integrate mainline to perlio branch
28938      Branch: perlio
28939           +> Porting/repository.pod lib/unicode/Is/DCmedial.pl
28940           +> t/lib/tie-splice.t vos/config.alpha.def vos/config.alpha.h
28941           +> vos/config.ga.def vos/config.ga.h vos/configure_perl.cm
28942           +> vos/install_perl.cm
28943            - MAINTAIN fix_pl lib/unicode/Is/DCinital.pl vos/config.def
28944            - vos/config.h vos/config_h.SH_orig
28945           !> (integrate 141 files)
28946 ____________________________________________________________________________
28947 [  7485] By: jhi                                   on 2000/10/29  21:00:47
28948         Log: Make \x{...} consistently produce UTF-8.
28949              
28950              Subject: Re: \x{...} is confused 
28951              From: Simon Cozens <simon@cozens.net>
28952              Date: Sun, 29 Oct 2000 19:36:48 +0000
28953              Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
28954      Branch: perl
28955            ! t/pragma/utf8.t toke.c
28956 ____________________________________________________________________________
28957 [  7484] By: nick                                  on 2000/10/29  20:05:29
28958         Log: PerlIO passes all tests.
28959      Branch: perlio
28960            ! perlio.c
28961 ____________________________________________________________________________
28962 [  7483] By: jhi                                   on 2000/10/29  18:06:55
28963         Log: Update Changes.
28964      Branch: perl
28965            ! Changes patchlevel.h
28966 ____________________________________________________________________________
28967 [  7482] By: nick                                  on 2000/10/29  17:43:28
28968         Log: Include <unistd.h> to get correct lseek() prototype etc.
28969              (I thought perl.h did that) - down to two fails
28970              - comp/require.t (last test)
28971              - lib/io_xs.t - possibly import/export of FILE * ?
28972      Branch: perlio
28973            ! perlio.c
28974 ____________________________________________________________________________
28975 [  7481] By: jhi                                   on 2000/10/29  17:02:37
28976         Log: UTF-8 decoder tweak.
28977      Branch: perl
28978            ! utf8.c
28979 ____________________________________________________________________________
28980 [  7480] By: nick                                  on 2000/10/29  16:26:11
28981         Log: Fixed two bugs:
28982              - error code not being set on close (of broken pipe)
28983              - append mode was truncating.
28984              At least one seek/tell bug remains.
28985      Branch: perlio
28986            ! perlio.c
28987 ____________________________________________________________________________
28988 [  7479] By: nick                                  on 2000/10/29  11:18:16
28989         Log: Prototype (stdio-like) PerlIO passing basic tests. Checked in
28990              in case of accidents. Still several worrying fails, no line disciplines yet.
28991      Branch: perlio
28992            ! iperlsys.h perlio.c
28993 ____________________________________________________________________________
28994 [  7478] By: jhi                                   on 2000/10/29  02:04:01
28995         Log: Add also emailless people.
28996      Branch: perl
28997            ! AUTHORS
28998 ____________________________________________________________________________
28999 [  7477] By: jhi                                   on 2000/10/29  01:36:00
29000         Log: The #7476 needs a MANIFEST change, too.
29001      Branch: perl
29002            ! MANIFEST
29003 ____________________________________________________________________________
29004 [  7476] By: jhi                                   on 2000/10/29  01:35:21
29005         Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
29006      Branch: perl
29007            - MAINTAIN
29008            ! AUTHORS Changes
29009 ____________________________________________________________________________
29010 [  7475] By: jhi                                   on 2000/10/28  23:57:25
29011         Log: De-quoted-unreadable to ISO Latin 1.
29012              (There's one ISO-2022-JP name in Changes5.004.)
29013      Branch: perl
29014            ! Changes Changes5.6
29015 ____________________________________________________________________________
29016 [  7474] By: jhi                                   on 2000/10/28  19:13:06
29017         Log: Subject: [ID 20001027.007] uniq array in perlfaq
29018              From: Hans Ginzel <hans@kolej.mff.cuni.cz>     
29019              Date: Fri, 27 Oct 2000 19:28:30 +0200
29020              Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz> 
29021      Branch: perl
29022            ! pod/perlfaq4.pod
29023 ____________________________________________________________________________
29024 [  7473] By: jhi                                   on 2000/10/28  18:02:05
29025         Log: Locking null mutexes is not recommendable.
29026              
29027              Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED) 
29028              From: Hugo <hv@crypt.compulink.co.uk>
29029              Date: Sat, 28 Oct 2000 18:41:12 +0100
29030              Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
29031      Branch: perl
29032            ! op.c
29033 ____________________________________________________________________________
29034 [  7472] By: jhi                                   on 2000/10/28  17:52:58
29035         Log: Better create a true mailing list for the repository keepers.
29036      Branch: perl
29037            ! Porting/repository.pod
29038 ____________________________________________________________________________
29039 [  7471] By: jhi                                   on 2000/10/28  17:28:24
29040         Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
29041              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
29042      Branch: perl
29043            + Porting/repository.pod
29044            ! MANIFEST
29045 ____________________________________________________________________________
29046 [  7470] By: jhi                                   on 2000/10/28  17:20:54
29047         Log: Subject: DOC PATCH 5.6.0
29048              From: mjd@plover.com
29049              Date: 27 Oct 2000 17:32:44 -0000
29050              Message-ID: <20001027173244.23754.qmail@plover.com>
29051      Branch: perl
29052            ! pod/perlfunc.pod
29053 ____________________________________________________________________________
29054 [  7469] By: jhi                                   on 2000/10/28  17:16:45
29055         Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
29056              From: "Peter J. Farley III" <pjfarley@banet.net>
29057              Date: Fri, 27 Oct 2000 20:32:56 -0400
29058              Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
29059      Branch: perl
29060            ! README.dos
29061 ____________________________________________________________________________
29062 [  7468] By: jhi                                   on 2000/10/28  17:07:18
29063         Log: Make target reordering to avoid pointless re-makes.
29064              
29065              Subject: Re: Total re-make of 'make okfile' after 7451 ?
29066              From: Nicholas Clark <nick@ccl4.org>
29067              Date: Sat, 28 Oct 2000 00:31:02 +0100
29068              Message-ID: <20001028003101.A54517@plum.flirble.org>
29069      Branch: perl
29070            ! Makefile.SH
29071 ____________________________________________________________________________
29072 [  7467] By: jhi                                   on 2000/10/28  17:05:31
29073         Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
29074              From: lvirden@cas.org
29075              Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
29076              Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
29077      Branch: perl
29078            ! README.os2
29079 ____________________________________________________________________________
29080 [  7466] By: jhi                                   on 2000/10/28  16:09:16
29081         Log: Upgrade to CPAN 1.58_55.
29082              
29083              Subject: CPAN.pm status
29084              From: andreas.koenig@anima.de (Andreas J. Koenig) 
29085              Date: 28 Oct 2000 08:18:00 +0200 
29086              Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
29087      Branch: perl
29088            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
29089 ____________________________________________________________________________
29090 [  7465] By: jhi                                   on 2000/10/28  16:02:47
29091         Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
29092      Branch: perl
29093            ! embed.h embed.pl perl.h proto.h toke.c
29094 ____________________________________________________________________________
29095 [  7464] By: nick                                  on 2000/10/28  10:43:44
29096         Log: Fix for sv_2iv() on "shared" value from keys %hash.
29097      Branch: perl
29098            ! sv.c
29099 ____________________________________________________________________________
29100 [  7463] By: jhi                                   on 2000/10/27  16:18:29
29101         Log: Update Changes.
29102      Branch: perl
29103            ! Changes patchlevel.h
29104 ____________________________________________________________________________
29105 [  7462] By: jhi                                   on 2000/10/27  16:17:44
29106         Log: Too enthusiastic editing in #7460.
29107      Branch: metaconfig
29108            ! U/modified/Oldsym.U
29109      Branch: perl
29110            ! Configure config_h.SH
29111 ____________________________________________________________________________
29112 [  7461] By: jhi                                   on 2000/10/27  15:37:38
29113         Log: Retract #7459, the script needs more work.
29114      Branch: perl
29115            - mkreef
29116            ! MANIFEST
29117 ____________________________________________________________________________
29118 [  7460] By: jhi                                   on 2000/10/27  15:23:14
29119         Log: Use $sort, $uniq (and $tr) consistently as wondered
29120              by Nicholas Clark.
29121      Branch: metaconfig
29122            ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
29123            ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
29124            ! U/modified/libc.U
29125      Branch: perl
29126            ! Configure config_h.SH
29127 ____________________________________________________________________________
29128 [  7459] By: jhi                                   on 2000/10/27  15:02:07
29129         Log: (Retracted by #7461)
29130              
29131              Add a shell script for creating/removing symbolic link farms,
29132              useful for keeping the source code read-only and doing the
29133              builds somewhere else.
29134      Branch: perl
29135            + mkreef
29136            ! MANIFEST
29137 ____________________________________________________________________________
29138 [  7458] By: jhi                                   on 2000/10/27  14:42:20
29139         Log: Do away with the fix_pl.
29140      Branch: perl
29141            - fix_pl
29142            ! MANIFEST Makefile.SH
29143 ____________________________________________________________________________
29144 [  7457] By: jhi                                   on 2000/10/27  12:43:13
29145         Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
29146              From: Jens Hamisch <jens@Strawberry.COM>
29147              Date: Fri, 27 Oct 2000 14:38:21 +0200
29148              Message-Id: <20001027143821.B3366@Strawberry.COM>
29149      Branch: perl
29150            ! perl.h
29151 ____________________________________________________________________________
29152 [  7456] By: jhi                                   on 2000/10/27  12:33:42
29153         Log: Subject: [PATCH] todo
29154              From: Nicholas Clark <nick@ccl4.org>
29155              Date: Thu, 26 Oct 2000 22:32:29 +0100
29156              Message-ID: <20001026223229.A44540@plum.flirble.org>
29157      Branch: perl
29158            ! pod/perltodo.pod
29159 ____________________________________________________________________________
29160 [  7455] By: jhi                                   on 2000/10/27  12:02:21
29161         Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
29162              From: John Tobey <jtobey@john-edwin-tobey.org>
29163              Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
29164              Message-Id: <m13ozHF-000FObC@feynman.localnet>
29165      Branch: perl
29166            ! op.c t/pragma/sub_lval.t
29167 ____________________________________________________________________________
29168 [  7454] By: jhi                                   on 2000/10/27  11:59:42
29169         Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
29170              From: sthoenna@efn.org
29171              Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
29172              Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
29173      Branch: perl
29174            ! pp.c t/op/assignwarn.t
29175 ____________________________________________________________________________
29176 [  7453] By: jhi                                   on 2000/10/27  00:15:08
29177         Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
29178      Branch: perl
29179            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
29180            ! ext/Storable/Storable.xs t/lib/st-lock.t
29181 ____________________________________________________________________________
29182 [  7452] By: jhi                                   on 2000/10/26  13:05:52
29183         Log: Undo #7451, this seems to be a deficiency in Perforce,
29184              there is no per-file line-terminator type, only per-client.
29185      Branch: perl
29186            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
29187            ! win32/makefile.mk
29188 ____________________________________________________________________________
29189 [  7451] By: jhi                                   on 2000/10/26  04:56:03
29190         Log: Experimenting in DOS arcana.
29191      Branch: perl
29192            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
29193            ! win32/makefile.mk
29194 ____________________________________________________________________________
29195 [  7450] By: jhi                                   on 2000/10/26  04:50:52
29196         Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
29197              From: "Peter J. Farley III" <pjfarley@banet.net>            
29198              Date: Wed, 25 Oct 2000 23:10:18 -0400
29199              Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
29200      Branch: perl
29201            ! t/io/open.t
29202 ____________________________________________________________________________
29203 [  7449] By: jhi                                   on 2000/10/26  04:49:16
29204         Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
29205              From: Hugo <hv@crypt.compulink.co.uk>
29206              Date: Thu, 26 Oct 2000 01:55:17 +0100
29207              Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
29208              
29209              minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
29210      Branch: perl
29211            ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
29212 ____________________________________________________________________________
29213 [  7448] By: jhi                                   on 2000/10/26  04:38:36
29214         Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
29215              From: Peter Prymmer <pvhp@forte.com>
29216              Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)                          
29217              Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
29218      Branch: perl
29219            ! configure.com
29220 ____________________________________________________________________________
29221 [  7447] By: jhi                                   on 2000/10/25  23:20:02
29222         Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
29223              in platforms that strictly require all the symbols being present
29224              at link time.
29225      Branch: perl
29226            ! handy.h
29227 ____________________________________________________________________________
29228 [  7446] By: jhi                                   on 2000/10/25  21:55:57
29229         Log: Update Changes.
29230      Branch: perl
29231            ! Changes patchlevel.h
29232 ____________________________________________________________________________
29233 [  7445] By: jhi                                   on 2000/10/25  21:27:08
29234         Log: Integrate with vmsperl #7430 by Charles Bailey:
29235              
29236              Cleanup from prior patch (Charles Lane?):
29237              - improve handling of MFDs in Basename and Path
29238              - default to no xsubpp line # munging when building debug images
29239      Branch: perl
29240           !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
29241 ____________________________________________________________________________
29242 [  7444] By: jhi                                   on 2000/10/25  21:03:50
29243         Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
29244              From: John Peacock <JPeacock@UnivPress.com>
29245              Date: Thu, 18 May 2000 11:55:27 -0400
29246              Message-ID: <3924126F.A58BE57A@UnivPress.com>
29247      Branch: perl
29248            ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
29249            ! t/op/write.t
29250 ____________________________________________________________________________
29251 [  7443] By: jhi                                   on 2000/10/25  20:43:10
29252         Log: Temporary stopgap for the self-tying issue: for now only
29253              array and hash self-ties are verboten.  The real fix, of
29254              course, would be to comprehensively test (and implement?)
29255              and debug (and document) self-ties.
29256      Branch: perl
29257            ! pod/perldiag.pod pp_sys.c t/op/tie.t
29258 ____________________________________________________________________________
29259 [  7442] By: jhi                                   on 2000/10/25  20:14:30
29260         Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
29261              From: Dan Sugalski <dan@sidhe.org>
29262              Date: Wed, 25 Oct 2000 13:36:35 -0400
29263              Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
29264              
29265              plus regen global.sym.
29266      Branch: perl
29267            ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
29268            ! thrdvar.h util.c
29269 ____________________________________________________________________________
29270 [  7441] By: jhi                                   on 2000/10/25  20:12:20
29271         Log: buildtoc target tweaks.
29272      Branch: perl
29273            ! pod/Makefile.SH
29274 ____________________________________________________________________________
29275 [  7440] By: jhi                                   on 2000/10/25  20:03:53
29276         Log: A new version of making the syslog test more robust.
29277              (Replaces #7421.)
29278              
29279              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
29280              From: "Kurt D. Starsinic" <kstar@chapin.edu>
29281              Date: Wed, 25 Oct 2000 12:13:54 -0400
29282              Message-ID: <20001025121354.B2264@O2.chapin.edu>
29283      Branch: perl
29284            ! t/lib/syslog.t
29285 ____________________________________________________________________________
29286 [  7439] By: jhi                                   on 2000/10/25  20:00:48
29287         Log: Continue the internal UTF-8 API tweaking.
29288              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
29289              used much more than the simpler API, now called utf8_to_uv_simple().
29290              Still not quite happy with API, too much partial duplication
29291              of functionality.
29292      Branch: perl
29293            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
29294            ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
29295            ! regcomp.c regexec.c sv.c toke.c utf8.c
29296 ____________________________________________________________________________
29297 [  7438] By: jhi                                   on 2000/10/25  18:52:30
29298         Log: Allow poking holes at the UTF-8 decoding strictness.
29299      Branch: perl
29300            ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
29301            ! utf8.h
29302 ____________________________________________________________________________
29303 [  7437] By: jhi                                   on 2000/10/25  13:53:05
29304         Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
29305              UTF8LEN() and UTF8SKIP(). 
29306      Branch: perl
29307            ! pp.c utf8.c utf8.h
29308 ____________________________________________________________________________
29309 [  7436] By: jhi                                   on 2000/10/25  13:51:37
29310         Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
29311              From: Nicholas Clark <nick@ccl4.org>
29312              Date: Wed, 25 Oct 2000 14:44:05 +0100
29313              Message-ID: <20001025144404.D27253@plum.flirble.org>
29314      Branch: perl
29315            ! pod/perlrun.pod
29316 ____________________________________________________________________________
29317 [  7435] By: jhi                                   on 2000/10/25  13:49:32
29318         Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
29319              From: Mike Guy <mjtg@cam.ac.uk>
29320              Date: Tue, 24 Oct 2000 14:59:40 +0100
29321              Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
29322      Branch: perl
29323            ! scope.c
29324 ____________________________________________________________________________
29325 [  7434] By: jhi                                   on 2000/10/25  13:48:41
29326         Log: AIX is picky about its symbol exports.  Solution for now
29327              is to include the deb.o explicitly to the re extension build.
29328              
29329              Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
29330              From: Peter Prymmer <pvhp@forte.com>
29331              Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
29332              Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
29333      Branch: perl
29334            ! ext/re/Makefile.PL hints/aix.sh
29335 ____________________________________________________________________________
29336 [  7433] By: jhi                                   on 2000/10/25  13:46:49
29337         Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
29338              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
29339              Date: Wed, 25 Oct 2000 12:02:20 +0200
29340              Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
29341      Branch: perl
29342            ! perlsdio.h
29343 ____________________________________________________________________________
29344 [  7432] By: jhi                                   on 2000/10/25  13:44:28
29345         Log: Subject: Minor update to find2perl, for portability
29346              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
29347              Date: Wed, 25 Oct 2000 12:05:47 +0100
29348              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
29349      Branch: perl
29350            ! x2p/find2perl.PL
29351 ____________________________________________________________________________
29352 [  7431] By: jhi                                   on 2000/10/25  13:40:39
29353         Log: Add targets to Makefile.SH, most importantly
29354              'regen_all' which also remembers to update vms/perly*.
29355      Branch: perl
29356            ! Makefile.SH
29357 ____________________________________________________________________________
29358 [  7430] By: bailey                                on 2000/10/25  03:13:53
29359         Log: Cleanup from prior patch (Charles Lane?):
29360              - improve handling of MFDs in Basename and Path
29361              - default to no xsubpp line # munging when building debug images
29362      Branch: vmsperl
29363            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
29364 ____________________________________________________________________________
29365 [  7429] By: jhi                                   on 2000/10/24  20:03:40
29366         Log: Podify README.epoc and README.vos.
29367      Branch: perl
29368            ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
29369            ! pod/perlport.pod pod/perltoc.pod
29370 ____________________________________________________________________________
29371 [  7428] By: jhi                                   on 2000/10/24  19:10:33
29372         Log: Stratus VOS updates from Paul Green.
29373      Branch: perl
29374            + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
29375            + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
29376            - vos/config.def vos/config.h vos/config_h.SH_orig
29377            ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
29378            ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
29379 ____________________________________________________________________________
29380 [  7427] By: jhi                                   on 2000/10/24  18:59:48
29381         Log: Check if stdio supports tweaking lval and cnt simultaneously.
29382              
29383              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
29384              From: Nicholas Clark <nick@ccl4.org>
29385              Date: Mon, 23 Oct 2000 15:39:32 +0100
29386              Message-ID: <20001023153932.A10786@plum.flirble.org>
29387      Branch: metaconfig
29388            ! U/compline/d_stdstdio.U
29389      Branch: perl
29390            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
29391            ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
29392            ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
29393            ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
29394            ! vos/config.h vos/config_h.SH_orig win32/config.bc
29395            ! win32/config.gc win32/config.vc
29396 ____________________________________________________________________________
29397 [  7426] By: jhi                                   on 2000/10/24  17:57:44
29398         Log: Missed the header file changes from #7425.
29399      Branch: perl
29400            ! embed.h embed.pl objXSUB.h proto.h
29401 ____________________________________________________________________________
29402 [  7425] By: jhi                                   on 2000/10/24  17:55:17
29403         Log: Fix the bug reported in
29404              
29405              From: andreas.koenig@anima.de (Andreas J. Koenig)
29406              Subject: Encode bug?
29407              Date: 24 Oct 2000 14:01:26 +0200 
29408              Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
29409              
29410              Also make is_utf8_char() stricter.
29411      Branch: perl
29412            ! ext/Encode/Encode.xs utf8.c
29413 ____________________________________________________________________________
29414 [  7424] By: jhi                                   on 2000/10/24  15:15:39
29415         Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
29416              From: Peter Scott <Peter@PSDT.com>
29417              Date: Mon, 23 Oct 2000 19:46:01 -0700
29418              Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
29419      Branch: perl
29420            ! pod/perlfaq5.pod
29421 ____________________________________________________________________________
29422 [  7423] By: jhi                                   on 2000/10/24  14:25:30
29423         Log: Test tweak to avoid pulling in the whole Config.
29424      Branch: perl
29425            ! t/lib/st-lock.t
29426 ____________________________________________________________________________
29427 [  7422] By: jhi                                   on 2000/10/24  14:03:16
29428         Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
29429      Branch: perl
29430            ! pp.c
29431 ____________________________________________________________________________
29432 [  7421] By: jhi                                   on 2000/10/24  13:32:09
29433         Log: (Replaced by #7440.)
29434              
29435              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
29436              From: "Kurt D. Starsinic" <kstar@chapin.edu>
29437              Date: Mon, 23 Oct 2000 16:40:54 -0400
29438              Message-ID: <20001023164054.B14491@O2.chapin.edu>
29439      Branch: perl
29440            ! t/lib/syslog.t
29441 ____________________________________________________________________________
29442 [  7420] By: jhi                                   on 2000/10/24  13:30:53
29443         Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
29444              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29445              Date: Mon, 23 Oct 2000 17:29:03 -0400
29446              Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
29447      Branch: perl
29448            ! lib/ExtUtils/MM_Unix.pm
29449 ____________________________________________________________________________
29450 [  7419] By: jhi                                   on 2000/10/24  13:29:57
29451         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
29452              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29453              Date: Mon, 23 Oct 2000 19:01:32 -0400
29454              Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
29455      Branch: perl
29456            ! utils/h2xs.PL
29457 ____________________________________________________________________________
29458 [  7418] By: jhi                                   on 2000/10/24  13:26:04
29459         Log: Replace #7409 with
29460              
29461              Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
29462              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
29463              Date: Mon, 23 Oct 2000 20:08:56 +0200
29464              Message-ID: <20001023200855.A14850@nice.ram.loc>
29465      Branch: perl
29466            ! ext/Storable/Storable.pm t/lib/st-lock.t
29467 ____________________________________________________________________________
29468 [  7417] By: jhi                                   on 2000/10/24  13:17:52
29469         Log: Run vms/vms_yfix.pl, should have done that after changing
29470              perly.c in #7382.
29471      Branch: perl
29472            ! vms/perly_c.vms vms/perly_h.vms
29473 ____________________________________________________________________________
29474 [  7416] By: jhi                                   on 2000/10/24  02:55:33
29475         Log: Make the UTF-8 decoding stricter and more verbose when
29476              malformation happens.  This involved adding an argument
29477              to utf8_to_uv_chk(), which involved changing its prototype,
29478              and prefer STRLEN over I32 for the UTF-8 length, which as
29479              a domino effect necessitated changing the prototypes of
29480              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
29481              The stricter UTF-8 decoding checking uses Markus Kuhn's
29482              UTF-8 Decode Stress Tester from
29483              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
29484      Branch: perl
29485            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
29486            ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
29487            ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
29488            ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
29489 ____________________________________________________________________________
29490 [  7415] By: jhi                                   on 2000/10/23  14:06:06
29491         Log: Update Changes.
29492      Branch: perl
29493            ! Changes patchlevel.h
29494 ____________________________________________________________________________
29495 [  7414] By: jhi                                   on 2000/10/23  12:39:52
29496         Log: Undo the basename() part of #7412 since the lib/basename
29497              tests would need upgrading too.
29498      Branch: perl
29499            ! lib/File/Basename.pm
29500 ____________________________________________________________________________
29501 [  7413] By: jhi                                   on 2000/10/23  12:19:27
29502         Log: Document PERL_INSTALL_ROOT of #7210.
29503      Branch: perl
29504            ! lib/ExtUtils/Install.pm
29505 ____________________________________________________________________________
29506 [  7412] By: jhi                                   on 2000/10/23  12:16:47
29507         Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
29508      Branch: perl
29509            ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
29510            ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
29511 ____________________________________________________________________________
29512 [  7411] By: jhi                                   on 2000/10/23  12:07:41
29513         Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
29514              From: Prymmer/Kahn <pvhp@best.com>
29515              Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
29516              Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
29517      Branch: perl
29518            ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
29519 ____________________________________________________________________________
29520 [  7410] By: jhi                                   on 2000/10/23  04:10:11
29521         Log: The change #7187 was not so good on VMS.
29522              
29523              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
29524              From: "Craig A. Berry" <craig.berry@psinetcs.com>
29525              Date: Sun, 22 Oct 2000 23:03:08 -0500
29526              Message-Id: <p04330102b617d093470b@[172.16.52.1]>
29527      Branch: perl
29528            ! utils/perldoc.PL
29529 ____________________________________________________________________________
29530 [  7409] By: jhi                                   on 2000/10/23  03:57:36
29531         Log: Avoid Storable locking on DJGPP for now.
29532              
29533              Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
29534              From: "Peter J. Farley III" <pjfarley@banet.net>
29535              Date: Sun, 22 Oct 2000 20:00:00 -0400
29536              Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
29537      Branch: perl
29538            ! ext/Storable/Storable.pm t/lib/st-lock.t
29539 ____________________________________________________________________________
29540 [  7408] By: jhi                                   on 2000/10/23  03:50:24
29541         Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
29542              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
29543              Date: Sun, 22 Oct 2000 21:12:22 -0400
29544              Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
29545      Branch: perl
29546            ! lib/vars.pm
29547 ____________________________________________________________________________
29548 [  7407] By: jhi                                   on 2000/10/23  03:43:12
29549         Log: Subject: Re: [ID 20001021.005] SEGV with regex match 
29550              From: Hugo <hv@crypt.compulink.co.uk>
29551              Date: Mon, 23 Oct 2000 00:47:22 +0100
29552              Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
29553      Branch: perl
29554            ! regexec.c t/op/pat.t
29555 ____________________________________________________________________________
29556 [  7406] By: jhi                                   on 2000/10/23  03:40:29
29557         Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
29558      Branch: perl
29559            ! lib/ExtUtils/MakeMaker.pm
29560 ____________________________________________________________________________
29561 [  7405] By: jhi                                   on 2000/10/22  21:32:00
29562         Log: Doc patch.
29563              
29564              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
29565              From: rspier@pobox.com (Robert Spier)
29566              Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
29567              Message-ID: <14835.16112.13457.447971@rls.cx>
29568      Branch: perl
29569            ! lib/strict.pm
29570 ____________________________________________________________________________
29571 [  7404] By: jhi                                   on 2000/10/22  21:30:51
29572         Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
29573              From: rspier@pobox.com (Robert Spier)
29574              Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
29575              Message-ID: <14835.17223.72448.705566@rls.cx>
29576      Branch: perl
29577            ! lib/ExtUtils/MakeMaker.pm
29578 ____________________________________________________________________________
29579 [  7403] By: jhi                                   on 2000/10/22  21:24:11
29580         Log: Subject: [PATCH bleadperl] ripples from constsub patch
29581              From: John Tobey <jtobey@john-edwin-tobey.org>
29582              Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
29583              Message-Id: <m13nSOB-000FObC@feynman.localnet>
29584      Branch: perl
29585            ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
29586 ____________________________________________________________________________
29587 [  7402] By: jhi                                   on 2000/10/22  20:59:35
29588         Log: Support s?printf parameter reordering.
29589      Branch: perl
29590            ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
29591 ____________________________________________________________________________
29592 [  7401] By: jhi                                   on 2000/10/22  19:19:14
29593         Log: Expand %Config variables only if explicitly so requested
29594              during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
29595              
29596              Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
29597              From: Gurusamy Sarathy <gsar@ActiveState.com>
29598              Date: Sun, 22 Oct 2000 11:47:32 -0700
29599              Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>            
29600      Branch: perl
29601            ! Makefile.SH lib/lib_pm.PL
29602 ____________________________________________________________________________
29603 [  7400] By: jhi                                   on 2000/10/22  18:24:10
29604         Log: Move the #7390 test from warn/op to comp/redef.
29605              
29606              Subject: Re: Creating const subs for constants.
29607              From: John Tobey <jtobey@john-edwin-tobey.org>
29608              Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
29609              Message-Id: <m13nG72-000FObC@feynman.localnet>               
29610      Branch: perl
29611            ! t/comp/redef.t t/pragma/warn/op
29612 ____________________________________________________________________________
29613 [  7399] By: jhi                                   on 2000/10/22  17:49:59
29614         Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
29615              From: Nicholas Clark <nick@ccl4.org>
29616              Date: Sat, 21 Oct 2000 22:23:19 +0100
29617              Message-ID: <20001021222319.B45586@plum.flirble.org>
29618      Branch: perl
29619            ! ext/DynaLoader/DynaLoader_pm.PL
29620 ____________________________________________________________________________
29621 [  7398] By: jhi                                   on 2000/10/22  17:47:35
29622         Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
29623              From: Hugo <hv@crypt.compulink.co.uk>
29624              Date: Sat, 21 Oct 2000 18:19:59 +0100
29625              Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
29626      Branch: perl
29627            ! ext/B/B.pm ext/B/B/C.pm
29628 ____________________________________________________________________________
29629 [  7397] By: jhi                                   on 2000/10/22  17:35:18
29630         Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
29631              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
29632              Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
29633              Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
29634      Branch: perl
29635            ! hints/openbsd.sh
29636 ____________________________________________________________________________
29637 [  7396] By: jhi                                   on 2000/10/22  17:19:46
29638         Log: Subject: installman go-faster stripes
29639              From: Nicholas Clark <nick@talking.bollo.cx>
29640              Date: Sat, 21 Oct 2000 17:24:53 +0100
29641              Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
29642              
29643              Subject: Re: installman go-faster stripes
29644              From: Russ Allbery <rra@stanford.edu>
29645              Date: 21 Oct 2000 11:04:13 -0700
29646              Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
29647      Branch: perl
29648            ! installman pod/pod2man.PL
29649 ____________________________________________________________________________
29650 [  7395] By: jhi                                   on 2000/10/22  17:17:35
29651         Log: Hints tweak from Anton Berezin.
29652      Branch: perl
29653            ! hints/freebsd.sh
29654 ____________________________________________________________________________
29655 [  7394] By: jhi                                   on 2000/10/22  04:50:04
29656         Log: Tweak the Is* definitions of Unicode character classes
29657              to better match the official categorizations; embrace
29658              the official categorizations; add the combining marks
29659              as alpha (and -numeric); fix DCinital (a typo and edito)
29660              to be DCmedial.
29661      Branch: perl
29662            + lib/unicode/Is/DCmedial.pl
29663            - lib/unicode/Is/DCinital.pl
29664            ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
29665            ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
29666            ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
29667            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
29668 ____________________________________________________________________________
29669 [  7393] By: jhi                                   on 2000/10/21  18:06:05
29670         Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
29671              From: Daniel Chetlin <daniel@chetlin.com>
29672              Date: Sat, 21 Oct 2000 02:57:03 -0700
29673              Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
29674      Branch: perl
29675            + t/lib/tie-splice.t
29676            ! MANIFEST lib/Tie/Array.pm
29677 ____________________________________________________________________________
29678 [  7392] By: gsar                                  on 2000/10/21  18:05:15
29679         Log: resync utfperl branch with mainline
29680      Branch: utfperl
29681           !> (integrate 1760 files)
29682 ____________________________________________________________________________
29683 [  7391] By: jhi                                   on 2000/10/21  14:37:49
29684         Log: Testcases for a #7383,#7385 related bug.
29685              
29686              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
29687              From: Nicholas Clark <nick@ccl4.org>
29688              Date: Sat, 21 Oct 2000 15:04:51 +0100
29689              Message-ID: <20001021150451.A51566@plum.flirble.org>
29690      Branch: perl
29691            ! t/pragma/utf8.t
29692 ____________________________________________________________________________
29693 [  7390] By: jhi                                   on 2000/10/21  14:35:57
29694         Log: Add a testcase for #7389.
29695      Branch: perl
29696            ! t/pragma/warn/op
29697 ____________________________________________________________________________
29698 [  7389] By: jhi                                   on 2000/10/21  14:26:45
29699         Log: Subject: Re: Creating const subs for constants.
29700              From: John Tobey <jtobey@john-edwin-tobey.org>
29701              Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
29702              Message-Id: <m13mo0N-000FObC@feynman.localnet>
29703      Branch: perl
29704            ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
29705            ! proto.h sv.c
29706 ____________________________________________________________________________
29707 [  7388] By: nick                                  on 2000/10/21  11:44:23
29708         Log: Populate perlio branch
29709      Branch: perlio
29710           +> (branch 1760 files)
29711 ____________________________________________________________________________
29712 [  7387] By: nick                                  on 2000/10/21  10:52:05
29713         Log: Get branch back as replica of mainline via :
29714              p4 integrate -b utfperl
29715              p4 resolve -at ./...
29716      Branch: utfperl
29717           +> (branch 269 files)
29718            - Todo-5.005 eg/ADB eg/README eg/cgi/RunMeFirst
29719            - eg/cgi/caution.xbm eg/cgi/clickable_image.cgi
29720            - eg/cgi/cookie.cgi eg/cgi/crash.cgi eg/cgi/customize.cgi
29721            - eg/cgi/diff_upload.cgi eg/cgi/dna_small_gif.uu
29722            - eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
29723            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
29724            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
29725            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
29726            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
29727            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
29728            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
29729            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
29730            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
29731            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
29732            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
29733            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
29734            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
29735            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
29736            - eg/van/vanish eg/who eg/wrapsuid epoc/Config.pm
29737            - epoc/autosplit.pl epoc/config.h epoc/perl.mmp epoc/perl.pkg
29738            - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm
29739            - lib/Sys/Syslog.pm lib/byte.pm lib/byte_heavy.pl lib/caller.pm
29740            - lib/chat2.pl lib/lib.pm lib/unicode/Eq/Latin1.pl
29741            - lib/unicode/Eq/Unicode.pl lib/unicode/Props.txt
29742            - lib/unicode/UCD300.html lib/unicode/Unicode.300
29743            - lib/unicode/Unicode3.html os2/POSIX.mkfifo pod/Makefile
29744            - pod/Win32.pod pod/buildtoc t/lib/thread.t t/op/64bit.t
29745            - t/op/nothread.t utils/perlbc.PL vms/subconfigure.com
29746            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
29747           !> (integrate 965 files)
29748 ____________________________________________________________________________
29749 [  7386] By: jhi                                   on 2000/10/21  01:31:12
29750         Log: Update Changes.
29751      Branch: perl
29752            ! Changes patchlevel.h
29753 ____________________________________________________________________________
29754 [  7385] By: jhi                                   on 2000/10/21  01:28:42
29755         Log: The #7383 was right only in the context of the original bug report,
29756              not in more general case.
29757      Branch: perl
29758            ! pp_hot.c
29759 ____________________________________________________________________________
29760 [  7384] By: jhi                                   on 2000/10/21  01:08:23
29761         Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
29762      Branch: perl
29763            ! ext/IO/lib/IO/Select.pm
29764 ____________________________________________________________________________
29765 [  7383] By: jhi                                   on 2000/10/21  00:44:18
29766         Log: Fix for ID 20001020.006, concatenating an unset submatch
29767              with utf8 resulted in "Modification of a read-only value".
29768      Branch: perl
29769            ! pp_hot.c t/pragma/utf8.t
29770 ____________________________________________________________________________
29771 [  7382] By: jhi                                   on 2000/10/20  20:44:31
29772         Log: Make scan_num() reëntrant, as suggested in
29773              
29774              Subject: [PATCH perl@7229] Rentrant parser and yylex()
29775              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
29776              Date: Fri, 20 Oct 2000 14:17:27 +0100
29777              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
29778      Branch: perl
29779            ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
29780            ! toke.c
29781 ____________________________________________________________________________
29782 [  7381] By: jhi                                   on 2000/10/20  20:07:29
29783         Log: Reëntrancy fix.
29784              
29785              Subject: [PATCH perl@7229] Rentrant parser and yylex()
29786              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
29787              Date: Fri, 20 Oct 2000 14:17:27 +0100
29788              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
29789      Branch: perl
29790            ! embed.h embed.pl perl.h proto.h toke.c
29791 ____________________________________________________________________________
29792 [  7380] By: jhi                                   on 2000/10/20  19:15:54
29793         Log: Don't write double values through long double pointers,
29794              based on a part of
29795              
29796              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
29797              From: Jens Hamisch <jens@Strawberry.COM>
29798              Date: Tue, 17 Oct 2000 08:39:36 +0200
29799              Message-Id: <20001017083936.A11104@Strawberry.COM>
29800      Branch: perl
29801            ! perl.h pp.c
29802 ____________________________________________________________________________
29803 [  7379] By: jhi                                   on 2000/10/20  18:43:37
29804         Log: Portability tweak on #7377.
29805              
29806              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
29807              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
29808              Date:     Fri, 20 Oct 2000 13:13:41 EDT
29809              Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
29810      Branch: perl
29811            ! t/lib/dprof.t
29812 ____________________________________________________________________________
29813 [  7378] By: jhi                                   on 2000/10/20  12:57:19
29814         Log: SOCKS function redefinitions need prototypes, too, otherwise
29815              for example 32 bit versus 64 bit differences cause a lot of
29816              problems.  Part of
29817              
29818              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
29819              From: Jens Hamisch <jens@Strawberry.COM>
29820              Date: Tue, 17 Oct 2000 08:39:36 +0200
29821              Message-Id: <20001017083936.A11104@Strawberry.COM>
29822      Branch: perl
29823            ! doio.c pp_sys.c
29824 ____________________________________________________________________________
29825 [  7377] By: jhi                                   on 2000/10/20  12:37:12
29826         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
29827              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
29828              Date:     Fri, 20 Oct 2000 08:26:04 EDT
29829              Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
29830      Branch: perl
29831            ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
29832 ____________________________________________________________________________
29833 [  7376] By: jhi                                   on 2000/10/20  12:35:31
29834         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
29835              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
29836              Date:     Fri, 20 Oct 2000 07:48:15 EDT
29837              Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
29838      Branch: perl
29839            ! configure.com vms/gen_shrfls.pl
29840 ____________________________________________________________________________
29841 [  7375] By: bailey                                on 2000/10/20  04:44:37
29842         Log: SYN SYN
29843      Branch: vmsperl
29844           +> (branch 134 files)
29845            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
29846            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
29847            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
29848            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
29849            - eg/cgi/frameset.cgi eg/cgi/index.html
29850            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
29851            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
29852            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
29853            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
29854            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
29855            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
29856            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
29857            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
29858            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
29859            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
29860            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
29861            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
29862            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
29863            - eg/van/vanish eg/who eg/wrapsuid lib/chat2.pl
29864            - lib/unicode/Props.txt lib/unicode/UCD300.html
29865            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
29866            - utils/perlbc.PL vms/subconfigure.com
29867           !> (integrate 785 files)
29868 ____________________________________________________________________________
29869 [  7374] By: jhi                                   on 2000/10/20  00:59:48
29870         Log: In the latest compiler builds cccdlflags must not become -fpic,
29871              from Wilfredo Sánchez.
29872      Branch: perl
29873            ! hints/darwin.sh
29874 ____________________________________________________________________________
29875 [  7373] By: jhi                                   on 2000/10/20  00:56:35
29876         Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
29877              From: Tony Cook <tony@develop-help.com>
29878              Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
29879              Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
29880      Branch: perl
29881            ! pod/perlop.pod
29882 ____________________________________________________________________________
29883 [  7372] By: jhi                                   on 2000/10/19  19:34:40
29884         Log: Typo noted by Mark Lutz.
29885      Branch: perl
29886            ! t/op/64bitint.t
29887 ____________________________________________________________________________
29888 [  7371] By: jhi                                   on 2000/10/19  19:33:13
29889         Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
29890      Branch: metaconfig
29891            ! U/modified/Cppsym.U U/modified/Oldconfig.U
29892      Branch: metaconfig/U/perl
29893            ! End.U dlsrc.U libperl.U
29894      Branch: perl
29895            + hints/nonstopux.sh
29896            ! Configure MANIFEST config_h.SH
29897 ____________________________________________________________________________
29898 [  7370] By: jhi                                   on 2000/10/19  17:18:08
29899         Log: Subject: PATCH do_print has 2 PerlIO_error()s
29900              From: nick@ccl4.org
29901              Date: Thu, 19 Oct 2000 18:09:20 +0100
29902              Message-ID: <20001019180920.A8440@babyhippo.co.uk>
29903      Branch: perl
29904            ! doio.c
29905 ____________________________________________________________________________
29906 [  7369] By: jhi                                   on 2000/10/19  14:01:49
29907         Log: Update Changes.
29908      Branch: perl
29909            ! Changes patchlevel.h
29910 ____________________________________________________________________________
29911 [  7368] By: jhi                                   on 2000/10/19  13:04:29
29912         Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
29913              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
29914              Date: Wed, 18 Oct 2000 13:12:01 +0200
29915              Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
29916      Branch: perl
29917            ! hints/aix.sh
29918 ____________________________________________________________________________
29919 [  7367] By: jhi                                   on 2000/10/19  02:22:40
29920         Log: Fix of sorts for bug id 20000901.092.  There seems to be no trace
29921              of a 'pmshort' anywhere in the B, so the offending line was simply
29922              removed.
29923      Branch: perl
29924            ! ext/B/B/Debug.pm
29925 ____________________________________________________________________________
29926 [  7366] By: jhi                                   on 2000/10/19  02:12:37
29927         Log: Add the test case for the bug id 20000730.004 which seems
29928              to have been fixed by now.
29929      Branch: perl
29930            ! t/pragma/utf8.t
29931 ____________________________________________________________________________
29932 [  7365] By: jhi                                   on 2000/10/18  23:36:24
29933         Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
29934              From: Hugo <hv@crypt.compulink.co.uk>
29935              Date: Wed, 18 Oct 2000 23:25:58 +0100
29936              Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
29937      Branch: perl
29938            ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
29939 ____________________________________________________________________________
29940 [  7364] By: jhi                                   on 2000/10/18  21:12:53
29941         Log: (retracted)
29942      Branch: perl
29943            ! pp.c
29944 ____________________________________________________________________________
29945 [  7363] By: jhi                                   on 2000/10/18  20:55:38
29946         Log: Missing change from #7362.
29947      Branch: perl
29948            ! win32/perlhost.h
29949 ____________________________________________________________________________
29950 [  7362] By: jhi                                   on 2000/10/18  20:52:01
29951         Log: Borland C fstat() never saw the fd as writable.
29952              
29953              Subject: fix for Borland's weak "stat" (perl@7211)
29954              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
29955              Date: Mon, 16 Oct 2000 09:55:03 +0400
29956              Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
29957      Branch: perl
29958            ! win32/win32.c
29959 ____________________________________________________________________________
29960 [  7361] By: jhi                                   on 2000/10/18  17:43:50
29961         Log: Regen toc.
29962      Branch: perl
29963            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
29964 ____________________________________________________________________________
29965 [  7360] By: jhi                                   on 2000/10/18  17:07:44
29966         Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
29967              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
29968              Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
29969              Date: Mon, 16 Oct 2000 15:19:49 +0200
29970      Branch: perl
29971            + README.aix
29972            ! MANIFEST
29973 ____________________________________________________________________________
29974 [  7359] By: jhi                                   on 2000/10/18  17:04:49
29975         Log: Subject: Pod patch for Devel::Peek
29976              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
29977              Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
29978              Date: Mon, 16 Oct 2000 12:26:34 +0200
29979      Branch: perl
29980            ! ext/Devel/Peek/Peek.pm
29981 ____________________________________________________________________________
29982 [  7358] By: jhi                                   on 2000/10/18  17:03:15
29983         Log: Make Cwd more bulletproof in chrooted environments.
29984              
29985              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
29986              From: "Eric E. Coe" <Eric.Coe@oracle.com>
29987              Date: Wed, 18 Oct 2000 04:03:54 -0400
29988              Message-Id: <39ED596A.70E599FE@oracle.com>
29989      Branch: perl
29990            ! lib/Cwd.pm
29991 ____________________________________________________________________________
29992 [  7357] By: jhi                                   on 2000/10/18  16:37:26
29993         Log: Disable the UTF8 downgrade croakage for now to avoid
29994              too many not okay messages.
29995      Branch: perl
29996            ! doio.c
29997 ____________________________________________________________________________
29998 [  7356] By: jhi                                   on 2000/10/17  23:29:41
29999         Log: Show the failed remote port, instead of the failing line number.
30000              
30001              Subject: [PATCH 5.6.1 Debugger] More diagnostics
30002              From: David Sparks <daves@ActiveState.com>
30003              Date: Tue, 17 Oct 2000 15:00:24 -0700
30004              Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
30005      Branch: perl
30006            ! lib/perl5db.pl
30007 ____________________________________________________________________________
30008 [  7355] By: jhi                                   on 2000/10/17  14:11:31
30009         Log: On output try to downgrade to bytes, croak if impossible,
30010              from Simon Cozens.  This means that outputting >255 UTF8
30011              is impossible.  Consider this as a strong incentive to get
30012              the I/O disciplines implemented.
30013      Branch: perl
30014            ! doio.c pod/perldiag.pod sv.c
30015 ____________________________________________________________________________
30016 [  7354] By: jhi                                   on 2000/10/17  13:42:23
30017         Log: Clarify documentation on 'use bytes'.
30018              
30019              Subject: Re: What does 'use bytes' "mean" ?
30020              From: Simon Cozens <simon@cozens.net>
30021              Date: Mon, 18 Sep 2000 18:24:25 +0100
30022              Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
30023      Branch: perl
30024            ! lib/bytes.pm
30025 ____________________________________________________________________________
30026 [  7353] By: jhi                                   on 2000/10/17  13:28:12
30027         Log: Workaround for a sfio bug where the stream error indicator
30028              is not cleared as documented.
30029              
30030              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
30031              From: Nicholas Clark <nick@ccl4.org>
30032              Date: Mon, 16 Oct 2000 18:28:23 +0100
30033              Message-ID: <20001016182823.J19700@plum.flirble.org>
30034      Branch: perl
30035            ! doio.c
30036 ____________________________________________________________________________
30037 [  7352] By: jhi                                   on 2000/10/17  13:06:19
30038         Log: More IoTYPE sprinkling.
30039      Branch: perl
30040            ! doio.c pp_hot.c
30041 ____________________________________________________________________________
30042 [  7351] By: jhi                                   on 2000/10/16  22:47:07
30043         Log: Detect early whether the std streams have gone bad.
30044              
30045              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
30046              Date: Mon, 16 Oct 2000 23:28:42 +0100
30047              From: Nicholas Clark <nick@ccl4.org>
30048              Message-ID: <20001016232842.A37942@plum.flirble.org>
30049      Branch: perl
30050            ! t/op/misc.t
30051 ____________________________________________________________________________
30052 [  7350] By: jhi                                   on 2000/10/16  22:45:16
30053         Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
30054              From: "Peter J. Farley III" <pjfarley@banet.net>
30055              Date: Mon, 16 Oct 2000 18:15:59 -0400
30056              Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
30057      Branch: perl
30058            ! djgpp/djgpp.c dosish.h t/io/open.t
30059 ____________________________________________________________________________
30060 [  7349] By: jhi                                   on 2000/10/16  22:36:45
30061         Log: perldelta tweak.
30062      Branch: perl
30063            ! pod/perldelta.pod
30064 ____________________________________________________________________________
30065 [  7348] By: jhi                                   on 2000/10/16  15:17:53
30066         Log: Update Changes.
30067      Branch: perl
30068            ! Changes patchlevel.h
30069 ____________________________________________________________________________
30070 [  7347] By: jhi                                   on 2000/10/16  13:55:27
30071         Log: Add the capability to include/exclude branches.
30072      Branch: perl
30073            ! Porting/genlog
30074 ____________________________________________________________________________
30075 [  7346] By: jhi                                   on 2000/10/16  13:18:04
30076         Log: Add Charles Lane.
30077      Branch: perl
30078            ! AUTHORS Changes
30079 ____________________________________________________________________________
30080 [  7345] By: jhi                                   on 2000/10/16  13:13:21
30081         Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
30082      Branch: perl
30083            ! pod/perldelta.pod
30084 ____________________________________________________________________________
30085 [  7344] By: gsar                                  on 2000/10/16  09:30:21
30086         Log: integrate change#6220 from cfgperl
30087              
30088              Win32 patches from Benjamin Stuhl.
30089      Branch: maint-5.6/perl
30090           !> makedef.pl win32/win32.h
30091 ____________________________________________________________________________
30092 [  7343] By: gsar                                  on 2000/10/16  08:32:19
30093         Log: integrate changes#6221,6222 from cfgperl
30094              
30095              Remove tr///CU (the feature is to be obsoleted by better interfaces).
30096              From: simon@brecon.co.uk (Simon Cozens)
30097              Subject: [PATCH] Eliminate tr///[CU][CU]
30098              Date: 23 Jun 2000 11:05:40 GMT
30099              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
30100              
30101              doc typo fix
30102              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
30103              From: Ian Phillipps <Ian.Phillipps@iname.com>
30104              Date: Fri, 23 Jun 2000 10:40:58 +0100
30105              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
30106      Branch: maint-5.6/perl
30107           !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
30108 ____________________________________________________________________________
30109 [  7342] By: gsar                                  on 2000/10/16  08:28:08
30110         Log: integrate change#6217 from cfgperl (in part)
30111              
30112              Rename the fdpid locking and integrate with Sarathy.
30113      Branch: maint-5.6/perl
30114           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
30115           !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
30116           !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
30117           !> win32/win32.c
30118 ____________________________________________________________________________
30119 [  7341] By: gsar                                  on 2000/10/16  08:23:39
30120         Log: integrate changes#6214..6216 from mainline
30121              
30122              @_ can't have junk in it even in the non-USE_ITHREADS case because
30123              caller() wants to populate @DB::args with it (causes a coredump
30124              in Carp::confess())
30125              
30126              tweak comment about @DB::args
30127              
30128              be more optimal about clearing @_
30129      Branch: maint-5.6/perl
30130           !> av.h cop.h pp_ctl.c t/op/runlevel.t
30131 ____________________________________________________________________________
30132 [  7340] By: gsar                                  on 2000/10/16  08:20:37
30133         Log: integrate changes#6207..6210 from cfgperl
30134              
30135              Subject: [PATCH 5.6.0] Threadsafe patches
30136              From: Dan Sugalski <dan@sidhe.org>
30137              To: perl5-porters@perl.org
30138              Date: Mon, 08 May 2000 18:08:13 -0400
30139              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
30140              
30141              Regen headers for #6207.
30142              
30143              Lock PL_fdpid against race conditions, based on:
30144              Subject: [PATCH 5.6.0]subprocess fixup for threads
30145              From: Dan Sugalski <dan@sidhe.org>
30146              To: perl5-porters@perl.org
30147              Date: Tue, 11 Apr 2000 17:02:32 -0400
30148              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
30149              
30150              Mopup for #6207 and #6209.
30151      Branch: maint-5.6/perl
30152           !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
30153           !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
30154           !> win32/win32.c
30155 ____________________________________________________________________________
30156 [  7339] By: gsar                                  on 2000/10/16  08:14:34
30157         Log: integrate change#6203 from cfgperl
30158              
30159              perldiag should refer to perlos2.pod not README.os2
30160      Branch: maint-5.6/perl
30161           !> pod/perldiag.pod
30162 ____________________________________________________________________________
30163 [  7338] By: gsar                                  on 2000/10/16  08:11:42
30164         Log: integrate change#6201 from mainline
30165              
30166              Perl_eval_pv() leaks 4 bytes every time it is called because it
30167              does a PUSHMARK that's never ever POPMARKed; in general, only
30168              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
30169              Perl_eval_[sp]v() don't because they don't take any incoming
30170              arguments (this leak has been around since the original version
30171              of perl_eval_pv() in 5.003_97e)
30172      Branch: maint-5.6/perl
30173           !> perl.c
30174 ____________________________________________________________________________
30175 [  7337] By: gsar                                  on 2000/10/16  08:08:47
30176         Log: integrate changes#6197..6200 from cfgperl
30177              
30178              Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
30179              From: John Borwick <jhborwic@unity.ncsu.edu>
30180              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
30181              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
30182              
30183              Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
30184              From: Dan Sugalski <dan@sidhe.org>
30185              To: vmsperl@perl.org, perl5-porters@perl.org
30186              Date: Fri, 02 Jun 2000 16:00:41 -0400
30187              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
30188              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
30189              
30190              Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
30191              From: Dan Sugalski <dan@sidhe.org>
30192              To: perl5-porters@perl.org, vmsperl@perl.org
30193              Date: Fri, 02 Jun 2000 17:30:51 -0400
30194              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
30195              
30196              Update to cperl-mode.el 4.31 from
30197              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
30198              Subject: A couple of notes
30199              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30200              To: Mailing list Perl5 <perl5-porters@perl.org>
30201              Date: Sat, 3 Jun 2000 23:33:32 -0400
30202              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
30203      Branch: maint-5.6/perl
30204           !> emacs/cperl-mode.el embed.h embed.pl embedvar.h
30205           !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
30206           !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
30207           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
30208           !> vms/vmsish.h
30209 ____________________________________________________________________________
30210 [  7336] By: gsar                                  on 2000/10/16  08:03:46
30211         Log: integrate changes#6194,6195 from mainline
30212              
30213              fix small eval"" memory leaks under USE_ITHREADS
30214              
30215              fix yet another eval"" leak under USE_ITHREADS
30216      Branch: maint-5.6/perl
30217           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
30218           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
30219           !> vms/perly_c.vms
30220 ____________________________________________________________________________
30221 [  7335] By: gsar                                  on 2000/10/16  08:02:15
30222         Log: integrate changes#6190,6191 from mainline
30223              
30224              submit missing embed.pl change
30225              
30226              vec() loses numericalness (modified version of patch suggested
30227              by Robin Barker)
30228      Branch: maint-5.6/perl
30229           !> doop.c embed.pl t/op/vec.t
30230 ____________________________________________________________________________
30231 [  7334] By: gsar                                  on 2000/10/16  08:01:03
30232         Log: integrate change#6189 from mainline
30233              
30234              counting tr/// corrupts later operation (from M.J.T Guy)
30235      Branch: maint-5.6/perl
30236           !> doop.c t/op/tr.t
30237 ____________________________________________________________________________
30238 [  7333] By: gsar                                  on 2000/10/16  07:59:07
30239         Log: integrate changes#6183..6188 from mainline
30240              
30241              SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
30242              <nick@ccl4.org>)
30243              
30244              tweak for change#6127
30245              
30246              remove incorrect documentation about implicit split to @_ in
30247              list context, which never really worked in perl 5 (from
30248              M.J.T. Guy)
30249              
30250              further qualify references to "alphanumeric" (from Wolfgang Laun
30251              <wolfgang.laun@alcatel.at>)
30252              
30253              replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
30254              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
30255              
30256              h2xs tweaks
30257      Branch: maint-5.6/perl
30258           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
30259           !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
30260           !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
30261           !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
30262           !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
30263           !> pod/pod2latex.PL utils/h2xs.PL
30264 ____________________________________________________________________________
30265 [  7332] By: gsar                                  on 2000/10/16  07:53:52
30266         Log: integrate change#6179 from mainline
30267              
30268              buggy modulus on UVs introduced by change#3378 (resulted in
30269              4063328477 % 65535 amounting to 27406, instead of 27407)
30270      Branch: maint-5.6/perl
30271           !> pp.c t/op/arith.t
30272 ____________________________________________________________________________
30273 [  7331] By: gsar                                  on 2000/10/16  07:52:49
30274         Log: integrate changes#6176,6177,6178,6182 from cfgperl
30275              
30276              Single-quoted utf8 patch from Simon Cozens.
30277              
30278              Substitution utf8 patch from Simon Cozens.
30279              
30280              Be cleaner.
30281              
30282              Be Cleaner Part Deux.
30283      Branch: maint-5.6/perl
30284           !> Makefile.SH pp_hot.c toke.c
30285 ____________________________________________________________________________
30286 [  7330] By: gsar                                  on 2000/10/16  07:41:36
30287         Log: integrate change#6172 from mainline
30288              
30289              fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
30290              (from Ilya Zakharevich)
30291      Branch: maint-5.6/perl
30292           !> regexec.c t/op/re_tests
30293 ____________________________________________________________________________
30294 [  7329] By: gsar                                  on 2000/10/16  07:40:25
30295         Log: integrate change#6171 from mainline
30296              
30297              scalar() doesn't force scalar context when used in void context
30298              (from Simon Cozens)
30299      Branch: maint-5.6/perl
30300           !> op.c t/op/wantarray.t
30301 ____________________________________________________________________________
30302 [  7328] By: gsar                                  on 2000/10/16  07:39:33
30303         Log: integrate change#6170 from mainline
30304              
30305              change#6142 needs tweaks to tests to work where there's no
30306              symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
30307      Branch: maint-5.6/perl
30308           !> t/lib/filefind.t
30309 ____________________________________________________________________________
30310 [  7327] By: gsar                                  on 2000/10/16  07:35:34
30311         Log: integrate changes#6166..6168 from cfgperl
30312              
30313              Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
30314              in case somebody wants to write an extension for more
30315              shadow database interfaces.
30316              
30317              tweak todo
30318              
30319              Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
30320      Branch: maint-5.6/perl
30321           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
30322           !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
30323           !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
30324           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
30325           !> win32/config.vc win32/config_H.bc win32/config_H.gc
30326           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
30327 ____________________________________________________________________________
30328 [  7326] By: gsar                                  on 2000/10/16  07:29:05
30329         Log: integrate changes#6157,6159..6161,6164 from cfgperl
30330              
30331              Regen Configure to jive with #6149.
30332              
30333              Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
30334              
30335              Changes for the File::Temp 0.08 (change #6159) test suite
30336              to fit better into the Perl distribution test framework.
30337              
30338              Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
30339              both from Simon Cozens.
30340              
30341              detypo
30342      Branch: maint-5.6/perl
30343           +> pod/perlmodlib.PL pod/perlnewmod.pod
30344           !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
30345           !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
30346           !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
30347           !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
30348 ____________________________________________________________________________
30349 [  7325] By: gsar                                  on 2000/10/16  07:25:13
30350         Log: integrate change#6158 from vmsperl
30351              
30352              Add fallback to tmpfile for use in cases where user's relying on
30353              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
30354              Lane's patch)
30355      Branch: maint-5.6/perl
30356           !> vms/vms.c vms/vmsish.h
30357 ____________________________________________________________________________
30358 [  7324] By: gsar                                  on 2000/10/16  07:20:50
30359         Log: integrate changes#6153..6155 from mainline
30360              
30361              prettier Test::Harness output on failed tests (from Nicholas Clark
30362              <nick@Bagpuss.uk.boo.com>)
30363              
30364              avoid type mismatch warning
30365              
30366              small bug in change#6144; remove random \xA0 character that snuck
30367              in via change#6145
30368      Branch: maint-5.6/perl
30369           !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
30370           !> perl.c
30371 ____________________________________________________________________________
30372 [  7323] By: gsar                                  on 2000/10/16  07:18:47
30373         Log: integrate changes#6151,6152 from mainline
30374              
30375              fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
30376              
30377              cosmetic fixups of RE debug output (from Ilya Zakharevich)
30378      Branch: maint-5.6/perl
30379           !> regexec.c
30380 ____________________________________________________________________________
30381 [  7322] By: gsar                                  on 2000/10/16  07:17:25
30382         Log: integrate changes#6146..6150 from mainline
30383              
30384              doc typo
30385              
30386              add a make entry to Config.pm so "perl -V:make" works on VMS
30387              (from Peter Prymmer)
30388              
30389              close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
30390              
30391              OS/2 tweaks for usethreads build (from Rocco Caputo
30392              <troc@netrus.net>)
30393              
30394              perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
30395      Branch: maint-5.6/perl
30396           !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
30397           !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
30398           !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
30399           !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
30400           !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
30401           !> warnings.pl x2p/a2p.h
30402 ____________________________________________________________________________
30403 [  7321] By: gsar                                  on 2000/10/16  07:14:02
30404         Log: integrate changes#6143..6145 from mainline
30405              
30406              MacOS support, part 1 (from Matthias Neeracher
30407              <neeri@iis.ee.ethz.ch>)
30408              
30409              MacOS support, part 2: make AutoSplit use File::Spec instead
30410              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
30411              <neeri@iis.ee.ethz.ch>)
30412              
30413              make xsubpp skip embedded pod (from Matthias Neeracher
30414              <neeri@iis.ee.ethz.ch>)
30415      Branch: maint-5.6/perl
30416           +> ext/DynaLoader/dl_mac.xs
30417           !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
30418           !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
30419           !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
30420           !> pp_ctl.c proto.h toke.c util.c util.h
30421 ____________________________________________________________________________
30422 [  7320] By: gsar                                  on 2000/10/16  07:12:13
30423         Log: integrate changes#6141,6142 from mainline
30424              
30425              BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
30426              forwarded by Peter Seebach from the bsdi-users mailing list.
30427              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
30428              
30429              File::Find fails to chdir when chasing symlinks (from
30430              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
30431      Branch: maint-5.6/perl
30432           !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
30433 ____________________________________________________________________________
30434 [  7319] By: gsar                                  on 2000/10/16  07:04:30
30435         Log: integrate change#6139 from mainline
30436              
30437              revise mktables.PL for bugs and newness in Unicode 3.0
30438              (from James Bence <jbence@amgen.com>)
30439      Branch: maint-5.6/perl
30440           +> (branch 30 files)
30441           !> (integrate 49 files)
30442 ____________________________________________________________________________
30443 [  7318] By: gsar                                  on 2000/10/16  07:01:01
30444         Log: integrate changes#6137,6138 from mainline
30445              
30446              fix bogus redeclaration warning for "our" variables in different
30447              scopes
30448              
30449              add note about the handling of negative indices to tied arrays
30450              (from Michael G Schwern <schwern@pobox.com>)
30451      Branch: maint-5.6/perl
30452           !> op.c pod/perltie.pod t/pragma/strict-vars
30453 ____________________________________________________________________________
30454 [  7317] By: gsar                                  on 2000/10/16  06:58:46
30455         Log: integrate changes#6127..6136 from mainline
30456              
30457              call_method(...,G_EVAL) can longjmp() out if the method probing
30458              failed (from Gisle Aas)
30459              
30460              new perlxstut example for passing/returning refs to arrays
30461              (from David Lowe <dlowe@pootpoot.com>)
30462              
30463              VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
30464              
30465              fix places that mean C<"word" character> but say C<alphanumeric
30466              character>
30467              
30468              avoid warnings in POSIX.pm (from Barrie Slaymaker)
30469              
30470              warnings::enabled() doesn't fall back to looking at $^W if
30471              caller isn't using lexical warnings (from Paul Marquess)
30472              
30473              elide bogus test in change#6132
30474              
30475              make Test::Harness use wait.h/WCOREDUMP if available
30476              (from Ben Tilly <ben_tilly@hotmail.com>)
30477              
30478              enable Test::Harness to dynamically determine column width etc.
30479              (from Rob Napier <rnapier@employees.org>)
30480              
30481              random pod typos (from Peter Scott <Peter@PSDT.com>)
30482      Branch: maint-5.6/perl
30483           !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
30484           !> lib/Test/Harness.pm perl.c pod/perldebguts.pod
30485           !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
30486           !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
30487 ____________________________________________________________________________
30488 [  7316] By: gsar                                  on 2000/10/16  06:53:23
30489         Log: integrate change#6126 from mainline
30490              
30491              change#2879 broke rvalue autovivification of magicals such as
30492              ${$num} (reworked variant of patch suggested by Simon Cozens)
30493      Branch: maint-5.6/perl
30494           !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
30495           !> pp_hot.c proto.h t/op/gv.t
30496 ____________________________________________________________________________
30497 [  7315] By: gsar                                  on 2000/10/16  06:51:38
30498         Log: integrate changes#6123,6125 from mainline
30499              
30500              clarify gotcha with #line directives (from Rocco Caputo
30501              <troc@netrus.net>)
30502              
30503              enable propagating exception objects via Perl_croak() in XS code
30504              (from Gisle Aas)
30505      Branch: maint-5.6/perl
30506           !> pod/perldebug.pod pod/perlsyn.pod util.c
30507 ____________________________________________________________________________
30508 [  7314] By: gsar                                  on 2000/10/16  06:49:28
30509         Log: integrate change#6122 from mainline
30510              
30511              downgrade fatal error on C<"foo@nosucharray.com"> to optional
30512              warning (from Mark-Jason Dominus)
30513      Branch: maint-5.6/perl
30514           !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
30515           !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
30516           !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
30517           !> toke.c
30518 ____________________________________________________________________________
30519 [  7313] By: gsar                                  on 2000/10/16  06:46:54
30520         Log: integrate changes#6112..6121 from vmsperl
30521              
30522              Check for existence of file before trying to delete
30523              
30524              Ugly workaround for version-specific RTL error
30525              
30526              Urk -- undo previous removal of vmsish 'exit' change
30527              
30528              Add bounds checking for several strings (Charles Lane)
30529              
30530              Miscellaneous cosmetic fixes (Charles Lane)
30531              
30532              Treat sockets as special in sys(read|write) (Charles Lane et al.)
30533              
30534              Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
30535              Flatten case labels in switch statements uniformly (Charles Bailey)
30536              
30537              Quiet error messages in vmsish.t (Charles Lane)
30538              
30539              Add missing escape (Charles Lane)
30540              
30541              Allow eliminate_macros() and fixpath() to handle space-delimited
30542              lists (based on fixes by Craig Berry)
30543      Branch: maint-5.6/perl
30544           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
30545           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
30546           !> vms/vmsish.h
30547 ____________________________________________________________________________
30548 [  7312] By: gsar                                  on 2000/10/16  06:41:18
30549         Log: integrate changes#6107,6110 from cfgperl
30550              
30551              Tweak the todo list.
30552              
30553              todo tweak
30554      Branch: maint-5.6/perl
30555           !> Todo-5.6
30556 ____________________________________________________________________________
30557 [  7311] By: gsar                                  on 2000/10/16  06:38:38
30558         Log: integrate changes#6104,6108 from mainline
30559              
30560              PL_sys_intern was being initialized too late on windows
30561              
30562              reenable fake signal handling on Windows, bugs and all
30563      Branch: maint-5.6/perl
30564           !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
30565           !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
30566           !> win32/win32.c
30567 ____________________________________________________________________________
30568 [  7310] By: gsar                                  on 2000/10/16  06:36:03
30569         Log: integrate changes#6095,6097..6103 from cfgperl
30570              
30571              Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
30572              might be useful in future.
30573              
30574              Add a note about possible compilation problems from Allen Smith.
30575              
30576              Add a note about other, yet unsupported, shadow password APIs.
30577              
30578              Tweaks for the cc bugs from Allen Smith.
30579              
30580              More compilation tweakery from Allen Smith.
30581              
30582              Hints and test tweaks for Unicos.
30583              
30584              The test suite tweak in #6101 wasn't quite right.
30585              
30586              Test tweaking for Unicos continues.
30587      Branch: maint-5.6/perl
30588           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
30589           !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
30590           !> t/lib/complex.t t/op/64bitint.t
30591 ____________________________________________________________________________
30592 [  7309] By: gsar                                  on 2000/10/16  06:29:41
30593         Log: integrate changes#6093,6094 from mainline
30594              
30595              fork() failure to create pseudo process sets errno=EAGAIN and returns
30596              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
30597              
30598              cygwin update (from Eric Fifer <efifer@sanwaint.com>)
30599      Branch: maint-5.6/perl
30600           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
30601           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
30602 ____________________________________________________________________________
30603 [  7308] By: gsar                                  on 2000/10/16  06:27:29
30604         Log: integrate change#6092 from cfgperl
30605              
30606              Regen perltoc with the fixed buildtoc.
30607      Branch: maint-5.6/perl
30608           !> pod/perltoc.pod
30609 ____________________________________________________________________________
30610 [  7307] By: gsar                                  on 2000/10/16  06:26:40
30611         Log: integrate changes#6089,6090 from mainline
30612              
30613              buildtoc tweak to fix newline lossage
30614              
30615              concat doesn't preserve utf8-ness, and doesn't invalidate
30616              [NI]OK; added tests for both
30617      Branch: maint-5.6/perl
30618           !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
30619 ____________________________________________________________________________
30620 [  7306] By: gsar                                  on 2000/10/16  06:24:05
30621         Log: integrate change#6088 from cfgperl
30622              
30623              Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
30624              because we do not use those.  The HAS_GETSPNAM remains,
30625              though, because we still do use that.
30626      Branch: maint-5.6/perl
30627           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
30628           !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
30629           !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
30630           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
30631           !> win32/config.vc win32/config_H.bc win32/config_H.gc
30632           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
30633 ____________________________________________________________________________
30634 [  7305] By: gsar                                  on 2000/10/16  06:15:52
30635         Log: integrate changes#6084,6085,6087 from mainline
30636              
30637              substr() does not preserve utf8-ness (from Stefan Eissing
30638              <Eissing@medicaldataservice.de>); added tests
30639              
30640              repeat operator (x) doesn't preserve utf8-ness
30641              
30642              reverse() and quotemeta() weren't preserving utf8-ness; add tests
30643      Branch: maint-5.6/perl
30644           !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
30645 ____________________________________________________________________________
30646 [  7304] By: gsar                                  on 2000/10/16  06:13:10
30647         Log: integrate changes#6077..6083 from mainline
30648              
30649              avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
30650              and Tom Phoenix)
30651              
30652              workaround for CRT bug in chdir() (from Charles Lane, via
30653              Peter Prymmer)
30654              
30655              remove outdated kludge in Carp (NULLs are permitted in diagnostics
30656              now)
30657              
30658              add File::Temp v0.08 from CPAN, with small tweaks to testsuite
30659              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
30660              
30661              better default perlbug categories for ok reports (from Richard Foley)
30662              
30663              peek.t non-portable to ithreads
30664              
30665              note about undocumented caller() return value (from M.J.T. Guy);
30666              yet another peek.t tweak
30667      Branch: maint-5.6/perl
30668           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
30669           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
30670           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
30671           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
30672           !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
30673           !> vms/vmsish.h
30674 ____________________________________________________________________________
30675 [  7303] By: gsar                                  on 2000/10/16  06:03:18
30676         Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
30677              6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
30678              
30679              &HUGE_VAL is not defined, it exists.
30680              
30681              Do not warn that an infinity does not look like a number.
30682              
30683              Rewrite the pwent/spent logic to be a little bit more clearer.
30684              
30685              Continue on the pwent/spent case.
30686              
30687              Correct Freudian slip.
30688              
30689              Use HUGE_VALL if applicable.
30690              
30691              pwent/spent #ifdef imbalance.
30692              
30693              Infinite problems.
30694              
30695              Call getspnam() only iff needd.
30696              
30697              Test both the scalar and list contexts.
30698              
30699              Use setxxent()/endxxent().
30700              
30701              Complex tweakery.
30702              
30703              Unicos hint tweak.
30704              
30705              Be more forgiving in POSIX about HUGE_VALL.
30706              
30707              Detypo.
30708              
30709              The search of infinity continues, this time simplified.
30710              
30711              The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
30712              in natively 64-bit platforms where a long is a quad (no need
30713              for long longs).  Also added bias for IVs.
30714              
30715              Complex tweaks.
30716              
30717              Introduce t/lib/peek.t.
30718              
30719              Make the test more portable.
30720      Branch: maint-5.6/perl
30721           +> t/lib/peek.t
30722            ! pp_sys.c
30723           !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
30724           !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
30725           !> t/op/pwent.t toke.c util.c
30726 ____________________________________________________________________________
30727 [  7302] By: gsar                                  on 2000/10/16  05:03:37
30728         Log: integrate changes#6066..6071 from mainline
30729              
30730              s/END/CHECK/
30731              
30732              replace direct call to sighandler() with (*PL_sighandlerp)()
30733              
30734              note about values()
30735              
30736              File::Spec compatibility update (from Barrie Slaymaker
30737              <barries@slaysys.com>)
30738              
30739              remove misleading comment (from M.J.T. Guy)
30740              
30741              misformatted perllocal.pod (from Tim Jenness
30742              <t.jenness@jach.hawaii.edu>)
30743      Branch: maint-5.6/perl
30744           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
30745           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
30746           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
30747           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
30748 ____________________________________________________________________________
30749 [  7301] By: gsar                                  on 2000/10/16  05:00:08
30750         Log: integrate changes#6061..6063 from mainline
30751              
30752              change#5921 neglected to make eq honor "use bytes"
30753              
30754              additional tests for utf8.t
30755              
30756              tokeq() could read unallocated field in argument
30757      Branch: maint-5.6/perl
30758           !> sv.c t/pragma/utf8.t toke.c
30759 ____________________________________________________________________________
30760 [  7300] By: gsar                                  on 2000/10/16  04:56:54
30761         Log: integrate changes#6046,6048,6057,6058 from mainline
30762              
30763              libscheck has insufficient checks for n32 libs (from
30764              Albert Chin-A-Young <china@thewrittenword.com>)
30765              
30766              add note about how $( doesn't interpolate in REs (from
30767              Philip Newton <newton@ficus.frogspace.net>)
30768              
30769              fix broken parsing of /\x{ab}/
30770              
30771              printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
30772              (spotted by Donald Kinzer <dkinzer@premia.com>)
30773      Branch: maint-5.6/perl
30774           !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
30775           !> t/pragma/utf8.t
30776 ____________________________________________________________________________
30777 [  7299] By: gsar                                  on 2000/10/16  04:52:50
30778         Log: integrate change#6044 from mainline
30779              
30780              change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
30781              such that underscores are only ignored in literal numbers,
30782              "\x{...}", and hex/oct argument
30783      Branch: maint-5.6/perl
30784           !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
30785 ____________________________________________________________________________
30786 [  7298] By: gsar                                  on 2000/10/16  04:50:53
30787         Log: integrate changes#6027..6043 from mainline
30788              
30789              podlators-1.02 update (from Russ Allbery)
30790              
30791              Pod::Man generates groff-incompatible macro definition (from
30792              Tom Christiansen)
30793              
30794              add CGI.pm v2.66 (from Lincoln Stein)
30795              
30796              introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
30797              for @- and @+ (from Johan Vromans)
30798              
30799              small nits in diagnostics.pm (from Robin Barker)
30800              
30801              whitespace adjustments
30802              
30803              missing files in MANIFEST
30804              
30805              cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
30806              to compensate
30807              
30808              remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
30809              
30810              perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
30811      Branch: maint-5.6/perl
30812           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
30813           !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
30814           !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
30815           !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
30816           !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
30817           !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
30818           !> t/lib/cgi-html.t t/lib/cgi-request.t
30819 ____________________________________________________________________________
30820 [  7297] By: gsar                                  on 2000/10/16  04:44:30
30821         Log: integrate change#6025 from mainline
30822              
30823              Is{Alnum,Alpha,Word} don't match titlecase
30824              TODO: IsSpace is defined recursively!
30825              (both spotted by Larry)
30826      Branch: maint-5.6/perl
30827           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
30828           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
30829 ____________________________________________________________________________
30830 [  7296] By: gsar                                  on 2000/10/16  04:39:30
30831         Log: integrate change#6023 from mainline
30832              
30833              debugger stomps on $. (from M.J.T. Guy)
30834      Branch: maint-5.6/perl
30835           !> lib/perl5db.pl
30836 ____________________________________________________________________________
30837 [  7295] By: gsar                                  on 2000/10/16  04:38:02
30838         Log: integrate change#6022 from mainline
30839              
30840              unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
30841      Branch: maint-5.6/perl
30842           !> sv.c
30843 ____________________________________________________________________________
30844 [  7294] By: gsar                                  on 2000/10/16  04:37:05
30845         Log: integrate changes#6018..6021 from mainline
30846              
30847              make lib/syslog.t portable to systems that don't have _PATH_LOG,
30848              make _PATH_LOG() return "" if unavailable
30849              
30850              windows portability tweaks
30851              
30852              test tweak
30853              
30854              remove Win2K issue in pod (fixed by change#6020)
30855      Branch: maint-5.6/perl
30856           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
30857           !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
30858           !> t/lib/open3.t t/lib/syslog.t win32/win32.h
30859 ____________________________________________________________________________
30860 [  7293] By: gsar                                  on 2000/10/16  04:20:00
30861         Log: integrate changes#6013..6015 from mainline
30862              
30863              tweak change#5945 to display correct switch name in diagnostic
30864              
30865              glob() loading File::Glob behind the scenes may cause syntax errors
30866              
30867              tweak test for portability
30868      Branch: maint-5.6/perl
30869           !> op.c perl.c pod/perldiag.pod t/lib/b.t
30870 ____________________________________________________________________________
30871 [  7292] By: gsar                                  on 2000/10/16  04:18:11
30872         Log: integrate changes#6005..6010 from mainline, cfgperl
30873              
30874              perldoc might fail via "use blib" (from Hugo van der Sanden)
30875              
30876              Regen Configure.
30877              
30878              note about compile failures and END blocks (from M.J.T. Guy)
30879              
30880              VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
30881              
30882              (change#6009 integrated earlier in change#7255)
30883              
30884              clarify note about shadow password support (from
30885              gellyfish@gellyfish.com)
30886      Branch: maint-5.6/perl
30887           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
30888           !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
30889           !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
30890 ____________________________________________________________________________
30891 [  7291] By: gsar                                  on 2000/10/16  04:12:03
30892         Log: integrate changes#6002,6003 from mainline
30893              
30894              destructive sv_setsv() can lose UV-ness from source, causing
30895              numeric promotions/comparisons to fail to do the right thing
30896              
30897              allow REG_EXPAND_SZ keys in Windows registry (from
30898              John Clayton <John.Clayton@barclayscapital.com>)
30899      Branch: maint-5.6/perl
30900           !> sv.c win32/win32.c
30901 ____________________________________________________________________________
30902 [  7290] By: gsar                                  on 2000/10/16  04:10:19
30903         Log: integrate change#6001 from mainline
30904              
30905              support additional library locations via $Config{otherlibdirs}
30906              (from Andy Dougherty)
30907      Branch: maint-5.6/perl
30908           !> Configure INSTALL Porting/Glossary Porting/config.sh
30909           !> Porting/config_H config_h.SH epoc/config.sh perl.c
30910           !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
30911           !> win32/config.bc win32/config.gc win32/config.vc
30912 ____________________________________________________________________________
30913 [  7289] By: gsar                                  on 2000/10/16  04:08:28
30914         Log: integrate change#5999 from mainline
30915              
30916              fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
30917      Branch: maint-5.6/perl
30918           !> t/pragma/warn/toke toke.c
30919 ____________________________________________________________________________
30920 [  7288] By: gsar                                  on 2000/10/16  04:07:01
30921         Log: integrate changes#5997,5998 from cfgperl
30922              
30923              Preserve $!.
30924              
30925              Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
30926      Branch: maint-5.6/perl
30927           !> lib/Math/Complex.pm
30928 ____________________________________________________________________________
30929 [  7287] By: gsar                                  on 2000/10/16  04:04:37
30930         Log: integrate change#5995 from mainline
30931              
30932              fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
30933      Branch: maint-5.6/perl
30934           !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
30935 ____________________________________________________________________________
30936 [  7286] By: gsar                                  on 2000/10/16  04:03:21
30937         Log: integrate change#5994 from mainline
30938              
30939              fix for missed accounting for null byte in pack("Z",...) (from
30940              M.J.T. Guy)
30941      Branch: maint-5.6/perl
30942           !> pp.c t/op/pack.t
30943 ____________________________________________________________________________
30944 [  7285] By: gsar                                  on 2000/10/16  04:02:11
30945         Log: integrate changes#5989..5993 from mainline
30946              
30947              qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
30948              itself and no other (from Tom Hughes)
30949              
30950              use $ENV{LIB} to search for libs under Visual C compiler
30951              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
30952              
30953              posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
30954              
30955              pod nit (from Simon Cozens)
30956              
30957              various minor tweaks seen on p5p
30958      Branch: maint-5.6/perl
30959           !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
30960           !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
30961           !> t/op/array.t toke.c
30962 ____________________________________________________________________________
30963 [  7284] By: gsar                                  on 2000/10/16  03:59:00
30964         Log: integrate changes#5978..5988 from mainline
30965              
30966              sync version numbers in File::Spec with the ones on CPAN
30967              (from Barrie Slaymaker)
30968              
30969              under useithreads, constant pad entries could inadvertantly be
30970              shared across threads (from Eric Blood <eblood@xmission.com>);
30971              added Eric's test case to testsuite
30972              
30973              allow Configure -S to run non-interactively (spotted by Greg Hudson
30974              <ghudson@mit.edu>)
30975              
30976              rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
30977              prototype mismatch with CORE::glob(); update pod and tests to
30978              suit (File::Glob::glob() is still available for backward
30979              compatibility, but should be considered deprecated)
30980              
30981              avoid error in IO::Socket::INET when given an unknown service name
30982              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
30983              
30984              numeric conversion of non-number in change#3378 tramples on
30985              OOK offset, causing segfaults
30986              
30987              attributes::reftype() doesn't work on tied argument
30988              
30989              forked child may not exit correctly if it failed to open
30990              /dev/console (from Graham Barr)
30991              
30992              add regular expressions tutorial and quick-start guide (from
30993              Mark Kvale <kvale@phy.ucsf.edu>)
30994              
30995              B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
30996              
30997              s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
30998              <paul@miraclefish.com>)
30999      Branch: maint-5.6/perl
31000           +> pod/perlrequick.pod pod/perlretut.pod
31001           !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
31002           !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
31003           !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
31004           !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
31005           !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
31006           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
31007           !> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
31008           !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
31009 ____________________________________________________________________________
31010 [  7283] By: gsar                                  on 2000/10/16  03:52:14
31011         Log: integrate change#5977 from mainline
31012              
31013              autoquote barewords followed by newline and arrow properly
31014              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
31015      Branch: maint-5.6/perl
31016           !> t/pragma/warn/toke toke.c
31017 ____________________________________________________________________________
31018 [  7282] By: gsar                                  on 2000/10/16  03:50:48
31019         Log: integrate change#5976 from mainline
31020              
31021              DB_File v1.73 update (from Paul Marquess)
31022      Branch: maint-5.6/perl
31023           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
31024           !> ext/DB_File/DB_File.xs ext/DB_File/version.c
31025 ____________________________________________________________________________
31026 [  7281] By: gsar                                  on 2000/10/16  03:49:14
31027         Log: integrate change#5975 from mainline
31028              
31029              allow sort() reentrancy (variant of patch suggested by
31030              Hugo van der Sanden)
31031      Branch: maint-5.6/perl
31032           !> pp_ctl.c t/op/sort.t
31033 ____________________________________________________________________________
31034 [  7280] By: gsar                                  on 2000/10/16  03:48:22
31035         Log: integrate change#5974 from mainline
31036              
31037              change#4197 somehow missed initializing PL_errors, meaning
31038              syntax error queueing wasn't working outside eval"" at all;
31039              also fixed eval"" to localize PL_error_count, so that compile-time
31040              eval's don't clobber the error state of the outer context
31041      Branch: maint-5.6/perl
31042           !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
31043           !> t/pragma/warn/toke
31044 ____________________________________________________________________________
31045 [  7279] By: gsar                                  on 2000/10/16  03:46:21
31046         Log: integrate change#5973 from mainline
31047              
31048              fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
31049      Branch: maint-5.6/perl
31050           !> regcomp.c regexec.c t/op/re_tests
31051 ____________________________________________________________________________
31052 [  7278] By: gsar                                  on 2000/10/16  03:44:54
31053         Log: integrate change#5971 from cfgperl
31054              
31055              Unicos tweaks from Mark P. Lutz.
31056      Branch: maint-5.6/perl
31057           !> hints/unicos.sh lib/Math/Complex.pm
31058 ____________________________________________________________________________
31059 [  7277] By: gsar                                  on 2000/10/16  03:42:59
31060         Log: integrate changes#5966..5970 from mainline
31061              
31062              add testsuite for B backends, fix bug in B::Deparse (from
31063              Simon Cozens <simon@brecon.co.uk>)
31064              
31065              improved docs on the warn_uninit diagnostic (from David Glasser
31066              and Simon Cozens)
31067              
31068              tolerate spaces in group names in test on solaris (from David Boyce
31069              <dsb@boyski.com>)
31070              
31071              fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
31072              
31073              Data::Dumper fumbles negative numbers on 32-bit platforms where
31074              IV is >32bits
31075      Branch: maint-5.6/perl
31076           +> t/lib/b.t t/lib/syslog.t
31077           !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
31078           !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
31079           !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
31080 ____________________________________________________________________________
31081 [  7276] By: gsar                                  on 2000/10/16  03:39:30
31082         Log: integrate change#5965 from mainline
31083              
31084              avoid "will not stay shared" warnings for our variables (from
31085              Robin Barker)
31086      Branch: maint-5.6/perl
31087           !> op.c t/pragma/warn/op
31088 ____________________________________________________________________________
31089 [  7275] By: gsar                                  on 2000/10/16  03:38:18
31090         Log: integrate change#5964 from mainline
31091              
31092              reformat to 72 columns (again)
31093      Branch: maint-5.6/perl
31094           !> pod/perldiag.pod
31095 ____________________________________________________________________________
31096 [  7274] By: gsar                                  on 2000/10/16  03:36:58
31097         Log: integrate change#5963 from mainline
31098              
31099              patch from Larry to make (\&) prototype work; added tests for
31100              the same
31101      Branch: maint-5.6/perl
31102           !> op.c t/comp/proto.t
31103 ____________________________________________________________________________
31104 [  7273] By: gsar                                  on 2000/10/16  03:35:51
31105         Log: integrate changes#5956..5962 from mainline
31106              
31107              better diagnostics on failed tests (from Ilya Zakharevich)
31108              
31109              pod nits (from A. C. Yardley <yardley@tanet.net>)
31110              
31111              change#3569 deleted some essential code, revert; avoid use of
31112              atexit() to make DynaLoader work properly on AIX under mod_perl
31113              (from Jens-Uwe Mager <jum@helios.de>)
31114              
31115              doubled words in pods (from Simon Cozens
31116              <simon.p.cozens@jp.pwcglobal.com>)
31117              
31118              better INSTALL notes on Solaris issues (from Dominic Dunlop)
31119              
31120              recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
31121              
31122              updated README.hpux (from Jeff Okamoto)
31123      Branch: maint-5.6/perl
31124           !> INSTALL README.hpux emacs/cperl-mode.el
31125           !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
31126           !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
31127           !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
31128           !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
31129           !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
31130           !> t/op/lex_assign.t
31131 ____________________________________________________________________________
31132 [  7272] By: gsar                                  on 2000/10/16  03:31:22
31133         Log: integrate change#5955 from mainline
31134              
31135              longstanding bug exposed by change#3307: sort arguments weren't
31136              compiled with the right wantarray context (ensuing runtime lookup
31137              via block_gimme() was getting the incidental context of the
31138              sort() itself)
31139      Branch: maint-5.6/perl
31140           !> op.c t/op/sort.t
31141 ____________________________________________________________________________
31142 [  7271] By: gsar                                  on 2000/10/16  03:29:11
31143         Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
31144              branch
31145              
31146              Flatten the cpp jungle doing the nosuid checking.
31147              
31148              Do not assume sign propagation. (from M.J.T. Guy)
31149              
31150              Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
31151              
31152              Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
31153              Now pp_ncmp() returns undef is either operand is a NaN.
31154              
31155              On second thoughts frexp() does have two arguments.
31156              
31157              Document that tr() is not tr(1).
31158              
31159              Be more robust on "extreme" (large absolute value)
31160              arguments.  Originally reported by Daniel Connelly
31161              as a problem with asinh() on large negative arguments,
31162              asinh() used to bail out because an argument to log()
31163              ended up being zero.  Ilya Zakharevich proposed using
31164              Taylor's series in such cases, which for such large
31165              arguments is a very good approximation.
31166              
31167              Undo "use integer" addition from 64bitint as it seems
31168              to break most of the subtests in Digital UNIX;
31169              Unicos needs to find another way.
31170      Branch: maint-5.6/perl
31171           !> (integrate 29 files)
31172 ____________________________________________________________________________
31173 [  7270] By: gsar                                  on 2000/10/16  03:09:44
31174         Log: integrate changes#5948,5949,5950 from mainline
31175              
31176              typo in vars.pm that leads to cryptic message (from Piotr
31177              Piatkowski <kompas@kompas.usr.onet.pl>)
31178              
31179              make perldoc use the pod2man from the same version (from
31180              M.J.T. Guy)
31181              
31182              reformat perldiag to avoid long lines
31183      Branch: maint-5.6/perl
31184           !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
31185 ____________________________________________________________________________
31186 [  7269] By: gsar                                  on 2000/10/16  03:05:54
31187         Log: integrate change#5947 from mainline
31188              
31189              use &dl_error rather than &dl_load_file as the guard for calling
31190              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
31191              statically built perl)
31192      Branch: maint-5.6/perl
31193           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
31194 ____________________________________________________________________________
31195 [  7268] By: gsar                                  on 2000/10/16  03:04:48
31196         Log: integrate change#5945 from mainline
31197              
31198              make module name mandatory after -M switch; reorder perldiag
31199              alphabetically (from Mark-Jason Dominus)
31200      Branch: maint-5.6/perl
31201           !> perl.c pod/perldiag.pod
31202 ____________________________________________________________________________
31203 [  7267] By: gsar                                  on 2000/10/16  03:03:01
31204         Log: integrate change#5939 from mainline
31205              
31206              more pod nits (from Larry Virden)
31207      Branch: maint-5.6/perl
31208           !> README.win32 pod/perlsub.pod pod/perlsyn.pod
31209           !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
31210           !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
31211 ____________________________________________________________________________
31212 [  7266] By: gsar                                  on 2000/10/16  03:01:39
31213         Log: integrate change#5938 from mainline
31214              
31215              Consolidated B::Deparse fixes (from Stephen McCamant)
31216      Branch: maint-5.6/perl
31217           !> ext/B/B/Deparse.pm
31218 ____________________________________________________________________________
31219 [  7265] By: gsar                                  on 2000/10/16  03:00:43
31220         Log: integrate change#5936 from mainline
31221              
31222              additional tests for change#7263 (from Paul Marquess)
31223      Branch: maint-5.6/perl
31224           !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
31225           !> t/pragma/warn/5nolint t/pragma/warn/6default
31226 ____________________________________________________________________________
31227 [  7264] By: gsar                                  on 2000/10/16  02:58:34
31228         Log: integrate change#5934 from mainline
31229              
31230              propagate lexical warnings from surrounding scope correctly
31231              within string eval() (from Paul Marquess)
31232      Branch: maint-5.6/perl
31233           !> pp_ctl.c t/pragma/warn/pp_ctl
31234 ____________________________________________________________________________
31235 [  7263] By: gsar                                  on 2000/10/16  02:56:53
31236         Log: integrate change#5932 from mainline
31237              
31238              add rsignal(), whichsig() and do_join() to public API list
31239              (mod_perl uses them to good advantage)
31240      Branch: maint-5.6/perl
31241           !> embed.pl global.sym objXSUB.h perlapi.c proto.h
31242 ____________________________________________________________________________
31243 [  7262] By: gsar                                  on 2000/10/16  02:55:53
31244         Log: integrate change#5931 from mainline
31245              
31246              fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
31247      Branch: maint-5.6/perl
31248           !> pp_hot.c regexec.c t/op/pat.t
31249 ____________________________________________________________________________
31250 [  7261] By: gsar                                  on 2000/10/16  02:55:01
31251         Log: integrate change#5930 from mainline
31252              
31253              small os390 tweaks (from Peter Prymmer)
31254      Branch: maint-5.6/perl
31255           !> config_h.SH makedepend.SH
31256 ____________________________________________________________________________
31257 [  7260] By: gsar                                  on 2000/10/16  02:54:10
31258         Log: integrate change#5929 from mainline
31259              
31260              pod nits
31261      Branch: maint-5.6/perl
31262           !> pod/perlguts.pod
31263 ____________________________________________________________________________
31264 [  7259] By: gsar                                  on 2000/10/16  02:52:55
31265         Log: integrate change#5927 from mainline
31266              
31267              arrange for next() to resume at the unstack op rather than the
31268              loop conditional, so that scope cleanup happens correctly
31269              (from Stephen McCamant)
31270      Branch: maint-5.6/perl
31271           !> op.c pp_ctl.c t/op/misc.t
31272 ____________________________________________________________________________
31273 [  7258] By: gsar                                  on 2000/10/16  02:51:38
31274         Log: integrate change#5926 from mainline
31275              
31276              on windows, reserve 16M of stack rather than 128M (allows more
31277              threads to run concurrently)
31278      Branch: maint-5.6/perl
31279           !> win32/Makefile win32/makefile.mk
31280 ____________________________________________________________________________
31281 [  7257] By: gsar                                  on 2000/10/16  02:50:37
31282         Log: integrate change#5925 from mainline
31283              
31284              POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
31285      Branch: maint-5.6/perl
31286           !> toke.c
31287 ____________________________________________________________________________
31288 [  7256] By: gsar                                  on 2000/10/16  02:49:36
31289         Log: integrate change#5924 from mainline
31290              
31291              avoid using uninitialized memory in require version check
31292      Branch: maint-5.6/perl
31293           !> pp_ctl.c universal.c
31294 ____________________________________________________________________________
31295 [  7255] By: gsar                                  on 2000/10/16  02:48:03
31296         Log: integrate changes#5923,5928,6009 from mainline
31297              
31298              IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
31299      Branch: maint-5.6/perl
31300           !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
31301 ____________________________________________________________________________
31302 [  7254] By: gsar                                  on 2000/10/16  02:44:46
31303         Log: integrate change#5922 from mainline
31304              
31305              commentary about IoTYPE() (from Nathan Torkington)
31306      Branch: maint-5.6/perl
31307           !> sv.h
31308 ____________________________________________________________________________
31309 [  7253] By: gsar                                  on 2000/10/16  02:43:49
31310         Log: integrate change#5921 from mainline
31311              
31312              make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
31313      Branch: maint-5.6/perl
31314           !> sv.c t/lib/charnames.t t/pragma/utf8.t
31315 ____________________________________________________________________________
31316 [  7252] By: gsar                                  on 2000/10/16  02:42:31
31317         Log: integrate change#5920 from mainline
31318              
31319              Larry's fix for buggy propagation of utf8-ness in join(); add test
31320      Branch: maint-5.6/perl
31321           !> doop.c t/op/ver.t
31322 ____________________________________________________________________________
31323 [  7251] By: gsar                                  on 2000/10/16  02:41:14
31324         Log: integrate changes#5915..5919 from mainline
31325              
31326              various (pod tweaks &c)
31327      Branch: maint-5.6/perl
31328           !> (integrate 33 files)
31329 ____________________________________________________________________________
31330 [  7250] By: gsar                                  on 2000/10/16  02:38:16
31331         Log: integrate change#5914 from mainline
31332              
31333              caller() wasn't returning the right number of elements for
31334              eval {...}
31335      Branch: maint-5.6/perl
31336           !> pp_ctl.c t/pragma/warn/9enabled
31337 ____________________________________________________________________________
31338 [  7249] By: gsar                                  on 2000/10/16  02:37:02
31339         Log: integrate change#5913 from mainline
31340              
31341              pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
31342              (from Mark-Jason Dominus)
31343      Branch: maint-5.6/perl
31344           !> pod/perlfunc.pod
31345 ____________________________________________________________________________
31346 [  7248] By: gsar                                  on 2000/10/16  02:35:58
31347         Log: integrate change#5912 from mainline
31348              
31349              fix totally broken caching in UNIVERSAL::isa() (from
31350              Nick Ing-Simmons)
31351      Branch: maint-5.6/perl
31352           !> t/op/universal.t universal.c
31353 ____________________________________________________________________________
31354 [  7247] By: gsar                                  on 2000/10/16  02:34:27
31355         Log: integrate changes#5910,5911 from mainline
31356              
31357              typo in pod
31358              
31359              add linebreak properties from unicode/LineBrk.txt (from
31360              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
31361      Branch: maint-5.6/perl
31362           +> (branch 29 files)
31363           !> ext/Thread/Thread.pm lib/unicode/mktables.PL
31364 ____________________________________________________________________________
31365 [  7246] By: gsar                                  on 2000/10/16  02:33:29
31366         Log: integrate change#5909 from mainline
31367              
31368              mode argument to do_binmode() should be file mode, not boolean
31369      Branch: maint-5.6/perl
31370           !> pp_sys.c
31371 ____________________________________________________________________________
31372 [  7245] By: gsar                                  on 2000/10/16  02:31:04
31373         Log: integrate change#5908 from mainline
31374              
31375              introduce illegal symbols into null package so that
31376              gv_fetchpv(...,TRUE) always returns a valid GV even when the
31377              symbol is trapped by strictures (avoids coredumps)
31378      Branch: maint-5.6/perl
31379           !> embedvar.h gv.c intrpvar.h perl.c perlapi.h
31380           !> t/pragma/strict-vars
31381 ____________________________________________________________________________
31382 [  7244] By: jhi                                   on 2000/10/16  02:29:54
31383         Log: Subject: $Carp::ExportLevel confusion in Exporter
31384              From: "Ben Tilly" <ben_tilly@hotmail.com>
31385              Date: Sat, 14 Oct 2000 16:44:34 EDT
31386              Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
31387      Branch: perl
31388            ! lib/Exporter/Heavy.pm
31389 ____________________________________________________________________________
31390 [  7243] By: jhi                                   on 2000/10/16  02:28:33
31391         Log: Subject: [PATCH perlguts.pod] Document offset hack
31392              From: Simon Cozens <simon@cozens.net>
31393              Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
31394              Date: Sat, 14 Oct 2000 19:32:25 +0100
31395      Branch: perl
31396            ! pod/perlguts.pod
31397 ____________________________________________________________________________
31398 [  7242] By: gsar                                  on 2000/10/16  02:26:51
31399         Log: integrate changes#5905,5906,5907,6064 from mainline
31400              
31401              printf/sprintf didn't get quad types right under use64bitint
31402      Branch: maint-5.6/perl
31403           !> pp_sys.c sv.c t/op/64bitint.t
31404 ____________________________________________________________________________
31405 [  7241] By: jhi                                   on 2000/10/16  02:22:44
31406         Log: Subject: small pod patch
31407              From: Dan Boorstein <dan_boo@bellsouth.net>
31408              Date: Sat, 14 Oct 2000 14:29:24 -0400
31409              Message-ID: <39E8A604.B501DB4F@bellsouth.net>
31410      Branch: perl
31411            ! pod/perlfaq7.pod pod/perlmod.pod
31412 ____________________________________________________________________________
31413 [  7240] By: jhi                                   on 2000/10/16  02:13:46
31414         Log: -w cleanup.
31415              
31416              Subject: Re: Problems with bleadperl 
31417              From: "Stephen P. Potter" <spp@ds.net>
31418              Date: Fri, 13 Oct 2000 13:32:49 -0400
31419              Message-Id: <200010131732.NAA19391@spp.users.ds.net>
31420      Branch: perl
31421            ! t/pragma/overload.t
31422 ____________________________________________________________________________
31423 [  7239] By: jhi                                   on 2000/10/16  01:41:18
31424         Log: One more ~utf8 tweak.
31425      Branch: perl
31426            ! t/op/bop.t
31427 ____________________________________________________________________________
31428 [  7238] By: jhi                                   on 2000/10/16  01:34:14
31429         Log: Tweak the test of #7235.
31430      Branch: perl
31431            ! t/op/bop.t
31432 ____________________________________________________________________________
31433 [  7237] By: jhi                                   on 2000/10/16  01:25:04
31434         Log: Fix a couple of compiler-noted nits in #7235.
31435      Branch: perl
31436            ! pp.c
31437 ____________________________________________________________________________
31438 [  7236] By: jhi                                   on 2000/10/16  01:22:46
31439         Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
31440      Branch: perl
31441            ! pp.c pp_hot.c
31442 ____________________________________________________________________________
31443 [  7235] By: jhi                                   on 2000/10/15  16:24:44
31444         Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
31445              
31446              From: Simon Cozens <simon@cozens.net>
31447              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
31448              Date: Sat, 14 Oct 2000 20:52:13 +0100
31449              Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
31450      Branch: perl
31451            ! pp.c t/op/bop.t utf8.h
31452 ____________________________________________________________________________
31453 [  7234] By: jhi                                   on 2000/10/15  15:19:29
31454         Log: split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
31455              The problem was that rx->minlen was in chars while pp_split()
31456              thought it would be in bytes. 
31457      Branch: perl
31458            ! pp.c t/pragma/utf8.t
31459 ____________________________________________________________________________
31460 [  7233] By: jhi                                   on 2000/10/14  20:24:24
31461         Log: Document FNCASE=y as discussed in the bug 20000902.009.
31462      Branch: perl
31463            ! README.dos
31464 ____________________________________________________________________________
31465 [  7232] By: jhi                                   on 2000/10/14  18:52:21
31466         Log: Add test for bug id 20000427.003 (which seems to have
31467              been fixed) (also duplicate as 20000427.004, though
31468              with a higher severity).  Move one utf8 from op/append
31469              to pragma/utf8, tag the tests with bug ids.
31470      Branch: perl
31471            ! t/op/append.t t/pragma/utf8.t
31472 ____________________________________________________________________________
31473 [  7231] By: jhi                                   on 2000/10/14  17:28:37
31474         Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
31475      Branch: perl
31476            ! t/pragma/utf8.t
31477 ____________________________________________________________________________
31478 [  7230] By: jhi                                   on 2000/10/14  14:24:50
31479         Log: Needs to be conditional on SunOS 4.
31480              
31481              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
31482              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
31483              Date: Sat, 14 Oct 2000 13:37:49 +0100
31484              Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
31485      Branch: metaconfig/U/perl
31486            ! End.U
31487      Branch: perl
31488            ! Configure myconfig.SH pod/perldelta.pod
31489 ____________________________________________________________________________
31490 [  7229] By: jhi                                   on 2000/10/14  00:49:22
31491         Log: Update Changes.
31492      Branch: perl
31493            ! Changes patchlevel.h
31494 ____________________________________________________________________________
31495 [  7228] By: jhi                                   on 2000/10/14  00:46:10
31496         Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
31497              From: Peter Prymmer <pvhp@forte.com>
31498              Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
31499              Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
31500      Branch: perl
31501            ! lib/utf8.pm
31502 ____________________________________________________________________________
31503 [  7227] By: jhi                                   on 2000/10/13  23:20:30
31504         Log: Make the test acknowledge that self-ties are disabled as #7213 said.
31505      Branch: perl
31506            ! t/op/tie.t
31507 ____________________________________________________________________________
31508 [  7226] By: jhi                                   on 2000/10/13  22:14:32
31509         Log: Tweak #7225.
31510              
31511              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
31512              From: Peter Prymmer <pvhp@forte.com>
31513              Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
31514              Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
31515      Branch: perl
31516            ! t/op/sprintf.t
31517 ____________________________________________________________________________
31518 [  7225] By: jhi                                   on 2000/10/13  22:11:31
31519         Log: op/sprintf.t patch for OS/390 (and any other host with limited
31520              floating-point exponent length)
31521              
31522              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
31523              From: Dominic Dunlop <domo@computer.org>
31524              Date: Fri, 13 Oct 2000 19:17:57 +0200
31525              Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
31526      Branch: perl
31527            ! t/op/sprintf.t
31528 ____________________________________________________________________________
31529 [  7224] By: jhi                                   on 2000/10/13  18:40:48
31530         Log: Allow @+ and @- to be doublequoted, from Simon Cozens. 
31531      Branch: perl
31532            ! toke.c
31533 ____________________________________________________________________________
31534 [  7223] By: jhi                                   on 2000/10/13  18:37:13
31535         Log: Thinko in #7222.
31536      Branch: perl
31537            ! utf8.c
31538 ____________________________________________________________________________
31539 [  7222] By: jhi                                   on 2000/10/13  18:05:23
31540         Log: Use UTF8SKIP(), from Simon Cozens.
31541      Branch: perl
31542            ! utf8.c
31543 ____________________________________________________________________________
31544 [  7221] By: jhi                                   on 2000/10/13  15:43:19
31545         Log: (accidentally empty check-in)
31546      Branch: perl
31547            ! utf8.c
31548 ____________________________________________________________________________
31549 [  7220] By: jhi                                   on 2000/10/13  15:23:51
31550         Log: Add (optimistically) Storable to static extensions.
31551      Branch: perl
31552            ! hints/uwin.sh hints/vmesa.sh
31553 ____________________________________________________________________________
31554 [  7219] By: jhi                                   on 2000/10/13  15:20:05
31555         Log: Amdahl UTS doesn't seem to do dynaloading.
31556      Branch: perl
31557            ! hints/uts.sh
31558 ____________________________________________________________________________
31559 [  7218] By: jhi                                   on 2000/10/13  15:15:20
31560         Log: Slight tweak of the code to appease Amdahl UTS cc.
31561      Branch: perl
31562            ! pp.c
31563 ____________________________________________________________________________
31564 [  7217] By: jhi                                   on 2000/10/13  14:50:42
31565         Log: In Amdahl UTS "struct sv" is defined by a system header,
31566              <ksync.h>.
31567      Branch: perl
31568            ! perl.h sv.h
31569 ____________________________________________________________________________
31570 [  7216] By: jhi                                   on 2000/10/13  11:58:25
31571         Log: Ilya implemented the memory profiling API.
31572      Branch: perl
31573            ! Todo
31574 ____________________________________________________________________________
31575 [  7215] By: jhi                                   on 2000/10/13  02:56:38
31576         Log: Subject: [PATCH 5.7.0] Perl API for mstats
31577              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31578              Date: Thu, 12 Oct 2000 22:52:40 -0400
31579              Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
31580      Branch: perl
31581            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
31582 ____________________________________________________________________________
31583 [  7214] By: jhi                                   on 2000/10/13  02:55:38
31584         Log: Subject: [PATCH 5.7.0] IVs in mtats
31585              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31586              Date: Thu, 12 Oct 2000 22:51:04 -0400
31587              Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
31588      Branch: perl
31589            ! malloc.c perl.h
31590 ____________________________________________________________________________
31591 [  7213] By: jhi                                   on 2000/10/13  02:31:47
31592         Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
31593      Branch: perl
31594            ! pod/perldiag.pod pp_sys.c
31595 ____________________________________________________________________________
31596 [  7212] By: jhi                                   on 2000/10/13  01:27:38
31597         Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
31598              From: Peter Prymmer <pvhp@forte.com>
31599              Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
31600              Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
31601      Branch: perl
31602            ! t/op/oct.t
31603 ____________________________________________________________________________
31604 [  7211] By: jhi                                   on 2000/10/13  00:35:09
31605         Log: Update Changes.
31606      Branch: perl
31607            ! Changes patchlevel.h
31608 ____________________________________________________________________________
31609 [  7210] By: jhi                                   on 2000/10/12  23:59:40
31610         Log: The Install.pm third of
31611              
31612              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
31613              From: Bill Campbell <bill@celestial.com>
31614              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
31615              Date: Thu, 5 Oct 2000 18:04:51 -0700
31616      Branch: perl
31617            ! lib/ExtUtils/Install.pm
31618 ____________________________________________________________________________
31619 [  7209] By: jhi                                   on 2000/10/12  23:58:43
31620         Log: Two thirds of
31621              
31622              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
31623              Date: Thu, 5 Oct 2000 18:04:51 -0700
31624              From: Bill Campbell <bill@celestial.com>
31625              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
31626              
31627              The Install.pm changes will be submitted separately because
31628              they need some work and discussion still.
31629      Branch: perl
31630            ! lib/getopts.pl lib/termcap.pl
31631 ____________________________________________________________________________
31632 [  7208] By: jhi                                   on 2000/10/12  23:41:19
31633         Log: Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
31634              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
31635              Date:     Thu, 12 Oct 2000 07:30:02 EDT
31636              Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
31637      Branch: perl
31638            ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
31639            ! t/pod/testp2pt.pl vms/gen_shrfls.pl
31640 ____________________________________________________________________________
31641 [  7207] By: jhi                                   on 2000/10/12  23:39:01
31642         Log: An updated EBCDIC tr patch.
31643              
31644              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
31645              From: Peter Prymmer <pvhp@forte.com>
31646              Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
31647              Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
31648      Branch: perl
31649            ! t/op/tr.t
31650 ____________________________________________________________________________
31651 [  7206] By: jhi                                   on 2000/10/12  23:34:55
31652         Log: Upgrade to CPAN 1.58, from Andreas König.
31653      Branch: perl
31654            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
31655 ____________________________________________________________________________
31656 [  7205] By: jhi                                   on 2000/10/12  23:29:08
31657         Log: Introduce the man[24-8] variables, from Andy Dougherty.
31658      Branch: metaconfig/U/perl
31659            + mandirs.U mandirstyle.U
31660      Branch: perl
31661            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
31662            ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
31663            ! vos/config.h vos/config.pl vos/config_h.SH_orig
31664            ! win32/config.bc win32/config.gc win32/config.vc
31665 ____________________________________________________________________________
31666 [  7204] By: gsar                                  on 2000/10/12  18:11:24
31667         Log: restore change#7202
31668      Branch: perl
31669            ! mg.c
31670 ____________________________________________________________________________
31671 [  7203] By: gsar                                  on 2000/10/12  18:09:40
31672         Log: another test of the Emergency Broadcast System--back out 
31673              change#7202
31674      Branch: perl
31675            ! mg.c
31676 ____________________________________________________________________________
31677 [  7202] By: gsar                                  on 2000/10/12  16:40:47
31678         Log: (submitted on behalf of Jarkko)
31679              Fix the lib/encode.t subtest 6 failure as reported by Andreas
31680              Koenig, gmagical substr() wasn't propagating UTF8ness.  The bug
31681              was unearthed by change 7182, as was a bug in HTML::Entities.
31682      Branch: perl
31683            ! mg.c
31684 ____________________________________________________________________________
31685 [  7201] By: jhi                                   on 2000/10/11  03:16:05
31686         Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
31687      Branch: perl
31688            ! pp_hot.c t/pragma/utf8.t
31689 ____________________________________________________________________________
31690 [  7200] By: jhi                                   on 2000/10/11  00:40:30
31691         Log: The #7198 was a false alarm.
31692      Branch: perl
31693            ! pp_hot.c
31694 ____________________________________________________________________________
31695 [  7199] By: jhi                                   on 2000/10/11  00:26:04
31696         Log: Remove duplicated code.
31697      Branch: perl
31698            ! t/lib/cgi-html.t
31699 ____________________________________________________________________________
31700 [  7198] By: jhi                                   on 2000/10/10  23:30:46
31701         Log: (Retracted by #7200.)
31702      Branch: perl
31703            ! pp_hot.c
31704 ____________________________________________________________________________
31705 [  7197] By: jhi                                   on 2000/10/10  21:49:30
31706         Log: Add the test case for #7190, from the original bug report
31707              by Andreas König.
31708      Branch: perl
31709            ! t/pragma/utf8.t
31710 ____________________________________________________________________________
31711 [  7196] By: jhi                                   on 2000/10/10  21:40:49
31712         Log: Reapply Andy's patch and regen Configure.
31713      Branch: perl
31714            ! Configure INSTALL Makefile.SH Porting/Glossary
31715            ! Porting/config.sh config_h.SH epoc/config.sh installperl
31716            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
31717            ! win32/config.vc
31718 ____________________________________________________________________________
31719 [  7195] By: jhi                                   on 2000/10/10  21:09:30
31720         Log: Use the versiononly instead of the installscripts,
31721              retract the changes 7146 and 7147.
31722      Branch: perl
31723            ! Configure INSTALL Makefile.SH Porting/Glossary
31724            ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
31725            ! installperl uconfig.sh vos/config.def win32/config.bc
31726            ! win32/config.gc win32/config.vc
31727 ____________________________________________________________________________
31728 [  7194] By: jhi                                   on 2000/10/10  21:06:15
31729         Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
31730              From: Peter Prymmer <pvhp@forte.com>
31731              Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
31732              Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
31733      Branch: perl
31734            ! t/op/ver.t
31735 ____________________________________________________________________________
31736 [  7193] By: jhi                                   on 2000/10/10  21:05:12
31737         Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
31738              From: Peter Prymmer <pvhp@forte.com>
31739              Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
31740              Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
31741      Branch: perl
31742            ! t/op/tr.t
31743 ____________________________________________________________________________
31744 [  7192] By: jhi                                   on 2000/10/10  20:57:30
31745         Log: Add versiononly, delete installscripts, from Andy Dougherty.
31746      Branch: metaconfig
31747            - U/installdirs/installscripts.U
31748      Branch: metaconfig/U/perl
31749            + versiononly.U
31750 ____________________________________________________________________________
31751 [  7191] By: jhi                                   on 2000/10/10  19:41:21
31752         Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
31753              From: Peter Prymmer <pvhp@forte.com>
31754              Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
31755              Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
31756      Branch: perl
31757            ! pod/perlebcdic.pod
31758 ____________________________________________________________________________
31759 [  7190] By: jhi                                   on 2000/10/10  19:26:14
31760         Log: Subject: Re: utf8 concat, mg_get
31761              From: Simon Cozens <simon@cozens.net>
31762              Date: Tue, 10 Oct 2000 17:40:17 +0100
31763              Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
31764      Branch: perl
31765            ! pp_hot.c
31766 ____________________________________________________________________________
31767 [  7189] By: jhi                                   on 2000/10/10  19:23:03
31768         Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
31769              From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
31770              Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
31771              Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
31772      Branch: perl
31773            ! lib/ExtUtils/MM_Unix.pm
31774 ____________________________________________________________________________
31775 [  7188] By: jhi                                   on 2000/10/10  15:31:24
31776         Log: Subject: RE: [ID 19990803.001] README.win32 suggestions 
31777              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
31778              Date: Fri, 14 Jul 2000 10:47:36 +0100
31779              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
31780      Branch: perl
31781            ! README.win32
31782 ____________________________________________________________________________
31783 [  7187] By: jhi                                   on 2000/10/10  13:30:10
31784         Log: Quote the temp file name, needed in Win32 because the
31785              default name unfortunately contains spaces, shouldn't
31786              hurt elsewhere.
31787              
31788              Subject: FW: perldoc fails if $TEMP contains spaces
31789              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
31790              Date: Thu, 14 Sep 2000 08:58:45 +0100
31791              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
31792      Branch: perl
31793            ! utils/perldoc.PL
31794 ____________________________________________________________________________
31795 [  7186] By: jhi                                   on 2000/10/10  13:16:27
31796         Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
31797              From: hv@hugo.hybyte.com
31798              Date: Tue, 10 Oct 2000 14:10:20 +0100
31799              Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
31800      Branch: perl
31801            ! t/lib/thr5005.t util.c
31802 ____________________________________________________________________________
31803 [  7185] By: jhi                                   on 2000/10/10  12:06:22
31804         Log: Upgrade to podlators 1.04, from Russ Allbery.
31805      Branch: perl
31806            ! lib/Pod/Man.pm lib/Pod/Text.pm
31807 ____________________________________________________________________________
31808 [  7184] By: jhi                                   on 2000/10/10  12:01:32
31809         Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
31810      Branch: perl
31811            ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
31812 ____________________________________________________________________________
31813 [  7183] By: jhi                                   on 2000/10/09  23:47:15
31814         Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
31815              From: Peter Prymmer <pvhp@forte.com>
31816              Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
31817              Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
31818      Branch: perl
31819            ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
31820 ____________________________________________________________________________
31821 [  7182] By: jhi                                   on 2000/10/09  23:43:16
31822         Log: Make eq work again with utf8 (disabling the upgrading
31823              should no more be necessary since the copies of the
31824              scalars are upgraded, not the scalars themselves).
31825              Takes care of ID 20001009.001.  (The claimed length()
31826              bug in 20001009.001 seems bogus to me.)
31827      Branch: perl
31828            ! sv.c t/pragma/utf8.t
31829 ____________________________________________________________________________
31830 [  7181] By: gsar                                  on 2000/10/09  19:41:54
31831         Log: tweak for change#7173
31832      Branch: perl
31833            ! win32/win32sck.c
31834 ____________________________________________________________________________
31835 [  7180] By: gsar                                  on 2000/10/09  19:26:56
31836         Log: on Windows, clean targets might not work under some flavors of the shell
31837      Branch: perl
31838            ! win32/Makefile win32/makefile.mk
31839 ____________________________________________________________________________
31840 [  7179] By: jhi                                   on 2000/10/09  19:21:02
31841         Log: Update Changes.
31842      Branch: perl
31843            ! Changes patchlevel.h
31844 ____________________________________________________________________________
31845 [  7178] By: jhi                                   on 2000/10/09  19:18:23
31846         Log: Warn about unknown scripts.
31847              
31848              Subject: Re: ideas? patches? [PATCH bleadperl]
31849              From: Dominic Dunlop <domo@computer.org>
31850              Date: Mon, 9 Oct 2000 14:57:17 +0200
31851              Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
31852      Branch: perl
31853            ! lib/charnames.pm
31854 ____________________________________________________________________________
31855 [  7177] By: jhi                                   on 2000/10/09  19:13:27
31856         Log: Change #7160 had a nasty typo.
31857      Branch: metaconfig
31858            ! U/compline/Compile.U
31859      Branch: perl
31860            ! Configure config_h.SH
31861 ____________________________________________________________________________
31862 [  7176] By: gsar                                  on 2000/10/09  18:59:33
31863         Log: pod nit
31864      Branch: perl
31865            ! pod/perlport.pod
31866 ____________________________________________________________________________
31867 [  7175] By: gsar                                  on 2000/10/09  18:54:28
31868         Log: Windows9x doesn't support link(), despite what Config.pm
31869              might think
31870      Branch: perl
31871            ! lib/ExtUtils/Manifest.pm
31872 ____________________________________________________________________________
31873 [  7174] By: gsar                                  on 2000/10/09  18:50:03
31874         Log: avoid nonportable example code
31875      Branch: perl
31876            ! lib/File/Copy.pm
31877 ____________________________________________________________________________
31878 [  7173] By: gsar                                  on 2000/10/09  18:46:54
31879         Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
31880              being used) when closing a socket handle
31881      Branch: perl
31882            ! win32/win32.c win32/win32.h win32/win32sck.c
31883 ____________________________________________________________________________
31884 [  7172] By: gsar                                  on 2000/10/09  18:41:40
31885         Log: on Windows, cwd strings in the environment should be of the
31886              form =X:=X:\foo instead of =X=X:\foo\
31887      Branch: perl
31888            ! win32/vdir.h
31889 ____________________________________________________________________________
31890 [  7171] By: gsar                                  on 2000/10/09  18:30:09
31891         Log: on Windows, LoadLibrary() could load an extension DLL multiple
31892              times if forward slashes are used in the path
31893      Branch: perl
31894            ! win32/win32.c
31895 ____________________________________________________________________________
31896 [  7170] By: jhi                                   on 2000/10/09  17:53:59
31897         Log: Add a todo note about overloadable assertions.
31898      Branch: perl
31899            ! Todo-5.6
31900 ____________________________________________________________________________
31901 [  7169] By: jhi                                   on 2000/10/09  13:43:45
31902         Log: Subject: PATCH 5.6 perldebguts grammar cleanup
31903              From: mjd@plover.com
31904              Date: 9 Oct 2000 00:24:44 -0000
31905              Message-ID: <20001009002444.10616.qmail@plover.com>
31906      Branch: perl
31907            ! pod/perldebguts.pod
31908 ____________________________________________________________________________
31909 [  7168] By: nick                                  on 2000/10/08  13:16:33
31910         Log: Tables assume network byte order for 16 bit forms, so 'S' packing
31911              is not right thing to do on (e.g. x86). Network order is also "right" for
31912              X fonts.
31913      Branch: perl
31914            ! ext/Encode/Encode.pm
31915 ____________________________________________________________________________
31916 [  7167] By: nick                                  on 2000/10/08  12:54:42
31917         Log: Make "encodings" work post-install when Encode/*.enc files may not
31918              be in same directory as Encode.pm
31919      Branch: perl
31920            ! ext/Encode/Encode.pm
31921 ____________________________________________________________________________
31922 [  7166] By: nick                                  on 2000/10/08  11:51:26
31923         Log: Work round the fact that $hash->{$key} does not take into account
31924              UTF8'ness of $key yet.  Thus fromUnicode needs to do $hash->{chr(ord($ch))}
31925              so that key is always in the "expected" encoding - i.e. same way we put
31926              it in the hash.
31927      Branch: perl
31928            ! ext/Encode/Encode.pm
31929 ____________________________________________________________________________
31930 [  7165] By: gsar                                  on 2000/10/08  04:15:29
31931         Log: save_re_context() could reset PL_curcop to freed memory, causing core
31932              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
31933      Branch: perl
31934            ! pp_ctl.c
31935 ____________________________________________________________________________
31936 [  7164] By: jhi                                   on 2000/10/06  20:51:48
31937         Log: UTF8ize split() so that the cloned substrings get the UTF8
31938              flag of the original scalar.  Problem reported by Simon Cozens.
31939      Branch: perl
31940            ! pp.c t/pragma/utf8.t
31941 ____________________________________________________________________________
31942 [  7163] By: nick                                  on 2000/10/06  20:48:34
31943         Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
31944              got a false +ve and so did not reach code which would have un-FAKEd the SV.
31945      Branch: perl
31946            ! sv.c
31947 ____________________________________________________________________________
31948 [  7162] By: nick                                  on 2000/10/06  20:25:37
31949         Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
31950              To fix  (sort {$a <=> $b} keys %hash) in particular but
31951              should cover a number of other as-yet-unknown cases as well.
31952      Branch: perl
31953            ! sv.c
31954 ____________________________________________________________________________
31955 [  7161] By: jhi                                   on 2000/10/06  19:56:18
31956         Log: Change the version number of Tie::Handle in the core to 4.0,
31957              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
31958              
31959              Subject: Note on Tie::Handle
31960              From: andreas.koenig@anima.de (Andreas J. Koenig)
31961              Date:      06 Oct 2000 21:48:58 +0200
31962              Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
31963      Branch: perl
31964            ! lib/Tie/Handle.pm
31965 ____________________________________________________________________________
31966 [  7160] By: jhi                                   on 2000/10/06  18:20:35
31967         Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
31968              as the first option of cc/ld because of ultrapicky compilers
31969              (e.g. OS/390 R2.5)
31970      Branch: metaconfig
31971            + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
31972            ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
31973            ! U/compline/orderlib.U U/modified/Cppsym.U
31974            ! U/modified/d_access.U
31975      Branch: metaconfig/U/perl
31976            ! Checkcc.U d_dlsymun.U gccvers.U
31977      Branch: perl
31978            ! Configure config_h.SH
31979 ____________________________________________________________________________
31980 [  7159] By: jhi                                   on 2000/10/06  13:56:39
31981         Log: Update Changes.
31982      Branch: perl
31983            ! Changes patchlevel.h
31984 ____________________________________________________________________________
31985 [  7158] By: jhi                                   on 2000/10/06  12:48:40
31986         Log: Eliminate $Is_VMS code from the test.
31987              
31988              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
31989              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
31990              Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
31991              Date:     Thu, 5 Oct 2000 07:46:33 EDT
31992      Branch: perl
31993            ! t/lib/b.t
31994 ____________________________________________________________________________
31995 [  7157] By: jhi                                   on 2000/10/06  12:47:13
31996         Log: Also the $ccflags is needed for the C compiler check.
31997              
31998              Subject: Configure (check for C-compiler)
31999              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
32000              Date: Fri, 06 Oct 2000 08:47:15 +0200
32001              Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
32002      Branch: metaconfig/U/perl
32003            ! Checkcc.U
32004      Branch: perl
32005            ! Configure config_h.SH
32006 ____________________________________________________________________________
32007 [  7156] By: jhi                                   on 2000/10/06  11:45:15
32008         Log: The HINT_BYTE patch is apparently unnecessary, retracted.
32009      Branch: perl
32010            ! perl.c pp_ctl.c sv.h utf8.c
32011 ____________________________________________________________________________
32012 [  7155] By: jhi                                   on 2000/10/06  11:40:41
32013         Log: IO::Handle->syswrite() did not handle length omission
32014              like CORE::syswrite() does.
32015              
32016              Subject: [Fwd] IO::Handle, syswrite and arguments
32017              From: Graham Barr <gbarr@pobox.com>
32018              Date: Fri, 6 Oct 2000 10:22:05 +0100
32019              Message-ID: <20001006102205.U6312@pobox.com>
32020              
32021              The original patch from andrew@ugh.net.au.
32022      Branch: perl
32023            ! ext/IO/lib/IO/Handle.pm
32024 ____________________________________________________________________________
32025 [  7154] By: jhi                                   on 2000/10/06  01:42:15
32026         Log: Tweak #7153.
32027      Branch: perl
32028            ! utf8.h
32029 ____________________________________________________________________________
32030 [  7153] By: jhi                                   on 2000/10/06  00:39:55
32031         Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
32032      Branch: perl
32033            ! utf8.h
32034 ____________________________________________________________________________
32035 [  7152] By: jhi                                   on 2000/10/06  00:38:11
32036         Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
32037      Branch: perl
32038            ! perl.c pp_ctl.c sv.h utf8.c
32039 ____________________________________________________________________________
32040 [  7151] By: jhi                                   on 2000/10/06  00:36:38
32041         Log: Subject: Re: Questions about Tie::Array and perl modules
32042              From: Nick Ing-Simmons <nik@tiuk.ti.com>
32043              Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
32044              Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
32045              
32046              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
32047      Branch: perl
32048            ! lib/Tie/Array.pm t/op/array.t
32049 ____________________________________________________________________________
32050 [  7150] By: jhi                                   on 2000/10/05  00:20:45
32051         Log: Regen Changes.
32052      Branch: perl
32053            ! Changes patchlevel.h
32054 ____________________________________________________________________________
32055 [  7149] By: jhi                                   on 2000/10/05  00:20:01
32056         Log: Regen toc.
32057      Branch: perl
32058            ! pod/perltoc.pod
32059 ____________________________________________________________________________
32060 [  7148] By: jhi                                   on 2000/10/04  23:35:08
32061         Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
32062              reported several times by Dominic Dunlop, for example in
32063              ID 20000315.008.  Patch from Dominic.  Patch affects at
32064              least MachTen, and possibly other oldish BSDs. Should not
32065              break non-broken platforms (tested on LinuxPPC). 
32066      Branch: perl
32067            ! doio.c
32068 ____________________________________________________________________________
32069 [  7147] By: jhi                                   on 2000/10/04  23:26:34
32070         Log: The one that got away from 7146.
32071      Branch: metaconfig
32072            + U/installdirs/installscripts.U
32073 ____________________________________________________________________________
32074 [  7146] By: jhi                                   on 2000/10/04  23:25:04
32075         Log: Enable disabling scripts installation by Configure -Uinstallscripts,
32076              suggested by H. Merijn Brand.
32077      Branch: perl
32078            ! Configure INSTALL Makefile.SH Porting/Glossary
32079            ! Porting/config.sh Porting/config_H epoc/config.sh installperl
32080            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
32081            ! win32/config.vc
32082 ____________________________________________________________________________
32083 [  7145] By: jhi                                   on 2000/10/04  22:08:21
32084         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
32085              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
32086              Date: Wed, 4 Oct 2000 17:37:46 -0400
32087              Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
32088      Branch: perl
32089            ! utils/h2xs.PL
32090 ____________________________________________________________________________
32091 [  7144] By: jhi                                   on 2000/10/04  18:11:41
32092         Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
32093              From: Jeff Pinyan <jeffp@crusoe.net>
32094              Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
32095              Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
32096      Branch: perl
32097            ! pod/perlrun.pod
32098 ____________________________________________________________________________
32099 [  7143] By: jhi                                   on 2000/10/04  18:09:58
32100         Log: Subject: perlhack.pod Patch for Externals Tools
32101              From: Fisher Mark <fisherm@tce.com>
32102              Date: Tue, 3 Oct 2000 15:43:27 -0500 
32103              Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
32104      Branch: perl
32105            ! pod/perlhack.pod
32106 ____________________________________________________________________________
32107 [  7142] By: jhi                                   on 2000/10/04  18:08:41
32108         Log: Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
32109              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
32110              Date:     Wed, 4 Oct 2000 12:11:11 EDT
32111              Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
32112      Branch: perl
32113            ! vms/vms.c
32114 ____________________________________________________________________________
32115 [  7141] By: jhi                                   on 2000/10/04  12:20:16
32116         Log: Subject: [PATCH 5.7.0] h2xs not working
32117              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
32118              Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
32119              Date: Tue, 3 Oct 2000 21:43:01 -0400
32120              
32121              Subject: [PATCH 5.7.0] h2xs not documenting the created module
32122              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
32123              Date: Tue, 3 Oct 2000 22:55:19 -0400
32124              Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
32125      Branch: perl
32126            ! utils/h2xs.PL
32127 ____________________________________________________________________________
32128 [  7140] By: jhi                                   on 2000/10/04  11:53:44
32129         Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
32130              From: nick@babyhippo.com
32131              Date: Wed, 4 Oct 2000 12:06:45 +0100
32132              Message-Id: <20001004120645.A7356@babyhippo.com>
32133              
32134              Retract 7118 and 7135.
32135      Branch: perl
32136            ! installman installperl op.c t/pragma/subs.t
32137 ____________________________________________________________________________
32138 [  7139] By: jhi                                   on 2000/10/03  22:09:41
32139         Log: It is possible to have no hosts database at all.  Pointed out in
32140              
32141              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
32142              From: Peter Prymmer <pvhp@forte.com>
32143              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
32144              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
32145      Branch: metaconfig
32146            ! U/modified/myhostname.U
32147      Branch: perl
32148            ! Configure config_h.SH
32149 ____________________________________________________________________________
32150 [  7138] By: jhi                                   on 2000/10/03  21:49:49
32151         Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
32152              From: Peter Prymmer <pvhp@forte.com>
32153              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
32154              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
32155      Branch: perl
32156            ! pp_sys.c
32157 ____________________________________________________________________________
32158 [  7137] By: jhi                                   on 2000/10/03  20:10:05
32159         Log: One remaining nit less at the VMS mailbox sizing.
32160      Branch: perl
32161            ! vms/vms.c
32162 ____________________________________________________________________________
32163 [  7136] By: jhi                                   on 2000/10/03  20:08:47
32164         Log: Test harness update to sync with the new perlcc,
32165              from Simon Cozens.
32166      Branch: perl
32167            ! t/TEST t/UTEST
32168 ____________________________________________________________________________
32169 [  7135] By: jhi                                   on 2000/10/03  15:15:42
32170         Log: Subject: Re: PATCH for 20001003.004
32171              Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
32172              From: "AARON B. DOSSETT" <aaron@iglou.com>
32173              Message-Id: <E13gTay-0006od-00@iglou.com>
32174      Branch: perl
32175            ! installman installperl
32176 ____________________________________________________________________________
32177 [  7134] By: jhi                                   on 2000/10/03  15:00:34
32178         Log: Subject: [ID 20001003.006] B::Debug not -w clean
32179              From: Nicholas Clark <nick@babyhippo.co.uk>
32180              Date: Tue, 03 Oct 2000 15:46:32 +0100
32181              Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
32182      Branch: perl
32183            ! ext/B/B/Debug.pm
32184 ____________________________________________________________________________
32185 [  7133] By: jhi                                   on 2000/10/03  14:58:39
32186         Log: Scale down the VMS message boxes, by Charles Lane.
32187              Fix for ID 20000903.009, workaround at
32188              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
32189      Branch: perl
32190            ! vms/vms.c
32191 ____________________________________________________________________________
32192 [  7132] By: jhi                                   on 2000/10/03  11:20:37
32193         Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
32194      Branch: perl
32195            + t/lib/st-lock.t t/lib/st-utf8.t
32196            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
32197            ! ext/Storable/Storable.xs t/lib/st-recurse.t
32198 ____________________________________________________________________________
32199 [  7131] By: jhi                                   on 2000/10/03  03:38:23
32200         Log: Encode nits.
32201      Branch: perl
32202            ! MANIFEST Makefile.SH
32203 ____________________________________________________________________________
32204 [  7130] By: jhi                                   on 2000/10/03  03:31:05
32205         Log: Update Changes.
32206      Branch: perl
32207            ! Changes patchlevel.h
32208 ____________________________________________________________________________
32209 [  7129] By: jhi                                   on 2000/10/03  02:24:02
32210         Log: Misplaced else.
32211      Branch: metaconfig/U/perl
32212            ! d_strtoll.U
32213      Branch: perl
32214            ! Configure config_h.SH
32215 ____________________________________________________________________________
32216 [  7128] By: jhi                                   on 2000/10/03  02:08:29
32217         Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
32218              From: sthoenna@efn.org
32219              Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
32220              Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
32221      Branch: metaconfig/U/perl
32222            ! d_strtoll.U
32223      Branch: perl
32224            ! Configure config_h.SH hints/os2.sh os2/os2ish.h
32225 ____________________________________________________________________________
32226 [  7127] By: jhi                                   on 2000/10/03  01:13:14
32227         Log: Update Changes.
32228      Branch: perl
32229            ! Changes patchlevel.h
32230 ____________________________________________________________________________
32231 [  7126] By: jhi                                   on 2000/10/03  00:57:08
32232         Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
32233              as suggested by Olaf Flebbe and Nick Clark.
32234      Branch: perl
32235            ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
32236 ____________________________________________________________________________
32237 [  7125] By: jhi                                   on 2000/10/03  00:50:56
32238         Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
32239              From: Nick Clark <nick@plum.flirble.org>
32240              Date: Mon, 2 Oct 2000 11:03:24 +0100
32241              Message-Id: <20001002110324.D20073@plum.flirble.org>
32242              
32243              Also fixes bug ID 20001002.005.
32244      Branch: perl
32245            ! t/lib/encode.t
32246 ____________________________________________________________________________
32247 [  7124] By: jhi                                   on 2000/10/03  00:34:59
32248         Log: Subject: [PATCH 5.7.0] Epoc update
32249              From: Olaf Flebbe <o.flebbe@gmx.de>
32250              Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
32251              Message-ID: <26423.969484586@www10.gmx.net>
32252      Branch: perl
32253            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
32254            ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
32255            ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
32256            ! util.c util.h
32257 ____________________________________________________________________________
32258 [  7123] By: jhi                                   on 2000/10/03  00:30:07
32259         Log: Regen headers.
32260      Branch: perl
32261            ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
32262 ____________________________________________________________________________
32263 [  7122] By: jhi                                   on 2000/10/03  00:10:48
32264         Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
32265      Branch: perl
32266            ! hints/openbsd.sh
32267 ____________________________________________________________________________
32268 [  7121] By: jhi                                   on 2000/10/03  00:05:06
32269         Log: Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
32270              From: <abigail@foad.org>
32271              Date: Tue, 26 Sep 2000 13:36:14 -0400
32272              Message-ID: <20000926173614.4356.qmail@foad.org>
32273      Branch: perl
32274            ! pod/perlop.pod
32275 ____________________________________________________________________________
32276 [  7120] By: jhi                                   on 2000/10/03  00:04:00
32277         Log: Inside require() $^S was always left undefined.
32278              
32279              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
32280              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
32281              Date: Wed, 27 Sep 2000 18:54:49 -0400
32282              Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
32283      Branch: perl
32284            ! cop.h mg.c pp_ctl.c util.c
32285 ____________________________________________________________________________
32286 [  7119] By: jhi                                   on 2000/10/03  00:00:16
32287         Log: Subject: [PATCH] DLL not restartabke with threaded perl
32288              From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
32289              Date: Thu, 28 Sep 2000 09:20:46 +0100
32290              Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
32291      Branch: perl
32292            ! perl.c
32293 ____________________________________________________________________________
32294 [  7118] By: jhi                                   on 2000/10/02  23:59:20
32295         Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
32296              From: Nicholas Clark <nick@ccl4.org>
32297              Date: Thu, 28 Sep 2000 11:52:24 +0100
32298              Message-ID: <20000928115224.D7924@plum.flirble.org>
32299      Branch: perl
32300            ! op.c
32301 ____________________________________________________________________________
32302 [  7117] By: jhi                                   on 2000/10/02  23:57:51
32303         Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
32304              From: Nicholas Clark <nick@babyhippo.co.uk>
32305              Date: Thu, 28 Sep 2000 12:18:10 +0100
32306              Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
32307              
32308              Did not apply cleanly, manual intervention was needed.
32309      Branch: perl
32310            ! ext/B/B/Bytecode.pm utils/perlcc.PL
32311 ____________________________________________________________________________
32312 [  7116] By: jhi                                   on 2000/10/02  23:50:40
32313         Log: Document the issue (is not a syntax error, kind of)
32314              
32315              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
32316              From: Nicholas Clark <nick@ccl4.org>
32317              Date: Thu, 28 Sep 2000 17:12:42 +0100
32318              Message-ID: <20000928171242.K7924@plum.flirble.org>
32319      Branch: perl
32320            ! pod/perldata.pod
32321 ____________________________________________________________________________
32322 [  7115] By: jhi                                   on 2000/10/02  23:48:58
32323         Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
32324              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
32325              Date: Thu, 28 Sep 2000 21:55:31 -0400
32326              Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
32327      Branch: perl
32328            ! regexec.c
32329 ____________________________________________________________________________
32330 [  7114] By: jhi                                   on 2000/10/02  23:47:57
32331         Log: Subject: DOC PATCH 5.6.0
32332              From: mjd@plover.com
32333              Date: 30 Sep 2000 06:02:34 -0000
32334              Message-ID: <20000930060234.4559.qmail@plover.com>
32335      Branch: perl
32336            ! pod/perldebguts.pod
32337 ____________________________________________________________________________
32338 [  7113] By: jhi                                   on 2000/10/02  23:46:43
32339         Log: SOCK_DGRAM and listen() do not mix as reported in
32340              
32341              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
32342              From: Petter Reinholdtsen <pere@hungry.com>
32343              Date: Sun, 1 Oct 2000 10:57:20 +0800
32344              Message-Id: <200010010257.KAA05735@localhost.localdomain>
32345              
32346              The patch for 5.7.0+ had to be reengineered, though.
32347      Branch: perl
32348            ! ext/IO/lib/IO/Socket/UNIX.pm
32349 ____________________________________________________________________________
32350 [  7112] By: jhi                                   on 2000/10/02  23:36:57
32351         Log: Subject: Re: [PATCH 5.005_64 missed]
32352              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
32353              Date: Sun, 1 Oct 2000 18:50:10 -0400
32354              Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
32355      Branch: perl
32356            ! pod/perlxs.pod
32357 ____________________________________________________________________________
32358 [  7111] By: jhi                                   on 2000/10/02  23:35:40
32359         Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
32360              From: Radu Greab <radu@netsoft.ro>
32361              Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
32362              Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
32363      Branch: perl
32364            ! op.c opcode.pl t/op/substr.t
32365 ____________________________________________________________________________
32366 [  7110] By: jhi                                   on 2000/10/02  23:32:38
32367         Log: Subject: [PATCH] Fix aliasing of tied filehandles
32368              From: Daniel Chetlin <daniel@chetlin.com>
32369              Date: Mon, 2 Oct 2000 14:53:27 -0700
32370              Message-ID: <20001002145327.C1617@ilmd>
32371      Branch: perl
32372            ! perl.h pp_hot.c t/op/tiehandle.t
32373 ____________________________________________________________________________
32374 [  7109] By: jhi                                   on 2000/10/02  23:31:30
32375         Log: s/Robin Parker/Robin Barker/
32376      Branch: perl
32377            ! Changes5.6
32378 ____________________________________________________________________________
32379 [  7108] By: jhi                                   on 2000/10/02  23:15:46
32380         Log: Retract #7091 as suggested in
32381              
32382              From: Robin Barker <rmb1@cise.npl.co.uk> 
32383              Subject: [PATCH-R]  was Re: SuSE's gcc-2.95.2 and //depot/perl
32384              Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
32385              Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
32386      Branch: perl
32387            ! embed.pl proto.h
32388 ____________________________________________________________________________
32389 [  7107] By: nick                                  on 2000/10/02  18:23:14
32390         Log: A few tweaks to get Tk803 to work with Encode scheme.
32391      Branch: perl
32392            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
32393 ____________________________________________________________________________
32394 [  7106] By: nick                                  on 2000/10/01  21:34:14
32395         Log: Add checking cases to Encode's toUnicode and fromUnicode.
32396      Branch: perl
32397            ! ext/Encode/Encode.pm
32398 ____________________________________________________________________________
32399 [  7105] By: nick                                  on 2000/10/01  17:18:01
32400         Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
32401              To read and use them.
32402              Add a lib/encode.t which checks a few things.
32403      Branch: perl
32404            + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
32405            + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
32406            + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
32407            + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
32408            + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
32409            + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
32410            + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
32411            + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
32412            + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
32413            + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
32414            + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
32415            + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
32416            + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
32417            + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
32418            + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
32419            + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
32420            + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
32421            + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
32422            + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
32423            + ext/Encode/Encode/iso2022-jp.enc
32424            + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
32425            + ext/Encode/Encode/iso8859-1.enc
32426            + ext/Encode/Encode/iso8859-2.enc
32427            + ext/Encode/Encode/iso8859-3.enc
32428            + ext/Encode/Encode/iso8859-4.enc
32429            + ext/Encode/Encode/iso8859-5.enc
32430            + ext/Encode/Encode/iso8859-6.enc
32431            + ext/Encode/Encode/iso8859-7.enc
32432            + ext/Encode/Encode/iso8859-8.enc
32433            + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
32434            + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
32435            + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
32436            + ext/Encode/Encode/macCentEuro.enc
32437            + ext/Encode/Encode/macCroatian.enc
32438            + ext/Encode/Encode/macCyrillic.enc
32439            + ext/Encode/Encode/macDingbats.enc
32440            + ext/Encode/Encode/macGreek.enc
32441            + ext/Encode/Encode/macIceland.enc
32442            + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
32443            + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
32444            + ext/Encode/Encode/macTurkish.enc
32445            + ext/Encode/Encode/macUkraine.enc
32446            + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
32447            + t/lib/encode.t
32448            ! MANIFEST ext/Encode/Encode.pm
32449 ____________________________________________________________________________
32450 [  7104] By: nick                                  on 2000/09/30  13:04:30
32451         Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
32452              From: Daniel Chetlin <daniel@chetlin.com>
32453              Date: Mon, 18 Sep 2000 05:05:40 -0700
32454              Message-Id: <20000918050540.C652@ilmd>
32455      Branch: perl
32456            ! lib/overload.pm sv.c t/pragma/overload.t
32457 ____________________________________________________________________________
32458 [  7103] By: nick                                  on 2000/09/30  12:53:36
32459         Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
32460              From: Johan Vromans <jvromans@squirrel.nl>
32461              Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
32462              Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
32463      Branch: perl
32464            ! pod/Makefile.SH
32465 ____________________________________________________________________________
32466 [  7102] By: nick                                  on 2000/09/30  12:52:31
32467         Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
32468              From: Spider Boardman <spider@Orb.Nashua.NH.US>
32469              Date: Sat, 16 Sep 2000 16:36:45 -0400
32470              Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
32471      Branch: perl
32472            ! ext/B/B/Deparse.pm
32473 ____________________________________________________________________________
32474 [  7101] By: nick                                  on 2000/09/30  12:51:41
32475         Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
32476              From: Craig A. Berry <craig.berry@psinetcs.com>
32477              Date: Sat, 16 Sep 2000 10:11:10 -0500
32478              Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
32479      Branch: perl
32480            ! vms/vms.c
32481 ____________________________________________________________________________
32482 [  7100] By: nick                                  on 2000/09/30  12:50:33
32483         Log: Subject: Re: unicode support and perl [ID 20000901.097]
32484              From: Spider Boardman <spider@Orb.Nashua.NH.US>
32485              Date: Fri, 15 Sep 2000 16:37:58 -0400
32486              Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
32487      Branch: perl
32488            ! t/op/append.t
32489 ____________________________________________________________________________
32490 [  7099] By: nick                                  on 2000/09/30  12:49:35
32491         Log: Subject: Re: unicode support and perl [ID 20000901.097]
32492              From: Spider Boardman <spider@Orb.Nashua.NH.US>
32493              Date: Fri, 15 Sep 2000 16:25:30 -0400
32494              Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
32495      Branch: perl
32496            ! pp_hot.c
32497 ____________________________________________________________________________
32498 [  7098] By: nick                                  on 2000/09/30  12:48:00
32499         Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
32500              From: Gisle Aas <gisle@ActiveState.com>
32501              Date: 15 Sep 2000 16:23:41 +0200
32502              Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
32503      Branch: perl
32504            ! toke.c
32505 ____________________________________________________________________________
32506 [  7097] By: nick                                  on 2000/09/30  12:45:16
32507         Log: Subject: [PATCH] Nits in perlmod.pod
32508              From: Daniel Chetlin <daniel@chetlin.com>
32509              Date: Fri, 15 Sep 2000 02:04:09 -0700
32510              Message-Id: <20000915020409.A2104@ilmd>
32511      Branch: perl
32512            ! pod/perlmod.pod
32513 ____________________________________________________________________________
32514 [  7096] By: nick                                  on 2000/09/30  12:18:00
32515         Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
32516              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
32517              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
32518              0 to checking to get the warning.
32519      Branch: perl
32520            ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
32521            ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
32522            ! regexec.c sv.c toke.c utf8.c
32523 ____________________________________________________________________________
32524 [  7095] By: nick                                  on 2000/09/15  16:55:59
32525         Log: Mutliplicity & ithreads fix for sv.c/Encode.xs
32526              
32527              Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
32528              From: Spider Boardman <spider@Orb.Nashua.NH.US>
32529              Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
32530              Date: Fri, 15 Sep 2000 06:37:30 -0400
32531      Branch: perl
32532            ! ext/Encode/Encode.xs sv.c
32533 ____________________________________________________________________________
32534 [  7094] By: jhi                                   on 2000/09/15  03:23:32
32535         Log: Update Changes.
32536      Branch: perl
32537            ! Changes patchlevel.h
32538 ____________________________________________________________________________
32539 [  7093] By: jhi                                   on 2000/09/15  03:11:44
32540         Log: Fix for the charnames.t failures from Spider Boardman.
32541      Branch: perl
32542            ! toke.c
32543 ____________________________________________________________________________
32544 [  7092] By: jhi                                   on 2000/09/15  00:15:48
32545         Log: Botched the #7090 check-in.
32546      Branch: perl
32547            ! sv.c
32548 ____________________________________________________________________________
32549 [  7091] By: jhi                                   on 2000/09/14  23:33:24
32550         Log: Part of #7081 didn't come through.
32551      Branch: perl
32552            ! embed.pl proto.h
32553 ____________________________________________________________________________
32554 [  7090] By: jhi                                   on 2000/09/14  23:17:39
32555         Log: Subject: Re: perl@7078 
32556              From: Spider Boardman <spider@web.zk3.dec.com>
32557              Date: Thu, 14 Sep 2000 19:06:36 -0400
32558              Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
32559      Branch: perl
32560            ! sv.c toke.c
32561 ____________________________________________________________________________
32562 [  7089] By: jhi                                   on 2000/09/14  23:11:21
32563         Log: Small portability tweaks.
32564      Branch: perl
32565            ! ext/Encode/Encode.xs
32566 ____________________________________________________________________________
32567 [  7088] By: jhi                                   on 2000/09/14  22:57:23
32568         Log: Fake return to pacify picky compilers.
32569      Branch: perl
32570            ! ext/Encode/Encode.xs
32571 ____________________________________________________________________________
32572 [  7087] By: jhi                                   on 2000/09/14  22:53:37
32573         Log: Subject: [PATCH] utf8.c apidoc
32574              From: Simon Cozens <simon@cozens.net>
32575              Date: Thu, 14 Sep 2000 23:46:57 +0100
32576              Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
32577      Branch: perl
32578            ! perlapi.c pod/perlapi.pod utf8.c
32579 ____________________________________________________________________________
32580 [  7086] By: jhi                                   on 2000/09/14  22:40:38
32581         Log: We don't need to count the high bit bytes, a boolean is enough. 
32582      Branch: perl
32583            ! sv.c
32584 ____________________________________________________________________________
32585 [  7085] By: jhi                                   on 2000/09/14  21:20:09
32586         Log: Replace #7084 with
32587              
32588              Subject: Re: perl@7078 
32589              From: Spider Boardman <spider@web.zk3.dec.com>
32590              Date: Thu, 14 Sep 2000 17:09:36 -0400
32591              Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
32592      Branch: perl
32593            ! sv.c utf8.c
32594 ____________________________________________________________________________
32595 [  7084] By: jhi                                   on 2000/09/14  20:03:34
32596         Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
32597              convertable to bytes by checking it doesn't go above 0xc3
32598              
32599              Subject: Re: perl@7078
32600              From: Simon Cozens <simon@cozens.net>
32601              Date: Thu, 14 Sep 2000 20:59:19 +0100
32602              Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
32603      Branch: perl
32604            ! utf8.c
32605 ____________________________________________________________________________
32606 [  7083] By: jhi                                   on 2000/09/14  19:38:47
32607         Log: Subject: Re: perl@7078
32608              From: Simon Cozens <simon@cozens.net>
32609              Date: Thu, 14 Sep 2000 20:13:09 +0100
32610              Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
32611      Branch: perl
32612            ! t/op/bop.t
32613 ____________________________________________________________________________
32614 [  7082] By: jhi                                   on 2000/09/14  17:50:44
32615         Log: The one that got away.
32616      Branch: perl
32617            ! lib/File/Find.pm
32618 ____________________________________________________________________________
32619 [  7081] By: jhi                                   on 2000/09/14  17:45:35
32620         Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
32621              From: Robin Barker <rmb1@cise.npl.co.uk>
32622              Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
32623              Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
32624      Branch: perl
32625            ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
32626            ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
32627            ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
32628            ! regcomp.c toke.c universal.c
32629 ____________________________________________________________________________
32630 [  7080] By: jhi                                   on 2000/09/14  17:40:35
32631         Log: Problems picked up by AIX cc.
32632              
32633              Subject: Re: perl@7078 (patch included)
32634              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
32635              Date: Thu, 14 Sep 2000 18:53:30 +0200
32636              Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
32637      Branch: perl
32638            ! ext/Encode/Encode.xs
32639 ____________________________________________________________________________
32640 [  7079] By: jhi                                   on 2000/09/14  17:38:27
32641         Log: Subject: File::Find 5.7.0 POD nits
32642              From: Rich Morin <rdm@cfcl.com>
32643              Date: Wed, 13 Sep 2000 22:03:58 -0700
32644              Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
32645      Branch: perl
32646            ! lib/File/Find.pm
32647 ____________________________________________________________________________
32648 [  7078] By: jhi                                   on 2000/09/14  14:58:20
32649         Log: Update Changes.
32650      Branch: perl
32651            ! Changes patchlevel.h
32652 ____________________________________________________________________________
32653 [  7077] By: jhi                                   on 2000/09/14  14:55:54
32654         Log: Compilation warnings and an error.
32655      Branch: perl
32656            ! sv.c
32657 ____________________________________________________________________________
32658 [  7076] By: jhi                                   on 2000/09/14  14:42:56
32659         Log: Fix for a parsing bug, not for the original bug.
32660              
32661              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
32662              From: Spider Boardman <spider@web.zk3.dec.com>
32663              Date: Wed, 13 Sep 2000 17:52:20 -0400
32664              Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
32665      Branch: perl
32666            ! regcomp.c
32667 ____________________________________________________________________________
32668 [  7075] By: jhi                                   on 2000/09/14  14:40:40
32669         Log: Batch of UTF-8 patches from Simon Cozens.
32670      Branch: perl
32671            ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
32672            ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
32673            ! toke.c utf8.c
32674 ____________________________________________________________________________
32675 [  7074] By: jhi                                   on 2000/09/14  14:29:58
32676         Log: Subject: Re: Two advertising clauses need to be removed
32677              From: Russ Allbery <rra@stanford.edu>
32678              Date: 13 Sep 2000 18:50:26 -0700
32679              Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
32680      Branch: perl
32681            ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
32682 ____________________________________________________________________________
32683 [  7073] By: jhi                                   on 2000/09/14  14:28:20
32684         Log: Subject: [PATCH] de-wall t/README
32685              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
32686              Date: Wed, 13 Sep 2000 17:46:55 -0700
32687              Message-ID: <//Bw5gzkge/e092yn@efn.org>
32688      Branch: perl
32689            ! t/README
32690 ____________________________________________________________________________
32691 [  7072] By: jhi                                   on 2000/09/14  14:25:10
32692         Log: Hints optimization.
32693              
32694              Subject: Minor nit
32695              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
32696              Date: Wed, 13 Sep 2000 21:42:07 +0200
32697              Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
32698      Branch: perl
32699            ! hints/hpux.sh
32700 ____________________________________________________________________________
32701 [  7071] By: jhi                                   on 2000/09/14  14:23:30
32702         Log: Allow chop() and chomp() to be overridden.
32703              
32704              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
32705              From: "Casey R. Tweten" <crt@kiski.net>
32706              Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
32707              Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
32708      Branch: perl
32709            ! toke.c
32710 ____________________________________________________________________________
32711 [  7070] By: jhi                                   on 2000/09/14  14:20:36
32712         Log: The return value of setlocale must be copied away.
32713              
32714              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
32715              From: Alan Burlison <Alan.Burlison@uk.sun.com>
32716              Date: Wed, 13 Sep 2000 16:27:37 +0100 
32717              Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
32718      Branch: perl
32719            ! util.c
32720 ____________________________________________________________________________
32721 [  7069] By: jhi                                   on 2000/09/14  14:16:27
32722         Log: Remove vestiges of tr//CU.
32723              
32724              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
32725              From: Nick Clark <nick@plum.flirble.org>
32726              Date: Tue, 12 Sep 2000 22:50:14 +0100
32727              Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
32728              
32729              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
32730              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
32731              Date: Tue, 12 Sep 2000 21:38:48 -0700
32732              Message-ID: <YTwv5gzkgmfL092yn@efn.org>
32733      Branch: perl
32734            ! op.h pod/perlunicode.pod
32735 ____________________________________________________________________________
32736 [  7068] By: jhi                                   on 2000/09/13  14:18:39
32737         Log: Add the Encode extension.  The code is still largely just skeleton.
32738      Branch: perl
32739            + ext/Encode/Encode.pm ext/Encode/Encode.xs
32740            + ext/Encode/Makefile.PL ext/Encode/Todo
32741            ! MANIFEST Todo-5.6
32742 ____________________________________________________________________________
32743 [  7067] By: jhi                                   on 2000/09/12  17:43:33
32744         Log: Allow for whitespace between "#" and "line" in cpp output.
32745              
32746              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
32747              From: Calle Dybedahl <calle@lysator.liu.se>
32748              Date: 12 Sep 2000 19:38:02 +0200 
32749              Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
32750      Branch: perl
32751            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
32752 ____________________________________________________________________________
32753 [  7066] By: gsar                                  on 2000/09/12  17:24:29
32754         Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
32755              initialization in all the threads on Windows
32756      Branch: perl
32757            ! win32/win32.c
32758 ____________________________________________________________________________
32759 [  7065] By: jhi                                   on 2000/09/12  15:11:31
32760         Log: Update Changes.
32761      Branch: perl
32762            ! Changes patchlevel.h
32763 ____________________________________________________________________________
32764 [  7064] By: jhi                                   on 2000/09/12  14:54:54
32765         Log: Retract #7062, the pod tests are not ready.
32766      Branch: perl
32767            ! t/TEST t/harness
32768 ____________________________________________________________________________
32769 [  7063] By: jhi                                   on 2000/09/12  14:25:41
32770         Log: The #7054 truncated Configure badly.
32771      Branch: metaconfig/U/perl
32772            ! End.U
32773      Branch: perl
32774            ! Configure config_h.SH
32775 ____________________________________________________________________________
32776 [  7062] By: jhi                                   on 2000/09/12  14:08:32
32777         Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
32778              From: sthoenna@efn.org
32779              Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
32780              Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
32781      Branch: perl
32782            ! t/TEST t/harness
32783 ____________________________________________________________________________
32784 [  7061] By: jhi                                   on 2000/09/12  14:07:18
32785         Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
32786              From: sthoenna@efn.org
32787              Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
32788              Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
32789      Branch: perl
32790            ! pod/perlxs.pod
32791 ____________________________________________________________________________
32792 [  7060] By: jhi                                   on 2000/09/12  14:06:08
32793         Log: Break up the myconfig lines a bit.
32794              
32795              Subject: perlbug/perl -V output format
32796              From: sthoenna@efn.org
32797              Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
32798              Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
32799      Branch: perl
32800            ! myconfig.SH
32801 ____________________________________________________________________________
32802 [  7059] By: jhi                                   on 2000/09/12  14:05:04
32803         Log: Test for the #7049.
32804              
32805              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
32806              From: andreas.koenig@anima.de (Andreas J. Koenig)
32807              Date: 12 Sep 2000 06:42:01 +0200
32808              Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
32809      Branch: perl
32810            ! t/op/my.t
32811 ____________________________________________________________________________
32812 [  7058] By: jhi                                   on 2000/09/12  14:03:05
32813         Log: Subject: [patch: perl@7045] vms updates
32814              From: Peter Prymmer <pvhp@forte.com>
32815              Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
32816              Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
32817      Branch: perl
32818            ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
32819 ____________________________________________________________________________
32820 [  7057] By: jhi                                   on 2000/09/12  14:00:51
32821         Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
32822              From: sthoenna@efn.org
32823              Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
32824              Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
32825      Branch: perl
32826            ! t/op/64bitint.t
32827 ____________________________________________________________________________
32828 [  7056] By: jhi                                   on 2000/09/12  13:58:14
32829         Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
32830              From: Jeff Pinyan <jeffp@crusoe.net>
32831              Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
32832              Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
32833      Branch: perl
32834            ! pod/perlfunc.pod
32835 ____________________________________________________________________________
32836 [  7055] By: jhi                                   on 2000/09/12  13:56:32
32837         Log: Do in VMS as the #7054 does.
32838      Branch: perl
32839            ! configure.com
32840 ____________________________________________________________________________
32841 [  7054] By: jhi                                   on 2000/09/12  13:50:31
32842         Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
32843              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
32844              Date: Mon, 11 Sep 2000 08:33:09 +0100
32845              Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
32846      Branch: metaconfig/U/perl
32847            ! End.U
32848      Branch: perl
32849            ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
32850            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
32851 ____________________________________________________________________________
32852 [  7053] By: jhi                                   on 2000/09/12  13:29:19
32853         Log: Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
32854              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
32855              Date:     Tue, 12 Sep 2000 08:35:59 EDT
32856              Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
32857      Branch: perl
32858            ! vms/test.com
32859 ____________________________________________________________________________
32860 [  7052] By: jhi                                   on 2000/09/11  23:01:50
32861         Log: Document the SvUTF8*().
32862      Branch: perl
32863            ! pod/perlapi.pod sv.h
32864 ____________________________________________________________________________
32865 [  7051] By: gsar                                  on 2000/09/11  14:46:30
32866         Log: C<@a = @b = split(...)> optimization coredumps under ithreads
32867              (missed a spot when fixing up op_pmreplroot hack for ithreads)
32868      Branch: perl
32869            ! op.c t/op/split.t
32870 ____________________________________________________________________________
32871 [  7050] By: nick                                  on 2000/09/11  10:03:51
32872         Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
32873              
32874              Subject: borland C++ win32.c tweak
32875              From: Vadim Konovalov <vkonovalov@lucent.com>
32876              Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
32877              Date: Mon, 11 Sep 2000 11:22:33 +0400
32878      Branch: perl
32879            ! win32/win32.c
32880 ____________________________________________________________________________
32881 [  7049] By: nick                                  on 2000/09/11  09:57:33
32882         Log: Point fix for s/// on foreach (keys %xxx).
32883      Branch: perl
32884            ! pp_hot.c
32885 ____________________________________________________________________________
32886 [  7048] By: jhi                                   on 2000/09/10  23:37:09
32887         Log: Silence t/pod/*.t about alternate quote-mappings now implemented
32888              by Pod::Text, from Brad Appleton.
32889      Branch: perl
32890            ! t/pod/testp2pt.pl
32891 ____________________________________________________________________________
32892 [  7047] By: jhi                                   on 2000/09/10  14:32:53
32893         Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
32894              by Russ Allbery.
32895      Branch: perl
32896            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
32897 ____________________________________________________________________________
32898 [  7046] By: jhi                                   on 2000/09/10  14:15:08
32899         Log: Upgrade to CPAN 1.57_65, from Andreas König.
32900      Branch: perl
32901            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
32902 ____________________________________________________________________________
32903 [  7045] By: jhi                                   on 2000/09/08  21:36:32
32904         Log: Update Changes.
32905      Branch: perl
32906            ! Changes patchlevel.h
32907 ____________________________________________________________________________
32908 [  7044] By: jhi                                   on 2000/09/08  21:29:56
32909         Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
32910              From: Peter Prymmer <pvhp@forte.com>
32911              Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
32912              Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
32913      Branch: perl
32914            ! configure.com
32915 ____________________________________________________________________________
32916 [  7043] By: jhi                                   on 2000/09/08  21:27:50
32917         Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
32918              From: Peter Prymmer <pvhp@forte.com>
32919              Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
32920              Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
32921      Branch: perl
32922            ! Makefile.SH installperl
32923 ____________________________________________________________________________
32924 [  7042] By: jhi                                   on 2000/09/08  21:23:21
32925         Log: Continue #7041.
32926      Branch: perl
32927            ! cygwin/Makefile.SHs os2/Makefile.SHs
32928 ____________________________________________________________________________
32929 [  7041] By: jhi                                   on 2000/09/08  21:18:10
32930         Log: Do away with memory models cruft.  Sorry, PDP users.
32931      Branch: metaconfig
32932            ! U/modified/cc.U U/modified/libpth.U
32933      Branch: perl
32934            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
32935            ! Porting/config_H cflags.SH config_h.SH configure.com
32936            ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
32937            ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
32938            ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
32939 ____________________________________________________________________________
32940 [  7040] By: jhi                                   on 2000/09/08  14:34:18
32941         Log: Major rewrite of s2p.  And I mean really major, it is
32942              an implementation of sed in perl.  If called as s2p it
32943              will function as s2p.  Note: needs non-UNIXifying.
32944              
32945              Subject: s2p
32946              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
32947              Date: Mon, 28 Aug 2000 14:05:12 +0200
32948              Message-ID: <39AA5578.2102E2AA@alcatel.at>
32949      Branch: perl
32950            ! x2p/s2p.PL
32951 ____________________________________________________________________________
32952 [  7039] By: jhi                                   on 2000/09/08  14:19:49
32953         Log: Re-allow vec() for characters > 255.
32954              
32955              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
32956              From: Spider Boardman <spider@web.zk3.dec.com>
32957              Date: Fri, 08 Sep 2000 02:21:02 -0400
32958              Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
32959      Branch: perl
32960            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
32961            ! t/op/vec.t
32962 ____________________________________________________________________________
32963 [  7038] By: jhi                                   on 2000/09/08  14:14:18
32964         Log: Subject: [PATCH lib/Benchmark.pm]
32965              From: <abigail@foad.org>
32966              Date: Thu, 7 Sep 2000 15:03:20 -0400
32967              Message-ID: <20000907190320.888.qmail@foad.org>
32968      Branch: perl
32969            ! lib/Benchmark.pm
32970 ____________________________________________________________________________
32971 [  7037] By: jhi                                   on 2000/09/08  14:11:06
32972         Log: Optimizing hash keys into shared strings doesn't work with ithreads.
32973              
32974              Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi    
32975              From: Spider Boardman <spider@web.zk3.dec.com>
32976              Date: Fri, 08 Sep 2000 01:30:27 -0400
32977              Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
32978      Branch: perl
32979            ! op.c
32980 ____________________________________________________________________________
32981 [  7036] By: jhi                                   on 2000/09/08  14:08:58
32982         Log: Subject: [ID 20000908.002] perlipc documentation bug.
32983              From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
32984              Date: Fri, 08 Sep 2000 12:38:32 +0200
32985              Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
32986      Branch: perl
32987            ! pod/perlipc.pod
32988 ____________________________________________________________________________
32989 [  7035] By: jhi                                   on 2000/09/08  14:03:12
32990         Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
32991              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
32992              Date: Fri, 08 Sep 2000 11:47:34 +0200
32993              Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
32994      Branch: perl
32995            ! hints/dec_osf.sh
32996 ____________________________________________________________________________
32997 [  7034] By: jhi                                   on 2000/09/08  13:59:35
32998         Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
32999              From: Simon Cozens <simon@cozens.net>
33000              Date: Thu, 7 Sep 2000 20:40:38 +0100
33001              Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
33002      Branch: perl
33003            ! pp_hot.c
33004 ____________________________________________________________________________
33005 [  7033] By: jhi                                   on 2000/09/08  04:03:03
33006         Log: Subject: [ID 20000904.008] Tiny fix for perldiag
33007              From: "Larry W. Virden" <lvirden@cas.org>
33008              Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
33009              Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
33010      Branch: perl
33011            ! pod/perldiag.pod
33012 ____________________________________________________________________________
33013 [  7032] By: jhi                                   on 2000/09/07  22:18:30
33014         Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
33015              From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
33016              Date: Mon, 04 Sep 2000 13:16:38 -0700
33017              Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
33018      Branch: perl
33019            ! lib/perl5db.pl
33020 ____________________________________________________________________________
33021 [  7031] By: jhi                                   on 2000/09/07  22:02:29
33022         Log: Fix the ccversion detection for 5.1 and beyond.
33023              
33024              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
33025              From: Spider Boardman <spider@leggy.zk3.dec.com>
33026              Date: Thu, 7 Sep 2000 17:54:27 -0400
33027              Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
33028      Branch: perl
33029            ! hints/dec_osf.sh
33030 ____________________________________________________________________________
33031 [  7030] By: jhi                                   on 2000/09/07  19:12:28
33032         Log: Fix for
33033              
33034              Subject: [ID 20000903.001] \w in utf8-strings
33035              From: Marc Lehmann <pcg@goof.com>
33036              Date: Sun, 03 Sep 2000 09:44:29 +0200
33037              Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
33038              
33039              and various related nits.
33040      Branch: perl
33041            ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
33042 ____________________________________________________________________________
33043 [  7029] By: jhi                                   on 2000/09/07  18:49:09
33044         Log: Fix the URL, but the server is still missing in action.
33045              
33046              Subject: [ID 20000905.002] perlfaq1.pod URL error
33047              From: "Larry W. Virden" <lvirden@cas.org>
33048              Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
33049              Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
33050      Branch: perl
33051            ! pod/perlfaq1.pod
33052 ____________________________________________________________________________
33053 [  7028] By: jhi                                   on 2000/09/07  18:47:13
33054         Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
33055              From: Hugo <hv@crypt.compulink.co.uk>
33056              Date: Tue, 05 Sep 2000 14:13:37 +0100
33057              Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
33058      Branch: perl
33059            ! toke.c
33060 ____________________________________________________________________________
33061 [  7027] By: jhi                                   on 2000/09/07  18:45:35
33062         Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
33063              From: Daniel Chetlin <daniel@chetlin.com>
33064              Date: Tue, 5 Sep 2000 04:57:07 -0700
33065              Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
33066      Branch: perl
33067            ! pod/perlfaq6.pod pod/perlop.pod
33068 ____________________________________________________________________________
33069 [  7026] By: jhi                                   on 2000/09/07  18:44:01
33070         Log: Document the new ref() semantics.
33071              
33072              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
33073              From: Gisle Aas <gisle@ActiveState.com>
33074              Date: 05 Sep 2000 08:10:30 +0200
33075              Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
33076      Branch: perl
33077            ! pod/perldelta.pod
33078 ____________________________________________________________________________
33079 [  7025] By: jhi                                   on 2000/09/07  18:42:27
33080         Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
33081              
33082              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
33083              From: Gisle Aas <gisle@ActiveState.com>
33084              Date: 05 Sep 2000 08:11:40 +0200
33085              Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
33086      Branch: perl
33087            ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
33088 ____________________________________________________________________________
33089 [  7024] By: jhi                                   on 2000/09/07  18:39:32
33090         Log: Subject: [PATCH] Modernize Opcode.pm documentation
33091              From: Gisle Aas <gisle@ActiveState.com>
33092              Date: 4 Sep 2000 00:18:55 -0000
33093              Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
33094      Branch: perl
33095            ! ext/Opcode/Opcode.pm
33096 ____________________________________________________________________________
33097 [  7023] By: jhi                                   on 2000/09/07  18:37:42
33098         Log: Subject: [PATCH] Tied filehandle documentation
33099              From: Gisle Aas <gisle@ActiveState.com>
33100              Date: 4 Sep 2000 00:14:40 -0000
33101              Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
33102      Branch: perl
33103            ! pod/perlfunc.pod pod/perltie.pod
33104 ____________________________________________________________________________
33105 [  7022] By: jhi                                   on 2000/09/07  18:35:37
33106         Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
33107              From: Gisle Aas <gisle@ActiveState.com>
33108              Date: 4 Sep 2000 00:04:22 -0000
33109              Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
33110      Branch: perl
33111            ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
33112 ____________________________________________________________________________
33113 [  7021] By: jhi                                   on 2000/09/07  18:33:22
33114         Log: Subject: small apidoc fix
33115              From: Marc Lehmann <pcg@goof.com>
33116              Date: Sun, 3 Sep 2000 05:12:06 +0200
33117              Message-ID: <20000903051206.A5909@cerebro.laendle>
33118      Branch: perl
33119            ! pod/perlapi.pod utf8.c
33120 ____________________________________________________________________________
33121 [  7020] By: jhi                                   on 2000/09/07  16:14:57
33122         Log: Tiny perldelta nits.
33123      Branch: perl
33124            ! pod/perldelta.pod
33125 ____________________________________________________________________________
33126 [  7019] By: jhi                                   on 2000/09/07  16:04:20
33127         Log: Guard against bad string->int conversion for quads.
33128      Branch: perl
33129            ! t/op/64bitint.t
33130 ____________________________________________________________________________
33131 [  7018] By: jhi                                   on 2000/09/06  17:07:03
33132         Log: Update Unicode todo list.
33133      Branch: perl
33134            ! Todo-5.6
33135 ____________________________________________________________________________
33136 [  7017] By: jhi                                   on 2000/09/05  21:16:01
33137         Log: Document the SvIOK_.*UV().
33138      Branch: perl
33139            ! pod/perlapi.pod sv.h
33140 ____________________________________________________________________________
33141 [  7016] By: nick                                  on 2000/09/03  21:54:46
33142         Log: Hash lookup of constant strings optimization:
33143              Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
33144              to string table (as per sharepvn). Add newSV_pvn_share to create such
33145              a thing. Make hv.c compare addresses of strings and skip string compare
33146              if equal. Make method_named and helem ops use these shared-string SVs
33147              when arg is constant. Make keys op return shared-string SVs (less clearly
33148              a win).
33149      Branch: perl
33150            ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
33151            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
33152            ! pod/perlintern.pod pp_hot.c proto.h sv.c
33153 ____________________________________________________________________________
33154 [  7015] By: jhi                                   on 2000/09/02  17:48:59
33155         Log: This is 5.7.0.
33156      Branch: perl
33157            ! Changes
33158 ____________________________________________________________________________
33159 [  7014] By: jhi                                   on 2000/09/02  17:35:45
33160         Log: Changes and patchlevel tweaks.
33161      Branch: perl
33162            ! Changes patchlevel.h
33163 ____________________________________________________________________________
33164 [  7013] By: jhi                                   on 2000/09/02  17:30:50
33165         Log: Update Changes.
33166      Branch: perl
33167            ! Changes patchlevel.h
33168 ____________________________________________________________________________
33169 [  7012] By: nick                                  on 2000/09/02  17:25:20
33170         Log: More %{} and other deref special casing - do not pass to 'nomethod'.
33171      Branch: perl
33172            ! gv.c lib/overload.pm
33173 ____________________________________________________________________________
33174 [  7011] By: jhi                                   on 2000/09/02  17:16:25
33175         Log: Update perlhist.
33176      Branch: perl
33177            ! pod/perlhist.pod
33178 ____________________________________________________________________________
33179 [  7010] By: jhi                                   on 2000/09/02  17:01:35
33180         Log: perldelta nits.
33181      Branch: perl
33182            ! pod/perldelta.pod
33183 ____________________________________________________________________________
33184 [  7009] By: nick                                  on 2000/09/02  16:48:35
33185         Log: If overloaded %{} etc. return the object do not loop.
33186              Thus  sub deref { $_[0] } functions if object is wanted type.
33187      Branch: perl
33188            ! pp.h
33189 ____________________________________________________________________________
33190 [  7008] By: jhi                                   on 2000/09/02  16:26:11
33191         Log: Retab MANIFEST.
33192      Branch: perl
33193            ! ext/Storable/MANIFEST
33194 ____________________________________________________________________________
33195 [  7007] By: jhi                                   on 2000/09/02  16:23:02
33196         Log: Make certain cc is set before trying to run it.
33197      Branch: perl
33198            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
33199 ____________________________________________________________________________
33200 [  7006] By: jhi                                   on 2000/09/02  15:45:41
33201         Log: Unicode notes.
33202      Branch: perl
33203            ! pod/perldelta.pod
33204 ____________________________________________________________________________
33205 [  7005] By: jhi                                   on 2000/09/02  15:42:11
33206         Log: Various Configure nits by Philip Newton,
33207              plus the ebcdic one by me.
33208      Branch: metaconfig
33209            + U/modified/pager.U
33210            ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
33211      Branch: metaconfig/U/perl
33212            ! Devel.U quadfio.U
33213      Branch: perl
33214            ! Configure config_h.SH
33215 ____________________________________________________________________________
33216 [  7004] By: jhi                                   on 2000/09/02  15:06:14
33217         Log: Apparently avoiding the swapping is too costly.
33218              
33219              From: "Ben Tilly" <ben_tilly@hotmail.com>
33220              Subject: Re: the door is closed.
33221              Date: Fri, 01 Sep 2000 20:23:16 EDT
33222              Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
33223      Branch: perl
33224            ! pod/perlfaq4.pod
33225 ____________________________________________________________________________
33226 [  7003] By: nick                                  on 2000/09/02  12:26:04
33227         Log: Undo part of change 6489 which looks like a bulk edit which
33228              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
33229              The supressing of main:: on return from select() is undesirable.
33230      Branch: perl
33231            ! pp_sys.c
33232 ____________________________________________________________________________
33233 [  7002] By: jhi                                   on 2000/09/01  23:08:54
33234         Log: Update Changes.
33235      Branch: perl
33236            ! Changes patchlevel.h
33237 ____________________________________________________________________________
33238 [  7001] By: jhi                                   on 2000/09/01  23:00:13
33239         Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
33240              From: Peter Prymmer <pvhp@forte.com>
33241              Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
33242              Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
33243              
33244              plus rework the http: spots as suggested by Tom Christiansen,
33245              plus regen perltoc.
33246      Branch: perl
33247            ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
33248            ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
33249 ____________________________________________________________________________
33250 [  7000] By: jhi                                   on 2000/09/01  22:36:01
33251         Log: Only the first line, thank you very much.
33252      Branch: perl
33253            ! hints/solaris_2.sh
33254 ____________________________________________________________________________
33255 [  6999] By: gsar                                  on 2000/09/01  22:16:40
33256         Log: change#6791 accidentally clobbered change#6710, put it back
33257      Branch: perl
33258            ! win32/win32.c
33259 ____________________________________________________________________________
33260 [  6998] By: jhi                                   on 2000/09/01  22:14:16
33261         Log: Mention the HP-UX LP64 freak failure.
33262      Branch: perl
33263            ! pod/perldelta.pod
33264 ____________________________________________________________________________
33265 [  6997] By: jhi                                   on 2000/09/01  21:48:32
33266         Log: Detypo.
33267      Branch: perl
33268            ! hints/hpux.sh
33269 ____________________________________________________________________________
33270 [  6996] By: jhi                                   on 2000/09/01  21:27:10
33271         Log: Update Changes.
33272      Branch: perl
33273            ! Changes patchlevel.h
33274 ____________________________________________________________________________
33275 [  6995] By: jhi                                   on 2000/09/01  21:14:24
33276         Log: Mi splgn s gnin.g
33277      Branch: perl
33278            ! pp_ctl.c
33279 ____________________________________________________________________________
33280 [  6994] By: jhi                                   on 2000/09/01  21:09:54
33281         Log: Subject: http:// in L<>
33282              From: Nicholas Clark <nick@ccl4.org>
33283              Date: Fri, 1 Sep 2000 22:03:21 +0100
33284              Message-ID: <20000901220321.B72074@plum.flirble.org>
33285      Branch: perl
33286            ! README.os2 pod/perl56delta.pod pod/perlxs.pod
33287 ____________________________________________________________________________
33288 [  6993] By: jhi                                   on 2000/09/01  21:06:54
33289         Log: Update to Storable 1.0, from Raphael Manfredi.
33290      Branch: perl
33291            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
33292            ! ext/Storable/Makefile.PL ext/Storable/README
33293            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
33294            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
33295            ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
33296            ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
33297            ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
33298            ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
33299 ____________________________________________________________________________
33300 [  6992] By: jhi                                   on 2000/09/01  20:43:05
33301         Log: Mention known sfio+linux buglet.
33302      Branch: perl
33303            ! pod/perldelta.pod
33304 ____________________________________________________________________________
33305 [  6991] By: jhi                                   on 2000/09/01  20:40:11
33306         Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
33307              From: Peter Prymmer <pvhp@forte.com>
33308              Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
33309              Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
33310      Branch: perl
33311            ! vms/vms.c
33312 ____________________________________________________________________________
33313 [  6990] By: jhi                                   on 2000/09/01  20:25:26
33314         Log: Retract #6986.
33315      Branch: perl
33316            ! hints/solaris_2.sh
33317 ____________________________________________________________________________
33318 [  6989] By: jhi                                   on 2000/09/01  20:23:00
33319         Log: Mergesort is back.
33320      Branch: perl
33321            ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
33322 ____________________________________________________________________________
33323 [  6988] By: jhi                                   on 2000/09/01  19:37:40
33324         Log: Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
33325              From: Mike Guy <mjtg@cam.ac.uk>
33326              Date: Fri, 01 Sep 2000 17:43:33 +0100
33327              Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
33328      Branch: perl
33329            ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
33330            ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
33331 ____________________________________________________________________________
33332 [  6987] By: jhi                                   on 2000/09/01  19:17:10
33333         Log: Regen perltoc.
33334      Branch: perl
33335            ! pod/perltoc.pod
33336 ____________________________________________________________________________
33337 [  6986] By: jhi                                   on 2000/09/01  18:51:10
33338         Log: Subject: Re: Solaris x86 has no SPARC libraries!
33339              From: Lupe Christoph <lupe@lupe-christoph.de>
33340              Date: Fri, 1 Sep 2000 20:41:20 +0200
33341              Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
33342      Branch: perl
33343            ! hints/solaris_2.sh
33344 ____________________________________________________________________________
33345 [  6985] By: jhi                                   on 2000/09/01  18:28:10
33346         Log: Update Changes.
33347      Branch: perl
33348            ! Changes patchlevel.h
33349 ____________________________________________________________________________
33350 [  6984] By: jhi                                   on 2000/09/01  18:26:53
33351         Log: Feature ordering tweak.
33352      Branch: perl
33353            ! myconfig.SH
33354 ____________________________________________________________________________
33355 [  6983] By: jhi                                   on 2000/09/01  18:19:50
33356         Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
33357              From: <abigail@foad.org>
33358              Date: Fri, 1 Sep 2000 13:07:32 -0400
33359              Message-ID: <20000901170732.18249.qmail@foad.org>
33360      Branch: perl
33361            ! t/pragma/overload.t
33362 ____________________________________________________________________________
33363 [  6982] By: jhi                                   on 2000/09/01  18:17:54
33364         Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
33365              so that case-ignoring systems like DCL can tell them from
33366              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
33367      Branch: metaconfig/U/perl
33368            ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
33369      Branch: perl
33370            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
33371            ! config_h.SH configure.com epoc/config.sh hints/aix.sh
33372            ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
33373            ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
33374            ! vos/config.def vos/config.h vos/config_h.SH_orig
33375            ! win32/config.bc win32/config.gc win32/config.vc
33376 ____________________________________________________________________________
33377 [  6981] By: nick                                  on 2000/09/01  17:21:57
33378         Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
33379              warning when UNTIE exists and instead pass the cound of extra references to
33380              the UNTIE method.
33381      Branch: perl
33382            ! pod/perltie.pod pp_sys.c
33383 ____________________________________________________________________________
33384 [  6980] By: jhi                                   on 2000/09/01  16:54:44
33385         Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
33386              From: Peter Prymmer <pvhp@forte.com>
33387              Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
33388              Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
33389      Branch: perl
33390            ! configure.com
33391 ____________________________________________________________________________
33392 [  6979] By: jhi                                   on 2000/09/01  16:06:20
33393         Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
33394              From: Mike Guy <mjtg@cam.ac.uk> 
33395              Date: Fri, 01 Sep 2000 16:49:27 +0100
33396              Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>  
33397      Branch: perl
33398            ! t/base/rs.t
33399 ____________________________________________________________________________
33400 [  6978] By: jhi                                   on 2000/09/01  16:00:42
33401         Log: Update to PodParser 1.18, from Brad Appleton.
33402      Branch: perl
33403            ! lib/Pod/Checker.pm t/pod/find.t
33404 ____________________________________________________________________________
33405 [  6977] By: jhi                                   on 2000/09/01  14:48:58
33406         Log: Subject: Nit in Configure (bleadperl@6961)
33407              From: Lupe Christoph <lupe@lupe-christoph.de>
33408              Date: Fri, 1 Sep 2000 16:34:29 +0200
33409              Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
33410      Branch: metaconfig
33411            ! U/compline/ccflags.U
33412      Branch: perl
33413            ! Configure config_h.SH
33414 ____________________________________________________________________________
33415 [  6976] By: jhi                                   on 2000/09/01  14:39:52
33416         Log: Update Changes.
33417      Branch: perl
33418            ! Changes patchlevel.h
33419 ____________________________________________________________________________
33420 [  6975] By: jhi                                   on 2000/09/01  14:37:36
33421         Log: microperl config update.
33422      Branch: perl
33423            ! uconfig.h uconfig.sh
33424 ____________________________________________________________________________
33425 [  6974] By: jhi                                   on 2000/09/01  14:36:53
33426         Log: Document known deficiencies.
33427      Branch: perl
33428            ! pod/perldelta.pod
33429 ____________________________________________________________________________
33430 [  6973] By: jhi                                   on 2000/09/01  14:10:20
33431         Log: Mention warnings fixes and updates.
33432      Branch: perl
33433            ! pod/perldelta.pod
33434 ____________________________________________________________________________
33435 [  6972] By: jhi                                   on 2000/09/01  14:01:52
33436         Log: Drop unused argument.
33437              
33438              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
33439              From: Spider Boardman <spider@web.zk3.dec.com>
33440              Date: Thu, 31 Aug 2000 16:10:15 -0400
33441              Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
33442      Branch: perl
33443            ! toke.c
33444 ____________________________________________________________________________
33445 [  6971] By: jhi                                   on 2000/09/01  13:59:24
33446         Log: Add the overload warnings to perldiag.
33447      Branch: perl
33448            ! lib/overload.pm pod/perldiag.pod
33449 ____________________________________________________________________________
33450 [  6970] By: jhi                                   on 2000/09/01  13:55:10
33451         Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
33452              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
33453              Date: Fri, 1 Sep 2000 13:43:15 +0100 
33454              Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>                
33455      Branch: perl
33456            ! lib/overload.pm t/pragma/overload.t
33457 ____________________________________________________________________________
33458 [  6969] By: jhi                                   on 2000/09/01  13:52:27
33459         Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
33460              From: <abigail@foad.org>
33461              Date: Fri, 1 Sep 2000 05:46:54 -0400
33462              Message-ID: <20000901094654.6476.qmail@foad.org>
33463      Branch: perl
33464            ! lib/overload.pm
33465 ____________________________________________________________________________
33466 [  6968] By: jhi                                   on 2000/09/01  13:50:05
33467         Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
33468              From: Daniel Chetlin <daniel@chetlin.com>
33469              Date: Fri, 1 Sep 2000 02:10:55 -0700
33470              Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
33471      Branch: perl
33472            ! pod/perlretut.pod
33473 ____________________________________________________________________________
33474 [  6967] By: jhi                                   on 2000/09/01  13:47:54
33475         Log: Part of the solution.
33476              
33477              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
33478              From: Mike Guy <mjtg@cam.ac.uk>
33479              Date: Fri, 01 Sep 2000 14:16:01 +0100
33480              Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
33481      Branch: perl
33482            ! gv.c mg.c
33483 ____________________________________________________________________________
33484 [  6966] By: jhi                                   on 2000/09/01  13:46:17
33485         Log: Subject: CPAN.pm beta 1.57_57 for the core
33486              From: andreas.koenig@anima.de (Andreas J. Koenig)
33487              Date: 01 Sep 2000 15:16:31 +0200
33488              Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
33489      Branch: perl
33490            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
33491 ____________________________________________________________________________
33492 [  6965] By: jhi                                   on 2000/09/01  13:43:18
33493         Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
33494              From: "Craig A. Berry" <craig.berry@psinetcs.com>
33495              Date: Fri, 01 Sep 2000 01:47:22 -0500
33496              Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
33497      Branch: perl
33498            ! pod/perldelta.pod vms/vms.c
33499 ____________________________________________________________________________
33500 [  6964] By: jhi                                   on 2000/09/01  13:35:35
33501         Log: File::Temp patches from Andreas König,
33502              
33503              Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8  (UNINSTALLED)
33504              From: andreas.koenig@anima.de (Andreas J. Koenig)
33505              Date: 01 Sep 2000 10:07:20 +0200
33506              Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
33507              
33508              Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
33509              From: andreas.koenig@anima.de (Andreas J. Koenig)
33510              Date: 31 Aug 2000 23:26:08 +0200
33511              Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
33512      Branch: perl
33513            ! lib/File/Temp.pm t/lib/ftmp-security.t
33514 ____________________________________________________________________________
33515 [  6963] By: jhi                                   on 2000/09/01  02:22:24
33516         Log: Retract the mergesort code, way too incompatible licensing
33517              and copyrights.
33518      Branch: perl
33519            ! pod/perldelta.pod pp_ctl.c
33520 ____________________________________________________________________________
33521 [  6962] By: jhi                                   on 2000/08/31  23:27:32
33522         Log: Update Changes.
33523      Branch: perl
33524            ! Changes patchlevel.h
33525 ____________________________________________________________________________
33526 [  6961] By: jhi                                   on 2000/08/31  23:20:04
33527         Log: Small tweaks all over.
33528      Branch: metaconfig
33529            ! U/compline/d_gconvert.U
33530      Branch: perl
33531            ! AUTHORS Configure config_h.SH pp_ctl.c
33532 ____________________________________________________________________________
33533 [  6960] By: jhi                                   on 2000/08/31  22:39:36
33534         Log: Further rewording.
33535      Branch: perl
33536            ! pp_ctl.c
33537 ____________________________________________________________________________
33538 [  6959] By: jhi                                   on 2000/08/31  21:26:44
33539         Log: More address tweaking.
33540      Branch: perl
33541            ! AUTHORS Changes
33542 ____________________________________________________________________________
33543 [  6958] By: jhi                                   on 2000/08/31  20:47:25
33544         Log: AUTHORS tweaks, from Peter Prymmer.
33545              
33546              Subject: [PATCH: 6948] mvs doesn't exist (not any more)
33547              From: Peter Prymmer <pvhp@forte.com>
33548              Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT) 
33549              Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
33550      Branch: perl
33551            ! AUTHORS MAINTAIN
33552 ____________________________________________________________________________
33553 [  6957] By: jhi                                   on 2000/08/31  20:34:43
33554         Log: perldelta tweaks.
33555      Branch: perl
33556            ! pod/perldelta.pod
33557 ____________________________________________________________________________
33558 [  6956] By: jhi                                   on 2000/08/31  19:11:06
33559         Log: Regen perltoc.
33560      Branch: perl
33561            ! pod/perltoc.pod
33562 ____________________________________________________________________________
33563 [  6955] By: jhi                                   on 2000/08/31  19:06:30
33564         Log: Clarify the mergesort situation.
33565      Branch: perl
33566            ! pp_ctl.c
33567 ____________________________________________________________________________
33568 [  6954] By: jhi                                   on 2000/08/31  18:24:17
33569         Log: Move the Solaris 7 scan to use64bitall, make the
33570              failure to find 64-bot sparc libc to mention the
33571              possibility of being in an intel, from Lupe and Alan.
33572      Branch: perl
33573            ! hints/solaris_2.sh
33574 ____________________________________________________________________________
33575 [  6953] By: jhi                                   on 2000/08/31  18:09:20
33576         Log: Forget about NV_MAX (#6951).  Various floating point tweaks,
33577              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
33578      Branch: metaconfig
33579            ! U/compline/d_gconvert.U U/threads/archname.U
33580      Branch: metaconfig/U/perl
33581            ! perlxv.U
33582      Branch: perl
33583            ! Configure config_h.SH sv.c
33584 ____________________________________________________________________________
33585 [  6952] By: jhi                                   on 2000/08/31  17:42:24
33586         Log: :: not allowed in pathnames, change to .
33587              
33588              Subject: [PATCH perl@6938] cygwin port
33589              From: "Fifer, Eric" <EFifer@sanwaint.com>
33590              Date: Thu, 31 Aug 2000 16:32:59 +0100
33591              Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
33592      Branch: metaconfig/U/perl
33593            ! perlxv.U
33594 ____________________________________________________________________________
33595 [  6951] By: jhi                                   on 2000/08/31  17:02:05
33596         Log: Try to deduce NV_MAX.  Really should be Configure fodder.
33597      Branch: perl
33598            ! perl.h
33599 ____________________________________________________________________________
33600 [  6950] By: jhi                                   on 2000/08/31  16:26:08
33601         Log: More author updates.
33602              
33603              Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
33604              From: Simon Cozens <simon@cozens.net>
33605              Date: Thu, 31 Aug 2000 17:13:32 +0100
33606              Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
33607      Branch: perl
33608            ! AUTHORS
33609 ____________________________________________________________________________
33610 [  6949] By: jhi                                   on 2000/08/31  16:04:49
33611         Log: POSIX doesn't report long double values under -Duselongdouble
33612              when the long doubles are "real" (bigger than doubles).
33613              
33614              Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
33615              From: Spider Boardman <spider@peano.zk3.dec.com>
33616              Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
33617              Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
33618      Branch: perl
33619            ! ext/POSIX/POSIX.xs
33620 ____________________________________________________________________________
33621 [  6948] By: jhi                                   on 2000/08/31  15:25:10
33622         Log: Update Changes.
33623      Branch: perl
33624            ! Changes patchlevel.h
33625 ____________________________________________________________________________
33626 [  6947] By: jhi                                   on 2000/08/31  15:22:29
33627         Log: Document UNTIE in a very minimalistic way.
33628      Branch: perl
33629            ! pod/perlfunc.pod pod/perltie.pod
33630 ____________________________________________________________________________
33631 [  6946] By: jhi                                   on 2000/08/31  15:15:23
33632         Log: Document known failures.
33633      Branch: perl
33634            ! pod/perldelta.pod
33635 ____________________________________________________________________________
33636 [  6945] By: jhi                                   on 2000/08/31  15:07:00
33637         Log: Don't attach -ld to the archname if pointless.
33638      Branch: metaconfig
33639            ! U/threads/archname.U
33640      Branch: perl
33641            ! Configure config_h.SH
33642 ____________________________________________________________________________
33643 [  6944] By: jhi                                   on 2000/08/31  14:37:42
33644         Log: Wrap the test in eval.
33645              
33646              Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
33647              From: Tim Jenness <timj@jach.hawaii.edu>
33648              Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
33649              Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
33650      Branch: perl
33651            ! t/lib/ftmp-security.t
33652 ____________________________________________________________________________
33653 [  6943] By: jhi                                   on 2000/08/31  14:30:57
33654         Log: Make -Dusemorebits find long doubles in Solaris.
33655      Branch: perl
33656            ! hints/solaris_2.sh
33657 ____________________________________________________________________________
33658 [  6942] By: jhi                                   on 2000/08/31  13:48:45
33659         Log: Clarify the third case of ftmp-security warnings.
33660      Branch: perl
33661            ! INSTALL
33662 ____________________________________________________________________________
33663 [  6941] By: jhi                                   on 2000/08/31  13:40:31
33664         Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
33665              From: <abigail@foad.org>
33666              Date: Thu, 31 Aug 2000 01:35:05 -0400
33667              Message-ID: <20000831053505.32120.qmail@foad.org>
33668      Branch: perl
33669            ! pod/perldelta.pod
33670 ____________________________________________________________________________
33671 [  6940] By: jhi                                   on 2000/08/31  13:38:48
33672         Log: Issue useful diagnostic on unknown pod commands.
33673              
33674              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
33675              From: <abigail@foad.org>
33676              Date: Thu, 31 Aug 2000 03:41:18 -0400
33677              Message-ID: <20000831074118.24880.qmail@foad.org>
33678      Branch: perl
33679            ! lib/Pod/Man.pm
33680 ____________________________________________________________________________
33681 [  6939] By: jhi                                   on 2000/08/31  13:34:33
33682         Log: Reveal Borland's isnan.
33683              
33684              Subject: build with BC++ tweak
33685              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
33686              Date: Thu, 31 Aug 2000 13:09:37 +0400
33687              Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
33688      Branch: perl
33689            ! win32/win32.h
33690 ____________________________________________________________________________
33691 [  6938] By: jhi                                   on 2000/08/31  05:01:20
33692         Log: Update Changes.
33693      Branch: perl
33694            ! Changes patchlevel.h
33695 ____________________________________________________________________________
33696 [  6937] By: jhi                                   on 2000/08/31  04:26:23
33697         Log: sscanf() may be the only way to read long doubles from strings.
33698      Branch: metaconfig/U/perl
33699            ! longdblfio.U
33700      Branch: perl
33701            ! Configure config_h.SH perl.h util.c
33702 ____________________________________________________________________________
33703 [  6936] By: jhi                                   on 2000/08/31  04:18:19
33704         Log: The #6929 was too skimpy.
33705      Branch: perl
33706            ! sv.c
33707 ____________________________________________________________________________
33708 [  6935] By: jhi                                   on 2000/08/31  02:47:07
33709         Log: Subject: Re: typos in pods
33710              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
33711              Date: Wed, 30 Aug 2000 19:25:34 -0700
33712              Message-ID: <eIcr5gzkg25X092yn@efn.org>
33713      Branch: perl
33714            ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
33715 ____________________________________________________________________________
33716 [  6934] By: jhi                                   on 2000/08/31  02:42:55
33717         Log: Missed one Unicode file.
33718      Branch: perl
33719            + lib/unicode/UCDFF301.html
33720 ____________________________________________________________________________
33721 [  6933] By: jhi                                   on 2000/08/30  23:42:27
33722         Log: Update Changes.
33723      Branch: perl
33724            ! Changes patchlevel.h
33725 ____________________________________________________________________________
33726 [  6932] By: jhi                                   on 2000/08/30  23:40:07
33727         Log: Mention UNTIE in perldelta.  Still needs documenting
33728              in perltie et alia.
33729      Branch: perl
33730            ! pod/perldelta.pod
33731 ____________________________________________________________________________
33732 [  6931] By: jhi                                   on 2000/08/30  23:36:02
33733         Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
33734              From: <abigail@foad.org>
33735              Date: Wed, 30 Aug 2000 19:28:07 -0400
33736              Message-ID: <20000830232807.305.qmail@foad.org>
33737      Branch: perl
33738            ! pod/perldelta.pod
33739 ____________________________________________________________________________
33740 [  6930] By: jhi                                   on 2000/08/30  23:32:40
33741         Log: Update to Unicode 3.0.1.
33742      Branch: perl
33743            + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
33744            + lib/unicode/PropList.txt lib/unicode/README.perl
33745            + lib/unicode/UCD301.html lib/unicode/Unicode.301
33746            - lib/unicode/Props.txt lib/unicode/UCD300.html
33747            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
33748            ! (edit 257 files)
33749 ____________________________________________________________________________
33750 [  6929] By: jhi                                   on 2000/08/30  22:38:18
33751         Log: Heap decorruption.
33752              
33753              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
33754              From: Alan Burlison <Alan.Burlison@uk.sun.com>
33755              Date: Wed, 30 Aug 2000 22:39:52 +0100
33756              Message-ID: <39AD7F28.A06533CF@uk.sun.com>
33757      Branch: perl
33758            ! sv.c
33759 ____________________________________________________________________________
33760 [  6928] By: jhi                                   on 2000/08/30  22:29:34
33761         Log: Retract the dummy test, skip the security tests (instead of failing),
33762              explain what the warnings mean.
33763      Branch: perl
33764            ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
33765 ____________________________________________________________________________
33766 [  6927] By: jhi                                   on 2000/08/30  22:14:13
33767         Log: Change the internal implementation of sort() to be mergesort
33768              instead of quicksort, from John Linderman <jpl@research.att.com>.
33769              Gives us better worst case, better average case, and stability.
33770              What's there not to like?  (Small fixes for threaded builds
33771              were required).
33772      Branch: perl
33773            ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
33774 ____________________________________________________________________________
33775 [  6926] By: jhi                                   on 2000/08/30  20:55:20
33776         Log: A better fix for the Socket building problem from Craig Berry.
33777      Branch: perl
33778            ! vms/vms.c
33779 ____________________________________________________________________________
33780 [  6925] By: jhi                                   on 2000/08/30  20:20:25
33781         Log: Subject: [PATCH] Re: UNTIE method 
33782              From: Nick Ing-Simmons <nik@tiuk.ti.com>
33783              Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
33784              Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
33785      Branch: perl
33786            ! pp_sys.c t/op/tie.t
33787 ____________________________________________________________________________
33788 [  6924] By: jhi                                   on 2000/08/30  20:17:11
33789         Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
33790              From: "Craig A. Berry" <craig.berry@psinetcs.com>
33791              Date: Wed, 30 Aug 2000 15:03:14 -0500
33792              Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
33793      Branch: perl
33794            ! vms/vms.c
33795 ____________________________________________________________________________
33796 [  6923] By: jhi                                   on 2000/08/30  20:15:18
33797         Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
33798              From: "Craig A. Berry" <craig.berry@psinetcs.com>
33799              Date: Wed, 30 Aug 2000 13:30:36 -0500
33800              Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
33801      Branch: perl
33802            ! vms/vms.c
33803 ____________________________________________________________________________
33804 [  6922] By: jhi                                   on 2000/08/30  19:54:43
33805         Log: Better options for rsync.
33806      Branch: perl
33807            ! pod/perlhack.pod
33808 ____________________________________________________________________________
33809 [  6921] By: jhi                                   on 2000/08/30  19:40:16
33810         Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
33811              From: Rick Delaney <rick@consumercontact.com>
33812              Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
33813              Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
33814      Branch: perl
33815            ! pod/perlfunc.pod
33816 ____________________________________________________________________________
33817 [  6920] By: jhi                                   on 2000/08/30  19:36:40
33818         Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
33819              From: Peter Prymmer <pvhp@forte.com>
33820              Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
33821              Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
33822      Branch: perl
33823            ! configure.com
33824 ____________________________________________________________________________
33825 [  6919] By: jhi                                   on 2000/08/30  14:52:02
33826         Log: Update Changes.
33827      Branch: perl
33828            ! Changes patchlevel.h
33829 ____________________________________________________________________________
33830 [  6918] By: jhi                                   on 2000/08/30  14:48:34
33831         Log: NVs not necessarily doubles, as pointed out by Yitzchak.
33832      Branch: perl
33833            ! lib/ExtUtils/typemap
33834 ____________________________________________________________________________
33835 [  6917] By: jhi                                   on 2000/08/30  14:46:34
33836         Log: Subject: typos in pods
33837              From: Nicholas Clark <nick@ccl4.org>
33838              Date: Wed, 30 Aug 2000 01:12:50 +0100
33839              Message-ID: <20000830011249.A61388@plum.flirble.org>
33840      Branch: perl
33841            ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
33842            ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
33843            ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
33844            ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
33845 ____________________________________________________________________________
33846 [  6916] By: jhi                                   on 2000/08/30  14:19:09
33847         Log: Document Storable problems on Crays.  (Will have
33848              to document all the other Storable problems, too.)
33849      Branch: perl
33850            ! pod/perldelta.pod
33851 ____________________________________________________________________________
33852 [  6915] By: jhi                                   on 2000/08/30  14:06:02
33853         Log: Subject: [PATCH] fix misc cast warnings
33854              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
33855              Date: Tue, 29 Aug 2000 23:16:14 -0700
33856              Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
33857      Branch: perl
33858            ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
33859            ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
33860            ! os2/os2ish.h
33861 ____________________________________________________________________________
33862 [  6914] By: jhi                                   on 2000/08/30  14:03:45
33863         Log: Timestamp mismatch again.  Need to fix this dependence on
33864              config_h.SH timestamp, since it's the contents of config_h.SH
33865              that matter.
33866      Branch: perl
33867            ! uconfig.h uconfig.sh
33868 ____________________________________________________________________________
33869 [  6913] By: jhi                                   on 2000/08/30  13:54:06
33870         Log: Don't say "Perl 5.0 source kit".
33871      Branch: perl
33872            ! perl.c
33873 ____________________________________________________________________________
33874 [  6912] By: jhi                                   on 2000/08/30  13:51:24
33875         Log: Reset archname and archname64 always, forcing them be
33876              recomputed at each Configure run, make Configure and
33877              the hints files agree on the naming of largefiles variables.
33878      Branch: metaconfig
33879            ! U/threads/archname.U
33880      Branch: metaconfig/U/perl
33881            ! use64bits.U
33882      Branch: perl
33883            ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
33884            ! hints/linux.sh hints/solaris_2.sh
33885 ____________________________________________________________________________
33886 [  6911] By: jhi                                   on 2000/08/30  13:30:13
33887         Log: Put back the slice accidentally removed by #6907.
33888      Branch: perl
33889            ! hints/solaris_2.sh
33890 ____________________________________________________________________________
33891 [  6910] By: jhi                                   on 2000/08/30  01:24:26
33892         Log: Be consistent: other Net::get* do export theirs.
33893              
33894              Subject: Re: Net::protoent does not export 'getproto'
33895              From: Yasushi Nakajima <sey@jkc.co.jp>
33896              Date: Wed, 30 Aug 2000 09:53:14 +0900
33897              Message-Id: <200008300051.DAA24700@taku.hut.fi>
33898      Branch: perl
33899            ! lib/Net/protoent.pm
33900 ____________________________________________________________________________
33901 [  6909] By: jhi                                   on 2000/08/30  01:17:25
33902         Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
33903              From: Gurusamy Sarathy <gsar@ActiveState.com>
33904              Date: Tue, 29 Aug 2000 17:17:07 -0700
33905              Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
33906      Branch: perl
33907            ! cop.h
33908 ____________________________________________________________________________
33909 [  6908] By: jhi                                   on 2000/08/30  00:58:05
33910         Log: Update Changes.
33911      Branch: perl
33912            ! Changes patchlevel.h
33913 ____________________________________________________________________________
33914 [  6907] By: jhi                                   on 2000/08/30  00:57:22
33915         Log: Introduce ccname to keep track of what compiler kind of we have.
33916      Branch: metaconfig/U/perl
33917            ! Checkcc.U gccvers.U
33918      Branch: perl
33919            ! Configure config_h.SH hints/solaris_2.sh
33920 ____________________________________________________________________________
33921 [  6906] By: jhi                                   on 2000/08/30  00:25:47
33922         Log: Put back the flags dump as reasoned in
33923              
33924              Subject: Re: [PATCH] Glob dumping
33925              From: Mike Guy <mjtg@cam.ac.uk> 
33926              Date: Tue, 29 Aug 2000 21:41:32 +0100
33927              Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
33928      Branch: perl
33929            ! dump.c t/lib/peek.t
33930 ____________________________________________________________________________
33931 [  6905] By: jhi                                   on 2000/08/30  00:16:17
33932         Log: Make the epsilon to be relative, not absolute.
33933              
33934              Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
33935              From: Spider Boardman <spider-perl@orb.nashua.nh.us>
33936              Date: Tue, 29 Aug 2000 19:58:56 -0400
33937              Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
33938      Branch: perl
33939            ! t/lib/trig.t
33940 ____________________________________________________________________________
33941 [  6904] By: jhi                                   on 2000/08/30  00:13:09
33942         Log: From now on, Gisle is on my list of usual suspects :-)
33943              Retract #6902.
33944      Branch: perl
33945            ! ext/Opcode/Safe.pm
33946 ____________________________________________________________________________
33947 [  6903] By: jhi                                   on 2000/08/29  23:51:20
33948         Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
33949              From: "Craig A. Berry" <craig.berry@psinetcs.com>
33950              Date: Tue, 29 Aug 2000 18:43:26 -0500
33951              Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
33952      Branch: perl
33953            + vms/vmspipe.com
33954            ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
33955            ! vms/vms.c
33956 ____________________________________________________________________________
33957 [  6902] By: jhi                                   on 2000/08/29  23:44:14
33958         Log: Retry what #6882 attempted.
33959              
33960              Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
33961              From: Gisle Aas <gisle@ActiveState.com>
33962              Date: 30 Aug 2000 00:33:09 +0200
33963              Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
33964      Branch: perl
33965            ! ext/Opcode/Safe.pm
33966 ____________________________________________________________________________
33967 [  6901] By: jhi                                   on 2000/08/29  22:59:32
33968         Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
33969              From: Hugo <hv@crypt.compulink.co.uk>
33970              Date: Mon, 12 Jun 2000 19:36:08 +0100
33971              Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
33972      Branch: perl
33973            ! sv.c
33974 ____________________________________________________________________________
33975 [  6900] By: jhi                                   on 2000/08/29  22:58:35
33976         Log: Admit that we are leaking scalars.
33977              
33978              Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
33979              From: Spider Boardman <spider@leggy.zk3.dec.com>
33980              Date: Tue, 29 Aug 2000 18:48:29 -0400
33981              Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
33982      Branch: perl
33983            ! t/pragma/warnings.t
33984 ____________________________________________________________________________
33985 [  6899] By: jhi                                   on 2000/08/29  20:53:13
33986         Log: Update Changes.
33987      Branch: perl
33988            ! Changes patchlevel.h
33989 ____________________________________________________________________________
33990 [  6898] By: jhi                                   on 2000/08/29  20:46:21
33991         Log: Undo namespace pollution of #6878.
33992              
33993              Subject: Re: Net::protoent does not export 'getproto'
33994              From: Mike Guy <mjtg@cam.ac.uk>
33995              Date: Tue, 29 Aug 2000 21:32:37 +0100
33996              Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
33997      Branch: perl
33998            ! lib/Net/protoent.pm
33999 ____________________________________________________________________________
34000 [  6897] By: jhi                                   on 2000/08/29  20:44:29
34001         Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
34002              From: Peter Prymmer <pvhp@forte.com>
34003              Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
34004              Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
34005      Branch: perl
34006            ! pod/perlebcdic.pod
34007 ____________________________________________________________________________
34008 [  6896] By: jhi                                   on 2000/08/29  20:40:57
34009         Log: There's no point repeating the 'revision' (5) of perl5.
34010      Branch: metaconfig/U/perl
34011            ! Devel.U patchlevel.U
34012      Branch: perl
34013            ! Configure config_h.SH
34014 ____________________________________________________________________________
34015 [  6895] By: jhi                                   on 2000/08/29  20:16:58
34016         Log: Regen Configure for #6894.
34017      Branch: metaconfig/U/perl
34018            ! perladmin.U
34019      Branch: perl
34020            ! Configure config_h.SH
34021 ____________________________________________________________________________
34022 [  6894] By: jhi                                   on 2000/08/29  19:59:52
34023         Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
34024              From: "Philip Newton" <Philip.Newton@gmx.net>
34025              Date: Tue, 29 Aug 2000 21:39:14 +0200
34026              Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
34027      Branch: perl
34028            ! Configure INSTALL README hints/README.hints hints/bsdos.sh
34029            ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
34030            ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
34031            ! utils/perlbug.PL
34032 ____________________________________________________________________________
34033 [  6893] By: jhi                                   on 2000/08/29  19:55:30
34034         Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
34035              From: "Philip Newton" <Philip.Newton@gmx.net>
34036              Date: Tue, 29 Aug 2000 21:39:14 +0200
34037              Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
34038      Branch: perl
34039            ! installhtml
34040 ____________________________________________________________________________
34041 [  6892] By: jhi                                   on 2000/08/29  19:53:59
34042         Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
34043              From: "Philip Newton" <Philip.Newton@gmx.net>
34044              Date: Tue, 29 Aug 2000 21:48:18 +0200
34045              Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
34046      Branch: perl
34047            ! lib/File/Temp.pm
34048 ____________________________________________________________________________
34049 [  6891] By: jhi                                   on 2000/08/29  18:30:03
34050         Log: Nail the ID 20000828.023.
34051      Branch: perl
34052            ! ext/Storable/Storable.xs
34053 ____________________________________________________________________________
34054 [  6890] By: jhi                                   on 2000/08/29  16:50:17
34055         Log: Under usethreads the dumped variable is IN_PAD.
34056              
34057              Subject: Re: [PATCH] Glob dumping
34058              From: Gisle Aas <gisle@ActiveState.com>
34059              Date: 29 Aug 2000 18:45:05 +0200
34060              Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
34061      Branch: perl
34062            ! t/lib/peek.t
34063 ____________________________________________________________________________
34064 [  6889] By: jhi                                   on 2000/08/29  15:17:37
34065         Log: Update Changes.
34066      Branch: perl
34067            ! Changes patchlevel.h
34068 ____________________________________________________________________________
34069 [  6888] By: jhi                                   on 2000/08/29  14:49:59
34070         Log: Retract #6882, broke the safe tests.
34071      Branch: perl
34072            ! ext/Opcode/Safe.pm
34073 ____________________________________________________________________________
34074 [  6887] By: jhi                                   on 2000/08/29  14:47:06
34075         Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
34076              From: Gisle Aas <gisle@ActiveState.com> 
34077              Date: 09 Jun 2000 20:00:11 +0200
34078              Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
34079      Branch: perl
34080            ! utils/perldoc.PL
34081 ____________________________________________________________________________
34082 [  6886] By: jhi                                   on 2000/08/29  14:42:45
34083         Log: The #6881 removed one dump line.
34084      Branch: perl
34085            ! t/lib/peek.t
34086 ____________________________________________________________________________
34087 [  6885] By: jhi                                   on 2000/08/29  14:30:47
34088         Log: Don't forget to tidy up.
34089      Branch: perl
34090            ! t/lib/ftmp-security.t
34091 ____________________________________________________________________________
34092 [  6884] By: jhi                                   on 2000/08/29  14:25:17
34093         Log: Disabling the one test is a bit tricky.
34094      Branch: perl
34095            ! t/lib/ftmp-security.t
34096 ____________________________________________________________________________
34097 [  6883] By: jhi                                   on 2000/08/29  14:16:25
34098         Log: Disable one of the tests for now.
34099      Branch: perl
34100            ! t/lib/ftmp-security.t
34101 ____________________________________________________________________________
34102 [  6882] By: jhi                                   on 2000/08/29  14:05:50
34103         Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
34104              From: gisle@aas.no
34105              Date: 29 Aug 2000 10:35:06 -0000
34106              Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
34107      Branch: perl
34108            ! ext/Opcode/Safe.pm
34109 ____________________________________________________________________________
34110 [  6881] By: jhi                                   on 2000/08/29  14:03:51
34111         Log: Subject: [PATCH] Glob dumping
34112              From: Gisle Aas <gisle@ActiveState.com>
34113              Date: 29 Aug 2000 07:59:42 -0000
34114              Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
34115      Branch: perl
34116            ! dump.c
34117 ____________________________________________________________________________
34118 [  6880] By: jhi                                   on 2000/08/29  14:02:01
34119         Log: Subject: [PATCH] Warnings in B::Deparse
34120              From: <abigail@foad.org>
34121              Date: Tue, 29 Aug 2000 00:00:01 -0400
34122              Message-ID: <20000829040001.2999.qmail@foad.org>
34123      Branch: perl
34124            ! ext/B/B/Deparse.pm
34125 ____________________________________________________________________________
34126 [  6879] By: jhi                                   on 2000/08/29  13:57:26
34127         Log: Missed a change in #6869.
34128      Branch: perl
34129            ! mg.c
34130 ____________________________________________________________________________
34131 [  6878] By: jhi                                   on 2000/08/29  13:45:04
34132         Log: Subject: Net::protoent does not export 'getproto'
34133              From: Yasushi Nakajima <sey@jkc.co.jp>
34134              Date: Tue, 29 Aug 2000 17:28:57 +0900                 
34135      Branch: perl
34136            ! lib/Net/protoent.pm
34137 ____________________________________________________________________________
34138 [  6877] By: jhi                                   on 2000/08/29  13:39:19
34139         Log: Patches all over for people and the files they (hopefully) care about.
34140      Branch: perl
34141            ! AUTHORS Changes MAINTAIN
34142 ____________________________________________________________________________
34143 [  6876] By: jhi                                   on 2000/08/29  12:53:54
34144         Log: Fix for thinko in #6848.
34145              
34146              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
34147              From: Lupe Christoph <lupe@lupe-christoph.de>
34148              Date: Tue, 29 Aug 2000 09:04:08 +0200
34149              Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
34150      Branch: perl
34151            ! ext/Thread/Thread.xs
34152 ____________________________________________________________________________
34153 [  6875] By: jhi                                   on 2000/08/29  12:50:14
34154         Log: Update to Getopt::Long 2.24, from Johan Vromans.
34155      Branch: perl
34156            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
34157 ____________________________________________________________________________
34158 [  6874] By: jhi                                   on 2000/08/29  02:09:53
34159         Log: Use minimal @INC in tests, most of the time just '../lib',
34160              so that we simply can't pick up stuff from other Perls than
34161              the one we are testing.  Pointed out by
34162              
34163              From: Mike Guy <mjtg@cam.ac.uk>
34164              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
34165              Date: Fri, 25 Aug 2000 15:15:59 +0100
34166              Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
34167      Branch: perl
34168            ! (edit 185 files)
34169 ____________________________________________________________________________
34170 [  6873] By: jhi                                   on 2000/08/29  01:07:11
34171         Log: Subject: [PATCH] Re: files not cleaned even by veryclean
34172              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
34173              Date: Mon, 28 Aug 2000 17:45:52 -0700
34174              Message-ID: <Afwq5gzkg2UB092yn@efn.org>
34175      Branch: perl
34176            ! Makefile.SH hints/os2.sh
34177 ____________________________________________________________________________
34178 [  6872] By: jhi                                   on 2000/08/28  23:33:39
34179         Log: Subject: [PATCH bleedperl@6866] spellings
34180              From: marcel@codewerk.com (Marcel Grunauer)
34181              Date: Tue, 29 Aug 2000 01:19:59 +0200
34182              Message-Id: <200008282319.BAA29862@gandalf.local>
34183      Branch: perl
34184            ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
34185            ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
34186            ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
34187 ____________________________________________________________________________
34188 [  6871] By: jhi                                   on 2000/08/28  23:22:09
34189         Log: Take out the SUIDMAIL thing, that will not be
34190              a problem in 5.7.*.
34191      Branch: perl
34192            ! patchlevel.h
34193 ____________________________________________________________________________
34194 [  6870] By: jhi                                   on 2000/08/28  23:19:30
34195         Log: -S is the silent flag, -s is the strip flag.
34196              
34197              Subject: [PATCH] Re: [PATCH] make no-install          
34198              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
34199              Date: Mon, 28 Aug 2000 15:12:55 -0700
34200              Message-ID: <nPuq5gzkg2FO092yn@efn.org> 
34201      Branch: perl
34202            ! Makefile.SH
34203 ____________________________________________________________________________
34204 [  6869] By: jhi                                   on 2000/08/28  23:12:05
34205         Log: Subject: [PATCH bleedperl@6856] warnings fixes
34206              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
34207              Date: Mon, 28 Aug 2000 23:55:06 +0100
34208              Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
34209      Branch: perl
34210            ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
34211            ! warnings.h warnings.pl
34212 ____________________________________________________________________________
34213 [  6868] By: jhi                                   on 2000/08/28  21:38:22
34214         Log: Potential cruft.
34215      Branch: perl
34216            ! Makefile.SH
34217 ____________________________________________________________________________
34218 [  6867] By: jhi                                   on 2000/08/28  21:35:36
34219         Log: Update Changes.
34220      Branch: perl
34221            ! Changes patchlevel.h
34222 ____________________________________________________________________________
34223 [  6866] By: jhi                                   on 2000/08/28  21:33:49
34224         Log: Subject: hv.h Doc Patch
34225              From: Fisher Mark <fisherm@tce.com>
34226              Date: Mon, 28 Aug 2000 16:24:59 -0500
34227              Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
34228      Branch: perl
34229            ! hv.h
34230 ____________________________________________________________________________
34231 [  6865] By: jhi                                   on 2000/08/28  21:02:15
34232         Log: Add -ld to archname on long tr...double platforms.
34233      Branch: metaconfig
34234            ! U/threads/archname.U
34235      Branch: perl
34236            ! Configure config_h.SH
34237 ____________________________________________________________________________
34238 [  6864] By: jhi                                   on 2000/08/28  20:38:59
34239         Log: An attempt to fix the problem reported in
34240              
34241              Subject: Building perl@6856 using gcc/AIX 4.3.3 
34242              From: Daniel Muino <dmuino@afip.gov.ar> 
34243              Date: Mon, 28 Aug 2000 15:50:01 -0300   
34244              Message-ID: <20000828155001.A14403@con2-dgi>
34245              
34246              I can't test this properly since the gcc installation I have
34247              access to seems to be botched (gcc is calling the AIX cpp,
34248              a losing proposition...)
34249      Branch: perl
34250            ! hints/aix.sh
34251 ____________________________________________________________________________
34252 [  6863] By: jhi                                   on 2000/08/28  18:57:52
34253         Log: Fix for ID 20000828.001, long doubles were not formatted
34254              correctly (showed up in $], which stopped installing perl).
34255      Branch: perl
34256            ! sv.c
34257 ____________________________________________________________________________
34258 [  6862] By: jhi                                   on 2000/08/28  18:07:15
34259         Log: Typo in #6858.
34260      Branch: perl
34261            ! lib/Cwd.pm
34262 ____________________________________________________________________________
34263 [  6861] By: jhi                                   on 2000/08/28  17:57:27
34264         Log: opmini.o may be left around if a build is interrupted.
34265      Branch: perl
34266            ! Makefile.SH
34267 ____________________________________________________________________________
34268 [  6860] By: jhi                                   on 2000/08/28  16:52:50
34269         Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
34270              From: Daniel Chetlin <daniel@chetlin.com>
34271              Date: Mon, 28 Aug 2000 01:14:18 -0700
34272              Message-ID: <20000828011418.J769@ilmd.chetlin.org>
34273      Branch: perl
34274            ! lib/overload.pm
34275 ____________________________________________________________________________
34276 [  6859] By: jhi                                   on 2000/08/28  16:08:46
34277         Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
34278              From: Nicholas Clark <nick@ccl4.org>
34279              Date: Mon, 28 Aug 2000 16:03:27 +0100
34280              Message-Id: <20000828160327.C49785@plum.flirble.org>
34281      Branch: perl
34282            ! ext/ByteLoader/bytecode.h
34283 ____________________________________________________________________________
34284 [  6858] By: jhi                                   on 2000/08/28  16:02:10
34285         Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
34286              From: Wolfgang Laun <wolfgang.laun@alcatel.at>
34287              Date: Mon, 28 Aug 2000 13:08:30 +0200
34288              Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
34289      Branch: perl
34290            ! lib/Cwd.pm
34291 ____________________________________________________________________________
34292 [  6857] By: jhi                                   on 2000/08/28  15:42:47
34293         Log: display_format used as a class method without arguments was broken,
34294              reported in
34295              
34296              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
34297              From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
34298              Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
34299              Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
34300      Branch: perl
34301            ! lib/Math/Complex.pm t/lib/complex.t
34302 ____________________________________________________________________________
34303 [  6856] By: jhi                                   on 2000/08/27  22:09:48
34304         Log: Update Changes.
34305      Branch: perl
34306            ! Changes patchlevel.h
34307 ____________________________________________________________________________
34308 [  6855] By: jhi                                   on 2000/08/27  21:59:21
34309         Log: Retract #6853 (false alarm).
34310      Branch: perl
34311            ! lib/ExtUtils/xsubpp
34312 ____________________________________________________________________________
34313 [  6854] By: jhi                                   on 2000/08/27  21:37:44
34314         Log: Update Changes.
34315      Branch: perl
34316            ! Changes patchlevel.h
34317 ____________________________________________________________________________
34318 [  6853] By: jhi                                   on 2000/08/27  21:37:16
34319         Log: Subject: [PATCH perl@6850] workaround for xsubpp
34320              From: Hugo <hv@crypt.compulink.co.uk>
34321              Date: Sun, 27 Aug 2000 22:30:25 +0100
34322              Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
34323      Branch: perl
34324            ! lib/ExtUtils/xsubpp
34325 ____________________________________________________________________________
34326 [  6852] By: jhi                                   on 2000/08/27  21:33:58
34327         Log: Big-endian 64-bit patch from Raphael Manfredi.
34328      Branch: perl
34329            ! ext/Storable/Storable.xs
34330 ____________________________________________________________________________
34331 [  6851] By: jhi                                   on 2000/08/27  21:22:21
34332         Log: More ruthless editing from Hugo van der Sanden.
34333      Branch: perl
34334            ! pod/perldelta.pod
34335 ____________________________________________________________________________
34336 [  6850] By: jhi                                   on 2000/08/27  16:11:46
34337         Log: Update Changes.
34338      Branch: perl
34339            ! Changes patchlevel.h
34340 ____________________________________________________________________________
34341 [  6849] By: jhi                                   on 2000/08/27  16:11:05
34342         Log: Provice virtual $Config{ccflags_nolargefiles} etc. 
34343      Branch: perl
34344            ! configpm pod/perldelta.pod
34345 ____________________________________________________________________________
34346 [  6848] By: jhi                                   on 2000/08/27  15:35:08
34347         Log: Use the actual thread type, not the pointer-to-struct.
34348      Branch: perl
34349            ! ext/Thread/Thread.xs
34350 ____________________________________________________________________________
34351 [  6847] By: jhi                                   on 2000/08/27  15:30:49
34352         Log: Test nit.
34353      Branch: perl
34354            ! t/pragma/warn/pp_sys
34355 ____________________________________________________________________________
34356 [  6846] By: jhi                                   on 2000/08/27  15:19:02
34357         Log: Passing -R in ldflags makes now it to appear in the default
34358              for lddlflags, just like with -L.
34359              
34360              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
34361              From: Lupe Christoph <lupe@lupe-christoph.de>
34362              Date: Sun, 27 Aug 2000 10:28:21 +0200
34363              Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
34364      Branch: metaconfig/U/perl
34365            ! dlsrc.U
34366      Branch: perl
34367            ! Configure
34368 ____________________________________________________________________________
34369 [  6845] By: jhi                                   on 2000/08/27  15:08:54
34370         Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
34371              From: Alan Burlison <Alan.Burlison@uk.sun.com>
34372              Date: Sat, 26 Aug 2000 22:23:27 +0100
34373              Message-ID: <39A8354F.E1E832C9@uk.sun.com>
34374      Branch: perl
34375            ! lib/ExtUtils/MM_Unix.pm
34376 ____________________________________________________________________________
34377 [  6844] By: jhi                                   on 2000/08/27  15:02:37
34378         Log: DJGPP update from Laszlo Molnar.
34379              
34380              Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
34381              From: ml1050 <ml1050@freemail.hu>
34382              Date: Sat, 26 Aug 2000 23:24:40 +0200
34383              Message-Id: <20000826232440.A439@freemail.hu>
34384      Branch: perl
34385            ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
34386            ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
34387 ____________________________________________________________________________
34388 [  6843] By: jhi                                   on 2000/08/27  14:53:58
34389         Log: Subject: installman buglet
34390              From: Lupe Christoph <lupe@lupe-christoph.de>
34391              Date: Sun, 27 Aug 2000 14:38:59 +0200
34392              Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
34393      Branch: perl
34394            ! installman
34395 ____________________________________________________________________________
34396 [  6842] By: jhi                                   on 2000/08/27  14:52:08
34397         Log: Can't get the test to reliably work thanks to the
34398              inaccurateness of floating point.  "Resolves" bug ids
34399              20000826.003, 20000826.009, 20000826.010,
34400      Branch: perl
34401            ! t/lib/trig.t
34402 ____________________________________________________________________________
34403 [  6841] By: jhi                                   on 2000/08/26  15:53:58
34404         Log: Update Changes.
34405      Branch: perl
34406            ! Changes patchlevel.h
34407 ____________________________________________________________________________
34408 [  6840] By: jhi                                   on 2000/08/26  14:23:03
34409         Log: grep -e isn't portable.
34410              
34411              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
34412              From: chris@broadband.att.com
34413              Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
34414              Message-Id: <200008260617.AAA10219@lazlo.tci.com>
34415      Branch: perl
34416            ! hints/solaris_2.sh
34417 ____________________________________________________________________________
34418 [  6839] By: jhi                                   on 2000/08/26  14:12:23
34419         Log: no-install target a la make -n.
34420              
34421              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
34422              From: <abigail@foad.org>
34423              Date: Sat, 26 Aug 2000 03:57:34 -0400
34424              Message-ID: <20000826075735.18912.qmail@foad.org>
34425      Branch: perl
34426            ! Makefile.SH installman installperl
34427 ____________________________________________________________________________
34428 [  6838] By: jhi                                   on 2000/08/26  14:06:33
34429         Log: Retract #6826 as the #6828 should be do the same
34430              in a More Correct Way.
34431      Branch: perl
34432            ! installperl
34433 ____________________________________________________________________________
34434 [  6837] By: jhi                                   on 2000/08/26  05:24:00
34435         Log: More casting.
34436      Branch: perl
34437            ! ext/Storable/Storable.xs
34438 ____________________________________________________________________________
34439 [  6836] By: jhi                                   on 2000/08/26  05:05:46
34440         Log: Nicer in decimal.
34441      Branch: perl
34442            ! ext/Storable/Storable.xs
34443 ____________________________________________________________________________
34444 [  6835] By: jhi                                   on 2000/08/26  05:03:50
34445         Log: There be no UVdf.
34446      Branch: perl
34447            ! ext/Storable/Storable.xs
34448 ____________________________________________________________________________
34449 [  6834] By: jhi                                   on 2000/08/26  05:00:18
34450         Log: Continue IVdfing and UVxfing.
34451      Branch: perl
34452            ! ext/Storable/Storable.xs
34453 ____________________________________________________________________________
34454 [  6833] By: jhi                                   on 2000/08/26  04:53:14
34455         Log: Use IVdf.
34456      Branch: perl
34457            ! ext/Storable/Storable.xs
34458 ____________________________________________________________________________
34459 [  6832] By: jhi                                   on 2000/08/26  04:40:41
34460         Log: Document PTR2XX and INT2PTR.
34461      Branch: perl
34462            ! pod/perlguts.pod
34463 ____________________________________________________________________________
34464 [  6831] By: jhi                                   on 2000/08/26  04:33:18
34465         Log: Use UVxf, PTR2UV, NVff.
34466      Branch: perl
34467            ! ext/Storable/Storable.xs
34468 ____________________________________________________________________________
34469 [  6830] By: jhi                                   on 2000/08/26  04:31:32
34470         Log: Update the test count.
34471      Branch: perl
34472            ! t/lib/trig.t
34473 ____________________________________________________________________________
34474 [  6829] By: jhi                                   on 2000/08/26  03:05:50
34475         Log: Subject: [PATCH] installation not quite silent yet.
34476              From: <abigail@foad.org>
34477              Date: Fri, 25 Aug 2000 20:07:53 -0400
34478              Message-ID: <20000826000753.7822.qmail@foad.org>
34479      Branch: perl
34480            ! installman installperl
34481 ____________________________________________________________________________
34482 [  6828] By: jhi                                   on 2000/08/26  03:05:14
34483         Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
34484              From: Spider Boardman <spider@web.zk3.dec.com>
34485              Date: Fri, 25 Aug 2000 19:12:40 -0400
34486              Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
34487      Branch: perl
34488            ! gv.c
34489 ____________________________________________________________________________
34490 [  6827] By: jhi                                   on 2000/08/25  23:54:34
34491         Log: Support preserving extremely big/small angles.
34492      Branch: perl
34493            ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
34494 ____________________________________________________________________________
34495 [  6826] By: jhi                                   on 2000/08/25  23:01:20
34496         Log: Patch installperl to be long double-aware.
34497              
34498              Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
34499              From: Spider Boardman <spider@web.zk3.dec.com>
34500              Date: Fri, 25 Aug 2000 18:15:23 -0400
34501              Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
34502      Branch: perl
34503            ! installperl
34504 ____________________________________________________________________________
34505 [  6825] By: jhi                                   on 2000/08/25  22:58:25
34506         Log: Remove duplicately applied patch shards.
34507              
34508              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
34509              From: Spider Boardman <spider@leggy.zk3.dec.com>
34510              Date: Fri, 25 Aug 2000 16:45:03 -0400
34511              Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
34512      Branch: perl
34513            ! t/lib/cgi-html.t
34514 ____________________________________________________________________________
34515 [  6824] By: jhi                                   on 2000/08/25  22:57:00
34516         Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
34517              From: Daniel Chetlin <daniel@chetlin.com>
34518              Date: Fri, 25 Aug 2000 12:23:16 -0700
34519              Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
34520              
34521              Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
34522              From: Daniel Chetlin <daniel@chetlin.com>
34523              Date: Fri, 25 Aug 2000 14:47:19 -0700
34524              Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
34525      Branch: perl
34526            ! installman
34527 ____________________________________________________________________________
34528 [  6823] By: jhi                                   on 2000/08/25  22:44:17
34529         Log: Timestamp problem?
34530      Branch: perl
34531            ! uconfig.h uconfig.sh
34532 ____________________________________________________________________________
34533 [  6822] By: jhi                                   on 2000/08/25  19:01:06
34534         Log: One forgotten file from #6816.
34535      Branch: perl
34536            ! vos/config.h
34537 ____________________________________________________________________________
34538 [  6821] By: jhi                                   on 2000/08/25  18:56:39
34539         Log: Regen Changes.
34540      Branch: perl
34541            ! Changes patchlevel.h
34542 ____________________________________________________________________________
34543 [  6820] By: jhi                                   on 2000/08/25  18:52:35
34544         Log: Fix Changes ordering.
34545      Branch: perl
34546            ! Changes
34547 ____________________________________________________________________________
34548 [  6819] By: jhi                                   on 2000/08/25  18:50:25
34549         Log: Update Changes.
34550      Branch: perl
34551            ! Changes patchlevel.h
34552 ____________________________________________________________________________
34553 [  6818] By: jhi                                   on 2000/08/25  18:47:45
34554         Log: Tweak the sfio/useperlio logic, hopefully as wished in
34555              
34556              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
34557              From: Nicholas Clark <nick@babyhippo.co.uk>
34558              Date: Fri, 25 Aug 2000 12:01:45 +0100
34559              Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
34560      Branch: metaconfig/U/perl
34561            ! d_sfio.U
34562      Branch: perl
34563            ! Configure
34564 ____________________________________________________________________________
34565 [  6817] By: jhi                                   on 2000/08/25  18:32:51
34566         Log: Allow microperl to assume <math.h>, without it the math
34567              functions like floor() are assumed to return int, which makes
34568              for core dumps in machines where integer and floating register
34569              don't mix.
34570      Branch: perl
34571            ! uconfig.h uconfig.sh
34572 ____________________________________________________________________________
34573 [  6816] By: jhi                                   on 2000/08/25  18:27:17
34574         Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
34575              the problem reported in
34576              
34577              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
34578              From: danhale@us.ibm.com
34579              Date: Fri, 25 Aug 2000 10:58:06 -0400
34580              Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
34581      Branch: metaconfig/U/perl
34582            + d_socks5_init.U
34583      Branch: perl
34584            ! Configure INSTALL config_h.SH configure.com epoc/config.sh
34585            ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
34586            ! vos/config.pl vos/config_h.SH_orig win32/config.bc
34587            ! win32/config.gc win32/config.vc
34588 ____________________________________________________________________________
34589 [  6815] By: jhi                                   on 2000/08/25  17:43:31
34590         Log: A solution for the retrieve_fd autosplit warning,
34591              idea suggested by Mike Guy.
34592      Branch: perl
34593            ! ext/Storable/Storable.pm
34594 ____________________________________________________________________________
34595 [  6814] By: jhi                                   on 2000/08/25  17:16:03
34596         Log: Add install-silent target.
34597      Branch: perl
34598            ! Makefile.SH
34599 ____________________________________________________________________________
34600 [  6813] By: jhi                                   on 2000/08/25  17:14:23
34601         Log: Subject: Re: [PATCH] More silencing of installman.
34602              From: <abigail@foad.org>
34603              Date: Thu, 24 Aug 2000 19:27:03 -0400
34604              Message-ID: <20000824232703.7001.qmail@foad.org>
34605              
34606              Subject: Re: [PATCH] More silencing of installman.
34607              From: <abigail@foad.org>
34608              Date: Fri, 25 Aug 2000 03:00:58 -0400
34609              Message-ID: <20000825070058.10697.qmail@foad.org>
34610      Branch: perl
34611            ! installman
34612 ____________________________________________________________________________
34613 [  6812] By: jhi                                   on 2000/08/25  17:11:28
34614         Log: installperl --verbose and --silent.
34615              
34616              Subject: Re: [PATCH] More silencing of installman.
34617              From: <abigail@foad.org>
34618              Message-ID: <20000825064430.9719.qmail@foad.org>
34619              Date: Fri, 25 Aug 2000 02:44:30 -0400
34620      Branch: perl
34621            ! installperl
34622 ____________________________________________________________________________
34623 [  6811] By: jhi                                   on 2000/08/25  17:05:43
34624         Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
34625              From: "Peter J. Farley III" <pjfarley@banet.net>
34626              Date: Thu, 24 Aug 2000 21:58:03 -0400
34627              Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
34628              
34629              (applied slightly modified)
34630      Branch: perl
34631            ! lib/ExtUtils/MM_Unix.pm
34632 ____________________________________________________________________________
34633 [  6810] By: jhi                                   on 2000/08/25  17:01:18
34634         Log: Missing parts of 
34635              
34636              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
34637              From: Peter Prymmer <pvhp@forte.com>
34638              Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
34639              Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
34640      Branch: perl
34641            ! t/lib/cgi-html.t
34642 ____________________________________________________________________________
34643 [  6809] By: jhi                                   on 2000/08/25  16:46:32
34644         Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
34645              From: "Craig A. Berry" <craig.berry@psinetcs.com>
34646              Date: Thu, 24 Aug 2000 19:13:11 -0500
34647              Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
34648      Branch: perl
34649            ! vms/vms.c
34650 ____________________________________________________________________________
34651 [  6808] By: jhi                                   on 2000/08/25  16:39:22
34652         Log: Subject: [PATCH: 6805] several more tweaks to configure.com
34653              From: Peter Prymmer <pvhp@forte.com>
34654              Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
34655              Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
34656      Branch: perl
34657            ! configure.com
34658 ____________________________________________________________________________
34659 [  6807] By: jhi                                   on 2000/08/25  16:36:37
34660         Log: Better wording for the vec lvalue diagnostic.
34661              
34662              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
34663              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
34664              Date: Wed, 23 Aug 2000 14:12:16 -0400
34665              Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
34666      Branch: perl
34667            ! pod/perldiag.pod
34668 ____________________________________________________________________________
34669 [  6806] By: jhi                                   on 2000/08/24  18:17:22
34670         Log: Subject: [PATCH] More silencing of installman.
34671              From: <abigail@foad.org>
34672              Date: Thu, 24 Aug 2000 14:01:44 -0400
34673              Message-ID: <20000824180144.20062.qmail@foad.org>
34674      Branch: perl
34675            ! installman
34676 ____________________________________________________________________________
34677 [  6805] By: jhi                                   on 2000/08/24  15:00:31
34678         Log: Update Changes.
34679      Branch: perl
34680            ! Changes patchlevel.h
34681 ____________________________________________________________________________
34682 [  6804] By: jhi                                   on 2000/08/24  14:59:07
34683         Log: Regen perltoc.
34684      Branch: perl
34685            ! pod/perltoc.pod
34686 ____________________________________________________________________________
34687 [  6803] By: jhi                                   on 2000/08/24  14:44:39
34688         Log: Show the doc file, not the temp file.
34689      Branch: perl
34690            ! installman
34691 ____________________________________________________________________________
34692 [  6802] By: jhi                                   on 2000/08/24  14:41:53
34693         Log: Continue silencing.
34694      Branch: perl
34695            ! installman
34696 ____________________________________________________________________________
34697 [  6801] By: jhi                                   on 2000/08/24  14:34:40
34698         Log: Actually do something with the silencer option.
34699      Branch: perl
34700            ! installman
34701 ____________________________________________________________________________
34702 [  6800] By: jhi                                   on 2000/08/24  14:26:22
34703         Log: Make installman to recognize the silence flag -S.
34704      Branch: perl
34705            ! installman
34706 ____________________________________________________________________________
34707 [  6799] By: jhi                                   on 2000/08/24  13:49:38
34708         Log: DOS patches and portability/porting notes, from Tim Jenness.
34709      Branch: perl
34710            ! lib/File/Temp.pm
34711 ____________________________________________________________________________
34712 [  6798] By: jhi                                   on 2000/08/24  13:48:27
34713         Log: Create directories in silence.
34714              
34715              Subject: [PATCH] Another silencer for MakeMaker
34716              From: andreas.koenig@anima.de (Andreas J. Koenig)
34717              Date: 24 Aug 2000 14:18:52 +0200
34718              Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
34719      Branch: perl
34720            ! lib/ExtUtils/Command.pm
34721 ____________________________________________________________________________
34722 [  6797] By: jhi                                   on 2000/08/24  13:46:42
34723         Log: More liberal parsing of version numbers.
34724              
34725              Subject: Re: CPAN.pm beta for testing available
34726              From: andreas.koenig@anima.de (Andreas J. Koenig)
34727              Date: 24 Aug 2000 13:51:57 +0200
34728              Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
34729      Branch: perl
34730            ! lib/CPAN.pm
34731 ____________________________________________________________________________
34732 [  6796] By: jhi                                   on 2000/08/24  13:44:36
34733         Log: Make "make install" by default silent.  A new "install-verbose"
34734              target is verbose.
34735      Branch: perl
34736            ! Makefile.SH
34737 ____________________________________________________________________________
34738 [  6795] By: jhi                                   on 2000/08/24  13:39:14
34739         Log: Add silencer flags to installperl.
34740              
34741              Subject: [PATCH] Making installperl silent.
34742              From: <abigail@foad.org>
34743              Date: Thu, 24 Aug 2000 05:01:45 -0400
34744              Message-ID: <20000824090145.13141.qmail@foad.org>
34745      Branch: perl
34746            ! installperl
34747 ____________________________________________________________________________
34748 [  6794] By: jhi                                   on 2000/08/24  13:35:50
34749         Log: installperl couldn't tell whether it had run tests or not.
34750              
34751              Subject: [PATCH] Re: installperl and t/TEST
34752              From: <abigail@foad.org>
34753              Date: Thu, 24 Aug 2000 04:00:53 -0400
34754              Message-ID: <20000824080053.2494.qmail@foad.org>
34755      Branch: perl
34756            ! Makefile.SH installperl
34757 ____________________________________________________________________________
34758 [  6793] By: jhi                                   on 2000/08/24  13:27:50
34759         Log: Drop the separate perlbc, perlcc -b should be enough.
34760      Branch: perl
34761            - utils/perlbc.PL
34762            ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
34763 ____________________________________________________________________________
34764 [  6792] By: jhi                                   on 2000/08/24  04:41:30
34765         Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
34766              plus the typo fix from Peter Prymmer.
34767      Branch: perl
34768            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
34769            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
34770 ____________________________________________________________________________
34771 [  6791] By: jhi                                   on 2000/08/24  02:10:43
34772         Log: Replace #6705 with a minimal doc patch.
34773              
34774              Subject: [PATCH 5.6.0] replace change #6705
34775              From: Jan Dubois <jand@ActiveState.com>
34776              Date: Wed, 23 Aug 2000 18:31:51 -0700
34777              Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
34778      Branch: perl
34779            ! lib/Win32.pod win32/win32.c
34780 ____________________________________________________________________________
34781 [  6790] By: jhi                                   on 2000/08/23  17:52:00
34782         Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
34783              From: Mike Guy <mjtg@cam.ac.uk>
34784              Date: Wed, 23 Aug 2000 18:38:46 +0100
34785              Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
34786      Branch: perl
34787            ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
34788 ____________________________________________________________________________
34789 [  6789] By: jhi                                   on 2000/08/23  15:34:21
34790         Log: Update Changes.
34791      Branch: perl
34792            ! Changes patchlevel.h
34793 ____________________________________________________________________________
34794 [  6788] By: jhi                                   on 2000/08/23  15:33:40
34795         Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
34796              From: Wilfredo Sánchez <wsanchez@apple.com>
34797              Date: Tue, 22 Aug 2000 19:31:27 -0700
34798              Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
34799      Branch: perl
34800            ! perl.h
34801 ____________________________________________________________________________
34802 [  6787] By: jhi                                   on 2000/08/23  15:29:31
34803         Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
34804              From: Spider Boardman <spider@leggy.zk3.dec.com>
34805              Date: Wed, 23 Aug 2000 10:33:23 -0400
34806              Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
34807      Branch: perl
34808            ! lib/Pod/Html.pm
34809 ____________________________________________________________________________
34810 [  6786] By: jhi                                   on 2000/08/23  15:28:11
34811         Log: Bad makefile.
34812      Branch: perl
34813            ! ext/B/Makefile.PL
34814 ____________________________________________________________________________
34815 [  6785] By: jhi                                   on 2000/08/23  14:37:04
34816         Log: Update Changes.
34817      Branch: perl
34818            ! Changes patchlevel.h
34819 ____________________________________________________________________________
34820 [  6784] By: jhi                                   on 2000/08/23  13:58:41
34821         Log: Portability fix from Hugo van der Sanden.
34822      Branch: perl
34823            ! ext/re/Makefile.PL
34824 ____________________________________________________________________________
34825 [  6783] By: jhi                                   on 2000/08/23  13:53:53
34826         Log: Storable support, v-version fixes.
34827              
34828              Subject: CPAN.pm beta for testing available
34829              From: andreas.koenig@anima.de (Andreas J. Koenig)
34830              Date: 22 Aug 2000 23:31:33 +0200
34831              Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
34832      Branch: perl
34833            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
34834 ____________________________________________________________________________
34835 [  6782] By: jhi                                   on 2000/08/23  13:51:26
34836         Log: Mac and other portability updates from Chris Nandor.
34837      Branch: perl
34838            ! pod/perlmodinstall.pod
34839 ____________________________________________________________________________
34840 [  6781] By: jhi                                   on 2000/08/23  13:47:33
34841         Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
34842              From: Peter Prymmer <pvhp@forte.com>
34843              Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
34844              Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
34845      Branch: perl
34846            ! ext/Storable/Storable.xs
34847 ____________________________________________________________________________
34848 [  6780] By: jhi                                   on 2000/08/23  13:33:34
34849         Log: VMS MMS (make) wants null action.
34850      Branch: perl
34851            ! ext/B/Makefile.PL
34852 ____________________________________________________________________________
34853 [  6779] By: jhi                                   on 2000/08/22  19:44:47
34854         Log: Forgot portability nit.
34855      Branch: perl
34856            ! t/lib/st-forgive.t
34857 ____________________________________________________________________________
34858 [  6778] By: jhi                                   on 2000/08/22  19:35:25
34859         Log: Be portable.
34860      Branch: perl
34861            ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
34862            ! t/lib/st-store.t
34863 ____________________________________________________________________________
34864 [  6777] By: jhi                                   on 2000/08/22  18:50:53
34865         Log: Update Changes.
34866      Branch: perl
34867            ! Changes patchlevel.h
34868 ____________________________________________________________________________
34869 [  6776] By: jhi                                   on 2000/08/22  18:44:46
34870         Log: cSVOPo_*v things index into the current PL_curpad
34871              under ithreads, which is different from the curpad
34872              used by the XSUB.  (In other words, the code as-is
34873              before this patch wouldn't work under ithreads.)
34874              From Sarathy.
34875      Branch: perl
34876            ! ext/B/B.xs
34877 ____________________________________________________________________________
34878 [  6775] By: jhi                                   on 2000/08/22  18:18:37
34879         Log: Make the selection of NVff et al stricter.
34880      Branch: metaconfig/U/perl
34881            ! perlxvf.U
34882      Branch: perl
34883            ! Configure config_h.SH
34884 ____________________________________________________________________________
34885 [  6774] By: jhi                                   on 2000/08/22  17:19:42
34886         Log: perldelta nits.
34887      Branch: perl
34888            ! pod/perldelta.pod
34889 ____________________________________________________________________________
34890 [  6773] By: jhi                                   on 2000/08/22  17:06:26
34891         Log: Long double fixes from Spider Boardman.
34892              
34893              Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
34894              From: system PRIVILEGED account <root@peano.zk3.dec.com>
34895              Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
34896              Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
34897      Branch: perl
34898            ! t/lib/bigfltpm.t t/lib/st-06compat.t
34899 ____________________________________________________________________________
34900 [  6772] By: jhi                                   on 2000/08/22  15:04:53
34901         Log: Update Changes.
34902      Branch: perl
34903            ! Changes patchlevel.h
34904 ____________________________________________________________________________
34905 [  6771] By: jhi                                   on 2000/08/22  15:01:44
34906         Log: perldelta fixes from Hugo van der Sanden.
34907      Branch: perl
34908            ! pod/perldelta.pod
34909 ____________________________________________________________________________
34910 [  6770] By: jhi                                   on 2000/08/22  14:34:49
34911         Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
34912              From: Hugo <hv@crypt.compulink.co.uk>
34913              Date: Tue, 22 Aug 2000 11:21:53 +0100
34914              Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
34915      Branch: perl
34916            ! regcomp.c
34917 ____________________________________________________________________________
34918 [  6769] By: jhi                                   on 2000/08/22  14:30:02
34919         Log: Add Yitzchak, reformat.
34920      Branch: perl
34921            ! Changes config_h.SH
34922 ____________________________________________________________________________
34923 [  6768] By: jhi                                   on 2000/08/22  14:21:35
34924         Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
34925              and Spider Boardman.
34926      Branch: metaconfig
34927            ! U/compline/d_gconvert.U
34928      Branch: perl
34929            ! Configure
34930 ____________________________________________________________________________
34931 [  6767] By: jhi                                   on 2000/08/22  14:11:24
34932         Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
34933              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
34934              Date: Mon, 21 Aug 2000 19:08:31 -0700
34935              Message-ID: <fCeo5gzkgmhY092yn@efn.org>
34936      Branch: perl
34937            - ext/Storable/patchlevel.h
34938            ! MANIFEST ext/Storable/MANIFEST
34939 ____________________________________________________________________________
34940 [  6766] By: jhi                                   on 2000/08/22  13:49:29
34941         Log: Subject: [PATCH: 6757] configure.com updates and syslog build
34942              From: Peter Prymmer <pvhp@forte.com>
34943              Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
34944              Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
34945      Branch: perl
34946            ! configure.com ext/Storable/Makefile.PL
34947 ____________________________________________________________________________
34948 [  6765] By: jhi                                   on 2000/08/22  13:44:59
34949         Log: Subject: [PATCH blead] B:: missing dependency
34950              From: Hugo <hv@crypt.compulink.co.uk>
34951              Date: Tue, 22 Aug 2000 06:44:33 +0100
34952              Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
34953      Branch: perl
34954            ! ext/B/Makefile.PL
34955 ____________________________________________________________________________
34956 [  6764] By: jhi                                   on 2000/08/22  13:38:12
34957         Log: More bytecompiler.
34958      Branch: perl
34959            ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
34960 ____________________________________________________________________________
34961 [  6763] By: jhi                                   on 2000/08/22  13:36:44
34962         Log: Bytecompiler patches from Benjamin Stuhl.
34963      Branch: perl
34964            ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
34965            ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
34966            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
34967            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
34968            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
34969            ! perl.c perlapi.h pod/perldelta.pod
34970 ____________________________________________________________________________
34971 [  6762] By: jhi                                   on 2000/08/21  23:43:40
34972         Log: An obsoleted diagnostic.
34973      Branch: perl
34974            ! pod/perldelta.pod
34975 ____________________________________________________________________________
34976 [  6761] By: jhi                                   on 2000/08/21  23:01:45
34977         Log: The #6759 wasn't quite right.
34978      Branch: perl
34979            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
34980            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
34981            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
34982            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
34983            ! t/lib/st-tieditems.t
34984 ____________________________________________________________________________
34985 [  6760] By: jhi                                   on 2000/08/21  22:35:49
34986         Log: Be verydeepclean.
34987      Branch: perl
34988            ! Makefile.SH
34989 ____________________________________________________________________________
34990 [  6759] By: jhi                                   on 2000/08/21  22:25:40
34991         Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
34992              From: Peter Prymmer <pvhp@forte.com>
34993              Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
34994              Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
34995      Branch: perl
34996            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
34997            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
34998            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
34999            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
35000            ! t/lib/st-tieditems.t
35001 ____________________________________________________________________________
35002 [  6758] By: jhi                                   on 2000/08/21  22:22:32
35003         Log: Few more casts, need reported in
35004              
35005              Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
35006              From: Mike Stok <mike@stok.co.uk>
35007              Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
35008              Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
35009              
35010              and
35011              
35012              Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
35013              From: abigail@foad.org
35014              Date: 21 Aug 2000 21:31:34 -0000
35015              Message-Id: <20000821213134.30170.qmail@foad.org>
35016      Branch: perl
35017            ! ext/Storable/Storable.xs
35018 ____________________________________________________________________________
35019 [  6757] By: jhi                                   on 2000/08/21  18:37:07
35020         Log: Update Changes.
35021      Branch: perl
35022            ! Changes patchlevel.h
35023 ____________________________________________________________________________
35024 [  6756] By: jhi                                   on 2000/08/21  18:34:02
35025         Log: A pod nit.
35026              
35027              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
35028              From: <abigail@foad.org>
35029              Date: Mon, 21 Aug 2000 14:00:16 -0400
35030              Message-ID: <20000821180016.28627.qmail@foad.org>
35031      Branch: perl
35032            ! pod/perlre.pod
35033 ____________________________________________________________________________
35034 [  6755] By: jhi                                   on 2000/08/21  18:30:56
35035         Log: Use PodParser 1.18 new test.
35036      Branch: perl
35037            ! t/pod/special_seqs.t t/pod/special_seqs.xr
35038 ____________________________________________________________________________
35039 [  6754] By: jhi                                   on 2000/08/21  18:28:35
35040         Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
35041              patches cannot be applied since #6712 conflicts.
35042      Branch: perl
35043            ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
35044 ____________________________________________________________________________
35045 [  6753] By: jhi                                   on 2000/08/21  18:15:11
35046         Log: Weed out some smaller changes.
35047      Branch: perl
35048            ! pod/perldelta.pod
35049 ____________________________________________________________________________
35050 [  6752] By: jhi                                   on 2000/08/21  18:02:30
35051         Log: Also under djgpp the timestamps are funky.
35052      Branch: perl
35053            ! t/op/stat.t
35054 ____________________________________________________________________________
35055 [  6751] By: jhi                                   on 2000/08/21  17:55:56
35056         Log: Tweak the floating point output routine preferences.
35057      Branch: metaconfig
35058            ! U/compline/d_gconvert.U
35059      Branch: perl
35060            ! Configure
35061 ____________________________________________________________________________
35062 [  6750] By: jhi                                   on 2000/08/21  17:51:29
35063         Log: Unicos/mk requires elaborate paranoia.
35064      Branch: perl
35065            ! lib/Math/Complex.pm
35066 ____________________________________________________________________________
35067 [  6749] By: gsar                                  on 2000/08/21  16:53:31
35068         Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
35069      Branch: perl
35070            ! lib/Cwd.pm
35071 ____________________________________________________________________________
35072 [  6748] By: gsar                                  on 2000/08/21  16:22:19
35073         Log: free TLS slot properly on Windows
35074      Branch: perl
35075            ! thread.h win32/perllib.c win32/win32thread.h
35076 ____________________________________________________________________________
35077 [  6747] By: jhi                                   on 2000/08/21  16:20:58
35078         Log: Rename the macro argument because some preprocessors
35079              can't tell the difference and expand arguments also inside
35080              double quoted strings.
35081      Branch: perl
35082            ! regcomp.c
35083 ____________________________________________________________________________
35084 [  6746] By: jhi                                   on 2000/08/21  16:09:41
35085         Log: Support long doubles in Storable.
35086              
35087              Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
35088              From: Radu Greab <radu@netsoft.ro>
35089              Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
35090              Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
35091      Branch: perl
35092            ! ext/Storable/Storable.xs
35093 ____________________________________________________________________________
35094 [  6745] By: jhi                                   on 2000/08/21  15:51:40
35095         Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
35096              From: "Fifer, Eric" <EFifer@sanwaint.com>
35097              Date: Mon, 21 Aug 2000 15:34:49 +0100
35098              Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
35099      Branch: perl
35100            ! t/pragma/warn/9enabled
35101 ____________________________________________________________________________
35102 [  6744] By: jhi                                   on 2000/08/21  15:39:35
35103         Log: Document the endianness of Alpha more precisely.
35104      Branch: perl
35105            ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
35106            ! pod/perlport.pod
35107 ____________________________________________________________________________
35108 [  6743] By: jhi                                   on 2000/08/21  14:47:05
35109         Log: perldelta fixes from the p5p crowd.
35110      Branch: perl
35111            ! pod/perldelta.pod pod/perlop.pod
35112 ____________________________________________________________________________
35113 [  6742] By: jhi                                   on 2000/08/21  13:34:51
35114         Log: Update to Pod::LaTeX 0.53.
35115              
35116              Subject: [PATCH] lib/Pod/LaTeX.pm updates
35117              From: Tim Jenness <timj@jach.hawaii.edu>
35118              Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
35119              Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
35120      Branch: perl
35121            ! lib/Pod/LaTeX.pm
35122 ____________________________________________________________________________
35123 [  6741] By: jhi                                   on 2000/08/21  13:33:01
35124         Log: Subject: [PATCH] os2.c fix for use64bitint
35125              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
35126              Date: Mon, 21 Aug 2000 01:32:25 -0700
35127              Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
35128      Branch: perl
35129            ! os2/os2.c
35130 ____________________________________________________________________________
35131 [  6740] By: jhi                                   on 2000/08/21  13:28:52
35132         Log: Array context keeps slithering in.
35133              
35134              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
35135              From: Daniel Chetlin <daniel@chetlin.com>
35136              Date: Sun, 20 Aug 2000 21:40:25 -0700
35137              Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
35138      Branch: perl
35139            ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
35140            ! pod/perldebtut.pod
35141 ____________________________________________________________________________
35142 [  6739] By: jhi                                   on 2000/08/21  13:23:55
35143         Log: Big-endian quad fixes for Storable from Radu Greab,
35144              plus few explicit null casts for picky compilers.
35145      Branch: perl
35146            ! ext/Storable/Storable.xs
35147 ____________________________________________________________________________
35148 [  6738] By: gsar                                  on 2000/08/21  05:56:13
35149         Log: small tweaks for change#6705: avoid C++ style comments in C code;
35150              use Perl's malloc API rather than the low level system one
35151      Branch: perl
35152            ! win32/win32.c
35153 ____________________________________________________________________________
35154 [  6737] By: gsar                                  on 2000/08/21  05:35:41
35155         Log: add Storable to list of extensions on Windows
35156      Branch: perl
35157            ! win32/Makefile win32/makefile.mk
35158 ____________________________________________________________________________
35159 [  6736] By: jhi                                   on 2000/08/21  02:57:53
35160         Log: Update Changes.
35161      Branch: perl
35162            ! Changes patchlevel.h
35163 ____________________________________________________________________________
35164 [  6735] By: jhi                                   on 2000/08/21  02:57:20
35165         Log: Draft 0.
35166      Branch: perl
35167            ! pod/perldelta.pod
35168 ____________________________________________________________________________
35169 [  6734] By: jhi                                   on 2000/08/21  02:57:03
35170         Log: Add Storable 0.7.2 from Raphael Manfredi,
35171              plus the patch from
35172              
35173              Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
35174              From: Radu Greab <radu@netsoft.ro>
35175              Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
35176              Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
35177              
35178              plus changes to get Storable to compile with
35179              picky ANSI compilers.
35180      Branch: perl
35181            + ext/Storable/ChangeLog ext/Storable/MANIFEST
35182            + ext/Storable/Makefile.PL ext/Storable/README
35183            + ext/Storable/Storable.pm ext/Storable/Storable.xs
35184            + ext/Storable/patchlevel.h t/lib/st-06compat.t
35185            + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
35186            + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
35187            + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
35188            + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
35189            + t/lib/st-tieditems.t
35190            ! MANIFEST
35191 ____________________________________________________________________________
35192 [  6733] By: jhi                                   on 2000/08/21  02:29:09
35193         Log: The correct cleaning order is an art.
35194      Branch: perl
35195            ! Makefile.SH
35196 ____________________________________________________________________________
35197 [  6732] By: jhi                                   on 2000/08/21  01:23:39
35198         Log: The #6724 is here.
35199      Branch: perl
35200            ! t/lib/ftmp-security.t
35201 ____________________________________________________________________________
35202 [  6731] By: jhi                                   on 2000/08/20  23:17:03
35203         Log: s/this one/the 5.6.0 release/
35204      Branch: perl
35205            ! pod/perl56delta.pod
35206 ____________________________________________________________________________
35207 [  6730] By: jhi                                   on 2000/08/20  23:07:34
35208         Log: Mention perlebcdic and perlposix-bc.
35209      Branch: perl
35210            ! pod/perlport.pod
35211 ____________________________________________________________________________
35212 [  6729] By: jhi                                   on 2000/08/20  21:32:59
35213         Log: Document the number of exponent digits.
35214      Branch: perl
35215            ! pod/perlfunc.pod
35216 ____________________________________________________________________________
35217 [  6728] By: jhi                                   on 2000/08/20  21:16:47
35218         Log: Use File::Spec->tmpdir().
35219              
35220              Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
35221              From: Tim Jenness <timj@jach.hawaii.edu>
35222              Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
35223              MIME-Version: 1.0
35224              Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
35225      Branch: perl
35226            ! utils/perlbug.PL
35227 ____________________________________________________________________________
35228 [  6727] By: jhi                                   on 2000/08/20  20:43:32
35229         Log: Update Changes.
35230      Branch: perl
35231            ! Changes patchlevel.h
35232 ____________________________________________________________________________
35233 [  6726] By: jhi                                   on 2000/08/20  20:41:44
35234         Log: The veryclean target needs to clobber.
35235      Branch: perl
35236            ! Makefile.SH
35237 ____________________________________________________________________________
35238 [  6725] By: jhi                                   on 2000/08/20  20:37:38
35239         Log: Document odd vs even subreleases and -Dusedevel.
35240      Branch: perl
35241            ! INSTALL
35242 ____________________________________________________________________________
35243 [  6724] By: jhi                                   on 2000/08/20  19:58:05
35244         Log: Use temporary directory instead of current directory.
35245              
35246              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
35247              From: Tim Jenness <timj@jach.hawaii.edu>
35248              Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
35249              Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
35250      Branch: perl
35251            ! t/lib/ftmp-security.t
35252 ____________________________________________________________________________
35253 [  6723] By: jhi                                   on 2000/08/20  19:55:55
35254         Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
35255              From: andreas.koenig@anima.de (Andreas J. Koenig)
35256              Date: 20 Aug 2000 15:52:03 +0200
35257              Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
35258      Branch: perl
35259            ! lib/ExtUtils/MM_Unix.pm
35260 ____________________________________________________________________________
35261 [  6722] By: jhi                                   on 2000/08/20  19:46:01
35262         Log: Update to CGI 2.72, from Lincoln Stein.
35263      Branch: perl
35264            ! lib/CGI.pm
35265 ____________________________________________________________________________
35266 [  6721] By: jhi                                   on 2000/08/20  19:43:54
35267         Log: Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
35268              From: Radu Greab <radu@netsoft.ro>
35269              Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
35270              Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
35271      Branch: perl
35272            ! ext/GDBM_File/GDBM_File.xs
35273 ____________________________________________________________________________
35274 [  6720] By: jhi                                   on 2000/08/20  19:42:01
35275         Log: pp_open() could pass an uninitialized filename down to do_open9().
35276      Branch: perl
35277            ! pp_sys.c
35278 ____________________________________________________________________________
35279 [  6719] By: jhi                                   on 2000/08/20  14:06:41
35280         Log: UTF8 concat fixes.
35281              
35282              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
35283              From: Hugo <hv@crypt.compulink.co.uk>
35284              Date: Sun, 20 Aug 2000 07:30:46 +0100
35285              Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
35286      Branch: perl
35287            ! pp_hot.c t/op/append.t
35288 ____________________________________________________________________________
35289 [  6718] By: jhi                                   on 2000/08/20  02:09:37
35290         Log: Let's try #6717 again.
35291      Branch: perl
35292            ! lib/File/Temp.pm
35293 ____________________________________________________________________________
35294 [  6717] By: jhi                                   on 2000/08/20  01:56:55
35295         Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
35296              From: "Craig A. Berry" <craig.berry@metamorgs.com>
35297              Date: Sat, 19 Aug 2000 18:15:39 -0500
35298              Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
35299      Branch: perl
35300            ! lib/File/Temp.pm
35301 ____________________________________________________________________________
35302 [  6716] By: jhi                                   on 2000/08/19  15:50:11
35303         Log: Update Changes.
35304      Branch: perl
35305            ! Changes patchlevel.h
35306 ____________________________________________________________________________
35307 [  6715] By: jhi                                   on 2000/08/19  15:39:09
35308         Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
35309              From: Jonathan D Johnston <jdjohnston2@juno.com>
35310              Date: Thu, 17 Aug 2000 23:13:01 -0400       
35311              Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
35312      Branch: perl
35313            ! pod/perlfunc.pod
35314 ____________________________________________________________________________
35315 [  6714] By: jhi                                   on 2000/08/19  15:34:04
35316         Log: Introduce a 'veryclean' target that is like 'distclean'
35317              but also removes *~ and *.orig.
35318      Branch: perl
35319            ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
35320            ! utils/Makefile x2p/Makefile.SH
35321 ____________________________________________________________________________
35322 [  6713] By: jhi                                   on 2000/08/19  14:15:45
35323         Log: Put back the long double avoidance code to POSIX.xs
35324              because VMS seems to need it still.
35325      Branch: perl
35326            ! ext/POSIX/POSIX.xs
35327 ____________________________________________________________________________
35328 [  6712] By: jhi                                   on 2000/08/19  14:10:41
35329         Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
35330              From: Peter Prymmer <pvhp@forte.com>
35331              Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
35332              Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
35333      Branch: perl
35334            ! lib/Pod/Find.pm t/pod/find.t
35335 ____________________________________________________________________________
35336 [  6711] By: jhi                                   on 2000/08/19  14:09:19
35337         Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
35338              From: Peter Prymmer <pvhp@forte.com>
35339              Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
35340              Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
35341              cc: vmsperl@perl.org
35342      Branch: perl
35343            ! t/lib/peek.t
35344 ____________________________________________________________________________
35345 [  6710] By: jhi                                   on 2000/08/19  14:08:01
35346         Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
35347              From: Jan Dubois <jand@ActiveState.com>
35348              Date: Fri, 18 Aug 2000 16:31:48 -0700
35349              Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
35350      Branch: perl
35351            ! win32/win32.c
35352 ____________________________________________________________________________
35353 [  6709] By: jhi                                   on 2000/08/19  14:06:57
35354         Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
35355              
35356              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
35357              From: Spider.Boardman@Orb.Nashua.NH.US
35358              Date: Fri, 18 Aug 2000 18:41:14 -0400
35359              Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
35360      Branch: perl
35361            ! regcomp.c
35362 ____________________________________________________________________________
35363 [  6708] By: jhi                                   on 2000/08/18  22:04:49
35364         Log: Update Changes.
35365      Branch: perl
35366            ! Changes patchlevel.h
35367 ____________________________________________________________________________
35368 [  6707] By: jhi                                   on 2000/08/18  21:55:14
35369         Log: Add warnif(), check warnings further up the stack,
35370              all the warnings functions now can take an optional object reference.
35371              
35372              Subject: [PATCH bleedperl@6691] warnings pragma update
35373              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
35374              Date: Fri, 18 Aug 2000 22:42:06 +0100
35375              Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
35376      Branch: perl
35377            ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
35378            ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
35379            ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
35380 ____________________________________________________________________________
35381 [  6706] By: jhi                                   on 2000/08/18  21:41:45
35382         Log: Typo in pp_complement().
35383              
35384              Subject: [PATCH perl-current] Deparse
35385              From: Peter Scott <Peter@PSDT.com>
35386              Date: Fri, 18 Aug 2000 12:44:37 -0700
35387              Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
35388      Branch: perl
35389            ! ext/B/B/Deparse.pm
35390 ____________________________________________________________________________
35391 [  6705] By: jhi                                   on 2000/08/18  21:25:59
35392         Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
35393              From: Jan Dubois <jand@ActiveState.com>
35394              Date: Fri, 18 Aug 2000 14:22:51 -0700
35395              Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
35396      Branch: perl
35397            ! lib/Win32.pod win32/win32.c
35398 ____________________________________________________________________________
35399 [  6704] By: jhi                                   on 2000/08/18  21:16:14
35400         Log: Don't eat leading os from index entries.
35401              
35402              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
35403              From: Russ Allbery <rra@stanford.edu>
35404              Date: 10 Aug 2000 20:49:25 -0700
35405              Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
35406      Branch: perl
35407            ! lib/Pod/Man.pm
35408 ____________________________________________________________________________
35409 [  6703] By: jhi                                   on 2000/08/18  21:07:06
35410         Log: Add [[:blank:]] as suggested in
35411              
35412              Subject: [ID 20000716.024] [=cc=] / [:blank:]
35413              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
35414              Date: Sun, 16 Jul 2000 17:55:29 -0700
35415              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
35416              
35417              (the [=cc=] has already been taken care of by #6439
35418              so the whole bug report can be closed)
35419              
35420              and make [[:space:]] to be equivalent to isspace(3)
35421              (as opposed to \s, which is isSPACE()).  The difference
35422              is that now [[:space:]] matches the mythical vertical tab,
35423              while \s doesn't.
35424      Branch: perl
35425            ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
35426            ! regexec.c t/op/pat.t
35427 ____________________________________________________________________________
35428 [  6702] By: jhi                                   on 2000/08/18  18:47:47
35429         Log: The new tests were missing from #6415.
35430      Branch: perl
35431            ! t/op/bop.t
35432 ____________________________________________________________________________
35433 [  6701] By: jhi                                   on 2000/08/18  18:20:40
35434         Log: Document the NDBM_File and ODBM_File as SDBM_File
35435              was documented in #6417.
35436      Branch: perl
35437            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
35438            ! ext/SDBM_File/SDBM_File.pm
35439 ____________________________________________________________________________
35440 [  6700] By: jhi                                   on 2000/08/18  18:10:39
35441         Log: Subject: [PATCH perl@6698] cygwin port
35442              From: "Fifer, Eric" <EFifer@sanwaint.com>
35443              Date: Fri, 18 Aug 2000 17:30:05 +0100
35444              Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
35445      Branch: perl
35446            ! lib/File/Temp.pm
35447 ____________________________________________________________________________
35448 [  6699] By: jhi                                   on 2000/08/18  16:21:49
35449         Log: Document code point which makes if (defined %stash::) to work
35450              (noted by Spider Boardman).
35451      Branch: perl
35452            ! op.c
35453 ____________________________________________________________________________
35454 [  6698] By: jhi                                   on 2000/08/18  13:43:27
35455         Log: Update Changes.
35456      Branch: perl
35457            ! Changes patchlevel.h
35458 ____________________________________________________________________________
35459 [  6697] By: jhi                                   on 2000/08/18  13:35:57
35460         Log: Tiny Getopt::Long patch from Johan Vromans.
35461      Branch: perl
35462            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
35463 ____________________________________________________________________________
35464 [  6696] By: jhi                                   on 2000/08/18  13:26:14
35465         Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
35466              From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
35467              Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
35468              Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
35469      Branch: perl
35470            ! pod/perldiag.pod pod/perlsyn.pod
35471 ____________________________________________________________________________
35472 [  6695] By: jhi                                   on 2000/08/18  13:13:26
35473         Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
35474              From: Daniel Chetlin <daniel@chetlin.com>
35475              Date: Fri, 18 Aug 2000 03:13:36 -0700
35476              Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
35477      Branch: perl
35478            ! pod/perlfunc.pod
35479 ____________________________________________________________________________
35480 [  6694] By: jhi                                   on 2000/08/18  13:08:05
35481         Log: Subject: [PATCH] perltrap.pod spring cleaning
35482              From: Daniel Chetlin <daniel@chetlin.com>
35483              Date: Fri, 18 Aug 2000 03:06:54 -0700
35484              Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
35485              
35486              plus Mike Guy's nitfix.
35487      Branch: perl
35488            ! pod/perltrap.pod
35489 ____________________________________________________________________________
35490 [  6693] By: jhi                                   on 2000/08/18  13:00:26
35491         Log: Unbuffer the output.
35492              
35493              Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
35494              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
35495              Date: Thu, 17 Aug 2000 18:39:29 -0700
35496              Message-ID: <RPJn5gzkgydf092yn@efn.org>
35497      Branch: perl
35498            ! t/op/fork.t
35499 ____________________________________________________________________________
35500 [  6692] By: jhi                                   on 2000/08/18  05:19:17
35501         Log: Delete the image, too, not just its MANIFEStation.
35502      Branch: perl
35503            - lib/CGI/eg/wilogo.gif
35504 ____________________________________________________________________________
35505 [  6691] By: jhi                                   on 2000/08/18  05:10:26
35506         Log: Propagate new Configure vars.
35507      Branch: perl
35508            ! configure.com epoc/config.sh uconfig.h uconfig.sh
35509            ! vos/config.def vos/config.h vos/config_h.SH_orig
35510            ! win32/config.bc win32/config.gc win32/config.vc
35511            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
35512 ____________________________________________________________________________
35513 [  6690] By: jhi                                   on 2000/08/18  04:30:56
35514         Log: Update Changes.
35515      Branch: perl
35516            ! Changes patchlevel.h
35517 ____________________________________________________________________________
35518 [  6689] By: jhi                                   on 2000/08/18  04:12:30
35519         Log: Fix the lib/complex failure of
35520              
35521              From: abigail@foad.org
35522              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
35523              Date: 15 Aug 2000 04:06:38 -0000
35524              Message-Id: <20000815040638.8524.qmail@foad.org> 
35525              
35526              Linux long double accuracy issue: something that
35527              when printed with %g looks like "2" but int() of it is 1.
35528      Branch: perl
35529            ! lib/Math/Complex.pm
35530 ____________________________________________________________________________
35531 [  6688] By: jhi                                   on 2000/08/18  03:15:35
35532         Log: The byteorder code in #6671 was wrong.
35533      Branch: perl
35534            ! configpm
35535 ____________________________________________________________________________
35536 [  6687] By: jhi                                   on 2000/08/18  02:08:42
35537         Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
35538              From: Jan Dubois <jand@ActiveState.com>
35539              Date: Thu, 17 Aug 2000 18:31:55 -0700
35540              Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
35541      Branch: perl
35542            ! sv.c
35543 ____________________________________________________________________________
35544 [  6686] By: jhi                                   on 2000/08/18  02:04:15
35545         Log: Use NVs in POSIX math, not doubles.
35546              
35547              From: abigail@foad.org
35548              Subject: [ID 20000817.014] POSIX & modfl
35549              Date: 17 Aug 2000 20:49:18 -0000
35550              Message-Id: <20000817204918.23123.qmail@foad.org>
35551      Branch: perl
35552            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
35553 ____________________________________________________________________________
35554 [  6685] By: jhi                                   on 2000/08/18  02:02:12
35555         Log: Introduce NVef, NVff, and NVgf, use the middle one.
35556              (helps for lib/peek + Linux + long doubles)  Reported in
35557              
35558              From: abigail@foad.org
35559              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
35560              Date: 15 Aug 2000 04:06:38 -0000
35561              Message-Id: <20000815040638.8524.qmail@foad.org> 
35562              
35563              (note: the lib/complex failure has not yet been addressed)
35564      Branch: metaconfig/U/perl
35565            ! perlxvf.U
35566      Branch: perl
35567            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
35568            ! config_h.SH dump.c perl.h pod/perlguts.pod
35569 ____________________________________________________________________________
35570 [  6684] By: jhi                                   on 2000/08/17  23:22:19
35571         Log: Add byteorder to the myconfig output.
35572      Branch: perl
35573            ! myconfig.SH
35574 ____________________________________________________________________________
35575 [  6683] By: jhi                                   on 2000/08/17  23:20:19
35576         Log: The image doth not exist, spotted by Johan Vromans.
35577      Branch: perl
35578            ! MANIFEST
35579 ____________________________________________________________________________
35580 [  6682] By: jhi                                   on 2000/08/17  22:38:16
35581         Log: Document what the backtick returns if the command fails.
35582      Branch: perl
35583            ! pod/perlop.pod
35584 ____________________________________________________________________________
35585 [  6681] By: jhi                                   on 2000/08/17  22:33:12
35586         Log: Do not use prototyping here.
35587              
35588              Subject: [ID 20000817.016] [PATCH] Peek.xs
35589              From: abigail@foad.org
35590              Date: 17 Aug 2000 20:55:56 -0000
35591              Message-Id: <20000817205556.24270.qmail@foad.org>
35592      Branch: perl
35593            ! ext/Devel/Peek/Makefile.PL
35594 ____________________________________________________________________________
35595 [  6680] By: jhi                                   on 2000/08/17  19:46:43
35596         Log: Don't propose using modules built for 5.005 if no binary
35597              compatibility with 5.005 is attempted.
35598              
35599              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
35600              Subject: Minor nit with 5.7.0 (6655)
35601              Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
35602              Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
35603      Branch: metaconfig
35604            ! U/installdirs/inc_version_list.U
35605      Branch: perl
35606            ! Configure config_h.SH
35607 ____________________________________________________________________________
35608 [  6679] By: jhi                                   on 2000/08/17  19:16:39
35609         Log: Microperl config update.
35610      Branch: perl
35611            ! uconfig.h uconfig.sh
35612 ____________________________________________________________________________
35613 [  6678] By: jhi                                   on 2000/08/17  19:16:13
35614         Log: The #6648 wasn't protective enough for limited platforms
35615              (like microperl).
35616      Branch: perl
35617            ! dump.c sv.c
35618 ____________________________________________________________________________
35619 [  6677] By: jhi                                   on 2000/08/17  14:46:35
35620         Log: Update Changes.
35621      Branch: perl
35622            ! Changes patchlevel.h
35623 ____________________________________________________________________________
35624 [  6676] By: jhi                                   on 2000/08/17  14:44:02
35625         Log: Add perlebcdic from Peter Prymmer, regen toc.
35626      Branch: perl
35627            + pod/perlebcdic.pod
35628            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
35629 ____________________________________________________________________________
35630 [  6675] By: jhi                                   on 2000/08/17  14:41:52
35631         Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
35632      Branch: perl
35633            ! pod/perldebtut.pod
35634 ____________________________________________________________________________
35635 [  6674] By: jhi                                   on 2000/08/17  14:29:43
35636         Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
35637              
35638              Subject: [ID 20000724.006] -DLEAKTEST problem
35639              From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
35640              Date: Tue, 25 Jul 2000 00:36:32 -0500
35641              Message-Id: <20000725003632.A26186@www.llamacom.com>
35642              
35643              Reminder sent
35644              
35645              Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error      
35646              From: Hugo <hv@crypt.compulink.co.uk>
35647              Date: Thu, 17 Aug 2000 15:23:42 +0100
35648              Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
35649      Branch: perl
35650            ! util.c
35651 ____________________________________________________________________________
35652 [  6673] By: jhi                                   on 2000/08/17  04:07:10
35653         Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
35654              From: John Peacock <JPeacock@UnivPress.com>
35655              Date: Tue, 01 Aug 2000 09:38:12 -0400
35656              Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
35657      Branch: perl
35658            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
35659 ____________________________________________________________________________
35660 [  6672] By: jhi                                   on 2000/08/17  03:04:35
35661         Log: Subject: [PATCH] Cwd.pm now uses strict
35662              From: Tim Jenness <timj@jach.hawaii.edu>
35663              Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
35664              Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
35665      Branch: perl
35666            ! lib/Cwd.pm
35667 ____________________________________________________________________________
35668 [  6671] By: jhi                                   on 2000/08/17  02:16:35
35669         Log: Make $Config{byteorder} more magical so that it is
35670              dynamically computed: nice for 'fat binaries'.
35671              
35672              Subject: [PATCH]: default byteorder
35673              From: Wilfredo Sánchez <wsanchez@apple.com>
35674              Date: Mon, 31 Jul 2000 19:45:31 -0700
35675              Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
35676      Branch: perl
35677            ! configpm
35678 ____________________________________________________________________________
35679 [  6670] By: gsar                                  on 2000/08/17  01:22:21
35680         Log: move WNOHANG definition to where other such things are
35681      Branch: perl
35682            ! win32/win32.h
35683 ____________________________________________________________________________
35684 [  6669] By: jhi                                   on 2000/08/17  01:19:17
35685         Log: Update Changes.
35686      Branch: perl
35687            ! Changes patchlevel.h
35688 ____________________________________________________________________________
35689 [  6668] By: jhi                                   on 2000/08/17  01:16:29
35690         Log: Doc nits spotted by Richard Soderberg.
35691      Branch: perl
35692            ! README.posix-bc README.vmesa
35693 ____________________________________________________________________________
35694 [  6667] By: jhi                                   on 2000/08/17  01:12:11
35695         Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
35696              From: "Casey R. Tweten" <crt@kiski.net>
35697              Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
35698              Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
35699      Branch: perl
35700            ! pod/perldebtut.pod
35701 ____________________________________________________________________________
35702 [  6666] By: jhi                                   on 2000/08/17  01:09:31
35703         Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
35704              From: "Casey R. Tweten" <crt@kiski.net>
35705              Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
35706              Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
35707      Branch: perl
35708            ! lib/Shell.pm
35709 ____________________________________________________________________________
35710 [  6665] By: gsar                                  on 2000/08/17  01:03:52
35711         Log: add "ok" targets from change#6632 in makefile.mk
35712      Branch: perl
35713            ! pod/perlport.pod win32/Makefile win32/makefile.mk
35714 ____________________________________________________________________________
35715 [  6664] By: gsar                                  on 2000/08/17  00:56:11
35716         Log: avoid warnings from dense compiler
35717      Branch: perl
35718            ! win32/win32.c
35719 ____________________________________________________________________________
35720 [  6663] By: jhi                                   on 2000/08/17  00:51:49
35721         Log: Tweak the regex compilation errors once more.
35722      Branch: perl
35723            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
35724            ! t/op/regmesg.t t/pragma/warn/regcomp
35725 ____________________________________________________________________________
35726 [  6662] By: gsar                                  on 2000/08/17  00:28:19
35727         Log: trailing new %ENV entries weren't being pushed into the real
35728              environment of subprocesses on Windows
35729      Branch: perl
35730            ! t/op/magic.t win32/perlhost.h
35731 ____________________________________________________________________________
35732 [  6661] By: gsar                                  on 2000/08/17  00:19:20
35733         Log: waitpid() now handles externally spawned pids correctly;
35734              fixes for backtick/wait/waitpid failures on Windows 9x
35735              
35736              these changes make the pid returned by process functions on
35737              Windows 9x always positive by clearing the high bit (which
35738              is always set on Win9x); pseudo-process PIDs are likewise
35739              always negative now on Win9x (just as on NT/2000)
35740      Branch: perl
35741            ! pp_sys.c win32/perlhost.h win32/win32.c
35742 ____________________________________________________________________________
35743 [  6660] By: jhi                                   on 2000/08/17  00:04:32
35744         Log: Retract #6645.
35745      Branch: perl
35746            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
35747            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
35748            ! t/op/sprintf.t
35749 ____________________________________________________________________________
35750 [  6659] By: gsar                                  on 2000/08/16  23:59:28
35751         Log: on windows, the return values from wait() and waitpid() don't
35752              match those of pseudo-pids
35753      Branch: perl
35754            ! pp_sys.c t/op/fork.t util.c win32/win32.c
35755 ____________________________________________________________________________
35756 [  6658] By: gsar                                  on 2000/08/16  23:56:14
35757         Log: pod nit seen in passing
35758      Branch: perl
35759            ! pod/perlfunc.pod
35760 ____________________________________________________________________________
35761 [  6657] By: gsar                                  on 2000/08/16  23:53:42
35762         Log: change#6328 could make close(SOCKET) return false on windows
35763              when it shouldn't
35764      Branch: perl
35765            ! win32/win32sck.c
35766 ____________________________________________________________________________
35767 [  6656] By: gsar                                  on 2000/08/16  23:46:57
35768         Log: check that the number pseudo children doesn't exceed
35769              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
35770              the WaitForMultipleObjects() limit that would cause wait()
35771              to crash)
35772              
35773              wait() and waitpid() could potentially be rewritten to use
35774              more than one thread to do the waiting to eliminate this
35775              limitation
35776      Branch: perl
35777            ! win32/perlhost.h
35778 ____________________________________________________________________________
35779 [  6655] By: jhi                                   on 2000/08/16  14:11:05
35780         Log: Update Changes.
35781      Branch: perl
35782            ! Changes patchlevel.h
35783 ____________________________________________________________________________
35784 [  6654] By: jhi                                   on 2000/08/16  14:10:12
35785         Log: Update to perldebtut 1.9, from Richard Foley.
35786      Branch: perl
35787            ! pod/perldebtut.pod
35788 ____________________________________________________________________________
35789 [  6653] By: jhi                                   on 2000/08/16  14:08:17
35790         Log: Change the regx compilation error markers to use = instead of <
35791              since pod makes using the latter quite messy.  Reported in
35792              ID 20000814.006 by Abigail and in
35793              Subject: Unknown escape E<> ?
35794              From: Lupe Christoph <lupe@lupe-christoph.de>
35795              Date: Fri, 11 Aug 2000 00:30:27 +0200
35796              Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
35797      Branch: perl
35798            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
35799            ! t/op/regmesg.t t/pragma/warn/regcomp
35800 ____________________________________________________________________________
35801 [  6652] By: jhi                                   on 2000/08/16  13:25:31
35802         Log: Change the perlbug address to perl.org since it's more forgiving.
35803              
35804              Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
35805              From: abigail@foad.org
35806              Date: 15 Aug 2000 04:15:40 -0000
35807              Message-Id: <20000815041540.8633.qmail@foad.org>
35808      Branch: perl
35809            ! utils/perlbug.PL
35810 ____________________________________________________________________________
35811 [  6651] By: jhi                                   on 2000/08/16  13:22:35
35812         Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
35813              From: Tim Jenness <timj@jach.hawaii.edu>
35814              Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
35815              Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
35816      Branch: perl
35817            ! lib/Cwd.pm
35818 ____________________________________________________________________________
35819 [  6650] By: jhi                                   on 2000/08/16  13:18:13
35820         Log: Update to CPAN 1.57.
35821              
35822              Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
35823              From: andreas.koenig@anima.de (Andreas J. Koenig)
35824              Date: 16 Aug 2000 15:09:46 +0200
35825              Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
35826      Branch: perl
35827            ! lib/CPAN.pm
35828 ____________________________________________________________________________
35829 [  6649] By: jhi                                   on 2000/08/16  13:12:31
35830         Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
35831              From: "Larry W. Virden" <lvirden@cas.org>
35832              Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
35833              Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
35834      Branch: perl
35835            ! README.hpux
35836 ____________________________________________________________________________
35837 [  6648] By: jhi                                   on 2000/08/16  13:03:53
35838         Log: The numeric locale was reset to "C" by s?printf and never restored.
35839              
35840              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
35841              From: Christian Kirsch <ck@held.mind.de>
35842              Date: Wed, 9 Aug 2000 17:05:17 +0200
35843              Message-Id: <20000809170517.A25389@held>
35844              
35845              No test since adding the failing example to locale.t
35846              does not fail -- probably because the locale settings are so
35847              thoroughly tweaked by that time.  Running the example standalone
35848              does fail, though.  UPDATE: test case added at change #7540.
35849      Branch: perl
35850            ! dump.c perl.h pp.c pp_ctl.c sv.c
35851 ____________________________________________________________________________
35852 [  6647] By: jhi                                   on 2000/08/16  00:07:54
35853         Log: Update Changes and test semi-automatic patchlevel updating.
35854      Branch: perl
35855            ! Changes patchlevel.h
35856 ____________________________________________________________________________
35857 [  6646] By: jhi                                   on 2000/08/15  23:35:07
35858         Log: Fix a dependency problem.
35859              
35860              Subject: [PATCH: 6640] VMS Makefile.SH update
35861              From: Peter Prymmer <pvhp@forte.com>
35862              Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
35863              Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
35864      Branch: perl
35865            ! vms/descrip_mms.template
35866 ____________________________________________________________________________
35867 [  6645] By: jhi                                   on 2000/08/15  23:33:23
35868         Log: (Retracted by #6660)
35869              
35870              Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
35871              From: Dominic Dunlop <domo@computer.org>
35872              Date: Tue, 15 Aug 2000 22:20:52 +0200
35873              Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
35874      Branch: metaconfig/U/perl
35875            + d_printfed.U
35876      Branch: perl
35877            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
35878            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
35879            ! t/op/sprintf.t
35880 ____________________________________________________________________________
35881 [  6644] By: jhi                                   on 2000/08/15  21:17:20
35882         Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
35883              From: abigail@foad.org
35884              Date: 15 Aug 2000 20:12:41 -0000
35885              Message-Id: <20000815201241.25556.qmail@foad.org>
35886      Branch: perl
35887            ! INSTALL
35888 ____________________________________________________________________________
35889 [  6643] By: jhi                                   on 2000/08/15  21:15:28
35890         Log: (an already applied patch)
35891      Branch: perl
35892            ! lib/CGI.pm
35893 ____________________________________________________________________________
35894 [  6642] By: gsar                                  on 2000/08/15  19:54:05
35895         Log: magic callbacks all need to have same type signature
35896      Branch: perl
35897            ! embed.pl mg.c proto.h
35898 ____________________________________________________________________________
35899 [  6641] By: jhi                                   on 2000/08/15  17:56:27
35900         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)
35901              From: Mike Guy <mjtg@cam.ac.uk>
35902              Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
35903              Date: Tue, 15 Aug 2000 18:26:45 +0100
35904              
35905              Only the peek.t part applied, not the hash quality part.
35906      Branch: perl
35907            ! t/lib/peek.t
35908 ____________________________________________________________________________
35909 [  6640] By: jhi                                   on 2000/08/15  16:37:37
35910         Log: Update Changes.
35911      Branch: perl
35912            ! Changes
35913 ____________________________________________________________________________
35914 [  6639] By: jhi                                   on 2000/08/15  16:34:55
35915         Log: Missed a file from #6638.
35916      Branch: perl
35917            ! lib/File/Temp.pm
35918 ____________________________________________________________________________
35919 [  6638] By: jhi                                   on 2000/08/15  16:33:19
35920         Log: Subject: [PATCH perl@6620] cygwin port
35921              From: "Fifer, Eric" <EFifer@sanwaint.com>
35922              Date: Tue, 15 Aug 2000 17:00:49 +0100
35923              Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
35924      Branch: perl
35925            ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
35926 ____________________________________________________________________________
35927 [  6637] By: jhi                                   on 2000/08/15  16:29:22
35928         Log: Subject: [PATCH] debugger exit code should reflect user exit code
35929              From: Mike Guy <mjtg@cam.ac.uk>
35930              Date: Tue, 15 Aug 2000 16:55:59 +0100
35931              Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
35932      Branch: perl
35933            ! lib/perl5db.pl
35934 ____________________________________________________________________________
35935 [  6636] By: jhi                                   on 2000/08/15  15:30:58
35936         Log: Update Changes.
35937      Branch: perl
35938            ! Changes
35939 ____________________________________________________________________________
35940 [  6635] By: jhi                                   on 2000/08/15  15:27:21
35941         Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
35942      Branch: metaconfig
35943            ! U/mkglossary U/mksample
35944      Branch: metaconfig/U/perl
35945            ! Devel.U
35946      Branch: perl
35947            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
35948 ____________________________________________________________________________
35949 [  6634] By: jhi                                   on 2000/08/15  14:11:55
35950         Log: Don't blow limited stacks, a lower number is enough to
35951              tickle the lookbehind limit.
35952              
35953              Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
35954              From: Dominic Dunlop <domo@computer.org>
35955              Date: Tue, 15 Aug 2000 13:51:24 +0200
35956              Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
35957      Branch: perl
35958            ! t/op/regmesg.t
35959 ____________________________________________________________________________
35960 [  6633] By: jhi                                   on 2000/08/15  14:01:46
35961         Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
35962              From: Mike Guy <mjtg@cam.ac.uk>
35963              Date: Tue, 15 Aug 2000 12:10:50 +0100
35964              Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
35965      Branch: perl
35966            ! utils/perldoc.PL
35967 ____________________________________________________________________________
35968 [  6632] By: jhi                                   on 2000/08/15  13:58:48
35969         Log: make ok etc also for win32.
35970              
35971              Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
35972              From: Prymmer/Kahn <pvhp@best.com>
35973              Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
35974              Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
35975      Branch: perl
35976            ! win32/Makefile
35977 ____________________________________________________________________________
35978 [  6631] By: jhi                                   on 2000/08/15  13:45:03
35979         Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
35980      Branch: perl
35981            ! lib/Test.pm
35982 ____________________________________________________________________________
35983 [  6630] By: jhi                                   on 2000/08/15  03:25:09
35984         Log: Update Changes.
35985      Branch: perl
35986            ! Changes
35987 ____________________________________________________________________________
35988 [  6629] By: jhi                                   on 2000/08/15  03:23:53
35989         Log: magic_regdatum_set() is void, not int.
35990      Branch: perl
35991            ! embed.pl mg.c proto.h
35992 ____________________________________________________________________________
35993 [  6628] By: jhi                                   on 2000/08/15  03:08:02
35994         Log: Make the user to give up his firstborn, err, to knowingly
35995              verify installing an unstable developer release.  Also bump
35996              the release to 5.7.0, but leave a patch tag in the local
35997              patches saying that this is not yet the real thing.
35998      Branch: metaconfig
35999            ! U/modified/Instruct.U
36000      Branch: metaconfig/U/perl
36001            + Devel.U
36002      Branch: perl
36003            ! Configure patchlevel.h
36004 ____________________________________________________________________________
36005 [  6627] By: jhi                                   on 2000/08/14  22:32:52
36006         Log: README.os2 update.
36007              
36008              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
36009              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
36010              Date: Wed, 02 Aug 2000 21:55:09 -0700
36011              Message-ID: <tsPi5gzkgegX092yn@efn.org>
36012      Branch: perl
36013            ! README.os2
36014 ____________________________________________________________________________
36015 [  6626] By: jhi                                   on 2000/08/14  21:00:02
36016         Log: Subject: Re: File::Temp problems on VMS in bleedperl
36017              From: Tim Jenness <timj@jach.hawaii.edu>
36018              cc: vmsperl@perl.org
36019              Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
36020              Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
36021      Branch: perl
36022            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
36023 ____________________________________________________________________________
36024 [  6625] By: jhi                                   on 2000/08/14  20:52:16
36025         Log: Add SUIDMAIL as was done for the CERT alert.
36026      Branch: perl
36027            ! patchlevel.h
36028 ____________________________________________________________________________
36029 [  6624] By: jhi                                   on 2000/08/14  20:48:50
36030         Log: Subject: sfio2000
36031              From: Daniel Muino <dmuino@afip.gov.ar>
36032              Date: Mon, 14 Aug 2000 16:58:11 -0300
36033              Message-ID: <20000814165811.B16368@con2-dgi>
36034      Branch: perl
36035            ! perlsdio.h perlsfio.h
36036 ____________________________________________________________________________
36037 [  6623] By: jhi                                   on 2000/08/14  20:47:36
36038         Log: Subject: warning: storage class after type is obsolescent
36039              From: Daniel Muino <dmuino@afip.gov.ar>
36040              Date: Mon, 14 Aug 2000 16:42:47 -0300
36041              Message-ID: <20000814164247.A16368@con2-dgi>
36042      Branch: perl
36043            ! regcomp.pl regnodes.h
36044 ____________________________________________________________________________
36045 [  6622] By: jhi                                   on 2000/08/14  20:43:05
36046         Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
36047              From: abigail@foad.org
36048              Date: 14 Aug 2000 20:00:10 -0000
36049              Message-Id: <20000814200010.27271.qmail@foad.org>
36050      Branch: perl
36051            ! Changes
36052 ____________________________________________________________________________
36053 [  6621] By: jhi                                   on 2000/08/14  15:23:05
36054         Log: Update Changes.
36055      Branch: perl
36056            ! Changes
36057 ____________________________________________________________________________
36058 [  6620] By: jhi                                   on 2000/08/14  15:22:14
36059         Log: Subject: Re: [PATCH] @+, @- readonly
36060              From: Mike Guy <mjtg@cam.ac.uk>
36061              Date: Mon, 14 Aug 2000 15:26:55 +0100
36062              Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
36063      Branch: perl
36064            ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
36065            ! sv.c t/op/pat.t
36066 ____________________________________________________________________________
36067 [  6619] By: jhi                                   on 2000/08/14  14:12:08
36068         Log: Update Changes.
36069      Branch: perl
36070            ! Changes
36071 ____________________________________________________________________________
36072 [  6618] By: jhi                                   on 2000/08/14  14:09:34
36073         Log: For now remove the mail code.
36074      Branch: perl
36075            ! perl.c
36076 ____________________________________________________________________________
36077 [  6617] By: jhi                                   on 2000/08/14  14:08:28
36078         Log: Drop the eg/ mentions and also mention the recent suidperl thing.
36079      Branch: perl
36080            ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
36081            ! pod/perlfaq8.pod pod/perlsec.pod
36082 ____________________________________________________________________________
36083 [  6616] By: jhi                                   on 2000/08/14  14:00:11
36084         Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
36085              From: Mike Guy <mjtg@cam.ac.uk>
36086              Date: Mon, 14 Aug 2000 08:26:02 +0100
36087              Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
36088      Branch: perl
36089            ! lib/perl5db.pl
36090 ____________________________________________________________________________
36091 [  6615] By: jhi                                   on 2000/08/14  13:58:45
36092         Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
36093              From: Mike Guy <mjtg@cam.ac.uk>
36094              Date: Mon, 14 Aug 2000 08:04:22 +0100
36095              Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
36096      Branch: perl
36097            ! gv.c mg.c t/op/pat.t
36098 ____________________________________________________________________________
36099 [  6614] By: jhi                                   on 2000/08/14  13:56:45
36100         Log: Subject: Test fails / warnings with perl-current #6612
36101              From: Mike Guy <mjtg@cam.ac.uk>
36102              Date: Mon, 14 Aug 2000 07:57:23 +0100
36103              Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
36104      Branch: perl
36105            ! t/lib/b.t t/lib/peek.t
36106 ____________________________________________________________________________
36107 [  6613] By: jhi                                   on 2000/08/14  13:45:33
36108         Log: VMS configure.com update continues.
36109      Branch: perl
36110            - vms/configure.com
36111            ! MANIFEST configure.com
36112 ____________________________________________________________________________
36113 [  6612] By: jhi                                   on 2000/08/13  22:13:35
36114         Log: Update Changes.
36115      Branch: perl
36116            ! Changes
36117 ____________________________________________________________________________
36118 [  6611] By: jhi                                   on 2000/08/13  16:21:45
36119         Log: Upgrade to CGI 2.71, from Lincoln Stein.
36120      Branch: perl
36121            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
36122 ____________________________________________________________________________
36123 [  6610] By: jhi                                   on 2000/08/13  15:09:16
36124         Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
36125              From: Mike Guy <mjtg@cam.ac.uk>
36126              Date: Sun, 13 Aug 2000 13:45:51 +0100
36127              Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
36128      Branch: perl
36129            ! t/op/regmesg.t
36130 ____________________________________________________________________________
36131 [  6609] By: jhi                                   on 2000/08/13  14:31:26
36132         Log: Andreas says that 1.56 is fine, so reverting back to it.
36133      Branch: perl
36134            ! lib/CPAN.pm
36135 ____________________________________________________________________________
36136 [  6608] By: jhi                                   on 2000/08/13  05:34:20
36137         Log: Update Changes.
36138      Branch: perl
36139            ! Changes
36140 ____________________________________________________________________________
36141 [  6607] By: jhi                                   on 2000/08/13  05:32:01
36142         Log: Put back the \z changes of #5406 to CPAN.pm.
36143      Branch: perl
36144            ! lib/CPAN.pm
36145 ____________________________________________________________________________
36146 [  6606] By: jhi                                   on 2000/08/13  05:20:16
36147         Log: Fix-n-skip the tests under 5005threads.
36148      Branch: perl
36149            ! t/lib/b.t
36150 ____________________________________________________________________________
36151 [  6605] By: jhi                                   on 2000/08/13  05:07:48
36152         Log: Fix the test for 5005threads.
36153      Branch: perl
36154            ! t/lib/peek.t
36155 ____________________________________________________________________________
36156 [  6604] By: jhi                                   on 2000/08/13  03:35:37
36157         Log: Should have deleted this in #6603.
36158      Branch: perl
36159            - vms/subconfigure.com
36160 ____________________________________________________________________________
36161 [  6603] By: jhi                                   on 2000/08/12  18:29:32
36162         Log: Rewrite of vms/subconfigure.com as configure.com,
36163              from Peter Prymmer and the vmsperl crew.
36164      Branch: perl
36165            + vms/configure.com
36166            ! MANIFEST
36167 ____________________________________________________________________________
36168 [  6602] By: jhi                                   on 2000/08/11  13:00:01
36169         Log: PlainText.pm is dead.
36170      Branch: perl
36171            - lib/Pod/PlainText.pm
36172            ! MANIFEST
36173 ____________________________________________________________________________
36174 [  6601] By: jhi                                   on 2000/08/11  04:06:45
36175         Log: Update Changes.
36176      Branch: perl
36177            ! Changes
36178 ____________________________________________________________________________
36179 [  6600] By: jhi                                   on 2000/08/11  04:06:10
36180         Log: Add a few missing files, update MANIFEST.
36181      Branch: perl
36182            + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
36183            + lib/Pod/PlainText.pm t/pod/find.t
36184            ! MANIFEST t/op/regmesg.t
36185 ____________________________________________________________________________
36186 [  6599] By: jhi                                   on 2000/08/11  03:31:10
36187         Log: Add Perl debugging tutorial, regen toc. 
36188              
36189              Subject: perldebtut.pod
36190              From: Richard Foley <Richard.Foley@m.dasa.de>
36191              Date: Wed, 09 Aug 2000 10:17:15 +0200
36192              Message-id: <3991138B.262247B8@m.dasa.de>
36193      Branch: perl
36194            + pod/perldebtut.pod
36195            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
36196 ____________________________________________________________________________
36197 [  6598] By: jhi                                   on 2000/08/11  02:48:56
36198         Log: tiny Changes edit
36199      Branch: perl
36200            ! Changes
36201 ____________________________________________________________________________
36202 [  6597] By: jhi                                   on 2000/08/11  02:39:04
36203         Log: Tests for #6589.
36204              
36205              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
36206              From: simon@brecon.co.uk (Simon Cozens)
36207              Date: 11 Aug 2000 02:24:52 GMT
36208              Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
36209      Branch: perl
36210            ! t/lib/b.t
36211 ____________________________________________________________________________
36212 [  6596] By: jhi                                   on 2000/08/11  01:50:07
36213         Log: Update Changes.
36214      Branch: perl
36215            ! Changes
36216 ____________________________________________________________________________
36217 [  6595] By: jhi                                   on 2000/08/11  01:47:16
36218         Log: nitfix
36219      Branch: perl
36220            ! Changes
36221 ____________________________________________________________________________
36222 [  6594] By: jhi                                   on 2000/08/11  01:36:16
36223         Log: Subject: Getting perlio and threads to compile
36224              From: Lupe Christoph <lupe@lupe-christoph.de>
36225              Date: Wed, 9 Aug 2000 11:35:54 +0200
36226              Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
36227              
36228              (the Solaris version changes in Configure skipped)
36229      Branch: perl
36230            ! hints/solaris_2.sh thread.h
36231 ____________________________________________________________________________
36232 [  6593] By: jhi                                   on 2000/08/11  01:30:16
36233         Log: Subject: Re: [ID 20000730.003] utf8::length() bad
36234              From: simon@brecon.co.uk (Simon Cozens)
36235              Date: 1 Aug 2000 06:55:19 GMT
36236              Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
36237      Branch: perl
36238            ! lib/utf8.pm
36239 ____________________________________________________________________________
36240 [  6592] By: jhi                                   on 2000/08/11  01:26:39
36241         Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
36242              From: Peter Scott <Peter@PeterScott.com>
36243              Date: Thu, 10 Aug 2000 08:23:27 -0700
36244              Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
36245      Branch: perl
36246            ! lib/perl5db.pl
36247 ____________________________________________________________________________
36248 [  6591] By: jhi                                   on 2000/08/11  01:22:02
36249         Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
36250              From: Hugo <hv@crypt.compulink.co.uk>
36251              Date: Thu, 10 Aug 2000 19:23:04 +0100
36252              Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
36253      Branch: perl
36254            ! regexec.c t/op/pat.t
36255 ____________________________________________________________________________
36256 [  6590] By: jhi                                   on 2000/08/11  01:19:19
36257         Log: Preprocessing and postprocessing for File::Find.
36258              
36259              Subject: Patch to Find::File.pm to allow alphabetical results
36260              From: Joe Smith <jsmith@inwap.com>
36261              Date: Wed, 9 Aug 2000 02:44:54 -0700
36262              Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
36263      Branch: perl
36264            ! lib/File/Find.pm
36265 ____________________________________________________________________________
36266 [  6589] By: jhi                                   on 2000/08/11  01:12:39
36267         Log: B::Deparse didn't do sub attributes.
36268              
36269              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
36270              From: simon@brecon.co.uk (Simon Cozens)
36271              Date: 9 Aug 2000 04:49:20 GMT
36272              Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
36273      Branch: perl
36274            ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
36275 ____________________________________________________________________________
36276 [  6588] By: jhi                                   on 2000/08/11  01:06:40
36277         Log: Subject: debugger "d" command doesnt check line number
36278              From: Mike Guy <mjtg@cam.ac.uk>
36279              Date: Tue, 08 Aug 2000 21:54:29 +0100
36280              Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
36281      Branch: perl
36282            ! lib/perl5db.pl mg.c pod/perldiag.pod
36283 ____________________________________________________________________________
36284 [  6587] By: jhi                                   on 2000/08/11  00:45:03
36285         Log: sleep(1) does not necessarily return 1.
36286              
36287              Subject: [PATCH bleadperl] op/lex_assign.t  
36288              From: Hugo <hv@crypt.compulink.co.uk>
36289              Date: Thu, 03 Aug 2000 14:34:22 +0100        
36290              Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
36291      Branch: perl
36292            ! t/op/lex_assign.t
36293 ____________________________________________________________________________
36294 [  6586] By: jhi                                   on 2000/08/11  00:31:50
36295         Log: Document the IO::Select timeout.
36296      Branch: perl
36297            ! ext/IO/lib/IO/Select.pm
36298 ____________________________________________________________________________
36299 [  6585] By: jhi                                   on 2000/08/11  00:13:54
36300         Log: Forgot contributor.
36301      Branch: perl
36302            ! Changes
36303 ____________________________________________________________________________
36304 [  6584] By: jhi                                   on 2000/08/11  00:09:19
36305         Log: detypo
36306      Branch: perl
36307            ! Changes
36308 ____________________________________________________________________________
36309 [  6583] By: jhi                                   on 2000/08/11  00:07:53
36310         Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
36311              
36312              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
36313              From: Mike Guy <mjtg@cam.ac.uk> 
36314              Date: Thu, 10 Aug 2000 15:50:54 +0100
36315              Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
36316      Branch: perl
36317            ! sv.c t/op/int.t
36318 ____________________________________________________________________________
36319 [  6582] By: jhi                                   on 2000/08/10  23:29:32
36320         Log: Update Changes.
36321      Branch: perl
36322            ! Changes
36323 ____________________________________________________________________________
36324 [  6581] By: jhi                                   on 2000/08/10  23:26:16
36325         Log: Put back the std @INC thing.
36326      Branch: perl
36327            ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
36328            ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
36329            ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
36330            ! t/lib/gol-oo.t
36331 ____________________________________________________________________________
36332 [  6580] By: jhi                                   on 2000/08/10  23:03:34
36333         Log: Update to CGI 2.70, from Lincoln Stein.
36334      Branch: perl
36335            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
36336            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
36337            ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
36338            ! t/lib/cgi-request.t
36339 ____________________________________________________________________________
36340 [  6579] By: jhi                                   on 2000/08/10  22:41:50
36341         Log: Update to CPAN 1.56, from Andreas König.
36342      Branch: perl
36343            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
36344 ____________________________________________________________________________
36345 [  6578] By: jhi                                   on 2000/08/10  22:38:13
36346         Log: Update to Pod::Parser 1.17, from Brad Appleton.
36347      Branch: perl
36348            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
36349            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
36350            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
36351            ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
36352            ! t/pod/include.t t/pod/included.t t/pod/lref.t
36353            ! t/pod/multiline_items.t t/pod/nested_items.t
36354            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
36355            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
36356            ! t/pod/special_seqs.t
36357 ____________________________________________________________________________
36358 [  6577] By: jhi                                   on 2000/08/10  22:35:41
36359         Log: Small AUTHORS and MAINTAIN updates.  Could do with big updates.
36360      Branch: perl
36361            ! AUTHORS MAINTAIN
36362 ____________________________________________________________________________
36363 [  6576] By: jhi                                   on 2000/08/10  22:24:54
36364         Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
36365      Branch: perl
36366            + t/lib/gol-oo.t
36367            ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
36368            ! t/lib/gol-compat.t t/lib/gol-linkage.t
36369 ____________________________________________________________________________
36370 [  6575] By: jhi                                   on 2000/08/10  22:02:07
36371         Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
36372      Branch: perl
36373            ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
36374 ____________________________________________________________________________
36375 [  6574] By: jhi                                   on 2000/08/10  21:55:03
36376         Log: Iterating perl6 description.
36377      Branch: perl
36378            ! pod/perlfaq1.pod
36379 ____________________________________________________________________________
36380 [  6573] By: jhi                                   on 2000/08/10  21:48:26
36381         Log: Revert the sv.c part of #6559, a better fix is needed.
36382      Branch: perl
36383            ! sv.c
36384 ____________________________________________________________________________
36385 [  6572] By: jhi                                   on 2000/08/10  20:33:43
36386         Log: It's the 2ndO'ROSSC.
36387      Branch: perl
36388            ! pod/perlfaq1.pod
36389 ____________________________________________________________________________
36390 [  6571] By: jhi                                   on 2000/08/10  15:55:48
36391         Log: detypo
36392      Branch: perl
36393            ! pod/perlfaq1.pod
36394 ____________________________________________________________________________
36395 [  6570] By: jhi                                   on 2000/08/10  14:11:17
36396         Log: An exceptionally sticky typo.
36397      Branch: perl
36398            ! Changes
36399 ____________________________________________________________________________
36400 [  6569] By: jhi                                   on 2000/08/10  14:09:33
36401         Log: detypo (and test Changes updating script)
36402      Branch: perl
36403            ! Changes
36404 ____________________________________________________________________________
36405 [  6568] By: jhi                                   on 2000/08/10  14:07:07
36406         Log: Update Changes.
36407      Branch: perl
36408            ! Changes
36409 ____________________________________________________________________________
36410 [  6567] By: jhi                                   on 2000/08/10  14:06:19
36411         Log: Amend the description of Perl6.
36412              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
36413              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
36414              Date: Wed, 9 Aug 2000 22:11:06 -0500
36415              Message-ID: <20000809221106.A12246@chaos.wustl.edu>
36416      Branch: perl
36417            ! pod/perlfaq1.pod
36418 ____________________________________________________________________________
36419 [  6566] By: jhi                                   on 2000/08/10  13:58:57
36420         Log: Subject: Remove dead entry in perldiag
36421              From: Mike Guy <mjtg@cam.ac.uk>
36422              Date: Thu, 10 Aug 2000 14:19:19 +0100
36423              Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
36424      Branch: perl
36425            ! pod/perldiag.pod
36426 ____________________________________________________________________________
36427 [  6565] By: jhi                                   on 2000/08/10  13:51:48
36428         Log: Zero entries were skipped, fix from Adrian Goalby
36429              <argoalby@yahoo.co.uk>
36430      Branch: perl
36431            ! lib/unicode/Number.pl lib/unicode/mktables.PL
36432 ____________________________________________________________________________
36433 [  6564] By: jhi                                   on 2000/08/10  13:00:12
36434         Log: Subject: [PATCH 5.6.0] cygwin port
36435              From: "Fifer, Eric" <EFifer@sanwaint.com>
36436              Date: Thu, 10 Aug 2000 13:15:36 +0100
36437              Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
36438      Branch: perl
36439            ! README.cygwin hints/cygwin.sh
36440 ____________________________________________________________________________
36441 [  6563] By: jhi                                   on 2000/08/10  12:55:16
36442         Log: Get back into sync with Jeffrey on the enhanced regex warnings.
36443      Branch: perl
36444            ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
36445 ____________________________________________________________________________
36446 [  6562] By: gsar                                  on 2000/08/10  08:38:39
36447         Log: warn is a macro, avoid using at a variable to avoid warnings
36448              in some configurations; readdir.t is too conservative in
36449              estimating number of *.t's
36450      Branch: perl
36451            ! t/op/readdir.t util.c
36452 ____________________________________________________________________________
36453 [  6561] By: jhi                                   on 2000/08/09  23:35:42
36454         Log: Update Changes.
36455      Branch: perl
36456            ! Changes
36457 ____________________________________________________________________________
36458 [  6560] By: jhi                                   on 2000/08/09  23:05:47
36459         Log: Subject: Re: enhanced(?) regex error messages
36460              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
36461              Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
36462              Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
36463              
36464              (plus two small patches sent privately)
36465              (this still seems to leave few test failures)
36466      Branch: perl
36467            + t/op/regmesg.t
36468            ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
36469            ! t/pragma/warn/regcomp
36470 ____________________________________________________________________________
36471 [  6559] By: jhi                                   on 2000/08/09  20:41:18
36472         Log: (The fix did work but was not right, retracted in #6573)
36473              
36474              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
36475              From: Christian Kirsch <ck@held.mind.de>
36476              Date: Wed, 9 Aug 2000 17:05:17 +0200
36477              Message-Id: <20000809170517.A25389@held>
36478      Branch: perl
36479            ! sv.c t/pragma/locale.t
36480 ____________________________________________________________________________
36481 [  6558] By: jhi                                   on 2000/08/08  22:34:08
36482         Log: Tiny updates on the contributors list.
36483      Branch: perl
36484            ! Changes
36485 ____________________________________________________________________________
36486 [  6557] By: jhi                                   on 2000/08/08  19:34:28
36487         Log: Double check that we have a dirhandle.
36488      Branch: perl
36489            ! util.c
36490 ____________________________________________________________________________
36491 [  6556] By: jhi                                   on 2000/08/08  19:01:51
36492         Log: Delete eg as agreed at TPC3 (yes, 3).  Dusty, obsolete, non-w-clean.
36493              May be repopulated with fresh maintained examples.
36494      Branch: perl
36495            + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
36496            + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
36497            + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
36498            + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
36499            + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
36500            + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
36501            + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
36502            + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
36503            + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
36504            + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
36505            + lib/CGI/eg/wilogo_gif.uu
36506            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
36507            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
36508            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
36509            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
36510            - eg/cgi/frameset.cgi eg/cgi/index.html
36511            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
36512            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
36513            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
36514            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
36515            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
36516            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
36517            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
36518            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
36519            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
36520            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
36521            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
36522            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
36523            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
36524            - eg/van/vanish eg/who eg/wrapsuid
36525            ! MANIFEST
36526 ____________________________________________________________________________
36527 [  6555] By: jhi                                   on 2000/08/08  18:51:08
36528         Log: Delete chat2 as requested by Randal.
36529              
36530              Subject: Re: perlfaq8 coyness
36531              From: merlyn@stonehenge.com (Randal L. Schwartz) 
36532              Date: 15 May 2000 18:52:42 -0700 
36533              Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com> 
36534      Branch: perl
36535            - lib/chat2.pl
36536            ! MANIFEST
36537 ____________________________________________________________________________
36538 [  6554] By: jhi                                   on 2000/08/08  18:31:35
36539         Log: Regen global.sym.
36540      Branch: perl
36541            ! global.sym
36542 ____________________________________________________________________________
36543 [  6553] By: jhi                                   on 2000/08/08  18:28:13
36544         Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
36545              (either perlbug or p5p ate the original), plus regen
36546              perlapi and perltoc. 
36547      Branch: perl
36548            ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
36549            ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
36550            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
36551            ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
36552            ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
36553            ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
36554            ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
36555            ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
36556            ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
36557            ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
36558 ____________________________________________________________________________
36559 [  6552] By: jhi                                   on 2000/08/08  18:06:29
36560         Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
36561              From: Mike Guy <mjtg@cam.ac.uk>
36562              Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
36563              Date: Tue, 08 Aug 2000 15:51:27 +0100
36564      Branch: perl
36565            ! doop.c sv.h t/op/join.t t/pragma/overload.t
36566 ____________________________________________________________________________
36567 [  6551] By: jhi                                   on 2000/08/08  18:01:11
36568         Log: Re-apply #6549.
36569      Branch: perl
36570            ! lib/perl5db.pl
36571 ____________________________________________________________________________
36572 [  6550] By: jhi                                   on 2000/08/08  17:43:08
36573         Log: Accidental retraction of #6549.
36574      Branch: perl
36575            ! lib/perl5db.pl
36576 ____________________________________________________________________________
36577 [  6549] By: jhi                                   on 2000/08/08  17:40:04
36578         Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
36579              From: Mike Guy <mjtg@cam.ac.uk>
36580              Date: Mon, 07 Aug 2000 21:49:58 +0100
36581              Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
36582      Branch: perl
36583            ! lib/perl5db.pl
36584 ____________________________________________________________________________
36585 [  6548] By: jhi                                   on 2000/08/08  17:37:57
36586         Log: Document here-doc better.
36587              
36588              Subject: Re: [ID 20000804.003] heredoc in s///e replacement
36589              From: Mike Guy <mjtg@cam.ac.uk>
36590              Date: Mon, 07 Aug 2000 14:02:09 +0100
36591              Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
36592      Branch: perl
36593            ! pod/perldata.pod
36594 ____________________________________________________________________________
36595 [  6547] By: jhi                                   on 2000/08/08  17:33:34
36596         Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
36597              From: "Randy J. Ray" <rjray@redhat.com>
36598              Date: Mon, 07 Aug 2000 19:12:25 -0700
36599              Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
36600      Branch: perl
36601            ! perl.c pod/perlrun.pod
36602 ____________________________________________________________________________
36603 [  6546] By: jhi                                   on 2000/08/08  17:29:26
36604         Log: Subject: Re: enhanced(?) regex error messages 
36605              From: Hugo <hv@crypt.compulink.co.uk>
36606              Date: Tue, 08 Aug 2000 03:25:51 +0100
36607              Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
36608              
36609              plus Capitalize the error messages, plus perldiag them.
36610      Branch: perl
36611            ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
36612 ____________________________________________________________________________
36613 [  6545] By: jhi                                   on 2000/08/08  13:59:28
36614         Log: Augment #6539 a bit: don't croak if there's magic in the air.
36615              
36616              Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) 
36617              From: Hugo <hv@crypt.compulink.co.uk>
36618              Date: Tue, 08 Aug 2000 03:02:03 +0100
36619              Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
36620      Branch: perl
36621            ! pp.c t/op/bless.t
36622 ____________________________________________________________________________
36623 [  6544] By: jhi                                   on 2000/08/07  21:11:52
36624         Log: Make the test -w clean.
36625      Branch: perl
36626            ! t/op/bless.t
36627 ____________________________________________________________________________
36628 [  6543] By: jhi                                   on 2000/08/07  19:49:53
36629         Log: use warnings instead of $^W.
36630      Branch: perl
36631            ! t/op/bless.t
36632 ____________________________________________________________________________
36633 [  6542] By: jhi                                   on 2000/08/07  17:41:41
36634         Log: Disable a portability warning Because We Know What We Are Doing.
36635      Branch: perl
36636            ! t/op/bless.t
36637 ____________________________________________________________________________
36638 [  6541] By: jhi                                   on 2000/08/07  17:29:51
36639         Log: Tiny tidying on report_evil_fh().
36640      Branch: perl
36641            ! util.c
36642 ____________________________________________________________________________
36643 [  6540] By: jhi                                   on 2000/08/07  16:37:38
36644         Log: Make regular expression parse error messages easier to understand.
36645              
36646              Subject: Re: enhanced(?) regex error messages
36647              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
36648              Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
36649              Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
36650      Branch: perl
36651            ! regcomp.c
36652 ____________________________________________________________________________
36653 [  6539] By: jhi                                   on 2000/08/07  16:12:27
36654         Log: Make bless(REF, REF) a fatal error, add bless tests.
36655              
36656              Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
36657              From: Hugo <hv@crypt.compulink.co.uk>
36658              Date: Mon, 07 Aug 2000 16:59:38 +0100
36659              Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
36660      Branch: perl
36661            + t/op/bless.t
36662            ! MANIFEST pod/perldiag.pod pp.c sv.c
36663 ____________________________________________________________________________
36664 [  6538] By: jhi                                   on 2000/08/07  15:59:43
36665         Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
36666              From: Tim Conrow <tim@spindrift.srl.caltech.edu>
36667              Date: Thu, 3 Aug 2000 14:29:21 -0700
36668              Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
36669      Branch: perl
36670            ! lib/lib_pm.PL
36671 ____________________________________________________________________________
36672 [  6537] By: jhi                                   on 2000/08/07  15:47:18
36673         Log: Retract #6419 for now since it breaks in AFS and MachTen.
36674      Branch: perl
36675            ! lib/Cwd.pm
36676 ____________________________________________________________________________
36677 [  6536] By: jhi                                   on 2000/08/07  15:05:29
36678         Log: Plug the security hole described in the Aug 05 2000 bugtraq message
36679              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
36680              The security hole exists only in suidperls, which isn't
36681              installed or even built by default.
36682      Branch: perl
36683            ! perl.c
36684 ____________________________________________________________________________
36685 [  6535] By: jhi                                   on 2000/08/07  14:45:14
36686         Log: tr memory corruption fix from Simon Cozens.
36687      Branch: perl
36688            ! doop.c
36689 ____________________________________________________________________________
36690 [  6534] By: jhi                                   on 2000/08/06  11:38:16
36691         Log: Document a bit that UDP is not what you might think.
36692              
36693              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
36694              From: Lupe Christoph <lupe@lupe-christoph.de>
36695              Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
36696              Date: Mon, 24 Jul 2000 08:59:15 +0200
36697      Branch: perl
36698            ! pod/perlipc.pod
36699 ____________________________________________________________________________
36700 [  6533] By: jhi                                   on 2000/08/06  11:35:01
36701         Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
36702              From: Jeff Pinyan <jeffp@hut.crusoe.net>
36703              Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
36704              Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
36705      Branch: perl
36706            ! pod/perlfunc.pod
36707 ____________________________________________________________________________
36708 [  6532] By: jhi                                   on 2000/08/06  03:45:41
36709         Log: Have symbols for the IoTYPEs.
36710      Branch: perl
36711            ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
36712 ____________________________________________________________________________
36713 [  6531] By: jhi                                   on 2000/08/06  01:33:55
36714         Log: Continue fixing the io warnings.  This also
36715              sort of fixes bug ID 20000802.003: the core dump
36716              is no more.  Whether the current behaviour is correct
36717              (giving a warning: "Not a format reference"), is another matter.
36718      Branch: perl
36719            ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
36720            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
36721 ____________________________________________________________________________
36722 [  6530] By: jhi                                   on 2000/08/05  21:33:12
36723         Log: Change the Policy policy: now -Dprefix= with an existing
36724              Policy.sh and prefix == siteprefix == vendorprefix, then all
36725              of them follow along the new prefix.
36726              
36727              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
36728              From: Andy Dougherty <doughera@lafayette.edu>
36729              Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
36730              Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
36731      Branch: perl
36732            ! Policy_sh.SH
36733 ____________________________________________________________________________
36734 [  6529] By: jhi                                   on 2000/08/05  18:57:28
36735         Log: Zap lib/Sys directory when cleaning up.
36736      Branch: perl
36737            ! Makefile.SH
36738 ____________________________________________________________________________
36739 [  6528] By: jhi                                   on 2000/08/05  18:40:44
36740         Log: Essential prototype changes were missing from #6527.
36741              Also make report_evil_fh() more bomb-proof.
36742      Branch: perl
36743            ! embed.h util.c
36744 ____________________________________________________________________________
36745 [  6527] By: jhi                                   on 2000/08/05  03:22:05
36746         Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
36747              From: "Ronald F. Guilmette" <rfg@monkeys.com>
36748              Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
36749              Message-Id: <200007242247.PAA52177@monkeys.com>
36750      Branch: perl
36751            ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
36752 ____________________________________________________________________________
36753 [  6526] By: jhi                                   on 2000/08/04  21:23:27
36754         Log: gcc versions might have (parentheses) in them.
36755      Branch: metaconfig/U/perl
36756            ! gccvers.U
36757      Branch: perl
36758            ! Configure config_h.SH
36759 ____________________________________________________________________________
36760 [  6525] By: jhi                                   on 2000/08/04  20:23:12
36761         Log: Weed buglets pointed out by
36762              
36763              From: Lupe Christoph <lupe@lupe-christoph.de>
36764              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
36765              Date: Fri, 4 Aug 2000 17:34:39 +0200
36766              Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
36767      Branch: metaconfig/U/perl
36768            ! gccvers.U uselfs.U
36769      Branch: perl
36770            ! Configure config_h.SH
36771 ____________________________________________________________________________
36772 [  6524] By: jhi                                   on 2000/08/04  19:02:08
36773         Log: Warn under -w if lstat(FH) is attempted.
36774              
36775              Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
36776              From: "Todd C. Miller" <Todd.Miller@courtesan.com> 
36777              Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT) 
36778              Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com> 
36779      Branch: perl
36780            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
36781            ! t/pragma/warn/pp_sys
36782 ____________________________________________________________________________
36783 [  6523] By: jhi                                   on 2000/08/04  12:31:11
36784         Log: Subject: New perlcc, take 2
36785              From: simon@brecon.co.uk (Simon Cozens)
36786              Date: 4 Aug 2000 06:21:04 GMT
36787              Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
36788      Branch: perl
36789            ! utils/perlcc.PL
36790 ____________________________________________________________________________
36791 [  6522] By: jhi                                   on 2000/08/04  12:26:33
36792         Log: Subject: Re: Array vs. List context
36793              From: Daniel Chetlin <daniel@chetlin.com>
36794              Date: Fri, 4 Aug 2000 00:22:44 -0700
36795              Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
36796      Branch: perl
36797            ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
36798            ! pod/perlfaq4.pod
36799 ____________________________________________________________________________
36800 [  6521] By: jhi                                   on 2000/08/04  12:22:38
36801         Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
36802              From: Raymund Will <ray@caldera.de>
36803              Date: Fri, 4 Aug 2000 12:07:09 +0200
36804              Message-Id: <20000804120709.A14982@caldera.de>
36805      Branch: perl
36806            ! configure.gnu
36807 ____________________________________________________________________________
36808 [  6520] By: jhi                                   on 2000/08/04  04:09:06
36809         Log: After the #6519 a warning about stat() is just that,
36810              not about a filetest, which now have their own warning.
36811      Branch: perl
36812            ! pod/perldiag.pod
36813 ____________________________________________________________________________
36814 [  6519] By: jhi                                   on 2000/08/04  04:06:30
36815         Log: In the warnings call filehandles consistently so;
36816              add "unopened" warning for stat().
36817      Branch: perl
36818            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
36819            ! t/pragma/warn/pp_sys
36820 ____________________________________________________________________________
36821 [  6518] By: jhi                                   on 2000/08/04  02:55:35
36822         Log: Subject: Minor tweak to perlvar.pod
36823              From: "Stephen P. Potter" <spp@ds.net>
36824              Date: Tue, 18 Apr 2000 09:26:03 -0400
36825              Message-Id: <200004181326.JAA01560@spp.users.ds.net>
36826      Branch: perl
36827            ! pod/perlvar.pod
36828 ____________________________________________________________________________
36829 [  6517] By: jhi                                   on 2000/08/04  02:50:08
36830         Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
36831              From: "Clinton Pierce" <cpierce1@ford.com>
36832              Date: Wed, 21 Jul 1999 16:45:31 -0400
36833              Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
36834              
36835              Fix by Stephen Potter (visible in the bug db but not in p5p?)
36836      Branch: perl
36837            ! pod/perlfunc.pod pod/perlop.pod
36838 ____________________________________________________________________________
36839 [  6516] By: jhi                                   on 2000/08/04  02:09:25
36840         Log: This is 6512.  Really.
36841      Branch: perl
36842            ! dump.c
36843 ____________________________________________________________________________
36844 [  6515] By: jhi                                   on 2000/08/04  01:25:50
36845         Log: mention the idea of @( and @)
36846      Branch: perl
36847            ! Todo-5.6
36848 ____________________________________________________________________________
36849 [  6514] By: bailey                                on 2000/08/04  01:18:46
36850         Log: YA resync with mainstem, including VMS patches from others
36851      Branch: vmsperl
36852           +> (branch 48 files)
36853            - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
36854           !> (integrate 354 files)
36855 ____________________________________________________________________________
36856 [  6513] By: jhi                                   on 2000/08/04  01:18:18
36857         Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
36858              From: Mark Dickinson <dickins3@fas.harvard.edu>
36859              Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
36860              Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
36861      Branch: perl
36862            ! t/op/grent.t t/op/pwent.t
36863 ____________________________________________________________________________
36864 [  6512] By: jhi                                   on 2000/08/04  01:14:06
36865         Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
36866              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
36867              Date: Wed, 02 Aug 2000 10:51:01 +0100
36868              Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
36869      Branch: perl
36870            ! sv.c
36871 ____________________________________________________________________________
36872 [  6511] By: jhi                                   on 2000/08/04  00:57:00
36873         Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question                
36874              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
36875              Date: Thu, 03 Aug 2000 17:20:04 -0700
36876              Message-ID: <0wgi5gzkgqLb092yn@efn.org> 
36877      Branch: metaconfig
36878            ! U/modified/Cppsym.U
36879      Branch: perl
36880            ! Configure config_h.SH
36881 ____________________________________________________________________________
36882 [  6510] By: jhi                                   on 2000/08/04  00:25:28
36883         Log: detypo
36884      Branch: perl
36885            ! Makefile.SH
36886 ____________________________________________________________________________
36887 [  6509] By: jhi                                   on 2000/08/03  23:43:18
36888         Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
36889              From: Dominic Dunlop <domo@computer.org>
36890              Date: Thu, 3 Aug 2000 22:16:46 +0200
36891              Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
36892      Branch: perl
36893            ! t/op/sprintf.t
36894 ____________________________________________________________________________
36895 [  6508] By: jhi                                   on 2000/08/03  23:40:37
36896         Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
36897              From: Hugo <hv@crypt.compulink.co.uk>
36898              Date: Thu, 03 Aug 2000 18:25:30 +0100
36899              Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
36900      Branch: perl
36901            ! regcomp.c t/op/re_tests
36902 ____________________________________________________________________________
36903 [  6507] By: jhi                                   on 2000/08/03  23:38:28
36904         Log: Subject: [PATCH] sv.h documentation - SvLEN
36905              From: Mike Guy <mjtg@cam.ac.uk>
36906              Date: Thu, 03 Aug 2000 14:43:09 +0100
36907              Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
36908      Branch: perl
36909            ! sv.h
36910 ____________________________________________________________________________
36911 [  6506] By: jhi                                   on 2000/08/03  15:49:14
36912         Log: Disable the fix_pl hack for now.
36913      Branch: perl
36914            ! Makefile.SH
36915 ____________________________________________________________________________
36916 [  6505] By: jhi                                   on 2000/08/03  13:49:04
36917         Log: Add a URL for FSF.
36918              
36919              Subject: Patch for README
36920              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
36921              Date: Wed, 2 Aug 2000 13:25:09 -0500
36922              Message-ID: <20000802132509.I10379@chaos.wustl.edu>
36923      Branch: perl
36924            ! README
36925 ____________________________________________________________________________
36926 [  6504] By: jhi                                   on 2000/08/03  13:29:19
36927         Log: Be more informative on what is skipped and why,
36928              also repeat the list at the end.
36929      Branch: perl
36930            ! Porting/p4desc
36931 ____________________________________________________________________________
36932 [  6503] By: jhi                                   on 2000/08/03  13:07:05
36933         Log: Circumvent the removal of .patch by fix_pl.
36934              
36935              Subject: Re: [ID 20000802.011] unable to 'make test'          
36936              From: simon@brecon.co.uk (Simon Cozens) 
36937              Date: 3 Aug 2000 04:17:00 GMT
36938              Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org> 
36939      Branch: perl
36940            ! Makefile.SH
36941 ____________________________________________________________________________
36942 [  6502] By: jhi                                   on 2000/08/03  00:14:34
36943         Log: Add the missing setproctitle unit.
36944      Branch: metaconfig/U/perl
36945            + d_setproctitle.U
36946 ____________________________________________________________________________
36947 [  6501] By: jhi                                   on 2000/08/03  00:00:26
36948         Log: The subtest 4 may fail also on VOBS, as pointed out
36949              by Nick Ing-Simmons in November 1999, bug id 19991124.003
36950              (but the failure in that bug report isn't the subtest 4).
36951      Branch: perl
36952            ! t/op/stat.t
36953 ____________________________________________________________________________
36954 [  6500] By: jhi                                   on 2000/08/02  23:49:30
36955         Log: Better skip message for the test; one of the two problems in
36956              
36957              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
36958              From: Lupe Christoph <lupe@lupe-christoph.de>
36959              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
36960              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
36961      Branch: perl
36962            ! t/op/numconvert.t
36963 ____________________________________________________________________________
36964 [  6499] By: jhi                                   on 2000/08/02  22:49:16
36965         Log: Allow "no Module;" even if there is no 'unimport'.
36966              
36967              Subject: [ID 20000324.029] `unimport' is not special the way `import' is
36968              From: mjd@plover.com
36969              Date: 24 Mar 2000 15:24:34 -0000
36970              Message-Id: <20000324152434.15160.qmail@plover.com>
36971      Branch: perl
36972            ! gv.c
36973 ____________________________________________________________________________
36974 [  6498] By: jhi                                   on 2000/08/02  22:42:58
36975         Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
36976              that are hopefully soon put into use.
36977      Branch: perl
36978            ! opcode.h opcode.pl opnames.h
36979 ____________________________________________________________________________
36980 [  6497] By: gsar                                  on 2000/08/02  22:28:59
36981         Log: require.t needs binmode() to work on windows
36982      Branch: perl
36983            ! t/comp/require.t
36984 ____________________________________________________________________________
36985 [  6496] By: jhi                                   on 2000/08/02  22:08:51
36986         Log: Document the IVdf UVuf UVof UVxf.
36987      Branch: perl
36988            ! pod/perlguts.pod
36989 ____________________________________________________________________________
36990 [  6495] By: jhi                                   on 2000/08/02  21:54:26
36991         Log: detypo #6494
36992      Branch: perl
36993            ! ext/Data/Dumper/Dumper.xs
36994 ____________________________________________________________________________
36995 [  6494] By: jhi                                   on 2000/08/02  21:49:17
36996         Log: Dump UVs as UVs in Data::Dumper.
36997              
36998              Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
36999              From: Gurusamy Sarathy <gsar@ActiveState.com>
37000              Date: Thu, 27 Apr 2000 12:26:25 -0700
37001              Message-Id: <200004271926.MAA04331@molotok.activestate.com>
37002      Branch: perl
37003            ! ext/Data/Dumper/Dumper.xs
37004 ____________________________________________________________________________
37005 [  6493] By: jhi                                   on 2000/08/02  17:01:58
37006         Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
37007              From: Hugo <hv@crypt.compulink.co.uk>
37008              Date: Wed, 02 Aug 2000 14:53:56 +0100
37009              Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
37010      Branch: perl
37011            ! regexec.c t/op/re_tests
37012 ____________________________________________________________________________
37013 [  6492] By: jhi                                   on 2000/08/02  15:02:46
37014         Log: The new setproctitle() feature is available only in 
37015              bleeding edge FreeBSD.  From Paul Saab.
37016      Branch: perl
37017            ! mg.c
37018 ____________________________________________________________________________
37019 [  6491] By: jhi                                   on 2000/08/02  13:34:36
37020         Log: The tr utf8 patching continues.
37021              
37022              Subject: Re: #6469, too many tests claimed in require.t
37023              From: simon@brecon.co.uk (Simon Cozens)
37024              Date: 2 Aug 2000 02:37:17 GMT
37025              Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
37026              
37027              (the logic of the test was the wrong way round in the patch)
37028      Branch: perl
37029            ! doop.c
37030 ____________________________________________________________________________
37031 [  6490] By: jhi                                   on 2000/08/02  13:27:38
37032         Log: The name of a filehandle does not have <these>.
37033      Branch: perl
37034            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
37035            ! t/pragma/warn/pp_sys util.c
37036 ____________________________________________________________________________
37037 [  6489] By: jhi                                   on 2000/08/02  04:26:46
37038         Log: Remove the extraneous "main::" prefix from all the
37039              "opened only for", "on closed", and "never opened" warnings.
37040              
37041              Subject: Re: inappropriate warning
37042              From: Gurusamy Sarathy <gsar@ActiveState.com>
37043              Date: Mon, 20 Mar 2000 11:28:02 -0800
37044              Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
37045      Branch: perl
37046            ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
37047            ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
37048            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
37049 ____________________________________________________________________________
37050 [  6488] By: jhi                                   on 2000/08/02  03:02:57
37051         Log: memcpy has n o in it, as pinted ut by Sarathy.
37052      Branch: perl
37053            ! pod/perlguts.pod
37054 ____________________________________________________________________________
37055 [  6487] By: jhi                                   on 2000/08/02  02:44:51
37056         Log: Document in one place the memory abstractions used in Perl core.
37057              
37058              Subject: Re: Memory abstraction
37059              From: simon@brecon.co.uk (Simon Cozens)
37060              Date: 2 Aug 2000 02:20:23 GMT
37061              Organization: Earth.li Origins
37062      Branch: perl
37063            ! pod/perlguts.pod
37064 ____________________________________________________________________________
37065 [  6486] By: jhi                                   on 2000/08/02  02:41:57
37066         Log: regen_headers, regen perltoc.
37067      Branch: perl
37068            ! perlapi.c pod/perltoc.pod
37069 ____________________________________________________________________________
37070 [  6485] By: jhi                                   on 2000/08/02  01:43:33
37071         Log: "This little thing tests for a file .patch, and if it contains
37072              a number, pops into patchlevel.h" (making it easier to track
37073              which development version people are reporting bugs against)
37074              
37075              Subject: Patchlevel autogeneration for repository perls
37076              From: simon@brecon.co.uk (Simon Cozens)
37077              Date: 14 Jul 2000 07:12:15 GMT
37078              Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
37079      Branch: perl
37080            + fix_pl
37081            ! MANIFEST Makefile.SH
37082 ____________________________________________________________________________
37083 [  6484] By: jhi                                   on 2000/08/02  01:32:54
37084         Log: FreeBSD 3.* updates from
37085              
37086              From: Paul Saab <ps@yahoo-inc.com>
37087              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
37088              Date: Tue, 1 Aug 2000 15:41:39 -0700
37089              Message-Id: <20000801154139.A53740@yahoo-inc.com>
37090      Branch: perl
37091            ! hints/freebsd.sh
37092 ____________________________________________________________________________
37093 [  6483] By: jhi                                   on 2000/08/02  01:27:44
37094         Log: In new BSDs changes to argv[] do not show up in ps(1) output,
37095              instead one must use setproctitle().  This was already addressed
37096              by change #6457, but the below has a new variant for FreeBSD 4.0
37097              or later, and the matter is also documented more.
37098              
37099              From: Paul Saab <ps@yahoo-inc.com>
37100              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
37101              Date: Tue, 1 Aug 2000 15:41:39 -0700
37102              Message-Id: <20000801154139.A53740@yahoo-inc.com>
37103      Branch: metaconfig/U/perl
37104            + i_libutil.U
37105      Branch: perl
37106            ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
37107 ____________________________________________________________________________
37108 [  6482] By: jhi                                   on 2000/08/01  22:17:32
37109         Log: The test from this
37110              
37111              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
37112              Date: Sat, 15 Apr 2000 17:03:44 +0100
37113              From: Tom Hughes <tom@compton.nu>
37114              Message-ID: <d1c9b2af49.tom@compton.compton.nu>
37115              
37116              was missing, the code change went in as #5989
37117              (which had a different test?)
37118      Branch: perl
37119            ! t/op/misc.t
37120 ____________________________________________________________________________
37121 [  6481] By: jhi                                   on 2000/08/01  21:48:38
37122         Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
37123              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
37124              Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
37125              Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
37126      Branch: perl
37127            ! perl.h
37128 ____________________________________________________________________________
37129 [  6480] By: jhi                                   on 2000/08/01  18:05:28
37130         Log: Make p4desc to skip non-mainperl branches by default.
37131      Branch: perl
37132            ! Porting/p4desc
37133 ____________________________________________________________________________
37134 [  6479] By: jhi                                   on 2000/08/01  17:29:19
37135         Log: If gccosandvers is equal to osname, clear gccosandvers.
37136      Branch: metaconfig/U/perl
37137            ! gccvers.U
37138      Branch: perl
37139            ! Configure config_h.SH
37140 ____________________________________________________________________________
37141 [  6478] By: jhi                                   on 2000/08/01  15:54:08
37142         Log: BOM patching from Simon Cozens.
37143      Branch: perl
37144            ! toke.c
37145 ____________________________________________________________________________
37146 [  6477] By: jhi                                   on 2000/08/01  04:50:33
37147         Log: Stash away the largefiles flags and libswanted.
37148      Branch: perl
37149            ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
37150 ____________________________________________________________________________
37151 [  6476] By: gsar                                  on 2000/08/01  04:24:24
37152         Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
37153              on Windows)
37154      Branch: perl
37155            ! t/pragma/utf8.t utf8.c win32/win32.c
37156 ____________________________________________________________________________
37157 [  6475] By: jhi                                   on 2000/08/01  03:35:24
37158         Log: Make chr() for values >127 to create utf8 when under utf8.
37159              
37160              Subject: Re: uft8/chr()
37161              From: simon@brecon.co.uk (Simon Cozens)
37162              Date: 1 Aug 2000 02:37:02 GMT
37163              Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
37164      Branch: perl
37165            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
37166 ____________________________________________________________________________
37167 [  6474] By: jhi                                   on 2000/08/01  02:36:18
37168         Log: In Digital UNIX warn if gcc explicitly chosen because even
37169              2.95.2 is known to cause problems.
37170      Branch: perl
37171            ! hints/dec_osf.sh
37172 ____________________________________________________________________________
37173 [  6473] By: jhi                                   on 2000/08/01  02:00:56
37174         Log: Make the safety catch for buggy gccs work with triple version
37175              numbers like 2.95.2.  Reported in
37176              
37177              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
37178              From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
37179              Date: Mon, 31 Jul 2000 14:55:06 +0200
37180              Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
37181      Branch: perl
37182            ! hints/dec_osf.sh
37183 ____________________________________________________________________________
37184 [  6472] By: jhi                                   on 2000/08/01  01:13:33
37185         Log: Subject: fix and question re: waitpid() under win32
37186              From: Brian Clarke <clarke@appliedmeta.com>
37187              Date: Fri, 28 Jul 2000 15:18:29 -0400
37188              Message-ID: <3981DC85.290314EB@appliedmeta.com>
37189              
37190              Slightly reformatted and WNOHANG # define moved to win32.h
37191              so that also POSIX.xs sees it, as suggsted by Sarathy.
37192      Branch: perl
37193            ! win32/win32.c win32/win32.h
37194 ____________________________________________________________________________
37195 [  6471] By: jhi                                   on 2000/08/01  00:55:05
37196         Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
37197              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
37198              Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
37199              Date: Mon, 31 Jul 2000 13:28:51 +0100
37200              
37201              (aka ID 20000730.002)
37202      Branch: perl
37203            ! op.c t/op/tr.t
37204 ____________________________________________________________________________
37205 [  6470] By: jhi                                   on 2000/07/31  23:34:42
37206         Log: Document the problem with -P in HP-UX and its workaround.
37207              
37208              Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
37209              From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
37210              Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
37211              Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
37212      Branch: perl
37213            ! README.hpux
37214 ____________________________________________________________________________
37215 [  6469] By: jhi                                   on 2000/07/31  04:15:02
37216         Log: The swallow_bom() saga continues.  The #23 of require.t
37217              (UTF16-LE) still fails (silently, no output) but the #22
37218              (UTF16-BE) seems to be working now.  The root of the
37219              failure may be in sv_gets(): is it UTF-16LE-aware,
37220              especially when it comes to line endings? 
37221      Branch: perl
37222            ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
37223            ! t/comp/require.t toke.c utf8.c
37224 ____________________________________________________________________________
37225 [  6468] By: jhi                                   on 2000/07/30  19:05:48
37226         Log: Find green threads before native threads.
37227              
37228              Subject: Re: Patch to jpl/JNI/Makefile.PL
37229              From: Jens Thomsen <jens@fiend.cis.com>
37230              Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
37231              Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
37232      Branch: perl
37233            ! jpl/JNI/Makefile.PL
37234 ____________________________________________________________________________
37235 [  6467] By: jhi                                   on 2000/07/30  18:36:22
37236         Log: Fix the HALF_UPGRADE() macro introduced in #6263.
37237      Branch: perl
37238            ! doop.c
37239 ____________________________________________________________________________
37240 [  6466] By: jhi                                   on 2000/07/30  04:37:29
37241         Log: A new version of the "remove UPPERACSE string comparison"
37242              operators.  The problem with the previous one (change #6454)
37243              was that it was for Perl 5.6.0.  From Paul Marquess.
37244      Branch: perl
37245            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
37246            ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
37247            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
37248 ____________________________________________________________________________
37249 [  6465] By: jhi                                   on 2000/07/29  22:39:56
37250         Log: Do not upgrade SVs into utf8 just because they participate
37251              in eq or cmp.  Reported and fix suggested in
37252              
37253              Subject: [ID 20000720.009] sv_eq UTF8 bug
37254              From: "Simon Cozens" <simon@othersideofthe.earth.li>
37255              Date: 21 Jul 2000 04:37:29 -0000
37256              Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
37257              
37258              Exercise for the kind reader: should we or should we not
37259              cache the utf8 conversion alonside the SV? (as magic,
37260              as thestrxfrm()ed version is cached under use locale)
37261              Argue both for and against.
37262      Branch: perl
37263            ! sv.c
37264 ____________________________________________________________________________
37265 [  6464] By: jhi                                   on 2000/07/29  22:36:22
37266         Log: Subject: UTF8 concat
37267              From: simon@brecon.co.uk (Simon Cozens) 
37268              Date: 30 Jun 2000 06:13:25 GMT
37269              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org> 
37270              
37271              (with a memory leak fixed, plus a few casts added)
37272              
37273              This also seems to help for
37274              
37275              Subject: [ID 20000716.015] join UTF8 weirdness
37276              From: root <root@ak-71.mind.de> 
37277              Date: Sat, 15 Jul 2000 15:29:54 +0200
37278              Message-Id: <200007151329.PAA13970@ak-71.mind.de>
37279              
37280              (from Andreas König)
37281      Branch: perl
37282            ! pp_hot.c
37283 ____________________________________________________________________________
37284 [  6463] By: jhi                                   on 2000/07/29  00:55:39
37285         Log: Tune the comments and hopefully stop a memory leak.
37286      Branch: perl
37287            ! toke.c utf8.c
37288 ____________________________________________________________________________
37289 [  6462] By: jhi                                   on 2000/07/29  00:16:53
37290         Log: The problem described in this
37291              
37292              Subject: [ID 20000322.018] named chars aren't magical enough
37293              From: root <root@dixie.cscaper.com>     
37294              Date: Wed, 22 Mar 2000 18:37:42 -0700
37295              Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
37296              
37297              has been fixed in perl 5.6.0 but just in case added a test
37298              to keep it away.  (The report from Joseph Hall.)
37299      Branch: perl
37300            ! t/lib/charnames.t
37301 ____________________________________________________________________________
37302 [  6461] By: jhi                                   on 2000/07/28  23:56:36
37303         Log: Tiny fixes for #6460.
37304      Branch: metaconfig/U/perl
37305            ! gccvers.U
37306      Branch: perl
37307            ! Configure config_h.SH
37308 ____________________________________________________________________________
37309 [  6460] By: jhi                                   on 2000/07/28  23:24:41
37310         Log: Warn if the version of the operating system used to compile gcc
37311              differs from the current version of the operating system.
37312              Also display the gcc compilation os and version in myconfig.
37313              Inspiration from
37314              
37315              Subject: Re: [ID 20000710.003] ERRORS!!         
37316              From: "Kurt D. Starsinic" <kstar@chapin.edu>
37317              Date: Mon, 10 Jul 2000 15:54:16 -0400
37318              Message-ID: <20000710155416.A1384@O2.chapin.edu>
37319      Branch: metaconfig/U/perl
37320            ! gccvers.U
37321      Branch: perl
37322            ! Configure config_h.SH myconfig.SH
37323 ____________________________________________________________________________
37324 [  6459] By: jhi                                   on 2000/07/28  22:00:32
37325         Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
37326              letter to $Config{osvers}.
37327      Branch: metaconfig
37328            ! U/modified/Oldconfig.U
37329      Branch: perl
37330            ! Configure config_h.SH
37331 ____________________________________________________________________________
37332 [  6458] By: jhi                                   on 2000/07/28  04:15:39
37333         Log: Back out #6454, doesn't seem to work.
37334              (Reason: that patch was for perl 5.6.0, not perl-current)
37335              (A version of the patch for perl-current came in later as #6466)
37336      Branch: perl
37337            ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
37338            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
37339            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
37340 ____________________________________________________________________________
37341 [  6457] By: jhi                                   on 2000/07/27  23:31:49
37342         Log: Use setproctitle() if available to modify $0.
37343              
37344              Subject: setting $* on BSD4 broken
37345              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
37346              Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
37347              Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
37348      Branch: metaconfig
37349            ! U/modified/Myinit.U
37350      Branch: perl
37351            ! Configure config_h.SH mg.c
37352 ____________________________________________________________________________
37353 [  6456] By: jhi                                   on 2000/07/27  14:50:47
37354         Log: Allow "no AutoLoader;", based on change #6444,
37355              suggested by Graham Barr.
37356      Branch: perl
37357            ! lib/AutoLoader.pm
37358 ____________________________________________________________________________
37359 [  6455] By: jhi                                   on 2000/07/27  14:19:10
37360         Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
37361              From: rspier@pobox.com (Robert Spier)
37362              Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
37363              Message-ID: <14720.15855.787664.424783@rls.cx>
37364      Branch: perl
37365            ! pod/perldiag.pod
37366 ____________________________________________________________________________
37367 [  6454] By: jhi                                   on 2000/07/27  14:03:02
37368         Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
37369              for a long time).
37370              
37371              Reported in
37372              
37373              Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
37374              From: Ryan Herbert <rherbert@sycamorehq.com>
37375              Date: Mon, 17 Jul 2000 11:40:42 -0400
37376              Message-Id: <200007171540.LAA20480@beorn.hq.sai>
37377              
37378              Patched in
37379              
37380              Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
37381              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
37382              Date: Wed, 26 Jul 2000 23:40:18 +0100
37383              Message-ID: <000001bff752$79511880$0a17073e@tiny>
37384              
37385              based on an earlier patch from Stephen P. Potter.
37386              
37387              (Removed later by change #6458 because this patch was for
37388              perl 5.6.0, not perl-current)
37389      Branch: perl
37390            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
37391            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
37392            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
37393 ____________________________________________________________________________
37394 [  6453] By: jhi                                   on 2000/07/27  13:48:02
37395         Log: Subject: [PATCH] fixes bug 20000508.004
37396              From: Michael Stevens <mstevens@globnix.org>
37397              Date: Thu, 27 Jul 2000 13:49:04 +0100
37398              Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
37399      Branch: perl
37400            ! pod/perldata.pod
37401 ____________________________________________________________________________
37402 [  6452] By: jhi                                   on 2000/07/26  23:51:26
37403         Log: Further File::Temp patches from Yitzchak Scott-Thoennes
37404              and Craig A. Berry.
37405      Branch: perl
37406            ! lib/File/Temp.pm pod/perlport.pod
37407 ____________________________________________________________________________
37408 [  6451] By: jhi                                   on 2000/07/26  19:43:30
37409         Log: Be wary of close()s, too.
37410              
37411              Subject: Re: [PATCH] perlbug cleanup
37412              From: Tim Jenness <t.jenness@jach.hawaii.edu>
37413              Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
37414              Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
37415      Branch: perl
37416            ! utils/perlbug.PL
37417 ____________________________________________________________________________
37418 [  6450] By: jhi                                   on 2000/07/26  18:41:40
37419         Log: Subject: Minor doc patch: handy.h
37420              From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
37421              Date: Wed, 26 Jul 2000 15:34:25 -0300
37422              Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
37423      Branch: perl
37424            ! handy.h pod/perlapi.pod
37425 ____________________________________________________________________________
37426 [  6449] By: jhi                                   on 2000/07/26  18:23:55
37427         Log: Subject: [PATCH] minor doc change - perlguts
37428              From: Michael Stevens <mstevens@globnix.org>
37429              Date: Thu, 13 Jul 2000 12:39:18 +0100
37430              Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
37431      Branch: perl
37432            ! pod/perlguts.pod
37433 ____________________________________________________________________________
37434 [  6448] By: jhi                                   on 2000/07/26  18:20:30
37435         Log: open() wariness in perlbug.
37436              
37437              Subject: [PATCH] perlbug cleanup
37438              From: Michael Stevens <mstevens@globnix.org>
37439              Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
37440              Date: Thu, 13 Jul 2000 15:52:23 +0100
37441      Branch: perl
37442            ! utils/perlbug.PL
37443 ____________________________________________________________________________
37444 [  6447] By: jhi                                   on 2000/07/26  18:13:04
37445         Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
37446      Branch: perl
37447            ! lib/File/Temp.pm t/lib/ftmp-security.t
37448 ____________________________________________________________________________
37449 [  6446] By: jhi                                   on 2000/07/26  18:06:32
37450         Log: docfix from Peter Scott <Peter@PSDT.com>.
37451      Branch: perl
37452            ! pod/perlfunc.pod
37453 ____________________________________________________________________________
37454 [  6445] By: jhi                                   on 2000/07/26  17:53:31
37455         Log: Fix *foo{FORMAT}.
37456              
37457              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
37458              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
37459              Date: Wed, 26 Jul 2000 19:51:02 +0200
37460              Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
37461              
37462              From: Graham Barr <gbarr@pobox.com>
37463              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
37464              Date: Wed, 26 Jul 2000 17:38:36 +0100
37465              Message-ID: <20000726173836.L472@pobox.com>
37466      Branch: perl
37467            ! pp.c sv.c t/op/gv.t
37468 ____________________________________________________________________________
37469 [  6444] By: jhi                                   on 2000/07/26  17:49:14
37470         Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
37471              from Graham Barr in the module list.
37472      Branch: perl
37473            ! gv.c pod/perlobj.pod
37474 ____________________________________________________________________________
37475 [  6443] By: jhi                                   on 2000/07/26  16:06:56
37476         Log: More split() doc and test patches from Mike Guy.
37477      Branch: perl
37478            ! pod/perlfunc.pod t/op/split.t
37479 ____________________________________________________________________________
37480 [  6442] By: jhi                                   on 2000/07/26  16:05:30
37481         Log: MacOS nits from Matthias Neeracher.
37482      Branch: perl
37483            ! perl.c pp_ctl.c
37484 ____________________________________________________________________________
37485 [  6441] By: jhi                                   on 2000/07/26  04:39:57
37486         Log: Subject: [PATCH] split /^/
37487              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
37488              Date: Tue, 25 Jul 2000 14:18:57 +0100
37489              Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
37490              
37491              (with notes from tchrist and gbarr)
37492      Branch: perl
37493            ! pod/perlfunc.pod t/op/split.t
37494 ____________________________________________________________________________
37495 [  6440] By: jhi                                   on 2000/07/26  04:32:32
37496         Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
37497              From: Peter Prymmer <pvhp@forte.com>
37498              Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
37499              Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
37500      Branch: perl
37501            ! vms/munchconfig.c
37502 ____________________________________________________________________________
37503 [  6439] By: jhi                                   on 2000/07/26  04:31:01
37504         Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
37505              to be fatal errors (instead of by default ignoring them, and
37506              ignoring with a bug: even though -w gave an error, the opening [
37507              was left in)  Reported in:
37508              
37509              Subject: [ID 20000716.024] [=cc=] / [:blank:]
37510              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
37511              Date: Sun, 16 Jul 2000 17:55:29 -0700
37512              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
37513      Branch: perl
37514            ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
37515 ____________________________________________________________________________
37516 [  6438] By: jhi                                   on 2000/07/25  15:41:15
37517         Log: Subject: [PATCH] av.c apidoc
37518              From: simon@brecon.co.uk (Simon Cozens)
37519              Date: 24 Jul 2000 06:40:52 GMT
37520              Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
37521      Branch: perl
37522            ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
37523            ! perlapi.c perlapi.h pod/perlapi.pod proto.h
37524 ____________________________________________________________________________
37525 [  6437] By: jhi                                   on 2000/07/25  14:05:36
37526         Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
37527              From: "Stephen P. Potter" <spp@ds.net>
37528              Date: Mon, 24 Jul 2000 14:22:23 -0400
37529              Message-Id: <200007241822.OAA06827@spp.users.ds.net>
37530      Branch: perl
37531            ! pod/perllocale.pod
37532 ____________________________________________________________________________
37533 [  6436] By: jhi                                   on 2000/07/25  14:02:03
37534         Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
37535              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
37536              Date: Mon, 24 Jul 2000 18:04:28 +0100
37537              Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
37538      Branch: perl
37539            ! t/lib/syslfs.t t/op/lfs.t
37540 ____________________________________________________________________________
37541 [  6435] By: jhi                                   on 2000/07/25  13:59:28
37542         Log: Get UTF16 BOMs working.  Patch from
37543              
37544              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
37545              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
37546              Date: Tue, 25 Jul 2000 12:52:45 +0100
37547              Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
37548              
37549              and notes from
37550              
37551              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
37552              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
37553              Date: Tue, 25 Jul 2000 11:43:25 +0100
37554              Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
37555      Branch: perl
37556            ! t/comp/require.t toke.c utf8.c
37557 ____________________________________________________________________________
37558 [  6434] By: jhi                                   on 2000/07/25  02:39:54
37559         Log: Make the "uninit variable" warning to say "concat or string"
37560              or "join or string" when in concat or join .
37561              
37562              Subject: Re: [ID 20000403.009] uninitialised concatenation???
37563              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
37564              Date: Tue, 04 Apr 2000 18:22:58 +0100
37565              Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
37566              
37567              Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
37568              From: William R Ward <hermit@BayView.COM>
37569              Date: Thu, 30 Mar 2000 19:50:03 -0800
37570              Message-Id: <200003310350.TAA13319@komodo.bayview.com>
37571      Branch: perl
37572            ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
37573            ! t/pragma/warn/op t/pragma/warn/sv
37574 ____________________________________________________________________________
37575 [  6433] By: jhi                                   on 2000/07/24  17:52:56
37576         Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
37577      Branch: perl
37578            ! lib/File/Spec/VMS.pm
37579 ____________________________________________________________________________
37580 [  6432] By: jhi                                   on 2000/07/24  17:44:44
37581         Log: Test cases for #6431.
37582              
37583              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
37584              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
37585              Date: Mon, 24 Jul 2000 15:32:29 +0100
37586              Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
37587      Branch: perl
37588            ! t/op/pat.t t/op/split.t
37589 ____________________________________________________________________________
37590 [  6431] By: jhi                                   on 2000/07/24  17:43:17
37591         Log: Bind op fix.
37592              
37593              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
37594              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
37595              Date: Mon, 17 Jul 2000 20:04:56 +0100
37596              Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
37597      Branch: perl
37598            ! op.c
37599 ____________________________________________________________________________
37600 [  6430] By: jhi                                   on 2000/07/24  03:42:42
37601         Log: Subject: [ID 20000716.023] syslog test fails without sockets
37602              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
37603              Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
37604              Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
37605      Branch: metaconfig/U/perl
37606            ! Extensions.U
37607      Branch: perl
37608            ! Configure config_h.SH
37609 ____________________________________________________________________________
37610 [  6429] By: jhi                                   on 2000/07/24  03:11:52
37611         Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
37612              case, but add also notes explaining the relationship of this
37613              patch and the earlier notes by Sarathy.
37614              
37615              Subject: Map is still slow
37616              From: "Ben Tilly" <ben_tilly@hotmail.com>
37617              Date: Sat, 15 Jul 2000 17:23:27 EDT
37618              Message-ID: <20000715212327.21656.qmail@hotmail.com>
37619      Branch: perl
37620            ! pp_ctl.c
37621 ____________________________________________________________________________
37622 [  6428] By: jhi                                   on 2000/07/24  02:58:52
37623         Log: Documentation to explain the behaviour of map().
37624              
37625              Subject: Re: Map is still slow 
37626              From: Gurusamy Sarathy <gsar@ActiveState.com>
37627              Date: Sat, 15 Jul 2000 16:05:09 -0700
37628              Message-Id: <200007152305.QAA26887@molotok.activestate.com>
37629      Branch: perl
37630            ! pp_ctl.c
37631 ____________________________________________________________________________
37632 [  6427] By: jhi                                   on 2000/07/24  02:50:03
37633         Log: Add tests for
37634              [ID 19991110.003] another matching finding by pcre author
37635              which has already been fixed by some patch, as verified in
37636              
37637              Subject: Re: two regex bugs from the mists of time (well, last November)
37638              From: Hugo <hv@crypt.compulink.co.uk>
37639              Date: Sat, 22 Jul 2000 18:12:58 +0100
37640              Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
37641      Branch: perl
37642            ! t/op/re_tests
37643 ____________________________________________________________________________
37644 [  6426] By: jhi                                   on 2000/07/24  02:11:20
37645         Log: A missing 'break' after the [[:space:]] switch case.
37646              
37647              Subject: [ID 20000718.006] Missing 'break' in regcomp.c
37648              From: "Stephen P. Potter" <spp@ds.net>
37649              Date: Tue, 18 Jul 2000 16:25:17 -0400
37650              Message-Id: <200007182025.QAA28383@spp.users.ds.net>
37651      Branch: perl
37652            ! regcomp.c
37653 ____________________________________________________________________________
37654 [  6425] By: jhi                                   on 2000/07/24  02:06:12
37655         Log: The output might have been produced in the wrong order.
37656              
37657              Subject: [ID 20000720.003] [PATCH] t/op/write.t
37658              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
37659              Date: Thu, 20 Jul 2000 18:49:18 +0100
37660              Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
37661      Branch: perl
37662            ! t/op/write.t
37663 ____________________________________________________________________________
37664 [  6424] By: jhi                                   on 2000/07/24  02:00:07
37665         Log: Use STDOUT consistently.
37666              
37667              Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
37668              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
37669              Date: Thu, 20 Jul 2000 18:04:01 +0100
37670              Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
37671      Branch: perl
37672            ! lib/Test/Harness.pm
37673 ____________________________________________________________________________
37674 [  6423] By: jhi                                   on 2000/07/24  01:54:54
37675         Log: Protect against "wild next"s, that is, callbacks doing "next"
37676              instead of "return".
37677              
37678              Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
37679              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
37680              Date: Tue, 18 Jul 2000 11:30:16 +0100
37681              Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
37682      Branch: perl
37683            ! lib/File/Find.pm
37684 ____________________________________________________________________________
37685 [  6422] By: jhi                                   on 2000/07/24  01:35:47
37686         Log: Out-of-date note removed.
37687              
37688              Subject: [PATCH] documentation perlipc
37689              From: rspier@pobox.com (Robert Spier)
37690              Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
37691              Message-ID: <14711.35178.572612.502654@rls.cx>
37692      Branch: perl
37693            ! pod/perlipc.pod
37694 ____________________________________________________________________________
37695 [  6421] By: jhi                                   on 2000/07/24  00:09:18
37696         Log: Send all installperl messages to STDERR and be -w clean.
37697              
37698              Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
37699              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
37700              Date: Sat, 22 Jul 2000 14:02:11 +0100
37701              Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
37702      Branch: perl
37703            ! installperl
37704 ____________________________________________________________________________
37705 [  6420] By: jhi                                   on 2000/07/24  00:04:19
37706         Log: Decutandpasto.
37707              
37708              Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
37709              From: "Richard Soderberg" <rs@crystalflame.net>
37710              Date: Sun, 23 Jul 2000 01:37:23 -0700
37711              Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
37712      Branch: perl
37713            ! pod/perlipc.pod
37714 ____________________________________________________________________________
37715 [  6419] By: jhi                                   on 2000/07/24  00:01:12
37716         Log: A cleaner abs_path().
37717              Subject: Re: unix alternative to Cwd.pm
37718              From: Jeff Pinyan <jeffp@crusoe.net>
37719              Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
37720              Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
37721      Branch: perl
37722            ! lib/Cwd.pm
37723 ____________________________________________________________________________
37724 [  6418] By: jhi                                   on 2000/07/23  23:48:56
37725         Log: Detypo.
37726              
37727              Subject: [PATCH perl-current] Typo in hints/powerux.sh
37728              From: "Richard Soderberg" <rs@crystalflame.net>
37729              Date: Sun, 23 Jul 2000 01:27:33 -0700
37730              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
37731      Branch: perl
37732            ! hints/powerux.sh
37733 ____________________________________________________________________________
37734 [  6417] By: jhi                                   on 2000/07/17  22:13:31
37735         Log: Subject: SDBM_File documentation
37736              From: mjd@plover.com
37737              Date: 16 Jul 2000 17:41:17 -0000
37738              Message-ID: <20000716174117.18515.qmail@plover.com>
37739      Branch: perl
37740            ! ext/SDBM_File/SDBM_File.pm
37741 ____________________________________________________________________________
37742 [  6416] By: jhi                                   on 2000/07/17  19:13:26
37743         Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
37744      Branch: perl
37745            ! hints/mpeix.sh mpeix/relink
37746 ____________________________________________________________________________
37747 [  6415] By: jhi                                   on 2000/07/15  14:11:02
37748         Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
37749              the utf8 'characters' can be more than one octet).
37750              
37751              Date: Sat, 15 Jul 2000 00:21:56 +0100
37752              From: Tom Hughes <tom@compton.nu>
37753              Subject: Re: [ID 20000714.002]
37754              Message-ID: <db2334de49.tom@compton.compton.nu>
37755              
37756              Reported in
37757              
37758              Subject: [ID 20000714.002]
37759              From: "Simon Cozens" <simon@othersideofthe.earth.li>
37760              Date: 14 Jul 2000 15:13:09 -0000
37761              Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
37762      Branch: perl
37763            ! doop.c
37764 ____________________________________________________________________________
37765 [  6414] By: jhi                                   on 2000/07/15  03:13:41
37766         Log: another VMS build tweak from Peter Prymmer
37767      Branch: perl
37768            ! vms/descrip_mms.template
37769 ____________________________________________________________________________
37770 [  6413] By: jhi                                   on 2000/07/15  03:10:40
37771         Log: perlvms.pod whitespace cleanup to keep pod utils happy.
37772      Branch: perl
37773            ! vms/perlvms.pod
37774 ____________________________________________________________________________
37775 [  6412] By: jhi                                   on 2000/07/15  00:31:05
37776         Log: More docs for sv functions.
37777              
37778              Subject: [PATCH cfgperl] sv.c apidoc
37779              From: simon@brecon.co.uk (Simon Cozens)
37780              Date: 13 Jul 2000 09:00:20 GMT
37781              Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
37782              
37783              Subject: Re: [PATCH cfgperl] sv.c apidoc
37784              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
37785              Date: Thu, 13 Jul 2000 12:27:41 +0100
37786              Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
37787              
37788              Subject: Re: [PATCH cfgperl] sv.c apidoc
37789              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
37790              Date: Thu, 13 Jul 2000 13:23:09 +0100
37791              Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
37792              
37793              Subject: Re: [PATCH cfgperl] sv.c apidoc
37794              From: simon@brecon.co.uk (Simon Cozens)
37795              Date: 14 Jul 2000 06:51:02 GMT
37796              Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
37797      Branch: perl
37798            ! embed.pl pod/perlapi.pod sv.c
37799 ____________________________________________________________________________
37800 [  6411] By: jhi                                   on 2000/07/15  00:10:41
37801         Log: lib/b test fixes from Peter Prymmer.
37802      Branch: perl
37803            ! t/lib/b.t
37804 ____________________________________________________________________________
37805 [  6410] By: jhi                                   on 2000/07/15  00:02:09
37806         Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
37807              From: Hugo <hv@crypt.compulink.co.uk>
37808              Date: Fri, 14 Jul 2000 23:05:20 +0100
37809              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
37810              
37811              Didn't anymore apply, but that point still could use another fix.
37812      Branch: perl
37813            ! pod/perlfunc.pod
37814 ____________________________________________________________________________
37815 [  6409] By: jhi                                   on 2000/07/14  23:15:15
37816         Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
37817              not in pod, from Peter Prymmer
37818      Branch: perl
37819            ! vms/descrip_mms.template
37820 ____________________________________________________________________________
37821 [  6408] By: jhi                                   on 2000/07/14  20:35:05
37822         Log: The bug report
37823              [ID 19991110.002] minimal matching discrepancy found by pcre author
37824              seems to have been fixed (though differently from what was suggested
37825              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
37826      Branch: perl
37827            ! t/op/re_tests
37828 ____________________________________________________________________________
37829 [  6407] By: jhi                                   on 2000/07/14  17:38:08
37830         Log: Fix AutoSplit to use File::Spec the right way in VMS,
37831              from Peter Prymmer.
37832      Branch: perl
37833            ! lib/AutoSplit.pm
37834 ____________________________________________________________________________
37835 [  6406] By: jhi                                   on 2000/07/14  14:13:22
37836         Log: Merge perlhacktut into perlhack, update perlguts.
37837              
37838              Subject: Re: Perlhacktut
37839              From: simon@brecon.co.uk (Simon Cozens)
37840              Date: 14 Jul 2000 06:49:21 GMT
37841              Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
37842              
37843              Subject: Re: Perlhacktut
37844              From: simon@brecon.co.uk (Simon Cozens)
37845              Date: 14 Jul 2000 07:09:45 GMT
37846              Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
37847      Branch: perl
37848            ! pod/perlguts.pod pod/perlhack.pod
37849 ____________________________________________________________________________
37850 [  6405] By: jhi                                   on 2000/07/14  14:02:31
37851         Log: Integrate with Sarathy.
37852      Branch: cfgperl
37853           !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
37854           !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
37855           !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
37856 ____________________________________________________________________________
37857 [  6404] By: gsar                                  on 2000/07/14  12:15:02
37858         Log: PERL_OBJECT build tweaks
37859      Branch: perl
37860            ! toke.c
37861 ____________________________________________________________________________
37862 [  6403] By: gsar                                  on 2000/07/14  11:23:41
37863         Log: inconsistent types needs casts
37864      Branch: perl
37865            ! toke.c
37866 ____________________________________________________________________________
37867 [  6402] By: gsar                                  on 2000/07/14  11:12:04
37868         Log: typos in change#6399, regen headers
37869      Branch: perl
37870            ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
37871 ____________________________________________________________________________
37872 [  6401] By: gsar                                  on 2000/07/14  10:59:12
37873         Log: typecasts needed for change#6394
37874      Branch: perl
37875            ! toke.c
37876 ____________________________________________________________________________
37877 [  6400] By: gsar                                  on 2000/07/14  10:49:37
37878         Log: integrate cfgperl contents into mainline
37879      Branch: perl
37880           !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
37881           !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
37882 ____________________________________________________________________________
37883 [  6399] By: gsar                                  on 2000/07/14  10:38:35
37884         Log: enable UTF-16 filter by default if relevant BOM is seen; various
37885              cleanups (typos, misformatted code, and small bugs)
37886      Branch: perl
37887            ! doop.c embed.pl mg.c op.c pp.c toke.c
37888 ____________________________________________________________________________
37889 [  6398] By: gsar                                  on 2000/07/14  08:55:38
37890         Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
37891              name suggests anyway)
37892      Branch: perl
37893            ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
37894 ____________________________________________________________________________
37895 [  6397] By: gsar                                  on 2000/07/14  08:44:33
37896         Log: move new variables to the end of the interpreter structure (for
37897              bincompat in code that doesn't #include XSUB.h)
37898      Branch: perl
37899            ! intrpvar.h
37900 ____________________________________________________________________________
37901 [  6396] By: gsar                                  on 2000/07/14  08:13:58
37902         Log: MakeMaker should not remove editor backups (*~) on `make clean`
37903              by default (completes change#6383)
37904      Branch: perl
37905            ! lib/ExtUtils/MM_Unix.pm
37906 ____________________________________________________________________________
37907 [  6395] By: jhi                                   on 2000/07/14  05:20:33
37908         Log: Replace change #6337 with a better one.
37909              
37910              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
37911              From: Hugo <hv@crypt.compulink.co.uk>
37912              Date: Fri, 14 Jul 2000 04:16:20 +0100
37913              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
37914      Branch: cfgperl
37915            ! regexec.c t/op/re_tests
37916 ____________________________________________________________________________
37917 [  6394] By: jhi                                   on 2000/07/14  01:33:59
37918         Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
37919      Branch: cfgperl
37920            ! embed.pl global.sym proto.h toke.c
37921 ____________________________________________________________________________
37922 [  6393] By: jhi                                   on 2000/07/13  23:41:23
37923         Log: remove discarded test
37924      Branch: cfgperl
37925            ! MANIFEST
37926 ____________________________________________________________________________
37927 [  6392] By: jhi                                   on 2000/07/13  23:32:25
37928         Log: The {multiplier} of a fixed substring was overlooked which
37929              caused a wrong initial search offset for that substring.
37930              
37931              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
37932              From: Hugo <hv@crypt.compulink.co.uk>
37933              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
37934              Date: Thu, 13 Jul 2000 19:27:13 +0100
37935      Branch: cfgperl
37936            ! regcomp.c t/op/re_tests
37937 ____________________________________________________________________________
37938 [  6391] By: jhi                                   on 2000/07/13  16:37:42
37939         Log: typo fix from Craig Berry
37940      Branch: cfgperl
37941            ! vms/subconfigure.com
37942 ____________________________________________________________________________
37943 [  6390] By: jhi                                   on 2000/07/13  13:20:12
37944         Log: Integrate with Sarathy.
37945      Branch: cfgperl
37946            - t/op/method2entersub.t
37947           !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
37948           !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
37949           !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
37950           !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
37951 ____________________________________________________________________________
37952 [  6389] By: jhi                                   on 2000/07/13  13:18:48
37953         Log: Detypo from Peter Prymmer, part of #6388.
37954      Branch: cfgperl
37955            ! Configure config_h.SH
37956      Branch: metaconfig
37957            ! U/modified/d_longlong.U
37958 ____________________________________________________________________________
37959 [  6388] By: gsar                                  on 2000/07/13  06:33:40
37960         Log: typos (spotted by Peter Prymmer)
37961      Branch: perl
37962            ! Configure t/lib/english.t
37963 ____________________________________________________________________________
37964 [  6387] By: gsar                                  on 2000/07/13  05:35:28
37965         Log: new selfloader.t in change#6183 doesn't close DATA handles,
37966              and thus fails to clean up tmp files on dosish platforms
37967      Branch: perl
37968            ! t/lib/selfloader.t
37969 ____________________________________________________________________________
37970 [  6386] By: gsar                                  on 2000/07/12  21:42:39
37971         Log: sprintf test tweaks (from Dominic Dunlop)
37972      Branch: perl
37973            ! t/op/sprintf.t
37974 ____________________________________________________________________________
37975 [  6385] By: gsar                                  on 2000/07/12  21:33:46
37976         Log: fix bugs in processing %v-*d and similar format specs (from
37977              Avi Finkel <avi@finkel.org>)
37978      Branch: perl
37979            ! sv.c t/op/sprintf.t
37980 ____________________________________________________________________________
37981 [  6384] By: gsar                                  on 2000/07/12  16:04:19
37982         Log: readd missing perldelta.pod changes from changes#6339,6376
37983      Branch: perl
37984            ! pod/perldelta.pod
37985 ____________________________________________________________________________
37986 [  6383] By: gsar                                  on 2000/07/12  16:00:51
37987         Log: don't clobber *.orig files on *clean targets
37988      Branch: perl
37989            ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
37990 ____________________________________________________________________________
37991 [  6382] By: gsar                                  on 2000/07/12  07:59:12
37992         Log: fix broken integrations in cfgperl
37993      Branch: cfgperl
37994           !> Changes pod/perldelta.pod
37995 ____________________________________________________________________________
37996 [  6381] By: gsar                                  on 2000/07/12  07:42:17
37997         Log: integrate cfgperl changes into mainline
37998      Branch: perl
37999            ! Changes
38000           !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
38001           !> pod/perlre.pod
38002 ____________________________________________________________________________
38003 [  6380] By: gsar                                  on 2000/07/12  07:31:00
38004         Log: get sprintf.t to adjust properly for 3-digit exponents
38005      Branch: perl
38006            ! t/op/sprintf.t
38007 ____________________________________________________________________________
38008 [  6379] By: gsar                                  on 2000/07/12  06:40:04
38009         Log: change#6174 needs corresponding change in win32/config_h.PL,
38010              which grovels through config_h.SH to find the config.h name
38011      Branch: perl
38012            ! win32/config_h.PL
38013 ____________________________________________________________________________
38014 [  6378] By: jhi                                   on 2000/07/12  05:03:59
38015         Log: Do the cc sanity check both before the hints and
38016              after the cc selction.
38017      Branch: cfgperl
38018            ! Configure config_h.SH
38019      Branch: metaconfig
38020            ! U/modified/Oldconfig.U U/modified/cc.U
38021      Branch: metaconfig/U/perl
38022            + Checkcc.U
38023 ____________________________________________________________________________
38024 [  6377] By: jhi                                   on 2000/07/12  02:49:22
38025         Log: Fix nits noticed by Boston.pm.
38026      Branch: cfgperl
38027            ! pod/perlre.pod
38028 ____________________________________________________________________________
38029 [  6376] By: jhi                                   on 2000/07/11  21:22:13
38030         Log: Configure cosmetics and perldelta.
38031      Branch: cfgperl
38032            ! Configure config_h.SH pod/perldelta.pod
38033      Branch: metaconfig
38034            ! U/modified/cc.U
38035 ____________________________________________________________________________
38036 [  6375] By: gsar                                  on 2000/07/11  21:17:35
38037         Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
38038      Branch: perl
38039            ! t/op/sprintf.t win32/Makefile win32/makefile.mk
38040            ! win32/win32sck.c
38041 ____________________________________________________________________________
38042 [  6374] By: gsar                                  on 2000/07/11  20:48:50
38043         Log: tweak for build failure under multiplicity
38044      Branch: perl
38045            ! toke.c
38046 ____________________________________________________________________________
38047 [  6373] By: gsar                                  on 2000/07/11  20:37:23
38048         Log: integrate cfgperl changes#6325..6373 into mainline
38049              (NOTE: today's batch of integrations still untested)
38050      Branch: perl
38051           +> ext/DynaLoader/hints/netbsd.pl
38052            ! Changes
38053           !> (integrate 26 files)
38054 ____________________________________________________________________________
38055 [  6372] By: jhi                                   on 2000/07/11  20:30:36
38056         Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
38057              regen perltoc.
38058      Branch: cfgperl
38059            + pod/perlbook.pod
38060            ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
38061            ! pod/perltoc.pod
38062 ____________________________________________________________________________
38063 [  6371] By: jhi                                   on 2000/07/11  20:08:56
38064         Log: Minor cleanups on the booklist.
38065      Branch: cfgperl
38066            ! pod/perlfaq2.pod
38067 ____________________________________________________________________________
38068 [  6370] By: jhi                                   on 2000/07/11  19:31:13
38069         Log: mjd's tr patches "broke" tr/z-Z/z-Z/
38070      Branch: cfgperl
38071            ! t/pragma/overload.t
38072 ____________________________________________________________________________
38073 [  6369] By: gsar                                  on 2000/07/11  19:27:48
38074         Log: integrate cfgperl changes#6293..6324 into mainline
38075      Branch: perl
38076           +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
38077            - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
38078           !> (integrate 30 files)
38079 ____________________________________________________________________________
38080 [  6368] By: gsar                                  on 2000/07/11  19:18:57
38081         Log: skip integrate of problematic change#6292 from cfgperl into mainline
38082      Branch: perl
38083           !> pp_hot.c
38084 ____________________________________________________________________________
38085 [  6367] By: gsar                                  on 2000/07/11  19:17:21
38086         Log: integrate cfgperl changes#6288..6290 into mainline
38087      Branch: perl
38088           !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
38089 ____________________________________________________________________________
38090 [  6366] By: gsar                                  on 2000/07/11  19:11:18
38091         Log: integrate cfgperl changes#6268..6282 into mainline
38092      Branch: perl
38093           !> (integrate 30 files)
38094 ____________________________________________________________________________
38095 [  6365] By: gsar                                  on 2000/07/11  18:57:00
38096         Log: delete new accidentally branched file
38097      Branch: perl
38098            - t/op/method2entersub.t
38099 ____________________________________________________________________________
38100 [  6364] By: gsar                                  on 2000/07/11  18:55:13
38101         Log: skip integrate of change#6267 from cfgperl into mainline (the
38102              method call optimization is flawed without additional hints
38103              from user about immutableness of @ISA and no runtime method
38104              definitions)
38105      Branch: perl
38106           +> t/op/method2entersub.t
38107           !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
38108           !> perl.h t/op/sprintf.t xsutils.c
38109 ____________________________________________________________________________
38110 [  6363] By: gsar                                  on 2000/07/11  18:49:43
38111         Log: integrate cfgperl changes#6261..6266 into mainline
38112      Branch: perl
38113           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
38114           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
38115           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
38116           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
38117 ____________________________________________________________________________
38118 [  6362] By: gsar                                  on 2000/07/11  18:43:26
38119         Log: integrate cfgperl changes#6252..6260 into mainline
38120      Branch: perl
38121           !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
38122           !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
38123           !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
38124           !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
38125 ____________________________________________________________________________
38126 [  6361] By: gsar                                  on 2000/07/11  18:37:12
38127         Log: skip integrate of problematic change#6251 from cfgperl into mainline
38128      Branch: perl
38129           !> lib/Exporter.pm
38130 ____________________________________________________________________________
38131 [  6360] By: gsar                                  on 2000/07/11  18:34:56
38132         Log: integrate cfgperl change#6250 into mainline
38133      Branch: perl
38134           +> t/op/my_stash.t
38135           !> MANIFEST embed.pl proto.h toke.c
38136 ____________________________________________________________________________
38137 [  6359] By: gsar                                  on 2000/07/11  18:21:19
38138         Log: integrate cfgperl changes#6242..6249 into mainline
38139      Branch: perl
38140           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
38141           !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
38142           !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
38143           !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
38144           !> t/lib/peek.t utf8.c
38145 ____________________________________________________________________________
38146 [  6358] By: gsar                                  on 2000/07/11  18:15:45
38147         Log: skip integrate of problematic change#6241 from cfgperl into mainline
38148      Branch: perl
38149           !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
38150 ____________________________________________________________________________
38151 [  6357] By: jhi                                   on 2000/07/11  18:15:16
38152         Log: Fix for
38153              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
38154              From: Roderick Schertler <roderick@argon.org> 
38155              Date: Tue, 11 Jul 2000 13:55:05 -0400 
38156              Message-Id: <200007111755.NAA05077@jones.argon.org> 
38157      Branch: cfgperl
38158            ! doio.c
38159 ____________________________________________________________________________
38160 [  6356] By: jhi                                   on 2000/07/11  18:12:51
38161         Log: Typo in #6341.
38162      Branch: cfgperl
38163            ! pp_hot.c
38164 ____________________________________________________________________________
38165 [  6355] By: gsar                                  on 2000/07/11  18:12:10
38166         Log: integrate cfgperl changes#6231..6240 into mainline
38167      Branch: perl
38168           +> pod/perlutil.pod
38169           !> (integrate 35 files)
38170 ____________________________________________________________________________
38171 [  6354] By: jhi                                   on 2000/07/11  18:04:34
38172         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
38173              From: Dominic Dunlop <domo@computer.org> 
38174              Date: Tue, 11 Jul 2000 12:27:33 +0200 
38175              Message-Id: <p04320405b590a14d4650@[192.168.1.4]> 
38176              
38177              Replaces change #6268.
38178      Branch: cfgperl
38179            ! t/op/sprintf.t
38180 ____________________________________________________________________________
38181 [  6353] By: gsar                                  on 2000/07/11  17:59:51
38182         Log: skip integrate of problematic change#6230 from cfgperl into mainline
38183              (a later version of File::Spec is already in mainline)
38184      Branch: perl
38185           !> lib/File/Spec.pm lib/File/Spec/Functions.pm
38186           !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
38187 ____________________________________________________________________________
38188 [  6352] By: gsar                                  on 2000/07/11  17:57:48
38189         Log: integrate cfgperl changes#6224..6229 into mainline
38190      Branch: perl
38191           +> lib/lib.pm.PL
38192            - lib/lib.pm
38193           !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
38194           !> lib/English.pm op.c t/lib/english.t
38195 ____________________________________________________________________________
38196 [  6351] By: gsar                                  on 2000/07/11  17:50:10
38197         Log: skip integrate of problematic change#6223 from cfgperl into mainline
38198      Branch: perl
38199           !> doio.c
38200 ____________________________________________________________________________
38201 [  6350] By: gsar                                  on 2000/07/11  17:48:28
38202         Log: integrate cfgperl changes#6220..6222 into mainline
38203      Branch: perl
38204           !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
38205           !> toke.c utf8.c win32/win32.h
38206 ____________________________________________________________________________
38207 [  6349] By: gsar                                  on 2000/07/11  17:46:13
38208         Log: skip integrate of problematic changes#6218..6219 from cfgperl into
38209              mainline
38210      Branch: perl
38211           !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
38212           !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
38213           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
38214 ____________________________________________________________________________
38215 [  6348] By: jhi                                   on 2000/07/11  17:45:49
38216         Log: README.posix-bc podified from Thomas Dorner.
38217      Branch: cfgperl
38218            ! README.posix-bc
38219 ____________________________________________________________________________
38220 [  6347] By: gsar                                  on 2000/07/11  17:42:04
38221         Log: integrate cfgperl change#6217 into mainline
38222      Branch: perl
38223           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
38224           !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
38225           !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
38226 ____________________________________________________________________________
38227 [  6346] By: gsar                                  on 2000/07/11  17:39:37
38228         Log: skip integrate of problematic changes#6211..6212 from cfgperl into
38229              mainline
38230      Branch: perl
38231           !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
38232           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
38233           !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
38234           !> perlapi.h pod/perlapi.pod
38235 ____________________________________________________________________________
38236 [  6345] By: gsar                                  on 2000/07/11  17:36:42
38237         Log: integrate cfgperl changes#6207..6210 into mainline
38238      Branch: perl
38239           !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
38240           !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
38241 ____________________________________________________________________________
38242 [  6344] By: gsar                                  on 2000/07/11  17:31:20
38243         Log: skip integrate of problematic changes#6204..6206 from cfgperl into
38244              mainline
38245      Branch: perl
38246           !> (integrate 40 files)
38247 ____________________________________________________________________________
38248 [  6343] By: gsar                                  on 2000/07/11  17:19:08
38249         Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
38250      Branch: perl
38251           +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
38252            ! Changes
38253           !> (integrate 34 files)
38254 ____________________________________________________________________________
38255 [  6342] By: jhi                                   on 2000/07/11  16:05:48
38256         Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
38257              To: perl5-porters@perl.org
38258              From: Karsten Sperling <spiff@phreax.net>
38259              Date: Mon, 10 Jul 2000 15:12:52 +0200
38260              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
38261      Branch: cfgperl
38262            ! lib/Symbol.pm
38263 ____________________________________________________________________________
38264 [  6341] By: jhi                                   on 2000/07/11  15:59:23
38265         Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
38266              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
38267              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
38268              Date: Fri, 07 Jul 2000 17:57:16 +0100
38269      Branch: cfgperl
38270            ! pp_hot.c
38271 ____________________________________________________________________________
38272 [  6340] By: jhi                                   on 2000/07/11  15:55:47
38273         Log: Subject: Re: format bug report  [Patch]
38274              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
38275              Date: Wed, 05 Jul 2000 13:12:52 +0200
38276              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
38277              
38278              Subject: Re: format bug report  [Patch]
38279              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
38280              Date: Wed, 05 Jul 2000 14:10:01 +0200
38281              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
38282      Branch: cfgperl
38283            ! t/op/write.t toke.c
38284 ____________________________________________________________________________
38285 [  6339] By: jhi                                   on 2000/07/11  13:54:09
38286         Log: Be less forgiving about ambiguous and illegal tr ranges.
38287              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
38288              From: Mark-Jason Dominus <mjd@plover.com>
38289              Date: Tue, 04 Jul 2000 10:00:12 -0400
38290              Message-ID: <20000704140012.17772.qmail@plover.com>
38291              
38292              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
38293              From: Mark-Jason Dominus <mjd@plover.com>
38294              Date: Wed, 05 Jul 2000 09:37:36 -0400
38295              Message-ID: <20000705133736.27293.qmail@plover.com>
38296      Branch: cfgperl
38297            ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
38298 ____________________________________________________________________________
38299 [  6338] By: jhi                                   on 2000/07/11  13:31:24
38300         Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
38301              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
38302              Date: Tue, 11 Jul 2000 13:50:51 +0100
38303              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
38304      Branch: cfgperl
38305            ! sv.c
38306 ____________________________________________________________________________
38307 [  6337] By: jhi                                   on 2000/07/11  13:29:14
38308         Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
38309              From: Hugo <hv@crypt.compulink.co.uk>
38310              Date: Tue, 11 Jul 2000 12:44:50 +0100
38311              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
38312      Branch: cfgperl
38313            ! regexec.c t/op/re_tests
38314 ____________________________________________________________________________
38315 [  6336] By: jhi                                   on 2000/07/11  13:26:47
38316         Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
38317              From: simon@brecon.co.uk (Simon Cozens)
38318              Date: 7 Jul 2000 11:26:09 GMT
38319              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
38320      Branch: cfgperl
38321            ! mg.c
38322 ____________________________________________________________________________
38323 [  6335] By: jhi                                   on 2000/07/11  13:23:37
38324         Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
38325              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
38326              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
38327              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
38328      Branch: cfgperl
38329            + ext/DynaLoader/hints/netbsd.pl
38330            ! MANIFEST ext/DynaLoader/hints/openbsd.pl
38331 ____________________________________________________________________________
38332 [  6334] By: jhi                                   on 2000/07/11  13:20:38
38333         Log: Subject: PATCH perlguts.pod: Document D and d magic types
38334              From: mjd@plover.com
38335              Date: 5 Jul 2000 18:01:51 -0000
38336              Message-ID: <20000705180151.29413.qmail@plover.com>
38337      Branch: cfgperl
38338            ! pod/perlguts.pod
38339 ____________________________________________________________________________
38340 [  6333] By: jhi                                   on 2000/07/11  13:15:51
38341         Log: Precedence goof, fix based on
38342              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
38343              From: Hugo <hv@crypt.compulink.co.uk>
38344              Date: Tue, 11 Jul 2000 12:52:38 +0100
38345              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
38346      Branch: cfgperl
38347            ! t/op/taint.t
38348 ____________________________________________________________________________
38349 [  6332] By: jhi                                   on 2000/07/11  12:40:17
38350         Log: Integrate with Sarathy.
38351      Branch: cfgperl
38352           !> win32/win32sck.c
38353 ____________________________________________________________________________
38354 [  6331] By: jhi                                   on 2000/07/10  20:14:16
38355         Log: Sprinkle ldlibpath.
38356      Branch: cfgperl
38357            ! pod/Makefile.SH
38358 ____________________________________________________________________________
38359 [  6330] By: jhi                                   on 2000/07/10  17:54:49
38360         Log: More POSIX.pod tweaks.
38361      Branch: cfgperl
38362            ! ext/POSIX/POSIX.pod
38363 ____________________________________________________________________________
38364 [  6329] By: jhi                                   on 2000/07/10  14:02:12
38365         Log: Reorder perl.pod once more.
38366      Branch: cfgperl
38367            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
38368 ____________________________________________________________________________
38369 [  6328] By: gsar                                  on 2000/07/10  07:06:00
38370         Log: accept() leaks memory on windows due to incorrect ordering of
38371              closesocket() and fclose() calls
38372      Branch: perl
38373            ! win32/win32sck.c
38374 ____________________________________________________________________________
38375 [  6327] By: gsar                                  on 2000/07/10  06:49:17
38376         Log: winsock options weren't being set in all threads under ithreads
38377              (caused send()s from second and subsequent threads to fail)
38378      Branch: perl
38379            ! win32/win32sck.c
38380 ____________________________________________________________________________
38381 [  6326] By: jhi                                   on 2000/07/08  02:45:40
38382         Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
38383              was cast to an unsigned (32-bit) integer with wild abandon.
38384      Branch: cfgperl
38385            ! ext/Devel/DProf/DProf.xs
38386 ____________________________________________________________________________
38387 [  6325] By: jhi                                   on 2000/07/07  18:50:33
38388         Log: Remove perlbook, update perlfaq book listing,
38389              rearrange perl.pod, regenerate perltoc.
38390      Branch: cfgperl
38391            - pod/perlbook.pod
38392            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
38393            ! pod/perlfaq2.pod pod/perltoc.pod
38394 ____________________________________________________________________________
38395 [  6324] By: jhi                                   on 2000/07/07  14:03:40
38396         Log: Fix the alignment problem in Crays ([ID 20000612.002]).
38397      Branch: cfgperl
38398            ! sv.h toke.c
38399 ____________________________________________________________________________
38400 [  6323] By: jhi                                   on 2000/07/06  16:03:55
38401         Log: Fix complaints of buildtoc.
38402      Branch: cfgperl
38403            + lib/Win32.pod
38404            - pod/Win32.pod
38405            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
38406 ____________________________________________________________________________
38407 [  6322] By: jhi                                   on 2000/07/06  15:15:52
38408         Log: Add =head1 NAMEs so that buildtoc is happy.
38409              (The CGI::Util nit reported to Lincoln.)
38410      Branch: cfgperl
38411            ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
38412            ! pod/perltoc.pod
38413 ____________________________________________________________________________
38414 [  6321] By: jhi                                   on 2000/07/06  03:16:04
38415         Log: Config is being used.
38416      Branch: cfgperl
38417            ! t/op/method.t
38418 ____________________________________________________________________________
38419 [  6320] By: jhi                                   on 2000/07/06  03:13:13
38420         Log: Integrate with Sarathy.
38421      Branch: cfgperl
38422           !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
38423 ____________________________________________________________________________
38424 [  6319] By: jhi                                   on 2000/07/06  03:11:46
38425         Log: Autogenerate pod/Makefile and pod/buildtoc.
38426              buildtoc also checks whether the existin pods are
38427              mentioned in MANIFEST and perl.pod, and vice versa.
38428              (None of the thusly found discrepancies fixed yet.)
38429              roffitall also needs to be autogenerated similarly but it
38430              seems so badly out of date that I didn't touch it yet.
38431      Branch: cfgperl
38432            + pod/Makefile.SH pod/buildtoc.PL
38433            - pod/Makefile pod/buildtoc
38434            ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
38435 ____________________________________________________________________________
38436 [  6318] By: gsar                                  on 2000/07/05  22:10:54
38437         Log: fix UNC path handling on Windows under ithreads, and chdir()
38438              return value when given a non-existent directory
38439      Branch: perl
38440            ! win32/vdir.h
38441 ____________________________________________________________________________
38442 [  6317] By: gsar                                  on 2000/07/05  22:08:19
38443         Log: winsock cleanup never done on Windows (leads to handle leaks)
38444      Branch: perl
38445            ! win32/perllib.c win32/win32sck.c
38446 ____________________________________________________________________________
38447 [  6316] By: gsar                                  on 2000/07/05  22:06:19
38448         Log: some debugger output does not go to the socket when RemotePort is set
38449      Branch: perl
38450            ! lib/perl5db.pl
38451 ____________________________________________________________________________
38452 [  6315] By: jhi                                   on 2000/07/05  00:25:21
38453         Log: Integrate with Sarathy, preliminary fix for unicos
38454              alignment problems in [ID 20000612.002] Perl problem on Cray system.
38455      Branch: cfgperl
38456            ! sv.h
38457           !> pp_hot.c
38458 ____________________________________________________________________________
38459 [  6314] By: gsar                                  on 2000/07/04  23:34:02
38460         Log: tyop in change#6306
38461      Branch: perl
38462            ! pp_hot.c
38463 ____________________________________________________________________________
38464 [  6313] By: jhi                                   on 2000/07/04  22:14:38
38465         Log: Multiline string literals ENONPORTABLE.
38466      Branch: cfgperl
38467            ! pp_hot.c
38468 ____________________________________________________________________________
38469 [  6312] By: jhi                                   on 2000/07/04  20:34:44
38470         Log: Integrate with Sarathy.
38471      Branch: cfgperl
38472           !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
38473           !> t/op/method.t
38474 ____________________________________________________________________________
38475 [  6311] By: jhi                                   on 2000/07/04  20:30:56
38476         Log: More POSIX.pod embellishment.
38477      Branch: cfgperl
38478            ! ext/POSIX/POSIX.pod
38479 ____________________________________________________________________________
38480 [  6310] By: gsar                                  on 2000/07/04  17:28:48
38481         Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
38482      Branch: perl
38483            ! t/lib/b.t
38484 ____________________________________________________________________________
38485 [  6309] By: jhi                                   on 2000/07/04  17:22:18
38486         Log: The #6308 required a little bit more.
38487      Branch: cfgperl
38488            ! Makefile.SH win32/Makefile
38489 ____________________________________________________________________________
38490 [  6308] By: jhi                                   on 2000/07/04  16:35:24
38491         Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
38492      Branch: cfgperl
38493            + lib/lib_pm.PL
38494            - lib/lib.pm.PL
38495            ! MANIFEST Makefile.SH
38496 ____________________________________________________________________________
38497 [  6307] By: jhi                                   on 2000/07/04  16:28:58
38498         Log: Win32 patches for cfgperl from Sarathy.
38499      Branch: cfgperl
38500            ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
38501            ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
38502            ! thread.h toke.c util.c win32/Makefile win32/win32.c
38503 ____________________________________________________________________________
38504 [  6306] By: gsar                                  on 2000/07/04  16:28:40
38505         Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
38506              (from Richard Soderberg <rs@oregonnet.com>)
38507      Branch: perl
38508            ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
38509 ____________________________________________________________________________
38510 [  6305] By: jhi                                   on 2000/07/04  16:24:24
38511         Log: Integrate with Sarathy.
38512      Branch: cfgperl
38513           !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
38514           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
38515           !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
38516           !> proto.h win32/win32.c
38517 ____________________________________________________________________________
38518 [  6304] By: gsar                                  on 2000/07/04  16:17:24
38519         Log: missing perldiag entry for unpack("w",...) diagnostic (from
38520              Andreas Koenig)
38521      Branch: perl
38522            ! pod/perldiag.pod
38523 ____________________________________________________________________________
38524 [  6303] By: gsar                                  on 2000/07/04  16:14:44
38525         Log: remove rel2abs prototypes (from Barrie Slaymaker)
38526      Branch: perl
38527            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
38528            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
38529 ____________________________________________________________________________
38530 [  6302] By: gsar                                  on 2000/07/04  04:59:35
38531         Log: adjust change#6299
38532      Branch: perl
38533            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
38534            ! win32/win32.c
38535 ____________________________________________________________________________
38536 [  6301] By: jhi                                   on 2000/07/04  04:50:07
38537         Log: Integrate with Sarathy.
38538      Branch: cfgperl
38539           !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
38540           !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
38541           !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
38542 ____________________________________________________________________________
38543 [  6300] By: gsar                                  on 2000/07/04  04:42:09
38544         Log: PERL_OBJECT build tweak
38545      Branch: perl
38546            ! perl.h
38547 ____________________________________________________________________________
38548 [  6299] By: gsar                                  on 2000/07/04  04:37:00
38549         Log: fix memory leak on Windows (PL_sys_intern contents were never
38550              freed)
38551      Branch: perl
38552            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
38553            ! perlapi.c proto.h win32/win32.c
38554 ____________________________________________________________________________
38555 [  6298] By: gsar                                  on 2000/07/04  04:15:59
38556         Log: fix large memory leak that has been around for ever, masked by
38557              -DPURIFY (most of the arenas were never freed!)
38558      Branch: perl
38559            ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
38560 ____________________________________________________________________________
38561 [  6297] By: gsar                                  on 2000/07/04  04:07:46
38562         Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
38563      Branch: perl
38564            ! perl.c
38565 ____________________________________________________________________________
38566 [  6296] By: jhi                                   on 2000/06/30  18:28:37
38567         Log: Elaborate POSIX.pod.  Still needs work.
38568      Branch: cfgperl
38569            ! ext/POSIX/POSIX.pod
38570 ____________________________________________________________________________
38571 [  6295] By: jhi                                   on 2000/06/30  14:58:18
38572         Log: Point to perlipc for more SysV IPC examples.
38573      Branch: cfgperl
38574            ! pod/perlfunc.pod
38575 ____________________________________________________________________________
38576 [  6294] By: gsar                                  on 2000/06/30  14:47:45
38577         Log: slurp mode fix in change#4736 still not quite right
38578      Branch: perl
38579            ! pp_hot.c t/io/argv.t
38580 ____________________________________________________________________________
38581 [  6293] By: jhi                                   on 2000/06/30  12:02:55
38582         Log: Integrate with Sarathy.
38583      Branch: cfgperl
38584           !> cop.h pp_ctl.c pp_hot.c t/op/args.t
38585 ____________________________________________________________________________
38586 [  6292] By: jhi                                   on 2000/06/30  12:01:11
38587         Log: From: simon@brecon.co.uk (Simon Cozens)
38588              Subject: UTF8 concat
38589              Date: 30 Jun 2000 06:13:25 GMT
38590              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
38591      Branch: cfgperl
38592            ! pp_hot.c
38593 ____________________________________________________________________________
38594 [  6291] By: gsar                                  on 2000/06/30  04:37:33
38595         Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
38596              when @_ is modified, causing coredumps
38597      Branch: perl
38598            ! cop.h pp_ctl.c pp_hot.c t/op/args.t
38599 ____________________________________________________________________________
38600 [  6290] By: jhi                                   on 2000/06/30  02:21:44
38601         Log: Integrate with Sarathy.
38602      Branch: cfgperl
38603           !> vms/vms.c vms/vmsish.h
38604 ____________________________________________________________________________
38605 [  6289] By: jhi                                   on 2000/06/30  02:21:02
38606         Log: Check VERSIONs.
38607      Branch: cfgperl
38608            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
38609            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
38610            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
38611 ____________________________________________________________________________
38612 [  6288] By: jhi                                   on 2000/06/30  02:18:52
38613         Log: Integrate with Sarathy.
38614      Branch: cfgperl
38615           !> ext/Opcode/Opcode.xs lib/File/Spec.pm
38616           !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
38617           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
38618           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
38619 ____________________________________________________________________________
38620 [  6287] By: gsar                                  on 2000/06/30  02:17:08
38621         Log: integrate vmsperl changes into mainline
38622      Branch: perl
38623           !> vms/vms.c vms/vmsish.h
38624 ____________________________________________________________________________
38625 [  6285] By: gsar                                  on 2000/06/30  02:05:28
38626         Log: localize %INC in a Safe compartment so that use/require work
38627              (many other magic globals probably need similar treatment)
38628      Branch: perl
38629            ! ext/Opcode/Opcode.xs
38630 ____________________________________________________________________________
38631 [  6284] By: gsar                                  on 2000/06/30  01:54:54
38632         Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
38633              about Windows
38634      Branch: perl
38635            ! pod/perlembed.pod
38636 ____________________________________________________________________________
38637 [  6283] By: jhi                                   on 2000/06/30  01:50:10
38638         Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
38639              From: Barrie Slaymaker <barries@jester.slaysys.com>
38640              Date: Wed, 28 Jun 2000 11:35:29 -0400
38641              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
38642      Branch: perl
38643            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
38644            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
38645            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
38646            ! lib/File/Spec/Win32.pm
38647 ____________________________________________________________________________
38648 [  6282] By: jhi                                   on 2000/06/29  22:57:22
38649         Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
38650              From: Dan Sugalski <dan@sidhe.org>
38651              Date: Tue, 06 Jun 2000 11:59:50 -0400
38652              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
38653      Branch: cfgperl
38654            ! vms/vms.c
38655 ____________________________________________________________________________
38656 [  6281] By: jhi                                   on 2000/06/29  22:52:50
38657         Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
38658              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
38659              Date: Wed, 7 Jun 2000 04:02:04 -0500
38660              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
38661      Branch: cfgperl
38662            ! utils/h2xs.PL
38663 ____________________________________________________________________________
38664 [  6280] By: jhi                                   on 2000/06/29  22:45:47
38665         Log: Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
38666              From: rspier@pobox.com (Robert Spier)
38667              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
38668              Message-ID: <14654.31913.845602.610277@rls.cx>
38669      Branch: cfgperl
38670            ! utils/h2xs.PL
38671 ____________________________________________________________________________
38672 [  6279] By: jhi                                   on 2000/06/29  22:38:16
38673         Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
38674              From: Tim Ayers <tayers@bridge.com>
38675              Date: Thu, 08 Jun 2000 08:11:06 +0200
38676              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
38677              [resent by Richard Foley, Message-Id probably wrong]
38678      Branch: cfgperl
38679            ! pod/perlsub.pod
38680 ____________________________________________________________________________
38681 [  6278] By: jhi                                   on 2000/06/29  22:21:45
38682         Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
38683              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
38684              Date: Fri, 09 Jun 2000 12:39:27 -0400
38685              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
38686              (plus update the version "number" of Text::Wrap)
38687      Branch: cfgperl
38688            ! lib/Text/Wrap.pm
38689 ____________________________________________________________________________
38690 [  6277] By: jhi                                   on 2000/06/29  22:13:10
38691         Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
38692              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
38693              Date: Mon, 12 Jun 2000 14:55:59 +0100
38694              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
38695      Branch: cfgperl
38696            ! pod/perlfunc.pod
38697 ____________________________________________________________________________
38698 [  6276] By: jhi                                   on 2000/06/29  22:11:06
38699         Log: Subject: [PATCH] Re: eval documentation: context
38700              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
38701              Date: Mon, 12 Jun 2000 15:07:29 +0100
38702              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
38703      Branch: cfgperl
38704            ! pod/perlfunc.pod
38705 ____________________________________________________________________________
38706 [  6275] By: jhi                                   on 2000/06/29  21:59:46
38707         Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
38708              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
38709              Date: Tue, 13 Jun 2000 02:43:48 -0500
38710              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
38711      Branch: cfgperl
38712            ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
38713 ____________________________________________________________________________
38714 [  6274] By: jhi                                   on 2000/06/29  21:56:14
38715         Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
38716              From: Andy Dougherty <doughera@lafayette.edu>
38717              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
38718              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
38719      Branch: cfgperl
38720            ! ext/File/Glob/Glob.pm
38721 ____________________________________________________________________________
38722 [  6273] By: jhi                                   on 2000/06/29  21:49:09
38723         Log: Subject: [PATCH] xsub attributes
38724              From: Doug MacEachern <dougm@covalent.net>
38725              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
38726              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
38727      Branch: cfgperl
38728            ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
38729            ! objXSUB.h op.c perlapi.c perlapi.h proto.h
38730 ____________________________________________________________________________
38731 [  6272] By: jhi                                   on 2000/06/29  21:41:28
38732         Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
38733              From: Tom Phoenix <rootbeer@redcat.com>
38734              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
38735              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
38736      Branch: cfgperl
38737            ! lib/Net/Ping.pm
38738 ____________________________________________________________________________
38739 [  6271] By: jhi                                   on 2000/06/29  21:36:55
38740         Log: Subject: PATCH pod/perltie.pod
38741              From: Ian Phillipps <Ian.Phillipps@iname.com>
38742              Date: Fri, 16 Jun 2000 00:17:19 +0100
38743              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
38744              (only the first hunk, the second hunk had already been done
38745              by some other patch)
38746      Branch: cfgperl
38747            ! pod/perltie.pod
38748 ____________________________________________________________________________
38749 [  6270] By: jhi                                   on 2000/06/29  21:24:51
38750         Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
38751              From: Nicholas Clark <nick@talking.bollo.cx>
38752              Date: Fri, 23 Jun 2000 16:21:15 +0100
38753              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
38754      Branch: cfgperl
38755            ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
38756            ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
38757 ____________________________________________________________________________
38758 [  6269] By: jhi                                   on 2000/06/29  19:38:15
38759         Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
38760              silence few compiler warnings.
38761      Branch: cfgperl
38762            ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
38763 ____________________________________________________________________________
38764 [  6268] By: jhi                                   on 2000/06/29  18:21:50
38765         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
38766              From: Dominic Dunlop <domo@computer.org> 
38767              Date: Thu, 29 Jun 2000 12:32:39 +0200 
38768              Message-Id: <p04320403b580cc1338db@[192.168.1.4]> 
38769      Branch: cfgperl
38770            ! t/op/sprintf.t
38771 ____________________________________________________________________________
38772 [  6267] By: jhi                                   on 2000/06/29  18:16:07
38773         Log: Subject: Re: [PATCH] Re: Speeding up method lookups 
38774              From: Doug MacEachern <dougm@covalent.net>
38775              Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
38776              Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
38777      Branch: cfgperl
38778            + t/op/method2entersub.t
38779            ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
38780            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
38781            ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
38782            ! xsutils.c
38783 ____________________________________________________________________________
38784 [  6266] By: jhi                                   on 2000/06/29  15:11:15
38785         Log: Subject: [PATCH 5.6.0] cygwin port
38786              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
38787              From: "Fifer, Eric" <EFifer@sanwaint.com>
38788              Date: Thu, 29 Jun 2000 12:58:29 +0100
38789      Branch: cfgperl
38790            ! cygwin/Makefile.SHs
38791 ____________________________________________________________________________
38792 [  6265] By: jhi                                   on 2000/06/29  15:04:05
38793         Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
38794              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
38795              Date: Wed, 28 Jun 2000 17:50:12 -0700
38796              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
38797      Branch: cfgperl
38798            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
38799 ____________________________________________________________________________
38800 [  6264] By: jhi                                   on 2000/06/29  15:00:57
38801         Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
38802              From: Marty Lucich <marty@netcom.com>
38803              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
38804              Message-Id: <200006282116.OAA11148@netcom.com>
38805              ccdlflags update (the BSD/OS 4.1 part had already been taken
38806              care of by #6141).
38807      Branch: cfgperl
38808            ! hints/bsdos.sh
38809 ____________________________________________________________________________
38810 [  6263] By: jhi                                   on 2000/06/29  13:47:44
38811         Log: tr fixes from Simon Cozens
38812      Branch: cfgperl
38813            ! doop.c
38814 ____________________________________________________________________________
38815 [  6262] By: jhi                                   on 2000/06/28  18:46:01
38816         Log: Subject: 5.6.0 Patch for EPOC
38817              From: Olaf Flebbe <o.flebbe@gmx.de>
38818              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
38819              Message-ID: <23449.960929969@www11.gmx.net>
38820      Branch: cfgperl
38821            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
38822            ! epoc/epocish.h
38823 ____________________________________________________________________________
38824 [  6261] By: jhi                                   on 2000/06/28  18:29:07
38825         Log: Subject: Re: [PATCH cfgperl] BOMs away!
38826              From: simon@brecon.co.uk (Simon Cozens)
38827              Date: 17 Jun 2000 11:49:57 GMT
38828              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
38829      Branch: cfgperl
38830            ! pod/perldiag.pod t/comp/require.t toke.c
38831 ____________________________________________________________________________
38832 [  6260] By: jhi                                   on 2000/06/28  17:47:16
38833         Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
38834              From: simon@brecon.co.uk (Simon Cozens) 
38835              Date: 17 Jun 2000 11:56:44 GMT 
38836              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org> 
38837              pack U0, pack C0
38838      Branch: cfgperl
38839            ! pod/perlfunc.pod pp.c t/op/pack.t
38840 ____________________________________________________________________________
38841 [  6259] By: jhi                                   on 2000/06/28  16:43:17
38842         Log: perlnewmod was missing from MANIFEST.
38843      Branch: cfgperl
38844            ! MANIFEST
38845 ____________________________________________________________________________
38846 [  6258] By: jhi                                   on 2000/06/28  15:54:30
38847         Log: linenumber tweak
38848      Branch: cfgperl
38849            ! t/pragma/warn/regcomp
38850 ____________________________________________________________________________
38851 [  6257] By: jhi                                   on 2000/06/28  15:50:44
38852         Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
38853              From: Doug MacEachern <dougm@covalent.net>
38854              Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
38855              Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
38856              (one part of the patch had been applied earlier)
38857      Branch: cfgperl
38858            ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
38859 ____________________________________________________________________________
38860 [  6256] By: jhi                                   on 2000/06/28  15:40:22
38861         Log: tweaks from Simon Cozens to further fix tr/// under utf8
38862      Branch: cfgperl
38863            ! doop.c
38864 ____________________________________________________________________________
38865 [  6255] By: jhi                                   on 2000/06/28  15:33:45
38866         Log: small thinko tweaks
38867      Branch: cfgperl
38868            ! lib/IPC/Open3.pm t/op/my_stash.t
38869 ____________________________________________________________________________
38870 [  6254] By: jhi                                   on 2000/06/28  15:33:25
38871         Log: Subject: tr///, help wanted.
38872              From: simon@brecon.co.uk (Simon Cozens)
38873              Date: 28 Jun 2000 11:29:04 GMT
38874              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
38875      Branch: cfgperl
38876            ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
38877            ! pp_proto.h proto.h t/op/tr.t
38878 ____________________________________________________________________________
38879 [  6253] By: jhi                                   on 2000/06/28  15:09:17
38880         Log: Paranoia tweak on #6249.
38881              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
38882              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
38883              Date: Sun, 25 Jun 2000 23:43:12 -0400
38884              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
38885      Branch: cfgperl
38886            ! lib/IPC/Open3.pm
38887 ____________________________________________________________________________
38888 [  6252] By: jhi                                   on 2000/06/28  15:01:38
38889         Log: Document #6249 and #6251.
38890      Branch: cfgperl
38891            ! lib/Exporter.pm lib/IPC/Open3.pm
38892 ____________________________________________________________________________
38893 [  6251] By: jhi                                   on 2000/06/28  14:50:43
38894         Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
38895              From: Doug MacEachern <dougm@covalent.net>
38896              Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
38897              Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
38898      Branch: cfgperl
38899            ! lib/Exporter.pm
38900 ____________________________________________________________________________
38901 [  6250] By: jhi                                   on 2000/06/28  14:45:23
38902         Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
38903              From: Doug MacEachern <dougm@covalent.net>
38904              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
38905              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
38906      Branch: cfgperl
38907            + t/op/my_stash.t
38908            ! MANIFEST embed.pl global.sym proto.h toke.c
38909 ____________________________________________________________________________
38910 [  6249] By: jhi                                   on 2000/06/28  14:36:34
38911         Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's 
38912              From: Frank Tobin <ftobin@uiuc.edu>
38913              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
38914              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
38915      Branch: cfgperl
38916            ! lib/IPC/Open3.pm
38917 ____________________________________________________________________________
38918 [  6248] By: jhi                                   on 2000/06/28  14:11:25
38919         Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
38920              From: Mark-Jason Dominus <mjd@plover.com>
38921              Date: Tue, 27 Jun 2000 22:36:42 -0400
38922              Message-ID: <20000628023642.12166.qmail@plover.com>
38923      Branch: cfgperl
38924            ! pod/perlfunc.pod
38925 ____________________________________________________________________________
38926 [  6247] By: jhi                                   on 2000/06/27  12:46:37
38927         Log: Tweak $VERSION, patch from Doug MacEachern.
38928      Branch: cfgperl
38929            ! lib/File/Spec.pm
38930 ____________________________________________________________________________
38931 [  6246] By: jhi                                   on 2000/06/27  03:34:46
38932         Log: Allow for standalone testing.
38933      Branch: cfgperl
38934            ! t/lib/filefunc.t t/lib/filespec.t
38935 ____________________________________________________________________________
38936 [  6245] By: jhi                                   on 2000/06/27  02:50:02
38937         Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
38938              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
38939              Date: Sat, 24 Jun 2000 13:06:20 +0100
38940              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
38941      Branch: cfgperl
38942            ! ext/DynaLoader/DynaLoader_pm.PL
38943 ____________________________________________________________________________
38944 [  6244] By: jhi                                   on 2000/06/27  02:46:10
38945         Log: Subject: [PATCH] avoid mg_ptr in '*' magic
38946              From: Doug MacEachern <dougm@covalent.net>
38947              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
38948              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
38949      Branch: cfgperl
38950            ! gv.c sv.c t/lib/peek.t
38951 ____________________________________________________________________________
38952 [  6243] By: jhi                                   on 2000/06/27  02:38:07
38953         Log: Subject: [PATCH] is_utf8_string
38954              From: simon@brecon.co.uk (Simon Cozens)
38955              Date: 26 Jun 2000 02:25:59 GMT
38956              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
38957      Branch: cfgperl
38958            ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
38959            ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
38960            ! proto.h utf8.c
38961 ____________________________________________________________________________
38962 [  6242] By: jhi                                   on 2000/06/27  02:24:00
38963         Log: Subject: [PATCH] bytes<->utf8 fixes
38964              From: simon@brecon.co.uk (Simon Cozens)
38965              Date: 26 Jun 2000 04:55:45 GMT
38966              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
38967      Branch: cfgperl
38968            ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
38969 ____________________________________________________________________________
38970 [  6241] By: jhi                                   on 2000/06/27  02:12:42
38971         Log: Do no -warn on \_, only on \alpha.
38972              Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
38973              From: David Dyck <dcd@tc.fluke.com>
38974              Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
38975              Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
38976      Branch: cfgperl
38977            ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
38978 ____________________________________________________________________________
38979 [  6240] By: jhi                                   on 2000/06/27  02:00:01
38980         Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
38981              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
38982              Date: Mon, 26 Jun 2000 18:40:14 +0100
38983              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
38984      Branch: cfgperl
38985            ! utils/h2xs.PL
38986 ____________________________________________________________________________
38987 [  6239] By: jhi                                   on 2000/06/27  01:53:40
38988         Log: Configure maintenance.  Sever some dependency cycles,
38989              separate gccversion from the cc unit,
38990              address [ID 20000623.006] Configure script patch for using gcc on AIX
38991              (but solve it a little bit differently),
38992              unduplex some accidentally duplicated units,
38993              suggest using gcc if no cc available
38994              (p5p thread: "Solaris configure: counterproposal", 1999-09)
38995      Branch: cfgperl
38996            ! Configure Todo-5.6 config_h.SH
38997      Branch: metaconfig
38998            ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
38999            ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
39000      Branch: metaconfig/U/perl
39001            + gccvers.U
39002            ! d_getespwnam.U d_getprpwnam.U i_prot.U
39003 ____________________________________________________________________________
39004 [  6238] By: jhi                                   on 2000/06/25  18:04:56
39005         Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
39006              From: Dan Sugalski <dan@sidhe.org>
39007              Date: Fri, 23 Jun 2000 17:00:00 -0400
39008              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
39009      Branch: cfgperl
39010            ! lib/ExtUtils/MM_VMS.pm vms/vms.c
39011 ____________________________________________________________________________
39012 [  6237] By: jhi                                   on 2000/06/25  16:36:45
39013         Log: Tweak embed.pl, regen headers.
39014      Branch: cfgperl
39015            ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
39016            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
39017            ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
39018            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
39019            ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
39020 ____________________________________________________________________________
39021 [  6236] By: jhi                                   on 2000/06/25  15:26:42
39022         Log: Regen headers.
39023      Branch: cfgperl
39024            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
39025            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
39026            ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
39027            ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
39028            ! regnodes.h warnings.h
39029 ____________________________________________________________________________
39030 [  6235] By: jhi                                   on 2000/06/23  19:39:35
39031         Log: The thread begun by
39032              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
39033              From: Kevin.Ruscoe@ubsw.com
39034              Date: Fri, 16 Jun 2000 16:38:51 +0100
39035              Message-Id: <H000019b03c300d6@MHS>
39036      Branch: cfgperl
39037            ! hints/solaris_2.sh
39038 ____________________________________________________________________________
39039 [  6234] By: jhi                                   on 2000/06/23  19:23:36
39040         Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
39041              because when run as services (Win32ese for daemons)
39042              no environment variables are set and tmpdir ends up as /tmp,
39043              which is ambiguous.
39044              
39045              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
39046              From: matt@sergeant.org
39047              Date: 16 Jun 2000 16:30:43 -0000
39048              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
39049      Branch: cfgperl
39050            ! lib/File/Spec/Win32.pm
39051 ____________________________________________________________________________
39052 [  6233] By: jhi                                   on 2000/06/23  19:18:58
39053         Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
39054              From: Mark-Jason Dominus <mjd@plover.com>
39055              Date: Fri, 16 Jun 2000 20:53:04 -0400
39056              Message-ID: <20000617005304.8008.qmail@plover.com>
39057      Branch: cfgperl
39058            ! op.h
39059 ____________________________________________________________________________
39060 [  6232] By: jhi                                   on 2000/06/23  16:10:02
39061         Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
39062              From: simon@brecon.co.uk (Simon Cozens)
39063              Date: 19 Jun 2000 15:18:27 GMT
39064              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
39065              
39066              plus update pod/Makefile and regenerate perltoc
39067      Branch: cfgperl
39068            + pod/perlutil.pod
39069            ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
39070 ____________________________________________________________________________
39071 [  6231] By: jhi                                   on 2000/06/23  15:19:18
39072         Log: Subject: [PATCH 5.6.0] cygwin port
39073              From: "Fifer, Eric" <EFifer@sanwaint.com>
39074              Date: Tue, 20 Jun 2000 14:30:58 +0100
39075              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
39076      Branch: cfgperl
39077            ! README.cygwin lib/File/Find.pm
39078 ____________________________________________________________________________
39079 [  6230] By: jhi                                   on 2000/06/23  14:25:21
39080         Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
39081      Branch: cfgperl
39082            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
39083            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
39084            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
39085            ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
39086 ____________________________________________________________________________
39087 [  6229] By: jhi                                   on 2000/06/23  14:13:34
39088         Log: Subject: README.hpux version 0.6.1
39089              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
39090              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
39091              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
39092      Branch: cfgperl
39093            ! README.hpux
39094 ____________________________________________________________________________
39095 [  6228] By: jhi                                   on 2000/06/23  14:07:20
39096         Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
39097              From: Doug MacEachern <dougm@covalent.net>
39098              Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
39099              Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
39100      Branch: cfgperl
39101            ! op.c
39102 ____________________________________________________________________________
39103 [  6227] By: jhi                                   on 2000/06/23  14:01:06
39104         Log: Subject: [PATCH] lib.pm -> lib.pm.PL
39105              From: Doug MacEachern <dougm@covalent.net>
39106              Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
39107              Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
39108      Branch: cfgperl
39109            + lib/lib.pm.PL
39110            - lib/lib.pm
39111            ! MANIFEST Makefile.SH
39112 ____________________________________________________________________________
39113 [  6226] By: jhi                                   on 2000/06/23  13:53:07
39114         Log: Subject: [PATCH] remove forward declarations in Socket.pm
39115              From: Doug MacEachern <dougm@covalent.net>
39116              Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
39117              Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
39118              
39119              From: Doug MacEachern <dougm@covalent.net>
39120              Subject: Re: [PATCH] remove forward declarations in Socket.pm
39121              Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
39122              Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
39123      Branch: cfgperl
39124            ! ext/Socket/Socket.pm op.c
39125 ____________________________________________________________________________
39126 [  6225] By: jhi                                   on 2000/06/23  13:41:52
39127         Log: Add source code filenames to apidoc.
39128              From: simon@brecon.co.uk (Simon Cozens)
39129              Subject: [PATCH embed.pl] Source X-ref
39130              Date: 22 Jun 2000 02:18:49 GMT
39131              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
39132      Branch: cfgperl
39133            ! embed.pl
39134 ____________________________________________________________________________
39135 [  6224] By: jhi                                   on 2000/06/23  13:32:33
39136         Log: A way to avoid English.pm performance hit.
39137              From: root <root@jester.slaysys.com>
39138              Subject: [YAPATCH English.pm] My turn to putt again
39139              Date: Thu, 22 Jun 2000 20:33:58 -0400
39140              Message-Id: <200006230033.UAA05960@jester.slaysys.com>
39141      Branch: cfgperl
39142            ! lib/English.pm t/lib/english.t
39143 ____________________________________________________________________________
39144 [  6223] By: jhi                                   on 2000/06/23  13:27:06
39145         Log: Avoid double close().
39146              Subject: [PATCH] avoid double close()
39147              From: Doug MacEachern <dougm@covalent.net>
39148              Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
39149              Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
39150      Branch: cfgperl
39151            ! doio.c
39152 ____________________________________________________________________________
39153 [  6222] By: jhi                                   on 2000/06/23  13:25:54
39154         Log: doc typo fix
39155              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
39156              From: Ian Phillipps <Ian.Phillipps@iname.com>
39157              Date: Fri, 23 Jun 2000 10:40:58 +0100
39158              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
39159      Branch: cfgperl
39160            ! lib/Pod/Usage.pm
39161 ____________________________________________________________________________
39162 [  6221] By: jhi                                   on 2000/06/23  13:24:15
39163         Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
39164              From: simon@brecon.co.uk (Simon Cozens)
39165              Subject: [PATCH] Eliminate tr///[CU][CU]
39166              Date: 23 Jun 2000 11:05:40 GMT
39167              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
39168      Branch: cfgperl
39169            ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
39170 ____________________________________________________________________________
39171 [  6220] By: jhi                                   on 2000/06/22  16:07:51
39172         Log: Win32 patches from Benjamin Stuhl.
39173      Branch: cfgperl
39174            ! makedef.pl win32/win32.h
39175 ____________________________________________________________________________
39176 [  6219] By: jhi                                   on 2000/06/22  16:06:34
39177         Log: Bytecode patches from Benjamin Stuhl.
39178      Branch: cfgperl
39179            ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
39180            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
39181            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
39182 ____________________________________________________________________________
39183 [  6218] By: jhi                                   on 2000/06/15  23:54:16
39184         Log: Bytecode patches from Benjamin Stuhl.
39185      Branch: cfgperl
39186            ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
39187 ____________________________________________________________________________
39188 [  6217] By: jhi                                   on 2000/06/09  13:38:29
39189         Log: Rename the fdpid locking and integrate with Sarathy.
39190      Branch: cfgperl
39191            ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
39192            ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
39193            ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
39194            ! win32/win32.c
39195           !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
39196 ____________________________________________________________________________
39197 [  6216] By: gsar                                  on 2000/06/08  14:54:21
39198         Log: be more optimal about clearing @_
39199      Branch: perl
39200            ! cop.h
39201 ____________________________________________________________________________
39202 [  6215] By: gsar                                  on 2000/06/08  14:33:04
39203         Log: tweak comment about @DB::args
39204      Branch: perl
39205            ! av.h pp_ctl.c
39206 ____________________________________________________________________________
39207 [  6214] By: gsar                                  on 2000/06/08  13:57:54
39208         Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
39209              caller() wants to populate @DB::args with it (causes a coredump
39210              in Carp::confess())
39211      Branch: perl
39212            ! cop.h t/op/runlevel.t
39213 ____________________________________________________________________________
39214 [  6213] By: gsar                                  on 2000/06/08  07:06:35
39215         Log: back out change#6106 (seems problematic)
39216      Branch: perl
39217            ! hints/solaris_2.sh
39218 ____________________________________________________________________________
39219 [  6212] By: jhi                                   on 2000/06/07  03:10:36
39220         Log: Continuing mopup for #6204.
39221      Branch: cfgperl
39222            ! ext/B/defsubs_h.PL
39223 ____________________________________________________________________________
39224 [  6211] By: jhi                                   on 2000/06/07  02:41:50
39225         Log: Mopup for #6204.
39226              Under the 5005 threads the t/lib/b.t for B::Deparse fails:
39227              Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
39228              This is comes from const() where POK isn't on when expected.
39229      Branch: cfgperl
39230            ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
39231            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
39232            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
39233            ! perlapi.h pod/perlapi.pod
39234 ____________________________________________________________________________
39235 [  6210] By: jhi                                   on 2000/06/07  01:56:29
39236         Log: Mopup for #6207 and #6209.
39237      Branch: cfgperl
39238            ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
39239 ____________________________________________________________________________
39240 [  6209] By: jhi                                   on 2000/06/07  01:33:12
39241         Log: Lock PL_fdpid against race conditions, based on:
39242              Subject: [PATCH 5.6.0]subprocess fixup for threads
39243              From: Dan Sugalski <dan@sidhe.org>
39244              To: perl5-porters@perl.org
39245              Date: Tue, 11 Apr 2000 17:02:32 -0400
39246              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
39247      Branch: cfgperl
39248            ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
39249            ! win32/win32.c
39250 ____________________________________________________________________________
39251 [  6208] By: jhi                                   on 2000/06/07  01:05:23
39252         Log: Regen headers for #6207.
39253      Branch: cfgperl
39254            ! embed.h global.sym objXSUB.h proto.h
39255 ____________________________________________________________________________
39256 [  6207] By: jhi                                   on 2000/06/06  23:43:13
39257         Log: Subject: [PATCH 5.6.0] Threadsafe patches
39258              From: Dan Sugalski <dan@sidhe.org>
39259              To: perl5-porters@perl.org
39260              Date: Mon, 08 May 2000 18:08:13 -0400
39261              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
39262      Branch: cfgperl
39263            ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
39264            ! proto.h sv.h util.c
39265 ____________________________________________________________________________
39266 [  6206] By: jhi                                   on 2000/06/06  23:21:23
39267         Log: Subject: [PATCH] Eliminate $a/$b in pod
39268              From: David Glasser <me@davidglasser.net>
39269              To: perl5-porters@perl.org
39270              Date: Mon, 29 May 2000 21:15:59 -0400
39271              Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
39272      Branch: cfgperl
39273            ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
39274            ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
39275            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
39276            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
39277            ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
39278            ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
39279            ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
39280            ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
39281            ! pod/perlvar.pod pod/perlxs.pod
39282 ____________________________________________________________________________
39283 [  6205] By: jhi                                   on 2000/06/06  23:12:14
39284         Log: Subject: [PATCH] Win32 improvements
39285              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
39286              To: gsar@activestate.com, perl5-porters@perl.org
39287              Date: Mon, 29 May 2000 17:22:24 PDT
39288              Message-ID: <20000530002224.91142.qmail@hotmail.com>
39289              (MUA had mangled many lines by wordwrapping)
39290      Branch: cfgperl
39291            ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
39292 ____________________________________________________________________________
39293 [  6204] By: jhi                                   on 2000/06/06  23:01:50
39294         Log: Subject: [PATCH] B::Bytecode patches
39295              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
39296              To: gsar@activestate.com, jhi@iki.fi
39297              Cc: perl5-porters@perl.org
39298              Message-ID: <20000602202526.48694.qmail@hotmail.com>
39299              (MUA had mangled many lines by wordwrapping)
39300      Branch: cfgperl
39301            ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
39302            ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
39303            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
39304            ! intrpvar.h perl.c
39305 ____________________________________________________________________________
39306 [  6203] By: jhi                                   on 2000/06/06  22:32:43
39307         Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
39308              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
39309              Date: Tue, 06 Jun 2000 13:07:45 -0700
39310              Message-ID: <RoVP5gzkgmTL092yn@efn.org>
39311      Branch: cfgperl
39312            ! pod/perldiag.pod
39313 ____________________________________________________________________________
39314 [  6202] By: jhi                                   on 2000/06/06  19:38:35
39315         Log: Integrate with Sarathy.
39316      Branch: cfgperl
39317           !> perl.c
39318 ____________________________________________________________________________
39319 [  6201] By: gsar                                  on 2000/06/06  00:42:59
39320         Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
39321              does a PUSHMARK that's never ever POPMARKed; in general, only
39322              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
39323              Perl_eval_[sp]v() don't because they don't take any incoming
39324              arguments (this leak has been around since the original version
39325              of perl_eval_pv() in 5.003_97e)
39326      Branch: perl
39327            ! perl.c
39328 ____________________________________________________________________________
39329 [  6200] By: jhi                                   on 2000/06/04  03:44:52
39330         Log: Update to cperl-mode.el 4.31 from
39331              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
39332              Subject: A couple of notes
39333              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39334              To: Mailing list Perl5 <perl5-porters@perl.org>
39335              Date: Sat, 3 Jun 2000 23:33:32 -0400
39336              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
39337      Branch: cfgperl
39338            ! emacs/cperl-mode.el
39339 ____________________________________________________________________________
39340 [  6199] By: jhi                                   on 2000/06/03  15:11:05
39341         Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
39342              From: Dan Sugalski <dan@sidhe.org>
39343              To: perl5-porters@perl.org, vmsperl@perl.org
39344              Date: Fri, 02 Jun 2000 17:30:51 -0400
39345              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
39346      Branch: cfgperl
39347            ! vms/descrip_mms.template vms/gen_shrfls.pl
39348 ____________________________________________________________________________
39349 [  6198] By: jhi                                   on 2000/06/03  14:59:15
39350         Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
39351              From: Dan Sugalski <dan@sidhe.org>
39352              To: vmsperl@perl.org, perl5-porters@perl.org
39353              Date: Fri, 02 Jun 2000 16:00:41 -0400
39354              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
39355              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
39356      Branch: cfgperl
39357            ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
39358            ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
39359            ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
39360 ____________________________________________________________________________
39361 [  6197] By: jhi                                   on 2000/06/03  14:41:30
39362         Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
39363              From: John Borwick <jhborwic@unity.ncsu.edu>
39364              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
39365              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
39366      Branch: cfgperl
39367            ! pod/perlsyn.pod
39368 ____________________________________________________________________________
39369 [  6196] By: jhi                                   on 2000/06/03  14:38:09
39370         Log: Integrate with Sarathy.
39371      Branch: cfgperl
39372           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
39373           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
39374           !> vms/perly_c.vms
39375 ____________________________________________________________________________
39376 [  6195] By: gsar                                  on 2000/06/02  22:43:13
39377         Log: fix yet another eval"" leak under USE_ITHREADS
39378      Branch: perl
39379            ! op.c
39380 ____________________________________________________________________________
39381 [  6194] By: gsar                                  on 2000/06/02  18:22:06
39382         Log: fix small eval"" memory leaks under USE_ITHREADS
39383      Branch: perl
39384            ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
39385            ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
39386            ! vms/perly_c.vms
39387 ____________________________________________________________________________
39388 [  6193] By: jhi                                   on 2000/06/01  13:03:56
39389         Log: Signals-be-gone for microperl.
39390      Branch: cfgperl
39391            ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
39392 ____________________________________________________________________________
39393 [  6192] By: jhi                                   on 2000/06/01  12:52:02
39394         Log: Integrate with Sarathy.
39395      Branch: cfgperl
39396           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
39397           !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
39398           !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
39399           !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
39400           !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
39401           !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
39402           !> t/op/vec.t utils/h2xs.PL
39403 ____________________________________________________________________________
39404 [  6191] By: gsar                                  on 2000/06/01  09:38:21
39405         Log: vec() loses numericalness (modified version of patch suggested
39406              by Robin Barker)
39407      Branch: perl
39408            ! doop.c t/op/vec.t
39409 ____________________________________________________________________________
39410 [  6190] By: gsar                                  on 2000/06/01  09:26:15
39411         Log: submit missing embed.pl change
39412      Branch: perl
39413            ! embed.pl
39414 ____________________________________________________________________________
39415 [  6189] By: gsar                                  on 2000/06/01  09:05:34
39416         Log: counting tr/// corrupts later operation (from M.J.T Guy)
39417      Branch: perl
39418            ! doop.c t/op/tr.t
39419 ____________________________________________________________________________
39420 [  6188] By: gsar                                  on 2000/06/01  08:58:39
39421         Log: h2xs tweaks
39422      Branch: perl
39423            ! utils/h2xs.PL
39424 ____________________________________________________________________________
39425 [  6187] By: gsar                                  on 2000/06/01  08:50:07
39426         Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
39427              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
39428      Branch: perl
39429            + lib/Pod/LaTeX.pm
39430            ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
39431            ! pod/pod2latex.PL
39432 ____________________________________________________________________________
39433 [  6186] By: gsar                                  on 2000/06/01  08:24:40
39434         Log: further qualify references to "alphanumeric" (from Wolfgang Laun
39435              <wolfgang.laun@alcatel.at>)
39436      Branch: perl
39437            ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
39438            ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
39439 ____________________________________________________________________________
39440 [  6185] By: gsar                                  on 2000/06/01  08:12:00
39441         Log: remove incorrect documentation about implicit split to @_ in
39442              list context, which never really worked in perl 5 (from
39443              M.J.T. Guy)
39444      Branch: perl
39445            ! pod/perlfunc.pod pod/perltrap.pod
39446 ____________________________________________________________________________
39447 [  6184] By: gsar                                  on 2000/06/01  07:52:27
39448         Log: tweak for change#6127
39449      Branch: perl
39450            ! perl.c
39451 ____________________________________________________________________________
39452 [  6183] By: gsar                                  on 2000/06/01  07:41:02
39453         Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
39454              <nick@ccl4.org>)
39455      Branch: perl
39456            + t/lib/selfloader.t
39457            ! MANIFEST lib/SelfLoader.pm
39458 ____________________________________________________________________________
39459 [  6182] By: jhi                                   on 2000/06/01  00:34:42
39460         Log: Be Cleaner Part Deux.
39461      Branch: cfgperl
39462            ! Makefile.SH
39463 ____________________________________________________________________________
39464 [  6181] By: jhi                                   on 2000/06/01  00:32:09
39465         Log: Integrate with Sarathy.
39466      Branch: cfgperl
39467           !> pp.c t/op/arith.t
39468 ____________________________________________________________________________
39469 [  6180] By: jhi                                   on 2000/06/01  00:31:13
39470         Log: microperl nits from Simon Cozens.
39471      Branch: cfgperl
39472            + uconfig.h
39473            ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
39474            ! unixish.h
39475 ____________________________________________________________________________
39476 [  6179] By: gsar                                  on 2000/05/31  22:37:51
39477         Log: buggy modulus on UVs introduced by change#3378 (resulted in
39478              4063328477 % 65535 amounting to 27406, instead of 27407)
39479      Branch: perl
39480            ! pp.c t/op/arith.t
39481 ____________________________________________________________________________
39482 [  6178] By: jhi                                   on 2000/05/31  21:52:41
39483         Log: Be cleaner.
39484      Branch: cfgperl
39485            ! Makefile.SH
39486 ____________________________________________________________________________
39487 [  6177] By: jhi                                   on 2000/05/31  21:47:33
39488         Log: Substitution utf8 patch from Simon Cozens.
39489      Branch: cfgperl
39490            ! pp_hot.c
39491 ____________________________________________________________________________
39492 [  6176] By: jhi                                   on 2000/05/31  21:45:34
39493         Log: Single-quoted utf8 patch from Simon Cozens.
39494      Branch: cfgperl
39495            ! toke.c
39496 ____________________________________________________________________________
39497 [  6175] By: jhi                                   on 2000/05/31  21:40:18
39498         Log: Integrate with Sarathy.
39499      Branch: cfgperl
39500           !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
39501 ____________________________________________________________________________
39502 [  6174] By: jhi                                   on 2000/05/31  21:37:31
39503         Log: microperl changes from Simon Cozens; Makefile for microperl
39504              written from scratch; few casts added as microperl compilation
39505              doesn't have all prototypes available.
39506      Branch: cfgperl
39507            + Makefile.micro README.micro Todo.micro uconfig.sh
39508            ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
39509            ! perl.c perl.h perlio.c unixish.h utf8.c util.c
39510      Branch: metaconfig
39511            + U/modified/Config_h.U
39512 ____________________________________________________________________________
39513 [  6173] By: jhi                                   on 2000/05/31  20:00:24
39514         Log: metaconfig maintenance.
39515      Branch: metaconfig
39516            + U/modified/Inhdr.U U/typedefs/inotype.U
39517      Branch: metaconfig/U/perl
39518            + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
39519            + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
39520 ____________________________________________________________________________
39521 [  6172] By: gsar                                  on 2000/05/31  05:05:42
39522         Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
39523              (from Ilya Zakharevich)
39524      Branch: perl
39525            ! regexec.c t/op/re_tests
39526 ____________________________________________________________________________
39527 [  6171] By: gsar                                  on 2000/05/31  05:01:47
39528         Log: scalar() doesn't force scalar context when used in void context
39529              (from Simon Cozens)
39530      Branch: perl
39531            ! op.c t/op/wantarray.t
39532 ____________________________________________________________________________
39533 [  6170] By: gsar                                  on 2000/05/31  04:41:33
39534         Log: change#6142 needs tweaks to tests to work where there's no symlink()
39535              (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
39536      Branch: perl
39537            ! t/lib/filefind.t
39538 ____________________________________________________________________________
39539 [  6169] By: gsar                                  on 2000/05/31  04:29:49
39540         Log: integrate cfgperl contents into mainline
39541      Branch: perl
39542           +> pod/perlmodlib.PL pod/perlnewmod.pod
39543           !> (integrate 42 files)
39544 ____________________________________________________________________________
39545 [  6168] By: jhi                                   on 2000/05/30  22:53:37
39546         Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
39547      Branch: cfgperl
39548            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
39549            ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
39550            ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
39551            ! win32/config.bc win32/config.gc win32/config.vc
39552            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
39553            ! win32/config_h.PL win32/config_sh.PL
39554      Branch: metaconfig/U/perl
39555            ! perlxv.U
39556 ____________________________________________________________________________
39557 [  6167] By: jhi                                   on 2000/05/30  22:20:21
39558         Log: tweak todo 
39559      Branch: cfgperl
39560            ! Todo-5.6
39561 ____________________________________________________________________________
39562 [  6166] By: jhi                                   on 2000/05/30  22:11:51
39563         Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
39564              in case somebody wants to write an extension for more
39565              shadow database interfaces.
39566      Branch: cfgperl
39567            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
39568            ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
39569            ! vos/config.def vos/config.h vos/config_h.SH_orig
39570            ! win32/config.bc win32/config.gc win32/config.vc
39571            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
39572      Branch: metaconfig
39573            ! U/modified/Myinit.U
39574      Branch: metaconfig/U/perl
39575            + d_getespwnam.U d_getprpwnam.U i_prot.U
39576 ____________________________________________________________________________
39577 [  6165] By: jhi                                   on 2000/05/30  18:35:34
39578         Log: Integrate with Sarathy.
39579      Branch: cfgperl
39580           !> op.c
39581 ____________________________________________________________________________
39582 [  6164] By: jhi                                   on 2000/05/30  18:30:16
39583         Log: detypo
39584      Branch: cfgperl
39585            ! Configure config_h.SH
39586      Branch: metaconfig/U/perl
39587            ! perlxv.U
39588 ____________________________________________________________________________
39589 [  6163] By: gsar                                  on 2000/05/30  03:24:03
39590         Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
39591      Branch: perl
39592            ! op.c
39593 ____________________________________________________________________________
39594 [  6162] By: gsar                                  on 2000/05/30  03:09:38
39595         Log: fix memory leak in method call optimization (change#3768);
39596              made C<eval "$x->foo()"> leak
39597      Branch: perl
39598            ! op.c
39599 ____________________________________________________________________________
39600 [  6161] By: jhi                                   on 2000/05/29  17:56:26
39601         Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
39602              both from Simon Cozens.
39603      Branch: cfgperl
39604            + pod/perlmodlib.PL pod/perlnewmod.pod
39605            ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
39606            ! pod/perlmodlib.pod pod/perltoc.pod
39607 ____________________________________________________________________________
39608 [  6160] By: jhi                                   on 2000/05/29  17:23:55
39609         Log: Changes for the File::Temp 0.08 (change #6159) test suite
39610              to fit better into the Perl distribution test framework.
39611      Branch: cfgperl
39612            ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
39613            ! t/lib/ftmp-tempfile.t
39614 ____________________________________________________________________________
39615 [  6159] By: jhi                                   on 2000/05/29  16:55:36
39616         Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
39617      Branch: cfgperl
39618            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
39619            ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
39620 ____________________________________________________________________________
39621 [  6158] By: bailey                                on 2000/05/29  16:22:08
39622         Log: Add fallback to tmpfile for use in cases where user's relying on
39623              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
39624              Lane's patch)
39625      Branch: vmsperl
39626            ! vms/vms.c vms/vmsish.h
39627 ____________________________________________________________________________
39628 [  6157] By: jhi                                   on 2000/05/29  03:10:36
39629         Log: Regen Configure to jive with #6149.
39630      Branch: cfgperl
39631            ! Configure
39632      Branch: metaconfig
39633            ! U/modified/Getfile.U
39634 ____________________________________________________________________________
39635 [  6156] By: jhi                                   on 2000/05/29  03:01:38
39636         Log: Integrate with Sarathy.
39637      Branch: cfgperl
39638           +> ext/DynaLoader/dl_mac.xs
39639           !> (integrate 38 files)
39640 ____________________________________________________________________________
39641 [  6155] By: gsar                                  on 2000/05/28  21:15:58
39642         Log: small bug in change#6144; remove random \xA0 character that snuck
39643              in via change#6145
39644      Branch: perl
39645            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
39646 ____________________________________________________________________________
39647 [  6154] By: gsar                                  on 2000/05/28  21:04:19
39648         Log: avoid type mismatch warning
39649      Branch: perl
39650            ! perl.c
39651 ____________________________________________________________________________
39652 [  6153] By: gsar                                  on 2000/05/28  20:58:31
39653         Log: prettier Test::Harness output on failed tests (from Nicholas Clark
39654              <nick@Bagpuss.uk.boo.com>)
39655      Branch: perl
39656            ! lib/Test/Harness.pm
39657 ____________________________________________________________________________
39658 [  6152] By: gsar                                  on 2000/05/28  20:53:42
39659         Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
39660      Branch: perl
39661            ! regexec.c
39662 ____________________________________________________________________________
39663 [  6151] By: gsar                                  on 2000/05/28  20:50:28
39664         Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
39665      Branch: perl
39666            ! regexec.c
39667 ____________________________________________________________________________
39668 [  6150] By: gsar                                  on 2000/05/28  20:39:58
39669         Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
39670      Branch: perl
39671            ! pod/perlrequick.pod
39672 ____________________________________________________________________________
39673 [  6149] By: gsar                                  on 2000/05/28  20:35:16
39674         Log: OS/2 tweaks for usethreads build (from Rocco Caputo
39675              <troc@netrus.net>)
39676      Branch: perl
39677            ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
39678            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
39679            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
39680            ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
39681 ____________________________________________________________________________
39682 [  6148] By: gsar                                  on 2000/05/28  20:21:07
39683         Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
39684      Branch: perl
39685            ! lib/ExtUtils/MM_Unix.pm
39686 ____________________________________________________________________________
39687 [  6147] By: gsar                                  on 2000/05/28  20:12:41
39688         Log: add a make entry to Config.pm so "perl -V:make" works on VMS
39689              (from Peter Prymmer)
39690      Branch: perl
39691            ! vms/subconfigure.com
39692 ____________________________________________________________________________
39693 [  6146] By: gsar                                  on 2000/05/28  20:06:15
39694         Log: doc typo
39695      Branch: perl
39696            ! lib/warnings.pm warnings.h warnings.pl
39697 ____________________________________________________________________________
39698 [  6145] By: gsar                                  on 2000/05/28  18:44:33
39699         Log: make xsubpp skip embedded pod (from Matthias Neeracher
39700              <neeri@iis.ee.ethz.ch>)
39701      Branch: perl
39702            ! lib/ExtUtils/xsubpp
39703 ____________________________________________________________________________
39704 [  6144] By: gsar                                  on 2000/05/28  18:42:49
39705         Log: MacOS support, part 2: make AutoSplit use File::Spec instead
39706              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
39707              <neeri@iis.ee.ethz.ch>)
39708      Branch: perl
39709            ! lib/AutoSplit.pm
39710 ____________________________________________________________________________
39711 [  6143] By: gsar                                  on 2000/05/28  18:41:12
39712         Log: MacOS support, part 1 (from Matthias Neeracher
39713              <neeri@iis.ee.ethz.ch>)
39714      Branch: perl
39715            + ext/DynaLoader/dl_mac.xs
39716            ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
39717            ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
39718            ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
39719            ! util.h
39720 ____________________________________________________________________________
39721 [  6142] By: gsar                                  on 2000/05/28  18:21:51
39722         Log: File::Find fails to chdir when chasing symlinks (from
39723              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
39724      Branch: perl
39725            ! lib/File/Find.pm t/lib/filefind.t
39726 ____________________________________________________________________________
39727 [  6141] By: jhi                                   on 2000/05/28  14:25:15
39728         Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
39729              forwarded by Peter Seebach from the bsdi-users mailing list.
39730              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
39731      Branch: perl
39732            ! hints/bsdos.sh
39733 ____________________________________________________________________________
39734 [  6140] By: jhi                                   on 2000/05/28  14:11:57
39735         Log: Integrate with Sarathy.
39736      Branch: cfgperl
39737           +> (branch 30 files)
39738           !> (integrate 93 files)
39739 ____________________________________________________________________________
39740 [  6139] By: gsar                                  on 2000/05/28  10:01:48
39741         Log: revise mktables.PL for bugs and newness in Unicode 3.0
39742              (from James Bence <jbence@amgen.com>)
39743      Branch: perl
39744            + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
39745            + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
39746            + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
39747            + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
39748            + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
39749            + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
39750            + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
39751            + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
39752            + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
39753            + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
39754            + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
39755            + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
39756            + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
39757            + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
39758            + lib/unicode/Is/SylWU.pl
39759            ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
39760            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
39761            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
39762            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
39763            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
39764            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
39765            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
39766            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
39767            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
39768            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
39769            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
39770            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
39771            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
39772            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
39773            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
39774            ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
39775            ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
39776            ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
39777            ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
39778            ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
39779            ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
39780            ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
39781            ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
39782            ! lib/unicode/Makefile lib/unicode/mktables.PL
39783 ____________________________________________________________________________
39784 [  6138] By: gsar                                  on 2000/05/28  08:50:32
39785         Log: add note about the handling of negative indices to tied arrays
39786              (from Michael G Schwern <schwern@pobox.com>)
39787      Branch: perl
39788            ! pod/perltie.pod
39789 ____________________________________________________________________________
39790 [  6137] By: gsar                                  on 2000/05/28  08:46:10
39791         Log: fix bogus redeclaration warning for "our" variables in different
39792              scopes
39793      Branch: perl
39794            ! op.c t/pragma/strict-vars
39795 ____________________________________________________________________________
39796 [  6136] By: gsar                                  on 2000/05/28  08:31:20
39797         Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
39798      Branch: perl
39799            ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
39800 ____________________________________________________________________________
39801 [  6135] By: gsar                                  on 2000/05/28  08:17:50
39802         Log: enable Test::Harness to dynamically determine column width etc.
39803              (from Rob Napier <rnapier@employees.org>)
39804      Branch: perl
39805            ! lib/Test/Harness.pm
39806 ____________________________________________________________________________
39807 [  6134] By: gsar                                  on 2000/05/28  08:13:39
39808         Log: make Test::Harness use wait.h/WCOREDUMP if available
39809              (from Ben Tilly <ben_tilly@hotmail.com>)
39810      Branch: perl
39811            ! lib/Test/Harness.pm
39812 ____________________________________________________________________________
39813 [  6133] By: gsar                                  on 2000/05/28  08:08:05
39814         Log: elide bogus test in change#6132
39815      Branch: perl
39816            ! t/pragma/warn/9enabled
39817 ____________________________________________________________________________
39818 [  6132] By: gsar                                  on 2000/05/28  08:03:14
39819         Log: warnings::enabled() doesn't fall back to looking at $^W if
39820              caller isn't using lexical warnings (from Paul Marquess)
39821      Branch: perl
39822            ! pp_ctl.c t/pragma/warn/9enabled
39823 ____________________________________________________________________________
39824 [  6131] By: gsar                                  on 2000/05/28  07:57:47
39825         Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
39826      Branch: perl
39827            ! ext/POSIX/POSIX.pm
39828 ____________________________________________________________________________
39829 [  6130] By: gsar                                  on 2000/05/28  07:29:12
39830         Log: fix places that mean C<"word" character> but say C<alphanumeric
39831              character>
39832      Branch: perl
39833            ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
39834 ____________________________________________________________________________
39835 [  6129] By: gsar                                  on 2000/05/28  07:18:41
39836         Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
39837      Branch: perl
39838            ! vms/test.com
39839 ____________________________________________________________________________
39840 [  6128] By: gsar                                  on 2000/05/28  07:12:55
39841         Log: new perlxstut example for passing/returning refs to arrays
39842              (from David Lowe <dlowe@pootpoot.com>)
39843      Branch: perl
39844            ! pod/perlxstut.pod
39845 ____________________________________________________________________________
39846 [  6127] By: gsar                                  on 2000/05/28  07:02:50
39847         Log: call_method(...,G_EVAL) can longjmp() out if the method probing
39848              failed (from Gisle Aas)
39849      Branch: perl
39850            ! cop.h perl.c
39851 ____________________________________________________________________________
39852 [  6126] By: gsar                                  on 2000/05/28  06:39:53
39853         Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
39854              (reworked variant of patch suggested by Simon Cozens)
39855      Branch: perl
39856            ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
39857            ! pp_hot.c proto.h t/op/gv.t
39858 ____________________________________________________________________________
39859 [  6125] By: gsar                                  on 2000/05/28  05:14:55
39860         Log: enable propagating exception objects via Perl_croak() in XS code
39861              (from Gisle Aas)
39862      Branch: perl
39863            ! util.c
39864 ____________________________________________________________________________
39865 [  6124] By: gsar                                  on 2000/05/28  05:07:28
39866         Log: integrate vmsperl contents into mainline
39867      Branch: perl
39868           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
39869           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
39870           !> vms/vmsish.h
39871 ____________________________________________________________________________
39872 [  6123] By: gsar                                  on 2000/05/28  05:03:53
39873         Log: clarify gotcha with #line directives (from Rocco Caputo
39874              <troc@netrus.net>)
39875      Branch: perl
39876            ! pod/perldebug.pod pod/perlsyn.pod
39877 ____________________________________________________________________________
39878 [  6122] By: gsar                                  on 2000/05/28  04:58:29
39879         Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
39880              (from Mark-Jason Dominus)
39881      Branch: perl
39882            ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
39883            ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
39884            ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
39885            ! toke.c
39886 ____________________________________________________________________________
39887 [  6121] By: bailey                                on 2000/05/25  04:46:54
39888         Log: Allow eliminate_macros() and fixpath() to handle space-delimited
39889              lists (based on fixes by Craig Berry)
39890      Branch: vmsperl
39891            ! lib/File/Spec/VMS.pm
39892 ____________________________________________________________________________
39893 [  6120] By: bailey                                on 2000/05/25  04:25:38
39894         Log: Add missing escape (Charles Lane)
39895      Branch: vmsperl
39896            ! t/op/lex_assign.t
39897 ____________________________________________________________________________
39898 [  6119] By: bailey                                on 2000/05/25  04:21:25
39899         Log: Quiet error messages in vmsish.t (Charles Lane)
39900      Branch: vmsperl
39901            ! vms/ext/vmsish.t
39902 ____________________________________________________________________________
39903 [  6118] By: bailey                                on 2000/05/25  04:17:57
39904         Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
39905              Flatten case labels in switch statements uniformly (Charles Bailey)
39906      Branch: vmsperl
39907            ! vms/vms.c
39908 ____________________________________________________________________________
39909 [  6117] By: bailey                                on 2000/05/25  03:58:09
39910         Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
39911      Branch: vmsperl
39912            ! vms/vmsish.h
39913 ____________________________________________________________________________
39914 [  6116] By: bailey                                on 2000/05/25  03:11:15
39915         Log: Miscellaneous cosmetic fixes (Charles Lane)
39916      Branch: vmsperl
39917            ! lib/ExtUtils/MM_VMS.pm
39918 ____________________________________________________________________________
39919 [  6115] By: bailey                                on 2000/05/25  03:10:36
39920         Log: Add bounds checking for several strings (Charles Lane)
39921      Branch: vmsperl
39922            ! vms/vms.c
39923 ____________________________________________________________________________
39924 [  6114] By: bailey                                on 2000/05/25  02:25:34
39925         Log: Urk -- undo previous removal of vmsish 'exit' change
39926      Branch: vmsperl
39927            ! vms/ext/vmsish.pm vms/vmsish.h
39928 ____________________________________________________________________________
39929 [  6113] By: bailey                                on 2000/05/24  02:24:40
39930         Log: Ugly workaround for version-specific RTL error
39931      Branch: vmsperl
39932            ! vms/vms.c
39933 ____________________________________________________________________________
39934 [  6112] By: bailey                                on 2000/05/24  02:19:55
39935         Log: Check for existence of file before trying to delete
39936      Branch: vmsperl
39937            ! vms/test.com
39938 ____________________________________________________________________________
39939 [  6111] By: bailey                                on 2000/05/23  23:35:13
39940         Log: Resync with mainline prior to post-5.6.0 updates
39941      Branch: vmsperl
39942           +> (branch 49 files)
39943            - t/lib/thread.t t/op/64bit.t t/op/nothread.t
39944            ! vms/ext/vmsish.pm
39945           !> (integrate 334 files)
39946 ____________________________________________________________________________
39947 [  6110] By: jhi                                   on 2000/05/23  19:28:32
39948         Log: todo tweak
39949      Branch: cfgperl
39950            ! Todo-5.6
39951 ____________________________________________________________________________
39952 [  6109] By: jhi                                   on 2000/05/18  17:38:54
39953         Log: Integrate with Sarathy.
39954      Branch: cfgperl
39955           !> mg.c perl.h win32/perlhost.h
39956 ____________________________________________________________________________
39957 [  6108] By: gsar                                  on 2000/05/17  02:24:56
39958         Log: reenable fake signal handling on Windows, bugs and all
39959      Branch: perl
39960            ! mg.c perl.h win32/perlhost.h
39961 ____________________________________________________________________________
39962 [  6107] By: jhi                                   on 2000/05/15  18:01:41
39963         Log: Tweak the todo list.
39964      Branch: cfgperl
39965            ! Todo-5.6
39966 ____________________________________________________________________________
39967 [  6106] By: jhi                                   on 2000/05/15  13:41:48
39968         Log: The (Configure) script refuses to go on, after asking for
39969              'You may also choose to try maximal 64-bitness....'.
39970              If answer is yes the script can't find the 'workshoplibpth.cbu' file.
39971              -- Patrick Zima
39972              p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de> 
39973      Branch: cfgperl
39974            ! hints/solaris_2.sh
39975 ____________________________________________________________________________
39976 [  6105] By: jhi                                   on 2000/05/11  14:37:43
39977         Log: Integrate with Sarathy.
39978      Branch: cfgperl
39979           !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
39980           !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
39981 ____________________________________________________________________________
39982 [  6104] By: gsar                                  on 2000/05/11  03:39:07
39983         Log: PL_sys_intern was being initialized too late on windows
39984      Branch: perl
39985            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
39986            ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
39987 ____________________________________________________________________________
39988 [  6103] By: jhi                                   on 2000/05/09  19:42:20
39989         Log: Test tweaking for Unicos continues.
39990      Branch: cfgperl
39991            ! t/op/64bitint.t
39992 ____________________________________________________________________________
39993 [  6102] By: jhi                                   on 2000/05/09  16:47:27
39994         Log: The test suite tweak in #6101 wasn't quite right.
39995      Branch: cfgperl
39996            ! t/lib/complex.t
39997 ____________________________________________________________________________
39998 [  6101] By: jhi                                   on 2000/05/09  15:35:34
39999         Log: Hints and test tweaks for Unicos.
40000      Branch: cfgperl
40001            ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
40002 ____________________________________________________________________________
40003 [  6100] By: jhi                                   on 2000/05/08  21:15:06
40004         Log: More compilation tweakery from Allen Smith.
40005      Branch: cfgperl
40006            ! hints/irix_6.sh
40007 ____________________________________________________________________________
40008 [  6099] By: jhi                                   on 2000/05/08  19:21:18
40009         Log: Tweaks for the cc bugs from Allen Smith.
40010      Branch: cfgperl
40011            ! hints/irix_6.sh
40012 ____________________________________________________________________________
40013 [  6098] By: jhi                                   on 2000/05/08  19:13:37
40014         Log: Add a note about other, yet unsupported, shadow password APIs.
40015      Branch: cfgperl
40016            ! pp_sys.c
40017 ____________________________________________________________________________
40018 [  6097] By: jhi                                   on 2000/05/08  18:46:34
40019         Log: Add a note about possible compilation problems from Allen Smith.
40020      Branch: cfgperl
40021            ! hints/irix_6.sh
40022 ____________________________________________________________________________
40023 [  6096] By: jhi                                   on 2000/05/08  17:33:10
40024         Log: Integrate with Sarathy.
40025      Branch: cfgperl
40026           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
40027           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
40028 ____________________________________________________________________________
40029 [  6095] By: jhi                                   on 2000/05/08  16:21:33
40030         Log: Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
40031              might be useful in future.
40032      Branch: cfgperl
40033            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
40034            ! config_h.SH
40035      Branch: metaconfig
40036            ! U/installdirs/inc_version_list.U
40037      Branch: metaconfig/U/perl
40038            ! perlxv.U
40039 ____________________________________________________________________________
40040 [  6094] By: gsar                                  on 2000/05/08  14:22:22
40041         Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
40042      Branch: perl
40043            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
40044            ! hints/cygwin.sh pp_sys.c
40045 ____________________________________________________________________________
40046 [  6093] By: gsar                                  on 2000/05/08  12:52:28
40047         Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
40048              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
40049      Branch: perl
40050            ! pp_sys.c sv.c win32/perlhost.h
40051 ____________________________________________________________________________
40052 [  6092] By: jhi                                   on 2000/05/07  22:40:34
40053         Log: Regen perltoc with the fixed buildtoc.
40054      Branch: cfgperl
40055            ! pod/perltoc.pod
40056 ____________________________________________________________________________
40057 [  6091] By: jhi                                   on 2000/05/07  22:24:16
40058         Log: Integrate with Sarathy.
40059      Branch: cfgperl
40060           !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
40061           !> t/op/substr.t toke.c
40062 ____________________________________________________________________________
40063 [  6090] By: gsar                                  on 2000/05/07  19:47:07
40064         Log: concat doesn't preserve utf8-ness, and doesn't invalidate
40065              [NI]OK; added tests for both
40066      Branch: perl
40067            ! perl.c pp_hot.c sv.c t/op/substr.t
40068 ____________________________________________________________________________
40069 [  6089] By: gsar                                  on 2000/05/07  18:18:38
40070         Log: buildtoc tweak to fix newline lossage
40071      Branch: perl
40072            ! pod/buildtoc
40073 ____________________________________________________________________________
40074 [  6088] By: jhi                                   on 2000/05/07  16:35:36
40075         Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
40076              because we do not use those.  The HAS_GETSPNAM remains,
40077              though, because we still do use that.
40078      Branch: cfgperl
40079            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
40080            ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
40081            ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
40082            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
40083            ! win32/config.vc win32/config_H.bc win32/config_H.gc
40084            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
40085 ____________________________________________________________________________
40086 [  6087] By: gsar                                  on 2000/05/07  16:05:16
40087         Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
40088      Branch: perl
40089            ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
40090 ____________________________________________________________________________
40091 [  6086] By: jhi                                   on 2000/05/07  15:27:07
40092         Log: Integrate with Sarathy.
40093      Branch: cfgperl
40094           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
40095           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
40096           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
40097           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
40098           !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
40099           !> utils/perlbug.PL vms/vms.c vms/vmsish.h
40100 ____________________________________________________________________________
40101 [  6085] By: gsar                                  on 2000/05/07  05:52:02
40102         Log: repeat operator (x) doesn't preserve utf8-ness
40103      Branch: perl
40104            ! pp.c t/op/substr.t
40105 ____________________________________________________________________________
40106 [  6084] By: gsar                                  on 2000/05/07  05:39:55
40107         Log: substr() does not preserve utf8-ness (from Stefan Eissing
40108              <Eissing@medicaldataservice.de>); added tests
40109      Branch: perl
40110            ! pp.c t/op/substr.t
40111 ____________________________________________________________________________
40112 [  6083] By: gsar                                  on 2000/05/07  05:24:46
40113         Log: note about undocumented caller() return value (from M.J.T. Guy);
40114              yet another peek.t tweak
40115      Branch: perl
40116            ! pod/perlfunc.pod t/lib/peek.t
40117 ____________________________________________________________________________
40118 [  6082] By: gsar                                  on 2000/05/07  05:08:40
40119         Log: peek.t non-portable to ithreads
40120      Branch: perl
40121            ! t/lib/peek.t
40122 ____________________________________________________________________________
40123 [  6081] By: gsar                                  on 2000/05/07  04:17:04
40124         Log: better default perlbug categories for ok reports (from Richard Foley)
40125      Branch: perl
40126            ! utils/perlbug.PL
40127 ____________________________________________________________________________
40128 [  6080] By: gsar                                  on 2000/05/07  04:08:07
40129         Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
40130              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
40131      Branch: perl
40132            + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
40133            + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
40134            ! AUTHORS MAINTAIN MANIFEST
40135 ____________________________________________________________________________
40136 [  6079] By: gsar                                  on 2000/05/07  04:01:38
40137         Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
40138      Branch: perl
40139            ! lib/Carp/Heavy.pm
40140 ____________________________________________________________________________
40141 [  6078] By: gsar                                  on 2000/05/07  01:24:19
40142         Log: workaround for CRT bug in chdir() (from Charles Lane, via
40143              Peter Prymmer)
40144      Branch: perl
40145            ! iperlsys.h vms/vms.c vms/vmsish.h
40146 ____________________________________________________________________________
40147 [  6077] By: gsar                                  on 2000/05/07  01:22:23
40148         Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
40149              and Tom Phoenix)
40150      Branch: perl
40151            ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
40152 ____________________________________________________________________________
40153 [  6076] By: gsar                                  on 2000/05/06  17:36:29
40154         Log: integrate cfgperl contents into mainline
40155      Branch: perl
40156           +> t/lib/peek.t
40157           !> Configure MANIFEST Porting/Glossary Porting/config.sh
40158           !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
40159           !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
40160           !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
40161 ____________________________________________________________________________
40162 [  6075] By: jhi                                   on 2000/05/05  18:56:10
40163         Log: Make the test more portable.
40164      Branch: cfgperl
40165            ! t/lib/peek.t
40166 ____________________________________________________________________________
40167 [  6074] By: jhi                                   on 2000/05/05  18:49:20
40168         Log: Introduce t/lib/peek.t.
40169      Branch: cfgperl
40170            + t/lib/peek.t
40171            ! MANIFEST
40172 ____________________________________________________________________________
40173 [  6073] By: jhi                                   on 2000/05/05  14:30:45
40174         Log: Complex tweaks.
40175      Branch: cfgperl
40176            ! lib/Math/Complex.pm t/lib/complex.t
40177 ____________________________________________________________________________
40178 [  6072] By: jhi                                   on 2000/05/05  12:27:13
40179         Log: Integrate with Sarathy.
40180      Branch: cfgperl
40181           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
40182           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
40183           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
40184           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
40185 ____________________________________________________________________________
40186 [  6071] By: gsar                                  on 2000/05/05  02:24:46
40187         Log: misformatted perllocal.pod (from Tim Jenness
40188              <t.jenness@jach.hawaii.edu>)
40189      Branch: perl
40190            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
40191 ____________________________________________________________________________
40192 [  6070] By: gsar                                  on 2000/05/05  02:16:52
40193         Log: remove misleading comment (from M.J.T. Guy)
40194      Branch: perl
40195            ! t/lib/anydbm.t
40196 ____________________________________________________________________________
40197 [  6069] By: gsar                                  on 2000/05/05  02:15:13
40198         Log: File::Spec compatibility update (from Barrie Slaymaker
40199              <barries@slaysys.com>)
40200      Branch: perl
40201            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
40202            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
40203 ____________________________________________________________________________
40204 [  6068] By: gsar                                  on 2000/05/05  02:01:50
40205         Log: note about values()
40206      Branch: perl
40207            ! pod/perlfunc.pod
40208 ____________________________________________________________________________
40209 [  6067] By: gsar                                  on 2000/05/05  01:33:09
40210         Log: replace direct call to sighandler() with (*PL_sighandlerp)()
40211      Branch: perl
40212            ! win32/win32.c
40213 ____________________________________________________________________________
40214 [  6066] By: gsar                                  on 2000/05/05  01:23:43
40215         Log: s/END/CHECK/
40216      Branch: perl
40217            ! perl.c
40218 ____________________________________________________________________________
40219 [  6065] By: jhi                                   on 2000/05/04  17:30:22
40220         Log: Integrate with Sarathy.
40221      Branch: cfgperl
40222           !> pp_sys.c sv.c t/pragma/utf8.t toke.c
40223 ____________________________________________________________________________
40224 [  6064] By: gsar                                  on 2000/05/04  17:26:14
40225         Log: change#5905 wasn't quite right--it's intent only applies when arguments
40226              to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
40227      Branch: perl
40228            ! pp_sys.c sv.c
40229 ____________________________________________________________________________
40230 [  6063] By: gsar                                  on 2000/05/04  16:52:29
40231         Log: tokeq() could read unallocated field in argument
40232      Branch: perl
40233            ! toke.c
40234 ____________________________________________________________________________
40235 [  6062] By: gsar                                  on 2000/05/04  16:34:51
40236         Log: additional tests for utf8.t
40237      Branch: perl
40238            ! t/pragma/utf8.t
40239 ____________________________________________________________________________
40240 [  6061] By: gsar                                  on 2000/05/04  16:09:28
40241         Log: change#5921 neglected to make eq honor "use bytes"
40242      Branch: perl
40243            ! sv.c
40244 ____________________________________________________________________________
40245 [  6060] By: jhi                                   on 2000/05/04  15:30:16
40246         Log: Integrate with Sarathy.
40247      Branch: cfgperl
40248           !> perl.c regcomp.c t/pragma/utf8.t
40249 ____________________________________________________________________________
40250 [  6059] By: jhi                                   on 2000/05/04  15:26:37
40251         Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
40252              in natively 64-bit platforms where a long is a quad (no need
40253              for long longs).  Also added bias for IVs.
40254      Branch: cfgperl
40255            ! toke.c
40256 ____________________________________________________________________________
40257 [  6058] By: gsar                                  on 2000/05/04  00:19:14
40258         Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
40259              (spotted by Donald Kinzer <dkinzer@premia.com>)
40260      Branch: perl
40261            ! perl.c
40262 ____________________________________________________________________________
40263 [  6057] By: gsar                                  on 2000/05/03  18:34:01
40264         Log: fix broken parsing of /\x{ab}/
40265      Branch: perl
40266            ! regcomp.c t/pragma/utf8.t
40267 ____________________________________________________________________________
40268 [  6056] By: jhi                                   on 2000/05/03  17:57:16
40269         Log: The search of infinity continues, this time simplified.
40270      Branch: cfgperl
40271            ! lib/Math/Complex.pm
40272 ____________________________________________________________________________
40273 [  6055] By: jhi                                   on 2000/05/03  17:45:30
40274         Log: Detypo.
40275      Branch: cfgperl
40276            ! hints/unicos.sh
40277 ____________________________________________________________________________
40278 [  6054] By: jhi                                   on 2000/05/02  22:28:27
40279         Log: Be more forgiving in POSIX about HUGE_VALL.
40280      Branch: cfgperl
40281            ! ext/POSIX/POSIX.xs
40282 ____________________________________________________________________________
40283 [  6053] By: jhi                                   on 2000/05/02  22:25:05
40284         Log: Integrate with Sarathy.
40285      Branch: cfgperl
40286           !> hints/irix_6.sh pod/perlop.pod
40287 ____________________________________________________________________________
40288 [  6052] By: jhi                                   on 2000/05/02  22:24:31
40289         Log: Unicos hint tweak.
40290      Branch: cfgperl
40291            ! hints/unicos.sh
40292 ____________________________________________________________________________
40293 [  6051] By: jhi                                   on 2000/05/02  22:21:26
40294         Log: Complex tweakery.
40295      Branch: cfgperl
40296            ! lib/Math/Complex.pm t/lib/complex.t
40297 ____________________________________________________________________________
40298 [  6050] By: jhi                                   on 2000/05/02  19:26:22
40299         Log: Use setxxent()/endxxent().
40300      Branch: cfgperl
40301            ! t/op/grent.t t/op/pwent.t
40302 ____________________________________________________________________________
40303 [  6049] By: jhi                                   on 2000/05/02  19:06:02
40304         Log: Test both the scalar and list contexts.
40305      Branch: cfgperl
40306            ! t/op/grent.t t/op/pwent.t
40307 ____________________________________________________________________________
40308 [  6048] By: gsar                                  on 2000/05/02  18:29:10
40309         Log: add note about how $( doesn't interpolate in REs (from
40310              Philip Newton <newton@ficus.frogspace.net>)
40311      Branch: perl
40312            ! pod/perlop.pod
40313 ____________________________________________________________________________
40314 [  6047] By: jhi                                   on 2000/05/02  17:41:24
40315         Log: Call getspnam() only iff needd.
40316      Branch: cfgperl
40317            ! pp_sys.c
40318 ____________________________________________________________________________
40319 [  6046] By: gsar                                  on 2000/05/02  17:07:25
40320         Log: libscheck has insufficient checks for n32 libs (from
40321              Albert Chin-A-Young <china@thewrittenword.com>)
40322      Branch: perl
40323            ! hints/irix_6.sh
40324 ____________________________________________________________________________
40325 [  6045] By: jhi                                   on 2000/05/02  13:57:17
40326         Log: Integrate with Sarathy.
40327      Branch: cfgperl
40328           !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
40329           !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
40330 ____________________________________________________________________________
40331 [  6044] By: gsar                                  on 2000/05/02  06:48:19
40332         Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
40333              such that underscores are only ignored in literal numbers,
40334              "\x{...}", and hex/oct argument
40335      Branch: perl
40336            ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
40337 ____________________________________________________________________________
40338 [  6043] By: gsar                                  on 2000/05/02  02:22:29
40339         Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
40340      Branch: perl
40341            ! pod/perlretut.pod
40342 ____________________________________________________________________________
40343 [  6042] By: gsar                                  on 2000/05/02  02:17:51
40344         Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
40345      Branch: perl
40346            ! pod/perltrap.pod
40347 ____________________________________________________________________________
40348 [  6041] By: gsar                                  on 2000/05/02  01:53:51
40349         Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
40350              to compensate
40351      Branch: perl
40352            ! Porting/makerel
40353 ____________________________________________________________________________
40354 [  6040] By: gsar                                  on 2000/05/02  01:51:57
40355         Log: missing files in MANIFEST
40356      Branch: perl
40357            ! MANIFEST
40358 ____________________________________________________________________________
40359 [  6039] By: jhi                                   on 2000/05/02  00:36:46
40360         Log: Infinite problems.
40361      Branch: cfgperl
40362            ! lib/Math/Complex.pm
40363 ____________________________________________________________________________
40364 [  6038] By: jhi                                   on 2000/05/02  00:06:38
40365         Log: pwent/spent #ifdef imbalance.
40366      Branch: cfgperl
40367            ! pp_sys.c
40368 ____________________________________________________________________________
40369 [  6037] By: jhi                                   on 2000/05/01  22:50:11
40370         Log: Use HUGE_VALL if applicable.
40371      Branch: cfgperl
40372            ! ext/POSIX/POSIX.xs util.c
40373 ____________________________________________________________________________
40374 [  6036] By: jhi                                   on 2000/05/01  22:20:53
40375         Log: Correct Freudian slip.
40376      Branch: cfgperl
40377            ! pp_sys.c
40378 ____________________________________________________________________________
40379 [  6035] By: jhi                                   on 2000/05/01  21:07:38
40380         Log: Continue on the pwent/spent case.
40381      Branch: cfgperl
40382            ! pp_sys.c
40383 ____________________________________________________________________________
40384 [  6034] By: jhi                                   on 2000/05/01  17:45:14
40385         Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
40386              adjustments in 6032 conflicted badly with this, will have
40387              to revisit them later.
40388      Branch: cfgperl
40389           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
40390           !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
40391           !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
40392           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
40393           !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
40394           !> t/lib/cgi-html.t t/lib/cgi-request.t
40395 ____________________________________________________________________________
40396 [  6033] By: jhi                                   on 2000/05/01  17:40:49
40397         Log: Rewrite the pwent/spent logic to be a little bit more clearer.
40398      Branch: cfgperl
40399            ! pp_sys.c
40400 ____________________________________________________________________________
40401 [  6032] By: gsar                                  on 2000/05/01  15:56:32
40402         Log: whitespace adjustments
40403      Branch: perl
40404            ! pp_sys.c
40405 ____________________________________________________________________________
40406 [  6031] By: gsar                                  on 2000/05/01  15:19:41
40407         Log: small nits in diagnostics.pm (from Robin Barker)
40408      Branch: perl
40409            ! lib/diagnostics.pm pod/perldiag.pod
40410 ____________________________________________________________________________
40411 [  6030] By: gsar                                  on 2000/05/01  08:39:18
40412         Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
40413              for @- and @+ (from Johan Vromans)
40414      Branch: perl
40415            ! lib/English.pm pod/perlvar.pod
40416 ____________________________________________________________________________
40417 [  6029] By: gsar                                  on 2000/05/01  08:16:10
40418         Log: add CGI.pm v2.66 (from Lincoln Stein)
40419      Branch: perl
40420            + lib/CGI/Util.pm t/lib/cgi-pretty.t
40421            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
40422            ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
40423            ! t/lib/cgi-html.t t/lib/cgi-request.t
40424 ____________________________________________________________________________
40425 [  6028] By: gsar                                  on 2000/05/01  06:34:41
40426         Log: Pod::Man generates groff-incompatible macro definition (from
40427              Tom Christiansen)
40428      Branch: perl
40429            ! lib/Pod/Man.pm
40430 ____________________________________________________________________________
40431 [  6027] By: gsar                                  on 2000/05/01  06:31:36
40432         Log: podlators-1.02 update (from Russ Allbery)
40433      Branch: perl
40434            ! lib/Pod/Man.pm lib/Pod/Text.pm
40435 ____________________________________________________________________________
40436 [  6026] By: jhi                                   on 2000/04/30  23:24:23
40437         Log: Integrate with Sarathy.
40438      Branch: cfgperl
40439           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
40440           !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
40441           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
40442           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
40443           !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
40444           !> t/lib/syslog.t toke.c win32/win32.h
40445 ____________________________________________________________________________
40446 [  6025] By: gsar                                  on 2000/04/30  18:17:47
40447         Log: Is{Alnum,Alpha,Word} don't match titlecase
40448              
40449              TODO: IsSpace is defined recursively!
40450              
40451              (both spotted by Larry)
40452      Branch: perl
40453            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
40454            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
40455 ____________________________________________________________________________
40456 [  6024] By: gsar                                  on 2000/04/30  17:50:19
40457         Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
40458              (from Hugo van der Sanden)
40459      Branch: perl
40460            ! toke.c
40461 ____________________________________________________________________________
40462 [  6023] By: gsar                                  on 2000/04/30  17:14:43
40463         Log: debugger stomps on $. (from M.J.T. Guy)
40464      Branch: perl
40465            ! lib/perl5db.pl
40466 ____________________________________________________________________________
40467 [  6022] By: gsar                                  on 2000/04/30  16:59:22
40468         Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
40469      Branch: perl
40470            ! sv.c
40471 ____________________________________________________________________________
40472 [  6021] By: gsar                                  on 2000/04/29  21:00:08
40473         Log: remove Win2K issue in pod (fixed by change#6020)
40474      Branch: perl
40475            ! README.win32 pod/perl56delta.pod
40476 ____________________________________________________________________________
40477 [  6020] By: gsar                                  on 2000/04/29  20:51:49
40478         Log: test tweak
40479      Branch: perl
40480            ! t/lib/open3.t
40481 ____________________________________________________________________________
40482 [  6019] By: gsar                                  on 2000/04/29  20:34:27
40483         Log: windows portability tweaks
40484      Branch: perl
40485            ! t/lib/b.t win32/win32.h
40486 ____________________________________________________________________________
40487 [  6018] By: gsar                                  on 2000/04/29  19:55:24
40488         Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
40489              make _PATH_LOG() return "" if unavailable
40490      Branch: perl
40491            ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
40492            ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
40493 ____________________________________________________________________________
40494 [  6017] By: jhi                                   on 2000/04/28  22:49:46
40495         Log: Integrate with Sarathy.
40496      Branch: cfgperl
40497           !> op.c perl.c pod/perldiag.pod t/lib/b.t
40498 ____________________________________________________________________________
40499 [  6016] By: jhi                                   on 2000/04/28  22:46:14
40500         Log: Do not warn that an infinity does not look like a number.
40501      Branch: cfgperl
40502            ! sv.c
40503 ____________________________________________________________________________
40504 [  6015] By: gsar                                  on 2000/04/28  22:35:49
40505         Log: tweak test for portability
40506      Branch: perl
40507            ! t/lib/b.t
40508 ____________________________________________________________________________
40509 [  6014] By: gsar                                  on 2000/04/28  22:05:31
40510         Log: glob() loading File::Glob behind the scenes may cause syntax errors
40511      Branch: perl
40512            ! op.c
40513 ____________________________________________________________________________
40514 [  6013] By: gsar                                  on 2000/04/28  21:25:22
40515         Log: tweak change#5945 to display correct switch name in diagnostic
40516      Branch: perl
40517            ! perl.c pod/perldiag.pod
40518 ____________________________________________________________________________
40519 [  6012] By: jhi                                   on 2000/04/28  21:08:12
40520         Log: Integrate with Sarathy.
40521      Branch: cfgperl
40522           !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
40523           !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
40524           !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
40525 ____________________________________________________________________________
40526 [  6011] By: jhi                                   on 2000/04/28  21:04:46
40527         Log: &HUGE_VAL is not defined, it exists.
40528      Branch: cfgperl
40529            ! lib/Math/Complex.pm
40530 ____________________________________________________________________________
40531 [  6010] By: gsar                                  on 2000/04/28  21:02:58
40532         Log: clarify note about shadow password support (from
40533              gellyfish@gellyfish.com)
40534      Branch: perl
40535            ! pod/perlfunc.pod
40536 ____________________________________________________________________________
40537 [  6009] By: gsar                                  on 2000/04/28  21:00:00
40538         Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
40539      Branch: perl
40540            ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
40541 ____________________________________________________________________________
40542 [  6008] By: gsar                                  on 2000/04/28  20:56:33
40543         Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
40544      Branch: perl
40545            ! installperl vms/subconfigure.com
40546 ____________________________________________________________________________
40547 [  6007] By: gsar                                  on 2000/04/28  20:51:21
40548         Log: note about compile failures and END blocks (from M.J.T. Guy)
40549      Branch: perl
40550            ! pod/perl56delta.pod pod/perlmod.pod
40551 ____________________________________________________________________________
40552 [  6006] By: jhi                                   on 2000/04/28  20:42:14
40553         Log: Regen Configure.
40554      Branch: cfgperl
40555            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
40556            ! config_h.SH
40557 ____________________________________________________________________________
40558 [  6005] By: gsar                                  on 2000/04/28  20:41:16
40559         Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
40560      Branch: perl
40561            ! utils/perldoc.PL
40562 ____________________________________________________________________________
40563 [  6004] By: jhi                                   on 2000/04/28  20:28:21
40564         Log: Integrate with Sarathy.
40565      Branch: cfgperl
40566           !> Configure INSTALL Porting/Glossary Porting/config.sh
40567           !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
40568           !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
40569           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
40570           !> win32/config.vc win32/win32.c
40571 ____________________________________________________________________________
40572 [  6003] By: gsar                                  on 2000/04/28  20:11:20
40573         Log: allow REG_EXPAND_SZ keys in Windows registry (from
40574              John Clayton <John.Clayton@barclayscapital.com>)
40575      Branch: perl
40576            ! win32/win32.c
40577 ____________________________________________________________________________
40578 [  6002] By: gsar                                  on 2000/04/28  19:34:16
40579         Log: destructive sv_setsv() can lose UV-ness from source, causing
40580              numeric promotions/comparisons to fail to do the right thing
40581      Branch: perl
40582            ! sv.c
40583 ____________________________________________________________________________
40584 [  6001] By: gsar                                  on 2000/04/28  18:44:15
40585         Log: support additional library locations via $Config{otherlibdirs}
40586              (from Andy Dougherty)
40587      Branch: perl
40588            ! Configure INSTALL Porting/Glossary Porting/config.sh
40589            ! Porting/config_H config_h.SH epoc/config.sh perl.c
40590            ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
40591            ! win32/config.bc win32/config.gc win32/config.vc
40592 ____________________________________________________________________________
40593 [  6000] By: gsar                                  on 2000/04/28  18:26:58
40594         Log: reworked otherlibdirs.U (from Andy Dougherty)
40595      Branch: metaconfig
40596            ! U/installdirs/otherlibdirs.U
40597 ____________________________________________________________________________
40598 [  5999] By: gsar                                  on 2000/04/28  18:17:07
40599         Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
40600      Branch: perl
40601            ! t/pragma/warn/toke toke.c
40602 ____________________________________________________________________________
40603 [  5998] By: jhi                                   on 2000/04/28  13:32:17
40604         Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
40605      Branch: cfgperl
40606            ! lib/Math/Complex.pm
40607 ____________________________________________________________________________
40608 [  5997] By: jhi                                   on 2000/04/28  13:14:04
40609         Log: Preserve $!.
40610      Branch: cfgperl
40611            ! lib/Math/Complex.pm
40612 ____________________________________________________________________________
40613 [  5996] By: jhi                                   on 2000/04/28  12:59:23
40614         Log: Integrate with Sarathy.
40615      Branch: cfgperl
40616           +> pod/perlrequick.pod pod/perlretut.pod
40617           !> (integrate 51 files)
40618 ____________________________________________________________________________
40619 [  5995] By: gsar                                  on 2000/04/28  09:37:36
40620         Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
40621      Branch: perl
40622            ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
40623 ____________________________________________________________________________
40624 [  5994] By: gsar                                  on 2000/04/28  09:33:26
40625         Log: fix for missed accounting for null byte in pack("Z",...) (from
40626              M.J.T. Guy)
40627      Branch: perl
40628            ! pp.c t/op/pack.t
40629 ____________________________________________________________________________
40630 [  5993] By: gsar                                  on 2000/04/28  09:30:05
40631         Log: various minor tweaks seen on p5p
40632      Branch: perl
40633            ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
40634 ____________________________________________________________________________
40635 [  5992] By: gsar                                  on 2000/04/28  09:08:19
40636         Log: pod nit (from Simon Cozens)
40637      Branch: perl
40638            ! pod/perlop.pod
40639 ____________________________________________________________________________
40640 [  5991] By: gsar                                  on 2000/04/28  09:06:36
40641         Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
40642      Branch: perl
40643            ! README.posix-bc hints/posix-bc.sh
40644 ____________________________________________________________________________
40645 [  5990] By: gsar                                  on 2000/04/28  08:54:52
40646         Log: use $ENV{LIB} to search for libs under Visual C compiler
40647              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
40648      Branch: perl
40649            ! lib/ExtUtils/Liblist.pm
40650 ____________________________________________________________________________
40651 [  5989] By: gsar                                  on 2000/04/28  08:27:12
40652         Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
40653              itself and no other (from Tom Hughes)
40654      Branch: perl
40655            ! t/op/array.t toke.c
40656 ____________________________________________________________________________
40657 [  5988] By: gsar                                  on 2000/04/28  08:01:38
40658         Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
40659              <paul@miraclefish.com>)
40660      Branch: perl
40661            ! lib/ExtUtils/MakeMaker.pm
40662 ____________________________________________________________________________
40663 [  5987] By: gsar                                  on 2000/04/28  07:53:09
40664         Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
40665      Branch: perl
40666            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
40667 ____________________________________________________________________________
40668 [  5986] By: gsar                                  on 2000/04/28  07:44:17
40669         Log: add regular expressions tutorial and quick-start guide (from
40670              Mark Kvale <kvale@phy.ucsf.edu>)
40671      Branch: perl
40672            + pod/perlrequick.pod pod/perlretut.pod
40673            ! AUTHORS MAINTAIN MANIFEST
40674 ____________________________________________________________________________
40675 [  5985] By: gsar                                  on 2000/04/28  07:30:28
40676         Log: forked child may not exit correctly if it failed to open
40677              /dev/console (from Graham Barr)
40678      Branch: perl
40679            ! ext/Sys/Syslog/Syslog.pm
40680 ____________________________________________________________________________
40681 [  5984] By: gsar                                  on 2000/04/28  07:27:20
40682         Log: attributes::reftype() doesn't work on tied argument
40683      Branch: perl
40684            ! xsutils.c
40685 ____________________________________________________________________________
40686 [  5983] By: gsar                                  on 2000/04/28  07:15:04
40687         Log: numeric conversion of non-number in change#3378 tramples on
40688              OOK offset, causing segfaults
40689      Branch: perl
40690            ! sv.c
40691 ____________________________________________________________________________
40692 [  5982] By: gsar                                  on 2000/04/28  04:48:25
40693         Log: avoid error in IO::Socket::INET when given an unknown service name
40694              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
40695      Branch: perl
40696            ! ext/IO/lib/IO/Socket/INET.pm
40697 ____________________________________________________________________________
40698 [  5981] By: gsar                                  on 2000/04/28  04:31:31
40699         Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
40700              prototype mismatch with CORE::glob(); update pod and tests to
40701              suit (File::Glob::glob() is still available for backward
40702              compatibility, but should be considered deprecated)
40703      Branch: perl
40704            ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
40705            ! t/lib/glob-taint.t
40706 ____________________________________________________________________________
40707 [  5980] By: gsar                                  on 2000/04/28  03:47:29
40708         Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
40709              <ghudson@mit.edu>)
40710      Branch: metaconfig
40711            ! U/modified/Options.U
40712      Branch: perl
40713            ! Configure
40714 ____________________________________________________________________________
40715 [  5979] By: gsar                                  on 2000/04/28  03:07:54
40716         Log: under useithreads, constant pad entries could inadvertantly be
40717              shared across threads (from Eric Blood <eblood@xmission.com>);
40718              added Eric's test case to testsuite
40719      Branch: perl
40720            ! op.c t/op/misc.t
40721 ____________________________________________________________________________
40722 [  5978] By: gsar                                  on 2000/04/27  21:13:00
40723         Log: sync version numbers in File::Spec with the ones on CPAN
40724              (from Barrie Slaymaker)
40725      Branch: perl
40726            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
40727            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
40728            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
40729 ____________________________________________________________________________
40730 [  5977] By: gsar                                  on 2000/04/27  21:07:29
40731         Log: autoquote barewords followed by newline and arrow properly
40732              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
40733      Branch: perl
40734            ! t/pragma/warn/toke toke.c
40735 ____________________________________________________________________________
40736 [  5976] By: gsar                                  on 2000/04/27  20:41:20
40737         Log: DB_File v1.73 update (from Paul Marquess)
40738      Branch: perl
40739            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
40740            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
40741 ____________________________________________________________________________
40742 [  5975] By: gsar                                  on 2000/04/27  20:34:24
40743         Log: allow sort() reentrancy (variant of patch suggested by
40744              Hugo van der Sanden)
40745      Branch: perl
40746            ! pp_ctl.c t/op/sort.t
40747 ____________________________________________________________________________
40748 [  5974] By: gsar                                  on 2000/04/27  19:46:57
40749         Log: change#4197 somehow missed initializing PL_errors, meaning
40750              sytax error queueing wasn't working outside eval"" at all;
40751              also fixed eval"" to localize PL_error_count, so that compile-time
40752              eval's don't clobber the error state of the outer context
40753      Branch: perl
40754            ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
40755            ! t/pragma/warn/toke
40756 ____________________________________________________________________________
40757 [  5973] By: gsar                                  on 2000/04/27  18:29:05
40758         Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
40759      Branch: perl
40760            ! regcomp.c regexec.c t/op/re_tests
40761 ____________________________________________________________________________
40762 [  5972] By: jhi                                   on 2000/04/27  18:22:41
40763         Log: Integrate with Sarathy.
40764      Branch: cfgperl
40765           +> t/lib/b.t t/lib/syslog.t
40766           !> (integrate 31 files)
40767 ____________________________________________________________________________
40768 [  5971] By: jhi                                   on 2000/04/27  18:18:46
40769         Log: Unicos tweaks from Mark P. Lutz.
40770      Branch: cfgperl
40771            ! hints/unicos.sh lib/Math/Complex.pm
40772 ____________________________________________________________________________
40773 [  5970] By: gsar                                  on 2000/04/27  18:05:11
40774         Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
40775              IV is >32bits
40776      Branch: perl
40777            ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
40778 ____________________________________________________________________________
40779 [  5969] By: gsar                                  on 2000/04/27  17:50:56
40780         Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
40781      Branch: perl
40782            + t/lib/syslog.t
40783            ! MANIFEST ext/Sys/Syslog/Syslog.pm
40784 ____________________________________________________________________________
40785 [  5968] By: gsar                                  on 2000/04/27  17:44:49
40786         Log: tolerate spaces in group names in test on solaris (from David Boyce
40787              <dsb@boyski.com>)
40788      Branch: perl
40789            ! t/op/groups.t
40790 ____________________________________________________________________________
40791 [  5967] By: gsar                                  on 2000/04/27  17:41:22
40792         Log: improved docs on the warn_uninit diagnostic (from David Glasser
40793              and Simon Cozens)
40794      Branch: perl
40795            ! pod/perldiag.pod
40796 ____________________________________________________________________________
40797 [  5966] By: gsar                                  on 2000/04/27  16:54:58
40798         Log: add testsuite for B backends, fix bug in B::Deparse (from
40799              Simon Cozens <simon@brecon.co.uk>)
40800      Branch: perl
40801            + t/lib/b.t
40802            ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
40803 ____________________________________________________________________________
40804 [  5965] By: gsar                                  on 2000/04/27  16:10:37
40805         Log: avoid "will not stay shared" warnings for our variables (from
40806              Robin Barker)
40807      Branch: perl
40808            ! op.c t/pragma/warn/op
40809 ____________________________________________________________________________
40810 [  5964] By: gsar                                  on 2000/04/27  07:05:05
40811         Log: reformat to 72 columns (again)
40812      Branch: perl
40813            ! pod/perldiag.pod
40814 ____________________________________________________________________________
40815 [  5963] By: gsar                                  on 2000/04/27  06:28:31
40816         Log: patch from Larry to make (\&) prototype work; added tests for
40817              the same
40818      Branch: perl
40819            ! op.c t/comp/proto.t
40820 ____________________________________________________________________________
40821 [  5962] By: gsar                                  on 2000/04/27  06:15:47
40822         Log: updated README.hpux (from Jeff Okamoto)
40823      Branch: perl
40824            ! README.hpux
40825 ____________________________________________________________________________
40826 [  5961] By: gsar                                  on 2000/04/27  05:55:03
40827         Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
40828      Branch: perl
40829            ! emacs/cperl-mode.el
40830 ____________________________________________________________________________
40831 [  5960] By: gsar                                  on 2000/04/27  05:49:26
40832         Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
40833      Branch: perl
40834            ! INSTALL
40835 ____________________________________________________________________________
40836 [  5959] By: gsar                                  on 2000/04/27  05:33:41
40837         Log: doubled words in pods (from Simon Cozens
40838              <simon.p.cozens@jp.pwcglobal.com>)
40839      Branch: perl
40840            ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
40841            ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
40842            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
40843            ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
40844            ! pod/perltootc.pod
40845 ____________________________________________________________________________
40846 [  5958] By: gsar                                  on 2000/04/27  05:11:39
40847         Log: change#3569 deleted some essential code, revert; avoid use of
40848              atexit() to make DynaLoader work properly on AIX under mod_perl
40849              (from Jens-Uwe Mager <jum@helios.de>)
40850      Branch: perl
40851            ! ext/DynaLoader/dl_aix.xs
40852 ____________________________________________________________________________
40853 [  5957] By: gsar                                  on 2000/04/27  04:54:51
40854         Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
40855      Branch: perl
40856            ! pod/perlmod.pod
40857 ____________________________________________________________________________
40858 [  5956] By: gsar                                  on 2000/04/27  04:51:47
40859         Log: better diagnostics on failed tests (from Ilya Zakharevich)
40860      Branch: perl
40861            ! t/op/lex_assign.t
40862 ____________________________________________________________________________
40863 [  5955] By: gsar                                  on 2000/04/27  04:26:44
40864         Log: longstanding bug exposed by change#3307: sort arguments weren't
40865              compiled with the right wantarray context (ensuing runtime lookup
40866              via block_gimme() was getting the incidental context of the
40867              sort() itself)
40868      Branch: perl
40869            ! op.c t/op/sort.t
40870 ____________________________________________________________________________
40871 [  5954] By: gsar                                  on 2000/04/26  23:42:12
40872         Log: integrate cfgperl contents into mainline
40873      Branch: perl
40874           !> (integrate 30 files)
40875 ____________________________________________________________________________
40876 [  5953] By: jhi                                   on 2000/04/26  23:06:42
40877         Log: Integrate with Sarathy.
40878      Branch: cfgperl
40879           !> README.win32 ext/B/B/Deparse.pm
40880           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
40881           !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
40882           !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
40883           !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
40884           !> utils/perldoc.PL vms/perlvms.pod
40885 ____________________________________________________________________________
40886 [  5952] By: jhi                                   on 2000/04/26  23:03:46
40887         Log: Undo "use integer" addition from 64bitint as it seems
40888              to break most of the subtests in Digital UNIX;
40889              Unicos needs to find another way.
40890      Branch: cfgperl
40891            ! t/op/64bitint.t
40892 ____________________________________________________________________________
40893 [  5951] By: jhi                                   on 2000/04/26  22:57:53
40894         Log: Be more robust on "extreme" (large absolute value)
40895              arguments.  Originally reported by Daniel Connelly
40896              as a problem with asinh() on large negative arguments,
40897              asinh() used to bail out because an argument to log()
40898              ended up being zero.  Ilya Zakharevich proposed using
40899              Taylor's series in such cases, which for such large
40900              arguments is a very good approximation.
40901      Branch: cfgperl
40902            ! lib/Math/Complex.pm t/lib/complex.t
40903 ____________________________________________________________________________
40904 [  5950] By: gsar                                  on 2000/04/25  19:13:12
40905         Log: reformat perldiag to avoid long lines
40906      Branch: perl
40907            ! pod/perldiag.pod
40908 ____________________________________________________________________________
40909 [  5949] By: gsar                                  on 2000/04/25  18:41:11
40910         Log: make perldoc use the pod2man from the same version (from
40911              M.J.T. Guy)
40912      Branch: perl
40913            ! utils/perldoc.PL
40914 ____________________________________________________________________________
40915 [  5948] By: gsar                                  on 2000/04/25  18:21:57
40916         Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
40917              <kompas@kompas.usr.onet.pl>)
40918      Branch: perl
40919            ! lib/vars.pm
40920 ____________________________________________________________________________
40921 [  5947] By: gsar                                  on 2000/04/25  18:11:53
40922         Log: use &dl_error rather than &dl_load_file as the guard for calling
40923              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
40924              statically built perl)
40925      Branch: perl
40926            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
40927 ____________________________________________________________________________
40928 [  5946] By: jhi                                   on 2000/04/25  17:37:54
40929         Log: Document that tr() is not tr(1).
40930      Branch: cfgperl
40931            ! pod/perlop.pod
40932 ____________________________________________________________________________
40933 [  5945] By: gsar                                  on 2000/04/25  16:34:33
40934         Log: make module name mandatory after -M switch; reorder perldiag
40935              alphabetically (from Mark-Jason Dominus)
40936      Branch: perl
40937            ! perl.c pod/perldiag.pod
40938 ____________________________________________________________________________
40939 [  5944] By: jhi                                   on 2000/04/25  01:15:18
40940         Log: On second thoughts frexp() does have two arguments.
40941      Branch: cfgperl
40942            ! perl.h
40943 ____________________________________________________________________________
40944 [  5943] By: jhi                                   on 2000/04/24  22:56:32
40945         Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
40946              Now pp_ncmp() returns undef is either operand is a NaN.
40947      Branch: cfgperl
40948            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
40949            ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
40950            ! vms/subconfigure.com vos/config.def vos/config.h
40951            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
40952            ! win32/config.vc win32/config_H.bc win32/config_H.gc
40953            ! win32/config_H.vc
40954      Branch: metaconfig/U/perl
40955            + d_modfl.U
40956 ____________________________________________________________________________
40957 [  5942] By: jhi                                   on 2000/04/24  19:45:17
40958         Log: Regen Configure to match #5937.
40959      Branch: cfgperl
40960            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
40961            ! config_h.SH
40962      Branch: metaconfig
40963            ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
40964 ____________________________________________________________________________
40965 [  5941] By: jhi                                   on 2000/04/24  19:24:11
40966         Log: Further Unicos fixes for Mark Lutz.
40967      Branch: cfgperl
40968            ! hints/unicos.sh pp_ctl.c
40969 ____________________________________________________________________________
40970 [  5940] By: jhi                                   on 2000/04/24  19:09:06
40971         Log: Various Unicos 10.0.0.6 fixes.
40972              
40973              Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
40974              From: Mark P Lutz <tecmpl1@triton.ca.boeing.com> 
40975              Reply-To: tecmpl1@triton.ca.boeing.com 
40976              To: perl5-porters@perl.org 
40977              Date: Fri, 14 Apr 2000 20:21:00 GMT 
40978              Message-Id: <200004142021.UAA36232@triton.ca.boeing.com> 
40979      Branch: cfgperl
40980            ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
40981 ____________________________________________________________________________
40982 [  5939] By: gsar                                  on 2000/04/24  19:01:24
40983         Log: more pod nits (from Larry Virden)
40984      Branch: perl
40985            ! README.win32 pod/perlsub.pod pod/perlsyn.pod
40986            ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
40987            ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
40988 ____________________________________________________________________________
40989 [  5938] By: gsar                                  on 2000/04/24  18:54:01
40990         Log: Consolidated B::Deparse fixes (from Stephen McCamant)
40991      Branch: perl
40992            ! ext/B/B/Deparse.pm
40993 ____________________________________________________________________________
40994 [  5937] By: jhi                                   on 2000/04/24  17:39:00
40995         Log: Integrate with Sarathy.
40996      Branch: cfgperl
40997           +> (branch 31 files)
40998           !> (integrate 73 files)
40999 ____________________________________________________________________________
41000 [  5936] By: gsar                                  on 2000/04/24  17:30:06
41001         Log: additional tests for change#5934 (from Paul Marquess, who also
41002              sent in the same fix)
41003      Branch: perl
41004            ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
41005            ! t/pragma/warn/5nolint t/pragma/warn/6default
41006 ____________________________________________________________________________
41007 [  5935] By: jhi                                   on 2000/04/24  17:26:05
41008         Log: Do not assume sign propagation.
41009              Subject:  [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
41010              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 
41011              To: payner@ncifcrf.gov, perl5-porters@perl.org 
41012              Date: Tue, 18 Apr 2000 18:24:49 +0100 
41013              Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk> 
41014      Branch: cfgperl
41015            ! t/op/bop.t t/op/misc.t
41016 ____________________________________________________________________________
41017 [  5934] By: gsar                                  on 2000/04/24  17:16:54
41018         Log: propagate lexical warnings from surrounding scope correctly
41019              within string eval()
41020      Branch: perl
41021            ! pp_ctl.c t/pragma/warn/pp_ctl
41022 ____________________________________________________________________________
41023 [  5933] By: jhi                                   on 2000/04/24  17:01:07
41024         Log: Flatten the cpp jungle doing the nosuid checking.
41025      Branch: cfgperl
41026            ! perl.c
41027 ____________________________________________________________________________
41028 [  5932] By: gsar                                  on 2000/04/24  09:08:14
41029         Log: add rsignal(), whichsig() and do_join() to public API list
41030              (mod_perl uses them to good advantage)
41031      Branch: perl
41032            ! embed.pl global.sym objXSUB.h perlapi.c proto.h
41033 ____________________________________________________________________________
41034 [  5931] By: gsar                                  on 2000/04/24  09:01:40
41035         Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
41036      Branch: perl
41037            ! pp_hot.c regexec.c t/op/pat.t
41038 ____________________________________________________________________________
41039 [  5930] By: gsar                                  on 2000/04/24  08:58:33
41040         Log: small os390 tweaks (from Peter Prymmer)
41041      Branch: perl
41042            ! config_h.SH makedepend.SH
41043 ____________________________________________________________________________
41044 [  5929] By: gsar                                  on 2000/04/24  08:55:25
41045         Log: pod nits
41046      Branch: perl
41047            ! pod/perlguts.pod
41048 ____________________________________________________________________________
41049 [  5928] By: gsar                                  on 2000/04/24  08:50:13
41050         Log: revert change#5923 ("breaks" t/lib/io_poll.t)
41051      Branch: perl
41052            ! ext/IO/lib/IO/Poll.pm
41053 ____________________________________________________________________________
41054 [  5927] By: gsar                                  on 2000/04/24  08:43:24
41055         Log: arrange for next() to resume at the unstack op rather than the
41056              loop conditional, so that scope cleanup happens correctly
41057              (from Stephen McCamant)
41058      Branch: perl
41059            ! op.c pp_ctl.c t/op/misc.t
41060 ____________________________________________________________________________
41061 [  5926] By: gsar                                  on 2000/04/24  08:18:40
41062         Log: on windows, reserve 16M of stack rather than 128M (allows more
41063              threads to run concurrently)
41064      Branch: perl
41065            ! win32/Makefile win32/makefile.mk
41066 ____________________________________________________________________________
41067 [  5925] By: gsar                                  on 2000/04/24  08:13:52
41068         Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
41069      Branch: perl
41070            ! toke.c
41071 ____________________________________________________________________________
41072 [  5924] By: gsar                                  on 2000/04/24  08:08:59
41073         Log: avoid using uninitialized memory in require version check
41074      Branch: perl
41075            ! pp_ctl.c universal.c
41076 ____________________________________________________________________________
41077 [  5923] By: gsar                                  on 2000/04/24  07:20:14
41078         Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
41079      Branch: perl
41080            ! ext/IO/lib/IO/Poll.pm
41081 ____________________________________________________________________________
41082 [  5922] By: gsar                                  on 2000/04/24  07:08:42
41083         Log: commentary about IoTYPE() (from Nathan Torkington)
41084      Branch: perl
41085            ! sv.h
41086 ____________________________________________________________________________
41087 [  5921] By: gsar                                  on 2000/04/24  06:58:26
41088         Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
41089              by fix
41090      Branch: perl
41091            ! sv.c t/lib/charnames.t t/pragma/utf8.t
41092 ____________________________________________________________________________
41093 [  5920] By: gsar                                  on 2000/04/24  06:37:59
41094         Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
41095      Branch: perl
41096            ! doop.c t/op/ver.t
41097 ____________________________________________________________________________
41098 [  5919] By: gsar                                  on 2000/04/24  06:21:58
41099         Log: Configure might miss old directories when prefix must be
41100              expanded (from Robin Barker)
41101      Branch: metaconfig
41102            ! U/installdirs/inc_version_list.U
41103      Branch: perl
41104            ! Configure
41105 ____________________________________________________________________________
41106 [  5918] By: gsar                                  on 2000/04/24  06:16:11
41107         Log: VMS nits in glob() test (from Charles Lane)
41108      Branch: perl
41109            ! t/lib/glob-basic.t
41110 ____________________________________________________________________________
41111 [  5917] By: gsar                                  on 2000/04/24  06:11:56
41112         Log: various pod nits (from Larry Virden and others)
41113      Branch: perl
41114            ! README.amiga README.hpux README.machten README.os2
41115            ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
41116            ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
41117            ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
41118            ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
41119            ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
41120            ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
41121            ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
41122            ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
41123 ____________________________________________________________________________
41124 [  5916] By: gsar                                  on 2000/04/24  05:52:43
41125         Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
41126              <wjones@tc.fluke.com>)
41127      Branch: perl
41128            ! t/lib/glob-basic.t
41129 ____________________________________________________________________________
41130 [  5915] By: gsar                                  on 2000/04/24  05:07:01
41131         Log: supported platforms mixed up
41132      Branch: perl
41133            ! pod/perl56delta.pod pod/perlport.pod
41134 ____________________________________________________________________________
41135 [  5914] By: gsar                                  on 2000/04/24  04:56:08
41136         Log: caller() wasn't returning the right number of elements for
41137              eval {...}
41138      Branch: perl
41139            ! pp_ctl.c t/pragma/warn/9enabled
41140 ____________________________________________________________________________
41141 [  5913] By: gsar                                  on 2000/04/24  04:35:41
41142         Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
41143              Mark-Jason Dominus)
41144      Branch: perl
41145            ! pod/perlfunc.pod
41146 ____________________________________________________________________________
41147 [  5912] By: gsar                                  on 2000/04/24  04:17:15
41148         Log: fix totally broken caching in UNIVERSAL::isa() (from
41149              Nick Ing-Simmons)
41150      Branch: perl
41151            ! t/op/universal.t universal.c
41152 ____________________________________________________________________________
41153 [  5911] By: gsar                                  on 2000/04/24  03:39:47
41154         Log: add linebreak properties from unicode/LineBrk.txt (from
41155              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
41156      Branch: perl
41157            + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
41158            + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
41159            + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
41160            + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
41161            + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
41162            + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
41163            + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
41164            + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
41165            + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
41166            + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
41167            + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
41168            + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
41169            + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
41170            + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
41171            + lib/unicode/Is/LbrkZW.pl
41172            ! lib/unicode/mktables.PL
41173 ____________________________________________________________________________
41174 [  5910] By: gsar                                  on 2000/04/24  03:23:10
41175         Log: typo in pod
41176      Branch: perl
41177            ! ext/Thread/Thread.pm
41178 ____________________________________________________________________________
41179 [  5909] By: gsar                                  on 2000/04/24  03:22:03
41180         Log: mode argument to do_binmode() should be file mode, not boolean
41181      Branch: perl
41182            ! pp_sys.c
41183 ____________________________________________________________________________
41184 [  5908] By: gsar                                  on 2000/04/16  16:51:08
41185         Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
41186              always returns a valid GV even when the symbol is trapped by strictures
41187              (avoids coredumps)
41188              
41189              TODO: the C<package;> hack needs similar treatment
41190      Branch: perl
41191            ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
41192            ! t/pragma/strict-vars
41193 ____________________________________________________________________________
41194 [  5907] By: jhi                                   on 2000/03/31  23:42:56
41195         Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
41196              an assumption which #5905 demolished.
41197      Branch: cfgperl
41198            ! pp_sys.c
41199 ____________________________________________________________________________
41200 [  5906] By: jhi                                   on 2000/03/31  18:54:37
41201         Log: Typo in #5905.
41202      Branch: cfgperl
41203            ! t/op/64bitint.t
41204 ____________________________________________________________________________
41205 [  5905] By: jhi                                   on 2000/03/31  18:50:54
41206         Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
41207              reported by Joseph N. Hall.  The bug was that even with use64bitint
41208              one had to use the prefixes q, L, or ll with printf/sprintf,
41209              contrary to the documentation and common sense.
41210      Branch: cfgperl
41211            ! sv.c t/op/64bitint.t
41212 ____________________________________________________________________________
41213 [  5904] By: gsar                                  on 2000/03/28  02:31:32
41214         Log: add Changes, perldelta.pod
41215      Branch: perl
41216            + Changes pod/perldelta.pod
41217 ____________________________________________________________________________
41218 [  5903] By: gsar                                  on 2000/03/28  02:03:55
41219         Log: rename Changes and perldelta.pod
41220      Branch: perl
41221           +> Changes5.6 pod/perl56delta.pod
41222            - Changes pod/perldelta.pod
41223            ! MANIFEST
41224 ____________________________________________________________________________
41225 [  5902] By: gsar                                  on 2000/03/28  01:59:14
41226         Log: create maint-5.6 branch
41227      Branch: maint-5.6/perl
41228           +> (branch 1611 files)
41229 ____________________________________________________________________________
41230 [  5901] By: jhi                                   on 2000/03/23  05:48:43
41231         Log: Integrate with Sarathy.
41232      Branch: cfgperl
41233           !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
41234 ____________________________________________________________________________
41235 [  5900] By: gsar                                  on 2000/03/23  05:42:43
41236         Log: three guesses on what this is :-)
41237      Branch: perl
41238            ! Changes